@font-face {
    font-family: 'Avenir Next Ultra';
    src: url('https://cdn.shopify.com/s/files/1/0553/1703/7233/files/AvenirNext-UltraLightItalic.woff2') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0553/1703/7233/files/AvenirNext-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('https://cdn.shopify.com/s/files/1/0553/1703/7233/files/AvenirNext-Regular.woff2') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0553/1703/7233/files/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('https://cdn.shopify.com/s/files/1/0553/1703/7233/files/AvenirNext-Bold.woff2') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0553/1703/7233/files/AvenirNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('https://cdn.shopify.com/s/files/1/0553/1703/7233/files/AvenirNext-Medium.woff2') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0553/1703/7233/files/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Font end */
*{
  font-family:var(--mainFont);
}
:root{
  --mainFont:'Avenir Next';
}
/* Adnan Dev */
/* old code comment  */
/* .product .cpb-root .cpb-layout{
  margin:auto;
  max-width:1140px !important;
  padding:0 15px !important;
} */
.product .cpb-root .cpb-layout{
  margin:auto;
  max-width:100% !important;
  padding:0 15px !important;
}
h2.h2-product-details{
    text-transform: uppercase !important;
    letter-spacing: 0px;
    font-family: 'Roboto' !important;
    color:black ;
    font-weight:500 !important;
    font-size:20px !important;
    cursor:pointer;
    width: fit-content;
}
.shg-c {
  font-size: 15px !important;
  font-family: 'Roboto' !important;
  font-weight:400 !important;
  margin-bottom: 20px !important;
  margin-top:10px !important
}
.inner-div{
  display:none;
}
.inner-div.opened{
  display:block !important;
}
#shopify-section-customproductbuilder-section .info-wrap {
    display: none !important;
}
#product-builder .info-holder-wrap {
    display: flex;
    justify-content: space-around;
}
.product-details-button {
    margin-bottom: 30px;
}
.modal_price span.sale:before{
  display:none !important;
}
#product-builder .product_section .modal_price {
  font-size: 22px !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 500;
  color:#d54d4d !important;
}
#product-builder .cpb-custom-product-top {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#product-builder .cpb-custom-product-top .review-icons {
  	margin-bottom: 16px;
}
#product-builder .cpb-custom-product-top.cpb-custom-product-top_mobile {
   display: none;
}
.star-wrap-div {
    width: 100% !important;
}
.product-image.clicked img {
    width: 200px;
}
/* Gallery Code  */
.image-gallr-inner {
    display: flex;
    gap: 20px;
    padding: 0px 15px;
    flex-wrap:wrap;
}
.image-gallr-inner-1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Image-Gallery-main-1 .image-gallr-inner-1 .product-image{
  display:none;
}
.Image-Gallery-main-1 .image-gallr-inner-1 .product-image.active{
  display:flex;
}

.product-image.clicked {
    cursor: pointer;
}
.product-details-button {
    margin-bottom: 30px;
}
.was_price + span {
    display: none;
}
.slick-next {
    right: 40px !important;
    z-index: 99 !important;
}
.slick-prev {
    left: 25px !important;
    z-index: 99 !important;
}
.slick-prev:before, .slick-next:before{
  font-size:35px !important;
}
/* Testing Code */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
/*   padding-top: 100px; /* Location of the box */ */
  left: 0;
  top: -10px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.Image-Gallery-main-1 {
    position: relative;
    height: 100%;
    top: 0;
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor:pointer;
  z-index:99999999999999999999;
}
.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 3px 12px 16px 12px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 50px !important;
  user-select: none;
  background-color: white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: white;
  color:black !important;
}

/* Testing End Code */

/* Gallery End code */

/* End Adnan Dev */

/* #Custom Styles
================================================== */
.main_nav .nav .menu li {
  margin: 0 20px;
}

.main_nav div.logo a {
  margin-left: 20px;
}

div.container {
    padding: 20px 0;
}

a.button,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.action_button,
a.action_button,
input.action_button[type="submit"],
input.action_button[type="button"],
input.action_button[type="button"],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background: #e3aa65;
  color: #ffffff;
  border: 1px solid #e3aa65;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  height: 40px;
  line-height: 1.2;
  vertical-align: top;
  font-family: Oswald, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  border-radius: 0; }

button {
    border: none;
    appearance: none;
}
table{width:100%;}

/*******************************************/
/* Header                    			   */
/*******************************************/
body{-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
.menu-position--inline .header__logo{width:25%;}

.caption-content{padding:0px;}
.main-nav{padding:0px;}
.main-nav .nav .menu li {
    margin: 0 15px;
}
.logo-position--left .header__logo{padding-right:0px;}
.header__logo a{padding-top:10px;padding-bottom:10px;margin-left: 20px;}
.index .first_button{background-color: #fff;border-color: #fff;color: #333;}
#banner-1489283389016 .global-button:hover {background-color: #e3aa65;border-color: #e3aa65;color: #fff;}

.dark-overlay-true:after {
    content: '';
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.manufacturing-section .caption .subtitle{text-transform:none;}
.manufacturing-section .image-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.caption.captionOverlay--true {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 55%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
}

.manufacturing-section .textblock .dual-text .text{font-size: 19px;padding: 15px;}
.manufacturing-section .parallax {
    height: 350px;
    background-attachment: fixed;
}
.manufacturing-section .caption .headline {
    text-transform: none;
}
.caption .headline{margin-bottom:15px;}
.manufacturing-section section.banner {
    margin: 50px 0;
}
.manufacturing-section .featured-link--section {
    margin: 40px 0;
}
.featured-link--section {
    width: 100%;
    box-sizing: border-box;
    float: left;
    min-height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.featured-link--half {
    float: left;
    width: 50%;
    position: relative;
    display: table;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.featured-link--half .featured-link--wrap {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.manufacturing-section .featured-link--section .featured-link--image .featured-link--wrap {
    padding-top: 80%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.manufacturing-section .featured-link--section .featured-link--image .featured-link--wrap h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-transform: none;
    font-size: 56px;
    margin: 0;
}
.manufacturing-section .featured-link--section .info .description {
    margin-bottom: 0;
    font-size: 19px;
}
.manufacturing-section .parallax-wrap h3.sub-title {
    color: white;
    margin: 40px 0 30px;
}
.manufacturing-section .parallax-wrap .text {
    font-size: 19px;
    color: white;
    text-align: left;
}
.manufacturing-section .page_banner {
    max-height: 70vh;
}
.manufacturing-section .textblock .dual-text .text.half {
    width: 50%;
    float: left;
}
.manufacturing-section .featured-link--section .info {
    padding: 40px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-size: 19px;
}
.banner {
    width: 100%;
}
.manufacturing-section .textblock .dual-text .sub-title {
    text-align: center;
}
.caption.captionOverlay--true .headline, .caption.captionOverlay--true .subtitle {
    color: #ffffff;
}
.custom-pdp-bottom{overflow:hidden;}
.manufacturing-section .featured-link--section .featured-link--image .featured-link--wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bottom-swiper-container{max-width:100%;}
.container{max-width:1200px;/*flex-direction: column;*/}
.container.container-full{max-width:100%;}
.shopify-section--page-banner-template .page-banner {
    max-height: 70vh;
}
.shopify-section--contact-section .page-banner,.shopify-section--page-faq-template .page-banner {
    max-height: 70vh;
}
.shopify-section--page-faq-template .caption .headline {
    text-transform: none;
}
.slider-gallery .flickity-prev-next-button{opacity:0.5;}
.index-sections .under-menu:nth-child(1){margin-top:20px;}
.promo-banner--show .index-sections .under-menu:nth-child(1){margin-top:40px;}
.swatch_options .is-flex{justify-content: center;}
.swatch .option_title{text-align: center;}
.swatch-element.color.swatch-element label{width:80px;height:80px;}
/*******************************************/
/* Testimonial Page                     */
/*******************************************/


.testimonialpage-section .testimonial-block.fullheight-true {
    padding: 50px 0;
    width: calc(55% - 40px);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.testimonialpage-section .testimonial-block {
    margin: 20px;
    width: calc(45% - 40px);
    float: left;
}
.testimonialpage-section {
	font-size: 19px;
}

.testimonialpage-section .page_banner {
	max-height: 70vh;
}

.testimonialpage-section .caption .headline {
	text-transform: none;
}

.testimonialpage-section section.banner {
	margin: 50px 0;
}

.testimonialpage-section .dark-overlay-true:after {
	z-index: 0;
}

.testimonialpage-section .parallax-wrap {
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	perspective: 2px;
}

.testimonialpage-section .parallax-wrap .feature_divider {
	border-color: white;
}

.testimonialpage-section .parallax-wrap h3.sub-title {
	color: white;
	margin: 40px 0 30px;
}

.testimonialpage-section .parallax-wrap .text {
	font-size: 19px;
	color: white;
	text-align: left;
}

.testimonialpage-section .parallax-wrap .text p {
	text-align: center;
}

.testimonialpage-section .parallax-wrap .text p a {
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.258);
	letter-spacing: 5.6px;
	font-size: 14px;
}

.testimonialpage-section .parallax-wrap .text p a:hover {
	color: rgba(255, 255, 255, 0.516);
	border-bottom: 1px solid rgba(255, 255, 255, 0.129);
}

.testimonialpage-section .parallax-wrap .text p:first-child {
	text-align: left;
}
.testimonialpage-section .image-wrap {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonialpage-section .parallax {
	height: 350px;
  /* Create the parallax scrolling effect */
	background-attachment: fixed;
}

.testimonialpage-section .testimonial-people {
	margin: 50px auto;
	overflow: hidden;
  width:95%;
}

.testimonialpage-section .testimonial-people .featured-link--image {
	width: calc(33.33% - 20px);
	float: left;
	margin: 0 10px;
	position: relative;
}

.testimonialpage-section .testimonial-people .featured-link--image .featured-link--wrap {
	padding-top: 100%;
}
.testimonialpage-section .threeblocks {
	margin: 50px 0;
}

.testimonialpage-section .testimonial-block {
	margin: 20px;
	width: calc(45% - 40px);
	float: left;
}

.testimonialpage-section .testimonial-block h2.title {
	font-size: 56px;
	font-style: italic;
	line-height: 1.12em;
	text-transform: none;
	font-family: adobe-garamond-pro;
}

.testimonialpage-section .testimonial-block h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5.6px;
}

.testimonialpage-section .testimonial-block .text {
	font-size: 19px;
	line-height: 1.6em;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.testimonialpage-section .testimonial-block.fullheight-true {
	padding: 50px 0;
	width: calc(55% - 40px);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.testimonialpage-section .testimonial-block.fullheight-true .text {
	padding-left: 0;
	border-left: none;
}

.testimonialpage-section .testimonial-block.flip-true {
	float: right;
}
.homepage_content.addinghtml{width:100%;}

/*******************************************/
/* Collection Page                     */
/*******************************************/

.container.is-width-wide, .is-width-wide>.container{margin:0px;width:100%;max-width:100%;}
.section.is-width-wide-gutter{width:100%;max-width:none;}

span.offers_sale{color: #e3aa65;}
.cpb-custom-product-action p{text-align:center;}
/*******************************************/
/* Single Product Page                     */
/*******************************************/
.product_section .gallery-cell-holder {
  float: left;
  width: 15%;
  height: auto;
  padding-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.gallery-cell-holder::-webkit-scrollbar {
  width: 10px;
}

.gallery-cell-holder::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.gallery-cell-holder::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.gallery-wrap.right-thumbnails .product_gallery_nav {
  width: 100%;
  float: left;
  height: 531px;
}

.product-gallery-holder .image__container {
  padding-left: 1px;
  padding-right: 1px;
}

/* 
.gallery-cell-holder .product_gallery_nav .gallery-cell img {
  max-height: 77px;
} */
.full-gallery .product_gallery_nav .full-gallery-cell img {
  max-height: inherit;
  width: 100%;
}

.product_section .sale_banner_product {
  display: none;
}

.product_section .product_name {
  font-weight: 500;
  margin-bottom: 0;
}

.product_section .modal_price {
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  display: block;
}

.product_section span.was_price:before {
  content: "";
}

.modal_price span.sale:before {
  content: "LIMITED TIME SALE: ";
}

.product_section .sale {
  margin-left: 5px;
  padding-right: 5px;
}

.product_section .swatch_options input:checked + .swatch-element {
  border: 2px solid #e3aa63;
}

.product_section .swatch-element {
  border: #e2e2e2 2px solid;
}

.product_section .swatch-element:last-child {
  margin-right: 0 !important;
}

.product_section .swatch .option_title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.product_section .swatch .option_title:after {
  content: " :";
}

.product_section .swatch label {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}


.product_section .product-details-accordion > dt > button {
  padding: 10px !important;
  font-family: Roboto, sans-serif;
  font-size: 18px !important;
  line-height: 200% !important;
  font-weight: 400;
}

.product_section .product-details-accordion > dt:first-child > button {
  border-top: 1px solid #ccc;
}

.product_section .product-details-accordion > dt > button[aria-expanded=true]::after {
  content: "-" !important;
  font-size: 35px !important;
  color: #ccc;
  top: 40% !important;
}

.faqAccordion > dt > button::after {
  content: "+" !important;
  font-size: 25px !important;
  color: #000;
  right: 15px;
  font-size: 25px;
  font-family: Turbo;
  font-weight: 700;
  left: unset;
}

/*
* START - FAQ - First Section
*/
.product_section .product-details-accordion > dt:first-child > button[aria-expanded=true]::after {
  content: "-" !important;
  font-size: 25px !important;
  color: #ccc;
  top: 40% !important;
}

.faqAccordion > dt:first-child > button::after {
  content: "+" !important;
  font-size: 25px !important;
  color: #000;
  top: 40% !important;
}

.faqAccordion > dd:first-child {
  display: block !important;
}

/*
* END - FAQ - First Section
*/
.product_section .product-details-accordion > dt > button:hover,
.product_section .product-details-accordion > dt > button:focus,
.product_section .product-details-accordion > dt > button:active {
  color: #333 !important;
  background: #fff !important;
}

.product-accordion {
    width: 92% !important;
    margin-left: auto;
    margin-right: auto;
}

.product_section .product-accordion-icon {
  position: relative;
  padding-right: 20px;
}

.product_section .pa-icon-1 {
  top: 7px;
}

.product_section .pa-icon-2 {
  top: 5px;
}

.product_section .pa-icon-3 {
  left: -3px;
}

.product_section .pa-icon-4 {
  top: 3px;
  left: 2px;
}

.product_section .pa-icon-5 {
  top: 3px;
  left: 2px;
  width: 40px;
  height: 21px;
}

.product_section .product-details-accordion > dd {
  margin: 0 !important;
  font-size: 15px !important;
}

.product_section .product-details-accordion > dd p {
  margin: 0 !important;
}

.product_section .product-quantity-box {
  display: none;
}

.product_section .purchase-details__buttons .action_button.action_button--secondary {
  flex: auto !important;
  max-width: none !important;
  background: #e3aa65 !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 20px !important;
  min-height: 55px !important;
}

.product_section .purchase-details__buttons .shopify-payment-button,
.product_section .social_buttons {
  display: none !important;
}

.product-page-banners .product-banner {
  display: flex;
  align-items: center;
  height: 659px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.product-page-banners .product-banner-1 {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/banner-1.jpg?v=11922843731476487960");
}

.product-page-banners .product-banner-2 {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/banner-2.jpg?v=15671641268886899218");
}

.product-page-banners .product-banner-3 {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/banner-3.jpg?v=17989032742564537353");
}

.product-page-banners .product-banner-4 {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/banner-4.jpg?v=15274010194473053970");
}

.product-page-banners .product-banner-5 {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/banner-5.jpg?v=8665353225969236607");
}

.product-page-banners .product-banner-6 {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/banner-6.jpg?v=3810340744742401576");
}

.product-page-banners .product-banner-content {
  background: #fff;
  width: 100%;
  max-width: 500px;
  position: absolute;
  text-align: center;
  padding: 2rem 3.3rem;
  opacity: 0.85;
}

.product-page-banners .content-right {
  right: 20%;
}

.product-page-banners .content-left {
  left: 20%;
}

.product-page-banners .with-shadow {
  box-shadow: -2px 3px 15px -5px #333;
}

.product-page-banners .product-banner-content h3 {
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.product-page-banners .product-banner-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}

.product-page-reviews .container {
  padding-bottom: 0;
}

.product-page-reviews .product-review-logo-holder {
  border-top: 1px solid #333;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.product-page-reviews .product-review-logo-holder img {
  margin-top: -30px;
  background-color: #fff;
  padding: 8px;
}

.product-page-reviews .product-reviews-holder {
  padding: 0 2rem;
}

.product-page-reviews .product-reviews-star {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-page-reviews .product-reviews-star span {
  font-size: 22px;
  font-family: "Oswald";
  line-height: 100%;
  position: relative;
  top: 3px;
  padding-right: 8px;
}

.product-page-reviews .product-reviews-star li {
  display: inline-block;
  margin-bottom: 0;
}

.product-page-reviews .write-review {
  display: inline-block;
  float: right;
}

.product-page-reviews .product-reviews-header {
  margin-bottom: 0;
}

.product-page-reviews .product-reviews-header h3 {
  margin-bottom: 0;
  font-weight: 500;
}

.product-page-reviews .write-review {
  display: inline-block;
  margin-top: -5px;
  float: right;
  background-color: #e3aa65;
  padding: 5px 0;
}

.product-page-reviews .write-review a {
  color: #fff;
  font-family: Oswald;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px;
}

.product-page-reviews .write-review img {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.product-review-body .product-review-content-holder {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
  box-shadow: 0px 3px 15px 0px #e5e5e5;
  margin-bottom: 25px;
}

.product-review-body .product-review-content-holder:nth-of-type(even) {
  float: right !important;
}

.product-review-body .review-avatar-holder {
  display: inline-block;
  float: left;
  width: 13%;
}

.product-review-body .review-avatar-holder img {
  width: 100%;
  max-width: 56px;
}

.product-review-body .review-content {
  display: inline-block;
  float: left;
  width: 87%;
}

.product-review-body .review-name {
  font-family: Oswald;
  font-size: 18px;
}

.product-review-body .review-date {
  float: right;
  color: #a8a8a8;
  font-family: Oswald;
  font-weight: 300;
  font-size: 15px;
}

.product-review-body .product-reviews-star {
  display: block !important;
}

.product-review-body .review-content p {
  font-size: 16px;
}

.product-review-body .product-review-footer {
  font-family: Oswald;
}

.product-review-body .product-review-footer span {
  color: #a8a8a8;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
}

.product-review-body .product-review-footer .review-share img {
  padding-right: 8px;
}

.product-review-body .product-review-footer .review-likes {
  float: right;
}

.product-review-body .product-review-footer .review-icon-thumb {
  padding-left: 5px;
}

.product_section .product-details-custom-price p {
  font-size: 18px;
  margin-bottom: 15px;
}

.product_section .product-details-custom-price span {
  top: 1px;
  position: relative;
  padding-left: 5px;
  font-weight: 600;
  font-size: 22px;
}

.product_section .purchase-details {
  padding-bottom: 0 !important;
}

.product-details-reviews-summary .reviews-summary-wrapper {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
  border: 1px solid #a8a8a8;
}

.product-details-reviews-summary .reviews-summary-holder {
  padding: 5px 5px 10px 5px;
}

.product-details-reviews-summary .reviews-summary-logo {
  display: inline-block;
  vertical-align: top;
  padding-right: 7px;
  padding-top: 10px;
}

.product-details-reviews-summary .reviews-summary-content {
  display: inline-block;
}

.product-details-reviews-summary .reviews-summary-content .review-summary-text {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  line-height: 100%;
}

.product-details-reviews-summary .reviews-summary-content .review-summary-amount {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 100%;
}

.product-details-reviews-summary .reviews-summary-footer {
  display: block;
  border-top: 1px solid #a8a8a8;
  padding: 0 10px;
}

.product-details-reviews-summary .reviews-summary-footer span {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.product-details-reviews-summary .stars {
  display: inline-block;
  width: 80px;
  background-position: 0 -16px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.product-details-reviews-summary .stars,
.product-details-reviews-summary .stars:after {
  height: 16px;
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/img-rate-stars.png?v=17600657249297745399");
}

.product-details-reviews-summary .stars:after {
  content: "";
  background-position: 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.s-0:after {
  width: 0;
}

.s-0\.5:after {
  width: 8px;
}

.s-1:after {
  width: 16px;
}

.s-1\.5:after {
  width: 24px;
}

.s-2:after {
  width: 32px;
}

.s-2\.5:after {
  width: 40px;
}

.s-3:after {
  width: 48px;
}

.s-3\.5:after {
  width: 56px;
}

.s-4:after {
  width: 64px;
}

.s-4\.5:after {
  width: 72px;
}

.s-5:after {
  width: 80px;
}

.product-details-reviews-summary .review-summary-rating {
  display: block !important;
  font-size: 18px;
  font-weight: 600;
}

.star-hide {
  display: none !important;
}

.product-reviews-summary-note {
  margin-top: 1rem;
  text-align: center;
}

.product-reviews-summary-note p {
  margin-bottom: 0;
  line-height: 120%;
  font-size: 14px;
}

.custom-color-list span label {
  display: inline-block;
  height: 44px;
  width: 44px;
  color: transparent;
  margin-right: 8px;
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  background-size: 81%;
  border: 2px solid #e2e2e2;
  font-size: 0;
}

.custom-color-list span label input {
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.custom-color-list .spb-productdescfont,
.custom-variants-list .spb-productdescfont {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.leather-color-list span label:first-child {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/black.png?v=17846830513471453544");
}

.leather-color-list span label:nth-child(2) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/livid-brown.png?v=12140240364582426910");
}

.leather-color-list span label:nth-child(3) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/brown.png?v=13848351421776854569");
}

.leather-color-list span label:nth-child(4) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/copper.png?v=2651178976639434956");
}

.leather-color-list span label:nth-child(5) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/gray.png?v=1166951856995626192");
}

.leather-color-list span label:nth-child(6) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/blue.png?v=6675236745899793076");
}

.leather-color-list span label:nth-child(7) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/red.png?v=3337657937238540269");
}

.hardware-color-list span label:first-child {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/hw-gray.png?v=2391386304047170539");
}

.hardware-color-list span label:nth-child(2) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/hw-white.png?v=17108132716019681387");
}

.hardware-color-list span label:nth-child(3) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/hw-bronze.png?v=10080397628548313240");
}

.hardware-color-list span label:nth-child(4) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/hw-black.png?v=1597282947987840912");
}

.hardware-color-list span label:nth-child(5) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/hw-gold.png?v=10018198162828501467");
}

.lining-color-list span label:first-child {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/ln-black.png?v=9733425212806509005");
}

.lining-color-list span label:nth-child(2) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/ln-red.png?v=501685308372598216");
}

.lining-color-list span label:nth-child(3) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/ln-bronze.png?v=12236157443578653387");
}

.lining-color-list span label:nth-child(4) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/ln-gray.png?v=15350355329656082980");
}

.lining-color-list span label:nth-child(5) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/ln-violet.png?v=5712389355579243487");
}

.lining-color-list span label:nth-child(6) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/ln-blue.png?v=6864232720320390137");
}

.lining-color-list span label:nth-child(7) {
  background-image: url("//cdn.shopify.com/s/files/1/0019/2416/9826/t/2/assets/ln-silver.png?v=559042702229836050");
}

.custom-variants-list span label {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border: #e2e2e2 2px solid;
}

.custom-variants-list span label input {
  border: red 2px solid;
}

.custom-variants-list span label:last-child {
  margin-right: 0;
}

.custom-variants-list span label input {
  visibility: hidden;
  width: 0;
}

.custom-option-text span textarea {
  height: auto !important;
  padding: 0px !important;
  font-size: 15px !important;
  font-style: italic !important;
  min-height: 55px;
  color: #333 !important;
  border: none !important;
  resize: none !important;
}

.custom-option-text-lc span textarea {
  min-height: 34px;
  margin-bottom: 0;
}

.custom-option-text-lining span textarea {
  min-height: 70px;
}

.custom-option-text-hardware span textarea {
  min-height: 30px;
}

.custom-option-note span textarea {
  min-height: 15px;
  margin-bottom: 0;
}

.button-checked {
  border: 2px solid #e3aa65 !important;
}

.product-template .nav_arrows {
  display: none;
}

.product-banner-mobile {
  display: none;
}

.product_section .bold_option_element {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_section .bold_option_radio .bold_option_value label {
  margin-right: 10px;
  border: 2px solid #ebebeb;
  padding: 10px;
}
.product_section .bold_option_radio .bold_option_value label:last-child {
  margin-right: 0;
}
.product_section .bold_option_radio .bold_option_element input[type=radio] {
  display: none;
}
.product_section .bold_option_radio .bold_option_element span.bold_option_value label:hover {
  border: #EAA671 2px solid !important;
  cursor: pointer;
}
.product_section .bold_option_radio .bold_help_text small p {
  display: none;
}

.product_section .bold_option_swatch .bold_option_element span.bold_option_value label:hover {
  cursor: pointer;
}
.product_section .bold_option_swatch .bold_option_element span.bold_option_value label span.bold_option_value_element:hover {
  box-shadow: 0 0 0 1px #E3AA65;
  border-color: #E3AA65;
}

.product_section .bold_option_value_title,
.product_section .bold_option_value_price span {
  text-transform: initial;
  font-weight: 400;
  font-size: 13px;
}

.bold_tooltip > *:not(a), .bold_option_swatch .bold_option_value .bold_option_swatch_title .bold_option_value_title {
  color: #fff;
}

.product_section .yotpo .text-m {
  position: absolute;
  display: block;
  font-size: 13px;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  font-family: Roboto;
  margin-top: 1px;
}

.product_section .yotpo .yotpo-icon {
  margin-top: 15px;
}

.yotpo-main-widget .yotpo-small-box {
  display: none;
}

.yotpo-main-widget .yotpo-display-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: -15px auto 0;
}

.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
  top: 0 !important;
}

.yotpo-main-widget .yotpo-default-button {
  background: #e7a96c !important;
}

.yotpo-main-widget .yotpo-icon-btn .yotpo-icon {
  font-size: 17px;
  padding-right: 5px;
}

.yotpo-main-widget .yotpo-nav {
  display: none !important;
}

.yotpo-main-widget .yotpo-reviews .yotpo-regular-box {
  display: inline-block;
  width: 48%;
  box-shadow: 0px 3px 15px 0px #e5e5e5;
  margin: 0 10px 20px;
  padding: 10px 10px 15px 10px;
  border-top: none !important;
  padding-top: 0 !important;
}

.yotpo-main-widget .yotpo-review .yotpo-header {
  padding-top: 15px;
}

.yotpo-main-widget .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #000 !important;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.yotpo-main-widget .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date {
  font-family: Oswald;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
}

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes {
  border-top: none !important;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 5px;
}

.yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-title {
  display: none;
}

.yotpo.yotpo-main-widget .yotpo-review .yotpo-footer .y-label {
  font-family: Oswald;
  color: #a2a2a2 !important;
}

.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text {
  font-family: Oswald;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
}

.yotpo.yotpo-main-widget .yotpo-first-review {
  margin-bottom: 50px;
}

/* product details page  */
.custpr-sec{
  overflow: hidden;
  position: relative;
  top: 0;
}
.custpr-sec .info-wrap{
  padding:0 15px;
  max-width:1140px;  
  width:100%;
  margin:auto;
}
.custpr-sec .info-wrap .info-holder-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0;
    max-width:550px;
}
.custpr-sec .info-wrap .info-holder-wrap>div{
  flex:0 0 100%;
  max-width:33.33%;
  padding:0 10px;
  text-align:center;
}

.custpr-sec .info-wrap .info-holder-wrap .info-img-holder{
  display:flex;
  align-items:center;
  justify-content:center;
}

.custpr-sec .info-text-holder{
  text-transform:uppercase;
  color:#9C9C9C;
  margin-top:10px;
  font-weight:500;
}


.faqpage{
  padding: 40px 15px;
  max-width:85%; 
/*   max-width:1140px;   */
  width:100%;
  margin:auto;
}
.faqpage div.container {    
   padding:0 !important;
    background-color:#fff;
}

.faqpage .accordion{
  background:#fff;  
  color:#1B1F23;
  font-family:var(--mainFont);
  font-size:1.8rem;
  font-weight:500;
  cursor:pointer;

}
.faqpage .acrdBx{
  border-top:1px solid #C6C6C6;  
}
.faqpage .acrdBx:last-child{
  border-bottom:1px solid #C6C6C6;  
}
.faqpage .mnnBx{
  max-width:100%;
/*   max-width:550px; */
}


.faqpage div.container .content{
  background-color:#fff;
  font-size:15px;
}

.faqpage .accordion-open span{
  filter:invert(1);
}

.imgSbk .page-width{
  padding: 0px 15px;
  max-width: 1140px;  
  margin:auto;
}
.imgSbk .flxRow{
  display:flex;
  flex-wrap:wrap;
}
.imgSbk .flxRow .logo-holder{
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-wrap{
padding: 50px 0 55px;
}
.logos-wrap .logo-heading{
  text-align:center;
}
.logos-wrap .logo-heading h2{
      font-family: Avenir Next LT Pro;
    font-size: 40px;
    font-weight: 700;
}

.chtSection{
  padding:80px 0;
}
.chtSection .page-width{
  padding: 0px 15px;
  max-width: 1140px;  
  margin:auto;
}
.chtSection h2{
  max-width:417px;
  margin:0 auto;
   font-family: Avenir Next LT Pro;
    font-size: 24px;
    font-weight: 700;
  text-align:center;
}

.chtSection .flxRow{
  display:flex;
  align-items:flex-end;
  margin:0 -90px;
}

.chtSection .flxRow>.itmsCol{
  padding:0 90px;
  flex:0 0 100%;
  max-width:33.33%;  
}
.chtSection .btmLt{
  position:relative;  
  height: 72px;
}
.chtSection .btmLt img {
    margin: auto;
    max-width:167px;
}



.chtSection .btmLt::after,
.chtSection .btmLt::before{
    content: "";
    background-color: #1F2B43;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0; 
}

.chtSection .btmLt::before{
  left:100%;
}

.chtSection .flxRow>.itmsCol h4{
  font-size:18px;
  font-family:var(--mainFont);
  font-weight:500;
  line-height:1.1;
  margin:0;
  text-align:center;
  text-transform:capitalize;
  max-width:164px;
  margin:auto;
  padding: 10px 20px;
}

.chtSection .strImg {
    max-width: 164px;
    margin: 0 auto 7px;
    text-align: center;
}

.chtSection .flxRow>.itmsCol h4:first-of-type{
  border-radius: 10px 10px 0 0px;
}
.chtSection .flxRow>.itmsCol.cl1 h4:nth-of-type(2){
  background-color:#E3AA65;
  color:#fff;  
}
.chtSection .flxRow>.itmsCol.cl1 h4:nth-of-type(1){
  background-color:#1B1F23;
  color:#fff;
}
.chtSection .flxRow>.itmsCol.cl2 h4:nth-of-type(2){
  background-color:#E3AA65;
  color:#fff;  
  height:99px;
  display: flex;
  align-items: center;
}
.chtSection .flxRow>.itmsCol.cl2 h4:nth-of-type(1){
  background-color:#1B1F23;
  color:#fff;
  min-height:100px;
  display: flex;
  align-items: center;
}

.chtSection .flxRow>.itmsCol.cl3 h4:nth-of-type(3){
  background-color:#E3AA65;
  color:#fff;  
  padding: 30px 20px;
  height:99px;
}
.chtSection .flxRow>.itmsCol.cl3 h4:nth-of-type(2){
  background-color:#1B1F23;
  color:#fff;  
   padding: 30px 20px;
    min-height: 100px;
}
.chtSection .flxRow>.itmsCol.cl3 h4:nth-of-type(1){
  background-color:#B9E9EB;
  color:#000;
   padding: 30px 20px;
}
.chtSection .flxRow>.itmsCol:last-child .btmLt::before{
  display:none;
}

.btmLt h5{
  text-align: center;
  font-family: var(--mainFont);    
  font-size:18px;
  font-weight: 500;
  max-width: 211px;
  letter-spacing: 0;
  margin:0px auto 0;
  display:flex;
  align-items:center;
  justify-content: center;
}
.btmLt h5 span.chtIcon+span{
  text-align:left;
    padding-left:10px;
    font-size:14px;
  font-family:var(--mainFont);
  font-weight:500;
}
.btmLt h5 span.chtIcon{
  min-width:43px;
  width:43px;  
}
.chart-wrap{
  background-color:#F1F1F1;
  padding:50px 0;
}
.chart-wrap .chart-hd-wrap{
  max-width:1330px;
  margin:0 auto 0;  
}
.chart-wrap .chart-hd-wrap h2{
  text-align:center;
  margin:0 0 30px;
  font-family:var(--mainFont);
  font-weight:700;
  font-size:40px;
}
.chart-wrap .chart-img-holder{
  max-width:1140px;
  padding:0 15px;
  margin:auto;
}
.chart-wrap .chart-img-holder img{
  width:100%;
}


.stamped-container .stamped-header-title{
  text-align:center; 
  font-family:var(--mainFont);
  font-weight:700 !important;
  font-size:40px;
}



.stamped-reviews .stamped-pagination li{
  display:none;
}

.stamped-reviews .stamped-pagination li.previous,
.stamped-reviews .stamped-pagination li.next{
  display:block;
  width:40px;
  height:40px;
  border-radius:100%;
  background: #fff url(ArrowLT.png) center center no-repeat;
  background-size:20px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  pointer-events: all;
  position:relative;
  font-size:0 !important;
}

.stamped-reviews .stamped-pagination li.previous{
  left:-50px;
  font-size:0 !important;
}
.stamped-reviews .stamped-pagination li.next{
  background:#fff url(ArrowRT.png) center center no-repeat;
  background-size:20px;
  right:-50px;
}
.stamped-reviews .stamped-pagination li a{
    font-size:0;
}

.stamped-reviews .stamped-pagination{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
#stamped-main-widget .stamped-content .stamped-reviews .stamped-pagination.stamped-reviews-ul{
/*position:absolute !important; */
  top: 50%!important;
  bottom: auto!important;
  transform: translateY(-50%);
  pointer-events: none;
}

#stamped-main-widget .stamped-container{
  max-width:1140px !important; 
  padding:0 15px !important;
}
.product-video-wrap{
  overflow:hidden;
  padding:40px 0 80px;
  position:relative;
}
.product-video-wrap .vid-container{
  max-width:1140px;
  margin:0 auto;  
  padding:0 15px;
}
.product-video-wrap .vid-sec{
  padding:0 15px;
}


.product-video-wrap .product-vid-holder .slick-arrow{
    display: block;
    width: 40px;
    height: 40px;
    background:#fff url(ArrowLT.png) center center no-repeat;
    background-size: 20px;
    pointer-events: all;
    z-index:2;
    font-size:0;
}
.product-video-wrap .product-vid-holder .slick-arrow::before{
  display:none;
}
.product-video-wrap .product-vid-holder .slick-arrow.slick-next{
    background:#fff url(ArrowRT.png) center center no-repeat;
    background-size: 20px;
    right:-40px;
}

.product-video-wrap .product-vid-holder .slick-arrow.slick-prev {
left: -40px;
}

.product-video-wrap h2{
    text-align: center;
    font-family: var(--mainFont);
    font-weight: 700!important;
    font-size: 40px;
    margin:0 0 30px;
}
.related-products__title{
  border:0;
}
.related-products__title h4.title{
  text-align: center;
  font-family: var(--mainFont);
  font-weight: 700!important;
  font-size: 40px;   
}
.related-products__title .feature_divider{
  display:none;
}

.gal-wrap .carousel .carousel-cell img{
  min-height:421px;
  object-fit:cover;
  object-position:center top;
}
.gal-wrap .flickity-button{
  visibility:hidden;
}

.custom_related_products{
  overflow:hidden;
  padding:70px 0;
}
.custom_related_products .cussgrid__item{
  max-width:1140px;
  padding:0 15px;
  margin:auto;
}
.custom_related_products h2{
  text-align: center;
  font-family: var(--mainFont);
  font-weight: 700!important;
  font-size: 40px; 
}

.custom_related_products .owl-nav button{
  display: block;
  width: 40px;
  height: 40px;
  background:#fff url(ArrowLT.png) center center no-repeat !important;
  background-size: 20px !important;
  pointer-events: all;
  z-index: 2;
  font-size: 0 !important;  
}
.custom_related_products .owl-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;    
    position: absolute;
    top:30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    pointer-events:none;
}
.custom_related_products .owl-nav button.owl-next{
  background:#fff url(ArrowRT.png) center center no-repeat !important;
  background-size: 20px !important;
  pointer-events:all;  
   position: relative;
   right: -4%;
}

.owl-carousel .owl-nav button.owl-prev {
    position: relative;
    left: -4%;
}
.cussgrid__item .cugrid-uniform .one-time-image {
  padding-left:0 !important;
}

.custom_related_products .owl-item .cus-caed-img{
  background-color:#e2e2e2;
}
.custom_related_products .owl-item .cus-caed-img img{
  max-height: 240px;
  object-fit: contain;  
}
.cugrid-uniform ul{
  list-style:none;
  padding:0;
  margin:0;
}

.cus-card .card__information .card__heading{
  font-size:16px;
  font-family:var(--mainFont);
  font-weight:500;  
  letter-spacing: 1px;
  margin-bottom:0;
}
.cus-card .card__information .price{
  text-align: right !important;  
  display: block;
}
.cus-card .card__information .price .money{
  color:#1B1F23;
  font-weight:500;
}
.cus-card .shp-btn{
  margin-top:10px;  
}
.cus-card .shp-btn a{
  font-size:14px;
  color:#1B1F23;
  font-weight:500;
  
}
.cus-card .shp-btn a::after{
  content: "";
  width: 80px;
  height: 8px;
  background: url(bigArrow.png) no-repeat center right;
  background-size: cover;
  display: inline-block;
  margin-left: 9px;
  transition:0.5s linear;
}
.cus-card .shp-btn a:hover::after{
     transform: translateX(10px);
}

.cus-card .card__information{
  margin-top:10px;
  border-bottom:1px solid #C6C6C6;
}

.product-page .header .main-nav__wrapper::after{
  width:100% !important;
  max-width:1140px;
}
.product .cpb-root .cpb-layout .cpb-panels-container .cpb-product-actions .cpb-add-to-cart-button .lnr-cart::before{
  display:none;
}

.product .cpb-root .cpb-layout .cpb-panels-container .cpb-product-actions .cpb-add-to-cart-button .lnr-cart{  
    position: relative;
    top:3px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(lnr-lock.png) no-repeat center center;
    background-size:contain;
    transform: translate(0%);
    margin-right:2px;
}
.cus-coll-tem .is-width-wide-gutter .content-wrapper .one-third .inline-quickshop .purchase-details .purchase-details__buttons .add_to_cart:after {
   display:none;
}

.cus-coll-tem .is-width-wide-gutter .content-wrapper .one-third .inline-quickshop .purchase-details .purchase-details__buttons .add_to_cart span:after {
  content: "";
  width: 80px;
  height: 8px;
  background: url(Arrow61.png) no-repeat center right;
  background-size: cover;
  display: inline-block;
  margin-left: 6px;
}





/****************************************************/
/* RESPONSIVE                                       */
/****************************************************/

@media screen and (max-width:1300px){
  .stamped-reviews .stamped-pagination li.next{
        right:0px;
  }
  .stamped-reviews .stamped-pagination li.previous{
    left:0;
  }
  #stamped-main-widget .stamped-content .stamped-reviews .stamped-pagination.stamped-reviews-ul {
    top: 31%!important;
  }
 .owl-carousel .owl-nav button.owl-prev {   
   left: 0;
  }
  .custom_related_products .owl-nav button.owl-next{
    right:0;
  }
  .product-video-wrap .product-vid-holder .slick-arrow.slick-next{
    right:0;
    
  }
  .product-video-wrap .product-vid-holder .slick-arrow.slick-prev {
    left: 0;    
}
  .product-vid-holder .slick-list{
    margin:0 -15px;
  }
  .product .cpb-root .cpb-layout .cpb-preview-container .cpb-preview-arrows .cpb-preview-arrows-left{
    left: 5px;
  }
  .product .cpb-root .cpb-layout .cpb-preview-container .cpb-preview-arrows .cpb-preview-arrows-right{
    right: 5px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1328px) {
  .main-nav .nav .menu li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .product-page-banners .product-banner {
    height: 400px;
  }

  .product-page-banners .content-right {
    right: 5%;
  }

  .product-page-banners .content-left {
    left: 5%;
  }

  .product-page-reviews .product-reviews-holder {
    padding: 0;
  }

  .yotpo-main-widget .yotpo-reviews .yotpo-regular-box {
    width: 47.5%;
  }

  .full-gallery .product_gallery_nav .full-gallery-cell img {
    max-height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1400px){
 .caption {
    max-width: 1200px;
 } 
}
@media screen and (min-width: 799px) and (max-width: 1199px) {
  .menu a, .menu a:active, .menu a:focus, .menu a:hover, .menu a:visited{font-size:11px;}
  .caption .headline{font-size: 27px;}
  .main-nav__wrapper .nav ul.menu{margin: 0 5px;padding: 5px 0;}
  .main-nav .nav .menu li {
    margin: 0 1px;
  }
}
@media screen and (max-width:1024px){
/*   padding-left was 20px now change 0px */
  .product .cpb-root .cpb-layout .cpb-panels-container{
    padding-right:0px !important;
    padding-left:0px;
  }
  .custpr-sec .info-wrap .info-holder-wrap .info-img-holder{
    max-width:40px;
    margin:auto;
  }
  .custpr-sec .info-wrap .info-holder-wrap .info-img-holder img{
    width:100%;
  }
  .custpr-sec .info-text-holder{
    font-size:12px;
  }
  .product .cpb-root .cpb-layout .cpb-preview-container{
    order:1;
  }
  .custpr-sec .info-wrap .info-holder-wrap{
    margin-left:auto;
    margin-right:0;
  }
  .custpr-sec .info-wrap .info-holder-wrap{
    max-width: 47vw;
  }
  #product-builder .cpb-root .cpb-layout:not(.cpb-breakpoint-1000) .cpb-preview-container{
    max-width:50% !important;
    padding-top:0 !important;
  }
  #product-builder .cpb-preview-elements .swiper-container {
    height: 100%;
    background-color: #eee;
}
  .faqpage .mnnBx{
    margin-left:auto;
    
  }
  

   #product-builder .cpb-preview-layers{
    display:block !important
  }
  #product-builder .cpb-layout {
    width: 100%;
    align-items: flex-start !important;
}
}

@media screen and (max-width:991px){
  .faqpage .mnnBx {
    max-width: 100%;
}
  .imgSbk .flxRow .logo-holder{
    flex:0 0 100%;
    max-width:20%;
    padding:0 14px;
  }
  .imgSbk .flxRow .logo-holder img{
    width:100%;
  }
  .logos-wrap .logo-heading h2{
    margin-bottom:14px;
  }
  .chtSection .flxRow{
    margin:0 -70px;
  }
  .chtSection .flxRow>.itmsCol {
    padding: 0 70px;
  }
  [data-widget-type=masonry] .stamped-reviews {
    margin-bottom: 0 !important;
}

  .product-video-wrap h2,
  .logos-wrap .logo-heading h2,
  .chart-wrap .chart-hd-wrap h2,
  .stamped-container .stamped-header-title,
  .related-products__title h4.title,
  .custom_related_products h2{
    font-size: 28px;
  }
  .faqpage .accordion{
    font-size:20px;
  }
}

@media only screen and (max-width: 798px){
  .index-sections .container{padding-top:0px;}
  
  .h2, h2, h2.title {
    font-size: 21px;
  }
  
  .one-whole{width:100%;}
  .container .column, .container .columns{margin-left:0px;margin-right:0px;}
  .footer .footer-menu-wrap h6{padding: 10px 20px 5px;}
  .headline, .empty_cart, .promo_banner, .title{font-size: 24px;}
  .promo-banner--show.mobile_nav-fixed--true .page_banner, .promo-banner--show.mobile_nav-fixed--true .page_banner {
    margin-top: calc(40px + 30px);
  }
  
  .container {
      width: 90%;
    max-width:300px;
  }
  
  .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column, .container .one-fifth.column, .container .one-sixth.column, .container .one-seventh.column{width: 90%;margin: 0 auto;}
  .featured-promotions.full-width--false .feature-section{margin-bottom:20px !important;width:100%;}
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen{
    left: 0px;
  }
  .manufacturing-section .featured-link--section .featured-link--half {
    width: 100%;
  }
  .manufacturing-section .featured-link--section .featured-link--image .featured-link--wrap h2 {
    font-size: 34px;
  }
  .manufacturing-section .textblock .dual-text .text.half {
    width: 100%;
  }
  .manufacturing-section section.banner{margin: 20px 0;}
  .manufacturing-section .parallax{/*height:1200px !important;*/}
  .featured-link--half .info{width:90%;}
  .container.is-width-wide, .is-width-wide>.container{padding:0px;}
  .product-single__description{padding:0 20px;}
  .product-single__description ul{padding-left:20px;}
  .mobile_nav-fixed--true.promo-banner--show #pagecontent{margin-top:0px;}
  .manufacturing-section .parallax-wrap .text{font-size:17px;}
  
  .testimonialpage-section .testimonial-people .featured-link--image {
		width: 100%;
		margin: 10px 0;
	}
  
  .testimonialpage-section .testimonial-block {
		width: auto !important;
	}

	.testimonialpage-section .testimonial-block h2.title {
		font-size: 32px;
	}
  
  .promo-banner--show .index-sections{margin-top:70px;}
  .cpb-next-tab-button{
    width: 48.5% !important;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .cpb-reset-button{
    width: 48.5% !important;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .cpb-add-to-cart-button{
  	-webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  div.custom-pdp-bottom>div.container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 798px){
  .container {
      width: 420px;
  }
  .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column, .container .one-fifth.column, .container .one-sixth.column, .container .one-seventh.column{
    width: 420px;
  }
  
}
@media only screen and (min-width: 799px){
  .caption{padding: 0;}
  .featured-promotions .feature-section .feature-overlay {
    background: rgba(0,0,0,.2);
  }
}
@media only screen and (min-width: 768px){
  .thumbnail .title {font-size: 28px!important;} 
  .full-ten {
    width: 62%;
    margin-left: 7px !important;
    margin-right: 7px !important;
    float:left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-wrap.right-thumbnails .product_gallery_nav {
    height: 300px;
  }

  .product-data-wrapper {
    position: relative;
  }

  .product_section .product-details-accordion {
    width: 100%;
    float: left !important;
  }

  .custom-variants-list span label {
    font-size: 13px;
  }

  .product-page-banners .product-banner {
    height: 350px;
  }

  .product-page-banners .product-banner-content {
    max-width: 300px;
    padding: 1rem 2rem;
  }

  .product-page-banners .product-banner-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .product-page-banners .product-banner-content p {
    font-size: 13px;
  }

  .product-page-banners .content-right {
    right: 5%;
  }

  .product-page-banners .content-left {
    left: 5%;
  }

  .product-review-body .product-review-content-holder {
    width: 100%;
  }

  .product-review-body .product-review-content-holder:nth-of-type(even) {
    float: left !important;
  }

  .product-review-body .review-content {
    padding-left: 10px;
  }

  .product-review-body .review-content p {
    font-size: 13px;
  }

  .product-page-reviews .product-reviews-holder {
    padding: 0;
  }

  .product-page-reviews .container {
    width: 100%;
    padding: 0 1.9rem;
  }

  .yotpo-main-widget .yotpo-reviews .yotpo-regular-box {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .product_section .bold_option_radio .bold_option_value {
    padding: 8px;
  }

  .yotpo.yotpo-main-widget .yotpo-default-button, .yotpo input[type=button].yotpo-default-button {
    max-width: 400px;
  }

  .full-gallery .product_gallery_nav .full-gallery-cell img {
    max-height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-wrap.right-thumbnails .product_gallery_nav {
    height: 300px;
  }

  .product-data-wrapper {
    position: relative;
  }

  .product-page-banners .product-banner {
    height: 400px;
  }

  .product-page-banners .content-right {
    right: 0;
  }

  .product-page-banners .content-left {
    left: 0;
  }

  .product-page-banners .product-banner-content {
    position: relative;
    padding: 2rem;
    margin: 0 auto;
  }

  .product-page-banners .product-banner-content h3 {
    font-size: 26px;
  }

  .product-page-banners .product-banner-content p {
    font-size: 14px;
  }

  .product-review-body .product-review-content-holder {
    width: 100%;
  }

  .product-review-body .product-review-content-holder:nth-of-type(even) {
    float: left !important;
  }

  .product-review-body .review-content {
    padding-left: 10px;
  }

  .product-review-body .product-review-footer .review-likes {
    float: left;
  }

  .yotpo-main-widget .yotpo-reviews .yotpo-regular-box {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .product_section .bold_option_radio .bold_option_value {
    padding: 8px;
  }

  .product-page-reviews .container {
    width: 100%;
  }

  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars {
    position: relative;
    top: -3px;
  }

  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star,
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star {
    font-size: 17.5px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .gallery-wrap.right-thumbnails .product_gallery_nav {
    height: 300px;
  }

  .product-data-wrapper {
    position: relative;
  }

  #shopify-section-product-template .breadcrumb-collection {
    padding-bottom: 10px;
  }

  #shopify-section-product-template .container,
#shopify-section-product-template .container .sixteen.columns,
#shopify-section-product-template .container .ten.columns {
    width: 100% !important;
  }

  #shopify-section-product-template .container .six.columns {
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  .gallery-cell-holder {
    display: none;
  }

  .gallery-wrap.right-thumbnails .multi-image {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .product-gallery-holder .image__container {
    padding-left: 1px;
    padding-right: 1px;
  }

  .product_gallery .gallery-cell {
    margin-right: 0;
  }

  .gallery-arrows--true .product_gallery .flickity-prev-next-button {
    opacity: 1 !important;
    width: auto !important;
  }

  .flickity-prev-next-button {
    background: none !important;
  }

  .flickity-prev-next-button svg {
    background: #e4e4e4;
    height: auto !important;
    width: 50% !important;
  }

  .flickity-prev-next-button.next svg {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .flickity-prev-next-button.previous svg {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .flickity-prev-next-button.next {
    right: -12px !important;
  }

  .flickity-prev-next-button.previous {
    left: -8px !important;
  }

  .flickity-prev-next-button .arrow {
    fill: #000 !important;
  }

  .product_section .product_name {
    font-size: 23px;
    margin-top: 2rem;
  }

  .product_section .product-details-accordion > dd {
    padding: 20px 15px !important;
  }

  .product_section .product-details-accordion > dd p {
    text-align: left;
  }

  .custom-variants-list span label {
    font-size: 13px;
  }

  .product-page-banners .product-banner {
    display: block;
    height: auto;
    background-image: none !important;
  }

  .product-banner-mobile {
    display: block;
  }

  .product-page-banners .content-right {
    right: 0;
  }

  .product-page-banners .content-left {
    left: 0;
  }

  .product-banner-holder-mobile {
    width: 100%;
    height: 291px;
  }

  .product-banner-holder-mobile img {
    width: 100%;
    height: 291px;
    object-fit: cover;
  }

  .product-page-banners .product-banner-content {
    position: relative;
    padding: 2rem;
    height: 291px;
    display: table-cell;
    vertical-align: middle;
    max-width: none;
  }

  .product-page-banners .product-banner-content h3 {
    font-size: 20px;
  }

  .product-page-reviews .product-reviews-holder {
    padding: 0 10px;
  }

  .product-review-body .product-review-content-holder {
    width: 100%;
  }

  .product-review-body .product-review-footer .review-likes {
    float: left;
  }

  .product_section .product-details-accordion {
    width: 100%;
  }

  .product-review-body .review-avatar-holder {
    width: auto;
    position: absolute;
  }

  .product-review-body .review-avatar-holder img {
    max-width: 50px;
  }

  .product-review-body .review-content {
    width: 100%;
  }

  .product-review-body .review-name {
    padding-left: 60px;
  }

  .product-review-body .product-reviews-star {
    padding-left: 60px;
    margin-bottom: 10px;
  }

  .product-review-body .review-content p {
    font-size: 14px;
  }

  .product_section .product-details-accordion > dt > button {
    font-size: 14px !important;
    line-height: 150% !important;
  }

  .product-page-reviews .container {
    width: 100%;
    padding: 0 15px 20px 15px;
  }

  .product-page-reviews .product-reviews-header h3 {
    margin-bottom: 0;
  }

  .product-page-reviews .product-reviews-star span {
    font-size: 18px;
  }

  .product-page-reviews .product-reviews-star li img {
    width: 80%;
  }

  .product-page-reviews .write-review {
    margin-top: 0;
    padding: 0;
  }

  .yotpo-main-widget .yotpo-reviews .yotpo-regular-box {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
    width: 100%;
    min-width: none !important;
  }

  .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button {
    float: right;
    position: absolute;
    right: 0;
  }

  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-empty-state .write-review-button {
    display: block !important;
  }

  .yotpo.yotpo-main-widget.yotpo-small .yotpo-icon-btn .yotpo-icon-button-text {
    display: inline-block !important;
  }

  .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon {
    display: inline-block;
  }

  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews {
    display: none !important;
  }

  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes {
    margin: -15px 0 0 0;
    height: auto !important;
  }

  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star,
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star {
    font-size: 17.5px !important;
  }

  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars {
    padding-top: 5px;
  }

  .product_section .bold_option_radio .bold_option_value {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px;
  }
}



@media screen and (max-width:767px){
  .faqpage .mnnBx{
    margin-left:auto;    
  }  
  .faqpage .mnnBx {
    max-width: 100%;
}
#product-builder .cpb-theme-provider.alpine-white .cpb-panels-container{
  width: 100% !important;
  max-width: 100% !important;
}
#product-builder .cpb-root .cpb-layout:not(.cpb-breakpoint-1000) .cpb-preview-container{
  width: 100% !important;
  max-width: 100% !important;
  height:96vw;
  order:0 !important;
}
  .product .cpb-root .cpb-layout .cpb-panels-container{
    padding-left:0;
  }
  #product-builder .cpb-theme-provider.alpine-white .cpb-layout .cpb-panels-container .cpb-panels-tabs li.react-tabs__tab{
    font-size:12px;    
  }
  .custpr-sec .info-wrap .info-holder-wrap{
    max-width:100%;
  }
  .chtSection .flxRow{
    margin: 0 -4vw;
  }
  .chtSection .flxRow>.itmsCol {
    padding: 0 4vw;
}

  .imgSbk .flxRow .logo-holder{
    max-width:33.33%;
    margin-bottom:30px;
  }
  .imgSbk .flxRow .logo-holder img {
    width: 100%;
    max-width: 128px;
}
  .imgSbk .flxRow{
    justify-content:center;
  }

  .logos-wrap .logo-heading h2 {
    margin-bottom: 29px;
}
  .chtSection {
    padding: 40px 0;
}
  #product-builder .cpb-product-actions {
    margin-top: 0;
}
  .chtSection .flxRow>.itmsCol h4,
  .btmLt h5{
    font-size: 2.7vw;
  }
#product-builder .react-tabs__tab-list .react-tabs__tab:last-child {
    align-self: flex-end;
    width: 100%;
    max-width: max-content;
}
  .product-video-wrap {
    overflow: hidden;
    padding: 40px 0;
  }
  .chtSection .flxRow>.itmsCol h4{
    padding: 2vw 2vw;
  }
  .chtSection .flxRow>.itmsCol.cl3 h4:nth-of-type(2) { 
    padding: 4vw 2vw;
}

  .product-video-wrap h2, .logos-wrap .logo-heading h2, .chart-wrap .chart-hd-wrap h2, .stamped-container .stamped-header-title, .related-products__title h4.title, .custom_related_products h2 {
    font-size: 24px;
}
  .flickity-viewport .carousel-cell{
    width:33.33%;
  }

  .stamped-container .stamped-reviews{
    width:100% !important;
  }

  #stamped-main-widget .stamped-content .stamped-reviews .stamped-pagination.stamped-reviews-ul{
    top: auto !important;
    bottom:0px !important;
/*     transform change -0 to 135 */
    transform: translateY(135%);   
    justify-content: center;
  }
  .stamped-reviews .stamped-pagination li {
    display: none;
}
  .stamped-reviews .stamped-pagination li a {
    font-size: 16px;
    color: #000;
}
.stamped-pagination .first, .stamped-pagination .last, .stamped-pagination .next, .stamped-pagination .previous {
    top: 0 !important;
}  
/*   change none to block */
  .stamped-reviews .stamped-pagination li.next a,
  .stamped-reviews .stamped-pagination li.previous a{
    display:block !important;
  }
  
}/*767px end*/


@media only screen and (max-width: 480px){
.product_section .sale {
  margin-left: 0px !important;
}
[data-widget-type=masonry] .stamped-review-image a {
    margin: 0!important;
    display: inline-block; 
    width: 100%;
    text-align: center !important;
}
[data-widget-type=masonry] .stamped-review-image img{
      width: 65%!important;
    height: auto!important;
}
.popup-html, .popup-html-1 {
    left: -276px !important;
    top: 33px !important;
    width: 340px !important;
    padding:10px !important;
}
  .caption-content .first_button{border-color: #333;background-color: #333;color: #fff;}
  .caption-content .global-button--text-mobile{font-size:16px;}
  .caption.position-center {
    width: 100%;
    padding: 0 5%;
    margin: 5% 0;
  }
  .caption.js-caption{position:static;transform: none;}
  .manufacturing-section .parallax-wrap .caption.position-center {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
  }
  .caption.js-caption .headline {
    color: #333333;
    text-shadow: none;
  }
  .featured-link--half {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .manufacturing-section .parallax-wrap .caption.position-center .headline {
    color: white;
  }
  .banner_image__wrap{width:100% !important;margin-left: 0px !important;margin-right: 0px !important;}
  
  .testimonialpage-section .parallax-wrap .caption.position-center {
      position: absolute;
      top: 47%;
      transform: translateY(-50%);
    }

    .testimonialpage-section .parallax-wrap .caption.position-center .headline {
      color: white;
    }

    .cugrid-uniform {
    max-width: 400px;
    margin: auto;
}

  .flickity-viewport .carousel-cell{
    width:60%;
  }
  #stamped-reviews-tab .stamped-review{
    width: 100%!important;
    position: relative !important;
    left: 0 !important;
  }
  
  
}
.yotpo .yotpo-regular-box {
  border-top: none !important;
}

.custom-variants-list span label input:checked + .custom-variants-list span label {
  border: red 2px solid;
}

.is_mobi {
  display: none;
}

@media only screen and (max-width: 780px) {
  .is_mobi {
    display: block;
  }

  .is_desktop {
    display: none;
  }
}
#banner-1489283389016 .action_button:hover {
  background-color: #e3aa65;
  border-color: #e3aa65;
  color: #fff;
}

/*
.action_button.add_to_cart.action_button--secondary.bold_clone {
  flex: auto !important;
  max-width: none !important;
  background-color: #fff!important;
  color: #333!important;
  border-color:#333!important;
  border-radius: 5px !important;
  font-size: 20px !important;
  min-height: 55px !important;
}
.action_button.add_to_cart.action_button--secondary.bold_clone:hover {
  flex: auto !important;
  max-width: none !important;
  background-color: #e3aa65!important;
  color: #fff!important;
  border-color:#e3aa65!important;
  border-radius: 5px !important;
  font-size: 20px !important;
  min-height: 55px !important;
}
*/
.action_button.add_to_cart.action_button--secondary.bold_clone:hover {
  background-color: #CD995B !important;
}

.action_button.add_to_cart.action_button--secondary.bold_clone:active {
  -webkit-box-shadow: 0px 0px 10px #666;
  -moz-box-shadow: 0px 0px 10px #666;
  box-shadow: 0px 0px 10px #666;
  outline: none;
}

.stamped-badge-powered {
  display: none !important;
}

.chtSection .btmLt{
  padding-top:12px;
}

.itmsCol.cl2 h5{
 max-width: 167px; 
}



/* header style MOD031122 */
.secondary_logo--true .container{
  max-width:100%;
}
.product-page .header .main-nav__wrapper:after {
    width: 100%!important;
    max-width: 100%;
}
.header .main-nav__wrapper .main-nav .nav--combined .center li {
    margin: 0;
    padding-right: 10px !important;
}

.header .main-nav__wrapper .main-nav .nav--combined .top-bar--right-menu {
    width:auto !important;
}
.header .main-nav__wrapper .main-nav{
  --logoWidth:180px;
}
.header .main-nav__wrapper .main-nav .header__logo {
    width: 100% !important;
    max-width: var(--logoWidth);
}
.header .main-nav__wrapper .main-nav .nav--combined{
  width: 100% !important;
  max-width:calc(100% - var(--logoWidth))
}
.header .main-nav__wrapper .main-nav .nav--combined .top-bar--right-menu .cart-container{
  padding-left:10px;
}
.header .main-nav__wrapper .main-nav .nav--combined .top-bar--right-menu .cart-container .icon-bag {
    max-width: 34px;
    margin-right: 7px !important;
}
.header .main-nav__wrapper .main-nav .nav--combined .center li .top_link{
  font-size:13px;
}

.header .main-nav__wrapper .main-nav .nav--combined .top-bar--right-menu .cart-container .mini_cart .cart_count{
  top: -7px !important; 
  right: -6px !important; 
}
.is-width-wide .banner .position-left .caption-content .subtitle p,
.abt_banner_main .banner_img .banner_cnt p{
  font-weight: 600 !important;
  opacity: 1 !important;
  font-size: 18px !important;
  text-transform:uppercase !important;
}


.chart-wrap .page-width{
  max-width:1170px;
  padding:0 15px;
  margin:auto;
}
.chart-wrap .flxImg{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0 -15px;
}
.chart-wrap .flxImg>div{
  padding:0 15px;
}
.tblBx table tr:first-child{
  border-top:0 !important;
}
.tblBx table tr:last-child{
  border-bottom:0;
}
.tblBx table tr th{
  background:transparent !important;
  border:0 !important;
}

.tblBx table tr th:first-child img{
  margin-left:0;
}
.tblBx table img{
  margin:auto;
}
.tblBx td{
  text-align:center;
  font-size:16px;
  font-weight:500;
  font-family: 'Avenir Next';
}
.tblBx table tr td:first-child{
  text-align:left;
  border-left:0 !important;
}

.tblBx table tr td:last-child{
  border-right:0 !important;
}

.header .main-nav__wrapper .main-nav .nav--combined .center li::after{
  content: "";
  width:1px;
  height: 25px;
  background-color: gray;
  position: absolute;
  right:1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .main-nav__wrapper .main-nav .nav--combined .center li:last-child::after{
  display:none;
}

.is-width-wide .banner .position-left .caption-content .headline,
.is-width-wide .banner .position-left .caption-content .headline span{
  font-weight:700 !important;
  font-family: Misslena;
}


/* responsive start */

@media screen and (min-width:1200px){
  p,ul li{
  font-size: 17px !important;
    line-height:1.4 !important;
}
}

@media screen and (max-width:1300px){
  .header .main-nav__wrapper .main-nav .nav--combined .top-bar--right-menu .menu li .icon-user span {    
    padding: 5px 13px !important;
}
  .header .main-nav__wrapper .main-nav {
    --logoWidth: 116px;
}

  .header .main-nav__wrapper .main-nav .nav--combined .center li .top_link{
      font-size: 13px !important;
      line-height:1.2 !important;
  }
}

@media screen and (max-width:1199px){  
    .header .main-nav__wrapper .main-nav .nav--combined {
    align-items: flex-end !important;
    flex-direction: column-reverse;
  }
  .header .main-nav__wrapper .main-nav {
    flex-wrap: wrap;
}
  .header .main-nav__wrapper .main-nav .header__logo{
    max-width:100%;
    display:flex;
    justify-content:flex-start;
        margin-bottom: -61px;
  }
  .header .main-nav__wrapper .main-nav .header__logo>a{
    max-width:100px;
  }
  .header .main-nav__wrapper .main-nav .nav--combined{
    max-width:100%;
  }
  .main-nav__wrapper .nav ul.menu {  
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100% !important;
}
  .chart-wrap .tblBx {
    overflow: auto;
}
  .chtSection .btmLt img {
    width: 100%;
}
.header .main-nav__wrapper .main-nav .nav--combined .center li{
  padding:0 5px;
}
  
}

@media screen and (max-width:991px){
  .header .main-nav__wrapper .main-nav .nav--combined .center li .top_link {
    font-size: 11px!important;
  }
}


