:root {
    --black-color:#000000; /** var(--black-color) **/
    --white-color:#ffffff; /** var(--white-color) **/
    --primary-color:#E4CDB7; /** var(--primary-color) **/
    --primary-dark-color:#d9ad80; /** var(--primary-dark-color) **/
    --secondary-color:#101922; /** var(--secondary-color) **/
}

/*==================================:: WOW CSS Start ::==================================*/
.animated{animation-duration:0.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-10%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-10%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(10%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,10%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,10%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-10%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-10%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(10%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(10%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-10%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,10%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-10%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(10%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-10%,0)}}.slideOutUp{animation-name:slideOutUp}
/*==================================:: WOW CSS End ::==================================*/

/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block; -webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0; min-width: 100%;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track {position:relative; top:0; left: 0;display: block; min-width: 100%;}
.slick-track:before, .slick-track:after {display:table; content:"";}
.slick-track:after {clear:both;}
.slick-loading .slick-track {visibility:hidden;}
.slick-slide{display:none; float:left; height:100%; min-height:1px;}
.slick-initialized .slick-slide{display:block; list-style:none;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:1px solid transparent;}
.slick-arrow {display:block; position:absolute; top:50%; z-index:2; padding:0; width:60px; height:60px; text-align:center; font-size:0; color:var(--secondary-color); background:var(--white-color); border:0;cursor:pointer; opacity:1; outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.slick-arrow.slick-prev {left:30px;}
.slick-arrow.slick-next {right:30px;}
.slick-arrow:after{display:block; font-family:'Line Awesome Free'; font-weight:900; font-size:30px; line-height:60px; position:absolute; left:0; right:0; top:0; bottom:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.slick-arrow.slick-prev:after {content:"\f104";}
.slick-arrow.slick-next:after {content:"\f105";}
.slick-arrow:hover:after,
.slick-arrow:focus:after {color:var(--white-color);}
.slick-arrow:focus,
.slick-arrow:hover {opacity:1; outline:none; background:var(--secondary-color);}
.slick-dots {display:block; position:absolute; left:0; right:0; bottom:0; margin:0 auto; padding:0; text-align:center;}
.slick-dots li {margin:0 4px; padding:0; list-style:none; display:inline-block; vertical-align:top;}
.slick-dots li button {display:block; width:10px; height:10px; font-size:0; padding: 0; position: relative; border:0; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; cursor:pointer;}
.slick-dots li.slick-active button:focus, .slick-dots li.slick-active button:hover, .slick-dots li.slick-active button,
.slick-dots li button:focus, .slick-dots li button:hover{outline:none; box-shadow:none;}
/*Slick Slider Css End*/

/* popup css */
.mfp-fade.mfp-bg {opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out;  transition: all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing {opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content {opacity: 0; -webkit-transition: all 0.15s ease-out;  -moz-transition: all 0.15s ease-out;      transition: all 0.15s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0; }
.mfp-iframe-holder iframe {width:800px; height:500px;}
/* Magnific Popup CSS */
.mfp-bg {top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #fff; opacity:1; border:80px solid #fff;}
.mfp-wrap {top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important;  -webkit-backface-visibility: hidden; }
.mfp-container {text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px;box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left;z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {width: 100%; cursor: auto; }
.mfp-ajax-cur {cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {cursor: -moz-zoom-out; cursor: -webkit-zoom-out;cursor: zoom-out;}
.mfp-zoom {cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {cursor: auto; }
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {-webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure {display: none; }
.mfp-hide {display: none !important; }
.mfp-preloader {color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a {color: #CCC; }
.mfp-preloader a:hover {color: #FFF; }
.mfp-s-ready .mfp-preloader {display: none; }
.mfp-s-error .mfp-content {display: none; }
button.mfp-close, button.mfp-arrow {overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }
button::-moz-focus-inner {padding: 0; border: 0; }
.mfp-close {width: 44px; height: 44px; line-height: 44px; position: fixed; left: auto; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px;
font-family: Arial, Baskerville, monospace;}
.mfp-close:hover, .mfp-close:focus {opacity: 1; }
.mfp-close:active {top: 1px; }
.mfp-close-btn-in .mfp-close {color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color: #FFF; right:20px; top:20px; text-align: center;opacity:1; cursor:pointer; width:40px; height:40px; font-size:0; background:var(--primary-color); border-radius:50%;}
.mfp-image-holder .mfp-close:after, .mfp-iframe-holder .mfp-close:after{content:"\f00d"; font-family:'Line Awesome Free'; font-weight:900; font-size:20px; color:#fff; position: absolute; left:0; right:0; top:0; bottom:0; line-height:40px; text-align: center;}
.mfp-arrow {position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after {content: ''; display: block; width: 0;  height: 0; position: absolute; left: 0; top: 0;  margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after {border-top-width: 13px;  border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before {border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left {left: 0; }
.mfp-arrow-left:after {border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before {margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {right: 0; }
.mfp-arrow-right:after {border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before {border-left: 27px solid #3F3F3F; }
.mfp-counter {text-align: center;color: #fff;font-size: 12px;letter-spacing: 0.05em;}
button.mfp-arrow {width: 40px;height: 40px;margin:0 !important;border-radius: 50%;background: var(--primary-color);font-family: "FontAwesome";color: #fff; opacity:1 !important;}
button.mfp-arrow::after {content: "";padding: 0;margin: 0;border: 0;text-align: center;width: 40px;top: 0;line-height: 40px;font-size: 18px;}
button.mfp-arrow.mfp-arrow-left:after{content:"\f104";}
button.mfp-arrow.mfp-arrow-right:after{content:"\f105";}
button.mfp-arrow::before{display:none;}
button.mfp-arrow.mfp-arrow-left{left:20px;}
button.mfp-arrow.mfp-arrow-right{right:20px;}
.mfp-counter,
.mfp-title{color: #323232;font-family: 'Work Sans', sans-serif;font-size: 16px;letter-spacing: 1px;line-height: 19px;text-align: left; font-weight:400;}
.mfp-title small{display:none;}
.mfp-counter{margin-right:15px;}
.mfp-bottom-bar {position: fixed;top: 30px;left: 40px;display: -webkit-flex;display: flex;align-items: center;flex-direction: row-reverse;}

.single_variation_wrap .second-money-back {display:none;} 

.hamburger{display: none;cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;background-color: transparent;border: 0;margin:5px 2px 0 0;overflow: visible;}
.hamburger-box{width: 28px;height: 20px;display: inline-block;position: relative;}
.hamburger-inner{display: block;top: 50%;margin-top: -2px;}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{width: 28px;height: 2px;background-color:var(--white-color);position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease;}
.hamburger-inner::before,
.hamburger-inner::after{content: "";display: block;}
.hamburger-inner::before{top: -7px;}
.hamburger-inner::after{bottom: -7px;}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after{background-color: var(--white-color);}

/** Spin **/
.hamburger--spin .hamburger-inner{transition-duration: 0.22s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.hamburger--spin .hamburger-inner::before{transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;}
.hamburger--spin .hamburger-inner::after{transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.hamburger--spin.is-active .hamburger-inner{transform: rotate(225deg);transition-delay: 0.12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
.hamburger--spin.is-active .hamburger-inner::before{top: 0;opacity: 0;transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;}
.hamburger--spin.is-active .hamburger-inner::after{bottom: 0;transform: rotate(-90deg);transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);}

/*========= Mobile Menu STYLE Start ===========*/
.menu-open-overlay {position: fixed;left: 0;right: 0;top: 0;bottom: 0; display:none;}
.mobile-menu-open .menu-open-overlay{display:block;}
.mobile-menu-block {background:var(--secondary-color); color: var(--white-color); position:absolute; left:0; top:80px; right:0; padding:20px; margin:0; display:none; transition:left 0.2s ease 0s; width:100%; z-index:1; font-size:14px; overflow:auto; max-height:calc(100vh - 80px);border-top:1px solid rgba(255, 255, 255, 0.1);}
.mobile-menu-open .mobile-menu-block{display:block;}
.mobile-menu-inner{ height:100%; overflow:auto;}
.mobile-menu-block ul{ margin: 0; list-style: none; }
.mobile-menu-block li {color:var(--secondary-color);position:relative; text-align:center; display:block;border-bottom:1px solid rgba(255,255,255,0.1);}
.mobile-menu-block ul li,
.mobile-menu-block ul li a {color: var(--white-color);font-size:16px;font-weight:500;line-height:normal; letter-spacing:0;padding:12px 0; text-align: left;display: block;}
.mobile-menu-block ul li{padding:0;}
.mobile-menu-block ul li .sub-menu-toggle{display: none !important;}
.mobile-menu-block ul li.menu-item-has-children a {padding-right: 40px;}
.mobile-menu-block .collapsable-hitarea + a,
.mobile-menu-block ul li.current_page_parent > a,
.mobile-menu-block ul li.current-menu-parent > a,
.mobile-menu-block ul li.menu-item-type-custom.current-menu-item a,
.mobile-menu-block ul li.menu-item-type-custom.current-menu-item:hover a,
.mobile-menu-block ul li.menu-item-type-custom.current-menu-item a:hover,
.mobile-menu-block ul li a:hover, .mobile-menu-block ul li a:focus,
.mobile-menu-block ul li.current-menu-item > a,
.mobile-menu-block ul li.current-page-ancestor > a{color:var(--primary-color);}
.mobile-menu-block li li {border:none;}
.mobile-menu-block li li a {color:var(--white-color); font-size:14px; font-weight:400; text-transform:none; padding:7px 10px;}
.mobile-menu-block li li li a {padding-left:20px;}
.mobile-menu-block ul.sub-menu {display:none;margin:0 0 15px; position:static;}
.mobile-menu-block ul.sub-menu li + li {margin-top:0;}
.hitarea {display:block; width:100%; height:40px; text-align:center; position:absolute; right:0; top:0;}
.hitarea:before {display:block; content:"\f107"; font-family:'FontAwesome'; font-size:20px; position:absolute; width:40px; right:0; top:50%; margin:0 auto; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%);}
.collapsable-hitarea.hitarea:before {content:"\f106"; color:var(--primary-color);}
.mobile-menu-block .current-menu-parent>.hitarea:before{color:var(--primary-color);}

/*========= Mobile Menu STYLE End ===========*/

/* ===== RESET ================================================== */
main, abbr, acronym, address, applet, article, aside, audio,blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, source, strike, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{background:transparent; border:0 none; margin:0; padding:0; line-height:normal; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:normal; font-style:normal;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;} blockquote:before,q:before{content:'';content:none;} blockquote:after,q:after{content:'';content:none;} ins{text-decoration:none;} abbr[title], dfn[title]{border-bottom:1px dotted; cursor:help;} table{border-collapse:collapse; border-spacing:0;}
blockquote,q {background: #f5f5f5;border-left: 4px solid var(--primary-color);padding: 20px;margin-bottom: 20px;}
blockquote *:last-child, q *:last-child{margin-bottom:0;}
hr{display:block; height:1px; max-width:100%; border:0; border-top:1px solid var(--primary-color); margin:30px 0; padding:0;} input, select{vertical-align:middle; margin:0;} ol, ul, li{list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} *, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);}
html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale;}
sup{font-size: 80%;}
/* ===== GLOBAL ================================================== */

body{font-family:'Work Sans', sans-serif; font-size:20px; line-height:28px; color:var(--secondary-color);background:rgba(228, 205, 183, 0.1); overflow-x:hidden; padding:100px 0 0; margin:0; transition: all 0.4s ease;}
:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:var(--primary-dark-color); outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:var(--primary-dark-color);}
a:focus{outline:0; outline: none;}
::-webkit-input-placeholder{color:#919396; opacity:1;}
:-moz-placeholder{color:#919396; opacity:1;} /* Firefox 18- */
::-moz-placeholder{color:#919396; opacity:1;} /* Firefox 19+ */
:-ms-input-placeholder{color:#919396; opacity:1;}

img.alignleft{float:left; margin:0 20px 20px 0;}
img.alignright{float:right;margin:0 0 20px 20px;}
img.alignnone {margin:0 0 20px; display:block;}
iframe.alignleft {float:left; margin:0 20px 20px 0;}
iframe.alignright {float:right;margin:0 0 20px 20px;}
iframe.iframe-embed.alignright{max-width:500px;height:315px !important;}

/* Ul Li & Ol Li CSS */
ul, ol {margin:0; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:15px;}
ul li, ol li {margin:0; padding:0; font-size:20px; line-height:28px;  color:var(--secondary-color); font-weight:400;}
li a {color:var(--primary-color);}
.entry-content a:not(.btn):hover,
.entry-content li a:hover{text-decoration:underline; color:var(--primary-dark-color);}
.entry-content ul, .entry-content ol {display:table; padding:0; margin:0 0 30px 0;}
.entry-content ul li{list-style:none; padding:0 0 2px 20px; margin:0 0 8px; position: relative;}
.entry-content ul li:last-child{margin-bottom:0;}
.entry-content ul li:before{display: block; content: ""; width:3px; height:3px; background:var(--secondary-color); position: absolute; left: 10px; top:10px; border-radius: 50%;}
.entry-content ol{margin-left:26px;counter-reset: li-counter;list-style-type: none;}
.entry-content ol li:before{content: counter(li-counter, decimal) ".";counter-increment: li-counter;position: absolute;left:-26px;top:0;font-weight: bold;}
.entry-content ul li li {list-style:none;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; list-style-position:outside; margin:0 0 30px 0;}
.entry-content ol li{position: relative;list-style:none; margin-left:0;}
.entry-content ul ul {margin-top: 12px;margin-bottom: 4px !important;}
.entry-content ul ul li:before{background:none;border:1px solid #797A80;}
.entry-content p em{font-style:italic;}

h1,h2,h3,h4,h5,h6{font-weight:700; color:var(--secondary-color); font-family:'Work Sans', sans-serif; line-height:normal; letter-spacing:0; margin:0 0 20px}
h1{font-size:40px; line-height:40px;}
h2{font-size:36px;line-height:36px;}
h3{font-size:26px;}
h4{font-size:24px; line-height:28px;}
h5{font-size:22px;}
h6{font-size:18px;}

p{font-family:'Work Sans', sans-serif; font-size:20px; line-height:28px; color:var(--secondary-color); font-weight:400; letter-spacing:0; margin:0 0 30px;}
img {max-width:100%; height:auto; border:none; outline:none;}
strong{font-weight:600;}

/*table structure*/
table{border-right:1px solid var(--primary-color); border-top:1px solid var(--primary-color); width: 100%;}
table th, table td{border-left:1px solid var(--primary-color); border-bottom: 1px solid var(--primary-color); text-align:left; color:var(--secondary-color); font-weight:400; padding:12px 20px; vertical-align:middle;}
table th{color:var(--secondary-color); font-weight:600; background:#f7f6f6;}
table th a {color:#1F43D4;}
table th a:hover {color:#1F43D4;}
.table-striped th, .table-striped td {position:relative;}
.table-striped tbody tr:nth-of-type(even) td {background:#f7f6f6;}

section *:last-child{margin-bottom:0;}
.hide{display: none !important;}
.relative{position: relative;}
.align-center {text-align: center;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.v-align {align-items: center;}
.container{max-width:1220px; padding:0 20px;}
.max-container {max-width: 1548px;width: 100%;padding: 0 20px;margin: 0 auto;}
.inner-container {max-width:1100px;margin: 0 auto; padding:0 15px;}
.ptb-60{padding-top:60px; padding-bottom:60px;}
.main-wrapper{max-width:100%; width:100%; margin:0 auto; display: flex; flex-direction: column; min-height: calc(100vh - 100px);}

/*Form Input Field*/
input, textarea, select {background:var(--white-color); border:1px solid var(--primary-color); width:100%; text-align:left; padding:5px 15px; margin:0; font-size:16px; color:#A6A7AB; font-weight:400;line-height:normal; font-family:'Work Sans', sans-serif; height:50px; outline:none; box-shadow:none; letter-spacing:0;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {height:110px; padding:15px 20px; vertical-align:top; resize:none;}
.selectbox{display:block; width:100%; background:var(--white-color); border:0; line-height:50px; position:relative; cursor:pointer;}
.selectbox:after {position:absolute; content:"\f107"; right:15px; font-family:'Line Awesome Free'; font-size:14px; line-height:40px; color:#919396; top:0; z-index:1 ; font-weight:900;}
.selectbox select {display:block; width:100%; padding:.375rem 35px .375rem .75rem; background:transparent; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none; position:relative; z-index:2; cursor:pointer; color:#919396;}
.selectbox select option {background:#ccc; color:var(--secondary-color); padding:4px 10px;}
input:hover, input:focus, textarea:hover, textarea:focus, .selectbox:hover{background:var(--white-color); box-shadow:none;}
.selectbox select.not_chosen {background:#1584e7; color:var(--white-color);}

/*Buttons*/
body .apple-pay-checkout,
.button, .btn{display:inline-block; padding:19px 25px; background:var(--secondary-color); overflow: hidden; border:0; color:var(--primary-color); font-size:20px; font-weight:600; font-family: 'Work Sans', sans-serif; text-transform:none; cursor:pointer; letter-spacing:-0.05em; text-align:center; position:relative; min-width:228px; line-height:normal; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; -webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px; text-decoration: none !important;}
body .apple-pay-checkout:hover, body .apple-pay-checkout:focus, body .apple-pay-checkout:active,
.button:hover, .button.alt:hover, .btn:hover,
.button:focus, .button.alt:focus, .btn:focus,
.button:active, .button.alt:active, .btn:active{background:var(--primary-color); color:var(--secondary-color); text-decoration:none; box-shadow:none !important;}
.primary {background:#ffbc00; border-color:#ffbc00; color: #373737;}
.primary:hover{background:#f5a000; border-color:#f5a000; color: #373737;}
.secondary{background:var(--primary-color); border-color:var(--primary-color); color:var(--secondary-color);}
.secondary:hover{background:var(--secondary-color); border-color:var(--secondary-color); color:var(--primary-color); }
.info, .info:hover{background:#249AFF; border-color:#249AFF; color: #fff;}
.success, .success:hover{background:#0CB200; border-color:#0CB200; color: #fff;}
.warning, .warning:hover{background:#F18500; border-color:#F18500; color: #fff;}
.danger, .danger:hover{background:#FF2424; border-color:#FF2424; color: #fff;}
.primary1 {background:var(--primary-color); border-color:var(--primary-color); color: var(--secondary-color);}
.primary1:hover{background:var(--primary-color); border-color:var(--primary-color); color: var(--secondary-color);}
.btn-success {background:var(--primary-color); border-color:var(--primary-color); color: var(--secondary-color);}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active,
.btn-success:focus, .btn-success:active, .btn-success:hover{background:var(--primary-color); border-color:var(--primary-color); color: var(--secondary-color); box-shadow: none !important;}
.label{display: inline-block;font-size: 16px;line-height: 18px;font-weight: 400;margin: 0 0 5px;}
.bg-img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; opacity: 0.25;}
.bg-img img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.btn-small{min-width: 150px;padding: 10px 15px;font-size: 16px;}
.grecaptcha-badge{visibility:hidden;}

/* ===== Header ================================================== */
/*Header & Banner Section*/
.header{position:fixed; left:0; right:0; top:0; background:var(--secondary-color); width:100%; z-index:99; padding:0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header .max-container{max-width:100%; padding:0 50px;}
.header-inner{height:100px; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header-left-inner{min-width:43%;max-width:43%;flex-basis:43%;}
.logo{flex-basis:14%; min-width:14%; max-width:14%; position:relative; z-index:2; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;margin-top:20px;}
.logo a{display:block;flex-basis:127px; min-width:127px; max-width:127px; margin:0 auto;}
.logo span{display: block;}
.logo a > img{display:block; width:100%; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.logo img{display: block; margin:0 auto;}

/*Nav Css*/
.nav-main{ position:relative; z-index:1; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.nav-main ul {margin:0; padding:0; display:flex;display:-webkit-flex; align-items: center;}
.nav-main ul > li{margin:0; padding:3px 0; list-style:none; position:relative; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; display:-webkit-flex; display:flex; align-items: center;}
.nav-main ul > li + li{margin-left:37px;}
.nav-main ul > li > a{display:block; color:var(--white-color); font-size:16px; font-weight:400; font-family:'Work Sans', sans-serif;line-height:17px;letter-spacing:0; position:relative;z-index:2;padding:0;text-align: center;display: inline-block;}
.nav-main ul > li.red-color>a{color:var(--primary-color) !important;}
.nav-main ul > li:after {position: absolute;left: 0;right: 0;top: 100%;content: "";background:var(--white-color);height:2px; width:0; margin:6px auto 0 auto; transition: all 0.4s ease; opacity: 0;}
body.single-ld_apartment .nav-main ul > li.price_list:after,
.nav-main ul > li.current-menu-item:after,
.nav-main ul > li.current-product_cat-ancestor:after,
.nav-main ul > li.current-page-ancestor:after,
.nav-main ul > li:hover:after{width:15px; opacity: 1;}
body.single-ld_apartment .nav-main ul > li.price_list a,
.nav-main > div > ul > li:hover > a,
.nav-main > div > ul > li > a:hover,
.nav-main > div > ul > li.current-menu-item > a,
.nav-main > div > ul > li.current-menu-parent > a,
.nav-main > div > ul > li.current-page-ancestor > a,
.nav-main > div > ul > li > a:focus{color:var(--primary-color);}
.nav-main ul > li.menu-item-has-children.menu-dropdown>a{color:var(--white-color); cursor: pointer;}
.nav-main ul > li.menu-item-has-children .sub-menu-toggle{display: none;}
.nav-main ul.sub-menu > li + li{margin-left:0;}
.nav-main .sub-menu {display: block;position: fixed;left: -500px;top: 100px;bottom: 0;z-index: -99;background: var(--primary-color);min-width: 400px;padding: 65px 50px;margin: 0;-moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;height: calc(100vh - 80px);}
/*.nav-main ul > li:hover > .sub-menu*/
.nav-main li.dropdown-open1 .sub-menu{left: 0;z-index: 99;}
.nav-main .sub-menu li {display:block; text-align:left; position:relative; padding:15px 0;}
.nav-main .sub-menu li.shop-menu{display: none;}
.nav-main .sub-menu li:after{display: none;}
.nav-main .sub-menu li a {display:block; color:var(--secondary-color); font-size:24px; letter-spacing:0; line-height:29px; font-weight:bold; padding:0; text-align: left;}
.nav-main .sub-menu li.current-menu-item > a,
.nav-main .sub-menu li.current-menu-parent > a,
.nav-main .sub-menu li.current-page-ancestor > a,
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li.current-menu-item a{color:var(--white-color);}
.nav-main .sub-menu .sub-menu {left:100%; top:0;display: none !important;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}
.menu-language-container {margin-left: 1.5rem;}
.menu-language-container li{font-size: 16px; text-transform: uppercase;}
.menu-language-container li.wpml-ls-current-language{display: none;}

.search-box {position: fixed;left: 0;right: 0;top:100px;background:#fcf9f7; transition: all 0.4s ease; opacity:0; visibility:hidden; z-index:-99;padding-bottom: 45px;}
.search-box .search-form {max-width: 770px;margin:25px auto; position: relative;}
.search-box .search-form input{width:100%; height:50px; background:var(--white-color); border:1px solid var(--primary-color); color:var(--secondary-color); font-size:18px; padding:0 50px 0 22px; border-radius:0;}
.search-box .search-form ::-webkit-input-placeholder{color:var(--secondary-color); opacity:0.4;}
.search-box .search-form :-moz-placeholder{color:var(--secondary-color); opacity:0.4;} /* Firefox 18- */
.search-box .search-form ::-moz-placeholder{color:var(--secondary-color); opacity:0.4;} /* Firefox 19+ */
.search-box .search-form :-ms-input-placeholder{color:var(--secondary-color); opacity:0.4;}
.search-box .search-form .search-submit {position: absolute;right: 0;top: 50%;transform: translate(0, -50%);font-size: 0;border: 0;background: url(../images/icon-search.svg) no-repeat center; background-size:100% auto; padding:0; width:17px; height:17px; right:22px;}
.search-box .search-form #ajax-loader-search {position: absolute;right: 50%;top: 60px;margin-right: -25px;background: var(--white-color);height: 50px;width: 50px;}
.search-box .search-form #ajax-loader-search img {width: 100%;height: 100%;object-fit: scale-down;object-position: center;display: block;}
.search-close-btn .search-btn {position: absolute;right: 30px;top: 50%;transform: translate(0, -50%);border:0 !important;padding: 0;outline:none !important;color: var(--secondary-color);font-size: 24px;cursor: pointer; box-shadow:none !important;}
.search-icon{background: url(../images/icon-search.svg) no-repeat center; background-size:100% auto; padding:0; width:17px; height:17px; right:22px; outline:none !important; border:0 !important;}
.cart-icon{background:url(../images/cart-icon.svg) no-repeat center; background-size:26px auto; width:50px; height:50px;display:inline-block; position: relative; border:2px solid var(--white-color);border-radius:100%;}
.cart-icon .cart-count {width:20px; height:20px; border-radius:100%; font-size:13px;line-height:20px; font-weight: 500;color:var(--secondary-color);position: absolute;right: -1px;top: -6px;z-index: 9;text-align: center; background:var(--primary-color);}
.search-box-open .search-box{opacity:1; visibility:visible; z-index:9999;}
.search-box-open .menu-open-overlay{display:block; z-index:999;}

.header-top{background:#fcf9f7;}
.top-header-info .info-items{font-size: 14px;line-height: 24px;}
.top-header-info .info-items a{color:var(--secondary-color);}
.top-header-info .info-items a:hover{color:var(--primary-color);}
.top-header-info .info-items + .info-items{padding-left:10px; margin-left:10px;}
.top-header-info .info-items + .info-items:before {content: "";width: 1px;background: var(--primary-color);height: 12px;position: absolute;left: 0;top: 50%;transform: translate(0, -50%);}

.header-text {color: var(--white-color);font-size:16px;}
.header-text .btn {background: transparent;color: var(--white-color);text-decoration: none;border: 1px solid var(--white-color);min-width: 112px;padding: 10px 22px;font-weight: 400;font-size: 16px;line-height: 18px;}
.header-text .btn:hover {background: var(--primary-dark-color); border-color: var(--primary-dark-color); color: var(--secondary-color);}
.header-text a{color: var(--white-color); text-decoration: underline;}
.header-text a:hover{color:var(--primary-dark-color); text-decoration: none;}
.menu-open-overlay1{ position:fixed; top:0; left:0; width:100%; bottom:0; background: var(--white-color);opacity: 0;z-index:-20; transition: all 0.4s ease;}
.dropdown-open .menu-open-overlay1{opacity:0.5; z-index:20;}

/*Header Fixed*/
/*.search-box-open{padding-top:190px;}
body.header-fixed{padding:100px 0 0;}
.header-fixed .header-inner {height:60px;}
.header-fixed .logo a img{max-width:100px;}
.header-fixed .search-box{top:60px;}
*/

/** Page Banner Css **/
.banner{position:relative; overflow: hidden; background:var(--white-color);}
.ajax-search .banner{background: none;}
.banner .items{/*height:70vh;*/ position: relative; display:flex; display:-webkit-flex; text-align: center;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; overflow:hidden; display:none;}
.banner .items .imagebox{width:100%; position: relative;padding-bottom:34.6%;}
.banner .items .imagebox *{position:absolute; top:0; bottom:0; left:0; right:0; z-index:0; width:100%; height:100%;}
.banner .items .imagebox img{width:100%; height:100%; object-fit:cover; object-position:center; display:block;}
.banner .items.slick-slide,
.banner .items:first-child{display:block;}

/** Footer Start **/
body.f-sticky .footer{position: -webkit-sticky; position: sticky; top: 100%;}
.footer{padding:0; position:relative; display:block;background:var(--primary-color); color:var(--secondary-color);}
.footer-inner{margin:-15px;font-size:14px; line-height:normal; color:var(--white-color);}
.footer-inner > div strong {font-weight: 700;}
.footer-inner>div{padding:15px;}
.copy-right-text {min-width:13.4%;max-width:13.4%; flex-basis: 13.4%;}
.f-address, .f-phone {flex-basis:17.85%;min-width:17.85%; max-width:17.85%;}
.f-menunav {flex-basis:20.15%;min-width:20.15%;max-width:20.15%;}
.esto-logo {flex-basis: 12.3%;min-width:12.3%;max-width:12.3%;}
/*.social-icons {min-width: 11.4%;max-width: 11.4%;flex-basis: 11.4%;}*/
.footer-inner .f-menunav li{font-size:16px; line-height:36px;letter-spacing: -0.05em;}
.footer-inner .f-menunav li a {text-decoration: underline;}
.footer-inner p{font-size:16px; line-height:36px; color:var(--secondary-color); font-weight: 400; letter-spacing: -0.05em; margin:0;}
.footer-inner a{color: var(--secondary-color);}
.footer-inner a:hover{color: var(--secondary-color); opacity: 0.8; text-decoration:none;}
.social-icons a{display: inline-block; width:50px; height:50px; text-align: center; background-size:100% auto;background-position:center; background-repeat:no-repeat;}
.social-icons a.facebook{background-image:url(../images/facebook-icon.svg);}
.social-icons a.instagram{background-image:url(../images/instagram-icon.svg);}
.social-icons a:hover{opacity: 0.8;}
.social-icons a + a{margin-left: 25px;}
.esto-logo a {display: block;}
.esto-logo a img{display:block;}
.scrollup{display:inline-block; background:rgba(255,255,255,0.8); width: 40px; height: 40px; line-height: 40px; text-align: center; position: fixed;right:10px; bottom: 10px; color: var(--secondary-color); font-size: 24px; cursor:pointer; z-index:22;}

.footer-bottom-form-wrapper {border-top: 1px solid var(--secondary-color);margin-top: 27px;padding-top: 30px;}
.footer-bottom-form-wrapper .form-group-main {flex-wrap: nowrap;}
.footer-bottom-form-wrapper .form-group-main .btn-box .btn .send-icon {margin: 0 0 0 12px;position: relative;top: 1px;width: 16px;height: 16px;background: url(../images/send-arrow.svg) no-repeat center !important;background-size: 100% auto !important;}
.footer-bottom-form-wrapper .form-group-main .btn-box .btn {min-width: 120px;font-size: 20px;padding: 8px 15px;background:var(--secondary-color) !important; color:var(--primary-color);}
.footer-bottom-form-wrapper .form-group-main .btn-box {width: auto; padding:0;}
.checkbox1 {display:inline-block; position:relative; padding-left:40px; text-align:left; font-size:16px; color:#231f20; line-height:24px;}
.checkbox1 input{position:absolute; opacity:0; left:0; top:0; z-index:2; width: 100%; height: 100%; cursor: pointer;}
.checkbox1{font-size:16px; color:var(--secondary-color); line-height:24px; cursor:pointer;}
.checkbox1 label a{color: var(--secondary-color); text-decoration: underline; position: relative; z-index: 2;}
.checkbox1 label a:hover{color: var(--secondary-color); text-decoration: none;}
.checkbox1 label:before{display: block; width: 24px; height: 24px; background:var(--white-color); border: 1px solid var(--secondary-color); content: ""; font-family: 'Line Awesome Free'; font-weight: 900; text-align: center; font-size: 16px; line-height: 22px; padding-left: 2px; position: absolute; top: -1px;left: 0;}
.checkbox1 input:checked~label:before{opacity: 1; content: "\f00c"; border-color: var(--secondary-color);}
.footer-bottom-form-wrapper {border-top: 1px solid var(--secondary-color);margin-top: 27px;padding-top: 30px;}
.footer-bottom-form-wrapper .field label.label{font-size:20px;margin-bottom:0;}
.footer-bottom-form-wrapper .field input {border-radius: 30px;border: 0;height: 40px;padding: 0 20px;}
.footer-bottom-form-wrapper .field label {margin-right: 36px;}
.footer-bottom-form-wrapper .field label strong {font-weight: bold;}
.footer-bottom-form-wrapper .field:nth-child(1) input {width: 340px; font-size:16px;}
.footer-bottom-form-wrapper .field.checkbox-wrapper {padding-left: 24px;}
.copy-right-text p span:first-child {display: block;font-weight: 700;color: #0F1922;}
/*Footer End*/


/** Section 1 Start **/
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before{content:"" !important;}
.ajax-search .product-section{margin-top: 40px;}
.product-section h2 {margin-bottom: 40px;}
.product-section .products.columns-4 {margin: -15px;}
.product-section .products.columns-4>li{padding:15px !important; margin:0 !important; text-align: center; min-width:25%; max-width:25%; flex-basis:25%; list-style:none;}
.product-section .products.columns-4>li:before{display:none;}
.product-section .woocommerce ul.products li.product .product-box .product-image{position: relative;}
.product-section .woocommerce ul.products li.product .product-box .product-image,
.woocommerce .product-section ul.products li.product .product-box .product-image,
.woocommerce .product-section ul.products li.product img.attachment-woocommerce_thumbnail,
.product-section .products.columns-4 img{width:100% !important; height:268px !important;display:block;overflow:hidden; object-fit:scale-down; object-position: center;}
.woocommerce .product-section ul.products li.product .product-box .product-image img.attachment-woocommerce_thumbnail,
.product-section .woocommerce ul.products li.product .product-box .product-image img{height:100% !important}
.product-section .woocommerce-loop-product__title{margin:15px 0 20px 0 !important; text-align: center; font-size:16px !important; line-height:20px !important; font-weight:700 !important;font-family:'Work Sans', sans-serif !important; color:var(--secondary-color) !important;}
.product-section .products li .price span {color: var(--secondary-color);font-size: 24px;line-height: 28px;font-weight:700;font-family:'Work Sans', sans-serif;}
.products li .onsale{display:none !important;}
.product-box {border: 1px solid transparent;padding: 10px; transition: all 0.4s ease; width:100%; background: var(--white-color);height:100%;}
.product-box .price del{display:block; opacity:1;}
.product-section .products li .price del span,
.product-box del span,
.product-box del bdi{font-size: 14px;color: #a6a7ab !important;font-weight: 400 !important;}
.product-box del + ins{display:block;}
/*.product-box del + ins span,
.product-box del + ins bdi{color:var(--primary-color) !important;}*/
.product-btn-box{transition: all 0.4s ease;opacity:0;}
.product-btn-box .woocommerce-LoopProduct-link{display:none; }
.product-btn-box {display: -webkit-flex;display: flex;flex-wrap: wrap; flex-direction:row-reverse;}
.product-btn-box .added_to_cart,
.product-btn-box .button {border: 0;margin:0 !important;padding:0;min-width: 1px;height: auto;font-size: 12px;letter-spacing: 0.75px;line-height: 14px;color: var(--primary-dark-color) !important; font-weight:600;}
.product-btn-box .added_to_cart,
.product-btn-box .button.add_to_cart_button{margin-left:auto !important; padding:0 24px 0 0 !important; position: relative;}
.product-btn-box .added_to_cart:before,
.product-btn-box .button.add_to_cart_button:before{content:"\f07a"; font-family:'Line Awesome Free'; font-weight:900; position: absolute;right:0; top:50%; transform: translate(0,-50%); font-size:16px;}
.product-btn-box .added_to_cart:before{content:"\f06e";}
.product-btn-box .button.add_to_cart_button.added{display:none;}
.product-btn-box .compare.button{ padding-left:22px;}
.product-btn-box .compare.button:before{content:"\f362"; font-family:'Line Awesome Free'; font-weight:900; position: absolute;left:0; top:50%; transform: translate(0,-50%);}
.product-box:hover{border-color:var(--primary-color);}
.product-box:hover .product-btn-box{opacity:1;}
.product-box .awdr_discount_bar {padding: 0;margin-bottom: 0;border-radius: 0;}
.attribute-list-images {margin:0 -2px 14px -2px !important; transition:opacity 0.4s ease; opacity:0;}
.attribute-list-images .item {width: 26px;height: 26px;padding: 2px;}
.attribute-list-images .attri-image {width: 100%;height: 100%;display:block;}
.product-section .products.columns-4 .attribute-list-images img {width: 100% !important;height: 100% !important;object-fit: cover !important;}
.product-box:hover .attribute-list-images{opacity:1;}
ul.products li.product a.compare.button{display: none;}

.categories-section{background:rgb(228 205 183 / 10%);}
.categories-section .woocommerce-loop-category__title .count{display:none;}
.categories-section ul.products{justify-content: center;}
.categories-section .products.columns-5 {margin: -15px;}
.categories-section .products.columns-5>li{padding:15px !important; margin:0 !important; text-align: center; min-width:20%; max-width:20%; flex-basis:20%;}
.categories-section .products.columns-5 img{width:100%; height:240px;display:block;overflow:hidden; object-fit: cover; object-position: center;}
.categories-section .woocommerce-loop-category__title{margin:15px 0 0 0 !important; text-align: center; font-size:20px !important; line-height:28px !important; font-weight:400;font-family:'Work Sans', sans-serif !important; color:var(--secondary-color);}
.categories-section .woocommerce-loop-category__title a{color:var(--secondary-color);}

/** Section 2 Start **/
.blog-section h2 {margin-bottom: 40px;}
.row.blog-list{margin:-15px;}
.row.blog-list>div{padding:15px;}
.blog-content-box .imgbox {width: 100%;height: auto;overflow:hidden; background:var(--primary-color); display: block;}
.blog-content-box .imgbox img{width:100%; height:100%; object-position: center; object-fit: cover; display:block; transition: all 0.4s ease;}
.blog-content-box .content-info{margin-top:25px;}
.blog-content-box .content-info h5,
.blog-content-box .content-info h4{margin-bottom:10px;}
.blog-content-box .content-info h5 a,
.blog-content-box .content-info h4 a{color:var(--secondary-color);}
.blog-content-box .content-info p {margin-bottom: 5px; line-height:22px;font-size:20px;}
.blog-content-box:hover .imgbox img{transform: scale(1.1); opacity:0.8;}
.blog-content-box:hover .text-link i{right:-10px;}
.text-link{/*font-size:16px; line-height:normal;*/ color:var(--primary-dark-color);}
.text-link i{font-size:14px; margin-left:5px; position: relative;right:0; transition: all 0.4s ease;}
.text-link:hover i{right:-10px;}
.blog-section .btn-box{text-align: center; margin:55px auto 0 auto;}

/** Section 3 Start **/
.bdr-top{border-top:10px solid var(--primary-color);}
.logo-section h2 {margin-bottom: 80px;}
.logo-list.row{margin:-40px -15px;}
.logo-list.row>div{padding:40px 15px;}
.logo-box{width:100%; height:68px; overflow:hidden; position: relative;}
.logo-box img{width:100%; height:100%; object-fit: scale-down; object-position: center;display:block;}
.logo-box .empty-link{position: absolute; left:0; right:0; top:0; bottom:0; z-index:1; opacity:0;}

/** Blog List Page Start **/
.blog-list-page .blog-content-box .content-info p{font-size:18px;}
.number-pagination {margin-top: 50px; display:-webkit-flex; display:flex;align-items: center;justify-content: center; flex-wrap: wrap;}
.number-pagination .page-numbers{border:1px solid var(--primary-color);width:50px;min-width:50px;height:50px; margin:-1px -1px 0 -1px; background:var(--white-color); text-align: center; line-height:48px; font-size:16px; color:var(--secondary-color); font-weight:400;font-family:'Work Sans', sans-serif; transition: all 0.4s ease;}
.number-pagination .page-numbers.current,
.number-pagination .page-numbers:hover{background:var(--primary-color); color:var(--white-color);}
.number-pagination .prev.page-numbers,
.number-pagination .next.page-numbers{font-size:0;}
.number-pagination .prev.page-numbers:after,
.number-pagination .next.page-numbers:after{content:"\f105"; font-size:16px; font-weight:900; font-family:'Line Awesome Free';}
.number-pagination .prev.page-numbers:after{content:"\f104";}

/** Blog Details Page Start **/
.page-title {margin-bottom: 32px;}
.page-title h1 {margin: 0 0 10px 0;}
.blog-details .container {max-width:970px;}
.post-date{font-size:16px; line-height:18px; color:var(--primary-color);}
.excerpt-text {margin-bottom: 30px;}
.excerpt-text p{font-size:18px; line-height:24px; font-weight:600;}
.blog-details h4{font-size:26px; margin-bottom:30px;}
.blog-details p {margin-bottom: 30px;font-size:20px; line-height:28px;}
.entry-content.default-page *:last-child,
.blog-details *:last-child{margin-bottom:0;}
.entry-content.default-page em{font-style:italic;}
.entry-content.default-page strong em{font-weight:bold;}
.entry-content.default-page ul li,
.entry-content.default-page ol li{margin:0;}
.entry-content.default-page p, .entry-content.default-page ul li, .entry-content.default-page ol li{font-size: 16px;line-height: 24px}
.default-page table{margin-bottom:30px;}
.default-page table.aligncenter {margin-left: auto;margin-right: auto;}
.default-page table.alignright {margin-left: auto;}
.default-page table caption {caption-side: top;padding: 10px;background: #f7f6f6;font-weight: 600;}
.gallery{display:-webkit-flex; display:flex;flex-wrap: wrap; align-items: center;margin:-10px; min-width:100%;}
.gallery .gallery-item{width:100%; height:auto;padding:10px;}
.gallery .gallery-item .gallery-icon{width:100%; height:100%; overflow:hidden; position: relative; background:var(--white-color);}
.gallery .gallery-item .gallery-icon a{display:block;width:100%; height:100%;}
.gallery .gallery-item .gallery-icon img{width:100% !important; height:100% !important;object-position: center; object-fit: cover;display:block; transition: all 0.4s ease;}
.gallery .gallery-item .gallery-icon:hover img{opacity:0.8; transform: scale(1.1);}
.gallery-columns-1 .gallery-item{width:100%;}
.gallery-columns-2 .gallery-item{width:50%;}
.gallery-columns-3 .gallery-item{width:33.333%;}
.gallery-columns-4 .gallery-item{width:25%;}
.gallery-columns-4 .gallery-item .gallery-icon,
.gallery-columns-3 .gallery-item .gallery-icon{height:220px;}
.gallery-columns-2 .gallery-item .gallery-icon{height:340px;}
.social-share {border-top: 1px solid #D2D3D5;margin-top: 60px;padding-top: 30px;}
.social-share-inner {display: -webkit-flex;display: flex;flex-wrap: wrap;}
.social-share-inner .social-icon {display: -webkit-flex;display: flex;background:#4267b2;margin-right: 10px;min-width: 132px;height: 32px;position: relative;color: var(--white-color);text-align: center; padding:0 24px; line-height:32px;}
.social-share-inner .social-icon i{margin-right:22px; font-size:14px;line-height:32px;}
.social-share-inner .social-icon i.email-icon{background:url(../images/email-icon.png);width:14px; height:12px; background-size:100% auto; margin-top: auto; margin-bottom:auto; }
.social-share-inner .social-icon label{font-family:'Work Sans', sans-serif; font-weight:600; font-size:14px;line-height:32px;}
.social-share-inner .social-icon span {position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;opacity: 0;z-index: 1;}
.social-share-inner .social-icon.tweeter{background:#55acee;}
.social-share-inner .social-icon.email{background:#7d7d7d;}
.red-text{color:var(--primary-color);}
.blog-details .excerpt-text p {font-size: 18px;line-height: 24px;font-weight: 600;}

/** Category Page Start **/
body.woocommerce .content-area{padding:25px 15px 60px 15px !important; max-width:1200px;}
body .woocommerce-breadcrumb{ font-weight:400;font-family:'Work Sans', sans-serif; color:var(--primary-dark-color); margin:0 !important; padding:0;}
body .woocommerce-breadcrumb a{color:var(--secondary-color);}
.cate-middle-section {margin-top: 40px; padding-bottom:60px;}
.cate-middle-section .left-block h2 {margin-bottom: 22px;}
.cate-middle-section .left-block .product-categories li + li {margin-top: 17px;}
.cate-middle-section .left-block .product-categories li a{font-weight:400; color:var(--secondary-color);}
.cate-middle-section .left-block .product-categories li a:hover,
.cate-middle-section .left-block .product-categories li.current-cat-parent>a,
.cate-middle-section .left-block .product-categories li.current-cat>a{color:var(--primary-dark-color);}
.cate-middle-section .left-block .product-categories ul{margin:17px 0 0 20px;}
.woocommerce .cate-middle-section section{padding:0; margin:0;}
.cate-middle-section .product-section .products.columns-4>li{min-width:33.333%;max-width:33.333%;flex-basis:33.333%;}
.product-filter{border-bottom:1px solid var(--primary-color); margin-bottom:30px; padding-bottom:15px; align-items: center;position: relative; z-index: 11;}
.select-field {display: -webkit-flex;display: flex;align-items: center;margin-right: 30px;}
.select-field label{font-size:16px; line-height:18px; font-weight:400; margin-right:10px;}
.select-field .selectbox{line-height:30px;}
.select-field .selectbox:after {font-size: 14px;line-height: 30px;color: var(--secondary-color);}
.select-field .selectbox select {border-radius: 0;height: 30px;line-height: 28px;padding: 0 30px 0 10px;min-width: 130px;font-size: 16px;color: var(--secondary-color); border:1px solid var(--primary-color);}
.compare-btn{font-size:16px; line-height:16px; font-weight:400; color:var(--secondary-color); position: relative; padding:0 0 0 22px;}
.compare-btn:hover{color:var(--secondary-color);}
.compare-btn:before{content:""; background:url(../images/icon-compare.svg) no-repeat center; background-size:100% auto;width:12px; height:14px; position: absolute;left:0; top:50%; transform: translate(0,-50%);display:block;}
.cate-filter-mobile .btn {text-align: left;width: 100%; display: none;}
.cate-filter-mobile .btn .las {font-size:22px;position: absolute;right: 20px;top: 50%;transform: translate(0, -50%); transition: all 0.4s ease;}
.cate-filter-mobile.active .btn .la-plus:before{content:"\f068";}
.cate-filter-mobile.active .btn{background:var(--secondary-color); color:var(--white-color);}

.left-select-boxes{align-items: center;}
.left-select-boxes .widget{display: -webkit-flex;display: flex;align-items: center;margin-right: 30px !important;}
.left-select-boxes .widget .widget-title{font-size:16px; line-height:18px; font-weight:400; margin:0 10px 0 0; color:var(--secondary-color);}
.left-select-boxes .select2-container {height: 30px;}
.left-select-boxes .select2-container--default .select2-selection--single {border-radius: 0 !important;border: 1px solid var(--primary-color) !important;height: 30px !important;width: 130px;}
.left-select-boxes .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 28px;padding: 0 30px 0 10px;}
.left-select-boxes .select2-container--default .select2-selection--single .select2-selection__placeholder{font-size:16px;color:var(--secondary-color);}
.left-select-boxes .select2-container--default .select2-selection--single .select2-selection__arrow b {border: 0;width: 30px;height: 30px;right: 0 !important;position: absolute;margin: 0;left: auto;top: -1px;}
.left-select-boxes .select2-container--default .select2-selection--single .select2-selection__arrow b:after{border:0; position:absolute; content:"\f107"; right:14px; font-family:'Line Awesome Free'; font-size:14px; line-height:30px; color:var(--secondary-color); top:0; z-index:1 ; font-weight:900; width:10px; height:6px;}
.filter-reset-link {font-size: 0.875rem;}
.right-compare-btn > form.woocommerce-ordering{margin: 0; padding: 0; width: 180px;}
.right-compare-btn > form.woocommerce-ordering select{font-size: 15px;background: none;color: var(--secondary-color);height: 30px;}

/*Modal Form*/
.apply_popup .modal-content{padding: 15px 24px; background:var(--white-color); border:0; box-shadow:0 23px 32px 0 rgba(0, 0, 0, 0.15); -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.apply_popup .modal-title{font-size: 22px; line-height: 26px; color: var(--secondary-color); font-weight: 300; margin: 0;}
.apply_popup .modal-header{padding:0 40px 15px 0; border-bottom:1px solid #C9E2EE; position: relative;}
.apply_popup .modal-header .close{width: 40px; height: 40px; padding: 0; border:0; outline:0; position: absolute; right: -10px; top: -3px; margin: 0; color: #888; opacity: 1; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.apply_popup .modal-header .close:hover{transform: rotate(90deg);}
.apply_popup .modal-body{padding: 20px 0; min-height: 320px;}

.form-styling .label {display: block;font-size: 16px;color: var(--secondary-color);font-weight: 400;margin-bottom: 6px;}
.form-styling .label strong{font-weight:normal; color:red;}
.form-styling textarea,
.form-styling input{border:1px solid #A6A7AB !important; box-shadow:none !important; color:#A6A7AB; font-weight:400; outline:none !important;}
.form-styling textarea{resize:none; height:80px;}
.acceptance-box{display:-webkit-flex; display:flex;}
.acceptance-box p{margin:0;}
.acceptance-box .wpcf7-list-item {position: relative; margin:2px 0 0;}
.acceptance-box .wpcf7-list-item input {position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 11;width: 20px;height: 20px;cursor: pointer; opacity:0;}
.acceptance-box .wpcf7-list-item .wpcf7-list-item-label:before {content: "";border: 1px solid #20222C;display: block;width: 20px;height: 20px;position: absolute;}
.acceptance-box .wpcf7-list-item .wpcf7-list-item-label:after {content: "\f00c";font-family: 'Line Awesome Free';color: #20222C;font-weight: 900;position: absolute;left: 0;width: 20px;height: 20px;text-align: center;line-height:20px; opacity:0; transition: all 0.4s ease; top:0;}
.acceptance-box span.wpcf7-list-item-label{position: relative;}
.acceptance-box .wpcf7-list-item input:checked + .wpcf7-list-item-label:after{opacity:1; font-size:14px;}
.form-styling .form-group.acceptance-box {flex-wrap: wrap;}
.acceptance-box strong{color: var(--secondary-color);font-size: 14px;line-height: 19.12px; font-weight:400; display:block; padding-left:13px; margin:-4px 0 0 20px;}
.acceptance-box strong a{color: var(--secondary-color); text-decoration:underline;}
.acceptance-box strong a:hover{text-decoration:none; color:#C9E2EE;}
.form-styling .form-group{margin:0;}
.form-styling .form-group label.error{color: #f00; font-size: 14px;}
.form-styling .form-group + .form-group {margin-top: 12px;}
.form-styling .form-group.btn-box .btn {width: 100%;color: var(--white-color);border: 0; margin-top:5px;}
.form-styling .form-group.btn-box .ajax-loader {position: absolute;right: 10px;margin: 21px 0 0;}
.form-styling .wpcf7-not-valid-tip {font-size: 12px;}
.form-styling .wpcf7-response-output {margin: 10px 0 0 !important;border-width: 1px !important;text-align: center;}
.modal-open .modal{z-index:99999999999;}
.modal-backdrop{background:var(--white-color);}
.modal-backdrop.show {opacity: .9;}

/** Thank You Page Start **/
.woocommerce-order-received .woocommerce-order *{font-family:'Work Sans', sans-serif !important;}
.woocommerce ul.order_details {margin:0 0 10px 0!important;display: -webkit-flex;display: flex;flex-wrap: wrap; padding:0;}
.woocommerce ul.order_details li {margin:-1px 0 0 -1px !important;min-width: 20%;max-width: 20%;flex-basis: 20%;padding:15px !important;font-size:16px !important;border: 1px dashed #dee2e6 !important;}
.woocommerce ul.order_details li:before{display:none;}
.woocommerce ul.order_details li strong {display: block;margin-top: 5px;line-height: normal;}
.woocommerce-order-received .woocommerce-order-details {margin:20px 0 0;padding: 0;}
.woocommerce-order-received table.order_details {width:100%;border:1px solid #ddd !important; margin:0;}
.woocommerce-order-received table tr{height:auto !important;}
.woocommerce-order-received table.order_details .product-total{width:200px; text-align:right;}
.woocommerce-order-received table.order_details tr:nth-child(even) td{background:#f1f1f1;}
.woocommerce-order-received table.order_details td {border-top: 0 !important;font-family:'Work Sans', sans-serif !important;}
.woocommerce-order-received table.order_details tfoot th, .woocommerce-order-received table.order_details tfoot td {border-top: 0 !important; color:var(--secondary-color);}
.woocommerce-order-received table.order_details .product-name1 .wc-item-meta-label {font-weight: 600;letter-spacing: 0.025em;min-width: 140px;}
.woocommerce-order-received table.order_details .product-name1 p {position: relative;top: -2px;display: inline-block;}
.woocommerce-order-received table.order_details .product-name1 .wc-item-meta-label, .woocommerce-order-received table.order_details .product-name1 p {font-size: 12px;margin: 0;vertical-align: middle;}
.woocommerce-order-received table.order_details .product-name1 .product-title {font-weight: 600;font-size: 16px;margin-bottom: 10px;display: inline-block;}
.woocommerce-order-received table tfoot tr:last-of-type{border-top:0 !important;}
.woocommerce-order-received .woocommerce-customer-details {padding: 0 !important;margin:20px 0 0 !important;}
.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-order-received .woocommerce-columns address {border:0 !important;border-radius:0 !important;padding:0 !important;}
.woocommerce-order-received .woocommerce-customer-details address p,
.woocommerce-order-received .woocommerce-columns address p {margin-top: 10px; position: relative;}
.woocommerce-order-received .woocommerce-customer-details address a,
.woocommerce-order-received .woocommerce-columns address a{text-decoration:underline; color:var(--secondary-color);}
.woocommerce-order-received .woocommerce-customer-details address a:hover,
.woocommerce-order-received .woocommerce-columns address a:hover;{text-decoration:none;}
.woocommerce-order-received table.order_details.order-details-footer {border: 0 !important;margin-top:10px;}
.woocommerce-order-received .order-details-footer tfoot {border: 0;}
.woocommerce-order-received .order-details-footer th, .woocommerce-order-received .order-details-footer td {border: 0;background: none !important;padding:8px 0;}
.woocommerce-order-received .order-details-footer td{text-align:right;}
.woocommerce-order-received .order-details-footer tfoot tr .w70par{width:70%;}
.woocommerce-order-received .order-details-footer tfoot tr:nth-child(4) th, 
.woocommerce-order-received .order-details-footer tfoot tr:nth-child(4) td {padding-bottom:10px;}
.woocommerce-order-received .order-details-footer tfoot tr:last-child th, 
.woocommerce-order-received .order-details-footer tfoot tr:last-child td {border-top:1px solid #eee !important; padding-top:10px;}
.woocommerce-order-received .order-details-footer tfoot tr th.bdr0, 
.woocommerce-order-received .order-details-footer tfoot tr td.bdr0{border:0 !important;}
.woocommerce-order-received .order-details-footer .shipped_via{display:none;}
.woocommerce-order-received .woocommerce-order .woocommerce-column__title {display: -webkit-flex;display: flex;align-items: center;margin: 0 0 10px 0;font-size: 24px;color:var(--secondary-color);}
.woocommerce-order-received .woocommerce-order .woocommerce-column__title .icon {position: relative;margin: 0 10px 0 0;top: -2px;}
.woocommerce-order-received .woocommerce-customer-details address, .woocommerce-order-received .woocommerce-columns address,
.woocommerce-order-received table.order_details th,
.woocommerce-order-received table.order_details td li,
.woocommerce-order-received table.order_details td{font-size:16px;}

/** Product Details **/
body.woocommerce .content-area.product-details{max-width:100%; padding-left:0 !important;padding-right:0 !important; padding-bottom:0 !important; width:100%;}
.product-details .woocommerce-breadcrumb{max-width:1200px; width:100%; padding:0 15px; margin:0 auto !important;}
.woocommerce-page div.product div.summary,
.woocommerce-page div.product div.images {width: 100% !important;position: relative;}
.product-details-section1 span.onsale{display:none !important;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__image{border:1px solid var(--secondary-color); margin-bottom:20px; position: relative;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper1 .woocommerce-product-gallery__image{height: 550px; padding:30px !important; width:100%; display:none;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper1 .woocommerce-product-gallery__image.slick-slide,
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper1 .woocommerce-product-gallery__image:nth-child(1){display:block;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper1 a {position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;background: var(--white-color); padding:20px;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__image a{display:inline;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__image img{width:100%; height:100%; object-position: center; object-fit: cover;display:block;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__image a img {width: 100% !important;height: 100% !important;object-fit: contain !important;object-position: center;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper1 a img{max-width:100% !important;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__image.gallery-video, .woocommerce-page div.product div.images .woocommerce-product-gallery__image.gallery-video a {display: -webkit-flex !important;display: flex !important;align-items: center;justify-content: center;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__image.gallery-video iframe{width:100%;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__image.gallery-video video {width:100%; height: auto !important;}
.video-icon:before {content: "\f144";position: absolute; top:50%;left:50%; transform: translate(-50%, -50%); font-family:'Line Awesome Free';font-weight: 900; font-size:26px; color:var(--primary-color);}

.woocommerce-product-gallery__wrapper2{padding:0 60px !important;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper2 .woocommerce-product-gallery__image,
.woocommerce-product-gallery__wrapper2 .woocommerce-product-gallery__image {height:88px; margin:0 5px !important; padding:10px !important; display:none; width:calc(33.333% - 10px); float: left;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper2 .woocommerce-product-gallery__image.slick-slide,
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper2 .woocommerce-product-gallery__image:nth-child(1),
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper2 .woocommerce-product-gallery__image:nth-child(2),
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper2 .woocommerce-product-gallery__image:nth-child(3){display:block;}
.woocommerce-product-gallery__wrapper2 .slick-arrow {background: none !important;color: var(--secondary-color) !important;width: 20px;height: 30px;line-height: 30px;}
.woocommerce-product-gallery__wrapper2 .slick-arrow:after {line-height: 30px;font-size: 26px; color:var(--secondary-color) !important;}
.woocommerce-product-gallery__wrapper2 .slick-arrow.slick-next {right: 0;}
.woocommerce-product-gallery__wrapper2 .slick-arrow.slick-prev {left: 0;}
.woocommerce-product-gallery__wrapper2 .woocommerce-product-gallery__image.slick-current{border-color:var(--primary-color) !important;}
.woocommerce-product-gallery__wrapper2 .woocommerce-product-gallery__image:after {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;cursor:pointer; z-index:1;}
.woocommerce-product-gallery__trigger{display:none;}
.woocommerce-page .summary .woocommerce-attribute-images-single-product-attribute-images{display:none;}
.woocommerce-page div.product div.summary{margin:0 !important; padding:30px;border:1px solid var(--primary-color);}
.woocommerce-page div.product div.summary #esto_calculator{margin-bottom: 20px; display: flex; align-items: center;}
.woocommerce-page div.product div.summary #esto_calculator img{margin-right: 10px; max-width: 60px !important;}
.woocommerce-page .entry.product .up-sells.upsells.products,
.woocommerce-page div.product div.summary .stock{display:none}
.woocommerce-page div.product div.summary .second-money-back input{width: auto; margin: 0 5px 0 8px; cursor:pointer;}
.summary h2 {margin-bottom: 20px;}
.trademarks-logo {max-width: 170px; margin-bottom:10px;}
.trademarks-logo img{display:block;max-width:100%;}
.summary p.price {margin:25px 0 0 !important;display:-webkit-flex; display:flex;align-items: center;}
.new-p-d-price .woocommerce-Price-amount,
.summary p.price bdi{font-size:53px; line-height:1; font-weight:bold; color:var(--secondary-color);font-family:'Work Sans', sans-serif; padding:14px 0; display:block;}
.summary p.price del *,
.summary p.price del{font-size: 18px;}
.summary p.price del{margin-right:5px; width:100%;}
.single-product .summary.entry-summary.entry-content .single_variation_wrap .woocommerce-variation-price{display:none;}
.summary .cart table.variations {border: 0; margin:30px 0 0;}
.summary .cart table.variations td {padding: 0;border: 0;margin: 0;display: block;}
.summary .cart table.variations td.label label{display:block; padding:0; white-space:normal;min-width:100%;max-width:100%;flex-basis:100%; line-height:1; margin-bottom:23px;}
.summary .cart table.variations tr.woo-attr-images td {display: block;}
.summary .cart table.variations tr td:first-child {width:100%;white-space: nowrap;font-size:16px;color: var(--secondary-color); padding-bottom:23px;}
.summary .cart table.variations td.value{width:100%;display: block;}
.woo-two-col-main .value select,
.summary .cart table.variations td.value select{max-width:100%; margin-bottom:38px; border-radius:0;border:2px solid var(--primary-color); height:78px; font-size:20px; color:var(--secondary-color); padding:0 50px 0 30px;-webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none; position: relative; background:url(../images/dropdown-icon.svg) no-repeat 94% center; background-size:22px auto;}
.summary .cart table.variations tr.woo-attr-images td:first-child {margin: 0 0 20px 0 !important;padding: 0;line-height: 1;}
.summary .cart table.variations tr.woo-attr-images td:first-child label {padding: 0;margin-top: 10px;margin-bottom: 20px; white-space:normal;}
.summary .cart table.variations .woocommerce-attribute-images-variable-options .woocommerce-attribute-image {display: -webkit-flex;display: flex;align-items: center;}
.summary .cart table.variations .woocommerce-attribute-images-variable-options .woocommerce-attribute-image img {width:100%;height:100%;border: 0 !important;overflow: hidden;object-fit: cover;object-position: center;transition: all 0.4s ease;border-radius:100%;}
.summary .cart table.variations .woocommerce-attribute-images-variable-options .woocommerce-attribute-images-variable-option.woocommerce-attribute-images-variable-option-active .woocommerce-attribute-image img{border:1px solid #D2D3D5 !important;}
.summary .cart table.variations .woocommerce-attribute-images-variable-options .woocommerce-attribute-image-desc{font-size:16px; color:var(--secondary-color); margin:0 0 0 17px; transition: all 0.4s ease;white-space:nowrap;display: none;}
.summary .cart table.variations .woocommerce-attribute-images-variable-options .woocommerce-attribute-images-variable-option.woocommerce-attribute-images-variable-option-active .woocommerce-attribute-image-desc{color:var(--primary-color);}
.woocommerce-attribute-images-variable-options {display: -webkit-flex;display: flex;flex-wrap: wrap;margin:-8px -8px 0 -8px;}
.summary .cart table.variations .woocommerce-attribute-images-variable-option {display: block;width: 45px; height:45px; margin:5px; border-radius:100%; position: relative;}
.summary .cart table.variations .woocommerce-attribute-images-variable-option .woocommerce-attribute-image {width: 100%;max-width: 100% !important;height: 100%;}
.summary .cart table.variations .woocommerce-attribute-images-variable-option:after {content: "";border: 1px solid var(--primary-color);position: absolute;left: -4px;right: -4px;top: -4px;bottom: -4px;border-radius: 100%; transition: all 0.4s ease; opacity:0;}
.summary .cart table.variations .woocommerce-attribute-images-variable-options .woocommerce-attribute-images-variable-option.woocommerce-attribute-images-variable-option-active:after,
.summary .cart table.variations .woocommerce-attribute-images-variable-option:hover:after{opacity:1;}

.summary .reset_variations{display:none !important;}
.scroll-to-prodesc {display: block;margin: 25px 0 0 0;}
.scroll-to-prodesc a {color: var(--primary-dark-color);}
.scroll-to-prodesc a:hover{text-decoration:underline;}
.scroll-to-prodesc + form.cart{margin-top: 20px;}
.single-product form.cart .quantity{display: -webkit-flex;display: flex;width: 100%;align-items: center; margin:25px 0;}
.quantity-label {font-size:20px;color: var(--secondary-color);margin-right: 10px;}
.quantity-text-box input{background-color: var(--white-color);border: 1px solid var(--primary-color);width: 100px;height: 46px; border-radius:0; padding:0 0 0 12px; font-size:16px; line-height:normal; color:var(--secondary-color);}
.tabs-section a.single_add_to_cart_button.primary-btn,
.single-product .entry-summary .button.primary-btn{ padding:20px 25px !important; margin-bottom:25px;display:-webkit-flex; display:flex;align-items: center; justify-content: center; outline:none !important; font-size:20px;}
.tabs-section a.single_add_to_cart_button.primary-btn{float:right;}
.tabs-section a.single_add_to_cart_button.primary-btn:hover{text-decoration:none !important;}
.tabs-section a.single_add_to_cart_button.primary-btn .cart-icon,
.cart-icon1 {background-image: url(../images/cart-icon2.svg);background-position: center;background-repeat: no-repeat;background-size: 100% auto;width: 25px;height: 22px;display: inline-block;vertical-align: middle;margin-left: 40px;transition: all 0.4s ease;}
.btn:hover .cart-icon1, .button:hover .cart-icon1, .btn:focus .cart-icon1, .button:focus .cart-icon1, .btn:active .cart-icon1, .button:active .cart-icon1 {background-image: url(../images/cart-icon2-hover.svg);}

.single-product .summary .compare.button {border: 0;padding: 0;min-width: 1px;line-height: 1;height: auto;font-size: 18px;font-weight: bold;color: var(--primary-dark-color);padding-left: 23px;position: relative;background:none !important;}
.single-product .summary .compare.button:before{font-family:'Line Awesome Free'; font-weight:900; content:"\f362"; position: absolute; left:0; top:50%; transform: translate(0,-50%);}
ul.woocommerce-error {padding:5px 0 !important; margin-top:10px;}
ul.woocommerce-error li {padding:2px 20px;color: var(--white-color);}
.tabs-section ul.tabs{display:-webkit-flex; display: flex;flex-wrap: wrap; margin-bottom:45px;}
.tabs-section ul.tabs li {float:left;margin-right:10px;}
.tabs-section ul.tabs li .btn {padding:19px 25px; color:var(--primary-color);}
.tabs-section ul.tabs li .btn:active,
.tabs-section ul.tabs li .btn:focus,
.tabs-section ul.tabs li .btn:hover,
.tabs-section ul.tabs li.active .btn{background:var(--primary-color); color: var(--secondary-color);}
.tabs-section.woocommerce-tabs .entry-content ul li,
.tabs-section.woocommerce-tabs .entry-content ul{display:block !important;font-family:'Work Sans', sans-serif !important;}
.tabs-section .yikes-custom-woo-tab-title{display:none;}
.woocommerce-tabs.wc-tabs-wrapper {margin: 0;}
.tabs-section.woocommerce-tabs .entry-content{margin:0 !important;}
.tabs-section.woocommerce-tabs .entry-content *:last-child{margin-bottom:0;}
.tabs-section.woocommerce-tabs .entry-content a{color:var(--primary-dark-color); }
.tabs-section.woocommerce-tabs .entry-content a:hover{text-decoration:underline;}
.tabs-section.woocommerce-tabs .entry-content p{margin-bottom:25px;}
.tabs-section.woocommerce-tabs .entry-content ul li{margin-bottom:12px;}
.related.products.product-section.ptb-60 {padding-top: 60px;padding-bottom: 60px;}
.related.products .container>h2 {margin-bottom: 48px !important;}
.woocommerce .related.products.product-section ul.products{display:block !important;}
.woocommerce .related.products.product-section ul.products .slick-track {display: -webkit-flex;display: flex;}
.woocommerce .related.products.product-section .products li{width:25%;padding:15px !important; margin:0 !important; text-align: center; float:left !important;}
.related.products ul.products li.product, 
.up-sells ul.products li.product{clear:none !important; float:left !important;}
.related-products-slider .slick-arrow.slick-next {right: -70px;}
.related-products-slider .slick-arrow.slick-prev {left: -70px;}
body.woocommerce .related.products ul.products li.product, 
body.woocommerce-page .related.products ul.products li.product{padding:15px !important; height: auto;}
.p-d-price {position: relative;}
.discount-price {top: 20px;}
.woocommerce .product-image .onsale,
.discount-price {position: absolute;left: 0;z-index: 1;background: var(--primary-color);color: var(--secondary-color);font-size: 26px;line-height: 1;padding: 10px 17px; font-weight:600;font-family:'Work Sans', sans-serif;}

.awdr_discount_bar_content {position: absolute;left: 0;z-index: 1;background: var(--primary-color);color: var(--secondary-color);font-size: 15px;line-height: 1;padding: 10px 17px; font-weight:600;font-family:'Work Sans', sans-serif;}
.woocommerce-product-gallery .awdr_discount_bar_content {position: absolute;left: 0;z-index: 1;background: var(--primary-color);color: var(--secondary-color);font-size: 26px;line-height: 1;padding: 10px 17px; font-weight:600;font-family:'Work Sans', sans-serif;margin-top:40px}
#product-left-content .awdr_discount_bar_content {display:none;}

.discount-price-text {margin-left: auto;font-size: 26px;font-weight: 600;color: var(--primary-dark-color);font-family:'Work Sans', sans-serif;position: absolute;right: 0;top: 0;padding: 10px 0;}
.woocommerce .product-image{position: relative;}
.woocommerce .product-image .onsale {display: block !important;left: 0;border-radius: 0;height: 40px;width: 75px;font-size: 18px; left:0; top:0; white-space:nowrap;}
.woocommerce .related.products.product-section .products .slick-dots li{width: auto; padding: 0 !important; margin: 0 4px !important; float: none !important;}
.single-product .woocommerce-variation-add-to-cart .button.disabled{margin-top:15px;}
.transport-price-text {color: var(--black-color);font-weight: 500;}

/** Checkout Page Start **/
.cart-section .shop_table {border-top: 1px solid var(--primary-color);border-right:0;}
.cart-section .shop_table td {border-bottom: 1px solid var(--primary-color); padding:20px 0;}
.cart-section .shop_table .product-thumbnail {width: 100px;max-width: 100px;}
.cart-section .shop_table .product-thumbnail a{display:block; border:1px solid var(--primary-color); padding:10px; width:100%; height:100px; overflow:hidden;}
body .woocommerce .woocommerce-cart-form .product-thumbnail .attachment-woocommerce_thumbnail,
body .cart-section .shop_table .product-thumbnail a img{width:100% !important; height:100% !important; object-fit: scale-down; object-position: center; display:block;}
.cart-section .shop_table .product-name{padding-left:30px; padding-right:30px; }
.product-name-text {font-size: 16px;color: var(--secondary-color);line-height: 19px; display:block;margin-bottom:12px;}
.cart-section .shop_table .product-name .variation dt{display:none;}
.cart-section .shop_table .product-name p.backorder_notification,
.cart-section .shop_table .product-name .variation dd{position: relative; padding-left:10px;}
.cart-section .shop_table .product-name p.backorder_notification,
.cart-section .shop_table .product-name .variation dd p {font-size: 14px;line-height:18px;color: var(--secondary-color);}
.cart-section .shop_table .product-name p.backorder_notification:before,
.cart-section .shop_table .product-name .variation dd:before {content: "-";position: absolute;left: 0;top: 50%;transform: translate(0, -50%);}
.cart-section .shop_table .product-quantity .quantity {display: -webkit-flex;display: flex;align-items: center;}
.cart-section .shop_table td.product-subtotal {width: 120px;}
.cart-section .shop_table .product-subtotal span.woocommerce-Price-amount bdi {font-size: 16px;font-weight: 600;color: var(--secondary-color);}
.cart-section .shop_table .product-remove{text-align:right;}
.cart-section .shop_table a.remove {width: auto;height: auto;line-height: 14px;font-size: 12px;color:var(--primary-dark-color) !important;letter-spacing: 0.75px; background:none !important;}
.quantity {width: 100px !important;position: relative;}
.quantity input.input-text{border:2px solid var(--primary-color); border-radius:0; height:46px; padding:0 0 0 15px; width:100% !important;-webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none;appearance: none;}
input[type=number]::-webkit-inner-spin-button,  input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none;appearance: none;}
.quantity input[type="button"] {width: 20px !important;height: 20px;position: absolute;right: 2px;border: 0;background: var(--secondary-color) url(../images/white-arrow-up-arrow.png) no-repeat center;background-size:10px auto !important; border-radius: 0;top: 2px; font-size:0 !important; padding:0; z-index:20;}
.quantity input[type="button"].minus{top:auto; bottom:2px;background: var(--secondary-color) url(../images/white-arrow-down-arrow.png) no-repeat center;}
.cart-section4 .woocommerce-checkout-review-order ul #wc-stripe-payment-request-wrapper {max-width: 160px;}

.woocommerce form .form-row .required{line-height:1;}
.cart-section2 p.form-row label {display: block;font-size: 14px;color: var(--secondary-color);line-height: 14px;margin-bottom: 5px;}
.cart-section2 p.form-row textarea,
.cart-section2 p.form-row input {height: 40px;width: 100%;border: 1px solid var(--primary-color) !important;border-radius: 0;font-size: 14px;color: var(--secondary-color);font-family:'Work Sans', sans-serif;display: block;}
.cart-section2 p.form-row textarea{resize:none;height:100px; padding:10px !important;}
.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text{border-color:red !important;}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{width:100% !important;}
.cart-section2 p.form-row {width:270px !important;display:inline-block;margin:0 0 5px 0;float:left !important; clear:none !important;}
.cart-section2 p.form-row label.screen-reader-text {opacity: 1;visibility: visible;margin: 0;clip-path: inherit;height: auto;clip: inherit !important;overflow: visible;width: 100%;position: static !important;display: block;margin-bottom: 5px;}
.cart-section2 p.form-row#billing_phone_field {float: left !important;}
.cart-section2 p.form-row#billing_email_field {float: right !important;}
.cart-section2 p.form-row#order_comments_field {width: 100% !important; padding-right:95px;} 
.cart-section2 .woocommerce-shipping-fields,
.cart-section2 .woocommerce-billing-fields {padding-right: 95px;}
.cart-section2 p.form-row:nth-child(even) {float: right !important;}
.cart-section2 p.form-row .woocommerce-input-wrapper {display: block;margin-bottom: 7px;}
.cart-section2 .select2-container {height: 40px; z-index:1;}
.cart-section2 .select2-container--default .select2-selection--single {border-radius: 0 !important;border: 1px solid var(--primary-color) !important;height: 40px !important;width: 100%; max-width:270px;}
.cart-section2 .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 38px !important;padding:0 30px 0 12px;}
.cart-section2 .select2-container--default .select2-selection--single .select2-selection__placeholder{font-size:14px;color:var(--secondary-color);}
.cart-section2 .select2-container--default .select2-selection--single .select2-selection__arrow b {border: 0;width: 30px;height:40px;right: 0 !important;position: absolute;margin: 0;left: auto;top: -1px;background:none;}
.cart-section2 .select2-container--default .select2-selection--single .select2-selection__arrow b:after{border:0; position:absolute; content:"\f107"; right:14px; font-family:'Line Awesome Free'; font-size:14px; line-height:40px; color:var(--secondary-color); top:0; z-index:1 ; font-weight:900;}
.cart-section2 .select2-container .select2-selection--single .select2-selection__arrow{right:0;}
.woocommerce-shipping-fields {display: -webkit-flex;display: flex; flex-wrap: wrap;}
.woocommerce-shipping-fields #ship-to-different-address {width: 270px;margin:0 0 10px auto; position: relative;}
.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress,
#ship-to-different-address label span {padding: 0 0 0 32px !important;}
.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress:before,
#ship-to-different-address label span::before {content:""; background: var(--white-color) !important;margin-top: 0 !important;left: 0;width: 20px !important;border-radius: 0 !important;height: 20px !important;border: 1px solid var(--primary-color) !important;top: 2px !important;}
.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress:before{border-radius: 100% !important;}
/*.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress:after,*/
#ship-to-different-address label span::after {background: none !important;font-family: 'Line Awesome Free';font-weight: 900;content: "\f00c" !important;color: var(--secondary-color);left: 4px;top: 1px !important; opacity:0;}
.woocommerce-shipping-totals .input-checkbox .checkbox input[type=checkbox]:checked+ .remove-old-mattress:after,
#ship-to-different-address label input[type=checkbox]:checked+span::after{opacity:1;}
/*.woocommerce-shipping-totals .input-checkbox .checkbox input[type=checkbox]:checked+ .remove-old-mattress:after,*/
#ship-to-different-address label input[type=checkbox]:checked+span::after{right:0 !important;}
.woocommerce-shipping-totals .input-checkbox {margin-top: 18px;}
.woocommerce-shipping-totals .input-checkbox .checkbox {position: relative;margin: 0 0 0 5px !important;}
.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress{position: relative; font-size:16px;}
.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress:before{position: absolute; left:0; top:2px !important;}
/*.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress:after {position: absolute;left:1px;top: 2px !important;right: auto !important;width: 20px;height: 20px;line-height: 20px;text-align: center;}*/
.woocommerce-shipping-totals .input-checkbox .checkbox input {position: absolute;left: 0;top: 2px;z-index: 1;width:100%;height: 20px;opacity: 0;cursor: pointer; margin:0;}
.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress .woocommerce-Price-amount bdi{font-weight:600;}

.checkout.woocommerce-checkout ul.woocommerce-error{max-width:1170px; width:94%; margin:0 auto 20px auto;font-family:'Work Sans', sans-serif !important; background:#eee;border-top: 2px solid var(--primary-color) !important;}
.checkout.woocommerce-checkout ul.woocommerce-error li{font-family:'Work Sans', sans-serif !important; color:red; font-size:14px; margin:0;}
.woocommerce-checkout form[name=checkout]{display:block !important;}
.woocommerce-checkout-review-order-table {margin: 0 !important;padding: 0;}
.woocommerce-checkout form #order_review{width:100% !important;}
.shipping-custom-text {max-width: 300px; font-size:16px;}
.cart-section3 h2 {margin-bottom: 30px;}
.cart-section3 .shipping-calculator-button,
.cart-section3 .woocommerce-shipping-destination{display:none;}
.cart-section4 h2 {margin-bottom: -30px;}
.cart-section4 .woocommerce-checkout-review-order{margin-left:0 !important; padding-left:0 !important;}
.cart-section4 .woocommerce-checkout-review-order ul{margin:-10px 0 0 0; padding-left:33.333%; border-bottom:1px solid var(--primary-color); padding-bottom:24px;}
.cart-section4 .woocommerce-checkout-review-order ul li{margin-left: 10px;}
.cart-section4 .woocommerce-checkout-review-order-table {min-width:270px;max-width:270px;flex-basis:270px; border:0;margin-left:10px !important;}
.cart-section4 .review-order-table-main{min-width:100%;max-width:100%;flex-basis:100%;}
.cart-section4 .woocommerce-checkout-review-order>.review-order-table-main {padding-left: 33.333%; border-bottom:1px solid var(--primary-color); padding-bottom:40px;}
.cart-section4 .woocommerce-checkout-payment {min-width:100%;max-width:100%;flex-basis:100%; margin-left:auto; padding-left:0; padding-top:35px;}
.cart-section4 .woocommerce-checkout-review-order{display:-webkit-flex; display:flex;flex-wrap: wrap; align-items: flex-start;}
.woocommerce-checkout .cart-section4 .wc_payment_method.payment_method_esto_pay .payment_box.payment_method_esto_pay{display: block !important;}
.woocommerce-checkout .cart-section4 .wc_payment_method .payment_box {padding: 0;background: none;}
.cart-section4 .wc_payment_method .payment_box select.esto-pay-countries{display:none;}
.cart-section4 .esto-pay-logo.selected img, .cart-section4 .esto-pay-logo:hover img, .cart-section4 .esto-pay-logo:focus img, .cart-section4 #add_payment_method #payment ul.payment_methods li .esto-pay-logo.selected img, .cart-section4 #add_payment_method #payment ul.payment_methods li .esto-pay-logo:hover img, .cart-section4 #add_payment_method #payment ul.payment_methods li .esto-pay-logo:focus img, .cart-section4 .woocommerce-cart #payment ul.payment_methods li .esto-pay-logo.selected img, .cart-section4 .woocommerce-cart #payment ul.payment_methods li .esto-pay-logo:hover img, .cart-section4 .woocommerce-cart #payment ul.payment_methods li .esto-pay-logo:focus img, .cart-section4 .woocommerce-checkout #payment ul.payment_methods li .esto-pay-logo.selected img, .cart-section4 .woocommerce-checkout #payment ul.payment_methods li .esto-pay-logo:hover img, .woocommerce-checkout .cart-section4 #payment ul.payment_methods li .esto-pay-logo:focus img,
.cart-section4 #payment .payment_methods li .esto-pay-logo img{box-shadow:none !important;border: 1px solid transparent;}
.cart-section4 #payment .payment_methods li .esto-pay-logo.selected img{border: 1px solid var(--primary-color);}
.cart-section4 #payment .payment_methods li .esto-pay-logo img{max-width:106px;}
#payment .payment_methods > li .payment_box .preferred-country {display: none !important;}
body .apple-pay-checkout{width: 200px !important;margin-left: auto;margin-top: 20px;outline: none !important;box-shadow: none !important;}
body .gpay-button-fill {display: -webkit-flex;display: flex;justify-content: end;}
body .gpay-button-fill > .gpay-button {padding: 18px 0 !important;width: 200px !important;display: inline-block;height: 62px !important;border-radius: 2rem;margin-top: 20px; transition: all 0.4s ease;}
body .gpay-button-fill > .gpay-button.black:active, body .gpay-button-fill > .gpay-button.black:hover, body .gpay-button-fill > .gpay-button.black:focus{background-color:var(--primary-color) !important;}

.woocommerce-checkout-review-order td {padding: 0;}
.woocommerce-checkout-review-order .woocommerce-shipping-methods {padding: 0;margin: 0 0 20px 0;}
.cart-section3 .woocommerce-shipping-methods li{position: relative;}
.cart-section3 .woocommerce-shipping-methods li + li {margin-top: 15px;}
.cart-section3 .woocommerce-shipping-methods li label{padding-left:0; display:-webkit-flex; display: flex; position: relative;}
.cart-section3 .woocommerce-shipping-methods li label:before {width: 20px;height: 20px;content: "";border: 1px solid var(--primary-color);display: block;position: absolute;left: 0;top: 2px;border-radius: 50%;}
.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress:after,
.cart-section3 .woocommerce-shipping-methods li label:after {width:10px;height:10px;content: "";background:var(--secondary-color); display: block;position: absolute;left: 5px;top: 7px;border-radius: 50%; transition: all 0.4s ease; opacity:0;}
.cart-section3 .woocommerce-shipping-methods li input{position: absolute; opacity:0;}
.cart-section3 .woocommerce-shipping-methods li input[type=hidden] + label::after,
.cart-section3 .woocommerce-shipping-methods li input[checked=checked] + label::after,
.cart-section3 .woocommerce-shipping-methods li input:checked + label::after{opacity:1;}
.cart-section3 .woocommerce-shipping-methods li .woocommerce-Price-amount bdi{font-weight:600; margin-left:5px;}
.cart-section3 .woocommerce-shipping-totals .shipping-description-old-mattress,
.cart-section3 .woocommerce-shipping-methods li .shipping-description{position: relative; z-index:1;}
.cart-section3 .woocommerce-shipping-totals .shipping-description-old-mattress .question-circle,
.cart-section3 .woocommerce-shipping-methods li .shipping-description .question-circle {font-size: 12px;position: relative;top: -7px;width: 16px;height: 16px;background: var(--secondary-color);text-align: center;min-width: 16px;border-radius: 50%;color: var(--white-color);display: inline-block;line-height: 16px;text-indent: -5px;margin: 0 0 0 5px;}
.cart-section3 .woocommerce-shipping-totals .shipping-description-old-mattress .shipping-method-description-single,
.cart-section3 .woocommerce-shipping-methods li .shipping-description .shipping-method-description-single {position: absolute;background: #eee;font-size: 14px;padding: 2px 10px;top: -100%;left: 50%;transform: translate(-50%, 0);white-space: nowrap;margin: -10px 0 0; transition: all 0.4s ease; opacity:0; visibility:hidden; z-index:-1;}
.cart-section3 .woocommerce-shipping-totals .shipping-description-old-mattress .shipping-method-description-single:before,
.cart-section3 .woocommerce-shipping-methods li .shipping-description .shipping-method-description-single:before {position: absolute;content: "";border-width: 5px 5px 0 5px;border-style: solid;border-color: #eeeeee transparent transparent transparent;bottom: -5px;left: 50%;transform: translate(-50%, 0);}
.cart-section3 .woocommerce-shipping-totals .shipping-description-old-mattress .question-circle:hover + .shipping-method-description-single,
.cart-section3 .woocommerce-shipping-methods li .shipping-description .question-circle:hover + .shipping-method-description-single{opacity:1; visibility:visible; z-index:9;}
.cart-section3 .woocommerce-checkout-review-order-table {border: 0;}
.cart-section3 .woocommerce-checkout-review-order-table td {padding: 0;border: 0 !important;}
.cart-section3 .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {padding-bottom: 15px;}
.cart-section3 .woocommerce-checkout-review-order-table .pickup_location td, .cart-section3 .woocommerce-checkout-review-order-table .pickup_location th {border-top: 1px solid #ddd !important;padding-top: 10px;}

.placeorder-btn-main .woocommerce-terms-and-conditions-wrapper{width:100%;}
.placeorder-btn-main .form-row {margin: 0;display: -webkit-flex;display: flex;width: 100%;}
.placeorder-btn-main .form-row span.woocommerce-input-wrapper {margin-left: auto;line-height:40px;}
.placeorder-btn-main .form-row span.woocommerce-input-wrapper span.required {font-size: 20px;margin-left: 1px;}
.placeorder-btn-main .form-row input{position: absolute; opacity:0;}
.placeorder-btn-main .form-row .checkbox-label{position: relative; padding:0 0 0 32px; font-size:16px;}
.placeorder-btn-main .form-row .checkbox-label::before {background: var(--white-color) !important;margin-top: 0 !important;left: 0;width: 20px !important;border-radius: 0 !important;height: 20px !important;border: 1px solid var(--primary-color) !important;top: 2px !important; display:block; content:""; position: absolute;left:0;}
.placeorder-btn-main .form-row .checkbox-label::after {background: none !important;font-family: 'Line Awesome Free';font-weight: 900;content: "\f00c" !important;color: var(--secondary-color);left:3px;top:4px !important; opacity:0; position: absolute;line-height:normal;}
.placeorder-btn-main .form-row input[type=checkbox]:checked+.checkbox-label::after{opacity:1;}
.placeorder-btn-main .form-row .checkbox-label a:hover{text-decoration:underline;}
#ship-to-different-address label {font-size: 16px;line-height: 24px;padding-left:0;}
.select2-container .select2-selection--single .select2-selection__rendered{font-size:14px;}
.woocommerce-checkout .select2-results__option{font-size:14px;}

body .woocommerce-checkout-review-order-table input[type=hidden].shipping_method+label::before{transform:translateY(2px);}
body .wc_payment_method input[type=radio]+label::before,
body .woocommerce-checkout-review-order-table input[type=hidden].shipping_method+label::before,
body .woocommerce-checkout-review-order-table input[type=radio].shipping_method+label::before{width:20px !important; height:20px !important; min-width:20px; margin:0 12px 0 0; position: relative; top:2px;border:1px solid var(--primary-color) !important;}
.wc_payment_method input[type=radio]+label,
.woocommerce-checkout-review-order-table input[type=hidden].shipping_method+label,
.woocommerce-checkout-review-order-table input[type=radio].shipping_method+label{position: relative; font-size:16px; line-height:24px; display:-webkit-flex; display:flex;font-family:'Work Sans', sans-serif !important; text-align:left; cursor:pointer;}
.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress:after,
.wc_payment_method input[type=radio]+label::after,
.woocommerce-checkout-review-order-table input[type=hidden].shipping_method+label::after,
.woocommerce-checkout-review-order-table input[type=radio].shipping_method+label::after {width: 10px;height: 10px;background: var(--secondary-color);content: "";position: absolute;left: 5px;top: 9px;border-radius: 50%; transition: all 0.4s ease; opacity:0;}
.woocommerce-shipping-totals .input-checkbox .checkbox .remove-old-mattress:after{top:7px;}
/*.wc_payment_method input[type=radio][checked=checked]+label::after,*/
.wc_payment_method input[type=radio]:checked+label::after,
.woocommerce-checkout-review-order-table input[type=radio].shipping_method:checked+label::after{opacity:1;}
.cart .quantity input.input-text {border-width: 1px;}
.woocommerce-checkout .wc_payment_method .payment_box p,
.cart .quantity-label {font-size: 16px;}

.woocommerce-checkout-review-order-table input[type=radio].shipping_method+label .woocommerce-Price-amount bdi {font-family:'Work Sans', sans-serif !important;}
.woocommerce-checkout-review-order-table li + li {margin-top: 14px;}
.cart-section4 .woocommerce-checkout-review-order-table tfoot tr:first-child th,
.cart-section4 .woocommerce-checkout-review-order-table tfoot tr:first-child td,
.cart-section4 .woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-checkout form .cart-section4 #order_review .woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout form .cart-section4 #order_review .woocommerce-checkout-review-order-table .order-total{border-top:0 !important;}
.woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order-table tfoot th {border:0;background: none;padding: 7px 0;font-size: 16px;font-weight: 400;line-height: 19px;}
.cart-section4 .woocommerce-checkout-review-order-table tfoot tr td,
.cart-section4 .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr + tr td, .woocommerce-checkout-review-order-table tfoot tr + tr th{border-top: 1px solid var(--primary-color) !important;}
.woocommerce-checkout-review-order-table tfoot td{text-align:right;}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount{font-weight:400 !important;}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tr:last-child th, .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tr:last-child td,
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tr:last-child .woocommerce-Price-amount{font-weight:600 !important;}
.woocommerce-checkout .wc_payment_method .payment_box {padding:15px;background: var(--primary-color);color:var(--secondary-color);font-family:'Work Sans', sans-serif !important;}
.woocommerce-checkout .wc_payment_method .payment_box p{color:var(--secondary-color);font-family:'Work Sans', sans-serif !important;}
.woocommerce-terms-and-conditions-wrapper {padding-top: 30px;text-align: right; margin:0 !important;}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {font-size: 16px !important;line-height: 24px;margin: 0;font-family:'Work Sans', sans-serif !important; color:var(--secondary-color);}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a{color:var(--secondary-color); text-decoration:underline;}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a:hover{color:var(--secondary-color); text-decoration:none;}
.placeorder-btn-main {margin-top:0;}
.placeorder-btn-main #place_order,
.woocommerce-checkout-review-order #place_order {width: 200px !important;margin-left: auto;margin-top: 20px; outline:none !important; box-shadow:none !important;}
.search-results .search-box{opacity:1; visibility:visible; z-index:1; position: relative; top:-10px; min-height:75px;}
.search-results .search-close-btn .search-btn {margin-top: -13px;}
.search-title-block {margin-bottom: 40px;}
.search-list-section {margin:-15px;}
.search-list-section .grid-item{padding:15px; text-align: center; -ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.search-list-section .blog-content-box .imgbox{background:var(--white-color);height: 268px !important;display: block;overflow: hidden;}
.search-list-section .blog-content-box .imgbox img{object-fit: scale-down;}
.search-list-section .blog-content-box .content-info h4 {margin: 15px 0 5px 0 !important;text-align: center;font-size: 16px !important;line-height: 20px !important;font-weight: 400;font-family: 'Work Sans', sans-serif !important;color: var(--secondary-color) !important;}
.search-list-section .excerpt-text{display:none;}
.woocommerce-checkout-payment li label img {margin: 0 10px;}
.woocommerce-checkout-payment select,
.cart-section3 .woocommerce-checkout-review-order-table .pickup_location td, .cart-section3 .woocommerce-checkout-review-order-table .pickup_location select{border-radius:0; color:#444; height:38px;}
.review-order-table-main .woocommerce-shipping-totals .input-checkbox label.checkbox {padding-left: 0;margin-left: 0 !important;}
.cart-section3 .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td p.form-row {padding-left: 0;}

/** COMPARE Popup **/
#cboxBottomRight, #cboxBottomCenter, #cboxBottomLeft, #cboxMiddleRight, #cboxTopRight, #cboxTopCenter, #cboxTopLeft, #cboxMiddleLeft{display:none;}
#cboxContent #cboxClose {position: absolute;top: 0;width: 40px;height: 40px;background: var(--primary-color) url(../images/icon-close.svg) no-repeat center; background-size:16px auto; outline:none !important; box-shadow:none !important;}
.woocommerce-Tabs-panel .shop_attributes tr{display:none;}
.woocommerce-Tabs-panel .shop_attributes tr[class]{display:table-row;}
.woocommerce-Tabs-panel .shop_attributes th, .woocommerce-Tabs-panel .shop_attributes td {background:none; border-color:var(--primary-color) !important;}
.woocommerce-Tabs-panel .shop_attributes p {margin: 0 10px 0 0!important;}
.woocommerce-Tabs-panel .woocommerce-attribute-image {display: -webkit-flex;display: flex;align-items: center; max-width:none !important;margin-right: 30px;}
.woocommerce-Tabs-panel .woocommerce-attribute-image img {width: 30px;height: 30px;border: 0 !important;border-radius: 0 !important;overflow: hidden;object-fit: cover;object-position: center;min-width: 30px;}
.woocommerce-Tabs-panel .shop_attributes td .woocommerce-attribute-image + p{display:none;}
.woocommerce-Tabs-panel .woocommerce-attribute-image-desc{font-size:16px; color:var(--secondary-color); margin:0 0 0 10px;}
.woocommerce-message .button.wc-forward{display:none;}
.woocommerce-order-pay .checkout-page .woocommerce .woocommerce-notices-wrapper{margin-bottom:0 !important;}
.woocommerce-order-pay.woocommerce-checkout ul.woocommerce-error,
.checkout-page .woocommerce .woocommerce-notices-wrapper + .no-data-text-main,
.woocommerce-notices-wrapper {max-width: 1170px;margin: 0 auto;width: 100%;}
.woocommerce-order-pay.woocommerce-checkout ul.woocommerce-error {margin-bottom: 20px;}
.woocommerce-notices-wrapper li{font-family:'Work Sans', sans-serif !important;}
.woocommerce-notices-wrapper .woocommerce-error{border-top: 2px solid var(--primary-color);background:#eee !important;}
.woocommerce-notices-wrapper .woocommerce-error li{color: red;}
.checkout-page .woocommerce .woocommerce-notices-wrapper + .no-data-text-main{padding-top: 55px; text-align: center;}
body .woocommerce-info, 
body  .woocommerce-message {border-top: 2px solid var(--primary-color) !important;margin: 0;font-family:'Work Sans', sans-serif !important;}
.page-template-tpl_checkout .woocommerce-info, .page-template-tpl_checkout .woocommerce-message{top:-15px; position: relative;}
.page-template-tpl_checkout .woocommerce-notices-wrapper {padding-top: 20px;}
.page-template-tpl_checkout .woocommerce-notices-wrapper .woocommerce-message {top: 0;margin-top: 0px;}
.page-template-tpl_checkout .woocommerce-notices-wrapper .woocommerce-message + .woocommerce-message{margin-top:15px;}
.page-template-tpl_checkout .cart-section .woocommerce-notices-wrapper {padding: 0;margin-bottom: 15px !important;}
.woocommerce-form-coupon + .woocommerce-notices-wrapper {padding: 0; margin:0 !important;}
.cart-section .woocommerce-notices-wrapper{width:100%;}
.page-template-tpl_checkout .woocommerce-info.cart-empty{max-width: 1170px; margin: 20px auto; padding: 10px 20px; top:20px;}
.page-template-tpl_checkout .woocommerce-info.cart-empty + .return-to-shop{text-align:center; padding-top:20px;}
.page-template-tpl_checkout .woocommerce-info.cart-empty + .return-to-shop .btn{float: none; margin: 0 auto; padding: 0; width: auto;}
.product-section.search-page h2 {margin-bottom: 25px;}
.yith-woocompare-popup {padding: 0;}
.yith-woocompare-popup h1 {margin: 0;padding:10px 0;background: var(--primary-color);color: var(--secondary-color);font-weight: 600; border:0; line-height:normal;}
body #yith-woocompare{overflow: auto; display:block;}
table.compare-list tbody th, table.compare-list tbody td{font-family:'Work Sans', sans-serif;}
table.compare-list tr.price td {font-weight: 600;text-decoration: none;}
table.compare-list tr.price .woocommerce-Price-amount {font-weight: 600;}
table.compare-list tr.price del + ins {color: var(--primary-color);}
table.compare-list tr.remove span.remove{display:none !important;}
table.compare-list tr.remove a{color:red !important;}

.custom-checkout-total-section{margin:20px 0 0;}
.custom-checkout-total-section table{max-width:206px; width:100%; margin-left:auto; border:0;}
.custom-checkout-total-section tfoot td, .custom-checkout-total-section tfoot th {border:0;background: none;padding: 7px 0;font-size: 16px;font-weight: 400;line-height: 19px;}
.custom-checkout-total-section tfoot tr + tr td, .custom-checkout-total-section tfoot tr + tr th{border-top: 1px solid #ddd !important;}
.custom-checkout-total-section tfoot td{text-align:right;}
.custom-checkout-total-section .custom-order-total th, .custom-checkout-total-section .custom-order-total td{font-weight:600;}

.page-loader {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: rgba(255,255,255,0.8);z-index: -1; opacity:1; visibility:hidden; transition: all 0.4s ease;}
.page-loader-inner{display: inline-block;background-color: #23282d;width: 24px;height: 24px;border: none;border-radius: 100%;padding: 0;margin: 0 24px;position: absolute; left:50%; top:50%; transform: translate(-50%, -50%);}
.page-loader-inner::before {content: '';position: absolute;background-color: #fbfbfc;top: 4px;left: 4px;width: 6px;height: 6px;border: none;border-radius: 100%;transform-origin: 8px 8px;animation-name: spin;animation-duration: 1000ms;animation-timing-function: linear;animation-iteration-count: infinite;}
.showloader .page-loader{z-index:99; opacity:1; visibility:visible;}
.woocommerce form .form-row .optional {display:none;}

.page-not-found{padding:40px 0;}
.page-not-found .search-box{position: static; opacity: 1; visibility: visible; background: none;}

.woocommerce-form-coupon,
.woocommerce-form-coupon-toggle {max-width:1170px;width:97%;margin: 0 auto;}
.woocommerce-form-coupon-toggle{display:none;}
.woocommerce-form-coupon {margin:0 auto 20px auto; display:block !important;}
.woocommerce-form-coupon-toggle a {text-decoration: underline;}
.woocommerce-form-coupon-toggle a:hover {text-decoration:none;}
.woocommerce-form-coupon .form-group {display: -webkit-flex;display: flex;align-items: center; margin:0;}
.woocommerce-form-coupon .form-row-first {max-width: 80%;min-width: 80%;flex-basis: 80%;margin:0;}
.woocommerce-form-coupon .form-row-last {min-width: 20%;max-width: 20%;flex-basis: 20%; padding:0 0 0 25px;margin:0;}
.woocommerce-form-coupon .form-row-last .button {width: 100%;padding: 8px 20px;min-width: 1px;}
.cart-section.ptb-60 {padding-bottom:10px;}
.checkout-page .woocommerce .woocommerce-notices-wrapper {margin-bottom: -46px;}
.checkout-page .woocommerce .woocommerce .woocommerce-notices-wrapper{margin-bottom:0;}
.woocommerce-form-coupon{width:100% !important;}
.woocommerce-form-coupon {width: 100%;margin: 0 0 30px 0;background: none !important;border: 1px solid var(--primary-color); max-width:100%;}
.woocommerce-form-coupon #coupon_code{border:1px solid var(--primary-color) !important;}
.woocommerce-form-coupon p {margin: 0; font-size:16px;}
.woocommerce-form-coupon-toggle + .woocommerce-message,
.woocommerce-form-coupon-toggle + .woocommerce-error {max-width: 1170px;margin:0 auto 10px auto;width: 97%;background: #eee;border-top: 2px solid var(--primary-color);}
.woocommerce-form-coupon-toggle + .woocommerce-error li {font-family: 'Work Sans', sans-serif !important;color: red;font-size: 14px;}
.woocommerce-form-coupon-toggle .woocommerce-info {top: 0; margin:0 0 15px 0 !important;}
.woocommerce-form-coupon-toggle + .woocommerce-message{margin-top:0; padding:1rem; top:0;}
.shipping-method-description{display:none;}
.product-filter .bapf_sfilter {margin: 0;}
.product-filter .left-select-boxes .berocket_single_filter_widget {margin-right: 12px; position: relative;}
body.term-721 .product-filter .left-select-boxes .berocket_single_filter_widget.berocket_single_filter_widget_6842 {display: none;}
.product-filter .bapf_head.bapf_colaps_togl h3 {margin:0;font-size: 15px;border:1px solid var(--primary-color);height: 30px;padding: 0 25px 0 15px;min-width: 130px; cursor:pointer; font-weight:400;}
.product-filter .bapf_head.bapf_colaps_togl .bapf_colaps_smb {font-weight: normal;font-size: 10px;right: 10px;}
.product-filter .left-select-boxes .bapf_body {position: absolute;background: var(--white-color);z-index: 1;width: 100%;border: 1px solid var(--primary-color);margin-top:-1px;padding: 10px;}
.product-filter .left-select-boxes .berocket_single_filter_widget_6843 .bapf_body{min-width:250px;}
.product-filter .left-select-boxes .berocket_single_filter_widget_10529 .bapf_body{min-width:145px;}
.product-filter .left-select-boxes .bapf_body li {font-size: 14px; white-space: nowrap;}
.product-filter .left-select-boxes .bapf_body li input {border: 1px solid var(--primary-color);border-radius: 0;padding:4px;position: relative; background:var(--white-color);}
.product-filter .left-select-boxes .bapf_body li+li {margin-top: 3px !important;}
.product-filter .bapf_ckbox_square input[type=checkbox]:after {position: absolute;content: "";background:#555;width: 10px;height: 10px;left: 50%;top: 50%;transform: translate(-50%, -50%); opacity:0; transition: all 0.4s ease;}
.product-filter .bapf_ckbox_square input[type=checkbox]:checked:after{opacity:1;}

.hide-shipping .woocommerce-shipping-totals {display:none;}
.hide-shipping .pickup_location {display:none;}
.hide-other-data .cart-subtotal,.hide-other-data .order-total, .hide-other-data .tax-rate, .hide-other-data .order-total, .hide-other-data .cart-discount, .hide-other-data .fee{display:none;}

.default-popup {position: fixed;top: 0;left: 0;bottom: 0;right: 0;background: rgb(228 205 183 / 80%); display:-webkit-flex; display:flex;align-items: center; justify-content: center; transition: all 0.4s ease; visibility:hidden;z-index:-99999; opacity:0;}
.default-popup-inner {max-width: 580px;margin: 0 auto;width: 93%;background: var(--white-color);padding: 50px 40px; position: relative; transition: all 0.4s ease; top:-100%; max-height:100%; overflow: auto;}
.default-popup-inner .close-btn {position: absolute;right: 15px;top: 20px;line-height: 1;font-size: 24px;outline: none;cursor: pointer;padding: 0;border: 0; color:var(--primary-color);}
.default-popup-inner h3 {margin-bottom: 15px;}
.default-popup-inner p {margin-bottom: 26px;}
.default-popup-inner p:last-child {margin-bottom: 0;}
.form-group-main {display: -webkit-flex;display: flex;align-items: flex-end; flex-wrap:wrap;}
.form-group-main > .form-group:first-child{width:50%;}
.form-group-main > .form-group:last-child{margin:10px auto 0;}
.form-styling .form-group-main .label {font-size: 14px;line-height: 14px;margin-bottom: 5px;}
.form-styling .form-group-main input{border:1px solid var(--primary-color) !important; border-radius:0;}
.form-group-main .btn-box {position: relative; padding-left:20px; width:50%;}
.form-group-main .btn-box .btn .send-icon{background:url(../images/send-arrow.svg) no-repeat center; background-size:100% auto; width:12px;height:12px;display:inline-block; margin-right:10px; position: relative; top:3px; transition: all 0.4s ease;}
.form-group-main .btn-box .btn:hover .send-icon{background:url(../images/send-arrow-hover.svg) no-repeat center; background-size:100% auto;}
.form-group-main .btn-box .btn{padding:10px 15px; font-size:16px;}
.form-group-main .btn-box .ajax-loader {position: absolute;left: 0;right: 0;top: 0;margin: 8px auto; z-index:2;}
.dp-bottom-text {margin-top: 23px;}
.dp-bottom-text p {font-size: 14px;line-height: 20px;color: #797A80;}
.dp-bottom-text p a{color: #797A80; text-decoration:underline;}
.dp-bottom-text p a: hover;{text-decoration:none;}
.form-group-main .wpcf7-not-valid-tip{display:none;}
.form-styling .form-group-main input.wpcf7-not-valid {border-color: red !important;}
.default-popup-inner .form-styling .wpcf7-response-output {font-size: 14px;}
.default-popup-open{overflow:hidden;}
.default-popup-open .default-popup{visibility:visible;z-index:99999; opacity:1;}
.default-popup-open .default-popup-inner{top:0;}
.default-popup .alert {margin: 1rem 0 0 0 !important;font-size: 1rem;}

.middle-section.ptb-60>.product-section.ptb-60 {padding: 0;}

.select-product-block {border-top: 1px solid #D2D3D5;margin-top: 10px;padding-top: 35px;}
.select-product-block h6{font-size:16px; line-height:20px; color:var(--secondary-color); font-weight:400;margin-bottom:10px;}
.select-product-block ul{margin:0 !important; display:block;}
.select-product-block li:before{display:none !important;}
.select-product-block li{padding:0 !important;margin:0;}
.select-product-block li + li {margin-top: 70px;}
.select-product-box{width:100%; position: relative;}
.select-product-box .image-box {width: 100%;height: 118px;line-height: 114px;overflow: hidden;border: 2px solid var(--primary-color);font-size: 20px;color: var(--black-color);}
.select-product-box .image-box img{width:100%; height:100%; object-fit:scale-down; object-position: center;display:block;}
/*.select-product-box a.delete-product {position: absolute;right: 0;top: -33px; display:-webkit-flex; display:flex; align-items: center;}*/
.select-product-block a.delete-product .delete-icon{width:12px; height:16px; background:url(../images/delete-icon.png) no-repeat center; background-size:100% auto;display:block; margin-left:15px;}
.select-product-box .select-product-title {margin-top: 10px;}
.select-product-box .select-product-price{white-space:nowrap;}
.select-product-box .select-product-price,
.select-product-box .select-product-title strong{font-size:16px; line-height:20px; font-weight:400;color:var(--secondary-color);}
.select-product-box .select-product-title strong a{text-decoration:none; color:var(--secondary-color);}
.select-product-box .select-product-price{padding-left:15px;}
.select-product-box.empty-box a.image-box {display: -webkit-flex;display: flex;align-items: center;justify-content: center;border-radius: 70px;}
.select-product-box.empty-box a.no-selection.image-box{text-decoration: none; color:var(--black-color)}
.select-product-box .image-box:hover {background: var(--primary-color);text-decoration: none;}
.select-product-box.empty-box a.no-selection.image-box.hidden{background:none;}

.colors-options-opened, .colors-options-opened1,
.right-side-select-product-box-open{overflow:hidden;}
.colors-options-opened1 .menu-open-overlay,
.colors-options-opened .menu-open-overlay,
.right-side-select-product-box-open .menu-open-overlay{display:block;background: rgb(149 183 198 / 50%); z-index:999;}
.right-side-select-product-box {position: fixed;top: 0;bottom: 0;right: -100%;z-index: 9999;max-width: 770px; width:100%; transition: all 0.4s ease;}
.right-side-select-product-box-open .right-side-select-product-box{right:0;}
.right-side-select-product-box-inner {width: 100%;margin-left: auto;background: var(--primary-color);padding: 30px; position: relative;}
.right-side-select-product-box-inner .close-icon{width:26px; height:26px; background:url(../images/icon-close.svg) no-repeat center; background-size:100% auto;position: absolute;top:30px;right:30px;display:block;padding:0;outline:none; box-shadow:none;cursor:pointer;}
.right-side-select-product-box-inner h4 {margin-bottom: 33px;}
.right-side-select-product-box-inner .product-section .products.columns-4>li{min-width:50%;max-width:50%; flex-basis:50%;}
.right-side-select-product-box-inner .product-section .products.columns-4>li a{text-decoration:none !important;}
.right-side-select-product-box-inner .product-box{border-color:#D2D3D5; position:relative;}
.right-side-select-product-box-inner .product-section .products.columns-4 img {height: 215px !important; object-fit: cover !important;}
.woocommerce .right-side-select-product-box-inner .product-image .onsale{left:-10px;}
.right-side-select-product-box-inner .product-section {height:calc(100vh - 95px);overflow-y:auto; overflow-x:hidden;}
.product-details-section1 .sticky-images-block,
.woocommerce-page div.product .product-details-section1 div.images,
.product-details-section1 .left-block {position:sticky !important;top: 120px;}
.product-details-section1 .row, .product-details-section1 .row>div {position: relative;overflow: inherit;}
.new-p-d-price p.price {margin: 10px 0 20px 0 !important; padding-right:0 !important;}
.new-p-d-price .price-label{font-size:16px; line-height:19px; color:var(--secondary-color);}
.hidden {display:none !important;}

.colors-options-style .summary .cart table.variations .woocommerce-attribute-images-variable-option{display:none; width: 100%; height: auto; margin: 0 0 10px 0;}
.colors-options-style .summary .cart table.variations .woocommerce-attribute-images-variable-option.active,
.colors-options-style .summary .cart table.variations .woocommerce-attribute-images-variable-option.woocommerce-attribute-images-variable-option-active{display:block;}
.colors-options-style .summary .cart table.variations .woocommerce-attribute-images-variable-option:after{visibility: hidden;}
.colors-options-style tr.woo-attr-images{position: relative;height:348px; border-top:1px solid #D2D3D5;}
.colors-options-style tr.woo-attr-images .woocommerce-attribute-images-variable-options{margin: 0;}
.colors-options-style tr.woo-attr-images td.label {padding-top: 23px !important;}
.colors-options-style tr.woo-attr-images td.value {position: absolute;left: 0;right: 0;top:65px;}
.colors-options-style tr.woo-attr-images td.value .woocommerce-attribute-images-variable-options{width:100%;}
.colors-options-style tr.woo-attr-images .woocommerce-attribute-image {max-width: 100%;margin: 0 !important;display: block !important;min-width: 100%;}
.colors-options-style .summary .cart table.variations .woocommerce-attribute-images-variable-options .woocommerce-attribute-image img{width:100%;height:200px; object-fit: cover; border-radius: 0;}
.colors-options-style .summary .cart table.variations .woocommerce-attribute-images-variable-options .woocommerce-attribute-image-desc{color:var(--secondary-color) !important; line-height:1; text-align: left;line-height: 1;margin:5px 0 0;display: block !important;}
.colors-options-style tr.woo-attr-images td.label .right-link {position: absolute;right: 0;top:36px;}
.right-side-select-product-box.colors-options-block{right:-100%;}
.colors-options-opened .right-side-select-product-box.colors-options-block{right:0;}
.summary .cart table.variations .woocommerce-attribute-images-variable-options .right-side-select-product-box .woocommerce-attribute-images-variable-option.woocommerce-attribute-images-variable-option-active .woocommerce-attribute-image img{border:0 !important;}
.right-side-select-product-box .woocommerce-attribute-images-variable-option {display: block !important; position: relative;}
.right-side-select-product-box .woocommerce-attribute-images-variable-option .woocommerce-attribute-image-desc {text-align: center !important;margin-top: 15px !important;}
.right-side-select-product-box .product-pricing {margin-bottom: 7px;}
.custom_product-title-block {display: -webkit-flex;display: flex;}
.custom_product-title-block .delete-product {margin: 3px 0 0 auto;height: 16px;}
/*.select-product-box .change-product {position: absolute;right: 25px;top: -31px;}*/
.select-product-box .image-box .choice-product-image {height: 100%;}
.woocommerce .right-side-select-product-box-inner .product-image .onsale, .right-side-select-product-box-inner .discount-price {    width: 56px;height: 56px;min-width: 56px;border: 1px solid var(--primary-color);color: var(--primary-color);font-family: 'Work Sans', sans-serif;font-weight: bold;font-size: 16px;border-radius: 50%;display: -webkit-flex;display: flex;align-items: center;justify-content: center;margin: -20px 0 0 -10px;background: none;right: 15px;left: auto;top: 35px;padding: 0;}
.right-side-select-product-box-inner .product-section .products.columns-4{margin:-15px !important;}
.right-side-select-product-box-inner .products li .price span.price {display: -webkit-flex;display: flex;align-items: center;justify-content: center;font-size: 20px;line-height: 28px;font-weight: 400;color: var(--secondary-color);}
.right-side-select-product-box-inner .products li .price span.price span{font-size: 20px;line-height: 28px;color: var(--secondary-color);}
.right-side-select-product-box-inner .products li .price span.price del{text-decoration: none;}
.right-side-select-product-box-inner .products li .price span.price del bdi{font-size: 18px;text-decoration: line-through;line-height: normal;color: #A9A4B3 !important;margin-right: 10px;}
.right-side-select-product-box-inner .product-section .products.columns-4>li a:before,
.right-side-select-product-box .woocommerce-attribute-images-variable-option:before {position: absolute;left: -10px;right: -10px;top: -10px;bottom: -20px;border: 1px solid var(--black-color);content: ""; transition: all 0.4s ease; opacity:0;}
.right-side-select-product-box-inner li .product-box.product-box-popup-hover,
.right-side-select-product-box-inner .product-box:hover{border-color:var(--primary-color);}

.right-side-select-product-box-inner .product-section .products.columns-4>li .product-box:hover a:before,
.right-side-select-product-box-inner .product-section .products.columns-4>li .product-box-popup-hover a:before,
.right-side-select-product-box-inner .product-box .woocommerce-attribute-images-variable-option.woocommerce-attribute-images-variable-option-active:before,
.right-side-select-product-box-inner .product-box:hover .woocommerce-attribute-images-variable-option:before{opacity:1 !important;}
.right-side-select-product-box-inner .product-section .products.columns-4>li a.woocommerce-LoopProduct-link:before {left: 0;top: 0;right: 0;bottom: 0;}
.woocommerce-variation-add-to-cart .select-product-block {border: 0;padding: 0;}
.woo-two-col-main {display: -webkit-flex;display: flex;align-items: center; flex-wrap: wrap;}
.woo-two-col-main label {min-width: 100%;max-width: 100%;flex-basis: 100%;}
.woo-two-col-main .value {min-width: 100%;max-width: 100%;flex-basis: 100%;}
.woo-two-col-main .value select{margin:0;}
.colors-options-style tr.woo-attr-images .woo-two-col-main{flex-wrap: wrap;}
.colors-options-style tr.woo-attr-images .woo-two-col-main label {min-width: 100%;max-width: 100%;flex-basis: 100%; margin-bottom:8px !important;}
.colors-options-style tr.woo-attr-images td.label {width: 100% !important; position: relative;}
.colors-options-style tr.woo-attr-images .woo-two-col-main .value {min-width: 100%;max-width: 100%;flex-basis: 100%;}
.checkout-page .container .container {padding: 0;}

.woocommerce-order-pay #payment {min-width: 100%;max-width: 100%;flex-basis: 100%;padding:35px 0; margin-top:35px; border-top:1px solid #D2D3D5;}
.woocommerce-order-pay.woocommerce-checkout .wc_payment_methods .payment_box {padding: 0;background: none;}
.woocommerce-order-pay.woocommerce-checkout .wc_payment_methods .payment_box select.esto-pay-countries {display: none;}
.woocommerce-order-pay.woocommerce-checkout .wc_payment_methods li .esto-pay-logo img {max-width: 106px;}

.woocommerce-order-pay #payment .esto-pay-logo.selected img, 
.woocommerce-order-pay #payment .esto-pay-logo:hover img, 
.woocommerce-order-pay #payment .esto-pay-logo:focus img, 
.woocommerce-order-pay #add_payment_method #payment ul.payment_methods li.esto-pay-logo.selected img, 
.woocommerce-order-pay #payment .wc_payment_methods ul.payment_methods li.esto-pay-logo:hover img, 
.woocommerce-order-pay #payment .wc_payment_methods ul.payment_methods li.esto-pay-logo:focus img, 
.woocommerce-order-pay #payment .wc_payment_methods ul.payment_methods li.esto-pay-logo.selected img, 
.woocommerce-order-pay #payment .wc_payment_methods ul.payment_methods li.esto-pay-logo:hover img, 
.woocommerce-order-pay #payment .wc_payment_methods ul.payment_methods li.esto-pay-logo:focus img, 
.woocommerce-order-pay #payment .wc_payment_methods ul.payment_methods li.esto-pay-logo.selected img, 
.woocommerce-order-pay #payment .wc_payment_methods ul.payment_methods li.esto-pay-logo:hover img, 
.woocommerce-order-pay #payment .wc_payment_methods ul.payment_methods li.esto-pay-logo:focus img, 
.woocommerce-order-pay #payment .payment_methods .payment_method_esto_pay img{box-shadow: none !important;border: 1px solid transparent;}
.woocommerce-order-pay #payment .payment_methods li .esto-pay-logo.selected img {border:1px solid var(--primary-color);}
.woocommerce-order-pay.woocommerce-page #payment #place_order{background:var(--primary-color); height:50px; border:0; line-height:50px; color:var(--secondary-color);}
.woocommerce-order-pay.woocommerce-page #payment #place_order:hover, .woocommerce-order-pay.woocommerce-page #payment #place_order:focus, .woocommerce-order-pay.woocommerce-page #payment #place_order:active{background:var(--secondary-color);}
.woocommerce-order-pay.woocommerce-page #payment li label img {margin: 0 10px;}
.woocommerce-checkout ul.woocommerce-error li{font-family:'Work Sans', sans-serif !important;}
.woocommerce-order-pay .shop_table {border: 0;}
.woocommerce-order-pay .shop_table th, .woocommerce-order-pay .shop_table td {background: none;border: 0;padding: 15px;}
.woocommerce-order-pay .shop_table th:first-child, .woocommerce-order-pay .shop_table td:first-child{padding-left:0;}
.woocommerce-order-pay .shop_table th:last-child, .woocommerce-order-pay .shop_table td:last-child{padding-right:0;}
.woocommerce-order-pay .shop_table .product-name a{color:var(--secondary-color);}
.woocommerce-order-pay .shop_table .product-name a:hover{color:var(--primary-color);}
.woocommerce-order-pay .shop_table tfoot,
.woocommerce-order-pay .shop_table tbody td{border-top:1px solid #ddd;}
.woocommerce-order-pay .shop_table tfoot td,
.woocommerce-order-pay .shop_table tfoot th{font-weight:normal;text-align:right; padding:10px;}
.woocommerce-order-pay .shop_table .product-total {width: 13%;text-align: right;}
.woocommerce-order-pay .shop_table td.product-subtotal {text-align: right;}
.woocommerce-order-pay .shop_table tfoot tr:nth-child(3) td, .woocommerce-order-pay .shop_table tfoot tr:nth-child(4) td, .woocommerce-order-pay .shop_table tfoot tr:nth-child(3) th, .woocommerce-order-pay .shop_table tfoot tr:nth-child(4) th{font-weight:600;}

.woocommerce-pagination {display: -webkit-flex;display: flex;align-items: center;justify-content: center; margin-top:50px;}
.woocommerce-pagination ul.page-numbers li{vertical-align:top;}
.woocommerce-pagination ul.page-numbers li .page-numbers {font-family:'Work Sans', sans-serif !important; width: 50px;height: 50px;text-align: center;padding: 0;border: 1px solid var(--primary-color);margin: 0 -2.5px;background: var(--white-color);line-height: 48px;font-size: 16px;color: var(--secondary-color);transition: all 0.4s ease;}
.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce-pagination ul.page-numbers li .page-numbers:hover{color:var(--secondary-color); background:var(--primary-color);}
.woocommerce-pagination ul.page-numbers li .page-numbers.next,
.woocommerce-pagination ul.page-numbers li .page-numbers.prev {position: relative; font-size: 0;}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev:before,
.woocommerce-pagination ul.page-numbers li .page-numbers.next:before {content: "\f105";font-size: 20px;font-family: 'Line Awesome Free';font-weight: 900;line-height: 50px;}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev:before{content:"\f104";}

/*body.show-cookiebar{padding-bottom:100px;}*/
.footer-cookiebar{background:#fcf9f7; padding:30px 0; position: fixed; width: 100%; bottom: 0; z-index:4;}
.footer-cookiebar p{font-size:16px; color:var(--secondary-color); margin:0;}
.footer-cookiebar p a:not(.btn){color:var(--secondary-color); text-decoration:underline;}
.footer-cookiebar p a:not(.btn):hover{text-decoration:none;}
.footer-cookiebar p a.btn{min-width: 150px; margin-left: 64px;}

.wc_payment_methods .payment_method_stripe{display:none !important;}
.mfp-content .zoom-anim-dialog {height: 100vh;display: -webkit-flex;display: flex;align-items: center;justify-content: center;}
.mfp-content .zoom-anim-dialog img {width: 100%;max-width: 100%;max-height: 100%;height: 100%;object-fit:scale-down;object-position: center; display: block;}
.mfp-content .zoom-anim-dialog video{background:var(--secondary-color); width:auto;}

ul.wc_payment_methods a.checkout-button,
.woocommerce-checkout .woocommerce>a.single_add_to_cart_button.eh_paypal_express_link,
.paypal-exp-wrap > #wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {display:none !important;}
.eh_paypal_express_link .eh_paypal_express_image{padding: 0;}

.icon-text-section{background:rgb(228 205 183 / 10%);}
.icon-text-box-wrapper .icon {height: 70px;width: 100%;}
.icon-text-box-wrapper .icon img {width: 100%;height: 100%;object-fit: scale-down;object-position: bottom center;}
.icon-text-box-wrapper p {max-width: 330px;}

.woocommerce-tabs .panel .gallery {margin:-15px;}
.woocommerce-tabs .panel .gallery .gallery-item {min-width: 16.666%;max-width: 16.666%;flex-basis: 16.666%;width:16.666%; padding: 15px;margin: 0;}
.woocommerce-tabs .panel .gallery .gallery-item .gallery-icon {height: auto;padding-bottom:59%;position: relative; background:none;}
.woocommerce-tabs .panel .gallery .gallery-item .gallery-icon img {position: absolute;left: 0;right: 0;top: 0;bottom: 0;object-fit: scale-down;object-position: center;display: block;width: 100% !important;height: 100% !important;max-width: 100% !important;max-height: 100% !important; transform: none !important; opacity:1 !important}
.single-product .summary .compare.button{display:none;}

.choice-product-block-wrapper strong{font-weight:500;}
.choice-product-image{min-width:100px;max-width:100px;flex-basis:100px; height:100px;overflow:hidden;border: 2px solid var(--primary-color); border-radius:100%; padding:0;}
.choice-product-image img{width:100%; height:100% !important; object-position: center; object-fit: cover;display: block;}
.choice-product-content{padding-left:16px;}
.choice-product-content .choice-product-title{font-size:22px; line-height:22px; font-weight:400; color: var(--secondary-color);}
.choice-product-wrapper .choice-product-content .choice-product-price{font-size:30px; line-height:1; font-weight:800; color: var(--secondary-color); padding: 0; white-space: normal;}
.update-and-delete-btns .btn {font-size: 16px;padding: 12px 20px;min-width: 140px;font-weight: 500;}
.update-and-delete-btns .btn:hover{color: var(--secondary-color); text-decoration: none;}
.detail-content ul li a.btn{color:var(--primary-color);}
.detail-content ul li a.btn:hover, .detail-content ul li a.btn:focus, .detail-content ul li a.btn:active{color:var(--secondary-color);}
.update-and-delete-btns {margin-top: 25px;}
.select-product-box a.delete-product1 {width:45px; height:45px; border-radius:100%;background-color:var(--primary-color);background-image:url(../images/delete-icon.svg);background-position: center; background-repeat: no-repeat; background-size:20px auto; margin-left:15px; transition: all 0.4s ease;}
.select-product-box a.delete-product1:hover{background-color:var(--secondary-color);background-image:url(../images/delete-icon-hover.svg);}
.cate-middle-section .category-items + .category-items,
.product-category-listing .category-items + .category-items {margin-top: 50px;}
.cate-middle-section .category-items li,
.product-category-listing .category-items li {font-size: 18px;line-height: 26px;}
.cate-middle-section .category-items li + li,
.cate-middle-section .left-block .product-categories li + li {margin-top: 10px;}
.cate-middle-section .category-items h3,
.product-category-listing .category-items h3 {margin-bottom: 10px;}
p.return-to-shop .btn {float: none !important;margin:20px 0 10px 0 !important;}
.description_text *:last-child{margin-bottom:0}

.current-cat-pparent{color:#d9ad80;}
.product-section:after {content: "";background: url(../images/loading.gif) no-repeat center; background-size:auto; z-index: -12; opacity:0; visibility:hidden; transition: all 0.4s ease;display: block; margin:1.5rem auto 0 auto;display: block; width:2rem; height:2rem; position: relative;}
.product-loading-process .product-section:after{z-index: 12; opacity:1; visibility:visible;}

/** Withdrawal Page Start **/
.withdrawal-page.default-page .container {max-width: 69.375rem;}
.withdrawal-form-wrapper {max-width:23.75rem;width: 100%;margin: 0 auto;}
.withdrawal-form-wrapper .form-group .label {font-size: 0.875rem;display: block;color: #3B3A49;margin-bottom: 0.313rem;line-height:1rem;}
.withdrawal-form-wrapper .form-group .label strong{font-weight:400; color:#FF2424;}
.withdrawal-form-wrapper .form-group {margin-bottom: 0.625rem;}
.withdrawal-form-wrapper .alert {font-size: 0.875rem;}
.withdrawal-form-wrapper .form-group.btn-box {margin:1.875rem 0 0 0;text-align: center;}
.withdrawal-page p{font-size:1.125rem; line-height:1.75rem;}
.withdrawal-page p a{text-decoration: underline;}
.withdrawal-page p a:hover{text-decoration: none !important;}

.product-filter .right-compare-btn.product {position: absolute;right: 0;top: 4.75rem;}

body .wc_payment_method .payment_box fieldset {padding: 0;background: none;}
.payment_box .everypay-wrapper .payment-method-options {display: -webkit-flex;display: flex;flex-wrap: wrap;gap: 0;}
.payment_box .everypay-wrapper label.payment-method-option, .payment_box .everypay-wrapper label.payment-token-option {padding: 0;background: none;border-radius: 0;min-width: 14.2857%;max-width: 14.2857%;flex-basis: 14.2857%; box-shadow:none !important; border:1px solid transparent; transition: all 0.4s ease;}
.payment_box .everypay-wrapper label.payment-method-option img, .payment_box .everypay-wrapper label.payment-token-option img {width: 100%;height: 50px;display: block;}
.payment_box .everypay-wrapper label.payment-method-option.selected, .payment_box .everypay-wrapper label.payment-token-option.selected{border-color:var(--primary-color);}

.payment_method_everypay_bank .preferred-country{display:none !important}
.payment_method_everypay_bank .preferred-country:first-child{display:flex  !important;}
.payment_method_everypay_bank #everypay_bank-form .payment-method-options{display:none !important}
.payment_method_everypay_bank #everypay_bank-form .payment-method-options:first-child{display:flex  !important;}

.payment_method_everypay_alter .preferred-country{display:none !important}
.payment_method_everypay_alter .preferred-country:first-child{display:flex  !important;}
.payment_method_everypay_alter #everypay_alter-form .payment-method-options{display:none !important}
.payment_method_everypay_alter #everypay_alter-form .payment-method-options:first-child{display:flex  !important;}

.payment_method_everypay_card #everypay_card-form .payment-method-options{display:none !important}
.payment_method_everypay_card #everypay_card-form .payment-method-options:first-child{display:flex  !important;}

.cart-section4 .woocommerce-checkout-review-order ul li.payment_method_everypay_alter {width: 0;height: 0;overflow: hidden;opacity: 0;margin:-16px 0 0 0;padding: 0;}
.payment_method_everypay_alter2 .everypay-wrapper .payment-method-options,
.payment_method_everypay_alter1 .everypay-wrapper .payment-method-options {display: -webkit-flex;display: flex;gap: 0;}
.payment_method_everypay_alter2.active label:after,
.payment_method_everypay_alter1.active label:after{opacity:1 !important;}
.payment_method_everypay_alter2 .everypay-wrapper .payment-method-options .payment-method-option, .payment_method_everypay_alter1 .everypay-wrapper .payment-method-options .payment-method-option {outline: none;box-shadow: none;border-radius: 0;background: none;padding: 0;background: none;border-radius: 0;min-width: 14.2857%;max-width: 14.2857%;flex-basis: 14.2857%;border: 1px solid transparent;transition: all 0.4s ease;}
.payment_method_everypay_alter2 .everypay-wrapper .payment-method-options .payment-method-option img, .payment_method_everypay_alter1 .everypay-wrapper .payment-method-options .payment-method-option img {width: 100%;height: 50px;display: block;}
.payment_method_everypay_alter2 .everypay-wrapper .payment-method-options .payment-method-option.selected, .payment_method_everypay_alter1 .everypay-wrapper .payment-method-options .payment-method-option.selected{border-color: var(--primary-color);}



/** Contact Hero Banner 1 Start **/
.hero-banner1-img img {width: 100%;height: 100%;max-height: 18.75rem;min-height: 18.75rem;object-fit: cover;display: block;}
/** Contact Hero Banner 1 End **/

/** Contact Address Start **/
.contact-address-top {min-width: 12.5rem;width: 100%;max-width: 12.5rem;}
.contact-address-top h3 {font-size: 1.563rem;line-height: 1.563rem;font-weight: 700;margin-bottom: 0.625rem;color: #0F1922;}
.contact-address-top p {font-size: 1.125rem;line-height: 2.25rem;margin: 0 0 0.313rem;color: #0F1922;}
.contact-address-top a {font-size: 1.125rem;line-height: 1.75rem;margin: 0;color: #0F1922;}
.contact-address-top a:hover {color: var(--primary-dark-color)}
.contact-address .map-box {width:100%; height: 15.938rem;}
.contact-address-info {gap: 1.875rem}
.contact-address-info-img {max-width: 39%;width: 100%;}
.contact-address-info-img img {display: block;}
.contact-address-info-content {max-width: 50%;width: 100%;}
.contact-address-info-content h6 {font-size: 1rem;font-weight: 700;line-height: 1.5rem;margin-bottom: 0.625rem;}
.contact-address-info-content a:hover {color: #0F1922;}
.contact-address-info-content a {display: block;font-size: 1rem;line-height: 1.5rem;margin-bottom: 0.625rem;}
.contact-address-info-content a:last-child {margin: 0;}
.contact-address-info-content a span {color: #0F1922;}
.contact-address-row {row-gap: 2.5rem; margin: 0 -1.25rem;}
.contact-address-row > div {padding: 0 1.25rem}


/** Contact Address End **/

.banner-popup {background: rgb(228 205 183 / 80%);display:-webkit-flex; display: flex;padding:1rem; opacity:0; visibility:hidden; z-index:-9; transition: all 0.4s ease;left:0;right:0;top:0;bottom:0;}
.banner-popup-inner {background: var(--white-color);padding: 2.875rem 6.875rem 3.5rem 6.875rem;max-width: 53.125rem; overflow: auto;max-height:100%;}
.banner-popup-inner .img-cover {padding-bottom: 60%;width:100%;}
.banner-popup-inner .img-cover img {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;}
.close-icon {right: 1.25rem;top: 1.25rem;width: 1rem;height: 1rem;background:url(../images/close-icon.png) no-repeat center;background-size:100% auto; border: 0;outline: none;}
.banner-popup-opened .banner-popup{opacity:1; visibility:visible; z-index:9999999999;}

body.single-fact_sheet,
body.tax-product_info-category,
body.page-template-tpl_tooted-laos,
body.single-product_info,
body.page-template-tpl_lisad,
body.page-template-tpl_about,
body.page-template-tpl_sustainability,
body.page-template-tpl_tingimused,
body.page-template-completed-work,
body.page-template-tpl_contacts,
body.home{background:var(--white-color);}

.page-template-tpl_about .blog-details ol li, .page-template-tpl_about .blog-details ul li, .page-template-tpl_about .blog-details p{font-size:16px; line-height:24px;}
.page-template-tpl_about .blog-details h4{margin-bottom:20px;}
.single-product_info .info-content .alignnone {margin: 0 auto;}

.single-fact_sheet{padding-top:0 !important;}
.fact-sheet-section.entry-content p img {display: inline;}

/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/
@media screen and (max-width:1499px){
blockquote p, body, ul li, ol li, p {font-size: 18px;line-height: 26px;}
.home .blog-details .container, .home .container {padding: 0 6vw;}
.header-text{font-size:14px;}

/** Footer Start **/
.esto-logo {flex-basis: 11.3%;min-width: 11.3%;max-width: 11.3%;}
.blog-content-box .content-info p,
.footer-bottom-form-wrapper .field label.label{font-size:18px;}

/*.social-icons {min-width: 12.4%;max-width: 12.4%;flex-basis: 12.4%;}*/
.social-icons a + a {margin-left: 20px;}

.blog-details p {font-size:18px; line-height:26px;}

}

@media screen and (max-width:1376px) {
.nav-main ul > li.menu-dropdown:before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 3;opacity:0;}
.nav-main .sub-menu li.shop-menu{display: block;}
}

@media screen and (max-width:1349px) {
.header-text {font-size: 13px;}
}

/* iPad 1024px View */
@media screen and (max-width:1280px) {
h1{font-size:34px; line-height:34px;}
h2{font-size:28px;line-height:28px;}
h3{font-size:24px;}
h4{font-size:22px; line-height:26px;}
h5{font-size:20px;}
h6{font-size:16px;}
blockquote p, body, ul li, ol li, p {font-size: 16px;line-height: 24px;}
.container, .max-container{padding-left:20px; padding-right:20px;}
.ptb-60{padding-top:40px; padding-bottom:40px;}
body .apple-pay-checkout,
.button, .btn {padding: 16px 20px;min-width: 200px;font-size: 18px;}
.btn-small{min-width: 150px;padding: 10px 15px;font-size: 16px;}

.header-text{font-size:12px;}
.menu-language-container {margin-left: 1rem;}
.nav-main ul > li + li {margin-left: 25px;}

.product-section h2 {margin-bottom: 30px;}
.product-section .woocommerce ul.products li.product .product-box .product-image,
.woocommerce .product-section ul.products li.product .product-box .product-image,
.woocommerce .product-section ul.products li.product img.attachment-woocommerce_thumbnail,
.product-section .products.columns-4 img{height:160px !important;}
.product-section .woocommerce-loop-product__title{margin:10px 0!important;}
.product-section .products li .price span {font-size: 22px;line-height: 26px;}

.categories-section .products.columns-5 img{height:200px;}
.categories-section .woocommerce-loop-category__title{margin:10px 0 0 !important; font-size:18px !important; line-height:26px !important;}

.logo-section h2 {margin-bottom: 40px;}
.logo-list.row{margin:-20px -15px;}
.logo-list.row>div{padding:20px 15px;}

.blog-section h2 {margin-bottom: 30px;}
.blog-content-box .content-info{margin-top:20px;}
.blog-section .btn-box{margin:45px auto 0 auto;}

/** Footer Start **/
.social-icons a{width:40px;height:40px;}
.social-icons a + a {margin-left: 10px;}
.blog-content-box .content-info p,
.footer-bottom-form-wrapper .field label.label{font-size:16px;}

.number-pagination {margin-top: 40px;}
.gallery-columns-4 .gallery-item .gallery-icon,
.gallery-columns-3 .gallery-item .gallery-icon{height:240px;}
.gallery-columns-2 .gallery-item .gallery-icon{height:300px;}
.blog-details h4 {font-size: 24px;}
.social-share {margin-top: 40px;padding-top: 20px;}
.related.products.product-section.ptb-60 {padding-top:40px;padding-bottom: 40px;}

.woocommerce-product-gallery__wrapper2 {padding: 0 20px !important;}
.woocommerce-page div.product div.summary{padding:20px;}
.related-products-slider .slick-arrow.slick-next {right:0;}
.related-products-slider .slick-arrow.slick-prev {left:0;}
.tabs-section ul.tabs{margin-bottom:35px;}
.related.products .container>h2 {margin-bottom: 40px !important;}
.search-list-section .blog-content-box .imgbox {height: 200px !important;}
.product-section.search-page h2 {margin-bottom: 20px;}

.cart-section2 p.form-row#order_comments_field,
.cart-section2 .woocommerce-shipping-fields,
.cart-section2 .woocommerce-billing-fields {padding-right: 40px;}
.checkout-page .woocommerce .woocommerce-notices-wrapper + .no-data-text-main,
.woocommerce-form-coupon-toggle + .woocommerce-message,
.woocommerce-form-coupon-toggle + .woocommerce-error
.woocommerce-form-coupon, .woocommerce-form-coupon-toggle,
.woocommerce-notices-wrapper {width: 96%;}
.checkout-page .woocommerce .woocommerce-notices-wrapper {margin-bottom: -26px;}
.discount-price {font-size:24px;padding:8px 15px;}
.discount-price-text {font-size:24px; padding:12px 0;}

.select-product-block {padding-top:25px;}
.select-product-block li + li {margin-top: 50px;}

.colors-options-style .summary .cart table.variations .woocommerce-attribute-images-variable-options .woocommerce-attribute-image img{height:180px;}
.colors-options-style tr.woo-attr-images{height:300px;}
.woocommerce-variation-add-to-cart .select-product-block {padding-top: 10px;}

.woocommerce-pagination {margin-top:40px;}
body .gpay-button-fill > .gpay-button {padding: 15px 0 !important;height: 53px !important;}
.placeorder-btn-main .form-row span.woocommerce-input-wrapper span.required {font-size: 16px;}

.blog-details p {font-size:16px; line-height:24px;}

}

@media screen and (max-width:1199px){
body{padding:80px 0 0;}
.main-wrapper{min-height: calc(100vh - 80px);}

.header .max-container {padding: 0 20px;}
.hamburger{display:inline-block;}
.nav-main{display:none !important;}
.header-left-inner {min-width: 0%;max-width: 0%;flex-basis: 0%;}
.header-inner {height:80px;}
.logo {flex-basis: 110px;min-width: 110px;max-width: 110px;margin-top:0;}
.logo a {flex-basis:100%;min-width:100%;max-width:100%;margin:0;}
.header-btns{padding-right:20px;}
.header-text {font-size: 14px;}
.search-box{top:80px;}
.mobile-menu-block ul li.shop-menu{display: none;}

/*.banner .items{height:410px;}*/

.product-section .products li .price span {font-size: 20px;line-height: 24px;}
body .woocommerce-breadcrumb{font-size:16px;}
.compare-btn {font-size: 14px;line-height: 14px;}
.new-p-d-price .woocommerce-Price-amount, .summary p.price bdi{font-size:38px;line-height:38px;}
.summary .cart table.variations tr td:first-child{padding-bottom:10px;}
.woo-two-col-main .value select, .summary .cart table.variations td.value select{padding:0 50px 0 20px; height:68px;font-size:18px;}
.quantity-label{font-size:18px;}
.tabs-section a.single_add_to_cart_button.primary-btn, .single-product .entry-summary .button.primary-btn {padding: 16px 20px !important; font-size:18px;}
.tabs-section ul.tabs li .btn {padding: 17px 20px;}
.tabs-section a.single_add_to_cart_button.primary-btn .cart-icon, .cart-icon1{margin-left:15px;}
.summary .cart table.variations td.label label{margin-bottom:10px;}
.woocommerce-attribute-images-variable-options {display: -webkit-flex;display: flex;flex-wrap: wrap;margin:-8px -8px 10px -8px;}

.woocommerce-tabs .panel .gallery {margin:-10px;}
.woocommerce-tabs .panel .gallery .gallery-item {padding: 10px;}
.transport-price-text {margin-bottom: 15px;}

.social-icons a + a {margin-left: 7px;}
.select-product-box .image-box {height: 98px;line-height: 94px; font-size:18px;}
.choice-product-content .choice-product-title {font-size: 20px;line-height: 20px;}
.choice-product-wrapper .choice-product-content .choice-product-price {font-size: 24px;}
.update-and-delete-btns .btn {font-size: 14px;padding: 10px 10px;min-width: 112px;}
.select-product-box a.delete-product1 {width: 36px;height: 36px;background-size: 16px auto;margin-left: 10px;}

.cate-middle-section .category-items + .category-items,
.product-category-listing .category-items + .category-items {margin-top: 30px;}
.cate-middle-section .category-items li,
.product-category-listing .category-items li {font-size: 16px;line-height: 24px;}
.cate-middle-section .category-items li + li,
.cate-middle-section .left-block .product-categories li + li {margin-top: 8px;}
.description_text p {line-height: 1.625rem;}

/** Footer Start **/
.copy-right-text {min-width: 18.4%;max-width: 18.4%;flex-basis: 18.4%;}
.f-address, .f-phone {flex-basis: 18.85%;min-width: 18.85%;max-width: 18.85%;}
.f-menunav {flex-basis: 25.15%;min-width: 25.15%;max-width: 25.15%;}
.esto-logo {flex-basis: 18.3%;min-width: 18.3%;max-width: 18.3%;}
.footer-bottom-form-wrapper > div{padding: 10px;}
.footer-bottom-form-wrapper .social-icons {order: 1;}
.footer-bottom-form-wrapper .f-email {order: 2}
.footer-bottom-form-wrapper #success_popup {order: 3}


html[lang="en-US"] .product-filter .filter-reset-link {position: absolute;top: -1.125rem;}

.payment_box .everypay-wrapper label.payment-method-option, .payment_box .everypay-wrapper label.payment-token-option {min-width:20%;max-width:20%;flex-basis:20%;}
.payment_method_everypay_alter2 .everypay-wrapper .payment-method-options .payment-method-option, .payment_method_everypay_alter1 .everypay-wrapper .payment-method-options .payment-method-option {min-width: 20%;max-width: 20%;flex-basis: 20%;}

}

@media screen and (max-width:991px){
h1{font-size:30px; line-height:30px;}
h2{font-size:26px;line-height:26px;}
h3{font-size:22px;}
h4{font-size:20px; line-height:24px;}
h5{font-size:18px;}
input, textarea, select{font-size:16px;}
.slick-arrow {width:40px; height:40px;}
.slick-arrow.slick-prev {left:15px;}
.slick-arrow.slick-next {right:15px;}
.slick-arrow:after{font-size:20px; line-height:40px;}
.ptb-60{padding-top:30px; padding-bottom:30px;}
body .apple-pay-checkout,
.button, .btn {padding: 12px 15px;min-width: 180px;font-size: 16px;}
.btn-small{min-width: 150px;padding: 10px 15px;font-size: 16px;}
/** Header Start **/
.menu-language-container {margin-left: 1rem;}
.header-btns {padding-right: 1rem;}

/*.banner .items{height:260px;}*/

.bdr-top{border-width:5px;}

.product-section h2 {margin-bottom: 20px;}
.product-section .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail, 
.product-section .woocommerce ul.products li.product .product-box .product-image,
.woocommerce .product-section ul.products li.product .product-box .product-image,
.woocommerce .product-section ul.products li.product img.attachment-woocommerce_thumbnail,
.product-section .products.columns-4 img{height:160px !important;}
.product-section .products.columns-4>li{min-width:33.333%;flex-basis:33.333%;max-width: 33.333%;}
.product-section .products li .price span {font-size: 18px;line-height: 22px;}
.categories-section .woocommerce-loop-category__title{font-size:16px !important; line-height:24px !important;}

.categories-section .products.columns-5 {margin: -10px;}
.categories-section .products.columns-5>li{padding:10px !important;}
.categories-section .products.columns-5 img{height:140px;}
.blog-section h2 {margin-bottom: 20px;}
.blog-content-box .content-info{margin-top:15px;}
.blog-section .btn-box{margin:20px auto 0 auto;}
.blog-content-box .content-info h5,
.blog-content-box .content-info h4{margin-bottom:5px;}

.logo-section h2 {margin-bottom: 30px;}
.logo-list.row{margin:-15px -15px;}
.logo-list.row>div{padding:15px 15px;}
.logo-box{height:60px;}

/** Footer Start **/
.esto-logo, .social-icons, .f-menunav,
.f-address, .f-phone,
.copy-right-text {min-width: 33.333%;max-width: 33.333%;flex-basis: 33.333%;}
.footer-inner .f-menunav li, .footer-inner p {line-height: 32px;}

.footer-bottom-form-wrapper {margin-top: 20px;padding-top: 20px;padding-bottom: 20px;}
.footer-bottom-form-wrapper .field label {margin-right: 16px;}
.footer-bottom-form-wrapper .field:nth-child(1) input {width: 210px;}
.footer-bottom-form-wrapper .form-group-main .btn-box .btn {min-width: 112px;font-size: 16px; padding:10px 15px;}

.number-pagination {margin-top: 30px;}
.gallery-columns-4 .gallery-item{width:33.333%;}
.gallery-columns-2 .gallery-item .gallery-icon{height:240px;}
.excerpt-text, .page-title {margin-bottom: 20px;}
.excerpt-text p{font-size:16px;}
.blog-details h4 {font-size: 22px;margin-bottom:15px;}
.social-share {margin-top: 30px;padding-top: 15px;}
.cate-middle-section .left-block h2 {margin-bottom: 10px;}
.cate-middle-section {margin-top: 20px;}
.product-filter {margin-bottom:20px;padding-bottom: 10px; flex-wrap: wrap;}
.select-field{margin-right:15px;}
.select-field label{margin-right:5px;}
.select-field .selectbox select{min-width:100px;}
.right-compare-btn.ml-auto{margin:5px 0 0 !important;}
.cate-middle-section .product-section .products.columns-4>li {min-width: 50%;max-width: 50%;flex-basis: 50%;}
.related.products.product-section.ptb-60 {padding-top: 30px;padding-bottom: 30px;}
.left-select-boxes .widget{margin-right:15px !important;}
.left-select-boxes .widget .widget-title{margin-right:5px; font-size:14px;}
.left-select-boxes .select2-container--default .select2-selection--single{width:100px;}
.left-select-boxes .select2-container--default .select2-selection--single .select2-selection__placeholder{font-size:14px;}
.left-select-boxes .select2-container--default .select2-selection--single .select2-selection__rendered {padding: 0 25px 0 10px;}

.summary h2 {margin-bottom: 10px;}
.tabs-section ul.tabs{margin-bottom:25px;}
.product-details-section1 .cate-filter-mobile{margin-bottom:20px;}
.product-details-section1 .cate-filter-mobile .btn{display:block;}
.product-details-section1 .cate-filter {background: #f1f1f1;padding: 20px;display:none;}
.product-details-section1 .cate-filter-mobile.active .cate-filter{display:block;}
.single-product form.cart .quantity{margin-top: 25px;}
.summary .cart table.variations tr:nth-child(3) td:first-child label {margin-top: 0;}
.summary p.price {margin: 15px 0 0 !important;}
.new-p-d-price .woocommerce-Price-amount,
.summary p.price bdi {font-size: 20px;line-height: 26px;padding: 10px 0;}
.summary .cart table.variations td.value select{margin-bottom:20px;}
.summary .cart table.variations tr td:first-child{padding-bottom:10px;}
.summary .cart table.variations {margin: 15px 0 0;}
.related.products .container>h2 {margin-bottom: 30px !important;}
.single-product .entry-summary .button.primary-btn{margin-bottom:15px;}
.search-title-block {margin-bottom: 30px;}
.search-list-section .grid-item {-ms-flex: 0 0 33.333%;flex: 0 0 33.333%;max-width: 33.333%;}
.product-section.search-page h2 {margin-bottom: 10px;}
.search-results .search-box {padding-top: 10px;}
.search-results .search-close-btn .search-btn {margin-top: 2px;}
.cart-section2 p.form-row{width:220px !important;}
.cart-section4 .woocommerce-checkout-review-order-table {min-width: 200px;max-width: 200px;flex-basis: 200px;}
.placeorder-btn-main {margin-top: 20px;}
.cart-section2 p.form-row#order_comments_field,
.cart-section2 .woocommerce-shipping-fields,
.cart-section2 .woocommerce-billing-fields {padding-right: 0px;}
.woocommerce-shipping-fields #ship-to-different-address {width: 220px;}
.product-quantity .quantity-label {display: block;width: 100%;text-align: center;margin: 0 0 10px 0;}
.product-filter .bapf_head.bapf_colaps_togl h3{min-width:100px;}
.product-filter .left-select-boxes .berocket_single_filter_widget{margin-right:10px;}
.product-filter .left-select-boxes {flex-wrap: wrap;}
.product-filter .left-select-boxes .berocket_single_filter_widget {margin-right: 0;padding-right: 5px;margin-bottom: 5px;width: 50%;}
.product-filter .right-compare-btn.product {top: 6.75rem;}
.checkout-page .woocommerce .woocommerce-notices-wrapper + .no-data-text-main,
.woocommerce-form-coupon-toggle + .woocommerce-message,
.woocommerce-form-coupon-toggle + .woocommerce-error,
.woocommerce-form-coupon, .woocommerce-form-coupon-toggle,
.woocommerce-notices-wrapper {width: 95%;}
.checkout-page .woocommerce .woocommerce-notices-wrapper {margin-bottom: -20px;}

.cart-section3 .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td{width:61%;}
.woocommerce-order-received .order-details-footer tfoot tr .w70par {width: 60%;}
.discount-price {top: 10px;}
.discount-price {font-size:22px;}
.discount-price-text {font-size:22px;}

.cart-section4 .woocommerce-checkout-review-order ul,
.cart-section4 .woocommerce-checkout-review-order>.review-order-table-main{padding-bottom:20px;}
.cart-section4 .woocommerce-checkout-payment{padding-top:15px;}
.cart-section4 .placeorder-btn-main {margin-top: 0px;}

.select-product-block {padding-top:20px;}
.select-product-block li + li {margin-top:40px;}
.right-side-select-product-box {max-width: 600px;}
.right-side-select-product-box-inner{padding:20px;}
.right-side-select-product-box-inner h4 {margin-bottom: 15px;}
.right-side-select-product-box-inner .close-icon{top:20px; right:20px;}
.right-side-select-product-box-inner .product-section .products.columns-4 img {height: 200px !important;}
.right-side-select-product-box-inner .product-section {height: calc(100vh - 78px);}
.new-p-d-price p.price {margin:0 0 15px 0 !important;}

.colors-options-style tr.woo-attr-images{height:280px;}
.woocommerce-variation-add-to-cart .select-product-block {padding-top:20px;}
.woocommerce-order-pay #payment {padding:20px 0 35px 0; margin-top:20px;}

.woocommerce-pagination {margin-top:30px;}
.woocommerce-pagination ul.page-numbers li .page-numbers {width: 40px;height: 40px;line-height: 38px;font-size: 14px;}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev:before, .woocommerce-pagination ul.page-numbers li .page-numbers.next:before{line-height:40px;font-size:18px;}
body .woocommerce-breadcrumb {font-size: 14px !important;}
.woocommerce .product-image .onsale{font-size:16px;}

.new-p-d-price .woocommerce-Price-amount, .summary p.price bdi{font-size:30px;line-height:30px;}
.summary .cart table.variations tr td:first-child{padding-bottom:10px;}
.woo-two-col-main .value select, .summary .cart table.variations td.value select{padding:0 50px 0 15px; height:58px;font-size:16px; background-size:16px;}
.quantity-label{font-size:16px;}
.tabs-section a.single_add_to_cart_button.primary-btn, .single-product .entry-summary .button.primary-btn {padding: 12px 20px !important; font-size:16px;}
.tabs-section ul.tabs li .btn {padding: 17px 20px;}
.tabs-section a.single_add_to_cart_button.primary-btn .cart-icon, .cart-icon1{margin-left:10px;}
.tabs-section ul.tabs li .btn {padding: 14px 18px;}
#ship-to-different-address label {font-size: 14px;}
.summary .cart table.variations td.label label{margin-bottom:8px;}
.woocommerce-tabs .panel .gallery .gallery-item {min-width: 20%;max-width: 20%;flex-basis: 20%;width:20%;}

.cate-middle-section .category-items + .category-items,
.product-category-listing .category-items + .category-items {margin-top: 0;}
.description_text p {line-height: 1.313rem;}

html[lang="en-US"] .product-filter .right-compare-btn.product {top: 7.75rem;}
html[lang="en-US"] .product-filter .filter-reset-link {position: static;}

.payment_box .everypay-wrapper label.payment-method-option, .payment_box .everypay-wrapper label.payment-token-option {min-width:25%;max-width:25%;flex-basis:25%;}
body .gpay-button-fill > .gpay-button {padding: 12px 0 !important;height: 43px !important;}
.payment_method_everypay_alter2 .everypay-wrapper .payment-method-options .payment-method-option, .payment_method_everypay_alter1 .everypay-wrapper .payment-method-options .payment-method-option {min-width: 25%;max-width: 25%;flex-basis: 25%;}

.excerpt-text p{font-size:16px;}

}

@media screen and (max-width:768px){
.cart-section .shop_table tr {position: relative;}
.woocommerce table.shop_table_responsive tr:first-child, .woocommerce-page table.shop_table_responsive tr:first-child{border:0 !important;}
.cart-section .shop_table td{padding: 10px 0;}
.cart-section .shop_table .product-name {padding-left: 0;padding-right: 0; text-align:center !important;}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before,
.tabs-section a.single_add_to_cart_button.primary-btn,
.cart-section .shop_table .product-name p.backorder_notification:before,
.cart-section .shop_table .product-name .variation dd:before{display:none;}
.woocommerce table.shop_table .product-thumbnail, .woocommerce-page table.shop_table .product-thumbnail {max-width: 100% !important;width: 100% !important;}
.cart-section .shop_table .product-thumbnail a {max-width: 100px;margin: 0 auto;}
.cart-section .shop_table .product-quantity .quantity{justify-content: center;margin: 0 auto;}
.cart-section .shop_table td.product-subtotal{width:100%;}
.cart-section .shop_table td{width:100% !important;}
.woocommerce table.shop_table_responsive tr .product-remove, .woocommerce-page table.shop_table_responsive tr .product-remove{text-align:center !important; float:none !important;}
.product-name-text{margin-bottom:5px;}
.cart-section .shop_table td.product-subtotal{text-align: center !important;}

}

/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px) {
body {-webkit-text-size-adjust:none;}
h1{font-size:26px; line-height:normal;}
h2{font-size:22px;line-height:normal;}
h3{font-size:20px;}
h4{font-size:18px; line-height:normal;}
h5{font-size:16px;}
p {margin: 0 0 15px;}
.entry-content ul, .entry-content ol{margin-bottom:15px;}
table th, table td{font-size:15px; padding:10px 15px;}
img.alignleft, img.alignright, iframe.alignleft, iframe.alignright{float:none; margin:0 0 15px; display:block;}
iframe.alignleft, iframe.alignright {width:100%;}
hr{margin: 20px 0;}
blockquote p, body, ul li, ol li, p {font-size: 15px;line-height: 23px;}
input, textarea, select{font-size:15px;}
.slick-arrow {width:30px; height:30px;}
.slick-arrow.slick-prev {left:10px;}
.slick-arrow.slick-next {right:10px;}
.slick-arrow:after{font-size:18px; line-height:30px;}

/** Header Start **/
body, body.header-fixed {padding: 80px 0 0;}
.top-header-info .info-items + .info-items {padding-left: 5px;margin-left: 5px;}
.top-header-info .info-items {font-size: 12px;line-height: 22px;}
.header-text {font-size: 14px;line-height: 1;position: fixed;left: 0;right: 0;max-width: 100%;text-align: center;top: 80px;background: var(--secondary-color);padding-bottom: 15px;}
.menu-language-container {margin-left: 0.8rem;}
.search-box{top:108px;}
.mobile-menu-block{top:80px;}

/** banner Start**/
.search-close-btn .search-btn{right:15px;}
.search-box {padding: 0 40px 0 0;}
.search-box .max-container {padding: 0 15px;}
/*.banner .items{height:auto;}
.banner .items .imagebox{position: static;}*/

.product-section h2 {margin-bottom: 15px;}
.product-section .products.columns-4>li{min-width:50%;flex-basis:50%;max-width: 50%;}
.categories-section .products.columns-5>li{min-width:50%;flex-basis:50%;max-width:50%;}
.categories-section .products.columns-5 img{height:240px;}

.logo-section h2 {margin-bottom: 20px;}
.logo-list.row{margin:-10px;}
.logo-list.row>div{padding:10px; width:50%;}

/** Footer Start **/
.esto-logo, .social-icons, .f-menunav,
.copy-right-text1,
.f-address, .f-phone,
.copy-right-text {min-width: 100%;max-width: 100%;flex-basis: 100%; text-align: center;}
.footer-inner .f-menunav li, .footer-inner p {font-size: 14px;line-height: 26px;}
.esto-logo a {max-width: 80px;margin: 0 auto;}
.social-icons a {width: 30px;height: 40px;margin: 0 5px !important;}
.footer-inner{margin:-10px;}
.footer-inner>div {padding: 10px;}
.footer-bottom-form-wrapper > div {padding: 10px; max-width: 100%; width: 100%;}
.footer-bottom-form-wrapper .social-icons,
.footer-bottom-form-wrapper .f-email {max-width: 50%;flex-basis: 50%;min-width: 50%;text-align: left;}
.footer-bottom-form-wrapper #success_popup {max-width: 100%}
.footer-bottom-form-wrapper .f-email  {justify-content: right;}
.footer-bottom-form-wrapper .f-email a {margin: 0;}

.footer-bottom-form-wrapper .form-group-main {flex-wrap: wrap; justify-content: center;}
.footer-bottom-form-wrapper .form-group-main .field {flex-wrap: wrap;text-align: center; width:100%;}
.footer-bottom-form-wrapper .field label {margin-right: 0;width: 100%;display: block;margin-bottom: 6px;}
.footer-bottom-form-wrapper .field:nth-child(1) input {width: 100%;}
.footer-bottom-form-wrapper .field.checkbox-wrapper {padding-left: 0;margin-top: 15px;}
.footer-bottom-form-wrapper .field label.label{font-size:15px;margin-bottom:6px;}
.blog-content-box .content-info p{font-size:15px;}

.number-pagination {margin-top: 20px;}
.number-pagination .page-numbers{width:36px; min-width:36px;height:36px; line-height:34px; font-size:14px;}
.gallery-columns-4 .gallery-item,
.gallery-columns-3 .gallery-item{width:50%;}
.gallery-columns-2 .gallery-item .gallery-icon,
.gallery-columns-4 .gallery-item .gallery-icon,
.gallery-columns-3 .gallery-item .gallery-icon{height:200px;}
.blog-details h4 {font-size: 20px;margin-bottom:10px;}

body.woocommerce .content-area {padding:20px 15px 30px 15px !important;}
.right-block.product-section {margin-top:20px;}
.select-field label{min-width:40px; text-align:right;}
.left-select-boxes {flex-wrap: wrap;}
.select-field{width:100%; margin-top:5px;}
.left-select-boxes .widget .widget-title {min-width: 40px;text-align: right;}
.left-select-boxes .select2-container--default .select2-selection--single{width:100%;}
.left-select-boxes form.woocommerce-widget-layered-nav-dropdown{width:100%;}
.left-select-boxes .widget {margin: 10px 0 0 !important;width: 100%;}

.right-compare-btn.ml-auto {margin: 5px auto 0 !important;}
.cate-middle-section .category-items li + li,
.cate-middle-section .left-block .product-categories li + li {margin-top: 5px;}
.cate-middle-section .left-block .product-categories ul {margin: 5px 0 0 15px;}
.cate-filter-mobile .btn{display:block;}
.cate-filter {padding: 20px;display:none; border:1px solid var(--primary-color);border-radius:30px;}
.cate-filter-mobile.active .cate-filter{display:block;}
.default-page table{width:100% !important;}
.woocommerce ul.order_details li {min-width: 50%;max-width: 50%;flex-basis: 50%;}
.woocommerce .related.products.product-section .products.columns-4 .slick-dots {justify-content: center;display: -webkit-flex;display: flex;}
.woocommerce .related.products.product-section .products.columns-4 .slick-dots li {width: auto !important;padding: 0 5px !important;}
.related.products .container>h2 {margin-bottom: 20px !important;}
.tabs-section ul.tabs{clear:both;}
/*.tabs-section ul.tabs li {min-width: 50%;max-width: 50%;flex-basis: 50%;}*/
.tabs-section.woocommerce-tabs .entry-content ul li{font-size:14px; line-height:22px;}
.tabs-section.woocommerce-tabs .entry-content p {margin-bottom: 20px;}
.checkout-page h2 {margin-bottom: 10px;}
.cart-section2 .select2-container--default .select2-selection--single,
.cart-section2 p.form-row{max-width:100%;}
.woocommerce-terms-and-conditions-wrapper {padding-top: 15px;}
.woocommerce-checkout-review-order ul{margin:20px 0 !important;}
.woocommerce-columns--addresses>div + div {margin-top: 20px;}
.search-title-block {margin-bottom: 20px;}
.search-title-block h2{margin-bottom:10px;}
.search-list-section .grid-item {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.woocommerce-Tabs-panel .woocommerce-attribute-image{margin-right:20px;}
.woocommerce-Tabs-panel .woocommerce-attribute-image-desc{font-size:14px;}
.cart-section2 p.form-row{width:100% !important; float:none;}
.cart-section4 .woocommerce-checkout-review-order-table {min-width: 100%;max-width: 100%;flex-basis: 100%;}
.cart-section4 .woocommerce-checkout-payment {min-width:100%;max-width:100%;flex-basis:100%;padding:15px 0 0;margin-left: 0;}
.placeorder-btn-main {margin-top: 10px;}
.cart-section3 .woocommerce-shipping-methods li + li {margin-top:7px;}
.shipping-custom-data-right {margin-top: 20px;}
.woocommerce-shipping-fields #ship-to-different-address {width: 100%;}
.woocommerce-form-coupon,
.woocommerce-form-coupon-toggle {width:96%;}
.woocommerce-form-coupon .form-row-first {max-width: 70%;min-width: 70%;flex-basis: 70%;margin:0;}
.woocommerce-form-coupon .form-row-last {min-width: 30%;max-width: 30%;flex-basis: 30%; padding:0 0 0 20px;}
.product-filter{margin-bottom:0;}
.product-filter .left-select-boxes {width: 100%;min-width: 100%;}
.product-filter .left-select-boxes>a{order:1;width: 100%; padding-bottom: 5px;}
.product-filter .bapf_head.bapf_colaps_togl h3{min-width:100%;}
.product-filter .left-select-boxes .berocket_single_filter_widget {padding-right:0;width:100%;margin: 0;order:2;}
.product-filter .left-select-boxes .berocket_single_filter_widget:last-child {padding-right: 0;}
.product-filter .left-select-boxes .berocket_single_filter_widget + .berocket_single_filter_widget {margin-top: 5px;}
.product-filter .right-compare-btn.product {position: static;width: 100%;}
.product-filter .right-compare-btn > form.woocommerce-ordering{width:100%;}
.checkout-page .woocommerce .woocommerce-notices-wrapper + .no-data-text-main,
.woocommerce-form-coupon-toggle + .woocommerce-message,
.woocommerce-form-coupon-toggle + .woocommerce-error,
.woocommerce-form-coupon, .woocommerce-form-coupon-toggle,
.woocommerce-notices-wrapper {width: 92%;}
.checkout-page .woocommerce .woocommerce-notices-wrapper + .no-data-text-main {padding-top: 35px;}
.cart-section3 .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td {width: 66%;}
.cart-section3 .woocommerce-checkout-review-order-table {margin-top: 20px !important;}

.default-popup-inner {padding: 20px;}
.default-popup-inner .close-btn {top: 15px;font-size: 18px;}
.default-popup-inner h3 {margin-bottom: 5px;}
.default-popup-inner p {margin-bottom: 15px;}
.form-group-main {display: block;}
.form-group-main > .form-group:first-child{width:100%;}
.form-group-main .btn-box {margin: 10px 0 0; width:100%;padding:0; text-align: center;}
.dp-bottom-text {margin-top: 15px;}
.default-popup .alert {margin: 0.8rem 0 0 0 !important;font-size:0.875rem;}

.woocommerce-order-received .order-details-footer tfoot tr .w70par {display:none;}
.woocommerce-order-received .woocommerce-order .woocommerce-column__title{font-size:20px;}
.woocommerce-order-received .woocommerce-order .woocommerce-column__title .icon{top:0;}
.woocommerce-shipping-totals .input-checkbox {margin-top: 8px;}
.discount-price {top: 0;}
.discount-price {font-size:20px;}
.discount-price-text {font-size:20px; padding:14px 0;}

.cart-section4 .woocommerce-checkout-review-order>.review-order-table-main{padding-left:0;}
.cart-section4 .woocommerce-checkout-review-order-table {margin-left:0 !important;}
.cart-section4 .woocommerce-checkout-payment{padding:0;}
.cart-section4 .woocommerce-checkout-review-order ul{padding-left: 0;margin-bottom: 0 !important; padding-bottom:0;}

.select-product-block {padding-top:15px;}
.select-product-block li + li {margin-top:30px;}
.woocommerce-variation-add-to-cart .select-product-block {padding-top:10px;}
.colors-options-style tr.woo-attr-images td.label .right-link{top:28px;}
.woocommerce-order-pay #payment {padding:15px 0 20px 0; margin-top:15px;}
.woocommerce-order-pay .shop_table th, .woocommerce-order-pay .shop_table td {padding: 10px;}
.woocommerce-order-pay .shop_table tfoot td, .woocommerce-order-pay .shop_table tfoot th{padding:5px 10px;}
.footer-cookiebar{padding:10px 0;}
.footer-cookiebar p a.btn{margin-left:30px; margin-top:5px;}
.attribute-list-images .item {width: 22px;height: 22px;}
.icon-text-section .row>div+div{margin-top:20px;}

.new-p-d-price .woocommerce-Price-amount, .summary p.price bdi{font-size:22px;line-height:1;}
.summary .cart table.variations tr td:first-child{padding-bottom:10px;}
.woo-two-col-main .value select, .summary .cart table.variations td.value select{padding:0 50px 0 15px; height:48px;font-size:15px;}
.quantity-label{font-size:15px;}
.tabs-section a.single_add_to_cart_button.primary-btn, .single-product .entry-summary .button.primary-btn {padding: 12px 20px !important;}
.tabs-section ul.tabs li .btn {padding:13px 16px;}
.shipping-custom-text{font-size:15px;}
body .woocommerce table.shop_table_responsive tr td,
.woocommerce table.shop_table_responsive tr:nth-child(2n+1) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n+1) td {filter: inherit !important;text-align: center !important;}
.placeorder-btn-main .form-row .checkbox-label{font-size:15px;}
.woocommerce-form-coupon .form-group {flex-wrap: wrap;}
.woocommerce-form-coupon .form-row-first,
.woocommerce-form-coupon .form-row-last{padding:0; min-width:100%;max-width:100%;flex-basis:100%;}
.woocommerce-form-coupon .form-row-last{margin-top:10px;}
.woocommerce-form-coupon p {margin: 0 0 5px 0;font-size: 15px;}
.woocommerce-order-received .woocommerce-customer-details address, .woocommerce-order-received .woocommerce-columns address,
.woocommerce-order-received table.order_details th,
.woocommerce-order-received table.order_details td li,
.woocommerce-order-received table.order_details td,
.woocommerce ul.order_details li,
.woocommerce-checkout .wc_payment_method .payment_box p,
.cart .quantity-label,
.wc_payment_method input[type=radio]+label, .woocommerce-checkout-review-order-table input[type=hidden].shipping_method+label, .woocommerce-checkout-review-order-table input[type=radio].shipping_method+label,
.woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order-table tfoot th,
.custom-checkout-total-section tfoot td, .custom-checkout-total-section tfoot th{font-size:15px;}
.custom-checkout-total-section table{max-width:100%;}
.shipping-custom-text{max-width:100%;}
.woocommerce-tabs .panel .gallery .gallery-item {min-width: 33.333%;max-width: 33.333%;flex-basis: 33.333%;width:33.333%;}
.right-side-select-product-box-inner .product-section .products.columns-4>li {min-width: 100%;max-width: 100%;flex-basis: 100%;}
.right-side-select-product-box-inner .product-section .products.columns-4 img{height: auto !important;}
.cate-middle-section .category-items + .category-items{margin-top:15px;}

/** Withdrawal Page Start **/
.withdrawal-form-wrapper .form-group.btn-box {margin:1rem 0 0 0;text-align: center;}
.withdrawal-page p{font-size:1rem; line-height:1.5rem;}

.cate-middle-section .left-block {display: none;}

/** Contact Address Section Start **/
.contact-address-top {max-width: 100%;}
.contact-address-top p {line-height: 2rem}
/** Contact Address Section End **/

.banner-popup-inner {padding: 3rem 1.25rem 1.25rem 1.25rem;}

.placeorder-btn-main .form-row span.woocommerce-input-wrapper span.required {font-size: 15px;}
.blog-details p {font-size:15px; line-height:23px;}
}

/*View :: 320px ::*/
@media screen and (max-width:479px) {
h1 br, h2 br{display:none;}

/** Header Start **/
body, body.header-fixed {padding: 80px 0 0;}
.top-header-info .info-items {line-height: 18px;}
.header-text{font-size:12px;}
.search-box{top:106px;}
.mobile-menu-block{top:80px;}

/** banner Start**/
/*.banner .items{height:auto;}
.banner .items .imagebox{position:static;}
*/.logo-box{height:50px;}
.cate-middle-section .product-section .products.columns-4>li,
.categories-section .products.columns-5>li,
.product-section .products.columns-4>li {min-width: 100%;flex-basis: 100%;max-width: 100%;margin: 0 auto !important;}
.gallery-columns-4 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-2 .gallery-item{width:100%;}
.social-share-inner .social-icon{margin:5px 5px 5px 0;}
.product-section .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail, .product-section .woocommerce ul.products li.product .product-box .product-image, .woocommerce .product-section ul.products li.product .product-box .product-image, .woocommerce .product-section ul.products li.product img.attachment-woocommerce_thumbnail, .product-section .products.columns-4 img {height: 310px !important;}
.woocommerce ul.order_details li {min-width: 100%;max-width: 100%;flex-basis: 100%;}
.tabs-section ul.tabs{display:block;}
.tabs-section ul.tabs li .btn{padding:12px 12px;margin-bottom:5px;}
.tabs-section a.single_add_to_cart_button.primary-btn{max-width:100%;}
.woocommerce-product-gallery__wrapper2 .woocommerce-product-gallery__image {height: 70px;padding: 5px !important;}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper1 .woocommerce-product-gallery__image {height: 300px;padding: 20px !important;}
.search-title-block {margin-bottom: 15px;}

.search-list-section .grid-item {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.search-title-block h2{margin-bottom:5px;}
.custom-checkout-total-section {margin: 0;}
.custom-checkout-total-section table{max-width:100%;}
.woocommerce-form-coupon .form-row-first {max-width: 55%;min-width: 55%;flex-basis: 55%;}
.woocommerce-form-coupon .form-row-last {min-width:45%;max-width:45%;flex-basis:45%; padding:0 0 0 15px;}
.product-filter .left-select-boxes .berocket_single_filter_widget{width:100%; padding:0;}
.product-filter .left-select-boxes .berocket_single_filter_widget + .berocket_single_filter_widget{margin-top:5px;}
.right-compare-btn > form.woocommerce-ordering{width: 100%;}
.cart-section3 .woocommerce-shipping-totals .shipping-description-old-mattress,
.cart-section3 .woocommerce-shipping-methods li .shipping-description {position: static;}
.cart-section3 .woocommerce-shipping-totals .shipping-description-old-mattress .shipping-method-description-single,
.cart-section3 .woocommerce-shipping-methods li .shipping-description .shipping-method-description-single {left: auto;transform: none;right: 0; width:260px; white-space:normal; text-align: center; padding:5px 10px; line-height:1; margin-top:-20px;}
.checkout-page .woocommerce .woocommerce-notices-wrapper + .no-data-text-main,
.woocommerce-form-coupon-toggle + .woocommerce-message,
.woocommerce-form-coupon-toggle + .woocommerce-error,
.woocommerce-form-coupon, .woocommerce-form-coupon-toggle,
.woocommerce-notices-wrapper {width: 88%;}
.form-group-main .btn-box .btn {text-align: center;}
.discount-price,
.discount-price-text {font-size:18px;}
.discount-price-text{padding:16px 0;}
.select-product-block li + li {margin-top:20px;}
.right-side-select-product-box-inner .product-section .products.columns-4>li {min-width:100%;max-width:100%;flex-basis:100%;}
.colors-options-style .summary .cart table.variations .woocommerce-attribute-images-variable-options .woocommerce-attribute-image img{height:140px;}
.colors-options-style tr.woo-attr-images{height:240px;}
.summary .cart table.variations .woocommerce-attribute-images-variable-option {width: 30px;height: 30px;}
.woocommerce-tabs .panel .gallery .gallery-item {min-width: 50%;max-width: 50%;flex-basis: 50%;width:50%;}
.payment_box .everypay-wrapper label.payment-method-option, .payment_box .everypay-wrapper label.payment-token-option {min-width:50%;max-width:50%;flex-basis:50%;}

/** Contact Address Section Start **/
.contact-address-top {max-width: 100%;}
.contact-address-info {gap: 1.5rem}
/** Contact Address Section End **/

.payment_method_everypay_alter2 .everypay-wrapper .payment-method-options .payment-method-option, .payment_method_everypay_alter1 .everypay-wrapper .payment-method-options .payment-method-option {min-width: 50%;max-width: 50%;flex-basis: 50%;}

}

@media screen and (max-width:374px) {
.logo {flex-basis: 80px;min-width: 80px;max-width: 80px;}

.choice-product-wrapper {flex-wrap: wrap;}
.choice-product-image {margin-bottom: 20px;}
.choice-product-content {padding-left: 0;}

.product-section .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail, .product-section .woocommerce ul.products li.product .product-box .product-image, .woocommerce .product-section ul.products li.product .product-box .product-image, .woocommerce .product-section ul.products li.product img.attachment-woocommerce_thumbnail, .product-section .products.columns-4 img {height: 258px !important;}

}