@-moz-keyframes bounce 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);transform: translateY(0);}
@-moz-keyframes bounce 40% {-moz-transform: translateY(-30px);transform: translateY(-30px);}
@-moz-keyframes bounce 60% {-moz-transform: translateY(-15px);transform: translateY(-15px);}
@-webkit-keyframes bounce 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
@-webkit-keyframes bounce 40% {-webkit-transform: translateY(-30px);transform: translateY(-30px);}
@-webkit-keyframes bounce  60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
@keyframes bounce 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);-ms-transform: translateY(0);-webkit-transform: translateY(0);transform: translateY(0);}
@keyframes bounce 40% {-moz-transform: translateY(-30px);-ms-transform: translateY(-30px);-webkit-transform: translateY(-30px);transform: translateY(-30px);}
@keyframes bounce 60% {-moz-transform: translateY(-15px);-ms-transform: translateY(-15px);-webkit-transform: translateY(-15px);transform: translateY(-15px);}
.bounce{-moz-animation: bounce 3s infinite;-webkit-animation: bounce 3s infinite;animation: bounce 3s infinite;}

/*Slick Slider Css Start*/
.slick-arrow {display:block; position:absolute; top:50%; z-index:2; padding:0; width:40px; height:40px; text-align:center; font-size:0; color:var(--primary-color); background:none; 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%);}
.slick-arrow.slick-prev {left:0;}
.slick-arrow.slick-next {right:0;}
.slick-arrow:after{display:block; font-family:'FontAwesome'; font-weight:400; font-size:36px; line-height:40px; 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:hover:after {color:var(--primary-color);}
.slick-arrow:focus,
.slick-arrow:hover {opacity:1; outline:none;}
.slick-dots {display:block; position:absolute; left:0; right:0; bottom:20px; margin:20px auto 0 auto; padding:0; text-align:center;}
.slick-dots li button {display:block; width:14px; height:14px; font-size:0; padding: 0; background:none; position: relative; border:0; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; cursor:pointer;}
.slick-dots li button:after {position: absolute;content:"\f10c";font-size:14px;text-align: center;font-family: 'FontAwesome';color:var(--primary-color); left:0; right:0;}
.slick-dots li.slick-active button:focus:after, .slick-dots li.slick-active button:hover:after, .slick-dots li.slick-active button:after {content:"\f111";color:var(--primary-color);}
.slick-dots li button:focus, .slick-dots li button:hover{outline:none; box-shadow:none;}
.slick-dots>li{display: inline-block;}
.slick-dots>li:only-child {display: none;}
/*Slick Slider Css 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, 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,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,q{quotes:none;} 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;}
hr{display:block; height:1px; max-width:100%; border:0; border-top:1px solid #adadad; 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;}
/* ===== GLOBAL ================================================== */
body{padding:0; margin:0; font-family: 'Work Sans', sans-serif; font-size:20px; line-height:28px; color:#231f20;background:#fff; overflow-x:hidden; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
:focus, button:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:#d9ad80; 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:underline; color:#d9ad80;}
a:focus{outline:0; outline: none;}
blockquote, q {background: #f5f5f5;border-left: 4px solid var(--primary-color);padding: 20px; margin-bottom:20px;}
::-webkit-input-placeholder{color:#231f20; opacity:0.5;}
:-moz-placeholder{color:#231f20; opacity:0.5;} /* Firefox 18- */
::-moz-placeholder{color:#231f20; opacity:0.5;} /* Firefox 19+ */
:-ms-input-placeholder{color:#231f20; opacity:0.5;}
/* 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 ul, .entry-content ol{display:inline-block; padding:0; margin:0 0 30px;}
.entry-content ul li{list-style:none; padding:0 0 0 20px; margin:0 0 2px; position: relative;}
.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 ul li li {list-style:disc;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; list-style-position:outside; margin:0 0 5px;}

iframe.iframe-embed.alignright{max-width:500px;height:315px !important;}

.h1, h1{font-size:60px; line-height:65px; font-weight:700; font-family:'Work Sans', sans-serif; margin:0 0 30px;}
.h2, h2{font-size:56px; line-height:56px; font-weight:800; font-family:'Work Sans', sans-serif; margin:0 0 26px;}
.detail-content-box h3,
.fact-sheet-section h3,
.page-template-tpl_tooted-laos .info-content1 h3,
.product-fifty-section h3,
.default-page h3,
.completed-work-section1 h3,
h3{font-size:24px;line-height:28px;}
.detail-content-box h4,
.page-template-tpl_tooted-laos .middle-section h4,
.default-page h4,
.page-template-tpl_about .blog-details h4,
.cate-card h4,
h4{font-size:20px;line-height:24px;}
h5{font-size:18px; line-height:24px;}
h6{font-size:16px;line-height:20px;}

img {max-width:100%; height:auto; border:none; outline:none;}
strong{font-weight:700;}
/*table structure*/
table{border-right:1px solid #eee; border-top:1px solid #eee; width: 100%;}
table th, table td{border-left:1px solid #eee; border-bottom: 1px solid #eee; text-align:left; color:#231f20; font-weight:400; padding:12px 20px; vertical-align:middle;}
table th{color:#231f20; font-weight:500; background:#f7f6f6;}
table th a {color:var(--primary-color);}
table th a:hover {color:var(--primary-color);}
.table-striped th, .table-striped td{position:relative;}
.table-striped tbody tr:nth-of-type(even) td{background:#f7f6f6;}
.hide{display: none;}
.scroll-div{overflow:auto;}
.align-center{text-align: center;}
.v-align{align-items: center;}
.ptb-130{padding-top:130px; padding-bottom:130px;}
.ptb-110{padding-top:110px; padding-bottom:110px;}
.ptb-80{padding-top:80px; padding-bottom:80px;}
.ptb-60{padding-top:60px; padding-bottom:60px;}
.ptb-50{padding-top:50px; padding-bottom:50px;}
.ptb-40{padding-top:40px; padding-bottom:40px;}
.no-space{margin:0;}
.no-space > div{padding-left:0; padding-right:0;}
.white-bg{background:#fff;}
.gray-dark-bg{background:#212529;}
.gray-dark-bg *{color: #fff;}
.bg-none{background: none !important;}
.btnbox{padding-top:20px;}
.max-width840{max-width: 840px; margin: 0 auto;}
section *:last-child{margin-bottom: 0;}
@-webkit-keyframes shine {100% {left:125%;}}
@keyframes shine {100% {left:125%;}}

/*Radio Css*/
.checkbox, .radiobox {display:inline-block; position:relative; padding-left:34px; text-align:left; font-size:16px; color:#231f20; line-height:24px;}
.checkbox input, .radiobox input {position:absolute; opacity:0; left:0; top:0; z-index:2; width: 100%; height: 100%; cursor: pointer;}
.radiobox .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;}
.radiobox .checkmark:after{display:block; content:"\f111"; font-family:'Line Awesome Free'; font-weight: 900; position:absolute; left:0; right:0; top:0; text-align:center; font-size:24px; color:#231f20; line-height:20px; opacity:1;}
.radiobox input:checked ~ .checkmark:after{content: "\f192"; color:var(--primary-color);}
/*Checkbox Css*/
.checkbox{font-size:16px; color:var(--secondary-color); line-height:24px; cursor:pointer;}
.checkbox.check {padding:0; width:24px; height:24px;}
.checkbox .checkmark{display: block; position:absolute;top:0;left:0;height:24px;width:24px;background:#fff; border:1px solid var(--primary-color);}
.checkbox input:checked ~ .checkmark {background:#fff; border-color:var(--primary-color);}
.checkbox .checkmark:after {display:block; content:"\f00c"; font-family:'Line Awesome Free'; font-weight: 900; position:absolute; left:0; right:0; top:0; text-align:center; font-size:16px; color:var(--primary-color); line-height:22px; padding-left:2px; opacity:0;}
.checkbox input:checked ~ .checkmark:after{opacity:1;}
.checkbox .wpcf7-list-item{padding-left:20px;}
.checkbox .wpcf7-list-item-label:before{display: block; width: 24px; height: 24px; background: #fff; border: 1px solid var(--primary-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;}
.checkbox input:checked~.wpcf7-list-item-label:before{opacity: 1; content: "\f00c"; border-color: var(--secondary-color);}

/** Section1 - Banner Css **/
.banner{position:relative; z-index: 1; overflow: hidden; background:#7A6EAB;}
.banner .items{position: relative;}
.banner .items .imagebox{position: relative; display: block; width:100%; padding-bottom:58.8%;}
.banner .items .imagebox.video {padding-bottom: 50%;}
.banner .items .imagebox img,
.banner .items .imagebox video,
.banner .items .imagebox iframe{display: block; width:100%; height:100%; object-fit: cover; object-position: center; position: absolute; left:0; right:0; top:0; bottom:0;}
.home-banner .slick-arrow.slick-prev{left: 0;}
.home-banner .slick-arrow.slick-next {right: 0;}
.caption{position: absolute; left: 0; right: 0; top: 50%; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%); z-index: 2;}
.banner h1, .banner h2{font-size:150px; line-height:120px; font-weight:800; color: #fff; letter-spacing:0; font-family: 'Work Sans', sans-serif; margin:0 0 50px;}
.banner h1 img, .banner h2 img {margin: 0 6px 0 3px;}
.banner p{font-size:30px; line-height:40px; color:var(--white-color);}
.banner p a{color:var(--white-color);}
.banner *:last-child{margin-bottom:0;}
.scroll-down{display: block; width: 32px; height: 45px; border: 1px solid #373737; text-align: center; line-height: 55px; font-size: 15px; color: #373737; text-align: center; position: fixed; left: 0; right: 0; margin: 0 auto; bottom: 40px; cursor: pointer; z-index: 12; -webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.scroll-down p{margin:0; position:absolute; top: 100%;left: 50%; -webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);transform:translate(-50%,0); white-space:nowrap;}

.symbol1{display: inline-block; vertical-align: middle; font-size: 0; width: 120px; height: 60px; background:url('../images/text-symbol1.svg') no-repeat center; background-size:100% auto;}
.symbol2{display: inline-block; vertical-align: middle; font-size: 0; width: 90px; height: 28px; background:url('../images/icon__soft.svg') no-repeat center; background-size:100% auto;}

/*Section2*/
.info-content .container{position: relative; z-index: 2;}
.shape-bg .info-content-inner{padding-top: 150px;}
.info-content p{font-size:20px; line-height:38px;}
.info-content .imagebox{display: block; position: absolute; left: -12vw; bottom: -12vw; max-width: 30vw;}
.info-content .imagebox img{display: block;}
.section2.info-content .imagebox {width: 100%;left: 0;top: 0;position: static;bottom: 0; max-width:100%; padding-right:70px;}
.section2.info-content .imagebox img{width:100%;}
.section2 .btnbox {padding-top: 5px;}
.imagebox img {display: block;}

/*section3*/
.section3{position: relative; z-index: 5; overflow: hidden;}
.content-inner{padding:20px 45px 20px 0;}
.content-inner h2{margin-bottom:40px;}
.content-inner p{font-size:18px; line-height:26px;}
.content-inner .symbol1 {width: 70px;height: 35px;}
.shape-imgbox img{display: block; width:100%; max-width:100%; position: relative;}
.shape-imgbox2 img{display: block; width: 940px; max-width: 940px; position: relative;}
.mask1{-webkit-mask:url(../images/shape1.svg) no-repeat bottom right;}
.mask2{-webkit-mask:url(../images/shape2.svg) no-repeat top left; left:-100px;}
.rounded-two-shape{display: block; width: 280px; height: 280px; position: absolute; right: -340px; bottom: -120px; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#c966ab;background: -moz-linear-gradient(left,  #c966ab 0%, #edac39 50%, #edac39 100%);background:-webkit-linear-gradient(left,  #c966ab 0%,#edac39 50%,#edac39 100%);background:linear-gradient(to right,  #c966ab 0%,#edac39 50%,#edac39 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c966ab', endColorstr='#edac39',GradientType=1 );}
.rounded-two-shape:before{display:inline-block; content:""; width: 280px; height: 280px; position: absolute; right: 100%; top: 0; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background: #8a64b1;background: -moz-linear-gradient(left,  #8a64b1 0%, #c965ad 100%); background: -webkit-linear-gradient(left,  #8a64b1 0%,#c965ad 100%);background: linear-gradient(to right,  #8a64b1 0%,#c965ad 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a64b1', endColorstr='#c965ad',GradientType=1 );}
.section4 .content-inner {padding: 20px 0 20px 45px;}
.section7,
.section5{overflow: hidden;}
.section4{position: relative;}
.side-shape{position:fixed; left: -1px; top: 50%; z-index:2; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%); max-width: 150px; max-height:100%;}
.side-shape img{display:block; max-height:100vh;}
.side-shape.sticky{position: fixed; top: 120px; -webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0);}
.content-inner h2 i{display: inline-block; font-style: normal; white-space: nowrap; font-weight: 700;}
.section7 strong{font-weight:700;}

/*Section6*/
.cate-list{margin:100px 0 !important;}
.cate-card{position: relative; overflow: hidden; padding:30px 0 0; border-right:1px solid #E0DEE6; height: 100%; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.cate-card a{display: block; width: 100%; height: 100%; text-decoration:none !important;}
.cate-card .title{padding:0px 40px 20px 40px;}
.cate-card h4{font-weight:400; font-family: 'Work Sans', sans-serif; text-align: center;}
.cate-card .imagebox{display: block; width: 100%; overflow: hidden;}
.cate-card .imagebox img {display: block;width:385px;max-width:385px; position:relative; right:-30px;}
.cate-card:hover{background: #eeedf2;}

.banner-stripe{width: 100%; clear: both; min-height: 80px;}
.page-title{font-size: 35px; line-height: 40px;}

.section7.full-width-image .content-inner{max-width: 900px;}
.section7.full-width-image .imagebox::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.3);background: linear-gradient(0deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);}
.section7.full-width-image .content-inner h2{font-size: 76px; font-weight: 700; color: var(--white-color);}
.section7.full-width-image .content-inner p{font-size: 32px; font-weight: 400; color: var(--white-color); line-height: 43px;}

/*Category Page*/
.shape-bg3 {box-shadow: inset 0px -2px 0px 0px #fff;box-shadow: 0px 2px 0px 0px #fff;}
.shape-bg2:before {display: block;content: "";background: url(../images/wave-shape--grey.svg) no-repeat center 0;background-size: cover;position: absolute;left: 0;right: 0;bottom: -2px;width: 100%;margin: 0 auto; height:0; padding-bottom: 9%;}
.shape-bg3:before {display: block;content: "";background: url(../images/wave-shape--white.svg) no-repeat center 0;background-size: cover;position: absolute;left: 0;right: 0;bottom: -2px;width: 100%;margin: 0 auto; height:0; padding-bottom: 9%; z-index:2; }
.cat-banner-section { width:100%; position: relative;}
.cat-banner-section img{width:100%; height:auto;  display:block;}
.cat-product-list{margin-bottom:40px !important;}
.breadcrumb {padding: 0;background: none; color:var(--secondary-color);font-family: 'Work Sans', sans-serif;font-size: 20px;line-height: 1; margin:20px 0 0;letter-spacing: -0.05em;}
.breadcrumb a{color: var(--secondary-color);}
.breadcrumb a:hover{text-decoration:none;}
.breadcrumb span{font-weight:bold;}
.breadcrumb .divider {width: 1px;height: 20px;background: var(--secondary-color);transform: rotate(25deg);margin: 0 10px; top:2px;}
.cat-product-list-section .breadcrumb {padding-left: 7px;}
.product-item {padding:0;display: -webkit-flex;display: flex; position: relative; transition: all 0.4s ease;}
.product-item .left-block {min-width:50%; max-width:50%; flex-basis:50%;}
.product-item .left-block .imgbox{display:block; width:100%;}
.product-item .left-block .imgbox img{width:100%; display:block;}
.product-item .right-block {min-width:50%; max-width:50%; flex-basis:50%; padding-left:22px;}
.product-item h2 {margin-bottom: 26px;}
.product-item h2 small{display:block;color:var(--secondary-color);font-family: 'Work Sans', sans-serif;font-size:20px;letter-spacing: 0;line-height: 1;font-weight:500; margin-bottom:7px;}
.product-item .cate-content{margin:0; max-width:555px; width:100%;}
.product-item .cate-content p{font-size:20px; line-height:28px; font-weight:400; color:var(--secondary-color);}
.product-item .colors-select-main .label{color:var(--secondary-color);font-size:20px;letter-spacing:0;line-height:normal; font-weight:500; margin-bottom:13px;}
.product-item .colors-select-main {margin:30px 0 0;}
.product-item .colors-select {display: -webkit-flex;display: flex;flex-wrap: wrap;margin:-5px -31px;}
.product-item .colors-select li{padding:5px 31px; margin:0 !important;}
.product-item .colors-select li .image-box{width:55px; min-width:55px; height:55px; border-radius:50%; overflow:hidden; border:1px solid #EEEDF3;}
.product-item .colors-select li .image-box img{width:100%; height:100%; object-fit: cover; object-position: center; display:block;}
.material-list .colors-select {margin:-5px -30px;}
.material-list .colors-select li{padding:5px 30px;}
.material-list .colors-select li .image-box{margin: 0 auto;border: 0;border-radius: 0;width: auto;height:55px; width:55px; border-radius:100%; border:2px solid var(--secondary-color); transition: all 0.4s ease; padding:12px;}
.material-list .colors-select li .image-box img {width: 100%;height: 100%;object-fit: scale-down;object-position: center;display: block;}
.material-list .colors-select li label.name{ color: var(--secondary-color);font-family: 'Work Sans', sans-serif;font-size: 15px;line-height:38px;text-align: center; display:block; margin-top:0; white-space: nowrap;}
.product-item .cate-content .name br{display:none;}
.product-item .empty-link {display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}
.product-item.no_variation_found .empty-link{z-index:-1;}
.cat-product-list .product-item + .product-item {padding-top:94px; margin-top: 125px; border-top:1px solid var(--primary-color);}
.product-item:hover{border-color:var(--primary-color);}
.slider-section .inner{padding: 0 100px;}
.cate-detail-box{position: relative; padding-left: 18%; overflow: hidden;}
.cate-imgbox{display: block; width: 100%; height: 660px; background: #000;}
.cate-imgbox img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.cate-slider-content{padding:30px 70px 40px 0; background: #fff; width: 100%; max-width: 500px; position: absolute; left: 0; top: 0; z-index: 2; -webkit-border-bottom-right-radius: 100px; -moz-border-radius-bottomright: 100px; border-bottom-right-radius: 100px;}
.cate-slider-content:after{display: block; content: ""; width: 170px; height: 170px; background:url(../images/shape3.png) no-repeat 0 0; position: absolute; right:-106px; top:-62px;}
.cate-slider-content p{font-weight: 300;}
.cate-slider-content h2{margin: 0 0 20px;}
.cate-pro-list{padding-left: 100px; margin-top: 30px; text-align: center;}
.cate-pro-list h2{font-size: 40px; line-height: 42px; color: #EEEDF2; align-items: center; justify-content: center; cursor:pointer;}
.cate-pro-list h2 i{display: inline-block; margin-right: 10px; font-size: 28px; line-height: 38px; color: #fff; text-indent: 5px; width: 40px; height: 40px; background:#EEEDF2; text-align: center; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.cate-for .slick-arrow{width: 70px; height: 70px; line-height: 70px; background:var(--primary-color); -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.cate-for .slick-arrow:hover { background-color: #544e93; }
.cate-for .slick-arrow:after{font-size: 60px; line-height: 66px; color: #fff; text-indent: 10px;}
.cate-for .slick-arrow.slick-next{right: 65px;}
.cate-for .slick-arrow.slick-prev{display: none !important;}
.cate-page-list{align-items: center;}
.cate-page-list .btnbox{padding-top: 50px;}
.btn .icon-eye{display: inline-block; vertical-align: middle; margin-right: 10px;}
.btn .icon-eye img{display: block; width: 40px; height: 28px;}
.cate-page-list .imgbox{display: block; margin: 0 auto;}
.cate-page-list .imgbox img{width: 100%; max-width: 540px;}
/*.cate-content{padding-right:100px;}*/
.cate-content p{font-weight: 300;}
.cate-page-list:nth-child(even) .cate-content{padding-right:0; padding-left:100px;}
.color1 .pro-name{color: var(--primary-color);}
.color2 .pro-name{color: #ffbc00;}
.color3 .pro-name{color: var(--primary-color);}
.cate-page-list .cate-content .pro-name > span{color:var(--secondary-color);}
.color1.slick-current .nav-pro-name{color: var(--primary-color);}
.color2.slick-current .nav-pro-name{color: #ffbc00;}
.color3.slick-current .nav-pro-name{color: var(--primary-color);}
.color1.slick-current h2 i{background: var(--primary-color);}
.color2.slick-current h2 i{background: #ffbc00;}
.color3.slick-current h2 i{background: var(--primary-color);}

/*Product Page*/
.detail-info{margin-top:15px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
.detail-info .left-block {min-width: 48.2%;max-width: 48.2%;flex-basis: 48.2%;}
.detail-info .left-block .imgbox{display: block;text-align: center;}
.detail-info .left-block .imgbox img{display: block; width:100%;}
.detail-info .right-block {min-width: 51%;max-width: 51%;flex-basis: 51%;padding-left: 37px;}
.detail-info .right-block .panel-bg-block{max-width:682px; width:100%;}
.panel-border-wrapper{border:1px solid var(--primary-color); padding:65px;}
.panel-border-wrapper.price-box-wrapper {padding-top: 50px;padding-bottom: 45px;padding-right: 45px;}
.detail-info .right-block .panel-bg-block h1 {margin-bottom: 35px;}
.detail-info .right-block .panel-bg-block h1 small{font-size:20px;line-height:normal;font-weight:500; margin-bottom:4px;}
.detail-info .colors-select-main .label {margin-bottom: 18px;}

.detail-content-box{margin-bottom:60px !important;}
.detail-content ol li,
.detail-content ul li {font-size: 16px;font-weight: 300;margin-bottom:5px; line-height:normal;}
.detail-content ul li{position: relative; color:var(--secondary-color); padding-left:30px;}
.detail-content ul li a{color:var(--secondary-color);}
.detail-content ul li:before{font-size:20px; font-family:'Line Awesome Free'; font-weight:900;content:"\f30b"; background:none !important; width:auto !important; height:auto !important; left:0; top:0 !important;}
.detail-content li:last-child{margin-bottom:0;}
.detail-content.entry-content ul li:before{width:4px; height:4px; top:12px;}
.custom-product-wrapper {min-height: 200px;}
.btn .icon-msg{display: inline-block; vertical-align: middle; margin-right: 10px;}
.btn .icon-msg img{display: block; width: 35px; height: 28px;}
.detail-content .page-title{margin-bottom:0; border-bottom:1px solid #E0DEE6;color: var(--secondary-color);font-size: 22px;line-height: 25px; padding:17px 30px;}
.detail-content .page-title > span{display:block;}
.other-info{position: relative; z-index: 2;}
.other-info .items + .items{margin-top: 30px;}
.other-info .price-with-btn-box .items{width:100%;}
.other-info .disct-price{font-size:24px; text-decoration: line-through; margin-right: 10px; line-height:29px; color:#A9A4B3;}
.other-info .final-calc-price,
.other-info .price1,
.other-info .price{font-size:40px; line-height:48px; font-family: 'Work Sans', sans-serif; display:block; color:var(--secondary-color);}
.other-info .material-list .colors-select li .image-box img {max-width: 100%; width: auto; margin: 0 auto;}
.price-and-disct-price p {min-width: 80px; margin:0;}
.price-and-disct-price {display: -webkit-flex;display: flex;}
.product-section .price-and-disct-price .disct-price12,
.price-and-disct-price .disct-price1 {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;}
.cart-btn-price {display: -webkit-flex;display: flex;flex-wrap: wrap; align-items: center;}
.cart-btn-price .btnbox{padding:0; width:100%; display:block;}
.price-with-btn-box .btn .cart-icon{background-image:url(../images/cart-icon21.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;}
.price-with-btn-box .btn.btn-success .cart-icon,
.price-with-btn-box .btn:hover .cart-icon, .price-with-btn-box .btn:focus .cart-icon, .price-with-btn-box .btn:active .cart-icon{background-image:url(../images/cart-icon2-hover1.svg);}

.extra-label,
.price-with-btn-box {display: -webkit-flex;display: flex;flex-wrap: wrap;}
.extra-label{color: var(--black-color); font-size:20px; font-weight:500; padding-top:29px;}
.esto-logo-block {border-top: 1px solid #E0DEE6;padding: 58px 65px;}
.esto-logo-block .imgbox{width: 130px; margin-right:50px;}
.esto-logo-block .imgbox img{width:100%; display:block;}
.esto-logo-block .panel-logo-text{color: var(--secondary-color);font-family: 'Work Sans', sans-serif;}
.esto-logo-block .panel-logo-text a{color: var(--secondary-color);}

.choice-product-block-wrapper strong{font-weight:500;}
.choice-product-image1{min-width:180px;max-width:180px;flex-basis:180px; height:180px;overflow:hidden;border: 2px solid var(--primary-color); border-radius:100%; background:var(--white-color); padding: 10px;}
.choice-product-image1 img{width:100%; height:100%; object-position: center; object-fit: scale-down;display: block;}
.choice-product-content{padding-left:96px;}
.choice-product-content .choice-product-title{font-size:30px; line-height:28px; font-weight:400; color: var(--secondary-color);}
.choice-product-wrapper .choice-product-content .choice-product-price{font-size:39px; line-height:56px; font-weight:800; color: var(--secondary-color); padding: 0; white-space: normal;}
.update-and-delete-btns .btn {font-size: 18px;padding: 12px 22px;min-width: 183px;font-weight: 500;}
.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: 45px;}
.select-product-box a.delete-product1 {width:45px; height:45px; border-radius:100%;background-color:var(--primary-color);background-image:url(../images/delete-icon1.svg);background-position: center; background-repeat: no-repeat; background-size:12px auto; margin-left:38px; transition: all 0.4s ease;}
.select-product-box a.delete-product1:hover{background-color:var(--secondary-color);background-image:url(../images/delete-icon-hover1.svg);}

.mapping-block{margin:45px auto 32px auto; position: relative; width: 180px; min-width: 180px;}
.m_imgbx {display: block;position: relative;}
.m_imgbx .img{display: block; margin: 0 auto;}
.m_imgbx .img_h{opacity: 0; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto;}
.m_imgbx:hover .img{opacity: 0;}
.m_imgbx:hover .img_h{opacity: 1;}
.mapping-img {position: relative;}
.label-box{padding: 0 20px; min-width: 170px; text-align: center; font-size: 11px; line-height: 30px; color:var(--secondary-color); text-transform: uppercase; white-space: nowrap; font-weight: 400; border: 1px solid #d9ad80; background: #fff; position: absolute; right: 100%; top: 50%;transform: translate(0, -50%);-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; opacity: 0;}
.label-box:before{display: block; content: ""; background:#d9ad80; width: 5px; height: 5px; position: absolute; right: -56px; top: 50%; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; margin-top: -2px;}
.label-box:after{display: block; content: ""; background:#d9ad80; width: 56px; height: 1px; position: absolute; right: -56px; top: 50%;}
.mapping-img:hover .label-box{opacity: 1; margin-right: 30px;}
.mapping-block .items{position: relative; z-index: 6; margin: -75px auto 0 auto;}
.mapping-block .items:nth-child(1){ z-index: 13;margin-top: 0;}
.mapping-block .items:nth-child(2){ z-index: 12;}
.mapping-block .items:nth-child(3){ z-index: 11;}
.mapping-block .items:nth-child(4){ z-index: 10;}
.mapping-block .items:nth-child(5){ z-index: 9;}
.mapping-block .items:nth-child(6){ z-index: 8;}
.mapping-block .items:nth-child(7){ z-index: 7;}
.mapping-block .items:nth-child(8){ z-index: 6;}
.mapping-block .items:nth-child(9){ z-index: 5;}
.mapping-block .items:nth-child(10){ z-index: 4;}
.mapping-block .items:nth-child(11){ z-index: 3;}
.mapping-block .items:nth-child(12){ z-index: 2;}

.form-madal .modal-dialog{width: 100%; max-width: 590px;}
.form-madal .modal-content{border: 0; background: #eeedf2; border-radius:10px; box-shadow:20px 30px 20px -20px rgba(0,0,0,0.2);}
.form-madal .modal-header{padding:30px 30px 15px 30px; border: 0;}
.form-madal .modal-header .close {padding: 0;font-size:50px;text-shadow: 0 0 0 #000;color: var(--primary-color);opacity: 1;margin-right: -10px;margin-top: -15px;}
.form-madal .modal-body{padding:10px 100px 50px;}
.input-field .label{display: block; font-size: 14px; font-weight: 400; color: var(--secondary-color); margin: 0 0 5px; text-transform:uppercase;}
.input-field input, .input-field textarea{width: 100%; height:46px; border: 0; border:1px solid #dedde0;}
.input-field textarea{height: 100px;}
.input-field + .input-field{margin-top: 15px;}
.input-field br{display: none;}
.form-madal .btnbox{text-align: center; padding-top:30px;}
.form-madal .btnbox .btn{padding:14px 20px;min-width:180px;}
.form-madal .btnbox .btn i{margin:0 10px 0 0; color:#ffbc00;}
.wpcf7-form-control-wrap{display: block;}
div.wpcf7 .ajax-loader {position: absolute;}
.wpcf7-not-valid-tip{font-size: 12px;position: absolute;}

.sub-cat-list .tabs-style {border-bottom: 1px solid #EEEDF2;margin-bottom: 45px;}
.sub-cat-list li {font-size: 24px;color: var(--primary-color);letter-spacing: 0;font-weight: bold;padding: 10px 0; position: relative;}
.sub-cat-list li a{color: var(--primary-color);}
.sub-cat-list li + li{margin-left:60px;}
.sub-cat-list li:after {position: absolute;bottom: -1px;left: 0;right: 0;content: "";background:#EEEDF2;height: 1px; opacity:0;}
.sub-cat-list ul.tabs-style{display:block !important;}
.sub-cat-list h2.resp-accordion{background:#EEEDF2 !important; display:none !important;}
.sub-cat-list li.color1 a{color:var(--primary-color);}
.sub-cat-list li.color1.active:after{opacity:1; background:var(--primary-color);}
.sub-cat-list li.color2 a{color:#ffbc00;}
.sub-cat-list li.color2.active:after{opacity:1; background:#ffbc00;}
.sub-cat-list li.color3 a{color:var(--primary-color);}
.sub-cat-list li.color3.active:after{opacity:1; background:var(--primary-color);}

.product-large-images{margin-bottom:20px;}
.product-small-images{margin:-13px; padding: 0 60px; position: relative;z-index: 0; margin-bottom:64px !important;}
.product-small-images .imgbox{padding:13px; width:25%; float:left;}
.product-small-images .imgbox.slick-current .imgbox-inner{border-color:var(--secondary-color);}
.product-small-images.color1 .imgbox.slick-current .imgbox-inner{border-color:var(--primary-color);}
.product-small-images.color2 .imgbox.slick-current .imgbox-inner{border-color:#ffbc00;}
.product-small-images.color3 .imgbox.slick-current .imgbox-inner{border-color:var(--primary-color);}
.product-small-images .slick-arrow {background:var(--primary-color);border-radius: 50%; color: var(--white-color); width:52px; height:52px;}
.product-small-images .slick-arrow:hover{background:var(--secondary-color);}
.product-small-images .slick-arrow:after {font-size: 20px; line-height:52px;}
.product-small-images .slick-arrow.slick-prev {left: 4px;}
.product-small-images .slick-arrow.slick-next{right:0;}
.product-small-images .slick-prev.slick-arrow:after {left: -3px;}
.product-small-images .slick-next.slick-arrow:after {right: -2px;}
.product-small-images .imgbox-inner{width:100%; height:100px; overflow:hidden; background:#fff; border:1px solid var(--primary-color); display:block; padding:5px; cursor:pointer; transition: all 0.4s ease;}
.product-small-images .imgbox-inner img{width:100%; height:100%; object-fit: contain; object-position: center; display:block;}
.product-big-images{margin:-5px -5px 100px -5px !important; display:-webkit-flex; display:flex; flex-wrap:wrap; top:80px;}
.product-big-images .images-item{min-width:50%; max-width:50%; flex-basis:50%; padding:5px;}
.product-big-images .imgbox{ width:100%; height:370px; display:block; overflow:hidden;}
.product-big-images .imgbox img{width:100%; height:100%; object-position: center; object-fit: cover; display:block;}
.single-product .modal-backdrop.show{opacity:0;}
.colors-select-main{margin-bottom: 40px;}
.colors-select-main + .items {margin-top: 55px;}
.colors-select-main .label{ color:var(--secondary-color);font-size:20px;letter-spacing:0;line-height:normal;display:block; margin-bottom:22px; font-weight:500;}
.colors-select-main.wall_types label.label,
.colors-select-main.sizes label.label {margin-bottom: 23px;display: block;}
.entry-content .colors-select {display: -webkit-flex;display: flex;flex-wrap: wrap;margin: -5px -32px;}
.entry-content .colors-select li:before{display:none;}
.entry-content .colors-select li{margin:5px 23px; padding:5px; position: relative; cursor:pointer; min-width:75px; max-width:75px; flex-basis: 75px; height:75px; border-radius:100%; transition: all 0.4s ease;}
.entry-content .colors-select li:after{position: absolute; left:0; right:0; top:0; bottom:0; border:1px solid var(--primary-color); content:""; border-radius:50%; transition: all 0.4s ease; opacity:0;}
.colors-select li .image-box{width: 100%; height:100%;border-radius:50%; overflow:hidden; cursor:pointer; position: relative;}
.colors-select li .image-box img{width:100%; height:100%; object-position:center; object-fit: cover; display:block;}
.entry-content .colors-select li.selected .image-box,
.entry-content .colors-select li:hover .image-box{border-color:var(--primary-color);}
.entry-content .colors-select li.selected:after,
.entry-content .colors-select li:hover:after{opacity:1;}
.entry-content .colors-select-main.material-list {margin-bottom: 24px;}
.entry-content .material-list .colors-select li {height: auto;}
.colors-select-main.wall_types,
.colors-select-main.sizes {margin-bottom: 28px;}
.colors-select-main.wall_types .selectbox,
.colors-select-main.sizes .selectbox{line-height:78px;}
.colors-select-main.wall_types .selectbox select,
.colors-select-main.sizes .selectbox select{border:2px solid var(--primary-color); font-size:20px; letter-spacing:0; color:var(--secondary-color); height:78px; padding:0 50px 0 30px; border-radius:0;}
.colors-select-main.wall_types .selectbox:after,
.colors-select-main.sizes .selectbox:after{width:22px; height:11px; background:url(../images/dropdown-icon1.svg) no-repeat center; background-size:100% auto; content: ""; right:25px; line-height:1; top:50%; transform: translate(0, -50%);}
.entry-content .other-info .material-list .colors-select li:after{display:none;}
.material-box-inner {border: 1px solid #E0DEE6;padding:10px 6px;text-align: center; min-height:78px; cursor:pointer; transition: all 0.4s ease; border-radius:3px;}
.material-list .colors-select li .material-box-inner .image-box{border-width:2px;}
.material-list .colors-select li .material-box-inner label.name{font-size:14px; line-height:14px; color:var(--secondary-color); text-align:center; margin-top:8px; cursor:pointer;}
.material-list .colors-select li.selected .material-box-inner,
.material-box-inner:hover{border-color:var(--primary-color);}
.other-info .material-list .colors-select li.selected .material-box-inner .image-box img,
.material-list .colors-select li.selected .material-box-inner .image-box img,
.material-list .colors-select li .material-box-inner:hover .image-box img{filter:grayscale(0);}
.colors-select-main .error-msg{color:red; font-size: 13px;}
.cat-info {text-align: center;max-width: 870px;margin:0 auto !important;border-bottom: 1px solid #EEEDF2;padding-bottom: 40px; width:100%;}
.cat-info h1 {margin-bottom: 35px;}
.cat-info,
.cat-info p{font-size:22px; line-height:32px; color:var(--secondary-color); margin:0;}
.cat-info p + p{margin-top:20px;}
.category-list{max-width:870px; width:100%; margin:0 auto;}
.category-list h2{font-size:36px;line-height:1; margin-bottom:20px;}
.category-list .row {margin-top: -70px;}
.category-list .row>div {margin-top: 120px;}
.category-list .btnbox{padding-top:0;}
.category-list .cat-name{color: var(--secondary-color);font-size: 16px;line-height:1; margin-bottom:6px;}
.category-list .btn {padding: 14px 24px;}
.category-list .imgbox {height: 220px;display: block;margin-bottom: 20px; max-width:380px; width:100%;}
.category-list .cate-content {max-width: 380px;width: 100%;}
.category-list .imgbox img {display: block;width: 100%;height: 100%;object-fit: contain;object-position: center;}
.category-list .row>div:nth-child(even) {display: -webkit-flex;display: flex;flex-wrap: wrap;}
.category-list .row>div:nth-child(even) .cate-content,
.category-list .row>div:nth-child(even) .imgbox{margin-left:auto;}

.lisad-page-section{position: relative;}
.lisad-page-section .cat-product-list {padding: 45px 0; display:-webkit-flex; display:flex; flex-wrap:wrap; margin:-15px;}
.lisad-page-section .cat-product-list.row>div{padding:15px;}
.lisad-page-section .cat-product-list .product-item + .product-item{margin:0;}
.lisad-page-section .product-item{flex-wrap: wrap; padding:40px 50px 50px 50px; height:100%;}
.lisad-page-section .product-item .left-block {min-width:100%;max-width:100%;flex-basis:100%;}
.lisad-page-section .product-item .left-block .imgbox{height:240px; width:100%; margin-bottom:20px;}
.lisad-page-section .product-item .left-block .imgbox img{width:100%; height:100%; object-fit: contain; object-position: center; display:block;}
.lisad-page-section .product-item .right-block{min-width:100%;max-width:100%;flex-basis:100%; padding:0;}

.full-width-image{position: relative; z-index:1;}
.full-width-image .content-inner h2 {margin-bottom: 15px;}
.full-width-image .imagebox {width: 100%;height: auto;}
.full-width-image .imagebox img{width:100%; height:100%;display:block; object-fit: cover; object-position: center;}
.full-width-image .content-inner {padding:0 20px; max-width: 692px;width: 100%;margin: 0 auto;text-align: center;position: absolute;bottom: 54px;left: 0;right: 0;}
.section7.full-width-image,
.section5.full-width-image {margin-bottom: 130px;}

.product-fifty-section *:last-child{margin-bottom:0;}
.product-fifty-section{padding-bottom:85px;}
.product-fifty-section h3 {margin-bottom: 30px;}
.product-fifty-section p {margin-bottom: 30px;}
.product-fifty-section .row {margin: 0;}
.product-fifty-section .row>div{padding:0;}
.product-fifty-section .item{overflow:hidden; border:1px solid var(--primary-color);}
.product-fifty-section .item + .item{margin-top:20px;}
.product-fifty-section .imagebox{width:100%; height:565px; min-height:100%;}
.product-fifty-section .imagebox img{width:100%; height:100%; object-position: center; object-fit: cover; display:block;}
.product-fifty-section .info-content {padding: 25px;text-align: center;max-width: 710px;width:100%; margin: 0 auto;}

.fifty-fifty-section{margin-bottom:100px;}
.fifty-fifty-section *:last-child{margin-bottom:0;}
.fifty-fifty-section .item + .item{margin-top:60px;}
.fifty-fifty-section .imagebox{width:100%; height:auto;}
.fifty-fifty-section .imagebox img{width:100%; height:100%; object-position: center; object-fit: cover; display:block;}
.fifty-fifty-section .info-content1 h3 strong{color: var(--primary-color);}

/** Fact Sheet Page Start **/
.single-fact_sheet #cookiescript_badge,
.single-fact_sheet .scrollup,
.page-template-tpl_fact-sheet .scrollup,
.single-fact_sheet .mobi-iconbox,
.page-template-tpl_fact-sheet .mobi-iconbox,
.single-fact_sheet .footer,
.page-template-tpl_fact-sheet .footer,
.single-fact_sheet .header,
.page-template-tpl_fact-sheet .header{display:none !important;}
.fact-sheet-section{padding:30px 0;}
.fact-sheet-section h3{margin-bottom:10px;}
.fact-sheet-section .container {max-width: 780px;position: relative;padding: 0 20px;}
.pdf-logo{margin-bottom:10px;}
.pdf-logo a {max-width: 127px;width: 100%;display: block;}
.pdf-logo a img{display:block;width:100%;}
.right-btns {display: -webkit-flex;display: flex;align-items: center;position: absolute;right: 20px;top: 0;}
.right-btns i{font-size:36px; color:#000;}
.right-btns .print-icon{margin-right:15px;}
.fact-sheet-section h1{font-weight:300; margin-bottom:15px;}
.fact-sheet-section h1 strong{display:block;font-weight:bold;}
.fact-sheet-section .image-box {width: 100%;height:auto;display: block;padding-bottom:10px;}
.fact-sheet-section .image-box img {display: block;height:auto;}
.information-main {display: -webkit-flex;display: flex;flex-wrap: wrap; align-items:flex-end; margin-top:0;}
.information-list {display: -webkit-flex;display: flex;align-items: center;background: #f4f3f7;height: 100%; border-radius:16px; padding:20px 5px;width:80.5%;}
.information-list .item {width: 100%;padding:8px 35px;}
.information-list .item + .item{border-left:1px solid #e0dee6;}
.information-list .item .label{white-space:nowrap;}
.information-list .item .value{white-space:nowrap;font-weight:bold;display:block; margin-top:10px; color:var(--secondary-color);}
.information-list .item .value strong {font-size: 40px;display: block; line-height:1; height:30px; margin-top:-11px !important;}
.qr-code-main {margin-left: auto;width: 102px;}
.qr-code-image {width: 100%;height: auto;}
.qr-code-image img {display: block;width: 100%;}
.fact-sheet-section .content-box {margin-top: 30px;}

.newsletter-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;}
.newsletter-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;}
.newsletter-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);}
.newsletter-popup-inner h3 {margin-bottom: 15px; font-size:26px;}
.newsletter-popup-inner p {margin-bottom: 26px;}
.newsletter-popup-inner p:last-child {margin-bottom: 0;}
.newsletter-popup-inner .field-group .field + .field{margin-top:6px;}
.field-group .field p {display: none;}
.newsletter-popup .field-group .field p {display: block;}
.field-group .field label {display: block;font-size: 14px;line-height: 14px;color: var(--secondary-color);margin-bottom:5px;}
.field-group .field input {border: 1px solid var(--primary-color);border-radius:0;height: 46px;padding: 0 17px;}
.field-group .field .field-icon{position: relative; display:block;}
.field-group .field .field-icon .email-icon{position: absolute; right:17px; top:50%; background:url(../images/email-icon.svg) no-repeat center; background-size:100% auto; width:16px; height:12px; transform: translate(0, -50%);}
.field-group .field .field-icon {position: relative;display: block;}
.field-group .field + .field {margin-top: 20px;}
.field-group .field.checkbox .wpcf7-list-item-label {font-size: 16px;}
.field-group .field.checkbox .wpcf7-list-item-label:before {width: 20px;height: 20px;top:2px;line-height: 18px;font-size: 14px;}
.field-group .field.checkbox .wpcf7-list-item-label a{text-decoration:underline; color:var(--secondary-color); position:relative; z-index:2;}
.field-group .field.checkbox .wpcf7-list-item-label a:hover{text-decoration:none;}
.field-group .field.btn-box .btn {width: 100%;border-radius: 30px;background: var(--secondary-color);border: 0;color:var(--primary-color);font-size:20px;font-weight: 600; height:62px; line-height:62px;}
.field-group .field.btn-box .btn:hover{background:var(--primary-color); color:var(--secondary-color);}
.newslater-popup .newsletter-popup {visibility: visible;z-index: 99999;opacity: 1;}
.newslater-popup .newsletter-popup-inner {top: 0;}
.newsletter-popup-inner .field.btn-box {position: relative;}
.newsletter-popup-inner .field.btn-box .wpcf7-spinner {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);margin: 0;}
.newsletter-popup-inner .field.btn-box p {margin: 0;}
.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;}
.newsletter-popup-inner .field-group {display: -webkit-flex;display: flex;}
.newsletter-popup-inner .field-group .field input {height: 40px;color: #A6A7AB; font-size:18px;}
.newsletter-popup-inner .field.btn-box .btn {height: 40px !important;line-height: 40px !important;font-size: 16px !important;width: 50%;margin: 11px 0 0 20px;}
.newsletter-popup-inner .field.btn-box .btn .btn {position: absolute;left: 0;right: 0;top: 0;bottom: 0;padding: 0 0 0 5px;margin: 0;background: none !important;}
.newsletter-popup-inner .field.btn-box .btn svg {position: absolute;left: 8%;top: 50%;transform: translateY(-50%);width: 12px;height: 12px;}
.newsletter-popup-inner .field.btn-box .btn svg use{transition: all 0.4s ease;}
.newsletter-popup-inner .field.btn-box .btn:hover svg use{fill: var(--secondary-color) !important;}
.newsletter-popup-inner .wpcf7-not-valid-tip {font-size: 12px;line-height: 1;margin: 2px 0 0;}
.newsletter-popup-inner .wpcf7 form .wpcf7-response-output {font-size: 14px;margin: 0 !important;}

.page-menu {margin-top: -25px;}
.page-menu ul {display: -webkit-flex;display: flex;align-items: center;justify-content: center; margin:0 -5px; flex-wrap: wrap;}
.page-menu ul li{margin:0 5px;}
.page-menu ul li a {border: 2px solid var(--primary-color);color: var(--primary-color);text-decoration: none;font-size: 16px;height: 50px;display: block;line-height: 46px;padding: 0 15px;min-width: 150px;text-align: center; letter-spacing:0.025em; border-radius:40px;}
.page-menu ul li a:hover{background:var(--primary-color);color:#fff;}
.page-menu ul li.current-menu-item{display:none;}

.fact-sheet-section.entry-content p{font-size:16px;margin-bottom: 25px;}
.fact-sheet-section.entry-content li{margin-bottom:10px;font-size:16px;padding-bottom:0;}
.fact-sheet-section.entry-content ul, .fact-sheet-section.entry-content ol {margin-bottom:15px;}
.fact-sheet-section.entry-content ol li {margin-left: 20px;}

.home-sub-banner {padding:0 0 90px;}
.home-sub-banner .items{display:none;}
.home-sub-banner .slick-track .items,
.home-sub-banner .items:first-child{display:block;}
.home-sub-banner .imagebox {/*height:70vh;*/ overflow:hidden; display:block; /*border-radius:30px;*/ padding-bottom: 34.6%;}
.home-sub-banner .imagebox *{position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 0;width:100%; height:100%;}
.home-sub-banner .imagebox a{display:block;}
.home-sub-banner .imagebox img{width:100%; height:100%; object-position: center; object-fit:cover; display:block;}
.home-sub-banner .slick-dots {position: static;margin-top:20px;}
.home-sub-banner .slick-dots li{margin:0 5px;}
.home-sub-banner .slick-dots li button {width: 8px;height: 8px;}
.home-sub-banner .slick-dots li button:after {content: "" !important;width: 8px;height: 8px;background: #E0DEE6;border-radius: 50%;}
.home-sub-banner .slick-dots li.slick-active button:after{background:var(--primary-color);}
.home-sub-banner .slick-arrow {width: 40px;height: 40px;background: var(--primary-color);color: #fff;border-radius: 50%;text-align: center; margin-top:-20px;}
.home-sub-banner .slick-arrow:after {font-size: 16px;line-height: 38px;text-align: center;color: #fff;}
.home-sub-banner .slick-prev.slick-arrow {left:50px;}
.home-sub-banner .slick-next.slick-arrow {right:50px;}

.blog-page-list .grid-item .blog-card{margin-bottom:40px;}
.blog-page-list .grid-item .blog-card a:hover{text-decoration:none;}
.blog-page-list .grid-item .card-body .imgbox{overflow: hidden;}
.blog-page-list .grid-item .card-body img{display:block;transition: all 0.4s ease;}
.blog-page-list .grid-item .blog-card a:hover img{transform: scale(1.1);opacity: 0.8;}
.blog-page-list .grid-item .card-body h3{font-size:22px; line-height:26px; margin:20px 0 14px;}
.blog-page-list .grid-item .card-body p{line-height:22px; margin-bottom:8px;}
.blog-page-list .grid-item .card-body span{color:#d9ad80; line-height:29px; padding-right:18px; position:relative; display:inline-block;}
.blog-page-list .grid-item .card-body span::after{content: "\f105";display: block; font-family: 'FontAwesome'; font-weight: 400;font-size: 16px; line-height:22px; position: absolute; right:0; top:0;}
.blog-page-list .grid-item.tip .card-body p{font-size:22px; line-height:30px; margin-bottom:0; border:1px solid var(--primary-color); color:var(--secondary-color); padding:28px;}
.blog-details ol li,
.blog-details ul li,
.blog-details p{font-size:16px; line-height:24px;}
.blog-details .excerpt-text p{font-size:22px; line-height:30px;}
.blog-details .featureimg{max-width:75%;}
.blog-details .page-title + .clearfix {margin-top: 40px;}
.social-share {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: #fff;text-align: center; padding:0 24px; line-height:32px; border-radius:3px;}
.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-icon1.png);width:14px; height:12px; background-size:100% auto; margin-top: auto; margin-bottom:auto; }
.social-share-inner .social-icon label{font-weight:600; font-size:13px;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;}

.page-template-tpl_cart .middle-section .container{max-width:870px;width:100%; padding:0 15px;}
.cart-main{background:#fff; border-radius:0;/*box-shadow: 0 23px 32px 0 rgba(16, 25, 34, 0.15);*/ margin-top:65px; padding:0 30px 40px 30px; border:1px solid var(--primary-color);}
.cart-main .cart-item {padding:20px 0;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center; flex-wrap: wrap;}
.cart-main .cart-item + .cart-item{border-top:1px solid var(--primary-color);}
.cart-main .cart-item__figure {width: 120px;height: 82px; overflow:hidden;display:block;}
.cart-main .cart-item__figure img{width:100%; height:100%; object-position: center; object-fit: scale-down;display:block;}
.card-item__body {-ms-flex-positive: 1;flex-grow: 1;padding-left: 30px;padding-right: 15px; min-width:29%;max-width:29%;flex-basis:29%;}
.card-item__body h6{font-size:16px; line-height:18px;font-weight:bold;color:var(--secondary-color); margin:0 0 4px 0;}
.card-item__body h6 a{color:var(--secondary-color); text-decoration: none;}
.card-item__body h6 a:hover{text-decoration:none;}
.card-item__body p{font-size:14px; line-height:22px; font-weight:400; color:var(--secondary-color);margin:0;}
.card-item__amount {padding-left: 15px;padding-right: 15px; min-width:22%;max-width:22%; flex-basis:22%;}
.form-amount {display:-webkit-flex;display:flex;}
.qty-label{margin-right:15px;}
.qty-label label {font-size: 16px;line-height: 18px;color: var(--secondary-color);font-weight: 400;display: block;}
.qty-label .card-price {font-size: 14px;white-space: nowrap; display:none;}
.qty-label .card-price .deleted-price {text-decoration: line-through;opacity: 0.5;}
.qty-box {display: -webkit-flex;display: flex;position: relative;}
.qty-box input{width:100%; height:40px;background:none; border:1px solid var(--primary-color); border-radius:0; font-size:16px; line-height:normal; color:var(--secondary-color); padding:0 15px 0 10px;}  
.qty-box button {position: absolute;top:0; right:1px;width: 15px;background: var(--primary-color);text-align: center;height:19px;font-size: 12px;color:var(--secondary-color);border-radius: 0;}
.qty-box button.btn-less {top: 21px;border-radius: 0 0 3px 0;}
.card-item__total {padding:0 15px; text-align: center; font-size:16px; line-height:18px; color:var(--secondary-color); font-weight:400;min-width:16%; max-width:16%; flex-basis:16%;}
.cart-item>.btn-remove {min-width:90px;max-width: 90px;flex-basis:90px;margin-left: auto; font-size:16px; line-height:18px; color:#d9ad80; text-decoration: none;}
.cart-item>.btn-remove a{color:var(--primary-color);}
.btn-remove {width:12px;background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3A%23e4cdb7%3B%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Ctitle%3Eicon%2F16%2Fclose%3C%2Ftitle%3E%0A%3Cpolygon%20points%3D%2216%2C1.3%2014.7%2C0%208%2C6.7%201.3%2C0%200%2C1.3%206.7%2C8%200%2C14.7%201.3%2C16%208%2C9.3%2014.7%2C16%2016%2C14.7%209.3%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E) no-repeat right center;background-size: 12px 12px;}

.cart-item .head-feet-label {margin-left: 150px;max-width: 380px;margin-top: 7px;display:none;}
.cart-item .head-feet-label:before{top: 13px;}

.article-cart__footer {border-top:1px solid #E0DEE6;font-size: 16px; line-height:24px; color:var(--secondary-color); padding-top:30px;}
.article-cart__footer span {margin: 5px 0;}
.price-calculation {max-width: 240px; width:100%;}
.article-cart__totals {display: grid;grid-template-columns: minmax(-webkit-min-content, 220px) minmax(-webkit-min-content, 1fr);grid-template-columns: minmax(min-content, 220px) minmax(min-content, 1fr);grid-column-gap:0;}
.article-cart__footer .price-col {max-width: 105px;min-width: 105px;flex-basis: 105px;text-align: center;padding-left: 15px;}
.article-cart__footer .coupon-code-box button.slept_cart_couponcode{margin: 0 0 0 10px; padding: 0;min-width:80px;}
.cart-loader .white-box-shadow,
.cart-loader .other-info-main,
.cart-loader .cart-main{position: relative;}
.cart-loader .white-box-shadow:before,
.cart-loader .other-info-main:before,
.cart-loader .cart-main:before{content:""; position: absolute;left:0;right:0;top:0;bottom:0; background:rgba(255, 255, 255, 0.5);z-index:98;}
.cart-loader .white-box-shadow:after,
.cart-loader .other-info-main:after,
.cart-loader .cart-main:after{content:""; position: absolute;left:0;right:0;top:0;bottom:0; background:url(../images/loader.svg) no-repeat center; background-size:30px auto; z-index:99;-webkit-animation: infinite-spinning 1.08s linear infinite;animation: infinite-spinning 1.08s linear infinite;}
@-webkit-keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hidden{display:none !important;}

.white-box-shadow{background:#fff; border-radius:0;/*box-shadow: 0 23px 32px 0 rgba(16, 25, 34, 0.15);*/ margin-top:30px; padding:45px 55px; border:1px solid var(--primary-color);}
.white-box-shadow h2{font-size:40px; line-height:normal; margin-bottom:52px;}
.article-cart__section1 .row{margin:0 -35px;}
.article-cart__section1 .row>div{padding:0 35px;}
.article-cart__section1 .form-group {margin-bottom: 12px;}
.article-cart__section1 .form-group label {display: block;font-size: 14px;line-height: normal;color: var(--secondary-color);font-weight: 400;margin-bottom:3px;}
.article-cart__section1 .form-group label.label--required span{color:#FF2424;}
.article-cart__section1 .form-group .form-control {border-radius: 0;border: 1px solid var(--primary-color);height: 40px;box-shadow: none;outline: none;}
.article-cart__section1 .form-group textarea.form-control{height:100px;}
body .form-control{border-color:var(--primary-color); border-radius:0;}

.article-cart__section2 h2{margin-bottom:42px;}
.article-cart__section3 .radiobox .checkmark,
.article-cart__section2 .radiobox .checkmark{width:20px; height:20px; border-radius:50%;border:1px solid var(--primary-color);}
.article-cart__section3 .radiobox .checkmark:after,
.article-cart__section2 .radiobox .checkmark:after{content:"";width:10px; height:10px; border-radius:50%;background:var(--primary-color); left:50%; top:50%; transform: translate(-50%, -50%); opacity:0;}
.article-cart__section3 .radiobox input:checked ~ .checkmark:after,
.article-cart__section2 .radiobox input:checked ~ .checkmark:after{content:""; opacity:1;}
.article-cart__section3 .radiobox strong, .article-cart__section3 .checkbox strong,
.article-cart__section2 .radiobox strong, .article-cart__section2 .checkbox strong {font-size: 16px;font-weight: 400;color: var(--secondary-color);}
.article-cart__section3 .radiobox strong, .article-cart__section3 .checkbox strong a{position:relative; z-index:3;}
.article-cart__section3 .price-calculation {border-top: 1px solid var(--primary-color);border-bottom: 1px solid var(--primary-color);padding:20px 0; max-width:100%; width:100%;}
.article-cart__section3.white-box-shadow h2{margin-bottom:35px;}
.article-cart__section3 .price-calculation span{font-size:16px; line-height:24px; color:var(--secondary-color); margin:5px 0;}
.article-cart__section3 .checkbox .checkmark {margin: 0;}
.article-cart__section3 .checkbox strong a{text-decoration:underline;}
.article-cart__section3 .checkbox strong a:hover{text-decoration:none;}
.article-cart__section3 .btn{min-width:200px; margin-top:14px;}
.payment-methods{border-bottom: 1px solid var(--primary-color);padding:25px 0; margin-bottom:25px;}
.payment-icons ul {display: -webkit-flex;display: flex;align-items: center;flex-wrap: wrap; margin:30px 0 25px 0px;}
.payment-icons ul li {list-style: none;padding:0;margin: 0;min-width: 14.222%;max-width: 14.222%;flex-basis: 14.222%; border:2px solid transparent; transition: all 0.4s ease; cursor:pointer;}
.payment-icons ul li:before{display:none;}
.payment-icons ul li img{width:100%; height:100%; object-position: center; object-fit: scale-down;display:block;}
.payment-icons ul li.payment-selected,
.payment-icons ul li:hover{border-color:var(--primary-color);}
.header-cart-icon{background:url(../images/cart-icon11.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%; display: none;}
.header-cart-icon span.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);}

.price-container {margin-top: 20px;}
.price-container a.addtocart.btn-success .cart-icon {margin-left: 5px;}
.price-container h6 {font-weight: 500;margin:0 0 6px 0;color: var(--secondary-color);font-size:20px;letter-spacing:0;line-height:normal;}
.price-container .disct-price{font-size: 24px;text-decoration: line-through;margin-right: 10px;line-height: 29px;color:var(--secondary-color);opacity:0.5;}
.price-container.noDiscountedPrice .disct-price,
.price-container .price1,
.price-container .price {font-size:56px;line-height:56px;font-family: 'Work Sans', sans-serif;display: block;color: var(--secondary-color); text-decoration: none; margin:0; font-weight:800;}
.price-container .btn {z-index: 1;}
.header-left-menu .cate-content .price-and-disct-price {justify-content: center;align-items: center; margin-bottom:20px;}
.header-left-menu .cate-content .price-and-disct-price .disct-price{font-size:18px;text-decoration: line-through;line-height:normal;color: var(--secondary-color);opacity:0.5;}
.header-left-menu .cate-content .price-and-disct-price .disct-price + .price{margin-left:10px;}
.header-left-menu .cate-content.noDiscountedPrice .price-and-disct-price .disct-price,
.other-info .select-product-block .price1,
.header-left-menu .cate-content .price-and-disct-price .price {font-size:24px;line-height: normal;font-family: 'Work Sans', sans-serif;display: block;color: var(--secondary-color);font-weight:bold;text-decoration: none; margin:0;}
.product-section .price-and-disct-price .disct-price12,
.header-left-menu .price-and-disct-price .disct-price1 {position: absolute;top:30px;right:10px;background: #fff;}
.head-feet-label {background: rgba(0,0,0,0.05);margin-top: 16px;padding:11px 12px 11px 38px; position: relative; max-width:310px; width:100%;}
.head-feet-label:before{content:"";position: absolute; left:12px; top:12px; width:16px; height:16px; background:url(../images/info-icon.svg) no-repeat center; background-size:100% auto;display:block;}
.head-feet-label p {font-size: 14px;line-height: 18px;color: var(--secondary-color);}
.head-feet-label p a{color: var(--secondary-color); text-decoration:underline;}
.head-feet-label p a:hover{color: var(--secondary-color); text-decoration:none;}

.removecouponcode-main {display: -webkit-flex;display: flex;align-items: center;border: 1px solid #E0DEE6; padding: 10px;background: #fff;}
.removecouponcode-main .callremovecoupon {margin-left: auto;}

.page-template-tpl_layers .mobi-iconbox, .page-template-tpl_layers header.header, .page-template-tpl_layers footer.footer {display: none;}
.page-template-tpl_layers .main-wrapper {min-height:1px !important; width:476px;}
.page-template-tpl_layers .container {width: auto !important;max-width: none !important;margin: 0 0 0 232px;}
.layers-section {width:476px;}
.layers-section .m_imgbx .img{opacity:1;}
.layers-section .mapping-img .label-box {opacity: 1;margin-right: 30px; min-width:220px; font-size:12px;padding: 7px 10px; white-space: normal; line-height: normal;}
.layers-section .mapping-block{width:220px;min-width:220px; margin:5px auto;}

.price-with-btn-box.noCustomProductCls .price-and-disct-price,
.price-with-btn-box.noCustomProductCls > .items > p,
.price-with-btn-box.noCustomProductCls h6{display:none !important;}
.select-product-block h3{font-size:45px; line-height:56px; font-weight:800;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:138px; line-height:134px; overflow:hidden;display:block;border: 2px solid var(--primary-color); font-size:20px; color:var(--black-color);}
.select-product-box .image-box:hover{background:var(--primary-color); text-decoration: none;}
.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:#463C3C;}
.select-product-box .select-product-title strong a{text-decoration:none; color:#463C3C;}
.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.hidden{background:none;}
.choice-product-image{background:#fff;}
.choice-product-title {color: var(--secondary-color);}
.select-product-box .change-product {position: absolute;right: 25px;top: -31px;}

.colors-options-opened, .colors-options-opened1,
.right-side-select-product-box-open{overflow:hidden;}
.colors-options-opened1 .menu-open-overlay1, 
.colors-options-opened .menu-open-overlay1, 
.right-side-select-product-box-open .menu-open-overlay1 {display: block;z-index: 999; opacity:0.4;}
.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; opacity:0; visibility: hidden;}
.right-side-select-product-box-open .right-side-select-product-box{right:0;opacity:1; visibility: visible;}
.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-close1.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-box{border-color:#D2D3D5; position:relative; width:100%;}
.right-side-select-product-box-inner .product-section {height:calc(100vh - 95px);overflow-y:auto; overflow-x:hidden;}
.right-side-select-product-box-inner .product-section .cat-product-list {margin:-15px;}
.right-side-select-product-box-inner .product-section .product-item.no_variation_found:hover,
.right-side-select-product-box-inner .product-section .product-item {min-width: calc(50% - 30px);max-width: calc(50% - 30px);flex-basis: calc(50% - 30px);margin: 15px;text-align: center; padding:30px; box-shadow:none; border:1px solid rgba(16, 25, 34, 0.2) !important; background:var(--white-color);}
.right-side-select-product-box-inner .product-section .product-item:hover{border:1px solid rgba(16, 25, 34, 0.9) !important;}
.product-deatils .other-info {z-index: inherit;}
.select-product-block .cate-content h6 {font-weight: bold;text-transform: none;letter-spacing: 0; }
.price-and-disct-price {justify-content: center;}
.product-deatils .select-product-block .imgbox {display: block;height: 220px;}
.product-deatils .select-product-block .imgbox img {width: 100%;height: 100%;object-position: center;object-fit: scale-down;}
.product-section .price-and-disct-price .disct-price12 {top: 5px;right: -16px;}
.product-section .price-and-disct-price .normal-price2 {font-size: 18px;text-decoration: line-through;line-height: normal;color: #A9A4B3; margin-right:5px;}
.product-section .price-and-disct-price.noDiscountedPrice .normal-price2,
.product-section .price-and-disct-price .price2 {font-size: 20px;text-decoration:none;color:var(--secondary-color); font-weight:bold;margin-right:0;}
.product-section .price-and-disct-price .nosize_avail{display: none; font-size: 14px;}
.product-section .no_variation_found .price-and-disct-price .nosize_avail{display: block;}

.sales-contact {display: -webkit-flex;display: flex;flex-wrap: wrap; margin:0 -15px;}
.sales-contact figure {padding: 15px;}
.sales-contact figure figcaption {margin-top: 10px;}
.sales-contact figure figcaption center {line-height: 24px;}

.payment-img {max-width: 60px;display: block;background: var(--white-color);border: 1px solid var(--primary-color);padding: 3px;margin-left: 10px;}
.payment-img img {display: block;}

/** Completed work Page Start **/
.completed-work-hero{padding-bottom:16.7%;}
.completed-work-hero img{width:100%; height:100%; object-position: center; object-fit: cover; display: block; position: absolute;left:0; right:0; top:0; bottom:0;}
.completed-work-section1 h1{font-size:40px;line-height:48px; margin-bottom:17px;}
.completed-work-section1 h3 {font-weight:700;}
.completed-work-section1 p {font-size: 16px;line-height: 24px;}
.completed-work-section2 .blog-page-list .grid-item .blog-card {margin-bottom: 30px;}
.completed-work-section2 .blog-page-list .grid-item .card-body p {font-size:16px; line-height:24px;margin-bottom:0;}
.completed-work-section1 img {display: inline !important;}

/** Sustainability page Start **/
.img-cover1{width:100%; height:auto;}
.img-cover1 img{width:100%; height:100%; object-position: center; object-fit: cover;display: block;}
.full-width-image-section{width:100%;padding-bottom:16.8%;position: relative;}
.home-section1 .img-cover1 img,
.full-width-image-section img{position: absolute;left:0; right:0; top:0; bottom:0;}
.content-info h3{font-size:40px; line-height:48px; color: var(--black-color); font-weight: bold; margin-bottom:15px;}
.home-section2.product-fifty-section p,
.content-info p{font-size:18px; line-height:26px;}
.home-section1 .img-cover1 {padding-bottom: 33.4%;}
.home-section2.product-fifty-section {padding: 20px 0;}
.home-section2.product-fifty-section h3 {font-size: 30px;margin-bottom: 15px; line-height:28px;}

.partners-logo-wrapper{gap:2rem 4.5rem;}
.partners-logo-wrapper + .partners-logo-wrapper{margin-top:3.75rem;}
.partners-logo-wrapper .img-cover {height: 3rem;}
.partners-logo-wrapper .img-cover img{max-width:100%; height:100%; object-position: left center; object-fit: scale-down;}
.partners-logo-wrapper .img-cover a{position: absolute;left:0;right:0;top:0;bottom:0; z-index:1;opacity:0;}

/** Invitation Page Start **/
.page-template-tpl_invitation .mobi-iconbox,
.page-template-tpl_invitation .header,
.page-template-tpl_invitation .footer{display: none !important;}
body.page-template-tpl_invitation{padding-top:0;}
.invitation-section1{background:#101921 url(../images/invitation-bg.svg) no-repeat top right; background-size:66% auto; min-height:100vh; color: var(--white-color);}
.invitation-section1 h1{color:var(--primary-color); font-size:109px; line-height:129px; margin-bottom:92px;font-weight:700;}
.invitation-section1 h3{font-size:38px; line-height:normal; font-weight:400; color: var(--white-color);margin-bottom:100px}
.invitation-section1 p{color:var(--white-color);font-size:24px; line-height:29px; letter-spacing:-0.024em;}
.invitation-section1 strong{font-weight: bold;}
.invitation-section1 .container {max-width: 1554px;}
.icon-text-list {max-width: 820px;width: 100%;}
.icon-text-list .items{margin-bottom: 58px;}
.icon-text-list i {min-width:60px;max-width:60px;flex-basis:60px;margin-right:45px;}
.icon-text-list i img {width: 100%;height: 100%;object-fit: scale-down;}
.team-mem-list-wrapper,
p.team-title {margin-left: 105px;}
p.team-title{padding-bottom: 10px;margin-bottom:30px;}
.team-mem-list-wrapper .img-box {width: 100px;height: 100px;overflow: hidden;border-radius: 100%;margin-bottom:16px;}
.team-mem-list-wrapper img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;}
.team-mem-list-wrapper .items:not(:last-child) {margin-right: 100px;position: relative;}
.team-mem-list-wrapper .items:not(:last-child):after {content: "&";position: absolute;right: -55px;top: 38px;}
.invitation-logo-wrapper a {max-width: 158px;width: 100%;display: block;}
.invitation-logo-wrapper a img {width: 100%;height: auto;display: block;}
.invitation-form-wrapper-wrapper {max-width: 460px;width: 100%;margin-left: auto;margin-top: 354px;}
.invitation-section1 .wpcf7 form.sent .wpcf7-response-output{max-width: 460px;width: 100%;margin-left: auto; text-align: center;}
.invitation-form-wrapper-wrapper h4 {font-size: 25px;font-weight: 400;letter-spacing: -0.024em;color: #eee0d3;border-bottom: 1px solid #eee0d3;padding-bottom: 15px;margin-bottom:30px;padding-top:2px;}
.invitation-form-wrapper-wrapper .field {margin-bottom: 13px;position: relative;}
.invitation-form-wrapper-wrapper .field label {font-size: 15px;color: #eee0d3;line-height: 1;display: block;margin-bottom: 8px;}
.invitation-form-wrapper-wrapper .field label span{color:#ff2d38;}
.invitation-form-wrapper-wrapper .field.btn-box {margin-top: 40px;margin-bottom: 50px;}
.invitation-form-wrapper-wrapper .field .btn {width: 100%;border-radius: 6px;color: #101921;background: #eee0d3;padding:1rem;font-size:15px; font-weight:400;}
.invitation-form-wrapper-wrapper .field .btn:hover, .invitation-form-wrapper-wrapper .field .btn:focus, .invitation-form-wrapper-wrapper .field .btn:active{background:var(--primary-color);}
.invitation-form-wrapper-wrapper .field span.wpcf7-spinner {position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;}
.invitation-form-wrapper-wrapper .field .wpcf7-not-valid-tip {position: static;font-size: 14px;line-height: 1;margin-top: 3px;letter-spacing: 0;}


/** 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-info {gap: 1.875rem}
.contact-address .map-box {width:100%; height: 15.938rem;}
.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 **/


/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/
@media screen and (min-width:1600px){
.full-width-image .content-inner {max-width: 50vw;}
.full-width-image .content-inner h2{font-size: 3vw; line-height:3.2vw; margin-bottom:1.5vw;}
.full-width-image .content-inner p{font-size: 1.3vw; line-height:1.8vw;}
.home-sub-banner .slick-prev.slick-arrow {left:120px;}
.home-sub-banner .slick-next.slick-arrow {right:120px;}
}
@media screen and (max-width:1919px){
.side-shape{max-width:80px;}
}
@media screen and (max-width:1499px){
.h2, h2{font-size:50px; line-height:50px;}

.symbol1 {width: 100px;height: 50px;}
.banner h1, .banner h2{font-size:130px; line-height:100px; margin:0 0 40px;}
.banner p{font-size:28px; line-height:38px;}

.info-content .imagebox{left: -100px;}
.rounded-two-shape{width: 180px; height: 180px; right: -120px; bottom: -90px;}
.rounded-two-shape:before{width: 180px; height: 180px;}
.side-shape{max-width:60px;}
.blog-details .container,
.container {padding: 0 6vw;}
.info-content .imagebox{ left: -5vw; bottom: -14vw; max-width: 35vw;}
.material-list .colors-select li .material-box-inner label.name{font-size:13px;}
.material-box-inner{padding:10px 4.5px;}

.product-small-images{margin:-6px;}
.product-small-images .imgbox{padding:6px;}

.choice-product-content {padding-left: 60px;}
.update-and-delete-btns {margin-top: 35px;}

/** Invitation Page Start **/
.invitation-section1 .container {max-width: 1374px;}
.invitation-section1 h1 {font-size: 88px;line-height: 108px;margin-bottom: 70px;}
.invitation-section1 h3 {font-size: 32px;margin-bottom: 80px;}
.invitation-section1 p {font-size: 22px;line-height: 27px;}
.icon-text-list i {min-width: 50px;max-width: 50px;flex-basis: 50px;margin-right: 35px;}
p.team-title {padding-bottom: 0;}
.team-mem-list-wrapper, p.team-title {margin-left: 85px;}
.icon-text-list .items {margin-bottom: 38px;}
.invitation-logo-wrapper a {max-width: 140px;}
.invitation-form-wrapper-wrapper {margin-top: 294px;}
.invitation-form-wrapper-wrapper h4 {font-size: 23px;padding-bottom: 10px;margin-bottom: 20px;}
.invitation-form-wrapper-wrapper .field.btn-box {margin-top: 30px;margin-bottom: 40px;}

}

@media screen and (max-width:1299px) {
.choice-product-content {padding-left: 20px;}
.update-and-delete-btns {margin-top: 20px;}
.select-product-box a.delete-product1{margin-left:15px;}
.choice-product-image1 {min-width: 160px;max-width: 160px;flex-basis: 160px;height: 160px;}
.choice-product-content .choice-product-title {font-size: 26px;line-height: 24px;}
.choice-product-wrapper .choice-product-content .choice-product-price {font-size: 35px;line-height: 52px;}

.default-popup-inner h3 {font-size:24px;}

/** Invitation Page Start **/
.invitation-section1 h1 {font-size: 78px;line-height: 88px;margin-bottom: 50px;}
.invitation-section1 h3 {font-size: 28px;margin-bottom: 60px;}
.invitation-section1 p {font-size: 20px;line-height: 24px;}
.invitation-form-wrapper-wrapper {margin-top: 228px;}

}

/* iPad 1024px View */
@media screen and (max-width:1199px) {
.h1, h1, .h2, h2{font-size:38px;line-height:38px; margin:0 0 20px;}
.ptb-110,
.ptb-130{padding-top:80px;padding-bottom:80px;}
.ptb-80{padding-top:60px;padding-bottom:60px;}
.ptb-50{padding-top:40px; padding-bottom:40px;}
.ptb-60{padding-top: 40px;padding-bottom: 40px;}
.max-width840 {max-width: 640px;}
.banner-stripe{min-height: 60px;}

.banner h1, .banner h2{font-size:100px; line-height:90px; margin:0 0 30px;}
.banner p{font-size:26px; line-height:36px;}
.banner h1 img, .banner h2 img {max-width: 55px;}
.symbol1 {width: 50px;height: 26px;}
.internal-banner{min-height: 400px;}

.info-content p {font-size: 18px;line-height: 28px;}
.shape-bg .info-content-inner {padding-top: 80px;}
.info-content .imagebox {max-width: 280px;left: 20px;bottom: -80px;}
.rounded-two-shape {width: 80px;height: 80px;right: -20px;bottom: -20px;}
.rounded-two-shape:before {width: 80px;height: 80px;}
.shape-imgbox img {width: 440px;max-width: 440px;}
.shape-imgbox2 img {width: 540px;max-width: 540px; left: 0;}
.content-inner {padding: 15px 30px 15px 0;}
.content-inner h2 {margin-bottom: 20px;}
.content-inner h2 img {width: 68px;}
.content-inner p {font-size: 16px;line-height: 24px;}
.section4 .content-inner {padding: 15px 0 15px 30px;}
.cate-list {margin: 60px 0 !important;}
.section2.info-content .imagebox {margin-top: 70px;padding-right: 40px;}
.cate-slider-content {max-width: 400px;padding: 20px 40px 20px 0;}
.cate-slider-content p,
.cate-content p{font-size: 15px;line-height: 22px;}
.cate-pro-list h2 {font-size: 24px;line-height: 32px;}
.cate-pro-list h2 i {margin-right: 5px;font-size: 18px;line-height: 30px;text-indent: 4px;width: 30px;height: 30px;}
.cate-for .slick-arrow {width: 40px;height: 40px;line-height: 50px;}
.cate-for .slick-arrow.slick-next {right: 80px;}
.cate-for .slick-arrow:after {font-size: 30px;line-height: 38px;text-indent: 5px;}
.cate-page-list {padding: 40px 0;}
.cate-page-list .imgbox img {width: auto;max-width: 100%;}
.cate-page-list .btnbox {padding-top: 30px;}
.detail-info .left .imgbox img{width: auto; max-width: 100%;}
.detail-content {padding-right: 0;}
.other-info .price {font-size: 32px; line-height:normal;}
.mapping-img:hover .label-box {margin-left: 0;}
.content-inner .symbol1 {width: 40px;height: 20px;}
.symbol2 {width: 60px;height: 18px;}

.sub-cat-list li {font-size: 22px;}
.product-small-images .imgbox-inner{height:80px;}
.product-small-images .slick-arrow {width: 42px;height: 42px;}
.product-small-images .slick-arrow:after {font-size: 20px;line-height: 42px;}
.product-small-images {padding: 0 50px}

.detail-content .page-title {padding: 15px 20px;}
.esto-logo-block {padding: 38px 30px;}
.esto-logo-block .imgbox {width: 100px;margin-right: 30px;}
.colors-select-main{margin-bottom: 20px;}
.colors-select-main + .items {margin-top: 40px;}
.category-list .btn {padding: 10px 22px;}
.cat-info {padding-bottom: 30px;}
.cat-info h1 {margin-bottom: 30px;}
.cat-info,
.cat-info p{font-size:20px; line-height:30px;}
.category-list h2{font-size:30px;margin-bottom:15px;}
.category-list .row {margin-top: -50px;}
.category-list .row>div{margin-top:90px;}
.category-list .imgbox {margin-bottom: 15px;}

.panel-border-wrapper {padding: 30px;}
.select-product-block h3 {font-size: 35px;line-height: 46px;}
.detail-info .right-block .panel-bg-block h1{margin-bottom:25px;}
.select-product-box .image-box,
.extra-label,
.colors-select-main .label,
.detail-info .right-block .panel-bg-block h1 small{font-size:18px;}
.entry-content .colors-select {margin: -5px -15px;}
.entry-content .colors-select li{margin:5px 10px;}
.colors-select-main.wall_types label.label, .colors-select-main.sizes label.label{margin-bottom:10px;}
.colors-select-main.wall_types .selectbox, .colors-select-main.sizes .selectbox {line-height: 68px;}
.colors-select-main.wall_types .selectbox select, .colors-select-main.sizes .selectbox select {font-size: 18px;height: 68px;padding: 0 50px 0 20px;}
.custom-product-wrapper {min-height: 150px;}
.extra-label{padding-top:18px;}
.panel-border-wrapper.price-box-wrapper {padding-top: 20px;padding-bottom: 20px;padding-right: 20px;}
.price-with-btn-box .btn .cart-icon {margin-left: 15px;}

.cat-product-list-section .breadcrumb {padding-left: 0;}
.product-item .left-block{padding-right:15px;}
.product-item .right-block{padding-left:15px;}
.price-container h6,
.product-item .colors-select-main .label,
.product-item .colors-select-main .label,
.product-item h2 small{font-size:18px;}
.product-item .cate-content p {font-size: 18px;line-height: 26px;}
.product-item .colors-select,
.product-item .colors-select {margin: -5px -15px;}
.material-list .colors-select li,
.product-item .colors-select li {padding: 5px 15px;}
.product-item h2 {margin-bottom: 15px;}
.cat-product-list{margin-bottom:20px !important;}

.mfp-bg{border-width:60px;}
.mfp-bottom-bar {top: 20px;left: 30px;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{right:15px; top:15px;}
button.mfp-arrow.mfp-arrow-left {left:10px;}
button.mfp-arrow.mfp-arrow-right {right:10px;}

.lisad-page-section .cat-product-list {padding: 30px 0;}
.lisad-page-section .product-item{padding:30px 40px 40px 40px;}

.full-width-image .content-inner {bottom: 30px;}
.section7.full-width-image,
.section5.full-width-image {margin-bottom: 80px;}
.product-fifty-section{padding-bottom:60px;}
.product-fifty-section .imagebox{height:465px;}

.fifty-fifty-section{margin-bottom:80px;}
.fifty-fifty-section .item + .item{margin-top:40px;}

.newsletter-popup {padding:20px;}

.home-sub-banner {padding:0 0 20px 0;}
.home-sub-banner .slick-dots{margin:10px auto 0 auto;}
/*.home-sub-banner .imagebox {height:410px;}*/
.home-sub-banner .slick-prev.slick-arrow {left:20px;}
.home-sub-banner .slick-next.slick-arrow {right:20px;}

.white-box-shadow{margin-top:25px; padding:35px 45px;}
.article-cart__section2 h2,
.white-box-shadow h2{font-size:32px;margin-bottom:40px;}
.article-cart__section1 .row{margin:0 -20px;}
.article-cart__section1 .row>div{padding:0 20px;}
.cart-icon-main {margin-right: 50px;}

.price-container.noDiscountedPrice .disct-price,
.price-container .price1,
.price-container .price {font-size: 38px;line-height:38px;}
.product-item .colors-select-main .label{margin-bottom:8px;}
.cat-product-list .product-item + .product-item {padding-top: 74px;margin-top: 100px;}
.breadcrumb{font-size:18px;}
.select-product-block li + li {margin-top: 50px;}
.select-product-box .image-box{height:110px;}

.product-fifty-section h3 {margin-bottom: 15px;}
.field-group .field.btn-box .btn{font-size:18px; height:50px; line-height:50px;}

.choice-product-content {padding-left: 15px;}
.update-and-delete-btns {margin-top: 10px;}
.select-product-box a.delete-product1{margin-left:10px;}
.choice-product-image1 {min-width: 140px;max-width: 140px;flex-basis: 140px;height: 140px;}
.choice-product-content .choice-product-title {font-size: 24px;line-height: 1;}
.choice-product-wrapper .choice-product-content .choice-product-price {font-size: 32px;line-height: 50px;}
.default-popup-inner h3 {font-size:22px;}

/** Completed work Page Start **/
.completed-work-hero{padding-bottom:18%;}
.completed-work-section1 h1{font-size:36px;line-height:44px; margin-bottom:14px;}

/** Sustainability page Start **/
.content-info h3{font-size:36px; line-height:44px;margin-bottom:10px;}
.home-section2.product-fifty-section p,
.content-info p{font-size:16px; line-height:24px;}
.home-section2.product-fifty-section h3 {font-size: 28px;margin-bottom: 10px;}

.partners-logo-wrapper{gap:2rem 3rem;}
.partners-logo-wrapper + .partners-logo-wrapper{margin-top:2rem;}
.partners-logo-wrapper .img-cover {height: 2.5rem;}

/** Invitation Page Start **/
.invitation-section1 h1 {font-size: 68px;line-height: 68px;margin-bottom: 30px;}
.invitation-section1 h3 {font-size: 24px;margin-bottom: 40px;}
.invitation-section1 p {font-size: 18px;line-height: 22px;}
.icon-text-list i {min-width: 40px;max-width: 40px;flex-basis: 40px;margin-right: 15px;}
.icon-text-list .items {margin-bottom: 20px;}
.team-mem-list-wrapper .img-box{margin-bottom:10px; width:80px; height:80px;}
.invitation-logo-wrapper a {max-width: 100px;}
.team-mem-list-wrapper, p.team-title {margin-left: 55px;}
p.team-title {margin-bottom: 15px;}
.team-mem-list-wrapper .items:not(:last-child) {margin-right: 60px;}
.team-mem-list-wrapper .items:not(:last-child):after {content: "&";right: -34px;top: 28px;}
.invitation-form-wrapper-wrapper {margin-top: 165px;}
.invitation-form-wrapper-wrapper h4 {font-size: 20px;}
.invitation-form-wrapper-wrapper .field label {font-size: 14px;margin-bottom: 6px;}
.invitation-form-wrapper-wrapper .field.btn-box {margin-top: 20px;margin-bottom: 20px;}

}

@media screen and (max-width:991px) {
.h1, h1, .h2, h2{font-size:30px;line-height:30px; margin: 0 0 15px;}
.detail-content-box h3,
.fact-sheet-section h3,
.page-template-tpl_tooted-laos .info-content1 h3,
.product-fifty-section h3,
.default-page h3,
.completed-work-section1 h3,
h3 {font-size: 18px;line-height: 24px;}
p{margin-bottom:25px;}
.banner h1, .banner h2{font-size:80px; line-height:80px; margin:0 0 30px;}
.banner p{font-size:24px; line-height:34px;}

.page-title {font-size: 28px;line-height: 30px;}
.content-inner {padding: 40px 10px;}
.side-shape{max-width:40px;}

.slider-section .inner {padding: 0 40px;}
.cate-imgbox {height: 440px;}
.cate-pro-list {margin-top: 20px;}
.cate-content{padding-right: 40px;}
.cate-page-list:nth-child(even) .cate-content {padding-left: 40px;}
.cate-middle.ptb-60{padding-top: 0;}
.slider-section.ptb-80 {padding:40px 0;}
.cate-for .slick-arrow.slick-next {right: 20px;}
.section2.info-content .imagebox {margin-top: 70px;padding-right: 0;}

.mapping-block {margin: 20px auto;}
.sub-cat-list li {font-size: 20px;}
.sub-cat-list li + li {margin-left: 40px;}
.product-large-images {padding-right: 0;}
.product-small-images{margin-bottom:40px !important;}
.product-small-images .imgbox-inner {height:116px;}

.product-big-images {margin: -5px -5px 40px -5px !important;}
.detail-content-box{margin-bottom:40px !important;}
.detail-info .left-block {min-width:100%;max-width:100%;flex-basis:100%;padding-right: 0;}
.colors-select-main{margin-bottom: 15px;}
.colors-select-main + .items {margin-top: 30px;}
.detail-info .right-block {min-width:100%;max-width:100%;flex-basis:100%; padding-left:0;}

.cat-info {padding-bottom: 20px;}
.cat-info h1 {margin-bottom:20px;}
.cat-info,
.cat-info p{font-size:18px; line-height:28px;}
.category-list h2{font-size:26px;margin-bottom:10px;}
.category-list .row {margin-top: -30px;}
.category-list .row>div{margin-top:60px;}

.info-content p {font-size: 16px;line-height: 26px;margin-bottom:25px;}

.detail-info .right-block .panel-bg-block{max-width:100%;}
.panel-border-wrapper {padding: 20px;}
.select-product-block h3 {font-size: 26px;line-height:36px;}
.detail-info .right-block .panel-bg-block h1{margin-bottom:15px;}
.select-product-box .image-box,
.extra-label,
.colors-select-main .label,
.detail-info .right-block .panel-bg-block h1 small{font-size:16px;}
.entry-content .colors-select {margin: -4px -8px;}
.entry-content .colors-select li{margin:4px;min-width: 50px;max-width: 50px;flex-basis: 50px;height: 50px;}
.material-list .colors-select li .image-box{min-width: 50px;max-width: 50px;flex-basis: 50px;height: 50px; padding:0;}
.entry-content .material-list .colors-select li{min-width: 60px;max-width:60px;flex-basis: 60px; height: auto;}
.colors-select-main.wall_types label.label, .colors-select-main.sizes label.label{margin-bottom:8px;}
.colors-select-main.wall_types .selectbox, .colors-select-main.sizes .selectbox {line-height: 58px;}
.colors-select-main.wall_types .selectbox select, .colors-select-main.sizes .selectbox select {font-size: 16px;height: 58px;padding: 0 50px 0 15px;}
.colors-select-main.wall_types .selectbox:after, .colors-select-main.sizes .selectbox:after {width: 16px;height: 7px;}
.custom-product-wrapper {min-height: 100px;}
.select-product-box .image-box {height: 90px;}
.extra-label{padding-top:14px;}
.panel-border-wrapper.price-box-wrapper {padding-top: 15px;padding-bottom: 15px;padding-right: 15px;}
.price-with-btn-box .btn .cart-icon {margin-left: 10px;}
.entry-content .colors-select-main.material-list {margin-bottom: 14px;}

.product-item .colors-select-main {margin: 20px 0 0;}
.product-item .colors-select li .image-box {width: 50px;min-width: 50px;height: 50px;}
.material-list .colors-select li .image-box{padding:8px; border-width:2px;}
.product-item .colors-select, .product-item .colors-select{margin: -5px;}
.material-list .colors-select li, .product-item .colors-select li{padding: 5px;}
.material-list .colors-select li label.name{font-size:14px;}
.price-container.noDiscountedPrice .disct-price1, .price-container .price1,
.price-container.noDiscountedPrice .disct-price, .price-container .price {font-size: 30px;line-height: 30px;}
.cat-product-list{margin-bottom:0 !important;}
.price-container h6, .product-item .colors-select-main .label, .product-item .colors-select-main .label, .product-item h2 small {font-size: 16px;}
.product-item .cate-content p {font-size: 16px;line-height: 24px;}
.lisad-page-section .product-item{padding:20px 20px 20px 20px;}
.lisad-page-section .cat-product-list {padding: 30px 0;}
.breadcrumb {font-size: 16px;}
.cat-product-list .product-item + .product-item {padding-top: 60px;margin-top: 60px;}

.full-width-image .content-inner {bottom: 20px;}
.product-fifty-section{padding:30px 0 40px 0;}
.product-fifty-section .info-content{padding:20px;}
.product-fifty-section h3 {margin-bottom: 20px;}
.product-fifty-section p {margin-bottom: 20px;}
.product-fifty-section .imagebox {height: 360px;}

.fifty-fifty-section{margin-bottom:60px;}
.fifty-fifty-section .item + .item{margin-top:30px;}

.pdf-logo {margin-bottom: 15px;}
.pdf-logo a{max-width:120px;}
.information-list .item .value strong{font-size:30px; margin-top:0 !important;}

.cart-main{margin-top: 45px;padding: 0 20px 30px 20px;}
.card-item__body{padding-left:15px;}
.qty-label {margin-right: 10px;}
.cart-main .cart-item{padding:15px 0;}
.cart-main .cart-item__figure {width: 80px;height: 70px;}
.article-cart__footer{padding-top:20px;}
.cart-item .head-feet-label {margin-left: 95px;}

.white-box-shadow{margin-top:20px; padding:25px 30px;}
.article-cart__section2 h2,
.white-box-shadow h2{font-size:28px;margin-bottom:30px;}
.article-cart__section1 .row{margin:0 -15px;}
.article-cart__section1 .row>div{padding:0 15px;}

.select-product-block li + li {margin-top:40px;}
.right-side-select-product-box{max-width:680px;}
.product-deatils .select-product-block .imgbox {height: 200px;}
.default-popup-inner h3 {font-size:22px;}

/** Completed work Page Start **/
.completed-work-hero{padding-bottom:20%;}
.completed-work-section1 h1{font-size:32px;line-height:40px; margin-bottom:12px;}

/** Sustainability page Start **/
.content-info h3{font-size:32px; line-height:40px;}
.home-section2.product-fifty-section h3 {font-size: 26px;line-height:24px;}

.section7.full-width-image .content-inner h2{font-size: 40px;}
.section7.full-width-image .content-inner p{font-size: 22px; line-height: 28px;}

.partners-logo-wrapper .img-cover {height: 2.25rem;}

/** Invitation Page Start **/
.invitation-form-wrapper-wrapper {margin-top: 25px;max-width: 100%;}
.invitation-section1 .wpcf7 form.sent .wpcf7-response-output{max-width:100%;}
.invitation-logo-wrapper {margin-top: 40px;}

}

/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px) {
body{-webkit-text-size-adjust:none;}
h1, h2, h3, h4, h5, h6{margin-bottom:10px;}
.h1, h1, .h1, h2 {font-size: 28px;line-height: 28px;}
hr{margin: 20px 0;}
input, select{height: 40px;}
.ptb-110,
.ptb-130{padding-top:40px;padding-bottom:40px;}
.ptb-80{padding-top:40px;padding-bottom:40px;}
.ptb-60{padding-top: 40px;padding-bottom: 40px;}
.ptb-50{padding-top:40px; padding-bottom:40px;}
.ptb-40{padding-top:40px; padding-bottom:40px;}
.btnbox{padding-top:10px;}
.entry-content ul, .entry-content ol{margin: 0 0 15px;}
img.alignleft, img.alignright, iframe.alignleft, iframe.alignright{float:none; margin:0 0 15px;}
iframe.alignleft, iframe.alignright {width:100%;}

/*Header*/
.banner .items .imagebox{padding-bottom:80%;}
.banner .items .imagebox.video {padding-bottom: 60%;}
.caption-content {max-width: 400px; margin:0 auto;}
.banner h1, .banner h2{font-size:60px; line-height:60px; margin:0 0 20px;}
.banner p{font-size:22px; line-height:32px;}
.banner h1 br, .banner h2 br, .banner p br{display: none;}
.banner .caption {max-width: 620px;margin: 0 auto;}
.symbol1 {width: 40px;height: 20px;}

.home-sub-banner .imagebox{padding-bottom:100%;}
.home-sub-banner .imagebox img.d-md-none + img,
.home-sub-banner .imagebox img + noscript + img {display: none !important;}

.section4 .content-inner {padding: 15px 0;}

.select-product-block h3 {font-size: 20px;line-height:28px;}
.select-product-box .image-box,
.extra-label,
.colors-select-main .label,
.detail-info .right-block .panel-bg-block h1 small{font-size:15px;}
.entry-content .colors-select li{min-width: 40px;max-width: 40px;flex-basis: 40px;height: 40px; padding:2px;}
.material-list .colors-select li .image-box{min-width: 40px;max-width: 40px;flex-basis: 40px;height: 40px;}
.entry-content .material-list .colors-select li{min-width: 50px;max-width:50px;flex-basis: 50px; height: auto;}
.colors-select-main.wall_types label.label, .colors-select-main.sizes label.label{margin-bottom:8px;}
.colors-select-main.wall_types .selectbox, .colors-select-main.sizes .selectbox {line-height: 48px;}
.colors-select-main.wall_types .selectbox select, .colors-select-main.sizes .selectbox select {font-size: 15px;height:48px;padding: 0 50px 0 15px;}
.colors-select-main.wall_types .selectbox:after, .colors-select-main.sizes .selectbox:after {right:15px;}
.custom-product-wrapper {min-height: 50px;}
.select-product-box .image-box {height: 60px;}
.extra-label{padding-top:10px;}
.panel-border-wrapper.price-box-wrapper {padding-top: 15px;padding-bottom: 15px;padding-right: 15px;}
.detail-info .colors-select-main .label {margin-bottom: 10px;}
.esto-logo-block {padding: 30px 20px;}
.esto-logo-block .imgbox {width: 80px;margin-right: 20px;}

.info-content p{margin-bottom:15px;}

.section3 {margin-top: 0;}
.content-inner {padding: 30px 0;}
.shape-imgbox img,.shape-imgbox2 img {width: 100%;max-width: 100%;}
.cate-card .imagebox img {width: auto;max-width: 100%;margin: 0 auto; left: 0; right: 0;}
.cate-card{border-right: 0; border-bottom:1px solid #E0DEE6; padding: 15px 0; text-align: center;}
.cate-list {margin: 40px 0 !important;}
.cate-card .title {padding: 10px 20px;}
.side-shape{display:none;}
.section2 .ptb-130.wow {display: flex;flex-direction: column;}
.section2 .imagebox{order: 1;}
.section2 .info-content-inner{order: 2;}
.section4 .row .col-md-6:nth-child(1){order: 2;}
.section4 .row .col-md-6:nth-child(2){order: 1;}
.section4.ptb-130 {padding: 20px 0;}
.slider-section .inner {padding: 0 10px;}
.cate-slider-content {max-width: 100%; padding: 0 0 20px; position: static;}
.cate-slider-content::after {display: none;}
.cate-detail-box {padding-left: 0;}
.cate-pro-list {padding: 0;}
.cate-nav .slick-arrow.slick-prev {left: -20px;}
.cate-nav .slick-arrow.slick-next {right: -20px;}
.cate-page-list {padding: 20px 10px;}
.cate-content {padding-right: 0;}
.cate-page-list:nth-child(even) .cate-content {padding-left: 0;}
.btn .icon-eye, .btn .icon-msg{margin-right: 5px;}
.btn .icon-eye img,
.btn .icon-msg img{width: 20px;height: 14px;}
.detail-info{margin-bottom: 20px;}
.symbol2 {width: 50px;height: 14px;}

.detail-content p{font-size:15px;}
.detail-content ol li, .detail-content ul li {font-size:15px;margin-bottom: 8px;}

.sub-cat-list li {font-size: 18px;}
.sub-cat-list li + li {margin-left: 20px;}
.product-small-images .imgbox-inner{height:96px;}
.mapping-block {margin: 20px 0; width: 160px; min-width: 160px;}
.mapping-block .items{position: relative; z-index: 6; margin: -65px auto 0 auto;}
.label-box {left: 90%; right: auto; z-index: 9999;}
.label-box:before{ left: -30px;}
.label-box:after{ width: 30px; left: -30px;}
.form-madal .modal-body {padding:0px 40px 20px;}
.form-madal .btnbox {padding-top: 15px;}
.form-madal .modal-dialog{width:95%; margin:0 auto;}
.form-madal .btnbox .btn {padding: 10px 20px;min-width: 140px;}
.form-madal .modal-header .close{font-size:30px;}
.social-icons a + a{margin-left: 15px;}
.product-small-images {max-width:422px;margin: 0 auto 20px auto;}
.product-big-images .images-item {min-width: 100%;max-width: 100%;flex-basis: 100%;}

.product-deatils{overflow-x:hidden;}
.category-list .btn {padding:10px 20px;}
.other-info .disct-price{font-size:18px; line-height:normal;}
.other-info .price {font-size: 22px;}

.cate-list {margin: 30px 0 !important;}
.cat-info h1 {margin-bottom:15px;}
.cat-info,
.cat-info p{font-size:16px; line-height:26px;}
.category-list h2{font-size:20px;}
.category-list .row {margin-top: -20px;}
.category-list .row>div{margin-top:40px;}
.category-list .imgbox {max-width:100%;}
.category-list .cate-content {max-width:100%;}
.product-item {flex-wrap: wrap;}
.product-item .right-block,
.product-item .left-block{min-width:100%; flex-basis:100%; max-width:100%;}
.product-item .right-block {padding:20px 0 0;}
.product-item .colors-select{margin:-4px;}
.product-item .colors-select li{padding:4px;}
.lisad-page-section .product-item .left-block .imgbox{height:200px;}
.cart-main .article-cart__section .article-cart__footer{flex-wrap:wrap;}
.cart-main .article-cart__section .article-cart__footer .coupon-code-box{padding-bottom:10px;}
.cat-product-list .product-item + .product-item {padding-top: 30px;margin-top: 30px;}
.product-item h2 {margin-bottom: 10px;}
.product-item .colors-select li .image-box {width: 40px;min-width: 40px;height: 40px;}

.full-width-image .content-inner h2 {margin-bottom:10px;}
.full-width-image .imagebox {height:350px;}
.full-width-image .content-inner {background: #eeedf3;width: auto;border-radius: 4px;display: block;padding: 35px;position: relative;margin-top: -115px;z-index: 1;bottom: 0;}
.section7.full-width-image,
.section5.full-width-image {margin-bottom:40px;}
.section7.full-width-image .imagebox::after{display: none;}
.section7.full-width-image .content-inner h2{color: var(--secondary-color); font-size: 28px; line-height: 28px;}
.section7.full-width-image .content-inner p{color: var(--secondary-color); font-size: 16px; line-height: 24px;}

.product-fifty-section{padding:20px 0 30px 0;}
.product-fifty-section .info-content{padding:25px 15px;}
.product-fifty-section h3 {margin-bottom: 10px;}
.product-fifty-section .imagebox {height: auto;}

.fifty-fifty-section{margin-bottom:40px;}
.fifty-fifty-section .item + .item{margin-top:20px;}

.fact-sheet-section{padding:40px 0;}
.information-list {width: 100%;flex-wrap: wrap;padding: 10px 15px;}
.information-list .item {width: 100%;padding:15px 0;}
.information-list .item + .item {border: 0;border-top: 1px solid #e0dee6;}
.information-list .item .value{margin:0;}
.information-list .item .value strong {font-size: 24px;}
.qr-code-main{margin:15px 0 0;}
.fact-sheet-section .content-box {margin-top: 20px;}

.field-group .field input {height: 40px;padding: 0 15px;line-height: 38px;}

.page-menu {margin-top: 20px;}
.page-menu ul li a {font-size: 14px;height: 40px;line-height: 36px;min-width: 130px;}

/*.home-sub-banner .imagebox {height:auto;}*/
.home-sub-banner .slick-next.slick-arrow {right: 10px;}
.home-sub-banner .slick-prev.slick-arrow {left: 10px;}
.blog-details .excerpt-text p{font-size:16px; line-height:24px;}
.blog-details .featureimg{max-width:100%;}

.cart-main{margin-top: 30px;padding: 0 20px 20px 20px;}
.cart-main .cart-item{flex-wrap: wrap;}
.cart-main .cart-item__figure {margin: 0 auto; order:1;}
.card-item__body {padding:15px;min-width: 100%;max-width: 100%;flex-basis: 100%; text-align: center; order:2;}
.cart-item .head-feet-label {margin:-8px auto 15px auto; order:3;}
.card-item__amount {min-width: 180px;max-width: 180px;flex-basis: 180px;margin: 0 auto; order:4;}
.card-item__total{padding:15px; min-width: 100%;max-width: 100%;flex-basis: 100%; text-align: center;order:5;}
.cart-item>.btn-remove {margin: 0 auto;order:6;}
.article-cart__footer {padding-top: 15px;}
.article-cart__footer span {margin: 2px 0;}

.white-box-shadow{padding:20px;}
.article-cart__section2 h2,
.white-box-shadow h2{font-size:26px;margin-bottom:20px;}
.article-cart__section1 .row{margin:0 -10px;}
.article-cart__section1 .row>div{padding:0 10px;}
.payment-icons ul li{min-width:20%;max-width:20%;flex-basis:20%;}


.price-container .disct-price{font-size: 18px;line-height: normal;}
.price-container.noDiscountedPrice .disct-price,
.price-container .price1,
.price-container .price {font-size: 22px;}
.layers-section .mapping-block {width: 160px;min-width: 160px; margin:20px 0;}

.select-product-block li + li {margin-top:30px;}
.right-side-select-product-box-inner .product-section .cat-product-list {margin:0;}
.right-side-select-product-box-inner .product-section .product-item {min-width: 100%;max-width: 100%;flex-basis: 100%;margin: 10px 0;padding:20px;}
.other-info .select-product-block .price {font-size: 20px;}
.product-deatils .select-product-block .imgbox {height: auto;}

.sales-contact {justify-content: center;}

.choice-product-content {padding-left: 10px;}
.update-and-delete-btns {margin-top: 5px;}
.update-and-delete-btns .btn {font-size: 16px;padding: 10px 15px;min-width: 140px;}
.select-product-box a.delete-product1 {width: 39px;height: 39px;margin-left:5px;}
.choice-product-image1 {min-width: 120px;max-width: 120px;flex-basis: 120px;height: 120px;}
.choice-product-content .choice-product-title {font-size: 22px;}
.choice-product-wrapper .choice-product-content .choice-product-price {font-size:28px;line-height:40px;}

.dp-bottom-text {margin-top: 15px;}
.newsletter-popup-inner {padding: 20px;}
.newsletter-popup-inner .close-btn {top: 15px;font-size: 18px;}
.newsletter-popup-inner h3 {margin-bottom: 5px;font-size:20px;}
.newsletter-popup-inner p {margin-bottom: 15px;}
.newsletter-popup-inner .field-group {flex-wrap: wrap;}
.newsletter-popup-inner .field-group .field input {font-size:16px;}
.newsletter-popup-inner .field.btn-box {width: 100%;text-align: center;}
.newsletter-popup-inner .field.btn-box .btn {width: 50%;margin:4px 0 0 0;}

/** Completed work Page Start **/
.completed-work-hero{padding-bottom:22%;}
.completed-work-section1 h1{font-size:28px;line-height:36px; margin-bottom:10px;}
.completed-work-section2 .blog-page-list .grid-item .blog-card {margin-bottom: 20px;}

/** Sustainability page Start **/
.content-info h3{font-size:28px; line-height:36px;}
.full-width-image-section {padding-bottom: 30%;}
.home-section1 .img-cover1 {padding-bottom: 45%;}
.home-section2.product-fifty-section h3 {font-size: 24px;}

/** Invitation Page Start **/
.invitation-section1 {background-size: 90% auto;}
.invitation-section1 h1 {font-size: 48px;line-height: 48px;margin-bottom: 20px;}
.invitation-section1 h3 {font-size: 20px;margin-bottom: 30px;}
p.team-title{margin-bottom:15px;}

/** Contact Address Section Start **/
.contact-address-top {max-width: 100%;}

/** Contact Address Section End **/

}

/*View :: 320px ::*/
@media screen and (max-width:479px){
.article-cart__footer .coupon-code-box input.form-control{font-size:14px;}

/** Completed work Page Start **/
.completed-work-hero{padding-bottom:25%;}
.completed-work-section1 h1{font-size:24px;line-height:32px; margin-bottom:6px;}

/** Sustainability page Start **/
.content-info h3{font-size:24px; line-height:32px;}
.home-section2.product-fifty-section h3 {font-size: 20px;}

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

}

@media screen and (max-width:374px){
h1, h2 {font-size: 26px;line-height: 26px;}

.other-info-main{display: block !important;}
.form-madal .modal-body {padding:0px 20px 20px;}
.form-madal .modal-header {padding: 20px 20px 10px 20px;}
.category-list .row {margin-top: -10px;}
.category-list .row>div{margin-top:30px;}
.full-width-image .content-inner {padding: 20px;margin-top: -80px;}
.banner .items .imagebox {padding-bottom:100%;}
.banner .items .imagebox.video {padding-bottom: 75%;}
.banner h1, .banner h2{font-size:40px; line-height:40px; margin:0 0 10px;}
.banner p{font-size:18px; line-height:28px;}

.home-sub-banner .slick-arrow{width:30px; height:30px; line-height:30px;}
.home-sub-banner .slick-arrow:after{line-height:30px;}
.social-share-inner .social-icon{margin:5px 5px 5px 0;}
.product-small-images .imgbox-inner {height: 78px;}
.payment-icons ul li{min-width:33.333%;max-width:33.333%;flex-basis:33.333%;}

.layers-section .mapping-img .label-box {margin-right: 0;min-width: 140px;font-size: 10px;width: 140px;white-space: normal;line-height: 1;padding: 5px 10px;}
.price-box-wrapper .items {flex-wrap: wrap;}
.price-box-wrapper .items .btnbox.ml-auto {margin-left: 0 !important;}

.choice-product-content .choice-product-title {font-size: 20px;}
.choice-product-wrapper .choice-product-content .choice-product-price {font-size:26px;line-height:40px;}
.choice-product-wrapper {flex-wrap: wrap;}
.choice-product-content {padding-left: 0;padding-top: 15px;}

}

@media print {
.single-fact_sheet #cookiescript_badge,
div>iframe,
.right-btns,
.newsletter-popup,
.btn-box, .print-icon{display:none !important;}
html, body,
.fact-sheet-section .container{padding:0 !important;}
.single-fact_sheet .fact-sheet-section.entry-content ul li:before{width:5px; height:5px;}
.fact-sheet-section h1 strong{display:inline; font-size:40px;}
.fact-sheet-section.entry-content p,
.fact-sheet-section.entry-content li{font-size:18px;}
.fact-sheet-section .image-box-wrap{display:flex;}
.fact-sheet-section .image-box{width:50%;height:430px;}
.fact-sheet-section .image-box-wrap.no2imgCls .image-box{width:100%;height:650px;}
.fact-sheet-section .image-box:last-child{padding-left:10px;}
.fact-sheet-section .image-box.right-image{min-width:50%;max-width:50%;flex-basis:50%; padding-left:20px;}
.fact-sheet-section .image-box img{max-width:100%;max-height:430px; object-fit: contain; object-position:top center;}
.fact-sheet-section .image-box-wrap.no2imgCls .image-box img{max-height:650px;}
}