blockquote {
	padding: 25px;
}
blockquote + blockquote {
	border-top: 1px solid #000;
}
.free-ship {
	height: 95px;
	position: absolute;
	top: 23px;
	right: 30px;
}
#main > article {
	position: relative;
}
button.back {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 900;
	min-width: 175px;
	padding: 10px 10px 10px 0;
	text-align:left;
	transition: all 0.3s ease 0s;
}
button.back:hover {
	color:#d5ba8c;
}
/*=== HEADER ===*/
#header{
    height: 0;
}
.header-wrapper{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 120;
}
.header-menu{
    padding: 40px 0 25px;
}
.header-menu > .flexbox{
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.logo,
.logo-mobile img,
.logo img{
    display: block;
}
#nav-btn,
#nav-close-btn{
    display: none;
}
.nav-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-menu > li{
    margin: 0 20px;
    position: relative;
}
.nav-menu > li:first-child{
    margin-left: 0;
}
.nav-menu > li:last-child {
    margin-right: 0;
    font-size: 0;
}
.header-menu .logo-item {
    width: 350px;
    margin: 0 30px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.nav-menu > li > a{
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.2;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.sub-menu li a:hover{
    color: #d5ba8c;
}
.nav-menu > li i{
    font-size: 24px;
}
#nav-btn,
#nav-close-btn{
    display: none;
}
.sub-menu{
    width: 172px;
    padding: 15px 15px 20px 23px;
    text-align: left;
    background-color: #ffffff;
    border-bottom: 4px solid #21362c;
    position: absolute;
    top: calc(100% + 20px);
    left: -23px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}
li.has-child:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.sub-menu li a{
    display: block;
    color: #21362c;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0 7px;
}
/* Fixed and Inner Header*/
#home.fixed .header-wrapper{
    position: fixed;
    top: 0 !important;
}
.fixed .header-wrapper,
#inner .header-wrapper{
    -webkit-box-shadow: 0 2px 7px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 7px -3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 7px -3px rgba(0,0,0,0.2);
}
#inner #header{
    height: 100px;
}
#inner .header-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
}
.fixed .header-menu,
#inner .header-menu{
    padding-top: 30px;
    background-color: #21362c;
    height: 100px;
}
/*=== TOP BANNER ===*/
.banner{
    position: relative;
    min-height: 750px;
}
.banner .top-slider{
    height: 100%;
}
.banner .single-banner{
    height: 100%;
    background-position: top center;
    background-attachment: fixed;
}
.banner .container{
    justify-content: space-between;
    align-items: center;
    height: 100%;
    z-index: 2;
    padding: 115px 15px 100px;
}
.banner .banner-text{
    color: #fff;
    width: 100%;
    max-width: 680px;
    padding: 30px;
    background-color: rgba(70, 72, 76, 0.55)
}
.banner-text .large-text span{
    color: #d5ba8c;
}
.banner-text .large-text{
   margin-bottom: 20px;
}
.banner-content{
    font-size: 18px;
}
.banner-content + .btn {
	margin-top: 40px;
}
.banner .slick-arrow.slick-prev{
   left: 50px;
}
.banner .slick-arrow.slick-next{
    right: 50px;
}
.banner .slick-list,
.banner .slick-track{
    height: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.banner .slick-dots{
    bottom: 70px;
}
/*=== ENTRY SECTION ===*/
#wood-ducks{
    background: #21362c;
    color: #fff;
}
#wood-ducks .container{
    max-width: 1200px;
    padding: 0;
}
/*=== FEATURED SLIDER ===*/
.products-column {
	height: 100%;
}
.featured-products{
    background: url(/images/layout/wood-side.jpg) no-repeat;
    background-size: cover;
    width: 400px;
    position: relative;
    padding: 30px 55px 30px;
    text-align: center;
    height: 100%;
}
.featured-products:before{
    display: none;
}
.featured-products h2{
    font-size: 26px;
    margin-bottom: 24px;
    color: inherit;

}
.featured-products .product-box{
    margin-bottom: 20px;
}
.featured-products .product-box .product-info{
     color: #fff;
}
.featured-products-slider {
	margin-bottom: 40px;
}
.featured-slider-arrows{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    margin-top: 15px;
    z-index: 9;
}
.featured-slider-arrows .slick-arrow{
    position: static;
}
.featured-slider-arrows .slick-arrow:after{
    position: static;
}
.featured-slider-arrows .slick-arrow.slick-prev{
    margin-bottom: 15px;
}
.featured-slider-arrows .slick-arrow.slick-next:after{
    content: "\f063";
}
.featured-slider-arrows .slick-arrow.slick-prev:after {
    content: "\f062";
}
/*=== ABOUT SECTION ===*/
.about-wrapper{
    width: calc(100% - 400px);
    padding: 75px 0;
}
.about-wrapper .inner-box{
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    padding: 0 40px;

}
.about-wrapper .inner-box img{
    display: block;
    margin: 0 auto 45px;
}
.about-wrapper .inner-box > *:not(.btn){
    text-align: left;
}
.about-wrapper .inner-box p:nth-last-child(2){
    margin-bottom: 50px;
}
/*=== INFO SECTION ===*/
#about-the-process{
    position: relative;
    padding: 55px 0 30px;
}
#about-the-process .container{
    max-width: 1230px;
    align-items: flex-start;
}
.info-tabs-wrapper{
    width: calc(50% - 55px);
    background: #d0d8d3;
    margin: 95px 0 0 55px;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}
.info-tabs-wrapper .top-part{
    position: relative;
    padding: 60px 0 60px 35px;
}
.info-tabs-wrapper .top-part h4{
    padding-right: 160px;
}
.info-tabs-wrapper .top-part img{
    position: absolute;
    right: 55px;
    top: -27px;
}
.info-tabs-wrapper li a{
    display: flex;
    align-items: stretch;
}
.info-tabs-wrapper li a.active{
    background: #21362c;
    color: #fff;
}
.info-tabs-wrapper li a.active h3{
    color: #fff;
}
.info-tabs-wrapper li .img-box{
    width: 315px;
    min-height: 140px;
    flex-shrink: 0;
    flex-grow: 0;
}
.info-tabs-wrapper li .text-box{
    flex-grow: 1;
    text-align: center;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.info-tabs-wrapper li h3{
     margin-bottom: 10px;
}
.info-tabs-wrapper li h3:after{
    content: '';
    display: block;
    width: 74px;
    height: 3px;
    background: #d5ba8c;
    margin: 17px auto 0;
}
.info-content-wrapper{
    width: 50%;
    background: #e8ebe9;
    padding: 55px 0 154px 50px;
    position: relative;
}
.info-content-wrapper:before{
    content: '';
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e8ebe9;
    transform: translateX(-100%);
}
.info-content-wrapper .label-made-in-usa{
    position: absolute;
    top: -38px;
    right: 65px;
}
.info-content-wrapper .text-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 55px;
    min-height: 291px;
    margin-bottom: 50px;
}
.info-content-wrapper .text-box h2 + p {
	padding-top: 0;
}
.info-content-wrapper .text-box > *{
    max-width: 100%;
}
.info-content-wrapper h2{
    font-size: 26px;
    margin-bottom: 18px;
    max-width: 350px;
}
.info-content-wrapper .text-box .btn{
    margin-top: auto;
}
.info-content-wrapper .img-box{
    height: 260px;
    position: absolute;
    left: 50px;
    right: 0;
    bottom: -106px;
}
/*=== SHOP SECTION ===*/
#shop{
    padding: 0px 0 65px;
    position: relative;
    margin-top: 80px;
}
#shop:after{
    content: '';
    position: absolute;
    background: url(/images/layout/wood-bar-short.jpg) no-repeat;
    background-size: cover;
    left: 0;
    bottom: 0;
    height: 19px;
    width: 100%;
}
#shop h2{
    margin-bottom: 20px;
}
#shop h2:before{
    display: block;
    margin: 0 auto 10px;
}
.shop-tabs{
    background: url(/images/layout/wood-bar.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 25px;
}
.shop-tabs h3{
    margin-right: 30px;
    color: inherit;
}
.shop-tabs .container{
    align-items: center;
}
.shop-tabs ul{
    display: flex;
    align-items: center;
}
.shop-tabs li:not(:last-child){
    margin-right: 20px;
}
.shop-tabs a{
    display: block;
    font: 18px/1.2 'Cubano-Regular';
    border: 3px solid #ffffff;
    padding: 12px 15px;
    min-width: 150px;
}
.shop-tabs a.active{
    background: #d5b98b;
    border-color: #d5b98b;
    color: #21362c;
}
#shop > .container{
    padding-top: 20px;
}
#shop .product-box{
    margin-bottom: 25px;
    width: calc(33.333% - 60px);
}
#shop .product-box:nth-child(3n + 2){
    margin: 0 90px 25px;
}
.product-box .img-box{
    display: block;
    height: 234px;
    position: relative;
}
.product-box .img-box span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 54, 44, 0.75);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 24px/1.2 'Cubano-Regular';
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
}
.product-box .img-box:hover span{
    opacity: 1;
    visibility: visible;
}
.product-box .product-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 12px 10px 15px;
    color: #21362c;
    text-align: left;
}
.product-box .product-name strong{
    display: block;
    margin-bottom: 2px;
}
.product-box.modal {
	position: relative;
}
.product-icons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
}
.product-icons *:last-child{
    margin: -11px 0 0 16px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.product-icons [class*="fa-"]{
    font-size: 24px;
}
.product-icons *:hover:last-child {
	color:#d5ba8c;
}
.featured {
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 100px;
	margin: auto;
	z-index: 10;
}
/*=== STORY SECTION ===*/
#our-story {
    background: #21362c;
    color: #fff;
    padding: 60px 0 90px;
}
article > .img-box:not(.main-photo),
.column > .img-box:not(.main-photo) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    background-attachment: fixed;
}
#our-story .flexbox{
    justify-content: space-between;
}
#our-story .flexbox > div:first-child{
    width: calc(100% - 490px);
}
#our-story h2:before{
    display: block;
    margin: 0 auto 20px;
}
#our-story h2{
    text-align: center;
    margin-bottom: 45px;
    color: inherit;
}
.main-photo{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 440px;
    height: 440px;
    border: 5px solid #d5b98b;
    margin: 0px auto;
    background-attachment: scroll !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.main-photo.circle {
	border-radius: 50%;
}
.main-photo span{
    display: block;
    font: 24px/1.2 'Cubano-Regular';
    text-transform: uppercase;
    background: #000000;
    width: 100%;
    max-width: 360px;
    padding: 11px 15px;
    text-align: center;
    margin-bottom: 35px;
}
/*=== NEWS SECTION===*/
#news{
    padding: 55px 0 40px;
}
#news .container{
/*     max-width: 1150px; */
    justify-content: space-between;
}
#news .container > div{
    width: calc(50% - 18px);
}
.featured-news {
	height: 100%;
}
.news-box{
    height: calc(50% - 18px);
    min-height: 250px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 0;
}
.news-box:before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background: -moz-linear-gradient(left,  rgba(33,54,44,1) 0%, rgba(33,54,44,0) 96%, rgba(33,54,44,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(33,54,44,1) 0%,rgba(33,54,44,0) 96%,rgba(33,54,44,0) 100%);
	background: linear-gradient(to right,  rgba(33,54,44,1) 0%,rgba(33,54,44,0) 96%,rgba(33,54,44,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21362c', endColorstr='#0021362c',GradientType=1 );
	opacity: 0.7
}
.news-box:first-child{
    margin-bottom: 36px;
}
.news-box .text-box{
    padding: 20px 40px 35px 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.news-box h3{
    font-size: 36px;
    max-width: 270px;
    color: inherit;
}
.news-box h3 span{
    margin-bottom: 3px;
}
.news-box .btn{
    margin-bottom: 5px;
}
/*=== CALLOUT BOX===*/
.bar-callout {
    justify-content: space-between;
    margin: 20px 0 10px;
}
.bar-callout > div {
    width: calc(50% - 10px);
}
.bar-callout > div:first-child{
    margin-right: 20px;
}
.bar-callout .img-box {
    width: 100%;
    height: 180px;
    border: 5px solid #d5b98b;
}
.bar-callout .img-box + h4 {
    color: #d5b98b;
    text-align: center;
    padding: 12px 15px 15px;
}
.bar-callout + .text-box {
    padding: 0 30px 0 50px;
}
.bar-callout + .text-box p {
    margin-bottom: 25px;
}
/*=== SOCIAL SECTION ===*/
.social-wrapper{
    padding: 40px 0 80px;
    overflow: hidden;
}
.social-wrapper h2{
    margin-bottom: 10px;
}
.social-wrapper .container{
    max-width: 1200px;
}
.social-wrapper .social-top{
    text-align: center;
    margin-bottom: 40px;
}
.social-wrapper .social-top .flexbox{
    justify-content: center;
    align-items: center;
}
.social-wrapper .social-top span{
    margin: 0 20px;
    position: relative;
    top: 3px;
}
.social-wrapper .social-top a{
    font-size: 36px;
}
.social-wrapper .social-top a:hover{
    color: #d5b98b;
}
.social-slider{
    margin: 0 -12px;
}
.social-slider .slick-arrow{
    background: #fff;
    color: #21362c;
}
.social-slider .slick-arrow.slick-prev{
    left: 18px;
}
.social-slider .slick-arrow.slick-next{
    right: 15px;
}
.soc-box{
    position: relative;
    height: 277px;
    margin: 0 12px;
    color: #fff;
}
.soc-box .img-box{
    height: 100%;
    width: 100%;
}
.soc-box .align-center{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.soc-box .align-center i{
    margin-right: 3px;
}
.soc-box .text-overlay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px 25px 30px 30px;
    background: rgba(33, 54, 44, 0.75);
    opacity: 0;
    visibility: hidden;
}
.soc-box:hover .text-overlay{
    opacity: 1;
    visibility: visible;
}
.soc-box .text-overlay > *{
    max-width: 100%;
}
/*=== CONTACT SECTION ===*/
.contact-wrapper{
    background: #21362c;
    color: #fff;
    padding: 45px 0 60px;
}
.contact-wrapper > .flexbox > div{
    width: 50%;
}
.contact-info .align-center{
    padding-right: 20px;
    margin-bottom: 30px;
}
.contact-info .inner-box{
    width: 100%;
    max-width: 385px;
    margin-left: 60px;
}
.contact-info ul{
    margin: 40px 0;
    font-size: 16px;
    font-weight: 500;
}
.contact-info li:not(:last-child){
    margin-bottom: 10px;
}
.contact-info li strong{
    font: 24px/1.2 'Cubano-Regular';
    font-weight: normal;
    color: #d5b98b;
}
.contact-info li a:hover{
    color: #d5b98b;
}
.contact-form p{
    margin-bottom: 25px;
}
.contact-form .form-row{
    margin-bottom: 18px;
    flex-wrap: nowrap;
}
.contact-form .form-row.flexbox{
    justify-content: space-between;
}
.contact-form .form-row.flexbox > div{
    flex-grow: 1;
}
.contact-form .form-row.flexbox > div + div{
    margin-left: 18px;
}
.contact-form input,
.contact-form textarea{
    display: block;
    font-family: 'Montserrat';
    font-size: 14px;
    text-align: left;
    width: 100%;
    color: #21362c !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 15px 30px 14px;
    border: none;
    background: #fff;
}
.contact-form input {
	padding-bottom: 11px;
	height: 56px;
	font-size: 20px;
}
.g-recaptcha {
    display: inline-block;
    vertical-align: middle;
}
/* Default Placeholder styles */
.contact-form input::-webkit-input-placeholder{
/* WebKit browsers */
    font-size: 14px;
	line-height: 1.57;
}
.contact-form input:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    font-size: 14px;
	line-height: 1.57;
}
.contact-form input::-moz-placeholder{
/* Mozilla Firefox 19+ */
    font-size: 14px;
	line-height: 1.57;
}
.contact-form input:-ms-input-placeholder{
/* Internet Explorer 10+ */
    font-size: 14px;
	line-height: 1.57;
}
.contact-form textarea{
    height: 162px;
    padding-right: 100px;
    line-height: 1.5;
}
.contact-form .btn{
    min-width: 130px;
    margin-top: 8px;
}
.contact-form .form-row:last-child > div{
    flex-grow: 0;
}
.captcha{
    width: 301px;
    height: 77px;
    background:  url(/images/content/captcha.jpg) no-repeat;
}
/*=== FOOTER ===*/
.footer-wrapper{
    background: url(/images/layout/wood-bar-footer.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    height: auto;
    font-size: 12px;
    position: relative;
    z-index: 99;
}
.footer-wrapper .container{
     padding: 30px 15px 15px;
}
.footer-wrapper .container:before{
    position: absolute;
    left: 50%;
    top: -14px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer-wrapper p{
    margin-bottom: 5px;
}
/*=== PRODUCCT POPUP ===*/
.product-popup-left{
    width: 455px;
    background: url(/images/layout/wood-bar-top.jpg) no-repeat left top #21362c;
    padding: 115px 16px 50px;
    position: relative;
}
.product-popup-left:before{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40px;
}
.product-popup-left .video {
	display: block;
	height: 100px;
	width: 100px;
	position: absolute;
	border: 8px solid #21362c;
	border-radius: 50%;
	z-index: 10;
	margin: 0 auto;
	left: 26px;
	top: 20px;
	box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.3);
	background-color: #FFF;
	transition: all 0.3s ease 0s;
}
.product-popup-left .video:hover {
	background-color: #21362c;
}
.product-popup-left .video:before {
	content: "";
	display: block;
	border-top: 18px solid transparent;
	border-left: 34px solid #21362c;
	border-bottom: 18px solid  transparent;
    top:50%;
    left: 54%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
	transition: all 0.3s ease 0s;
}
.product-popup-left .video:hover:before {
	border-left: 34px solid #FFF;
}
.product-popup-left .video:after {
	content: "Watch The Video";
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 100%;
	color: #21362c;
	font-size: 24px;
	font-family: 'Cubano-Regular';
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	overflow: hidden;
	width: 0;
	transition: all 0.3s ease 0s;
}
.product-popup-left .video:hover:after {
	left: 120%;
	width: 195px;
}
.product-popup-right{
    width: calc(100% - 455px);
    padding: 110px 40px 60px 55px;
}
.product-popup-right h2{
    font-size: 54px;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}
.product-popup-right h2 span{
    font-style: italic;
    line-height: 1;
}
.product-popup-right p a{
    font-weight: bold;
    color: #21362c;
}
.product-popup-right h3{
    font-size: 26px;
    margin-bottom: 20px;
}
.product-type-box{
    margin: 40px 0 30px;
}
.product-type-box input:not([name*="discountCode"]){
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

[name*="discountCode"] {
	border: 1px solid #000;
	width: 100%;
	text-align: left !important;
}
.product-type-box label:before{
    content: none;
}
.product-type-box label:not([for*="discountCode"]){
    display: block;
    text-transform: uppercase;
    color: #21362c;
    max-width: 220px;
    width: 100%;
    background: #d0d8d3;
    text-align: center;
    padding: 12px 15px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
/* .product-type-box label:nth-child(2){
    margin-right: 25px;
} */
.product-type-box input:checked + label{
    background: #21362c;
    color: #fff;
}
.product-type-box input:checked + label:after{
    content: '\f00c';
    font: 18px/1 Font Awesome\ 5 Pro;
    font-size: 18px;
    font-weight: bold;
    width: 33px;
    height: 33px;
    background: #d5ba8c;
    color: #21362c;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 34px;
    text-align: center;
    padding-left: 0px;
    text-indent: 2px;
}
.product-type-box input:checked + label strong,
.product-type-box input:checked + label span{
    opacity: 1;
}
.product-type-box label strong{
    display: block;
    font: 24px/1.2 'Cubano-Regular';
    opacity: .85;
}
.product-type-box label span{
    font: 18px/1.2 'Montserrat';
    font-weight: 900;
    opacity: .75;
}
.product-type-box label strong:after{
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #d5ba8c;
    margin: 10px auto 15px;
}
.product-type-box + .flexbox{
    align-items: flex-start;
}
.product-popup-right .quantity-counter{
    margin-right: 20px;
}
.product-popup-right .button-container {
	padding-top: 40px;
}
.small-text {
	font-size: 10px;
}
.product-popup-right .small-text {
	opacity: .6;
	line-height: 14px;
	padding-top: 20px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.quantity-counter + div {
	flex-grow: 1;
	display: inline-flex;
	justify-content: flex-end;
	padding-right: 14px;
}
.product-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.prod-header:before,
.prod-header:after {
	display: none !important;
}
.prod-header {
	font-size: 34px;
}
.product-gallery .gallery-main-photo{
    width: 100%;
    height: 338px;
    margin-bottom: 23px;
    display: block;
}
.product-gallery-thumb{
    display: flex;
    flex-wrap: wrap;
}
.product-gallery .gallery-photo{
    width: calc(33.33% - 13.5px);
    height: 100px;
    margin-bottom: 20px;
}
.product-gallery-thumb > a:not(:nth-child(3n+3)){
    margin-right: 20px;
}
.column {
	position: relative;
}
.hs-popup {
	padding: 40px;
	background: #FFF;
	max-width: 800px;
	text-align: center;
}
.bar {
	display: block;
	width: 100%;
	height: 1px;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	border: none;
	background-color: #fff;
	margin: 14px 0;
}
.socials {
	width: 100%;
	justify-content: space-around;
	text-align: center;
	margin-top: 16px;
}
.socials i {
	display: block;
	margin: 0px auto;
	font-size: 46px;
	transition: all 0.3s ease 0s;
}
.socials a:hover,
.socials a:hover i {
	color: #d7b98a !important;
}
#contact .header-img {
	margin:-12px auto 12px;
}
.social + .social {
	margin-left: 8px;
}
.flexbox.options {
	justify-content: space-between;
}
.footer-links a {
	color: #fff;
	font-weight: bold;
}
.footer-links a:hover {
	color: #d5ba8c;
}

/*=== POLICY MODALS ===*/
.modal-popup {
	padding: 30px;
	background-color: #fff;
}
.modal-popup h2 {
	margin-bottom: 20px;
}
.modal-popup h3 {
	margin-bottom: 10px;
}
.bullet-list {
	list-style: none;
	text-align: left;
	margin: 0 auto 25px;
}
.bullet-list li {
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
}
.bullet-list li:before {
	content: "";
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background-color: #d3b990;
	position: absolute;
	top: 7px;
	left: 12px;
}
.list-item + .list-item {
	padding: 14px 0 0 0;
}
