#registration-form{
  padding:2rem;
  background: #dee2e6;
  margin-bottom:2rem;
}

.createorder-remove{
  color:#FFF!important;
}

#top-banner {
    margin-top: 1.5em;
}

.auspost-error{
    margin: 10px 0;
    border-top: 1px solid #f3a6a6;
    border-bottom: 1px solid #f3a6a6;
    padding: 10px 0;
}

.panel-title > a:after{
  font-family: FontAwesome;
}

p.footer-ar-title {
	color: #262624;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 13%;
    margin-right: 13%;
}

.footer-logo{
	display:block;
	margin-left:auto;
	margin-right: auto;
}

.footer-logo img{
	display:block; 
	margin: 0px auto 29px auto;
}

@media (max-width: 480px){
.footer-logo img {
    margin: 0px auto 13px auto;
}
}

#accordion-offer .panel{
   border:none;

}

#accordion-offer {
  margin-bottom:0;
  display:none;
}

#accordion-offer .panel-default > .panel-heading-product{

  padding:0;
  border-bottom:none;
}


#accordion-offer .panel-title > a:after{
  right:10px;
  color:#FFF;
}


#featured-products .br-product__media{
  min-height: initial;
}

#prod-quickview-modal .modal-header{
  border-bottom:none;
  padding: 15px 15px 0 0;
}

.brand-name {
  	color: #262624;
    font-size: 14px;
    font-weight: 300;
	padding-bottom:5px;
}

.br-product__thumb{
  position: relative;
}

.br-product--grid .br-product__media .br-product__thumb{
      margin-bottom: 8px;
}

.member-landing-title h5{
	font-weight:500;
}

.prod-qv{
  display:none;
	padding: 5px 7px;
}

.br-product__thumb:hover .prod-qv{
    display:block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.ac {text-align:center !important;}
.ar {text-align:right !important;}
.al {text-align:left !important;}
.fr {float:right !important;}
.fl {float:left !important;}
.vt {vertical-align:top !important;}

.text-swatch{
display:inline-block;
margin:0 10px 10px 0;
}
.stock-notification-div{
    padding: 15px;
    background: #f5f3eb;
}

.cc-product-thumbs{
  margin-top:15px;
  display:inline-block;
  width:100%;
}
.cc-product-thumbs-item{
  margin-bottom:10px;
}
.cc-product-thumbs-item:hover{
  cursor: pointer;
}

.slick-slider{
  /* top:38px; */
}

.slick-next,.slick-prev{
  z-index:100;
}

.grid-item{
  width:20%;
  margin-bottom:35px;
}

.br-filter-wrapper .br-filter-toggle-icon {
    color: #262624;
}

 /* Start tnf gender callout  */

.gender-callout {
  position: relative;
  text-align: center;
  color: white;
}

.gender-callout .col-lg-4 {
  padding-top:10px;
}

.centered-callout-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-callout-overlay h3 {
    color:#fff;
}

.centered-callout-overlay h3 a {
    color:#fff;
	font-size:17px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

@media (max-width: 1200px){
.centered-callout-overlay h3 a {
    color:#fff;
	font-size:1.3em;
	text-transform: uppercase;
	margin-bottom: 0px;
}

}

@media (max-width: 425px){
.centered-callout-overlay h3 a {
    color:#fff;
	font-size:1em;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.breadcrumb {
    padding: 3px 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

}

 /* Start tnf grid 50-50  */

.split-module-tnf {
    min-height: 33vw;
    background-color: #E0E0D4;
	margin-bottom: 30px;
	margin-right: 0px;
}

.split-module-tnf .split-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 7vw;
}

.image-container{

}

.image-left-hero {
    background-repeat: no-repeat;
    height: 51em;
    background-position: bottom;
    margin-top: 0px;

}

@media (max-width: 1200px){
.image-container{
	padding-right:0px;
}
}

@media (min-width: 992px){
.split-module-tnf .split-container {
    min-height: 33vw;
        padding: 9vw 2vw;
}
}

@media (max-width: 425px){
.split-module-tnf .image-left-hero {
    background-repeat: no-repeat;
       height: 23em;
    background-position: left;
    margin-top: 0px;
}
}
.split-module-tnf .split-container .split-content {
    position: relative;
    height: 100%;
    width: 100%;
    color: #fff;
    text-transform: none;
}

.split-module-tnf .split-container .split-content .split-content-subheading {
    font-weight: 400;
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.split-module-tnf .split-container .split-content .split-content-text {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 40px;
	font-size:16px;
}

.split-module-tnf .split-container .split-content .split-content-heading {
    font-size: 5.2em;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 25px;
	color: #262624;
}

.split-module-tnf .split-container .split-content .split-content-buttons {
    width: 100%;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.accent-bar {
    width: 67px;
    height: 3px;
    background: #FFD500;
    margin-bottom: 40px;
}


 /* End tnf grid 50-50  */

h1.home-separated{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.stockist-search-row{
    border-bottom:1px solid #F2F2F2;
    border-top:1px solid #F2F2F2;
    margin-bottom:40px;
    padding-top:30px;
  }
  
  
.stockist-result  .panel-group{
    width: 90%;
}
  #stockist-map-result{
    padding-bottom:35px;
  }
  
  .stockist-result:before{
    content: "\f054";
    position: absolute;
    right: 0;
    top: 37%;
    font: normal normal normal 22px/1 FontAwesome;
    font-size: 13px;
  }
  
  .stockist-result{
  position: relative;
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom:1px solid #F2F2F2;
  cursor: pointer;
  }

.awemenu-scticky-replacer{
    display:block;
}


.modal-enlarge ul{
    padding:60px 0 60px 0;
}

#loginform {
    margin-top: 2em;
}

#returning-customer {
	background-color: #f5f5eb;
    padding: 10px 10px 10px 10px;
}

#first-time {
    padding: 10px 10px 10px 10px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    text-shadow: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.cc-flag-discount {
	color: #262624;
    background-color:;
    padding: 2px 2px 2px 4px;
    text-align: left;
    font-weight: 400;	
}

.cc-flag-discount.clearance-extra-off {
	color: #fff;	
}

.rrp-price {
	font-size:10px;
}

.br-product-detail .cc-flag-discount {
	font-size: 15px;
    padding: 6px;
    text-align: left;
    font-weight: 400;
    letter-spacing: .05em;
}

#giftcard-redeem-box{
    width:150px;
    text-align:right;
    display:inline-block;
}

#giftcard-redeem-button{
    margin-left: 5px;
    vertical-align: top;
    display: inline-block;
}

#amsvip-modal .amsvip-modal-content{
    margin: 0 auto;
    width: 80%;
    background: white;
    padding: 60px;
    margin-top: 60px;
    display:inline-block;
}

.form-control.createorder-qty{
    width:50px;
    margin:0 auto;
    text-align:center;
}

.product-details-section {
  padding-bottom:45px;
	padding-top:40px;
}

.dropdown-backdrop{
    z-index:4;
}

.tech-specs-list{
    list-style:none;
    padding-left:0;
}

.br-product--grid .br-product__name{
    white-space: normal;
}


#minicart-pop{
  max-height:600px;
  overflow:auto;
}

li.minicart-simple{
    display:inline-block;
    width: 49%;
    text-align:center;
}

.menu-title-sub{
	font-size:15px!important;
	    text-transform: uppercase;
}

.bg-menu-columbia {
    background-image: url(/images/menu/brands-columbia.jpg);
}

.bg-menu-sorel {
    background-image: url(/images/menu/brands-sorel.jpg);
}

.bg-menu-mh {
    background-image: url(/images/menu/brands-mhw.jpg);
}

.bg-menu-ecolite {
    background-image: url(/images/menu/brands-ecolite.jpg);
}

.menu-callout-title {
  position: relative;
  padding: 110px 0 105px;
  background-color: #262624;
}

.clearance h1 {
	font-size:5em;
	font-style: italic;
	color: #fff;
}

.clearance p {
	font-size:1.5em;
	color: #fff;
}

.topo-callout h1 {
	font-size:5em;
	font-style: italic;
	margin:1em;
}

.topo-callout p {
	font-size:1.5em;
	
}

.menu-callout-title--white {
  color: white;
}

.menu-callout-title--white h1, .menu-callout-title--white .h1, .menu-callout-title--white .br-title, .menu-callout-title--white .breadcrumb > .active, .menu-callout-title--white .breadcrumb li a, .menu-callout-title--white .breadcrumb > li + li:before {
  color: white;
}

.ar-breadcrumb {
    text-align: right !important;
}

.menu-callout-title--white .breadcrumb li:hover a {
  color: #e65f5f;
}

.menu-callout-title--white:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.menu-callout-title__main {
  position: relative;
  z-index: 5;
  text-align: center;
}

.visible-lg {
    display: block;
    padding-bottom: 0px;
    margin-bottom: .4em;
}

.bg-grey{
	background-color:#ababab;
}

.bg-light-red{
	background-color: #e65f5f;
}

.bg-topo-light {
    background-color: none;
    background: red;
    background: none;
	background-image: url("/images/landingpage/stores/find-a-store-a.jpg");
}

.bg-corona {
    background-color: #cf0505;
}

.bg-topo-yellow {
    background-color: none;
    background: red;
    background: none;
	background-image: url("/images/landingpage/stores/find-a-store-b.jpg");
}

.member-price, .vip-member-sign-in, .vip-member-become{
  color:#0085CA;
}

.vip-member-sign-in, .vip-member-become{
   font-size: 12px;
    padding-right: 10px;
    margin-right: 5px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 400;
    color: #262624;
}

.vip-member-sign-in{
  border-right:1px solid #CCC;
}

.vip-member-become{
  padding-left:5px;
}

.member-price{
  display:block;
  font-weight:400;
    padding-left: 3px;    
}

.original-price{
  display:block;
  text-decoration: line-through;
  font-size:12px;
}

.br-product__media{
  background: transparent;
min-height: auto;
}

.br-product__price{
  width:100%;
  border-top: 1px solid #e0e0d4;
  border-bottom: 1px solid #e0e0d4;
  padding:5px 0;
  margin:5px 0;
}

.br-product-detail__main .prod-price-old {
	font-size:14px;
}

.prod-price{  
    font-weight:500;
	font-size:14px;
	padding-left: 3px;
}

.prod-price-old{  
	font-size:12px;
}

.slider-section .prod-price{  
    font-weight: 500;
    font-size: 14px;
    padding-left: 3px;
}

.slick-slider .prod-price-old {
	font-size:12px;
	font-weight: 400;
}

.prod-price-small{
  font-size:14px;
}

.product-page-price .prod-price-small{  
    font-weight:500;
	font-size:16px;
	padding-left: 3px;
}

.prod-price-discount{
  display:block;
  color:#e65f5f;
  padding-left: 4px;
	font-size:12px;
}

.checkout-indicator{
  margin:35px 0;
}

.product-page-details p{
	    margin-bottom:4px;
}

.product-page-details hr{
	    margin-top: 2px;
    margin-bottom: 12px;
}

.red-callout {
	color:#e65f5f
}

.modal{
  background:rgba(0,0,0,0.2);  
}

.modal-content{
  background:#FFF;
	text-align:center;
	line-height:25px;
}

#coupon-accordion .panel-body, #er-discounts-container  .panel-body{
  background:#FBFBFB;
}


.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td{
  vertical-align: top;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.71429;
    color: #262624;
    font-weight: 400;
}

.js-slide-banner-full-1{
  margin-bottom:0px;
}

.slider-next {
	position: absolute;
    top: 50%;
    z-index: 5;
	font-size: x-large;
}

.widget-area #filter-price-range.widget{
  overflow:visible;
  padding-right:0;
  padding-bottom:40px;
}

.eway-expiry{
   width:150px;
}

.shopstatus-form{
  margin-bottom:15px;
}

.sku {
    margin: 0 20px;
    font-size: 12px;
    color: #aaa;
    letter-spacing: 0.6px;
}



#footer-credit-cards{
  text-align:left;
  margin:15px 0;
}

#footer-credit-cards li{
  list-style-type: none;
  display:inline-block;
}

#footer-credit-cards img{
  max-width:50px;
  margin-right:5px;
}

#footer-credit-cards #siteseal img{
  max-width:100%;
}

.footer-service-menu{
	    line-height: 1.2em;
    -webkit-padding-start: 2px;
}

.footer{
  margin-top:0px;
}

.site-footer {

}

.site-footer--white {
	margin-top: 1em;
}

.widget-area .col-md-3 {
    width: 22%;
  }


.br-site-info-logo {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    padding: 30px 0;
    border-top: 1px solid #333;
}

.br-site-contact{

}

.br-site-brands{
	padding-top:1em;
	color: #ababab;
    letter-spacing: .06em;
}

.br-site-brands a{
	color:#ababab;
}

.br-site-contact a {
    padding-right: 15px;
    color: #ababab;
	letter-spacing: .06em;
	
}

.bg-clearance {
    background-color: #ffde00;
    background: #ffde00;
    background: linear-gradient(#ffde00, #ffd500);
    padding: 40px 0px;
}

.bg-offer {
	background-image:url('/images/home/grid/WinterSale_PFG_Desktop.jpg');
	background-repeat: no-repeat;
	height: 31em;
	background-size: cover; 
	background-position: center center;
}

.bg-clearance-black-friday {
    background-color: #22212b;
    background: #22212b;
    padding: 40px 0px;
}

.bg-clearance-dark-grey-friday {
    background-color: #262624;
    background: #262624;
    padding: 40px 0px;
}

.bg-offer .row {
	margin-top:11em;
}

.bg-offer p, .bg-offer h1 {
	color:white;
}

.bg-offer h1 {
	font-size:38px;
	font-weight: 300;
	margin-bottom: 0.2em;
}

.bg-offer p {
	font-size:16px;
	    margin-bottom: 2em;
}

.bg-deal-of-week {
	background-image:url('/images/promotions/deal-of-week/deal_of_the_week_bg_desktop.png');
	    background-repeat: no-repeat;
    height: 40em;
    background-size: cover;
    background-position: center center;
}

.col-megamenu{
  margin-bottom:15px;
}

.category-group{
  padding-bottom:1.5em;
}

.content-page{
  padding-top:1.8em;
}


.global-banner {
    width: 100%;
    height: 49px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif!important;
    letter-spacing: 1px;
    font-size: 13px;
}

.member-landing{
	display: block;
    margin: 4em auto 2em auto;
    
}

.member-overlay-container{
    background-position: center;
    background-image: url(https://www.rei.com/assets/drsp/2017/q1/campaign/rei-co-op/benefits/mountains-bg-lg/live.jpg);
    height: 430px;
}

.member-overlay-container-copy{
    display: block;
    padding: 7em 24%;
}

.overlay-content{
	   position: inherit;
}

@media screen and (max-width: 1159px){

	.awemenu-mobile-outleft.awemenu-active .awemenu, .awemenu-active.awemenu-mobile-outright .awemenu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 5px 0px 20px 3px rgba(0,0,0,0.10);
	}

	.menu-title{
	border-bottom: 1px solid rgb(30, 30, 30);
    box-shadow: rgba(255, 255, 255, 0.03) 0px 2px 2px 2px;
	}
	
	.tag-sale{
	 font-weight: 300;
	font-family: Lato, 'Open Sans'
	}
	
	.menu-title-sub{
	    float: left;
    width: 104.4%;
    color: #444;
    padding: 16px 0 16px 19px!important;
    /* background-color: #f6f6f6!important; */
    font-weight: 700;
    font-size: 17px!important;
    font-family: 'Lato', sans-serif!important;
    margin: 0px 0px 17px -5px;
    border-bottom: 1px solid #dedede;
    box-shadow: 0px 2px 3px 1px rgba(238, 238, 238, 0.50);
    border-top: 1px solid #dedede;
	}
	
	.awemenu-nav .awemenu-submenu.awemenu-megamenu {
    padding: 0px 20px 30px 20px;
	}
	
	.awemenu > .awemenu-item > a {
 	 padding: 15px;
  	font-size: 17px;
  	font-weight: 300;
  	text-transform: capitalize;
}
	
	
	.awemenu-nav .awemenu-submenu a {
    font-size: 16px;
	}
}

.awemenu-nav * {
    box-sizing: border-box;
    line-height: 2;
}

.awemenu-nav .list-style-none {
    font-family: Lato, 'Open Sans';
    
}

.awemenu-nav .list-style-none h3 {
    border-bottom: 1px solid #eee;
    
}

.inline-block{
  display:inline-block;
  float:none;
  margin-left:-2px;
  margin-right:-2px;
  vertical-align: top;
}

#createorder-coupon{
	/* text-align: right;
	padding:10px 0;
	border-top:1px solid #F2F2F2;
	border-bottom:1px solid #F2F2F2;
	vertical-align:middle; */
}


#createorder-coupon span{
	vertical-align: middle;
	display: inline-block;
	line-height:20px;
	margin-right:5px;
}

#createorder-coupon input{
	margin:0;
  width:50%;
  display:inline-block;
}

#createorder-giftcard input{
  display:inline-block;
  width:50%;
}

#createorder-giftcard button, #createorder-coupon button{
  margin-right:5px;
  vertical-align:top;
  display:inline-block;
}


.product-mini__img{
  vertical-align: top;
}


.cc-badge.cc-badge-extended{
    margin-right:5px;
    position:relative;
    padding:5px 15px;
}

    
.cc-badge{
  	color: #FFF;
    font-size: 8px;
    font-weight: 400;
    padding: 0px 5px;
    position: absolute;
    line-height: 18px;
    text-transform: uppercase;
    z-index: 1;
    font-family: 'Lato', sans-serif;
    letter-spacing: .02em;
    border-radius: 5px;
}

.swiper-slide .cc-badge{
  	color: #FFF;
    font-size: 8px;
    font-weight: 400;
    padding: 0px 5px;
    position: absolute;
    line-height: 18px;
    text-transform: uppercase;
    z-index: 1;
    font-family: 'Lato', sans-serif;
    letter-spacing: .02em;
    border-radius: 5px;
}

.cc-badge.top-left{
  margin-left: 5px;
  margin-top: 5px;
  left: 0px;
  top:0;
}

.cc-badge.top-right{
  margin-right: 5px;
  margin-top: 5px;
  right: 0px;
  top:0;
}


.cc-badge.bottom-left{
  margin-left: 5px;
  margin-bottom: 8px;
  left: 0px;
  bottom:0;
}


.cc-badge.bottom-right{
  margin-right: 5px;
  margin-bottom: 8px;
  right: 0px;
  bottom:0;
}


.cc-badge.clearance{
  background-color:#ffd500;
  color:#000;
}
.cc-badge.sale{
  background-color:#E65F5f;

}

.cc-badge.best-seller{
  background-color: #f5f5eb;
  color:#000;
}
.cc-badge.popular{
  background-color:#529be0;

}

.cc-badge.new{
  background-color:#0085CA;
}

.swiper-slide .cc-badge.top-left{
  margin-left: 5px;
  margin-top: 5px;
  left: 0px;
  top:0;
}

.swiper-slide .cc-badge.top-right{
  margin-right: 5px;
  margin-top: 5px;
  right: 0px;
  top:0;
}


.swiper-slide .cc-badge.bottom-left{
  margin-left: 5px;
  margin-bottom: 8px;
  left: 0px;
  bottom:0;
}


.swiper-slide .cc-badge.bottom-right{
  margin-right: 5px;
  margin-bottom: 8px;
  right: 0px;
  bottom:0;
}

.swiper-slide .cc-badge.sale{
  background-color:#e65f5f;

}

.swiper-slide .cc-badge.popular{
  background-color:#529be0;

}

.swiper-slide .cc-badge.new{
  background-color:#0085CA;
}

.product-page-badge {
    margin-left: 1px;
    margin-top: 1px;
    left: 0px;
    top: 0;
}

#left-menu h5, .filter-wrap-parent h5{
  border-bottom:1px solid #eee;
  padding-bottom:5px;
}


.filter-wrap-parent{
  margin-bottom:15px;
}


.filter-brand .filter-wrap label{
  width:100%;
}

.filter-wrap label{
  display:inline-block;
  width:45%;
}


.filter-wrap{
  font-family: 'Lato', sans-serif;
    font-size: 13px;
    color:#262624;
}

.size-checkbox{
  /*padding-left:10px*/
}

.active_category{
  font-weight: bold;
  margin-left:0!important;
}

.widget.widget_categories li a{
  text-transform: capitalize;
}

.widget-area {
    width: 22%;
}

.service-callout-footer{
	font-size:10px;
	color: #ababab !important;
}

.bg-secondary {
    background-color: #FFDE00;
    padding: 8rem 0;
}


.site-main{
  padding-top:0px;
}

#map{
        height: 100%;
     }

.help {cursor: help;}

.br-promotion {
   	background-color: #0099dc;
    min-height: 40px;
    padding: 10px 0;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    position: relative;
    /* border-bottom: 1px solid #efefef; */
}

.br-promotion h3{
    color: white;
    line-height: 15px;
    padding: 1px 0;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0px;
}

.br-promotion. lower-callout {
	margin: 15px 0px;
}

.bottom-bar-promotion {
   	background-color: #e65f5f;
    min-height: 21px;
    padding: 8px 0 7px;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    position: relative;
    /* border-bottom: 1px solid #efefef; */
    color: #000;
    font-weight: 500;
	letter-spacing: .04em;
}

.bottom-bar-promotion h3{
    color: white;
    line-height: 15px;
    padding: 10px 0;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0px;
}



.out-of-stock {
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  height: 25px;
  line-height: 25px;
  width: 70px;
  background-color: RED;
  color: white;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}

.comment_title{
	    font-size: 2.1em;
    color: #262624;
} 

.fontbold{
	font-weight:600;
}

.prodexd-sizes,.prodexd-colours,#prodexd-quantity{
  margin-bottom:15px;
}

.prodexd-add-loading-block{
	display: block;
    margin-left: 47%;
    padding-top: 5px;
}

.swatch-title{
	/*width:80px;*/
	display:block;
	font-weight:bold;
  text-align: left;
  text-transform: uppercase;
  color:#ababab;
	/*float:left;*/
}

.swatches-error{
	display:none;
	color:RED;
	font-weight:bold;
}

#prodexd-thumbnails{
  margin-top:15px;
}

#prodexd-thumbnails img{
  width:75px;
  display:inline-block;
  margin-right:15px;
}

.br-product-detail{
  padding-top:0;
}

.prod-old-price{
	text-decoration:line-through;
	padding-right:5px;
	color:#000;
}

.prod-sale{
  color:#ff0000;
}

.prodexd-add-loading{
  display:none;
}

.dropdown-select-size{
	padding-left: 15px;
    padding-right: 7px;
    width: 70.5%;
}

.dropdown-select-qty{
	padding-left:5px;
	padding-right:5px;
}

#afterpay-checkout .afterpay-checkout{
	width:100%;
	padding-left: 5px;
}

.afterpay-modal-content{
  display:inline-block;
  padding:60px;
}

.afterpay-cart {
	float: right;
}

.afterpay-checkout .afterpay-button-container {
	border-radius: 0;
	border: 0px;
	padding-left: 0;
}

#afterpay-click {
	cursor: pointer;
    border-radius: 5px;
    background-color: #f5f3eb;
    margin-top: 2px;
}

.afterpay-button-container {
	display: inline-block;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 13px;
    color: #262626;
    letter-spacing: .04em;
    line-height: 27px;
}

.afterpay-logo {
	width: 100px;
}

.afterpay-logo {
	width: 100px;
}

.checkout-eway-card {
	padding: 1.8em;
	background-color: #f5f3eb;
	border-radius: 8px;
}

.checkout-eway-h5 {
    border-bottom: 1px #ababab solid;
    padding-bottom: 7px;
}

@media (max-width: 375px) {
  
.dropdown-select-size{
	padding-left: 15px;
    padding-right: 3px;
    width: 70%;
}

.afterpay-button-container {
    padding: 4px 6px;
    margin-right: 0px;
    font-size: 12px;
    color: #ababab;
    letter-spacing: .05em;
	display: inline-block;
}

.afterpay-button-container .afterpay-logo {
    width: 80px;
}

.ui-spinner {
    min-width: 70px;
}

.checkout-eway-card {
	padding: 1em;
	background-color: #f5f3eb;
}

}

.prodlist-title{
  padding: 10px 0 10px;
  border-bottom: 1px solid #e0e0d4;
}

.prodlist-title h1{
  font-size: 1.9em;
}

.menuhdr {
	font-size:13px;
}

@media (max-width: 991px) {

  .grid-item{
    width:25%;
  }
	.prodlist-title h1{
  		font-size: 1.5em;
}

	.br-product--grid .br-product__name {
        min-height: 4.8em;
}

.clearance h1 {
	font-size:5em;
	
}

.clearance p {
	font-size:1.5em;
	
	}

}

@media (max-width: 767px) {

  .grid-item{
    width:50%;
  }
	.prodlist-title h1{
  		font-size: 1.6em;
}

.bg-clearance {
    padding: 25px 0px;
}

.clearance h1 {
	font-size:2.7em;
	
}

.clearance p {
	font-size:1.1em;
	margin: 0 0 3px;
}

.menuhdr {
	font-size:12px;
}


}

@media (max-width: 375px) {

.prodlist-title h1 {
  		font-size: 1.2em;
}

p.footer-ar-title {
    color: #262624;
    font-size: 12px;
    line-height: 1.2em;
    margin-left: 4%;
    margin-right: 4%;
}

.clearance h1 {
	font-size:2em;
	color:#262626;
	font-style: italic;
	margin-bottom: .3em;
}

.clearance p {
	font-size:1em;
	color:#262626;
	font-style: bold;
	margin-bottom: .3em;
}

.form-control.createorder-qty{
    width:40px;
    margin:0 auto;
    text-align:center;
}

#createorder-coupon input {
    margin: 0;
    width: 65%;
    display: inline-block;
}

panel-body {
    padding: 10px 5px;
}

.menuhdr {
	font-size:11px;
}

#viewcart-total{
	padding-top:5px;
}

#viewcart-total .menuhdr {
	font-size:13px;
}

.item_row {
	font-size:12px;
	line-height: 1.6!important;
}


}

#prodexd-details{
	padding-top:0em;
}

.modal-body .br-product-detail__container {
	text-align: left;
}

.modal-body .br-product-detail__container p {
	 line-height: 1.5em;
}

.modal-body .br-product-detail__container .product-page-price {
	padding-left: 0em;

}

.modal-body .br-product-detail__container .dropdown-select-size {
    width: 80%;
}


.br-ul li::before{
  font-family: FontAwesome;
}
#prodexd-tab-details{
	 margin-left: 20%;
   	 margin-right: 20%;
}

#prodexd-tab-details p {
    color: #262624;
}

#prodexd-tab-details .br-ul {
    padding-left: 20px;
    padding-top: 13px;
}

#prodexd-tech-specs {
	 margin-left: 15%;
   	 margin-right: 15%;
}

#prodexd-tech-specs .br-ul{
	padding-left: 0px;
    padding-top: 0px;
}

#prodexd-tech-specs .br-ul li {
    padding-left: 0px;
    line-height: 1.5em;
    margin-bottom: 0px;    
    color: #262624;
}

.br-product-detail{
  background-color:WHITE;
}

.br-product-detail-slider {
    background-color: #f5f3eb;
	border-top: 1px solid #e0e0d4;
}

.product-page-price{
	border-top: 5px #ffDE00 Solid;
    border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	/* padding-left: 0.4em; */
}

.br-product-page-name { 
  margin-bottom: 10px;
}

.img-product-icons {
  	display: block;
    margin-left: auto;
    margin-right: auto;
}

.panel-default > .panel-heading-product {
    border-bottom: 1px solid #e0e0d4;
    color: #ababab;
    background-color: transparent;
    padding: 8px 2px 15px;
}

.panel-default > .panel-heading-footer {
    border-bottom: 1px solid #e0e0d4;
    color: #ababab;
    background-color: transparent;
    padding: 8px 2px 15px;
}


.normal {
    font-weight: 300 !important;
    font-size: 2em;
    color: #333333;
}

.nav-stores {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav-stores:before, .nav-stores:after {
  content: " ";
  display: table;
}

.nav-stores:after {
  clear: both;
}

.nav-stores > li {
      position: relative;
    display: inline-block;
}

.nav-stores > li > a {
  position: relative;
  display: block;
  padding: 30px 15px;
}

.nav-stores > li > a:hover, .nav-stores > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav-stores > li.disabled > a {
  color: #777777;
}

.nav-stores > li.disabled > a:hover, .nav-stores > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav-stores .open > a, .nav-stores .open > a:hover, .nav-stores .open > a:focus {
  background-color: #eeeeee;
  border-color: #262624;
}

.nav-stores .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav-stores > li > a > img {
  max-width: none;
}

.nav-tabs-stores {
  border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.nav-tabs-stores > li {
  float: inherit;
  margin-bottom: -1px;
}

.nav-tabs-stores > li > a {
  margin-right: 2px;
  line-height: 1.71429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs-stores > li > a:hover {
  border-color: transparent transparent transparent;
}

.nav-tabs-stores > li.active > a, .nav-tabs-stores > li.active > a:hover, .nav-tabs-stores > li.active > a:focus {
  	color: #ababab;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-bottom-color: transparent;
    cursor: default;
}

.tab-content, .stores{
  padding-top: 1em;
}

@media (min-width: 767px) {
  .br-product-slide-vertical .br-product-nav-wrapper {
    display: block;
    position: absolute;
    top: 0;
    bottom: 80px;
    width: 67px;
    height: 120%;
    padding: 0;
    overflow-y: hidden;
  }

#afterpay-checkout .afterpay-checkout {
    width: 70%;
    padding-left: 10px;
    /* color: #333; */
}

}

@media (max-width: 996px) {
  .br-site-info-logo {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    padding: 0px 0px;
    border-top: 0px solid #ababab;
}

.br-site-brands {
    padding-top: 1em;
    letter-spacing: .05em;
	font-size:9px;
}

.br-site-contact {
	font-size:10px;
}

}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.size-1of4 { width: 25%; }
.size-1of5 { width: 20%; }

@media screen and (max-width: 480px){
  

	.split-module-tnf .split-container .split-content .split-content-heading {
	    font-size: 4.2em;
	}
	
	.split-module-tnf .split-container .split-content .split-content-text {
    line-height: 1.4;
	}
	
	.split-module-tnf .accent-bar {
    margin-bottom: 20px;
	}

    .br-product--grid .br-product__name{
        white-space: normal;
		    line-height: 1.2;
    }
	
	.swiper-slide .br-product--grid .br-product__name {
    line-height:14px;
	}
	
	.swiper-slide .brand-name {
    color: #262624;
    font-size: 11px;
    font-weight: 300;
    padding-bottom: 5px;
	}
	
	.swiper-slide .member-price {
    display: block;
    font-weight: 300;
    padding-left: 3px;
	font-size:10px;
	 line-height: 12px;
	}
	

	.swiper-slide .rrp-price {
    font-size: 9px;
	}
	
	.swiper-slide .br-product .br-product--grid .slider-section{
	padding:12px 7px;	
	}
	
	.swiper-slide .br-product--grid .br-product__name {
    min-height: 4.2em;
	}
	
	.swiper-slide .prod-price {
    font-weight: 500;
    font-size: 11px;
    padding-left: 3px;
	}
	
	.swiper-slide .prod-price-discount {
    padding-left: 4px;
	font-size: 9px;
	line-height:11px;
	}
	
	.swiper-slide .prod-price-old {
	line-height:11px;
	font-size: 9px;
	padding-top: 5px;
	}
	
	.swiper-slide .br-product--grid .br-product__price {
    margin-bottom: 0;
    min-height: 3.4em;
	}
	
	.swiper-slide .cc-flag-discount {
    padding: 2px 2px 2px 4px;
    text-align: left;
    font-weight: 400;
	font-size:11px;
	}

	#filter-menu[data-columns]::before {
		content: '1 .column.size-1of1';
	}
	
	#prodexd-tab-details {
    margin-left: 1%;
    margin-right: 1%;
	}
	
	#prodexd-tech-specs {
    margin-left: 2%;
    margin-right: 2%;
	}

	.br-product-detail__container{
  max-width:100%;
  margin-top:50px;
	}

.br-product-slide-vertical .br-product-detail__container {
    padding: 0;
    max-width: 98%;
	}
	
	#prodexd-tab-details .br-ul {
    padding-left: 10px;
    padding-top: 13px;
}

.breadcrumb li a {
    color: #ababab;
    font-size: 11px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 20px;
    text-align: left;
}

.br-filter-group--sort .select2-container {
    width: 150px !important;
}

.br-site-contact a {
    padding-right: 3px;
    color: #ababab;
    letter-spacing: .06em;
}

.br-site-contact a:not(:last-child):after {
    content: "|";
    margin-left: 5px;
    color: #ababab !important;
}

}


@media screen and (min-width: 481px) and (max-width: 768px) {
	#filter-menu[data-columns]::before {
		content: '2 .column.size-1of2';
	}
	
	#prodexd-tab-details {
    margin-left: 10%;
    margin-right: 10%;
	}
	
	#prodexd-tech-specs {
    margin-left: 10%;
    margin-right: 10%;
	}
	
	.br-product-slide-vertical .br-product-detail__container {
    padding: 0;
    max-width: 80%;
	}

	#afterpay-checkout .afterpay-checkout {
    width: 100%;
    padding-left: 5px;
    /* color: #333; */
	}
	
	.checkout-eway-field {
	width:80%!important;
	}
	
}

@media screen and (min-width: 769px) and (max-width: 992px){
	
	#filter-menu[data-columns]::before {
		content: '4 .column.size-1of3';
	}
	
	.br-product-slide-vertical .br-product-detail__container {
    padding: 0;
    max-width: 100%;
	}
	
	#afterpay-checkout .afterpay-checkout {
    width: 100%;
    padding-left: 5px;
    /* color: #333; */
}

}

@media screen and (min-width: 992px) and (max-width: 1200px){
	#filter-menu[data-columns]::before {
		content: '4 .column.size-1of4';
	}
	
	#afterpay-checkout .afterpay-checkout {
    width: 80%;
    padding-left: 10px;
    /* color: #333; */
}

}

@media screen and (min-width: 1200px){
#filter-menu[data-columns]::before {
	content: '5 .column.size-1of5';
}

	.checkout-eway-field {
	width:80%!important;
	}
}

@media (min-width: 992px){
  .awemenu-nav--black .awemenu {
      /*float: left;
      width: 100%;*/
  }

}

@media (max-width: 992px) {
.br-footer-content {
    padding-top: 2em;
    padding-bottom: 1em!important;
    margin-bottom: 0px!important;
}

}

#accordionfooter .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
	background-colour:#262624;
}

#accordionfooter .panel-group {
	background-colour:#262624;
}

.panel-group-footer {
    margin-bottom: 23px;
}

.panel-footer-title{
    font-weight: 400;
    letter-spacing: .7px;
	font-size: 13px;
	text-align: left;
	margin-bottom: 0px;
}

.panel-footer {
    margin-bottom: 2px;
    background-color: #262624;
    border: 1px solid transparent;
    padding: 0px 10px;
}

.panel-body-footer {
    color: #888; 
}

.panel-title-footer {
    color: #fff; 
	font-weight: 400;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

#accordionfooter a {
  display: block;
  padding: 17px 1px;
  border-bottom: 1px solid #3a3a3a;
  text-decoration: none;
    color: #fff;
}

#accordionfooter ul li a {
    border: 0px solid #fff !important;
    padding: 10px;
}

#accordionfooter .panel-heading a.collapsed:hover,
#accordionfooter .panel-heading a.collapsed:focus {
  background-color: #262624;
  color: white;
  transition: all 0.2s ease-in;
}

.prod-accordion .panel-heading a.collapsed:hover::before,
.prod-accordion .panel-heading a.collapsed:focus::before {
  color: white;
}

#accordionfooter .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}

#accordionfooter .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #262624;
  transition: all 0.2s ease-in;
}

#accordionfooter .panel-heading .accordion-toggle.collapsed::before {
  color: #888;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

.panel-footer-title > a {
    display: block;
    position: relative;
}

.panel-footer-title > a.collapsed:after {
    content: "\f078";
}

.panel-footer-title > a:after {
    content: "\f077";
    font-size: 12px;
	color:white;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.panel-footer-title > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel-footer-default > .panel-footer-heading {
    border: 1px solid #e3e3e3;
}

.panel-footer-default > .panel-footer-heading {
    color: #262624;
    background-color: white;
    border-color: transparent;
}
.panel-footer-group .panel-footer-heading {
    border-bottom: 0;
}
.panel-footer-heading {
    /*padding: 15px 20px;*/
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

@media screen and (min-width: 300px) and (max-width: 425px){
.br-product--grid {
    margin-bottom: 1.5em;
}

.prodlist-title {
    padding: 6px 0 5px;
    border-bottom: 1px solid #e0e0d4;
}

.pb-80 {
    padding-bottom: 40px !important;
}

.br-product__price .row .left-block .col-xs-6 {
    padding-right: 1px;
}

.br-product__price .row .right-block .col-xs-6 {

}

}

.list-group-item-footer:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

a.list-group-item-footer, button.list-group-item-footer {
    color: #888;
}

.list-group-item-footer {
    position: relative;
    display: block;
    padding: 5px 1px;
    margin-bottom: -1px;
    background-color: #262624;
    border: 0px solid #ddd;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
    /* display: block; */
    float: none!important;
}

.no-margin-fluid{
	margin: 0px;
	padding: 0px;
}

.stats-container {
    background: #f4f5f0;
    border-radius: 4px;
    margin: 60px auto;
    border: 1px solid #dfdfd7;
    overflow: hidden;
}

.our-work-page .stat-block {
    padding: 20px;
    border-bottom: 1px solid #dfdfd7;
    position: relative;
}

.columns.large-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}

.our-work-page .stat-title {
    margin: 0;
    padding: 0;
}

.our-work-page .count-label {
    margin: 5px 0 0;
    padding: 0;
	font-weight: 300;
}

.show-for-large-up {
    display: block!important;
    visibility: visible!important;
}

.our-work-page .stat-block.fourth-block {
    border-bottom: 0;
}

.our-work-page .container {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 0;
}

.our-work-page .stats-container {
    background: #f4f5f0;
    border-radius: 4px;
    margin: 10px auto 50px;
    border: 1px solid #dfdfd7;
    overflow: hidden;
}

.columns.large-3:last-child {
    margin-right: 0;
}


@media only screen and (min-width: 768px){

#stockist-addresses {
    overflow: scroll;
    max-height: 620px;
}

.our-work-page .stat-title {
    font-size: 26px;
}

.columns.large-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}

.our-work-page .stat-block {
    border-bottom: 0;
    position: relative;
}

.our-work-page .stat-block:after {
    content: "";
    display: block;
    width: 1px;
    height: 200%;
    background: #dfdfd7;
    position: absolute;
    right: -4.6%;
    top: 0;
}

.menu-callout-title {
  position: relative;
    padding: 143px 40px 0px;
    background-color: #262624;
    min-height: 25em;
}

.menu-callout-title__main img {
    max-height: 4em;
    width: auto;
    vertical-align: middle;
}

}


/* 6. Home Slider
-------------------------------------------------------------------*/

.container-back-slider {
    background-image: url(/images/home/hero/Feb-Web-Banner-extra20-Desktop.jpg);
    height: 53.5em;
    background-position: top;
    margin-top: -4px;
    /* background-blend-mode: multiply; */
    /* background-color: rgba(0,0,0,0.2); */
	    background-repeat: no-repeat;
}

.hero-banner-callout {
        padding-top: 46em;
    text-align: center;
    padding-left: 0em;
    padding-right: 0em;
}

.hero-banner-callout h1 {
	font-weight: 600;
    font-size: 5em;
    font-style: normal;
    color: #008cca;
    margin-bottom: .01em;
}

.hero-banner-callout h3 {
	font-weight: 600;
    font-size: 4.5em;
    line-height: 1.3em;
	color: #008cca;
	letter-spacing: 0.04em;
	font-style: normal;
	margin-bottom: .5em;
}

.module-parallax .hero-banner-callout p {
    color: #008cca;
    font-size: 16px;
    line-height: 0em;
    margin-top: 0em;
    margin-bottom: -5px;
}

.hero-banner-callout img {
    margin-bottom: .4em;
    width: 200px;
}

.columbia-warm-degree {
	position:relative; 
	top: -30px;
	width: 2%;
}

.module-parallax p {
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
}

@media screen and (min-width: 992px) and (max-width: 1200px){

.container-back-slider {
    background-image: url(/images/home/hero/Feb-Web-Banner-extra20-Laptop.jpg);
    height: 42em;
    background-position: center;
    margin-top: -4px;
    /* background-blend-mode: multiply; */
    /* background-color: rgba(0,0,0,0.2); */
}

.hero-banner-callout {
     padding-top: 36em;
    padding-right: 0em;
    text-align: center;
    padding-left: 0em;
}

}

@media screen and (min-width: 769px) and (max-width: 991px){

.container-back-slider {
    background-image: url(/images/home/hero/Feb-Web-Banner-extra20-Laptop.jpg);
    height: 42em;
    background-position: center;
    margin-top: -4px;
    /* background-blend-mode: multiply; */
    /* background-color: rgba(0,0,0,0.2); */
}

.hero-banner-callout {
        padding-top: 36em;
    padding-right: 0em;
    text-align: center;
    padding-left: 0em
}

}

@media screen and (min-width: 425px) and (max-width: 768px){

  .br-product-detail__container{
    max-width:100%;
    margin-top:50px;
  }

.container-back-slider {
	background-image: url(/images/home/hero/Feb-Web-Banner-extra20-tablet.jpg);
   height: 46em;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-banner-callout {
        padding-top: 40em;
    padding-left: 0em;
    text-align: center;
}

.hero-banner-callout h1 {
    font-size: 3.8em;
    margin-bottom: .01em;
}

.hero-banner-callout h3 {
    font-size: 4em;
    line-height: 1em;
	margin-bottom: 1.5em;
}

.hero-banner-callout img {
    margin-bottom: .4em;
    width: 200px;
}

.module-parallax .hero-banner-callout p {
    font-size: 12px;
    line-height: 0em;
    margin-top: 0em;
	margin-bottom: -1px;
    margin-left: -17em;
}

.home-slider-title {
	padding-top:1em !important;
}

.columbia-warm-degree {
	position:relative; 
	top: -27px;
	width: 2.5%;
}

.bg-topo-light {
    background-color: none;
   background: none;
    background-image: url(/images/landingpage/stores/find-a-store-a-medium.jpg);
}

.topo-callout h1 {
    font-size: 3em;
    font-style: italic;
    margin: 1em;
    text-align: center;
}

}

@media screen and (min-width: 340px) and (max-width: 425px){

.container-back-slider {
    background-image: url(/images/home/hero/Feb-Web-Banner-extra20-mobile.jpg);
    background-position: center;
    /* background-blend-mode: multiply; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 34em;
}

.hero-banner-callout {
	    text-align: center;
    padding-top: 28em;
    padding-left: 0em;
    padding-right: 0em;
}

.hero-banner-callout h1 {
   font-size: 3.8em;
    margin-bottom: .01em;
}

.hero-banner-callout h3 {
 	font-size: 4em;
    line-height: 1em;
	margin-bottom: 1.5em;
}

.hero-banner-callout img {
    margin-bottom: .5em;
    width: 160px;
}

.home-slider-title {
	padding-top:1.5em !important;
}

.module-parallax .hero-banner-callout p {
    font-size: 12px;
    line-height: 0em;
    margin-top: 0em;
	margin-bottom: -1px;
    margin-left: -17em;
}

.columbia-warm-degree {
	position:relative; 
	top: -17px;
	width: 3%;
}

.bg-topo-light {
    background-color: none;
   background: none;
    background-image: url(/images/landingpage/stores/find-a-store-a-mobile.jpg);
}

.topo-callout h1 {
    font-size: 2.5em;
    font-style: italic;
    margin: 1em;
    text-align: center;
}


}

@media screen and (min-width: 300px) and (max-width: 340px){

.container-back-slider {
	 background-image: url(/images/home/hero/Feb-Web-Banner-extra20-mobile.jpg);
  height: 29em;
    background-position: top;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-banner-callout {
	    text-align: center;
    padding-top: 24em;
    padding-left: 0em;
    padding-right: 0em;
}

.nav-tabs > li > a {
    font-size: 14px!important;
}

.hero-banner-callout h1 {
    font-size: 3em;
    margin-bottom: .01em;
}

.hero-banner-callout h3 {
    font-size: 3.8em;
    line-height: 1em;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
}

.module-parallax .hero-banner-callout p {
    font-size: 12px;
    line-height: 0em;
    margin-top: 0em;
	margin-bottom: -1px;
    margin-left: -17em;
}

.hero-banner-callout img {
    margin-bottom: .6em;
    width: 180px;
}

.br-promotion h3{
    color: white;
    line-height: 15px;
    padding: 1px 0;
    font-size: .8em;
    font-weight: 400;
    margin-bottom: 0px;
}

.bg-topo-light {
    background-color: none;
   background: none;
    background-image: url(/images/landingpage/stores/find-a-store-a-mobile.jpg);
}

.topo-callout h1 {
    font-size: 2em;
    font-style: italic;
    margin: .89em;
    text-align: center;
}

}

/* 7. Page Bg
-------------------------------------------------------------------*/

.container-bg-tech {
	background-image: url(/images/home/grid/omni-heat.jpg);
    height: 25em;
    background-position: top;
    margin-top: 0px;
}

.container-bg-tech .tech-icon {
	position: relative;
    top: 17em;
    width: 30%;
}

@media screen and (max-width: 1200px){
	.container-bg-tech {
    height: 22em;
    background-position: inherit;
    margin-top: 0px;
}

	.container-bg-tech .tech-icon {
	    position: relative;
    top: 14em;
    width: 210px;
}

}

@media screen and (min-width: 425px) and (max-width: 767px){
	.container-bg-tech {
    height: 22em;
    background-position: unset;
    margin-top: 0px;
}

	.container-bg-tech .tech-icon {
	position: relative;
    top: 15em;
    width: 180px;
}

}

@media screen and (max-width: 424px){
.container-bg-tech {
    height: 22em;
    background-position: inherit;
    margin-top: 0px;
}

.container-bg-tech .tech-icon {
	position: relative;
    top: 16em;
    width: 175px;
}

.br-title {
        text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 24px;
}

}

/* 7. Page Bg 2
-------------------------------------------------------------------*/

.container-bg-tech-2 {
	background-image: url(/images/home/grid/seam-sealed.jpg);
    height: 25em;
    background-position: top;
    margin-top: 0px;
}

.container-bg-tech-2 .tech-icon {
	position: relative;
    top: 17em;
    width: 25%;
}

@media screen and (min-width: 425px) and (max-width: 767px) {

.container-bg-tech-2 {
	background-image: url(/images/home/grid/seam-sealed-mobile.jpg);
    height: 22em;
    background-position: top;
    margin-top: 0px;
}

.container-bg-tech-2 .tech-icon {
	position: relative;
    top: 15em;
    width: 33%;
}



}

@media screen and (max-width: 425px) {

.container-bg-tech-2 {
	background-image: url(/images/home/grid/seam-sealed-mobile.jpg);
    height: 22em;
    background-position: top;
    margin-top: 0px;
}

.container-bg-tech-2 .tech-icon {
	position: relative;
    top: 17em;
    width: 45%;
}

.nav-tabs > li > a {
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
}

.product-details-section {
  padding-bottom:20px;
	padding-top:20px;
}

.vip-member-sign-in, .vip-member-become {
    font-size: 12px;
    padding-right: 6px;
    margin-right: 2px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 3px;
	font-weight: 300;
}

.afterpay-button-container {
    font-size: 12px;
}

.normal {
    font-weight: 300 !important;
    font-size: 1.5em;
    color: #333333;
}

.brand-name {
    color: #262624;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 5px;
}

.brand-color-name {
    color: #ababab;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 300;
}

.prod-price {
        font-weight: 500;
    font-size: 11px;
    padding-left: 0px;
}

.prod-price-discount {
    display: block;
    color: #e65f5f;
    padding-left: 1px;
    font-size: 11px;
}

.prod-price-old{
	font-size: 11px;
    font-weight: 400;
    padding-top: 2px;
}

.rrp-callout{
	padding-left:0px;
}

.cc-flag-discount {
    padding: 2px 2px 2px 4px;
    font-weight: 400;
	font-size:12px
}

.member-price{
	font-size:11px;
}

.br-product-detail__main .member-price{
	font-size:13px;
}

.product-holder{
	padding-left:4px;
	padding-right:4px;
}

.slick-dots {
    margin-top: 8px;
}

.br-product-detail__container {
    max-width: 100%;
    margin-top: 10px;
}

.product-page-price .prod-price {
        font-weight: 500;
    font-size: 16px;
    padding-left: 0px;
}

.product-page-price .prod-price-discount {
    display: block;
    color: #e65f5f;
    padding-left: 2px;
    font-size: 14px;
}

.product-page-price .prod-price-old{
	font-size: 14px;
    font-weight: 400;
    padding-top: 2px;
}

.product-page-price .rrp-callout{
	
}

.cc-badge {
    color: #FFF;
    font-size: 8px;
    font-weight: 400;
    padding: 0px 4px;
    line-height: 18px;
    letter-spacing: .03em;
    border-radius: 3px;
}

.cc-badge.top-left {
    margin-left: 1px;
    margin-top: 0px;
    left: 0px;
    top: 0;
}

.cc-badge.top-right {
    margin-right: 1px;
    margin-top: 0px;
    right: 0px;
    top: 0;
}

.cc-badge.bottom-left {
    margin-left: 1px;
    margin-bottom: 0px;
    left: 0px;
    bottom: 0;
}

.cc-badge.bottom-right {
    margin-right: 1px;
    margin-bottom: 0px;
    left: 0px;
    bottom: 0;
}


}




/* 8. Charity
-------------------------------------------------------------------*/

h1.charity-w-title {
	font-weight: 500;
    font-size: 2.3em;
}

h3.charity-w-title {
	font-weight: 300;
    font-size: 1.3em;
    line-height: 1.5em;
}

p.charity-w-title {
	color: #262624;
	font-size: 15px;
	line-height: 1.5em;
}

h1.member-landing-title {
	font-weight: 500;
    font-size: 2.3em;
	padding-top: 4%;
}

h3.member-landing-title {
	font-weight: 300;
    font-size: 1.3em;
    line-height: 1.5em;
}

p.member-landing-title {
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
}

@media(max-width:480px){
p.member-landing-title {
	color: #333;
	font-size: 13px;
	line-height: 1.3em;
}
}

.member-landing .fa{
    color: #ffd500;
}

h1.content-landing-title {
	font-weight: 500;
    font-size: 2.5em;
    padding-top: 4%;
    margin-bottom: 1%;
}

h3.content-landing-title {
	font-weight: 300;
    font-size: 1.3em;
    line-height: 1.2em;
}

p.content-landing-title {
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
}

.content-landing .fa{
    color: #ffd500;
}


hr.ar-callout {
	color: #fff;
    border-top: 1px solid #fff;
    font-size: 15px;
    line-height: 1.5em;
    width: 70%;
}

hr.ar-callout-cart {
	color: #333;
    border-top: 1px solid #fff;
    font-size: 15px;
    line-height: 1.5em;
    width: 70%;
}

.br-policy .fa {
    color: #ffd500;
}

.brush-stroke-short {
    background-image: url(/images/landingpage/charity-water/charity-blush.png);
}

.brush-stroke-short-red {
    background-image: url(/images/landingpage/charity-water/charity-blush-red.png);
}

.brush-stroke {
    display: inline-block;
    background-size: contain;
    background-position: 50%;
    padding: 10px 15px;
    margin: -10px;
    background-repeat: no-repeat;
}

section-heading {
    line-height: 1.6em;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

@media (min-width: 1200px){

.footer-center-width {
    width: 20%;
}

}

@media (max-width: 1200px){
.service-links {
	    margin-top: 2em;
}

.service-questions {
        margin-top: 2em;
}
}

.text-white{
	color: white;
}

.text-black{
	color: #262624;
}

.btn-campaign {
    color: #333;
    background-color: #fff!important;
    border-color: transparent;
}

.btn .btn-campaign .btn:hover, button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover, .btn:focus, button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus, .btn.focus, button.focus,
input.focus[type="submit"],
input.focus[type="reset"],
input.focus[type="button"] {
  color: #333;
  text-decoration: none;
}

.br-card__main h5{
	font-weight: 700;
    font-size: 1.6em;
    letter-spacing: 0.05em;
}

#prodexd-readmore{
	color:#0085CA;
}

.contact-us {
	background-color: #f5f5eb;
    padding: 10px 10px 10px 10px;
}

.service-links {
	border-left: #ababab solid 1px;
    padding: 1em 0px 10px 25px;
}

.service-links ul {
	padding-left: 8%;
}

.service-links ul li {
	
}

.service-questions {
    padding: 0px 5% 0px 5%;
}

.tab-side {
    float: left;
    border: 1px solid #ababab;
    background-color: #f5f5eb;
    width: 20%;
    height: 40em;
}

.tab-side button {
    display: block;
    background-color: #f5f5f5;
    color: black;
    padding: 17px 12px;
    width: 100%;
    border: 1px solid #ababab;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
}

.tab-side button:hover {
    background-color: #ddd;
}

.tab-side button.active {
    background-color: #ffd500;
}

/* Style the tab content */
.tabsidecontent {
        float: left;
    padding: 0px 4%;
    border: 1px solid #ccc;
    width: 80%;
    
    height: 100%;
}

.store-locations {
    margin-top: 2em;
    border-top: 1px solid #ababab;
    margin-bottom: 1em;

}

.ac .btn-sm .btn-default {
	    min-width: 70px;
}

.prodexd-extended {
    margin-top: 10px;
	padding-left: 31px;
}

.modal-content .prodexd-extended {
    margin-top: 3px;
    padding-left: 29px;
    text-align: left;
}

.modal-content .select2-results {
text-align: left;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .js-new-arrivals .slick-prev{
    left:-20px;
  }

  .js-new-arrivals .slick-next{
    right:-20px;
  }
}

@media(max-width:767px){

  #minicart-pop{
    max-height:400px;
    overflow:auto;
  }
  .js-new-arrivals .slick-prev{
    left:-8px;
  }

  .js-new-arrivals .slick-next{
    right:-8px;
  }
}

@media(max-width:480px){
  .panel-group-footer {
    margin-bottom: 5px;
}
  .js-new-arrivals .slick-prev{
    left:0px;
  }

  .js-new-arrivals .slick-next{
    right:0px;
  }

.awemenu-logo {
    display: inline-block;
    /* margin-right: 20px; */
    float: left;
    margin: 0px;
}

h1.content-landing-title {
	font-weight: 500;
    font-size: 2em;
    padding-top: 2%;
    margin-bottom: .15em;
}

h3.content-landing-title {
	font-weight: 300;
    font-size: 1.1em;
    line-height: 1.2em;
}

p.content-landing-title {
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
}

.content-landing .fa{
    color: #ffd500;
}


  .grid-item{
    width:100%;
  }

  #minicart-pop{
    max-height:200px;
    overflow:auto;
  }

}

/* 10. Deal of the Week
-------------------------------------------------------------------*/

.container2,
.rotated-block {
  display:block;
}

.container2 {
      width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.rotated-block {
  position: absolute;
    z-index: 1;
    width: 81%;
    min-height: 172%;
    background: #262624;
    transform: rotate(-55deg);
    left: -25%;
    top: -30%;
}

.content {
        position: relative;
    z-index: 3;
    top: 39%;
    left: 15%;
    color: #fff;
    margin-top: 1.5em;
}

.deal-of-week .logo-callout{
	padding:2em 0px .5em;
}

.deal-of-week .logo-callout img{
	width:40em;
}

.deal-of-week .logo-callout p{
    font-size: 16px;
    letter-spacing: .03em;
    padding-left: 8px;
}

.deal-of-week .line-break{
	border-bottom: 5px solid #fff;
    width: 510px;
    margin-left: 7px;
}

.deal-of-week .offer-callout{
    margin: 2.5em 1em 0em;
}

.deal-of-week .offer-button-callout{
	    margin-left: 13px;
		margin-top: 3em;
}

.deal-of-week h2, .deal-of-week h3, .deal-of-week h4, .deal-of-week h5{
	color: #fff;
}

.deal-of-week h2{
	font-size:30px;
}

.deal-of-week h3{
	font-size:28px;
}
.deal-of-week h5{
	font-size:20px;
}

@media(max-width:1920px){
.rotated-block {
         position: absolute;
    z-index: 1;
    width: 73%;
    min-height: 148%;
    background: #262624;
    transform: rotate(-55deg);
    left: -16%;
    top: -52%;
}
}

@media(max-width:1400px){

.bg-deal-of-week {
	background-image:url('/images/promotions/deal-of-week/deal_of_the_week_bg_desktop.png');
	background-repeat: no-repeat;
	height: 44em;
	background-size: cover; 
	background-position: center center;
}

.container2,
.rotated-block {
  display:block;
}

.container2 {
     width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.rotated-block {
        position: absolute;
    z-index: 1;
    width: 85%;
    min-height: 124%;
    background: #262624;
    transform: rotate(-55deg);
    left: -31%;
    top: -21%;
}

.content {
        position: relative;
    z-index: 3;
    top: 39%;
    left: 3%;
    color: #fff;
}

.deal-of-week .logo-callout{
	padding:2em 0px 1em;
}

.deal-of-week .logo-callout img{
	width:40em;
}

.deal-of-week .logo-callout p{
    font-size: 15px;
    letter-spacing: .03em;
    padding-left: 18px;
}

.deal-of-week .line-break{
	border-bottom: 5px solid #fff;
    width: 491px;
    margin-left: 10px;
}

.deal-of-week .offer-callout{
    margin: 3em 1em 0em;
}

.deal-of-week .offer-button-callout{
	    margin-left: 12px;
		margin-top: 2em;
}

.deal-of-week h2,h3,h4,h5{
	color: #fff;
}

.deal-of-week h2{
	font-size:40px;
}

.deal-of-week h3{
	font-size:34px;
}
.deal-of-week h5{
	font-size:22px;
}
}

@media(max-width:1200px){
.container2,
.rotated-block {
  display:block;
}

.container2 {
      width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.rotated-block {
        position: absolute;
    z-index: 1;
    width: 94%;
    min-height: 146%;
    background: #262624;
    transform: rotate(-55deg);
    left: -40%;
    top: -61%;
}

.content {
       position: relative;
    z-index: 3;
    top: 39%;
    left: 5%;
    color: #fff;
    margin-top: 3em;
}

.deal-of-week .logo-callout{
	padding:2em 0px 1em;
}

.deal-of-week .logo-callout img{
	width:33em;
}

.deal-of-week .logo-callout p{
    font-size: 13px;
    letter-spacing: .03em;
    padding-left: 6px;
}

.deal-of-week .line-break{
	border-bottom: 4px solid #fff;
        width: 416px;
    margin-left: 4px;
}

.deal-of-week .offer-callout{
    margin: 3em 0em 0em;
}

.deal-of-week .offer-button-callout{
	    margin-left: 1px;
    margin-top: 29px;
}

.deal-of-week h2{
	font-size:36px;
}

.deal-of-week h3{
	font-size:28px;
}
.deal-of-week h5{
	font-size:18px;
}
}

@media(max-width:991px){

.deal-of-week .logo-callout{
	padding:2em 0px 1em;
	display:block;
}

.deal-of-week .logo-callout img{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	display: block;
}

.deal-of-week .logo-callout p{
    font-size: 12px;
    letter-spacing: .03em;
    padding-left: 0px;
	text-align:center;
	color: #fff;
}

.deal-of-week .line-break{
    border-bottom: 3px solid #fff;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.deal-of-week .offer-callout {
    margin: 3em 0em 0em;
    text-align: center;
}

.deal-of-week .offer-button-callout {
    margin-left: auto;
    margin-top: 2em;
	margin-bottom: 1.5em;
    margin-right: auto;
    display: block;
    text-align: center;
}

.deal-of-week h2{
	font-size:32px;
}

.deal-of-week h5{
	font-size:20px;
}

}

@media(max-width:767px){

.deal-of-week .offer-callout {
    margin: 2em 0em 0em;
    text-align: center;
}

.deal-of-week .logo-callout p {
    font-size: 10px;
    letter-spacing: .02em;
}

.deal-of-week h2{
	font-size:28px;
}

.deal-of-week h5{
	font-size:16px;
}

}

.afterpay-big-modal {
    max-width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
