@charset "utf-8";





/* --------- Embedded Fonts -------- */



@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');



/* --------- Embedded Fonts -------- */





/* ------- Custom fonts -------*/



:root{



  --jost:"Jost", serif;

  --red:#CF1F25;

  --yellow:#FEDA00;

  --white: #ffffff;

  --black: #000000;

  --body-font-color:#424244;



}





/*..............common styles..............*/



/* html{overflow-x: hidden;} */

body { margin: 0; padding: 0; font-family: var(--jost); font-size: clamp(0.75rem, 0.5rem + 0.521vw, 1.125rem); font-weight: 400; color: var(--body-font-color);scroll-behavior: smooth;background-color: var(--purple);color: var(--body-font-color);overflow-x: hidden;}



body.bg-blue{background: #F3F4F6;}





h1, h2, h3, h4, h5, h6 { margin:0 0 20px; padding:0;line-height: 1.1;}

h1{ font-size: clamp(1.875rem, 0.208rem + 3.472vw, 4.375rem); line-height: 1.2;} /* -- 70px -- */

h2{ font-size: clamp(1.5rem, 0.5rem + 2.083vw, 3rem); text-transform: uppercase; font-weight: 400;} /* -- 48px -- */

h3{ font-size: clamp(1.375rem, 0.958rem + 0.868vw, 2rem);} /* -- 32px -- */

h4{ font-size: clamp(1.125rem, 0.875rem + 0.521vw, 1.5rem);} /* -- 24px -- */

h5{ font-size: clamp(0.875rem, 0.625rem + 0.521vw, 1.25rem);} /* -- 20px -- */

h6{ font-size: clamp(0.75rem, 0.5rem + 0.521vw, 1.125rem);} /* -- 18px -- */



p{margin:0 0 30px; padding:0;line-height: 1.4; }

p:last-child{margin: 0;}



img{ max-width: 100%;}

a, img{ border:0; text-decoration: none; outline: none;}

a, a:link, a:visited, a:focus, a:hover {color: var(--black); outline: none; text-decoration: none; transition:all 0.3s ease 0s;}

a:hover{ text-decoration:none;}



input, textarea, select{ outline: none;border: 0;color: var(--body-color);font-size: 16px;}

textarea.form-control{border-radius: 30px;height: 120px;resize: none;}

/* input::placeholder{} */

input[type="submit"]{transition:all 0.3s ease 0s; outline: none; }



label{font-size: clamp(14px, 2vw, 16px);margin-bottom: 10px;color: #666666;font-weight: 600;font-family: var(--jost);font-weight: 700;}



.form-group{margin-bottom: 30px;}

/* .form-submit{margin-top: 10px;} */

.form-control { background: linear-gradient(94.28deg, rgba(255, 255, 255, 0.15) 1.65%, rgba(255, 255, 255, 0.015) 99.68%); padding: 20px 50px; font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem); color: var(--white); line-height: 1; border-radius: 100px; border: 1px solid #ffffff40;backdrop-filter: blur(40px); }

.form-control:focus{background: linear-gradient(94.28deg, rgba(255, 255, 255, 0.15) 1.65%, rgba(255, 255, 255, 0.015) 99.68%);color: var(--white);border: 1px solid #ffffff40;}

.form-control::placeholder {color: #CDCDCD;}

.form-control:focus, .form-select:focus, .form-check-input:focus{ box-shadow: none; }





.form-select {background: linear-gradient(94.28deg, rgba(255, 255, 255, 0.15) 1.65%, rgba(255, 255, 255, 0.015) 99.68%); padding: 20px 50px; font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem); color: var(--white); line-height: 1;}

.form-select::after{content: '';background: url(../images/select-arrow.svg) no-repeat center / cover;position: absolute;top: 10px;right: 0;z-index: 2;width: 10px;height: 5px;}

.form-select:focus{border-color: var(--black);}

.form-label { font-size: clamp(1.125rem, 0.875rem + 0.521vw, 1.5rem);margin: 0 0 20px;font-weight: 400;color: var(--white); }



.form-upload{margin: 0 0 50px;}



/* select{background-image: url(../images/select-arrow.svg)no-repeat;background-size: 10px;background-position: center right 20px;} */

select option {background: var(--white);}

textarea{min-height: 100px !important;resize: none;}







/* --- for placeholder color --- */

/*

.form-control::-moz-placeholder{color:#505873;opacity:1;}

.form-control:-ms-input-placeholder{color:#505873;}

.form-control::-webkit-input-placeholder{color:#505873;}

*/

/* --- for placeholder color --- */



/* --- only use for wordpress (Image alignment) --- */

.alignleft , .alignnone{float:left; margin:0 15px 10px 0;}

.alignright{float:right; margin:0 0 10px 15px;}

.aligncenter{margin:10px auto; display:block;}

/* --- only use for wordpress (Image alignment) --- */



/* --- Button Styles --- */

.btn, a.btn { border: 1px solid transparent; background-color: var(--red); color: var(--white); padding: 20px 55px; text-align: center; font-size: clamp(0.875rem, 0.542rem + 0.694vw, 1.375rem);line-height: 1;border-radius: 0;  text-transform: uppercase;font-weight: 600;}

.btn:hover{background: var(--white); transition: 0.3s ease-in;color: var(--red) ;border: 1px solid var(--red);}



.btn-check:focus+.btn, .btn:focus{box-shadow: none;} 

/* --- Button Styles --- */



.common-padding { padding-top: 100px; padding-bottom: 100px; }



/*..............common styles..............*/





body.fixed { margin-top: 97px; }





/* -- Header Style -- */



.main-header { padding: 25px 0; position: relative;z-index: 999; border-bottom: 1px solid #D6D6D6;}

.header-row { display: flex; align-items: center; justify-content: space-between; }



.logo{max-width: 186px;width: 100%;}

.logo a{display: block;}

.logo a img {width: 100%;}



.hdr-menu{display: flex;align-items: center;width: 100%;justify-content: end;}

.hdr-menu .main-menu {padding-right: 40px;}

.hdr-menu .main-menu ul{display: flex;padding: 0;margin: 0;list-style: none;}

.hdr-menu .main-menu ul li:not(:last-child){margin-right: 40px;}

.hdr-menu .main-menu ul li a{font-size: clamp(0.75rem, 0.583rem + 0.347vw, 1rem); display: block; color: var(--black);padding: 15px 0;  border-bottom: 2px solid transparent;font-weight: 500;line-height: 1.1;position: relative;}

.hdr-menu .main-menu ul li a:hover, .hdr-menu .main-menu>ul>li.current-menu-item>a{color: var(--red);} 

.main-header.fixed .hdr-menu .main-menu>ul>li.current-menu-item>a::after , .main-header.fixed .hdr-menu .main-menu>ul>li:hover>a::after{box-shadow: none;}

.minus, .plus {display: none;}



.search-bar-wrap { width: 100%; max-width: 394px;border: 1px solid var(--red);display: flex;align-items: center;padding: 4px;margin-right: 20px; }

.search-bar-wrap input { width: calc(100% - 38px); padding: 11px 16px 11px 38px; background: url(../images/search.svg) no-repeat; background-size: 18px;background-position: center left 10px;}

.search-bar-wrap a { color: var(--white); background: var(--red); padding: 10px; font-size: 18px; }



.nav_btn { color: var(--white); font-size: clamp(18px, 2vw, 22px); text-align: right; display: none; }



.main-header.fixed {padding: 30px 0 20px 0;background: var(--white); left: 0; position: fixed; top: 0; right: 0; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s;box-shadow: 0px 5px 20px 0px var(--red);}

.main-header.fixed .nav_btn{color: var(--black);}



.header-icons ul{display: flex;align-items: center;padding: 0;margin: 0;list-style: none;}

.header-icons ul li:not(:last-child){padding-right: 10px;}

.header-icons ul li a{width: 55px;height: 55px;border: 1px solid transparent;display: flex;justify-content: center;align-items: center;color: var(--white);background: var(--red);border-radius: 50%;}

.header-icons ul li a:hover{border: 1px solid var(--red);background: var(--white);color: var(--red);}





.hdr-icon-tgl ul { display: flex !important ; align-items: center; justify-content: center; }

.hdr-icon-tgl ul li:not(:last-child){padding-right: 10px;}

.hdr-icon-tgl ul li a { width: 35px; height: 35px; border: 1px solid transparent; display: flex !important ; justify-content: center; align-items: center; color: var(--white) !important; background: var(--red); border-radius: 70%; margin-bottom: 0; }

.hdr-icon-tgl ul li a:hover{border: 1px solid var(--red);background: var(--white);color: var(--red);}

.hdr-icon-tgl{display: none;}



.mobile-search-btn{display: none;}

/* dropdown */



li.menu-item-has-children{position: relative;display: inline-block;}

.main-menu ul li.menu-item-has-children a{margin-right: 15px;}

li.menu-item-has-children.current-menu-item > a::after, .main-header.fixed li.menu-item-has-children.current-menu-item > a::after {color: var(--blue);}

li.menu-item-has-children > a::after { position: absolute; content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: clamp(10px, 2vw, 12px); margin-left: 15px; color: #000000; transition: 0.3s ease-in; top: 18px; right: -17px; }

li.menu-item-has-children > ul.sub-menu {display: none;position: absolute;background: #FFF;box-shadow: 0px 0px 10px 0px rgba(46, 45, 45, 0.25);min-width: 230px; z-index: 1;margin-top: 0px;}

li.menu-item-has-children ul.sub-menu a{display: block;color: var(--black);margin-right: 0;padding: 7px; border: none;}

li.menu-item-has-children > ul.sub-menu > li:hover > a{background-color: var(--red) !important;color: var(--white);border: none;}

li.menu-item-has-children:hover ul.sub-menu {display: block;overflow: hidden;}

li.menu-item-has-children:hover a::after{transform: rotate(180deg);}

li.menu-item-has-children ul.sub-menu li{margin-right: 0 !important;width: 100%;padding: 0;margin: 0;}

li.menu-item-has-children ul.sub-menu li:last-child{border: 0;margin: 0;}



/* dropdown */



/* -- Header Style -- */

@keyframes slide-down { 



  0% {transform: translateY(-100%); 

  -moz-transform: translateY(-100%); 

  -webkit-transform: translateY(-100%); 

  -o-transform: translateY(-100%);

  -ms-transform: translateY(-100%); } 

  100% { 

  transform: translateY(0); 

  -moz-transform: translateY(0); 

  -webkit-transform: translateY(0); 

  -o-transform: translateY(0); 

  -ms-transform: translateY(0); } 

  }



/* -- Banner Section -- */



.banner-sec{position: relative;}

.banner-mob{display: none;}

.banner-sec .banner-slider, .banner-sec .banner-slider .slider{width: 100%;height: 100%;}

.banner-sec .slick-list.draggable{height: 100%;}

.banner-sec .banner-slider .slider .content-holder{padding-top: 160px;height: calc(100vh - 107px);min-height: 800px;position: relative;max-height: 850px;}

.banner-sec .banner-slider .slider .content-holder .bg-image{position: absolute;top: 0;bottom: 0;right: 0;left: 0; z-index: 1;}

.banner-sec .banner-slider .slider .content-holder .bg-image img{width: 100%;height: 100%;}

.banner-sec .banner-slider .slider .middle-figure img { width: 100%; height: 100%; max-width: 56vw; margin: 0 auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; transform: translateX(20%); }

.banner-sec .banner-slider .slider .discount-tag img {position: absolute;z-index: 2;right: 0px;max-width: 380px;transform: translateX(-40%);}

.banner-sec .banner-slider .slider .content-holder .container{position: relative;z-index: 5;}



.banner-sec .banner-slider .slider .content-holder .content-wrap h1 strong{color: var(--red);font-size: clamp(2.375rem, -2.333rem + 9.809vw, 9.438rem);display: block;}

.banner-sec .banner-slider .slider .content-holder .content-wrap h1{color: var(--white);margin: 0 0 40px;}

.banner-sec .banner-slider .slider .content-holder .content-wrap p{max-width: 460px;color: var(--white);margin: 0 0 40px;}



.banner-sec .slick-prev, .banner-sec .slick-next{width: 60px;height: 60px;background: var(--black);bottom: 60px;z-index: 9;top: auto;}

.banner-sec .slick-prev:hover, .banner-sec .slick-next:hover{background: var(--red);}

.banner-sec .slick-next{right: 160px;left: auto;}

.banner-sec .slick-prev{right: 230px;left: auto;}

.banner-sec .slick-prev:before{content: '\f053';font-family:"Font Awesome 6 Free";font-size: 20px;font-weight: 700;opacity: 1;}

.banner-sec .slick-next:before{content: '\f054';font-family:"Font Awesome 6 Free";font-size: 20px;font-weight: 700;opacity: 1;}



/* -- Banner Section -- */



/* -- Feature section -- */



.feature-sec{padding: 0 0 80px;background: #F8F8F8;}

.feature-top{background: var(--red);padding: 80px 0 40px;}

.feature-top .feature-caption{text-align: center;}

.feature-top .feature-caption h2{color: var(--white);}



.feature-btm{position: relative;}

.feature-btm::after{content: '';background: var(--red);position: absolute;left: 0;right: 0;top: 0;bottom: 30%;}

.feature-list{position: relative;z-index: 5;}

.feature-list ul{display: flex;padding: 0;margin: 0 -15px;list-style: none;}

.feature-list ul li{width: 25%;padding: 0 15px;}

.feature-box{background: var(--white);padding: 25px;display: flex;align-items: center;box-shadow: 0px 5px 10px 0px #0000000D;}

.feature-box .icon-holder{background: var(--red);display: flex;align-items: center;justify-content: center;width: 80px;height: 80px;margin-right: 24px;}

.feature-box .icon-holder img{max-width: 50px;margin: 0 auto;}

.feature-box .info h5{margin: 0;}

.feature-caption h2 { margin: 0; }



/* -- Feature section -- */







/* -- Collection Section -- */



.collection-sec{position: relative; overflow: hidden;}

.collection-sec::after{content: '';background: url(../images/home-collect-bg.png) no-repeat center / cover;position: absolute;top: 0;right: 0;width: 100%;height: 100%;z-index: -1;}



.common-head{text-align: center;margin: 0 0 50px;}

.common-head h2{color: var(--black);text-transform: uppercase;margin: 0;}

.common-head h2 strong{color: var(--red); font-weight: 700;}





.collection-slider .slider .image-holder{position: relative;padding: 111% 0 0;}

.collection-slider .slider .image-holder img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;}

.collection-slider .slider .info { padding: 45px 65px; background: #F3F4F6; text-align: center; width: 100%; max-width: 365px; margin: -150px auto 0; position: relative; z-index: 2;transition: 0.3s ease; }

.collection-slider .slider .info h3{color: var(--black);margin: 0 0 30px;text-transform: capitalize;}

.collection-slider .slider .info h3 strong{display: block;}

.collection-slider .slider .info .btn{font-size: clamp(0.875rem, 0.625rem + 0.521vw, 1.25rem);padding: 25px 38px;background: transparent;border: 1px solid var(--red);color: var(--red);}

.collection-slider .slider:hover .info{background: var(--red);transition: 0.3s ease;}

.collection-slider .slider:hover .info h3{color: var(--white);}

.collection-slider .slider:hover .info .btn{color: var(--white);border: 1px solid var(--white);}



.collection-slider .slick-slide{padding: 0 15px;}

.collection-slider .slick-list.draggable{margin: 0 -15px;}



.collection-slider .slick-prev, .collection-slider .slick-next{width: 50px;height: 50px;background: #F3F4F6;z-index: 9;border-radius: 50%;}

.collection-slider .slick-prev:hover, .collection-slider .slick-next:hover{background: var(--red);}

.collection-slider .slick-next{right: -70px;}

.collection-slider .slick-prev{left: -70px;}

.collection-slider .slick-prev:before{content: '\f053';font-family:"Font Awesome 6 Free";font-size: 20px;font-weight: 700;opacity: 1;color: var(--black);}

.collection-slider .slick-next:before{content: '\f054';font-family:"Font Awesome 6 Free";font-size: 20px;font-weight: 700;opacity: 1;color: var(--black);}

.collection-slider .slick-prev:hover::before{color: var(--white);}

.collection-slider .slick-next:hover::before{color: var(--white);}



/* -- Collection Section -- */





/* -- Best sell Section -- */



.best-sell-list ul{display: flex;margin:-15px;padding: 0;list-style: none;flex-wrap: wrap;justify-content: center;}

.best-sell-list ul li{width: 25%;padding: 15px;}

.best-sell-card{background: var(--white);padding: 10px 0 ;}

.best-sell-card a{display: block;}

.best-sell-card .image-holder{padding: 100% 0 0 ;position: relative;margin: 0 10px 30px 10px;background: #F3F4F6;}

.best-sell-card .image-holder img{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100% !important; height: 100% !important; object-fit: contain;}



.best-sell-card .content-wrap{text-align: center;margin: 0 10px;}

.best-sell-card .content-wrap p{font-weight: 600;margin: 0 0 10px;}

.best-sell-card .content-wrap h5{font-weight: 400;margin: 0 0 10px;}

.best-sell-card .content-wrap h5:last-child{margin: 0 0 20px;}

.best-sell-card .content-wrap .btn-wrap{font-size: 16px;padding: 18px;background: #222222;width: 100%;color: var(--white);text-align: center;text-transform: uppercase;font-weight: 600;transition: 0.3s ease;}

.best-sell-card:hover .btn-wrap{color: var(--white);background: var(--red);transition: 0.3s ease;}





.bottom-btn{margin: 40px 0 0;text-align: center;}



/* -- Best sell Section -- */



/* -- Offer section -- */



.offer-sec{height: 100vh;position: relative;min-height: 960px;z-index: 1;}

.offer-content{position: relative;padding-top: 100px;}

.offer-content .content-wrap{max-width: 1009px;text-align: end;margin-right: 0;margin-left: auto;}

.offer-content .content-wrap h2{color: var(--white);text-transform: uppercase;font-weight: 400;}

.offer-content .content-wrap .min-order-wrap { background: var(--yellow); color: var(--black); display: flex;width: fit-content;margin-right: 0;margin-left: auto;  padding: 8px 13px 8px 39px; clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);margin-bottom: 20px; }

.offer-content .content-wrap .min-order-wrap h4{margin: 0;}



.offer-tag{position: absolute;top: 0;left: 0;}



/* -- Offer section -- */



/* -- Feature Section -- */



.ftr-prd-sec .common-head{max-width: 977px;margin: 0 auto 40px;}

.ftr-prd-sec .common-head h2{margin: 0 0 30px;}

.feature-slider { padding-bottom: 140px; }

.feature-slider .slick-slide{padding: 0 30px;}

.feature-slider .slick-list.draggable{margin: 0 -30px;padding: 0 200px;}

.feature-slider .best-sell-card .image-holder{border-radius: 50%;}

.feature-slider .best-sell-card .image-holder img { max-width: 70%; margin: 0 auto; }



.feature-slider .slick-prev, .feature-slider .slick-next{width: 60px;height: 60px;background: var(--black);bottom: 0;z-index: 9;top: auto;}

.feature-slider .slick-prev:hover, .feature-slider .slick-next:hover{background: var(--red);}

.feature-slider .slick-next{right: auto;left: 50%;transform: translateX(0);}

.feature-slider .slick-prev{right: auto;left: 50%;transform: translateX(-130%);}

.feature-slider .slick-prev:before{content: '\f053';font-family:"Font Awesome 6 Free";font-size: 20px;font-weight: 700;opacity: 1;}

.feature-slider .slick-next:before{content: '\f054';font-family:"Font Awesome 6 Free";font-size: 20px;font-weight: 700;opacity: 1;}





.happy-customer-slider-sec{overflow: hidden;}

/* our company start */

.abt-our-company-img-wrap img { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; object-fit: cover; }

.abt-our-company-img-wrap { position: relative; padding: 0 0 119%; }

.our-company-img img { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; object-fit: cover; }

.our-company-img { position: relative; padding: 0 0 100%; }

.abt-our-company-sec .container .row{align-items: flex-end;}

.our-company-cont-innerwrap{padding: 0 56px 74px;}

.our-company-cont-innerwrap h2{color: var(--black);}

.our-company-cont-innerwrap h2 strong { color: var(--red); }

.happy-customer-slider-outer .common-head h2{max-width: 786px; margin: 0 auto;}

.happy-customer-details h3{font-size: clamp(1.25rem, 0.917rem + 0.694vw, 1.75rem);  font-weight: 400; font-style: italic;}

.customer-info { display: flex;    align-items: center; }

.customer-img img { width: 70px; height: 70px; border-radius: 50px; overflow: hidden; display: flex; align-items: center; justify-content: center; }

.customer-name { margin-left: 20px; }

.customer-name h4 { margin-bottom: 10px; }

.red-comma img { width: 48px; margin-bottom: 25px; }

.item { padding: 0 10px; }

.happy-customer-details { padding: 40px; background-color: #F3F4F6;}



.happy-customer-slider .slick-prev, .happy-customer-slider .slick-next{width: 60px;height: 60px;background: var(--black);bottom: 0;z-index: 9;top: auto;}

.happy-customer-slider .slick-prev:hover, .happy-customer-slider .slick-next:hover{background: var(--red);}

.happy-customer-slider .slick-next { right: 0; transform: translateX(84px); top: 46%; }

.happy-customer-slider .slick-prev { right: auto; left: 0; transform: translateX(-137%); top: 46%; }

.happy-customer-slider .slick-prev:before{content: '\f053';font-family:"Font Awesome 6 Free";font-size: 20px;font-weight: 700;opacity: 1;}

.happy-customer-slider .slick-next:before{content: '\f054';font-family:"Font Awesome 6 Free";font-size: 20px;font-weight: 700;opacity: 1;}

/* our company end */



/* footer section start */

.ftr-prd-sec { overflow: hidden; }

.ftr-logo-outer-wrap p { color: #fff; }

.logo-wrap { max-width: 186px; margin-bottom: 55px; width: 100%; }

.ftr-cont h4, .ftr-cont ul li a{color: #fff;position: relative;margin-bottom: 30px;}

.ftr-cont h4{margin-bottom: 30px;}

.ftr-cont h4::after{content: ""; position: absolute; background-color: #fff;width: 30px; height: 3px;bottom: -6px;left: 0;}

.ftr-cont ul{list-style: none; padding-left: 0;}

.ftr-cont ul li:not(:last-child) { padding-bottom: 10px; }

.ftr-logo-outer-wrap { padding-right: 83px; }



.lower-ftr-innerwrap { display: flex ; align-items: center; justify-content: space-between; color: white;border-top: 2px solid rgba(80, 80, 80, 1);padding: 15px 0; }

.lower-ftr-innerwrap ul { display: flex ; list-style: none; }

.lower-ftr-innerwrap ul li:not(:last-child){margin-right: 10px;}

.lower-ftr-innerwrap ul li a{width: 39px; height: 39px; border-radius: 50px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.6);}

.lower-ftr-innerwrap ul li i{color: #fff; font-size: 12px;}

.lower-ftr-innerwrap p, .lower-ftr-innerwrap ul { margin-bottom: 0; }

/* footer section end */





/* -- inner banner -- */





.inner-banner { background: #4B6F8E; height: 350px; position: relative; overflow: hidden; }

.inner-banner .bg-text { position: absolute; top: -50px; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; text-align: center;}

.inner-banner .bg-text span { font-size: 35vw; text-transform: uppercase; line-height: 0.8; text-align: center; font-weight: 700; text-shadow: 0px 0px 1px #ffffff; color: rgb(74 110 140);display: block;width: 100%; }



.inner-banner-content{position: relative;z-index: 5;}

.inner-banner-content .banner-content{text-align: center;padding-top: 138px;}

.inner-banner-content .banner-content h1{margin: 0;color: var(--white);text-transform: uppercase;}





/* .inner-banner{height: 350px;padding-top: 138px;}

.inner-banner .banner-inner-content{text-align: center;}

.inner-banner .banner-inner-content h1{text-transform: uppercase;color: var(--white);} */





/* -- inner banner -- */





/* -- Products page -- */



.filter-wrap { display: flex; align-items: center; justify-content: space-between; margin: 0 0 40px;}

.checks-wrap{display: flex;flex-wrap: wrap;}

.checks-wrap .woocommerce-ordering{margin: 0;}

.checks-wrap .form-check{position: relative;padding: 0;margin: 10px;cursor: pointer;}

.checks-wrap .form-check input{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;opacity: 0;margin: 0;padding: 0;cursor: pointer;}

.checks-wrap .form-check label{padding: 16px 40px;border: 1px solid #AAAAAA;color: #AAAAAA;margin: 0;}

.checks-wrap .form-check input:checked + label{background: var(--black);border: 1px solid var(--black);color: var(--white);}



.select-wrap{display: flex;align-items: center;}

.select-wrap label{color: var(--black);text-transform: uppercase;flex: 0 0 auto;margin: 0 10px 0 0;}

.select-wrap select { color: var(--black); text-transform: uppercase; max-width: 230px; border: 2px solid var(--black); border-radius: 0; padding: 8px 22px 8px 10px; height: 52px; background:url(../images/select-arrow.svg) no-repeat;background-position: center right 10px;background-size: 10px; appearance: none; -webkit-appearance: none;}



.product-listing-sec .best-sell-card{padding: 10px;border: 1px solid #DDDDDD;}

.product-listing-sec .best-sell-card .image-holder{margin: 0 0 15px;}



.pagination-wrap{margin: 40px 0 0;}

.pagination-wrap ul{display: flex;flex-wrap: wrap;justify-content: center;list-style: none;}

.pagination-wrap ul li{width: fit-content;}

.pagination-wrap ul li a, .pagination-wrap ul li span{width: 60px;height: 60px;display: flex;justify-content: center;align-items: center;}

.pagination-wrap ul li a{border: 2px solid var(--black);color: var(--black);}

.pagination-wrap ul li:first-child a , .pagination-wrap ul li:last-child a{border: 2px solid var(--red);color: var(--red);}

.pagination-wrap ul li a:hover , .pagination-wrap ul li span{background: var(--black);border: 1px solid transparent;color: var(--white);}

.pagination-wrap ul li:first-child a:hover , .pagination-wrap ul li:last-child a:hover{background: var(--red);}



span.star{color: #CF1F25;}

/* -- Products page -- */





/* -- faq Page -- */



.faq-sec .common-head{max-width: 977px;margin: 0 auto 40px;}

.faq-sec .common-head h2{margin: 0 0 30px;}



.accordion-wrap .accordion-flush .accordion-item{border: none;}

.accordion-wrap .accordion-flush .accordion-item:not(:last-child){margin-bottom: 20px;}

.accordion-wrap .accordion-button:focus{border: none;box-shadow: none;}

.accordion-wrap .accordion-button:not(.collapsed){background: var(--white);color: var(--black);box-shadow: none;}



.accordion-wrap .accordion-button::after{background-image: url(../images/accordion-down.svg);}

/* .accordion-wrap .accordion-button:not(.collapsed)::after{background-image: url(../images/accordion-up.svg);transform: rotate(0deg);} */



.accordion-wrap .accordion-flush .accordion-item .accordion-button{font-size: clamp(1.125rem, 0.875rem + 0.521vw, 1.5rem);font-weight: 700;padding: 30px; color: #222;}



/* -- faq Page -- */





/* -- Contact Page -- */



.contact-info h2{color: var(--black);text-transform: uppercase;margin: 0 0 40px;}

.contact-info h2 strong{color: var(--red);font-weight: 700;}



.contact-info ul{margin: 0;padding: 0;list-style: none;display: block;max-width: 461px;}

.contact-info ul li:not(:last-child){padding-bottom: 30px;}

.contact-info ul li a{display: flex;font-size: clamp(1.375rem, 0.958rem + 0.868vw, 2rem);align-items: center;}

.contact-info ul li a .icon-wrap{width: 64px;height: 64px;border-radius: 50%;border: 2px solid var(--red);display: flex;justify-content: center;align-items: center;color: var(--red);font-size: 22px;margin-right: 20px;flex: 0 0 auto;}

.contact-info ul li h3 { font-weight: 400; margin-bottom: 0; }



.contact-form { padding: 40px; background: #F0E6E6; margin-left: 80px; }

.contact-form h2{text-transform: uppercase;color: var(--black);margin: 0 0 40px;}

.contact-form h2 strong{color: var(--red);}



.contact-form .form-control{background: var(--white);border: 2px solid var(--black);border-radius: 0;color: var(--black);}

.contact-form textarea{height: 200px;}

.contact-form input::placeholder , .contact-form textarea::placeholder{color: var(--black);}

.contact-form .form-submit .btn{width: 100%;}



/* -- Contact Page -- */





/* -- About Page -- */





.about-img{padding: 100% 0 0 0;position: relative;}

.about-img img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;}



.about-info{margin-left: 68px;}

.about-info h2{color: var(--black);text-transform: uppercase;margin-bottom: 40px;}

.about-info h2 strong{color: var(--red);}



.about-sec .row:not(:last-child){margin-bottom: 100px;}

.about-sec .row:nth-child(even){flex-direction: row-reverse;}

.about-sec .row:nth-child(even) .about-info{margin-right: 68px;margin-left: 0;}





/* -- About Page -- */





/* -- Product Page -- */



.slider-wrap .image-holder{position: relative;padding: 75% 0 0;margin: 0 0 30px;}

.slider-wrap .image-holder img{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;object-fit: cover;}



.slider-nav .image-holder{position: relative;padding: 100% 0 0;background: #D9D9D9;}

.slider-nav .image-holder::after{content: '';background: #d9d9d987;width: 100%;height: 100%;position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 2;}

.slider-nav .image-holder img{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;object-fit: contain;z-index: 1;}

.slider-nav .slick-slide{padding: 0 16px;}

.slider-nav .slick-list.draggable{padding: 0 !important;margin: 0 -16px;}





.slick-slide.slick-current.slick-active.slick-center .image-holder::after{content: none;}



.product-banner .product-info{padding-left: 78px;}

.product-info h2{font-weight: 700;margin: 0 0 30px;}

.product-info .price-wrap{margin: 0 0 30px;}

.product-info .price-wrap h4{color: var(--red);font-weight: 700;}

.product-info .price-wrap h6{color: var(--black);font-weight: 700;margin: 0;}

.product-info .btn{width: 100%;margin: 0 0 44px;}



.product-accordion .accordion-flush .accordion-item{border: none;}

.product-accordion .accordion-flush .accordion-item h2{margin: 0;}

.product-accordion .accordion-flush .accordion-item:not(:last-child){margin-bottom: 20px;border-bottom: 1px solid var(--black);}

.product-accordion .accordion-button:focus{border: none;box-shadow: none;}

.product-accordion .accordion-button:not(.collapsed){background: var(--white);color: var(--black);box-shadow: none;}



.product-accordion .accordion-button::after{background-image: url(../images/accordion-down.svg);}



.product-accordion .accordion-flush .accordion-item .accordion-button{font-size: clamp(1.125rem, 0.875rem + 0.521vw, 1.5rem);font-weight: 700;padding: 20px 0; }

.product-accordion .accordion-flush .accordion-item .accordion-body{padding: 20px 0;}





.faq-sec.product{background: #F3F4F6;}





.product-modal .modal-dialog{max-width: 786px;}

.product-modal .modal-header{padding: 20px 30px;border-bottom: 1px solid #CDCDCD;}

.product-modal .modal-header h4{color: var(--black);text-transform: uppercase;font-weight: 700;}



.product-modal .modal-header .btn-close{background: url(../images/close-btn.svg) no-repeat center / cover;width: 28px;height: 28px;opacity: 1;margin: 0;padding: 0;}



.product-modal .modal-body{max-height: 650px;overflow-y: auto;overflow-x: hidden;padding: 0;}



.product-box{padding: 30px;}

.modal-form .form-group label{color: var(--black);margin: 0 0 6px;}

.modal-form .form-group .form-control{padding: 20px;background: #EEEEEE;border-radius: 0;color: var(--black);}

.modal-form .form-group input::placeholder{color: #AAAAAA;}







.modal-check-box h6{color: var(--black);text-transform: uppercase;font-weight: 700;}

.modal-checks-wrap{display: flex; flex-flow: wrap; align-items: center; margin-bottom: 8px;}

.modal-checks-wrap .form-check{position: relative;padding: 0;margin: 0;}

.modal-checks-wrap .form-check:not(:last-child){margin-right: 20px;}

.modal-checks-wrap .form-check input{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;margin: 0;padding: 0;opacity: 0;cursor: pointer;}

.modal-checks-wrap .form-check label{width: 50px;height: 50px;border-radius: 50%;border: 1px solid #CCCCCC;padding: 5px;}

.modal-checks-wrap .form-check label .multi-picker{width: 100%;height: 100%;border-radius: 50%;}

.modal-checks-wrap .form-check input:checked + label{border: 1px solid red;}

.modal-checks-wrap .form-check label .multi-picker.sky{background: #D0E7EB;}

.modal-checks-wrap .form-check label .multi-picker.blue{background: #6495ED;}

.modal-checks-wrap .form-check label .multi-picker.green{background: #556B2F;}

.modal-checks-wrap .form-check label .multi-picker.pink{background: #FF69B4;}

.modal-checks-wrap .form-check label .multi-picker.gray{background: #D3D3D3;}

.modal-checks-wrap .form-check label .multi-picker.purple{background: #DDA0DD;}



.modal-checks-wrap .form-check label .multi-picker.patern-1{background: url(../images/pattern-1.png) no-repeat center / cover;}

.modal-checks-wrap .form-check label .multi-picker.patern-2{background: url(../images/pattern-2.png) no-repeat center / cover;}

.modal-checks-wrap .form-check label .multi-picker.patern-3{background: url(../images/pattern-3.png) no-repeat center / cover;}

.modal-checks-wrap .form-check label .multi-picker.patern-4{background: url(../images/pattern-4.png) no-repeat center / cover;}

.modal-checks-wrap .form-check label .multi-picker.patern-5{background: url(../images/pattern-5.png) no-repeat center / cover;}

.modal-checks-wrap .form-check label .multi-picker.patern-6{background: url(../images/pattern-6.png) no-repeat center / cover;}

.modal-checks-wrap .form-check label .multi-picker.patern-7{background: url(../images/pattern-7.png) no-repeat center / cover;}

.modal-checks-wrap .form-check label .multi-picker.patern-8{background: url(../images/pattern-8.png) no-repeat center / cover;}

.modal-checks-wrap .form-check label .multi-picker.patern-9{background: url(../images/pattern-9.png) no-repeat center / cover;}



.upload-design{margin-bottom: 20px;}

.upload-design h6{color: var(--black);margin: 0 0 10px;}

.upload-design .file-box{position: relative;display: flex;align-items: center;width: fit-content;}

.upload-design .file-box input{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;opacity: 0;z-index: 2;cursor: pointer;}

.upload-design .file-box .file{padding: 18px 41px;background: #DBD4D5;margin-right: 20px;}

.upload-design .file-box .file p{color: var(--black);}

.upload-design .file-box p{color: var(--black);}



.quantity-wrap{display: flex;align-items: center;margin: 0 0 30px;}

.quantity-wrap h6{color: var(--black);margin: 0 35px 0 0;}



.qunt-wrap{display: flex;}

.minus-q, .plus-q {width: 50px;height: 64px;border: 2px solid #DDDDDD;color: var(--black);font-size: 20px;text-align: center;cursor: pointer;display: flex;justify-content: center;align-items: center;}

.num {padding: 0 10px;width: 80px;display: flex;justify-content: center;align-items: center;background: #EFEFEF;border:solid #DDDDDD;border-width: 2px 0 2px 0;}



.product-modal .btn{width: 100%;}



/* -- Product Page -- */





/* -- 18.12.2024 -- */



.woocommerce nav.woocommerce-pagination ul{border: none;}

.woocommerce nav.woocommerce-pagination ul li:not(:last-child){margin-right: 10px;}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{display: flex;justify-content: center;align-items: center;}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{background: #000000;color: var(--white);}

.woocommerce nav.woocommerce-pagination ul li a.next:hover , .woocommerce nav.woocommerce-pagination ul li a.prev:hover , .woocommerce nav.woocommerce-pagination ul li a.next:focus , .woocommerce nav.woocommerce-pagination ul li a.prev:focus{background: var(--red);}





/*-- woocommerce-btn-css(Start) --*/







.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button{background-color: #222; color: var(--white); font-size: 16px; font-weight: 600; border-radius: 0; text-transform: uppercase; padding: 1.35em 1em;}







.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button:hover{background-color: var(--red); color: var(--white);}



/*-- woocommerce-btn-css(End) --*/



/*-- Listing-page(Start) --*/

.lower-ftr-wrap .lower-ftr-innerwrap p a{color: var(--white);}



.filter-wrap .checks-wrap .form-check a.form-check-label {

    border: 1px solid #aaa;

    display: block;

    padding: 15px 43px;

    font-size: 16px;}

.filter-wrap .checks-wrap .form-check a.form-check-label:hover, .filter-wrap .checks-wrap .form-check a.form-check-label.current-catactive {background-color: #222; color: var(--white);}



.product-listing-sec ul.products li.product { text-align: center;}

.product-listing-sec ul.products li.product h2.woocommerce-loop-product__title, .product-listing-sec ul.products li.product h5{font-size: 20px; color: #353537; font-weight: 400;}

.product-listing-sec ul.products li.product span.price{font-size: 18px !important; color: #222 !important; font-weight: 700 !important;}

.product-listing-sec ul.products li.product a.button.add_to_cart_button { display: block;}

.product-listing-sec ul.products li.product a.woocommerce-loop-product__link:hover h2.woocommerce-loop-product__title { color: var(--red); text-decoration: underline;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { margin: 0 2% 2.992em 0;}



/*-- Listing-page(End) --*/



/*-- Product-details-page(Start) --*/



.single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images{width: 100%;}

.single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image{ background-color: #F3F4F6; height: 580px;}

.single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image img{width: 100%; height: 100%; object-fit: contain;}

.single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav{display: flex; justify-content: space-between; margin-top: 30px;}

.single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav li{background-color: #D9D9D9; width: 20%; margin: 0 10px; position: relative; padding-top: 16%;}

.single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav li img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain;}

.single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav li:first-child{margin-left: 0;}

.single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav li:last-child{margin-right: 0;}



.product-banner .product-info { color: var(--black);}

.product-banner .product-info p.price{color: #B91A36 !important; font-weight: 700; font-size: clamp(1.125rem, 0.875rem + 0.521vw, 1.5rem) !important; /* -- 24px -- */ margin-bottom: 20px;}



.woocommerce-product-gallery ul.flex-direction-nav {

    padding-left: 0;

    list-style: none;

    margin-bottom: 0;

    display: flex;

    flex-flow: wrap;

    justify-content: space-between;

    align-items: center;

}

.woocommerce-product-gallery ul.flex-direction-nav .flex-prev:after{content: "\f104"; font-family: FontAwesome; font-weight: 600; width: 20px; height: 28px; background-color: rgba(0, 0, 0, 0.7); color: #fff; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; bottom: 70px; font-size: 14px;}

.woocommerce-product-gallery ul.flex-direction-nav .flex-next:after{content: "\f105"; font-family: FontAwesome; font-weight: 600; width: 20px; height: 28px; background-color: rgba(0, 0, 0, 0.7); color: #fff; display: flex; align-items: center; justify-content: center; position: absolute; right: 0; bottom: 70px; font-size: 14px;}

.woocommerce-product-gallery ul.flex-direction-nav .flex-next:hover, .woocommerce-product-gallery ul.flex-direction-nav .flex-prev:hover{background-color: rgba(0, 0, 0, 1); color: var(--white);}

.woocommerce-product-gallery ul.flex-direction-nav .flex-next, .woocommerce-product-gallery ul.flex-direction-nav .flex-prev  { font-size: 0;}



/*-- Product-details-page(End) --*/







/* -- 27.12.2024 -- */



.search-bar-wrap form{width: 100%;display: flex;align-items: center;}

.search-bar-wrap form .btn { width: 48px; height: 48px; padding: 0; background-color: var(--red); font-size: 0;background-image: url(../images/search-icon.svg);background-position: center;background-repeat: no-repeat; }



/* -- 31.12.2024 -- */



.partner-sec { background: #f3f4f6; overflow-x: hidden;}

.partner-sec .heading-wrap{text-align: center;margin-bottom: 60px;}

.partner-sec .heading-wrap h2{color: var(--black);font-weight: 700;}

.partner-sec .partner-slider .slider-item .image-holder img{max-width: 150px;margin-bottom: 15px;}



.filter-wrap{display: block;}

.woocommerce .woocommerce-ordering { margin: 20px 0; }

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{float: none;}



.no-result-sec { text-align: center; }



/* -- 02.01.2025 -- */



.responseMsg { text-align: center; }



.woocommerce nav.woocommerce-pagination ul li{border: none;}



.product-listing-sec .best-sell-card p { margin: 0 0 10px; }





/* Body Adjustment */





@media only screen and ( min-width:1700px ) {



  .container{max-width: 1600px;}





}



@media only screen and ( min-width:1700px ) {



  .banner-sec .banner-slider .slider .middle-figure img {max-width: 53vw;}



}







@media only screen and ( max-width:1699px ) {



  .banner-sec .banner-slider .slider .discount-tag img { max-width: 330px;}

  .content-wrap { max-width: 340px; }

  .product-banner .product-info { padding-left: 48px;}



}









@media only screen and ( max-width:1599px ) {

  .hdr-menu .main-menu ul li:not(:last-child) { margin-right: 31px; }

  .common-padding { padding-top: 80px; padding-bottom: 80px; }

  .btn, a.btn { padding: 15px 40px; }

  .logo { max-width: 161px; width: 100%; }

  .header-icons ul li a { width: 40px; height: 40px; }

  .banner-sec .banner-slider .slider .content-holder { padding-top: 160px; height: calc(100vh - 113px); min-height: 699px; }

  .collection-slider .slider .info { padding: 40px; }

  .collection-slider .slider .info .btn { padding: 20px 33px; }

  .feature-sec { padding: 0 0 0px; }

  .feature-top { padding: 40px; }

  .feature-btm::after { bottom: 47%; }

  .feature-box .icon-holder { width: 60px; height: 60px; }

  .feature-box .icon-holder img { max-width: 35px; margin: 0 auto; }

  .feature-box { padding: 20px; }

  .offer-tag { max-width: 244px; width: 100%; }

  .offer-sec { height: 100vh; min-height: 804px; z-index: 1; }

  .pagination-wrap ul li a, .pagination-wrap ul li span { width: 50px; height: 50px;}

  .pagination-wrap ul li { padding: 8px !important; }

  .product-banner .product-info { padding-left: 38px;}



  /* .banner-sec .banner-slider .slider .middle-figure img{max-width: 857px;} */

  /* .banner-sec .banner-slider .slider .discount-tag img { transform: translateX(-40%); } */

  .single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image { height: 500px;}

  .product-info .btn { margin: 0 0 24px;}

  .woocommerce-product-gallery ul.flex-direction-nav .flex-prev:after, .woocommerce-product-gallery ul.flex-direction-nav .flex-next:after { width: 17px; height: 23px; bottom: 56px;}

  .accordion-wrap .accordion-flush .accordion-item .accordion-button { padding: 20px;}



  .banner-sec .banner-slider .slider .discount-tag img { transform: translateX(-20%); }



}





@media only screen and ( max-width:1440px ) {



  .happy-customer-slider .slick-prev, .happy-customer-slider .slick-next{transform: translateX(0);}



  .collection-slider .slick-next { right: -30px; }

  .collection-slider .slick-prev { left: -30px; }



}





@media only screen and ( max-width:1399px ) {

  .hdr-menu .main-menu ul li:not(:last-child) { margin-right: 22px; }

  .common-padding { /*padding-top: 70px; padding-bottom: 70px;*/ padding-top: 60px; padding-bottom: 60px; }

  .best-sell-list ul li { width: 33.33%; padding: 15px; }

  .logo { max-width: 140px; width: 100%; }

  .banner-sec .slick-prev, .banner-sec .slick-next { width: 50px; height: 50px; }

  .feature-slider .slick-prev, .feature-slider .slick-next { width: 50px; height: 50px; }

  .happy-customer-slider .slick-prev, .happy-customer-slider .slick-next { width: 50px; height: 50px; }

  .offer-tag { max-width: 173px; width: 100%; }

  .offer-sec { height: 80vh; min-height: 475px; z-index: 1; }

  .collection-slider .slider .info { padding: 20px; }

  .our-company-cont-innerwrap { padding: 37px 56px 40px; }

  .ftr-logo-outer-wrap { padding-right: 35px; }

  .collection-slider .slider .info h3 { margin: 0 0 15px; }

  .about-sec .row:not(:last-child) { /*margin-bottom: 70px;*/ margin-bottom: 60px; }

  .about-info h2 { margin-bottom: 25px; }

  .about-sec .row:nth-child(even) .about-info { margin-right: 25px; margin-left: 0; }

  .checks-wrap .form-check label { padding: 9px 30px;}

  .checks-wrap .form-check:not(:last-child) { margin-right: 13px; }

  .contact-form .form-control { height: 50px; }

  .contact-info ul li a .icon-wrap { width: 54px; height: 54px;  }

  .contact-form {  margin-left: 40px; padding: 30px;}

  .contact-info h2 { margin: 0 0 20px; }

  .inner-banner .bg-text { top: -14px; }

  .pagination-wrap ul li { width: inherit !important; }

  .product-banner .product-info { padding-left: 28px;}

  .single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav { margin-top: 20px;}

  .product-accordion .accordion-flush .accordion-item:not(:last-child) { margin-bottom: 10px;}

  .product-accordion .accordion-flush .accordion-item .accordion-button { padding: 10px 0;}

  .accordion-wrap .accordion-flush .accordion-item .accordion-button { padding: 20px 15px;}

  .accordion-wrap .accordion-button::after, .product-accordion .accordion-button::after{ width: 1rem; height: 1rem; background-size: 1rem;}

  .product-listing-sec ul.products li.product h2.woocommerce-loop-product__title, .product-listing-sec ul.products li.product h5 { font-size: 18px;}

  .product-listing-sec ul.products li.product span.price { font-size: 17px !important;}

  .filter-wrap .checks-wrap .form-check a.form-check-label { padding: 10px 33px;}







  

  

  







}



@media only screen and ( max-width:1299px ) {

.banner-sec .banner-slider .slider .content-holder { padding-top: 160px; height: calc(100vh - 194px); min-height: 633px; }

.form-control { padding: 17px; }

.contact-form .form-control { height: 45px; }

.contact-info ul li a .icon-wrap { width: 44px; height: 44px; font-size: 18px;margin-right: 15px; }

/*.product-banner .product-info { padding-left: 48px; }*/

.product-banner .product-info { padding-left: 15px;}

.accordion-wrap .accordion-flush .accordion-item .accordion-button { padding: 15px 10px;}



.banner-sec .banner-slider .slider .middle-figure img{max-width: 53vw;}

.banner-sec .banner-slider .slider .discount-tag img { max-width: 300px; }



}









@media only screen and ( max-width:1199px ) {

  body.no-scroll{overflow-y: hidden;height: 100vh;}



  .main-header{padding: 10px 0;background: var(--blue);z-index: 99999;}

  .main-header.fixed{padding: 10px 0;box-shadow: none;}

  .header-row{position: relative;}

  .nav_btn { display: block; cursor: pointer; line-height: 1; margin-left: 30px; position: relative; width: 30px; height: 20px; display: flex; align-items: center; justify-content: center;z-index: 9999; }

  .nav_btn span{position: absolute;width: 100%;height: 4px;background-color: var(--red);border-radius: 3px;}

  .nav_btn span:nth-child(1){top: 0px;transition: 0.3s ease;}

  .nav_btn span:nth-child(2){top: 8px;transition: 0.3s ease;}

  .nav_btn span:nth-child(3){top: 16px;transition: 0.3s ease;}



  .nav_btn.open span:nth-child(1){top: 0;transform: rotate(-45deg);transition: 0.3s ease;}

  .nav_btn.open span:nth-child(2){top: 0;display: none;transition: 0.3s ease;}

  .nav_btn.open span:nth-child(3){top: 0;transform: rotate(45deg);transition: 0.3s ease;}



  .hdr-menu .main-menu{padding-right: 10px;}

  .main-menu { position: fixed; transform:translateY(-100%); left: 0;right: 0; top: 0; bottom: 0; z-index: 999;width: 100%;background-color: var(--blue); padding-top: 200px; margin:0; display:block; width: 100%; padding-left: 10px;padding-right: 10px; transition: 250ms ease-in;background: var(--blue);height: 100%;overflow-y: auto;}

  .main-menu.open { transform: translateY(0); background: #F3F4F6; border-radius: 0; padding-top: 80px;padding-bottom: 80px; }

  .main-menu>ul li { width: 100%; }

  .main-menu ul li:not(:last-child) { margin-right: 0 !important; }

  .main-menu>ul>li a { display: block; padding: 10px;border-bottom: 1px solid var(--white);color: var(--white); }

  .main-menu ul li.menu-item-has-children a { margin-right: 0; }

  li.menu-item-has-children > a::after{top: 20px;right: 0;}



  .minus, .plus { display: block; padding: 6px 5px 6px 8px; font-weight: 500; color: var(--red); font-size: 24px !important; cursor: pointer; position: absolute; right: 5px; width: 33px; top: -3px; text-align: right; z-index: 5;}

  li.menu-item-has-children > ul.sub-menu {display: block;visibility: hidden; position: absolute; margin-top: 0;min-width: 100%;padding: 0px 0px;box-shadow: inherit;background: inherit;height: 0;} 

  li.menu-item-has-children > ul.sub-menu li{height: 0;}

  li.menu-item-has-children ul.sub-menu a { color: var(--white);padding: 0;}

  li.menu-item-has-children > a::after{content: none;}

  li.menu-item-has-children.open-sub ul.sub-menu { height: auto;visibility: visible;position: relative;}

  li.menu-item-has-children.open-sub ul.sub-menu li{height: auto;}

  li.menu-item-has-children.open-sub ul.sub-menu li a{ padding: 10px 20px;height: auto;color: var(--black); }

  .hdr-menu .main-menu ul li a { font-size: 18px; padding: 17px 0; }

  .minus { display: none; }

  .open-sub .plus { display: none; }

  .open-sub .minus { display: block; }





  /* .main-header.fixed{-webkit-animation: none;transition: inherit;animation: none;} */



  .hdr-menu .main-menu ul { display: block; max-width: 325px; margin: 0 auto; text-align: center; }



  .hdr-rt ul li:last-child { margin: 0; }

  .hdr-rt ul li a {color: var(--white);}

  .hdr-icon-tgl{display: flex;margin-top: 20px;}

  .header-icons{display: none;}



  .header-icons .language-drop img{margin: 0;}



  .common-padd-big { padding-top: 60px; padding-bottom: 60px; }

  .offer-content .content-wrap { max-width: 699px; }

  .customer-img img { width: 50px; height: 50px; }

  .feature-slider { padding-bottom: 100px; }

  .feature-box { padding: 10px; }

  .feature-list ul li { width: 25%; padding: 0 9px; }

  .about-sec .row:not(:last-child) { margin-bottom: 50px; }

  .filter-wrap { display: flex ; align-items: flex-start; justify-content: flex-start; margin: 0 0 40px; flex-direction: column-reverse; overflow-x: auto;}

  .checks-wrap { margin-top: 25px; white-space: nowrap;  }

  .select-wrap select { padding: 13px 28px 13px 10px; }

  .inner-banner .bg-text { top: 31px; }

  .contact-form h2 { margin: 0 0 20px; }

  .form-group { margin-bottom: 20px; }

  .pagination-wrap ul li a, .pagination-wrap ul li span { width: 40px; height: 40px; }

  .btn, a.btn { padding: 15px 30px;}

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button { font-size: 15px; padding: 1em 0.5em;}

  .product-listing-sec .best-sell-card { padding: 5px;}

  .product-listing-sec ul.products li.product h2.woocommerce-loop-product__title, .product-listing-sec ul.products li.product h5 { font-size: 17px;}

  .product-listing-sec ul.products li.product span.price { font-size: 16px !important;}

  .checks-wrap .form-check:not(:last-child) { margin-right: 6px;}

  .best-sell-card { padding: 5px 0;}

  .best-sell-card .image-holder { margin: 0 5px 20px 5px;}



  .contact-form .form-control{padding: 8px;}



  .banner-sec .banner-slider .slider .content-holder{padding-top: 60px;min-height: 500px;height: calc(100vh - 314px);}

  .banner-sec .banner-slider .slider .discount-tag img{max-width: 280px;}

  .banner-sec .banner-slider .slider .middle-figure img{max-width: 48vw;transform: translateX(30%);}



  body.fixed { margin-top: 79px; }



}





@media only screen and ( max-width:1024px ) {



  .slick-dots{bottom: -45px;}



  .banner-sec .banner-slider .slider .discount-tag img { max-width: 250px; }





}



@media only screen and ( max-width:991px ) {



  /* .banner-sec { min-height: 580px; } */

  .banner-sec .banner-slider .slider .content-holder { padding-top: 60px; height: calc(100vh - 400px); min-height: 400px; }

  .banner-sec .banner-slider .slider .discount-tag img { max-width: 180px; }

  .common-padding { /*padding-top: 60px; padding-bottom: 60px;*/ padding-top: 50px; padding-bottom: 50px;}

  .collection-slider .slider .image-holder{position: relative;padding: 100% 0 0;}

  .best-sell-list ul li { width: 50%; padding: 15px; }

  .feature-list ul li { width: 25%; padding: 0 7px; }

  .feature-box { padding: 10px; }

  .feature-box .icon-holder { width: 50px; height: 50px;margin-right: 13px; }

  .feature-box .icon-holder img { max-width: 30px; margin: 0 auto; }

  .offer-sec { height: 55vh; min-height: 461px; z-index: 1; }

  .offer-tag { max-width: 118px; width: 100%; }

  .offer-content .content-wrap { max-width: 492px; }

  .our-company-cont-innerwrap { padding: 0; margin: 30px 0; }

  .our-company-img { margin-bottom: 30px; }

  .collection-slider .slider .info .btn { padding: 14px; }

  .feature-slider .slick-prev, .feature-slider .slick-next { width: 35px; height: 35px; }

  .ftr-logo-outer-wrap { margin-bottom: 50px; }

  .logo-wrap { max-width: 140px; margin-bottom: 32px; width: 100%; }

  .upper-ftr-wrap.common-padding { padding: 45px 0 35px; }

  .happy-customer-details { padding: 25px; }

  .nav_btn { margin-left: 0; }

  /* .banner-sec .slick-prev.slick-arrow { left: 117px; width: 35px; height: 35px; bottom: inherit; top: 55%; transform: translateY(-55%); }

  .banner-sec .slick-next.slick-arrow { left: 164px;width: 35px; height: 35px;  bottom: inherit; top: 55%; transform: translateY(-55%);} */

 

  .feature-slider .slick-list.draggable { margin: 0 -30px; padding: 0 150px; }

  .lower-ftr-innerwrap ul li a { width: 29px; height: 29px; }



  .about-info { margin-left: 0; margin-top: 30px; }

  .contact-form { margin-left: 0; }

  .contact-info { margin-bottom: 40px; }

  .contact-info ul li:not(:last-child) { padding-bottom: 20px; }



  .inner-banner .bg-text { top: 61px;  }

  .pagination-wrap ul li a, .pagination-wrap ul li span { width: 30px; height: 30px; }



  .product-info h2 { margin: 0 0 20px; }

  .product-info .price-wrap { margin: 0 0 20px; }

  .product-info .btn { margin: 0 0 20px; }

  .product-banner .product-info { padding-left: 0px; margin-top: 10px;}

  .accordion-wrap .accordion-flush .accordion-item:not(:last-child) { margin-bottom: 10px;}

  .faq-sec .common-head h2 { margin: 0 0 20px;}

  .faq-sec .common-head { margin: 0 auto 30px;}

  .select-wrap select { padding: 6px 23px 6px 6px; height: 40px; border-width: 1px;}

  .checks-wrap { /*margin-top: 25px;*/ margin-top: 15px; width: 100%; justify-content: center;}

  .filter-wrap form.woocommerce-ordering { margin: 0 auto 5px;}

  .filter-wrap { margin: 0 0 20px;}



  .modal.show .modal-dialog{max-width: 95%;}



  .banner-sec .slick-prev, .banner-sec .slick-next { width: 30px; height: 30px; bottom: 20px;}

  .banner-sec .slick-next{right: 50px;}

  .banner-sec .slick-prev{right: 90px;}

  .banner-sec .slick-prev:before , .banner-sec .slick-next:before{font-size: 15px;}



  .content-wrap { margin: 0 5px; }

  .banner-sec .banner-slider .slider .content-holder .content-wrap h1 , .banner-sec .banner-slider .slider .content-holder .content-wrap p{margin: 0 0 20px;}



  .collection-slider .slick-prev, .collection-slider .slick-next{bottom: -80px;top: auto;}

  .collection-slider .slick-prev { left: 50%; transform: translateX(-50%); }

  .collection-slider .slick-next { right: 50%; transform: translateX(170%); }

  .collection-sec.common-padding { padding-bottom: 100px; }





}



@media only screen and ( max-width:767px ) {

  /* .banner-sec .banner-slider .slider .content-holder { padding-top: 120px; height: calc(100vh - 232px); min-height: 513px; } */

  .logo { max-width: 115px; width: 100%; }

  .container{width: 95%;}

  .common-padd-big { padding-top: 30px; padding-bottom: 30px; }

  .common-padding { /*padding-top: 50px; padding-bottom: 50px;*/ padding-top: 40px; padding-bottom: 40px;}





  .mobile-search-btn{display: block;}

  .mobile-search-btn a { background: var(--red); width: 30px; height: 30px; display: flex ; align-items: center; justify-content: center; border-radius: 50px; color: white; margin-right: 10px; }

  .mbl-search-wrap { display: flex ; flex-direction: column;padding: 10px; }

  input[type="search"] { height: 45px; border: 1px solid; margin-bottom: 17px; padding: 13px;}

  .search-bar-wrap{display: none;}

  .mbl-search-wrap button.btn.btn-primary { width: fit-content; }

  .search-modal .btn-close { background: url(../images/close-btn.svg) no-repeat center / cover; width: 28px; height: 28px; opacity: 1; margin: 0; padding: 0; position: absolute; top: -16px; right: -12px; }

  .offer-sec { height: 42vh; min-height: 360px; z-index: 1; }

  .offer-tag { max-width: 77px; width: 100%; }

  .offer-content .content-wrap { text-align: center; margin-top: 33px; }

  .min-order-wrap { margin: 0 auto; justify-content: center; align-items: center; }

  .collection-slider .slider .image-holder { position: relative; padding: 137% 0 0; }

  .feature-slider .slick-list.draggable { margin: 0; padding:0; }

  .search-bar-wrap { max-width: 245px; padding: 5px 0 5px 5px; margin-right: 13px; height: 35px; justify-content: space-between; }

  .search-bar-wrap a { color: var(--white); background: var(--red); padding: 8px; font-size: 12px; }

  .nav_btn { width: 24px; }

  .feature-list ul { flex-wrap: wrap; }

  .feature-list ul li{width: 50%; margin-top: 8px;}

  .feature-top { padding: 15px; }

  .feature-btm::after { bottom: 23%; }

  .feature-slider .slick-prev, .feature-slider .slick-next { width: 35px; height: 35px; bottom: 10px; }

  .banner-sec .slick-prev.slick-arrow {  bottom: inherit; top: 50%; transform: translateY(-50%); }

  .banner-sec .slick-next.slick-arrow {   bottom: inherit; top: 50%; transform: translateY(-50%);}

  .best-sell-card .image-holder { padding: 90% 0 0; }

  .best-sell-card .content-wrap .btn-wrap { font-size: 14px; padding: 13px; }

  .contact-info ul li a .icon-wrap { width: 34px; height: 34px; font-size: 15px; }

  .contact-form {  padding: 20px; }

  .contact-info ul li h3 { font-size: 18px; }

  .inner-banner { background: #4B6F8E; height: 325px; }

  /*.accordion-wrap .accordion-flush .accordion-item .accordion-button { padding: 20px; }*/

  .ftr-logo-outer-wrap { margin-bottom: 30px; }

  .logo-wrap { max-width: 120px; margin-bottom: 20px; width: 100%; }

  .single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image {

        height: 450px;}

  .single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav { margin-top: 15px;}

  .accordion-wrap .accordion-button::after { width: 0.8rem; height: 0.8rem; background-size: 0.8rem; margin-left: 5px;}

  .product-accordion .accordion-button::after{width: 0.8rem; height: 0.8rem; background-size: 0.8rem;}

  .btn, a.btn { padding: 12px 20px;}

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button { font-size: 14px; padding: 0.8em 0.5em;}

  .best-sell-card .content-wrap .btn-wrap { font-size: 14px; padding: 11px 5px;width: 95%;margin: 0 auto;}

  .modal-checks-wrap .form-check { width: 13%; }



  .banner-sec .banner-slider .slider .content-holder .bg-image .banner-desk{display: none;}

  .banner-sec .banner-slider .slider .content-holder .bg-image .banner-mob{display: block;}

  .banner-sec .banner-slider .slider .middle-figure img{display: none;}



  .banner-sec .banner-slider .slider .content-holder { padding-top: 60px; height: 100vh; min-height: 630px;overflow-x: hidden;max-height: 630px; }

  .banner-sec .banner-slider .slider .discount-tag img { max-width: 180px; bottom: 160px; left: 0; }



  .partner-sec .partner-slider .slider-item .image-holder img { max-width: 100px; margin-bottom: 10px; }



  body.fixed { margin-top: 51px; }



  .collection-slider .slick-prev { left: 50%; transform: translateX(-120%); }

  .collection-slider .slick-next { right: 50%; transform: translateX(100%); }



  .mbl-search-wrap form input { width: 100%; }

  .mbl-search-wrap form .btn{width: fit-content;}



  .woocommerce nav.woocommerce-pagination ul{display: flex;align-items: center;}



}



@media only screen and ( max-width:580px ) {

  .best-sell-list ul li { /*width: 100%; padding: 15px;*/ padding: 8px;}

  .best-sell-card .image-holder { margin: 0 5px 20px 5px;}

  .best-sell-card { padding: 5px 0 ;}

  .lower-ftr-innerwrap { flex-direction: column; justify-content: flex-start; align-items: flex-start; }

   .lower-ftr-innerwrap ul { padding: 0; margin-top: 10px; }

   .collection-slider .slider .info { padding: 20px; max-width: inherit; }

   .offer-tag { max-width: 67px; width: 100%; position: relative; top: 0; }

   .offer-content { padding-top: 0; }

   .offer-content .content-wrap { margin-top: 20px; }

   .offer-sec { min-height: 400px; }

   /* .feature-slider .slick-list.draggable { margin: 0 -30px; padding: 0 70px; } */

   /* .banner-sec .banner-slider .slider .content-holder { padding-top: 108px; height: calc(100vh - 230px); min-height: 344px; } */

   .search-bar-wrap { max-width: 130px; }

   .search-bar-wrap input { width: calc(100% - 34px); padding: 11px 0px 10px 21px; background: url(../images/search.svg) no-repeat; background-size: 11px; background-position: center left 4px; }

   .search-bar-wrap a { padding: 8px; font-size: 12px; }

   .logo { max-width: 94px; width: 100%; }

   .feature-box { padding: 7px; }

   .feature-box .icon-holder { width: 30px; height: 30px; }

   .feature-box .icon-holder img { max-width: 19px; margin: 0 auto; }

   .inner-banner .bg-text { top: 105px; }



   .banner-sec .slick-prev.slick-arrow {  bottom: inherit; top: 85%; transform: translateY(-75%);left: 34px; }

   .banner-sec .slick-next.slick-arrow {   bottom: inherit; top: 85%; transform: translateY(-75%);  left: 80px;}

   .single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image {

        height: 350px;}

  .common-padding { padding-top: 30px; padding-bottom: 30px;}

  .accordion-wrap .accordion-flush .accordion-item:not(:last-child) { margin-bottom: 7px;}

  .accordion-wrap .accordion-flush .accordion-item .accordion-button { padding: 10px 10px;}

  .btn, a.btn { padding: 12px 15px;}

  .filter-wrap .checks-wrap .form-check a.form-check-label { padding: 6px 25px;}

  .checks-wrap .form-check:not(:last-child) { margin-right: 4px; margin-bottom: 4px;}

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { margin: 0 0 1.992em;}

  .single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav li { margin:0 3px; padding-top: 80px;}

  .woocommerce-product-gallery ul.flex-direction-nav .flex-prev:after, .woocommerce-product-gallery ul.flex-direction-nav .flex-next:after {

    width: 16px; height: 21px; bottom: 44px; font-size: 12px;}

  .woocommerce div.product div.images { margin-bottom: 1em;}

  .best-sell-card .content-wrap { width: 100%; max-width: inherit;margin: 0;}













}

@media only screen and ( max-width:480px ) {

  .single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image {

        height: 300px;}

  .single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav { margin-top: 10px;}

  .single-product .product-banner .woocommerce-product-gallery.woocommerce-product-gallery--with-images ol.flex-control-nav li { margin: 0 5px; padding-top: 18%;}

  .filter-wrap .checks-wrap .form-check a.form-check-label { padding: 3px 15px;}

  .product-listing-sec ul.products li.product h2.woocommerce-loop-product__title, .product-listing-sec ul.products li.product h5 { font-size: 15px;}

  .product-listing-sec ul.products li.product span.price { font-size: 14px !important;}

  .product-listing-sec .best-sell-card {  padding: 3px;}

  .woocommerce nav.woocommerce-pagination ul li:not(:last-child) { margin-right: 4px; padding: 5px !important;}







}

@media only screen and ( max-width: 380px ) {

  .filter-wrap .checks-wrap .form-check a.form-check-label { padding: 2px 10px; font-size: 15px;}

  .select-wrap { flex-flow: row wrap;}

  .select-wrap select { width: 100%; max-width: inherit; height: 36px; font-size: 15px;}

  .select-wrap label { color: var(--black); text-transform: uppercase; flex: 0 0 auto; margin: 0 0 7px 0; width: 100%; text-align: center;}

  .product-listing-sec ul.products li.product h2.woocommerce-loop-product__title, .product-listing-sec ul.products li.product h5 { font-size: 13px;}

  .product-listing-sec ul.products li.product span.price { font-size: 13px !important;}

  .product-listing-sec .best-sell-card { padding: 2px;}

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button { font-size: 13px; padding: 0.6em 0.5em;}

    .woocommerce-product-gallery ul.flex-direction-nav .flex-prev:after, .woocommerce-product-gallery ul.flex-direction-nav .flex-next:after {

        width: 14px; height: 19px; bottom: 36px; font-size: 11px;}

    .best-sell-card .content-wrap .btn-wrap { font-size: 13px; padding: 8px 5px;}





}



.map-iframe {margin-top: 30px;}
