/** Shopify CDN: Minification failed

Line 2633:0 Unexpected "}"
Line 3313:0 Unexpected "}"

**/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.owl-carousel {
    z-index: unset;
}

header.theme-header.stickynav #identity {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height:100px;
}
.owl-carousel.newban-carousel .owl-item{
  padding: 0;
}
.featured-pro-carousel .owl-nav button{
    width: 32px;
    height: 32px;
   
    border-radius: 5px;
    color: #fff !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-pro-carousel .owl-nav button.owl-next{
   background: #1EAB9E url(/cdn/shop/files/owl-next.svg?v=1726126166) no-repeat center !important;
}
.featured-pro-carousel .owl-nav button.owl-prev{
   background: #1EAB9E url(/cdn/shop/files/owl-prev.svg?v=1726126167) no-repeat center !important;
}
.featured-pro-carousel button span{
    display: none !important;
}
.featured-pro .btn-div{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.featured-pro .btn-div a{
  background: #1EAB9E;
  padding: 16px 32px;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.55px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  transition: .5s;
}
.featured-pro .btn-div a:hover{
  background: #E53125;
}
.featured-pro-carousel .owl-dots{
  display: none;
  text-align: center;
}
.featured-pro-carousel .owl-dots .owl-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1EAB9E20;
  margin: 0 2px;
}
.featured-pro-carousel .owl-dots .owl-dot.active{
  background: #1EAB9E;
}
.featured-pro-carousel .owl-prev{
    left: 0;
    
}

.featured-pro-carousel .owl-next{
    right: 0;
}
/* zooom */
/* Popup CSS */
.wrap_popup{
	display:none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	height:100%;
	width:100%;
	overflow:auto;
     background-color: rgba(0,0,0,0.6);
}
/* .cat-content .cat-img img{
    max-width: 50%;
    margin: 0 auto;
} */
.popup{
	height:auto;
	width:80%;
	max-width:600px;
	margin:5% auto;
	display:block;
	border-radius:8px;
	overflow:hidden;
  	background: #fff;
  	padding:30px;
	-moz-box-shadow: 0 0 5px $popupShadow;
	-webkit-box-shadow: 0 0 5px $popupShadow;
	box-shadow: 0 0 5px $popupShadow;
}



.box{
	width:100%;
	display:block;
	background:$boxBack;
	padding:5px;
	color:$boxText;
  position: relative;
}

.box button.close-popup{
	margin:10px 0px 10px 0px;
	background:$buttonBack;
	color:$buttonText;
	border:3px solid $buttonBorder;
	border-radius:5px;
    position:absolute;
    top: 0px;
    right: 5px;
    border: none;
    background: transparent;
    font-size: 22px;
}

/* zoom end */
:root{
    --btn-color:#E53125;
    --Text-color:#011B3F;
    --sub-text-color:#B7BACB;
    --lato-font:'Nunito', sans-serif;
    --josefin-font: 'Nunito', sans-serif;
}
  .breadcrumb{
    background-color: #F3E5EE;
    padding: 30px 0;
    text-align:center;
}
.breadcrumb h3.page-title{
    font-family: var(--josefin-font);
    font-size: 28px;
    line-height: 1.3;
    color: var(--Text-color);
    margin-bottom: 5px;
      text-transform:capitalize;
}
.breadcrumb ul{
    list-style: none;
    display: flex;
    align-items: center;
  justify-content:center;
}
.breadcrumb ul li{
    padding: 0 5px;
}
.breadcrumb ul li a{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    text-decoration: none;
}
.breadcrumb ul li a.main-page-title{
    color: var(--btn-color);
}

.cart-count-bubble span{
	font-size:14px;  
}
/* ============================= menu css */
  

 
body{overflow-x: hidden; font-family: var(--josefin-font);}
.mobmenu{ display: none; padding: 0 15px;}
.mobmenu .nav{width: 100%;    justify-content: space-between; display: flex;
    align-items: center;}
.mobmenu img{    
    width: 80px;
    margin-bottom: -30px;
}
 #menu {
	 background: var(--btn-color);
	 height: 100%;
	 left: 0;
	 opacity: 0;
	 overflow: hidden;
	 position: fixed;
	 text-align: center;
	 top: 0;
	 transition: all 0.7s ease-in-out;
	 visibility: hidden;
	 width: 100%;
	 z-index: 1100;
}
 #menu.open {
	 opacity: 1;
	 visibility: visible;
}
 #menu.open li:nth-child(1) {
	 animation-delay: 0.1s;
}
 #menu.open li:nth-child(2) {
	 animation-delay: 0.2s;
}
 #menu.open li:nth-child(3) {
	 animation-delay: 0.3s;
}
 #menu.open li:nth-child(4) {
	 animation-delay: 0.4s;
}
 #menu.open li:nth-child(5) {
	 animation-delay: 0.5s;
}
 #menu.open li:nth-child(6) {
	 animation-delay: 0.6s;
}
 #menu.open li:nth-child(7) {
	 animation-delay: 0.7s;
}
 #menu.open li:nth-child(8) {
	 animation-delay: 0.8s;
}
 #menu.open li:nth-child(9) {
	 animation-delay: 0.9s;
}
 #menu.open li:nth-child(10) {
	 animation-delay: 1s;
}
 #menu.open li {
	 animation-duration: 1s;
	 animation-fill-mode: both;
	 animation-name: fadeInUp;
}
 #menu ul li a:hover {
	 /* opacity: 0.5; */
     color: #fff;
}


 #menu .main-nav {
	 position: relative;
	 top: 50%;
	 transform: translateY(-50%);
}
.mobmenu .nav a.logo {
    color: #0D0E43;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    font-family: var(--josefin-font);
    display: block;
}
 #menu .main-nav ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
#menu .main-nav a {
	 display: block;
	 font-size: 25px;
	 font-weight: bold;
	 text-decoration: none;
	 text-transform: uppercase;
     color: #fff;
    font-family: var(--lato-font);
    text-decoration: none;
    padding: 15px;
    transition: .3s;
}
#menu .main-nav a.active{
    color: #fff;
}
 #menu .main-nav a:first {
	 padding-top: 0;
}
 #menu .menu-footer {
	 padding: 2rem;
	 bottom: 0;
	 left: 0;
	 position: absolute;
	 right: 0;
}
 #menu .menu-footer ul {
	 display: inline-block;
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
 #menu .menu-footer ul li {
	 display: inline;
	 margin: 0 1rem;
}
 #menu .menu-footer a {
	 color: #fff;
	 text-decoration: none;
	 text-transform: uppercase;
}
 .toggle-menu {
	 background-color: transparent;
	 border: none;
	 cursor: pointer;
	 display: inline-block;
	 /* float: right; */
	 height: 50px;
	 outline: none;
	 padding: 0;
	 pointer-events: initial;
	 position: relative;
	 vertical-align: middle;
	 width: 50px;
	 z-index: 1110;
}
 .toggle-menu span {
	 background-color: #000;
	 content: "";
	 display: block;
	 height: 2px;
	 left: calc(50% - 13px);
	 position: absolute;
	 top: calc(50% - 1px);
	 transform-origin: 50% 50%;
	 transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
	 width: 26px;
}
 .toggle-menu span:before, .toggle-menu span:after {
	 background-color: #000;
	 content: "";
	 display: block;
	 height: 2px;
	 position: absolute;
	 transform-origin: 50% 50%;
	 transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
	 width: 26px;
}
 .toggle-menu span:before {
	 top: 7px;
}
 .toggle-menu span:after {
	 top: -7px;
}
 .toggle-menu.active span {
	 background-color: transparent;
	 transition: background 0.2s ease-out;
}
 .toggle-menu.active span:before, .toggle-menu.active span:after {
	 transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
 .toggle-menu.active span:before {
	 top: 0;
	 transform: rotate3d(0, 0, 1, -45deg);
}
 .toggle-menu.active span:after {
	 top: 0;
	 transform: rotate3d(0, 0, 1, 45deg);
}
 


 span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
 span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}
  .price__sale .price-item--regular{
	font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    text-decoration-line: line-through;
    color: var(--btn-color) !important;
   
}
  .price__sale span{display:block;}
.price-item--sale, .pro-quantity .price-item{
	font-family: var(--josefin-font);
    font-size: 28px;
    line-height: 1.1;
    color: var(--Text-color);
    margin-top: 10px;
}
.price-item--sale{
    font-size: 16px;
    font-weight: 900;
    color: var(--btn-color);
}
/* .pro-category{
    padding: 20px 0;
} */
.pro-category a{
    background: #F3E5EE;
    border-radius: 5px; 
  	padding:15px 20px;
}
.accordion__body h4{
      font-family: var(--josefin-font);
    font-size: 24px;
    line-height: 1.6;
    text-transform: capitalize;
    color: #000;
}
/* ================================== end menu css */
  .input-error-message{display:flex; align-items:center;}
  .input-error-message .icon-error{width:20px}
.submenu-account{
	display:flex;
  align-items:center;
}
.container, .container-fluid{
    width: 100%;
    padding: 0 15px;
  margin:0 auto;
}
/* .top-header{
    background-color: #E53125;
  padding:10px 0;
    
} */
.top-header{
    background-color: #1EAB9E;
  padding:5px 0;
    
}
.top-header-content{
    display:flex;
  	align-items:center;
  	justify-content: center;
}
.top-header-content a{
    color: #f1f1f1;
    line-height: 1.2;
    text-decoration: none;
    
    font-weight: 500;
    font-family: var(--josefin-font);
}
.left-top-header a{padding-right:10px;}
  .left-top-header a:last-child{padding: 0 0 0 10px;}
.left-top-header a i{
    padding-right: 5px;
}
.left-top-header p{
  font-family: var(--josefin-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 24.55px;
  text-align: center;
  color: #fff;
}
.top-header-content select{
    border: none;
    background-color: transparent;
    color: #f1f1f1;
}
  .right-top-header div{display:flex; align-items:center;}
select:focus-visible, input:focus, textarea:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
/* ==================main-header */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
@keyframes fadeInDown {
    from {
        opacity:0;
        transform: translatey(-20px);
    }
    to {
        opacity:1;
        transform: translatey(0);
    }
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999 !important;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    animation: .7s ease-in-out 0s normal none 1 running fadeInDown;
    transition:.3s;
}
  .sticky1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 100%!important;
    z-index: 9;
    left: 0;
    box-shadow: 0 2px 5px #0003;
    animation: .7s ease-in-out 0s normal none 1 running fadeInDown;
    transition: .3s;
    text-align: center;
    background: #F3E5EE !important;
    display: flex;
    gap: 10px;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 0!important;
    padding: 12px 0!important;
}
.main-header{
    padding: 10px 0;
    display: none;
}
.left-main-header{
    display: flex;
    align-items: center;
}
.main-header-content .left-main-header a.logo{
    color: #0D0E43;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    font-family: var(--josefin-font);
}
.left-main-header .main-menu{
    display: flex;
    align-items: center;
    padding-left: 40px;
    list-style: none;
}
.left-main-header .main-menu li a{
    color: #0d0e43;
    font-family: var(--lato-font);
    text-decoration: none;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 600;
      
}
.left-main-header .main-menu li{
    position:relative;
}
.dropdown-child{
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff;
    list-style: none;
  	padding:20px;
    box-shadow: 0 8px 40px #31208a0d;
    z-index: 999;
}
/* .left-main-header .main-menu li:hover .dropdown-child{
  	display:block;
} */
.left-main-header .main-menu li a.active, .left-main-header .main-menu li a:hover{
    color: var(--btn-color);
}
.right-main-header-content form{
    display: flex;
    align-items: center;
    justify-content: center;
  	margin:10px 0;
}
.right-main-header-content a.search-btn{
    color: #fff;
    width: 30px;
    height: 30px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
  
  .right-main-header-content form input[type='submit']{
  background:var(--Text-color); color:#fff; font-weight:700;}
  
  .search-btn{color: #fff;
    width: 39px;
    height: 39px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
        border-radius:50%;
}
  
  
.right-main-header-content form input{
    border: 2px solid #eee;
    padding: 10px 17px;
}
.right-main-header-content form input:focus{
    border: 2px solid #E7E6EF;
}

  

/* ==============================banner */
.banner{
    /* background: url(/cdn/shop/files/banner.png?v=1717504403); */
/*     background: url(/cdn/shop/files/bann-back.png?v=1667896160); */
    /* padding-top: 50px; */
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  /* min-height:860px; */
}
.banner-abs-img{
    position: absolute;
    bottom: -12px;
    left: 0;
    object-fit: cover;
  width:100%; /*Vikas*/
}
.banner-abs-img img {  /*Vikas*/
    width: 100%;
}
.banner-body{
    display: flex;
    flex-direction: column;
}
.banner-content-img img{
    max-width: 100%;
}

.banner-sticker{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
}
.banner-content{
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
/* .banner-content span{
    font-size: 24px;
    line-height: 1.1;
    color: #E53125;
    font-weight: 700;
    font-family: var(--lato-font);
} */
.banner-content h1{
    font-family: var(--josefin-font);
    font-size: 24px;
    line-height: 1.1;
    /* letter-spacing: 0.015em; */
    color: #011B3F;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 5px;
}
.banner-content h1 span{
  color: #E53125;
}
.banner-content h1 span.bear-help{
  font-family: Nunito;
font-size: 59px;
font-weight: 700;
line-height: 95.4px;
text-align: left;
color: #011B3F;
  display: block;
}
.banner-content p{
    font-size: 16px;
    line-height: 1.7;
    color: #1E1E1E;
    font-family: var(--lato-font);
    padding-right: 50px;
    margin-bottom: 35px;
      max-width: 80%;
}
.main-btn{
    padding: 15px 45px;
    background-color: var(--btn-color);
    color: #fff !important;
    font-size: 16px;
    /* letter-spacing: 0.05em; */
    text-decoration: none;
    font-family: var(--josefin-font);
    transition: .5s;
    border-radius: 10px;
    border:none;
    font-weight: 700;
}
.main-btn:hover{
    background-color: var(--Text-color);
}
.banner-content .main-btn{
  background-color: #1EAB9E;
}
.banner-content .main-btn:hover{
  background-color: var(--btn-color);
}
.right-top-header{
    display: flex;
    justify-content: space-between;
  align-items:center;
}
/* .left-top-header{
    display: none;
    justify-content: space-between;
} */
  .left-top-header .p-left{display:none;}
/* ===========carousel css */

.banner-carousel .owl-dots {
    display: inline-block;
    text-align: center;
    padding-top: 0;
    position: absolute;
    /* left: 0;
    bottom: 215px; */
    left: 44px;
    bottom: 40%;
}
.banner-carousel .owl-dots button {
    display: inline-block;
    width: 32px;
    height: 13px;
    border-radius: 0;
    margin: 0 5px;
    background: #E5312580;
    transition: .3s;
    border-radius: 20px;
}
.banner-carousel .owl-dots button.active{
    width:62px;
    background: #E53125;
}
.banner-carousel .owl-dots button.active, .banner-carousel .owl-dots button:hover {
    background: var(--btn-color) !important;
}

.new-banner-carousel .owl-dots {
    display: inline-block;
    text-align: center;
    padding-top: 0;
    position: absolute;
    left: 160px;
    bottom: 260px;
}
.new-banner-carousel .owl-dots button {
    display: inline-block;
    width: 32px;
    height: 13px;
    border-radius: 0;
    margin: 0 5px;
    background: #E5312580;
    transition: .3s;
    border-radius: 20px;
}
.new-banner-carousel .owl-dots button.active{
    width:62px;
    background: #E53125;
}
.new-banner-carousel .owl-dots button.active, .new-banner-carousel .owl-dots button:hover {
    background: var(--btn-color) !important;
}
.our-brand .brand-img{
    position: absolute;
    top: -150px;
    left: -130px;
  display: none;
}
/* ================== featured product  */
.f-pro-head{
    text-align: center;
    padding-top: 50px;
}
.f-pro-head h3 {
    font-family: var(--josefin-font);
    font-size: 30px;
    line-height: 1.2;
    color: var(--Text-color);
    position:relative;
    width: max-content;
    margin: 10px auto;
  font-weight:700;
}
.f-pro-head h3:after{
    /* content:url(/cdn/shop/files/heading-img.png?v=1666187875); */
    content:url(/cdn/shop/files/aft-desk.svg?v=1726118812);
    position:absolute;
    right: -30px;
    top: 20px;
}
.f-pro-head p{
    color: var(--Text-color);
}
.featured-carousel{
    padding-top: 0px;
    display: flex;
/*     align-items: center; */
    flex-wrap: wrap;
    justify-content:center;
}
.featured-carousel .featured-content{
    flex: 0 0 16.66%;
}
/* .featured-carousel .item{
    padding: 20px 10px;
} */
.featured-carousel .card{
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.featured-carousel .card:hover .card-body{
    background-color: #2F1AC4;
    color: #fff;
}

.featured-carousel .card:hover h3{
    color: #fff;
}
.featured-carousel .card:hover p.card-back3{
    background-color: #fff;
}
.featured-carousel .card-header{
    background-color: #F6F7FB;
  
  
    position: relative;
}
.featured-carousel .card:hover .detail-div{
    opacity: 1;
}
.detail-div{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s;
}
.detail-div a{
    font-family: var(--josefin-font);
    font-size: 12px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 10px;
    background-color: #08D15F;
    text-decoration: none;
    border-radius: 5px;
}
.card-img{
    text-align: center;
}
.card-img img{
    margin: 0 auto;
  max-width:100%;
}
.card-social-icon a{
    padding: 0 10px;
}
.featured-carousel .card-body{
    padding: 20px;
    text-align: center;
    transition: .3s;
}
.featured-carousel .card-body h3 a{
    font-weight: 700;
    color: var(--btn-color);
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--lato-font);
    margin-bottom: 5px;
    transition: .3s;
      text-decoration:none;

}
  .featured-carousel .card-body h3 a:hover{color:#fff;}
p.card-back{
    display: inline-block;
    text-align: center;
    padding: 0 4px;
    margin-bottom: 0;
}
p.card-back1{
    background: #05E6B7;
    border-radius: 10px;
    width: 14px;
    height: 4px;
}
p.card-back2{
    background: var(--btn-color);
    border-radius: 10px;
    width: 14px;
    height: 4px; 
}
p.card-back3{
    background: var(--Text-color);
    border-radius: 10px;
    width: 14px;
    height: 4px; 
    transition: .3s;
}
p.card-code{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height:1.1;
    margin: 10px 0;
    color: var(--Text-color);
      transition:.3s;
}
h5.price a{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: var(--Text-color);
      text-decoration:none;
      transition:.3s;
}
.featured-carousel .card:hover a, .featured-carousel .card:hover p{
    color: #fff;
}
.card-social-icon{
    display: flex;
    opacity: 0;
}
.featured-carousel .card:hover .card-social-icon{
    opacity: 1;
    transition: opacity .3s;
}
.card-social-icon a.active , .card-social-icon a:hover{
    background-color: #EEEFFB;
    color: var(--Text-color);

}
  .card-social-icon a.active i{color: var(--Text-color);}
    
.card-social-icon a, .card-social-icon a button{
    color: #1389FF;
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
  border:none;
  box-shadow:none;
}
.card-social-icon a button.button--secondary:after {
    --border-opacity: 0;
  box-shadow: none;
  position:unset;
}
  .card-social-icon a i{
    color: #1389FF;}
/* ===========carousel css */

/* .featured-carousel .owl-dots {
    display: block;
    text-align: center;
    padding-top: 0px;
} */
/* .featured-carousel .owl-dots button {
    display: inline-block;
    width: 16px;
    height: 4px;
    background: #FEBAD7;
    border-radius: 10px;
    transition: .3s;
    margin: 0 5px;
}
.featured-carousel .owl-dots button.active, .featured-carousel .owl-dots button:hover {
    background: var(--btn-color) !important;
    width: 24px;
} */
/* ==============================latest-product */
.latest-product{
    padding-top: 50px;
}

.l-pro-img{
    background-color: #F7F7F7;
    text-align: center;
    padding: 30px;
    position: relative;
    height: 300px;
}
.l-pro-img:hover{
    background-color: #fff;
}
.l-pro-img .card-social-icon1 a{
    color: #2F1AC4;
}
.l-pro-img .card-social-icon1 a:hover{
    color: var(--btn-color);
}
.l-pro-img:hover .card-social-icon1, .l-pro-img:hover .l-pro-sale{
    opacity: 1;
    transition: opacity .3s;
}
.l-pro-sale{
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
}
.card-social-icon1 {
    display: flex !important;
    opacity: 0;
    flex-direction: column;
    position: absolute;
    left: 20px !important;
    width:20px !important;
  bottom: 20px !important;
}
.l-pro-img img{
    max-width: 100%;
}
.l-pro-content{
    margin-top: 20px;
}
.l-pro-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.l-pro-text h4 a{
    font-family: var(--josefin-font);
    font-size: 16px;
    line-height: 1.2;
    color: var(--Text-color);
    text-decoration: none;
    position: relative;
}
.fe-carousel-sec{
  padding:80px 0;
}
/* .l-pro-text h4 a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #EEEFFB;
    left: 0;
    bottom: -5px;
} */
.featured-pro{
    position:relative;
/*   padding-bottom:50px; */
  /* padding-top:40px; */
}
.featured-pro .fe-img{
    position: absolute;
    top: -140px;
  display: none;
}

.featured-pro-carousel .item{
    padding: 10px 0;
}
.l-pro-text p{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.2;
    color: var(--Text-color);
}
.l-pro-text p span{
    font-family: var(--josefin-font);
    font-size: 12px;
    line-height: 1.2;
    text-decoration-line: line-through;
    color: #FB2448;
}
.l-pro-head h3{
    font-family: var(--josefin-font);
    font-size: 25px;
    line-height: 1.2;
    color: var(--Text-color);
}
/* =================== tab */
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.tab-panels{
  padding-top:40px;
}
.tabset .tab-panel {
    display: none;
}
  
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}
  
.tabset > label {
    position: relative;
    display: inline-block;
    padding: 0px 4px 8px;
    border-bottom: 0;
    cursor: pointer;
    font-family: var(--lato-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: var(--Text-color);
    font-weight: 600;
} 
.tabset > label:hover, .tabset > label:active, .tabset > label:focus,
.tabset > input:focus + label {
    color: var(--btn-color);
}
.tabset .active {color:var(--btn-color)!important;}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: var(--btn-color);
} 

.tabset label.active:after{
    content:'';
    position:absolute;
    bottom:-10px;
    left:50%;
    transform:translateX(-50%);
    width:16px;
    height:16px;
    background:var(--btn-color);
    border-radius:50%;
}
.tab-panel {
    padding: 30px 0;
}
.category-carousel1 .cat-content .cat-img img, .category-carousel2 .cat-content .cat-img img, .category-carousel3 .cat-content .cat-img img, .category-carousel4 .cat-content .cat-img img{
  max-width:80%;
  box-shadow:none;
}
.category-carousel1 .cat-content .cat-img-body::before{
  background:#FFF1FA;
}
.category-carousel1 .owl-nav button{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #E53125 !important;
    border-radius: 10px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-carousel1 .owl-nav button span{
    font-size: 30px !important;
/*     margin-top:-5px; */
}
.category-carousel1 .owl-nav button.owl-prev{
    left:0;
}
.category-carousel1 .owl-nav button.owl-next{
    right:0;
}
.category-carousel2 .owl-nav button{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #E53125 !important;
    border-radius: 10px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-carousel2 .owl-nav button span{
    font-size: 30px !important;
/*     margin-top:-5px; */
}
.category-carousel2 .owl-nav button.owl-prev{
    left:0;
}
.category-carousel2 .owl-nav button.owl-next{
    right:0;
}
.category-carousel3 .owl-nav button{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #E53125 !important;
    border-radius: 10px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-carousel3 .owl-nav button span{
    font-size: 30px !important;
/*     margin-top:-5px; */
}
.category-carousel3 .owl-nav button.owl-prev{
    left:0;
}
.category-carousel3 .owl-nav button.owl-next{
    right:0;
}
.category-carousel4 .owl-nav button{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #E53125 !important;
    border-radius: 10px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-carousel4 .owl-nav button span{
    font-size: 30px !important;
/*     margin-top:-5px; */
}
.category-carousel4 .owl-nav button.owl-prev{
    left:0;
}
.category-carousel4 .owl-nav button.owl-next{
    right:0;
}

.tab-pro-head{
    margin-top: 50px;
    padding-left: 0%;
    padding-bottom: 0px;
}
.tab-pro-head h3{
    font-family: var(--josefin-font);
    font-weight: 800;
    font-size: 33px;
    line-height: 51px;
    color: var(--Text-color);
    position:relative;
    width: max-content;
}
.tab-pro-head h3:after {
    content: url(/cdn/shop/files/heading-img.png?v=1666187875);
    position: absolute;
    right: -30px;
    top: 20px;
}
.tab-pro-head p{
    font-weight: 600;
    font-size: 20px;
    line-height: 51px;
    color: var(--Text-color);
}
.tab-pro-head h3 img{
    position: absolute;
    top: -115px;
    left: 109%;
}
/* ===================shopex section */
.shopex{
    padding-top: 20px;
}
.shopex-head h3{
    font-family: var(--josefin-font);
    font-size: 30px;
    line-height: 1.2;
    color: var(--Text-color);
    text-align: center;
    margin-bottom: 20px;
}
.shopex-card-content{
    box-shadow: 0px 8px 40px 0px #31208A0D;
    text-align: center;
    margin-bottom: 30px;
    padding: 60px;
}
.shopex-card-header img{max-width:100%;}
.shopex-card-body h4{
    font-family: var(--josefin-font);
    font-size: 22px;
    line-height: 1.2;
    color: var(--Text-color);
    margin-bottom: 20px;
    margin-top: 10px;
}
.shopex-card-body p{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #1A0B5B4D;
}
/* ====================trending product */
.trending-pro{
    background-color: #F1F0FF;
    padding: 20px 0;
}
.trend-content1{
    text-align: center;
}
.trend-content1 img{
    max-width: 100%;
  	width: 100%;
}
.trend-content h2{
    font-family: var(--josefin-font);
    font-size: 25px;
    line-height: 1.2;
    /* letter-spacing: 0.015em; */
    color: var(--Text-color);
    margin-bottom: 10px;
}
.trend-content ul{
    padding-left: 20px;
    margin-bottom: 40px;
    list-style: none;
}
.trend-content ul li{
    font-family:var(--lato-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    /* letter-spacing: 0.015em; */
    color: #ACABC3;
    position: relative;
}
.trend-content ul li.first1:before{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #F52B70;
    left: -15px;
    top: 8px;
    border-radius: 50%;
}
.trend-content ul li.first2:before{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #2B2BF5;
    left: -15px;
    top: 8px;
    border-radius: 50%;
}
.trend-content ul li.first3:before{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #2BF5CC;
    left: -15px;
    top: 8px;
    border-radius: 50%;
}

.pro-price{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.pro-price .pro-name{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.1;
    /* letter-spacing: 0.02em; */
    color: var(--Text-color);
    padding-left: 25px;
}
  .pro-price .pro-name a{text-decoration:none;}
.pro-price span.price{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: var(--Text-color);
    display: block;
}
/* ========== trending card */
.trending-item{
    padding-top: 50px;
}
.tren-item-card{
    box-shadow: 0px 8px 40px 0px #31208A0D;
    border-radius: 10px;
    margin-bottom: 30px;
}
.tren-item-head h3{
    font-family: var(--josefin-font);
    font-size: 30px;
    line-height: 1.2;
    color: var(--Text-color);
    text-align: center;
}
.tren-item-card-header{
    background: #F5F6F8;
    text-align: center;
   
}
.tren-item-card-header img{
    max-width: 100%;
}
.tren-item-card-body{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.tren-item-card-body h4 a{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--Text-color);
    margin-bottom: 10px;
      text-decoration:none;
      display: inline-block;
    transition: .3s;
}
  .tren-item-card-body h4 a:hover{color: var(--btn-color);}
.tren-item-card-body p{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.2;
    color: var(--Text-color);
}
.tren-item-card-body p span{
    font-family: var(--josefin-font);
    font-size: 12px;
    line-height: 1.2;
    text-decoration-line: line-through;
    color: #1518754D;
}
/* ========trend discount */
.trend-disc-item1{
    background-color: #FFF6FB;
    padding: 20px;
    box-shadow: 0px 8px 40px rgba(49, 32, 138, 0.05);
    margin-bottom: 20px;
    position: relative;
    height: 265px;
}
.trend-disc-item1 h4{
    font-family: var(--josefin-font);
    font-size: 26px;
    line-height: 1.2;
    color: var(--Text-color);
    margin-bottom: 15px;
    font-weight: 500;
}
.trend-disc-item1 a.shop-now{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: var(--btn-color);
    position: relative;
    text-decoration: none;
    transition:.3s;
}
.trend-disc-item1 a.shop-now:hover{
	color:var(--Text-color)  
}
  
.trend-disc-item1 a.shop-now::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--btn-color);
    left: 0;
    bottom: -3px;
}
.trend-disc-item1 a.shop-now:hover::after{
  	background-color: var(--Text-color);
    transition:.3s;
}
.trend-disc-item2{
    background: #EEEFFB;
}
.trend-disc-img{
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -20px;
}
.trend-disc-img img{
    max-width: 100%;
}
.trending-item-body{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tren-disc-text{
    padding-left: 20px;
}
.trend-disc-item3{
    background-color: transparent;
}
.tren-disc-text h5 a{
    font-family: var(--josefin-font);
    font-size: 16px;
    line-height: 1.2;
    color: var(--Text-color);
      text-decoration:none;
      transition:.3s;
}
  .tren-disc-text h5 a:hover{color: var(--btn-color);}
.tren-disc-text p{
    font-family: var(--josefin-font);
    font-size: 12px;
    line-height: 1.2;
    text-decoration-line: line-through;
    color: var(--Text-color);
}
.tren-disc-img1{
    background-color: #F5F6F8;
    padding: 20px;
    text-align: center;
    width: 107px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tren-disc-img1 img{
    max-width: 100%;
}
/* ====================== discount item  */
.discount-item{
    padding-top: 30px;
}
.discount-item-head h3{
    font-family: var(--josefin-font);
    font-size: 30px;
    line-height: 1.2;
    color: var(--Text-color);
    text-align: center;
    margin-bottom: 15px;
}
.tabs .tabs-nav{
    list-style: none;
    text-align: center;
}
.tabs-nav li {
    display: inline-block;
    list-style: none;
    padding: 0 6px;
}
.tabs-nav li:first-child a {
    border-right: 0;
    border-top-left-radius: 6px;
}
.head-btt{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
.tabs-nav li:last-child a {
    border-top-right-radius: 6px;
}
.tabs-nav li a {
    text-align: center;
    text-decoration: none;
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: var(--Text-color);
}
.tabs-nav li a:hover {
    color: var(--btn-color);
}
.tab-active a {
    color: var(--btn-color) !important;
    cursor: default;
    position: relative;
}
.tab-active a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -3px;
    background-color: var(--btn-color);
}
.tabs-stage {
    border-top: 0;
    clear: both;
    position: relative;
    top: 20px;
}

.disc-item-content h3{
    font-family: var(--josefin-font);
    font-size: 20px;
    line-height: 1.2;
    /* letter-spacing: 0.015em; */
    color: var(--Text-color);
    margin-bottom: 5px;
}
.disc-item-content h4{
    font-family: var(--josefin-font);
    font-size: 16px;
    line-height: 1.2;
    /* letter-spacing: 0.015em; */
    color: var(--btn-color);
}
.disc-item-content p{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6;
    /* letter-spacing: 0.02em; */
    color: #B7BACB;
    margin-bottom: 20px;
}
.disc-item-content ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.disc-item-content li{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7;
    /* letter-spacing: 0.02em; */
    color: #B8B8DC;
    position: relative;
    flex: 0 0 48%;
    padding-left: 25px;
}
.disc-item-content li::before{
    content: url(https://cdn.shopify.com/s/files/1/0263/2689/2590/files/check.png?v=1645516407);
    position: absolute;
    left: 0;
    top: 3px;
}
.disc-item-content img{
    max-width: 100%;
}
/* ============================== category  */
.cat-img{position:relative;}
.cat-img a{
  position:relative;
  z-index:9;
}
/* .cat-content .cat-img-body
.img-shadow{
    background: url(/cdn/shop/files/Subtract.png?v=1667827615) no-repeat center;
    opacity: 0.3;
    filter: blur(11.6364px);
    width: 100%;
    height: 127px;
    position: absolute;
    bottom: -44px;
    left: 50%;
    display: block !important;
    transform: translateX(-50%);
    background-size: 145px;
    z-index:1;
} */
.category{
    padding-top: 50px;
}
.cat-head h3{
    font-family: var(--josefin-font);
    font-size: 30px;
    line-height: 1.2;
    color: var(--Text-color);
    margin-bottom: 20px;
    text-align: center;
}
  .cat-content{padding:10px 0;}
.cat-content .cat-img-body{
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 170px;
    margin: 0 auto;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.category-carousel1 .cat-content .cat-img-body, .category-carousel2 .cat-content .cat-img-body, .category-carousel3 .cat-content .cat-img-body, 
.category-carousel4 .cat-content .cat-img-body{
  background:transparent;
}
.cat-content .cat-img-body::before{
    content: '';
    width: 225px;
    height: 225px;
    position:absolute;
    border-radius: 50%;
    background-color: #EACFE1;
    top: -10px;
    left: -10px;
    z-index: -1;
    opacity: 0;
    transition: .3s;
}
.cat-content .cat-img-body::after{
    content: '';
    width: 36%;
    height: 40px;
    position:absolute;
    background-color: #EACFE1;
    bottom: 0px;
    left: 50%;
    transform:translateX(-50%);
    z-index: -6;
    background: #1E1E1E;
    opacity: 0;
    filter: blur(13.6364px);
    transition: .3s;
}
.cat-content .cat-img-body:hover::after{
  opacity:0.3;
}
.cat-content .cat-img-body:hover a, .cat-content .cat-img-body:hover::before{
    opacity: 1;
}
.cat-content .cat-img img{
    display: block;
    max-width: 70%;
    margin: 0 auto;
/*     box-shadow: 0px 6px 7px 1px #8080806e;
    border-radius: 100%; */
}
.cat-content .view-shop-div{
    margin-top: 20px;

}
.cat-content .view-shop-div a{
    font-family: var(--josefin-font);
    font-size: 12px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 10px 20px;
    background-color: #08D15F;
    text-decoration: none;
    opacity: 0;
    transition: .3s;
    border-radius: 3px;
}
.cat-content .view-shop-div a:hover{
    background-color:#9575E5;
}
.cat-text{
    text-align: center;
}
.cat-text h4 a{
    font-family: var(--josefin-font);
    color: var(--Text-color);
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-top: 25px;
    padding-bottom: 10px;
    text-decoration:none;
    transition:.3s;
    display:inline-block;
}
  .cat-text h4 a:hover{color:var(--btn-color);}
.cat-text p{
    font-family: var(--josefin-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: var(--btn-color);
    margin-bottom: 10px;
    position:relative;
}
.cat-text p:after{
    content:'+';
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 3px;
}
.cat-carousel .owl-dots {
    display: block;
    text-align: center;
    padding-top: 0px;
}
.cat-carousel .owl-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid var(--btn-color);
    border-radius: 10px;
    transition: .3s;
    margin: 0 5px;
}
.cat-carousel .owl-dots button.active, .cat-carousel .owl-dots button:hover {
    background: var(--btn-color) !important;
}
/* ================= newsletter */
.newsletter{
    background: #fafafa;
/*     padding-bottom: 3%; */
    position:relative;
}
/* .newsletter::before{
  content:url('/cdn/shop/files/news-img.png?v=1666274102');
  position:absolute;
  left:0;
  top:-40px;
} */
.newsletter-body{
  display:flex;
  align-items:center;
  justify-content: space-around;
      padding-bottom: 12.5%;
}
.newsletter-content{
    flex: 0 0 100%;
}
.newsletter-content h3{
    font-family:var(--josefin-font);
    font-size: 46px;
    line-height: 1.4;
    /* letter-spacing: 0.05em; */
    color: var(--Text-color);
    margin-bottom: 20px;
    font-weight:800;
}
.brand{
    padding: 0 15px;
}
.brand img{
    max-width: 100%;
    /* padding-top: 40px; */
    width: 70px;
}
.brand ul{
 	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  margin-top: 60px;
}
.brand ul li{
    background: #FFEFEF;
    padding: 40px 25px;
    border-radius: 32px;
      flex: 0 0 22%;
}
.brand ul p{
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: var(--Text-color);
  margin-top: 30px;
}
.main-btn-unique {
    background-color: var(--btn-color);
    font-size: 17px;
    /* letter-spacing: .02em; */
    font-family: var(--josefin-font);
    transition: .3s;
    padding: 10px 20px;
    border: none;
    color: #fff;
    border-radius: 5px;
      cursor: pointer;
}
  
.main-btn-unique:hover{
    background-color: #7E33E0;
}
/* =================================blog */
/*   .owl-carousel .owl-item {
    padding: 0;
}
  */
.blog-card{
    box-shadow: 0px 8px 40px rgba(49, 32, 138, 0.05);
    border-radius: 5px;
    margin-bottom: 30px;
}
.blog-card:hover h3, .blog-card:hover h3 a , .blog-card:hover a.read-more, .blog-card:hover::before{
    color: var(--btn-color);
}
.blog-card-body h3{
    font-family: var(--josefin-font);
    font-size: 18px;
    line-height: 1.2;
    color: var(--Text-color);
    margin: 20px 0;
    transition: .3s;
}
  .blog-card-body h3 a{
    font-family: var(--josefin-font);
    font-size: 18px;
    line-height: 1.2;
    color: var(--Text-color);
    margin: 20px 0;
    transition: .3s;
}
.blog-card-body p{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    color: #72718F;
    margin-bottom: 20px;
}
.blog-card-body:hover::before{
    color: var(--btn-color);
}
.blog-card a.read-more{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    color: var(--Text-color);
    transition: .3s;
}
.blog-card a.read-more:hover{
    color: var(--btn-color);
}
.blog-card:hover::before{
    color: var(--btn-color);
}
/* .blog-card a.read-more::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -5px;
    background-color: var(--Text-color);
} */
.blog-card-header{
    border-radius: 5px;
}
.blog-card-header img{    
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
}
.blog-card-body{
    padding: 0px 15px 15px 15px !important;
    background: #fff;
    width: 100%;
}
.body-text{
    display: flex;
    align-items: center;
}
.body-text h4{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.1;
    font-weight: normal;
    color: var(--Text-color);
    margin-bottom: 0;
}
.body-text h4 i{
    color: var(--btn-color);
    font-size: 14px;
    padding-right: 5px;
}
.blog-card-body .body-text p{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.1;
    color: var(--Text-color);
    margin-bottom: 0;
}
.body-text p i{
    color: #FFA454;
    font-size: 14px;
    padding-right: 5px;
}
.new-banner .desk-img{
  display: block !important;
}
.new-banner .mob-img{
  display: none !important;
}
/* ======================== footer */
.footer-top{
    background: #1EAB9E;
    padding-top: 60px;
    padding-bottom: 30px;
}
.footer-top-content, .footer-top-content1{
    margin-bottom: 30px;
}
.footer-top-content1 a.footer-logo{
    font-family: var(--josefin-font);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--Text-color);
    text-decoration: none;
}
.footer-top-content1 a.footer-logo img{
  width: 28%;
}
.footer-top-content1 form{
    padding: 20px 0;
}
.footer-top-content1 form input{
    border: none;
    padding:12px 20px;
  	border-radius: 5px 0 0 5px;
    line-height: 1.2;
    height:44px;
    width: calc(100% - 150px);
}
.footer-top-content1 form input::placeholder{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #8A8FB9;
     
}
.footer-top-content1 form button.submit{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #EEEFFB;
      height:44px;
    padding: 12px 20px;
    border-radius:0 5px  5px  0;
    border: none;
    margin-left: -4px;
    background-color: var(--btn-color);
    text-decoration: none;
    transition: .3s;
}
.footer-top-content1 form .input-group{
    display: flex;
    align-items: center;
}
.footer-top-content1 form button.submit:hover{
    background-color: var(--Text-color);
}
.footer-top-content1 p{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}
.footer-top-content1 p span{
    display: block;
  	font-weight:bold;
    margin-bottom: 10px;
}
.footer-top-body h3{
    font-family: var(--josefin-font);
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    /* letter-spacing: 0.03em; */
    color: #FFFFFF;
}
.footer-top-content ul{
    list-style: none;
    padding: 0;
}
/* .footer-top-content ul li{
    padding: 10px 0;
} */
.footer-top-content ul li a{
    font-family:var(--lato-font);
    color: #fff;
    text-decoration: none;
    transition: .3s;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    /* letter-spacing: 0.05em; */
}
.footer-top-content ul li a:hover{
    color: var(--btn-color);
}
.footer-bottom{
    padding: 10px 0;
    background: #110104;
}
.footer-bottom-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.footer-bottom-content p{
    font-family: var(--lato-font);
    color: #fff; 
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* letter-spacing: 0.03em; */
}
.footer-bottom-content p.company-text{padding-left:10px;}
.footer-bottom-content p.company-text a{
      font-family: var(--lato-font);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* letter-spacing: 0.03em; */
  text-decoration:none;
}
.footer-social{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer-social a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--Text-color); 
    text-decoration: none;
    margin-left: 5px;
    transition: .3s;
}
.footer-social a:hover{
    background-color: var(--btn-color);
}
.footer-social a i{
    color: #fff;
    font-size: 12px;
}
.blog-head{
    text-align: center;
    padding: 0 20px;
  justify-content: center;
}
.blog-head h3 {
    font-family: var(--josefin-font);
    font-size: 30px;
    line-height: 1.2;
    color: var(--Text-color);
/*     margin-bottom: 20px; */
    text-align: center;
}
  /* ======================================================== Shop Grid Default */
/* .breadcrumb{
    background-color: #F6F5FF;
    padding: 40px 0;
}
.breadcrumb h3.page-title{
    font-family: var(--josefin-font);
    font-size: 28px;
    line-height: 1.3;
    color: var(--Text-color);
    margin-bottom: 5px;
}
.breadcrumb ul{
    list-style: none;
    display: flex;
    align-items: center;
}
.breadcrumb ul li{
    padding: 0 5px;
}
.breadcrumb ul li a{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    text-decoration: none;
}
.breadcrumb ul li a.main-page-title{
    color: var(--btn-color);
} */
.collection-filter{
    display: block;
    padding: 30px 0;
}
.filter-content h1{
    font-family: var(--josefin-font);
    font-size: 28px;
    line-height: 1.2;
    color: var(--Text-color);
}
.filter-content p{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #8A8FB9;
}
.filter-content1{
    display: block;
    align-items: center;
    flex: 0 0 100%;
    margin-top: 15px;
  justify-content:end;
}
.per-page{
    display: inline-flex;
    align-items: center;
}
.per-page h4{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #3F509E;
}
.per-pege-count{
/*     border: 1px solid #E7E6EF; */
    padding: 4px 2px;
    margin-right: 10px;
    margin-left: 10px;
/*     width: 95px; */
}
.shorted-by{
    display: inline-flex;
    align-items: center;
}
.shorted-by h4{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #3F509E;
}
  .facets__form {
    gap: 0 !important;
}
  ul{list-style:none;}
  .collection-hero{display:none;}
.shorted-by select{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.2;
    color: var(--Text-color);
    border: 1px solid var(--Text-color);
    padding: 7px 30px 7px 10px;
    background-color: transparent;
}
.filter-grid{
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
}
.filter-grid h4{
    font-family: var(--lato-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #3F509E;
}


/* tab */
ul.tabs1{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs1 li{
    background: none;
    color: #3F509E;
    display: inline-block;
    padding-left: 8px;
    cursor: pointer;
}

ul.tabs1 li.current{
    color: var(--Text-color);
}

.tab-content1{
    display: none;
}

.tab-content1.current{
    display: inherit;
}
.rhide { display: none; }
/* tab */

.grid-img{
    position: relative;
    padding: 10px;
/*     background-color: #F4E8F0; */
  	display: flex;
    justify-content: center;
    align-items: center;
  	
}
.grid-img img{max-width:100%; width: 70% !important;}
.grid-img:hover .card-social-icon{
    opacity: 1;
}
.template-search__results .card__media .media img {
    object-fit: unset;
  /* width: 100% !important ; */
}

.grid-img:hover{
/*     background-color: #F3E5EE; */
}
.grid-product-content{
    text-align: center;
    margin-bottom: 0px;
}
  .list-grid-text .grid-product-content{text-align:left;}
.grid-img .card-social-icon a{
    color: var(--Text-color);
}
.grid-img .card-social-icon a.active{
    background-color: #fff;
}
.grid-content{text-align: center;}
.grid-content p{
    text-align: center;
}
.grid-content h3{
    margin-bottom: 5px;
      margin-top: 15px;
}
.grid-content h3 a{
    font-family: var(--josefin-font);
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: var(--Text-color);
    text-decoration: none;
    transition: .3s;
    font-weight:900;
}
.grid-content h3 a:hover{color: var(--btn-color);}
.grid-content p span.first1{
    background: #DE9034;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}
.grid-content p span.first2{
    background: #8568FF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.grid-content p span.first3{
    background: #EC42A2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
}
.grid-content h4{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    color: var(--Text-color);
    margin-top: 10px;
    display:inline-block;
}
.grid-content h4 span{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    text-decoration-line: line-through;
    color: var(--btn-color);
    padding-left: 10px;
}
.list-grid-img{
    position: relative;
    background-color: #F6F7FB;
    flex: 0 0 48%;
    text-align: center;
    padding: 15px;
}
.list-grid-img img{
    max-width: 100%;
    width: 100%;
    height: 323px;
    object-fit: contain;
}
.list-grid-img:hover .card-social-icon{
    opacity: 1;
}
.list-grid-img:hover{
    background-color: #EBF4F3;
}
.list-grid-content{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.list-grid-text{
    margin-left: 30px;
}
.list-grid-text h3{
    margin-bottom: 5px;
}
.list-grid-text p.grid-decription{
    font-family: var(--josefin-font);
    font-size: 16px;
    line-height: 1.6;
    color: var(--Text-color);
    display: none;
}
.list-grid-text h3 a{
    font-family: var(--josefin-font);
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    color: var(--Text-color);
    text-decoration: none;
      transition:.3s;
}
.list-grid-text h3 a:hover{
  	color: var(--btn-color);
}
.list-grid-text h4{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.1;
    color: var(--Text-color);
    margin-top: 10px;
}
.list-grid-text h4 span{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    text-decoration-line: line-through;
    color: var(--btn-color);
    padding-left: 10px;
}
.list-grid-text p span.first1{
    background: #DE9034;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}
.list-grid-text p span.first2{
    background: #8568FF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.list-grid-text p span.first3{
    background: #EC42A2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
}
  .blog-body{padding-top:40px;}
/* ===================================== product detail page */

/*
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}

.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 360px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 60px;
    height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
} */

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    max-width: 100%;
    width: -webkit-fill-available;
}
.piclist li{
    display: inline-block;
    width: 115px;
    height: 155px;
}
.piclist li img{
    width: 97%;
    height: auto;
}
  .pro-quantity {
    padding-bottom: 30px;
}

/* .pro-detail-price{
    display: flex;
    background: #FFF2F7;
    padding: 20px;
    justify-content: space-between;
/*     border-radius: 7px; */
} */
.pro-detail-price{
/*     display: flex; */
    background: #FFF2F7;
    padding: 20px;
/*     justify-content: space-between; */
/*     border-radius: 7px; */
}




.pro-detail {
    padding: 50px 0;
}
.row-sm{
    background: #FFFFFF;
/*     box-shadow: 0px 0px 25px 10px #F6F4FD; */
    border-radius: 2px;
    padding-top: 6px;
}
.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
/*     display: flex; */
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 30px;
}
/* ._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
} */
.piclist li img {
    height:160px;
}
._product-detail-content{
    padding-top: 10px;
}
._product-detail-content h3 a{ 
    font-family: var(--josefin-font);
    font-size: 25px;
    line-height: 1.2;
    color: #0D134E;
    text-decoration: none;
    transition: .3s;
}
._product-detail-content h3 a:hover{
    color: var(--btn-color);
}
._product-detail-content p{
    font-family: var(--josefin-font);
    font-size: 14px;
    line-height: 1.8;
    text-transform: capitalize;
    color: var(--Text-color);
    padding: 10px 0;
}
._product-detail-content p span i{
    color: #FFC416;
    padding-right: 5px;
}
/* .price__badge-sold-out {
    display: flex !important;
    align-items: center !important;
} */
/* ._product-detail-content h4{
    font-family:var(--josefin-font);
    font-size: 16px;
    line-height: 1.6;
    text-transform: capitalize;
    color: var(--Text-color);
} */
._product-detail-content h4 span{
    text-decoration-line: line-through;
    color: var(--btn-color);
    padding-left: 10px;
}
.pro-category h5{
    font-family: var(--josefin-font);
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin: 15px 0 20px 0;
}
.pro-payment-card{
    
    position: relative;
/*     border: 1px solid #DAD1D1; */
    border-radius: 10px;
    padding: 25px 0px;
    margin-top: 45px;

}

  .pro-payment-card img{max-width:100%;}
.pro-payment-card h3{
    font-family: var(--josefin-font);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    width: 132px;
    background: #fff;
    position: absolute;
    top: -20px;
    text-align: center;
}
  .product-form__input1 .form__label{
    font-family: var(--josefin-font);
    font-size: 16px;
    line-height: 1.2;
    color: #0D134E;
    margin: 15px 0;
}
    .product-form__input .form__label{
    font-family: var(--josefin-font);
    font-size: 16px;
    line-height: 1.2;
    color: #0D134E;
    margin: 15px 0;
}
.product-image.grid__item{
  	    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
}
._product-detail-content a{
    font-family: var(--josefin-font);
    font-size: 13px;
    line-height: 1.2;
    color: #000;
    text-decoration:none;
}
._product-detail-content p.description-text{
    font-family: var(--josefin-font);
    font-size: 16px;
    line-height: 1.5;
    color: var(--Text-color);
    padding: 0;
    margin: 10px 0;
}
._product-detail-content form button{
	font-size:20px !important;
    border-radius: 5px;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    --border-offset: unset;
  transition:unset;
}
.pro-add-to-cart{flex:0 0 70%;}
/*   .shopify-payment-button{ flex:0 0 48%;} */
._product-detail-content form button:hover{
    --color-button-text: unset;
}
  ._product-detail-content form button:hover:after{    --border-offset: unset;}
/*   .grid-product-content .grid-img a{z-index:9;} */
._product-detail-content h5 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--Text-color);
    text-decoration: none;
    margin-left: 5px;
    transition: .3s;
}
.pro-quantity .quantity:after{
/*     border-radius: 30px;    border: 0.1rem solid #000;
      box-shadow: none; */
  display:none;
}
.pro-quantity .quantity__button{
    color:#000;
}
._product-detail-content h5 a i {
    color: #fff;
    font-size: 12px;
}
._product-detail-content h5 a:hover{
    background-color: var(--btn-color);
}
/* pro-tabs */
.pro-tab {padding: 20px 0;}
.pro-tab .tabbedPanels { width: 100%; }

.pro-tab .panelContainer {
    clear: left;	
    padding-top: 25px;
}
.pro-tab .tabs {
	margin: 0;
	padding: 0;	
	list-style: none;	
}

/* set li properties  */
.pro-tab .tabs li {
    float: left;
	padding: 0;
	margin: 0;
    text-align: center;
}

/* all formatting goes inside 'a' */
.pro-tab .tabs a {
	display: block;
	text-decoration: none;
	color: var(--Text-color);
    font-family: var(--josefin-font);
    font-size: 16px;
    line-height: 1.2;
	margin-right: 10px; 
}


.pro-tab .tabs a.active {
	border-bottom: 1px solid var(--btn-color);
	color: var(--btn-color);
}
        
.pro-tab .panel img {
             
    margin-top: 10px;
}

.pro-tab .panel p  {
             
    margin-bottom: 0px;
}
.pro-tab .panel h4{
    font-family: var(--josefin-font);
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    font-size: 24px;
}
.pro-tab .panel p{
    font-family: var(--josefin-font);
    line-height: 2;
    color: #A9ACC6;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #565252;
}
.pro-tab .panel ul{
    list-style: none;
    padding: 0;
}
.pro-tab .panel ul li{
    position: relative;
    font-family: var(--josefin-font);
    font-size: 17px;
    color: #A9ACC6;
    padding-left: 25px;
}
.pro-tab .panel ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #A9ACC6;

}
.related-product{
    padding-top: 30px;
}
/* .rel-pro-head{
    text-align: center;
} */
.rel-pro-head h3{
    font-family: var(--josefin-font);
    font-size: 25px;
    line-height: 1.2;
    color: #101750;
    margin-bottom: 15px;
}
.rel-pro-text{
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
}
.rel-pro-text h3 a{
    font-family: var(--josefin-font);
    font-size: 16px;
    line-height: 1.1;
    color: var(--Text-color);
      text-decoration:none;
      
}
.rel-pro-text h3 span{
    font-size: 13px;
    display: block;
    margin-top: 15px;
  	font-family: var(--josefin-font);
    color: var(--Text-color);
}
.rel-img img{
    width: 100%;
    position: relative;
}
.rel-img{
    position: relative;
}
.rel-img:before {
    content: '';
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    border-radius: 5px;
    z-index: 99;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
}
.rel-img:hover:before {
    height: 100%;
}
/* .rel-img img:hover{
    background-color: rgba(0, 0, 0, 0.432);
} */
.rel-pro-text p{
    padding-left: 10px;
}
.rel-pro-text p span i{
    color: #FFC416;
    font-size: 12px;
}
/*   #main-collection-filters{display:none;} */

.list-grid-text .price .price__container .grid-content{text-align:left;}
.product-sidebar h4{
    font-family: var(--josefin-font);
    font-size: 20px;
    line-height: 2;
    color: var(--Text-color);
}
.ban-carousel .owl-item{
  padding:0;
}
.cus-log-li{
  position:relative;  
}
    .cus-log-li:hover .cus-login{
/*     	display:block !important; */
      opacity:1;
      visibility: visible;
    }
    .cus-login{
    	position: absolute;
        width: 220px;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        padding: 0px 15px;
        z-index: 99999999;
        top: 35px;
        left: 0;
        transition: .5s;
        display: block !important;
        box-shadow: 0px 0px 4px 6px rgba(0, 0, 0, 0.05);
    }
    .cus-login a{
        font-family: var(--josefin-font);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.7;
        color: #555050;
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #D5D4D4;
    }
.cus-log-li a i{
  padding-right:5px;
}
    .cus-login a:last-child{border-bottom:0;}
    
    .logout-btn{
        display: flex;
        align-items: center;
    }
    
.latest-product{
    background: url(/cdn/shop/files/le-img.png?v=1666251059);
    padding-top: 100px;
    position: relative;
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    /* height: 961px; */
  margin-top: 120px;
}
.view-btn{
    padding: 50px 0 100px 0;
    text-align: center;
}
.view-btn a{
    text-decoration:none;
    padding:15px 45px;
    border-radius:10px;
    background:var(--btn-color);
    transition:.5s;
    color:#fff;
    font-weight: 900;
    font-size: 16px;
    line-height: 30px;
    /* letter-spacing: 0.05em; */
}
.view-btn a:hover{
    background:var(--Text-color);
}
*:focus-visible{
  box-shadow: none;
}
.newsletter-content p{
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color:var(--Text-color);
  margin-bottom: 20px;
  padding-right: 150px;
}
.newsletter-content form{
  border-bottom:2px solid var(--Text-color);
  padding: 5px 0px;
}
.newsletter-content form input{
  border:0;
  padding:20px 0;
  background: transparent;
}
.newsletter-content h3{
  position:relative;
}
.newsletter-content h3:after {
    content: url(/cdn/shop/files/heading-img.png?v=1666187875);
    position: absolute;
    right: 10px;
    top: 95px;
}
.newsletter-content form input::placeholder{
  font-weight: 600;
  font-size: 20px;
  color:var(--Text-color);
}
.nb-content .nb-img{
  min-height:90px;
  max-height:90px;
}
.nb-content img{
  max-width:30%;
}
.nb-content p{
  text-align: center;
  color: #011B3F;
  /* text-transform: uppercase; */
  padding: 10px 15px;
  font-size: 24.46px;
  font-weight: 700;
  line-height: 33.37px;
  text-align: center;
  max-height: 90px;
    min-height: 90px;
}
.nb-content{
  text-align:center;
}
.pro-recommend{
    padding: 60px 0;
}
cart-notification {
  display:none;
}

 .nb-body{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
   margin-top: 50px;
  }
 .nb-content{
        flex:0 0 24%;
      }
.section+.section{
  margin-top: 0;
}

/*============================*/
.emailsec {
    background-color:#FFEFEF;
    
}
.email-text .field .main-btn {
    padding: 30px 35px;
  background-color: #1EAB9E;
  font-size:20px;
  font-weight: 700;
} 
.email-text .field .main-btn:hover {
  background-color: #E53125;
}
.email-body {
    display: flex;
    align-items: center;

}
    
.email-content {
    flex: 0 0 60%;
    z-index: 1;
  margin-top: -50px;
}
    
.email-content img {
    margin-bottom: -9px;
}
.email-text{
    max-width:600px;
    margin-right: 15px;
    position:relative;

}
.email-absimg {
    position: absolute;
    right: -84px;
    top: -104px;
}
.email-text h2 {
    font-family: var(--josefin-font);
    font-size: 46px;
    line-height: 1.4;
    /* letter-spacing: 0.05em; */
    color: var(--Text-color);
    margin-bottom: 20px;
    font-weight: 700;
    position:relative;
}
.email-text h2:after {
    content: url(/cdn/shop/files/aft-desk.svg?v=1726118812);
    position: absolute;
    right: 10px;
    top: 95px;
}
.email-text p{
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: var(--Text-color);
    margin-bottom: 40px;
    /* padding-right: 100px; */
}
/* .email-text form {
    border-bottom: 2px solid var(--Text-color);
    padding: 5px 0px;
} */
.email-text form input {
    border: 1.18px solid #C0BFBF;
    padding: 14px 0 14px 24px;
    background: #fff;
    border-radius: 12px;
    font-family: Nunito;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.01px;
  text-align: left;
  color:#C1BDBD;
  width: 100%;
}
.email-text form input:focus{
  padding: 14px 0 14px 24px;
  border-radius: 12px;
}

.email-text form input::placeholder{
  color:#C1BDBD;
}
@media (min-width:576px){
  .tab-pro-head{
      margin-top: -110px;
      padding-left: 10%;
  }

  .featured-pro{
  padding-bottom:50px;
}
  .newsletter-body{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .newsletter-content{
      flex: 0 0 48%;
      padding-top: 15%;
  }
  .newsletter-bottom{
     max-width:1114px;
     margin:40px auto;
  }

  
  .newsletter-content form .input-group .submit.main-btn{
    float:right;
  }
  .tab-pro-head h3{
      font-family: var(--josefin-font);
      font-weight: 800;
      font-size: 46px;
      line-height: 51px;
      color: var(--Text-color);
      position:relative;
      width: max-content;
  }
    .d-flex{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .l-pro-content, .shopex-card-content, .tren-item-card, .trend-disc-item1, .blog-card, .footer-top-content{
        flex: 0 0 48%;
    }
    .cat-content .cat-img-body {
        width: 270px;
        height: 270px;
    }
    .cat-content .cat-img-body::before {
        width: 270px;
        height: 270px;
    }
      /* grid collection */
    .grid-product-content {
        flex: 0 0 48%;
    }
/*     .grid-img {
        height: 281px;
    } */
    .list-grid-text p.grid-decription{
        display: block;
    }
    ._product-detail-content h3 a{
        font-size: 36px;
    }
    .related-product-content{
        flex: 0 0 48%;
    }
  
  .product-recommendations__heading{font-size:40px; color:var(--Text-color); font-weight:700; font-family: var(--josefin-font); text-align:center;}
  
}


}
    @media (max-width:991px){
      .banner-carousel .owl-dots button {
    width: 22px;
    height: 8px;
}
.banner-carousel .owl-dots button.active{
    width:42px;
}
      .site-footer__item{flex:0 0 50%;}
      .tab-pro-head h3 img{left:0;}                      
      .header__icon:not(.header__icon--summary), .header__icon span{
        display: block !important;
      }
      
    }
                            
    @media (max-width:767px){
      
      .sticky1{flex-direction: column; padding:12px 10px !important;}
      .pro-add-to-cart{margin-left: 0 !important;}
      .pro-quantity{margin-bottom:10px;justify-content: center;}
      .pro-detail {
          z-index: 0;
      }
      .slider.slider--mobile{
        z-index:0;
      }
      
      .global-media-settings{
        border:none!important;
      }
      .brand {
          max-width: 100%;
      }
      
      .customer-tab {
          padding: 0 0px;
          flex: 0 0 100%;
      }
      .customer-page {
          align-items: unset;
          flex-direction: column;
      }
      .customer tbody tr {
          padding-bottom: 25px;
      }
      .customer-page {
        align-items: 765unset;
    }
      .customer-tab{
        padding:0 !important;
      }
      .customer-page {
          align-items: unset !important;
      }
      .customer-tab, .order-history-page {
        box-shadow: unset !important;
        flex:0 0 100% !important;
    }
      .site-footer__item {
        flex: 0 0 100%;
    }
    .latest-product{
        padding-top: 80px; 
        /* height: 800px; */
    }
      

   
    }
    @media (max-width:576px){
      .main-banner-item-1 .banner-content-img {
        /* margin-bottom: 30px; */
      }
      .left-top-header p{
        font-size: 14px;
        line-height: 19.1px;
      }
      .cart-item__totals.medium-hide{display:none;}
      .recent-post-list {
          margin-bottom: 50px !important;
          align-items: center; 
      }
      .title-wrapper-with-link{
          justify-content: center !important;
      }
/*       .owl-carousel .owl-item .banner-content-img img {
          margin-bottom: -8px;
      } */
      /* .f-pro-head h3:after{display:none;} */
      .f-pro-head h3:after {
          top: 16px;
        content: url(/cdn/shop/files/aft-img.svg?v=1726113889);
        right: -15px;
      }
      .f-pro-head.bundles h3 {
        margin-bottom: 15px;
      }
      .banner-carousel .owl-dots {
          left: 50%;
          bottom: -22px;
          transform: translateX(-50%);
      }
      .our-brand .brand-img {
          display:none;
      }
      .tab-pro-head h3 img{
          left: 0% !important;
      }
      .fe-carousel-sec {
          padding: 0px 0;
      }
      .view-btn {
          padding: 0px 0 73px;
      }
      .newsletter-content h3:after {
          top: 50px;
      }
      .tabset>label {
          padding: 0;
          margin-right: 10px;
          font-size: 16px;
      }
      .tabset label.active:after {
          bottom: -15px;
          width: 10px;
          height: 10px;
      }
      .tab-panels {
          padding-top: 0px;
      }
      .view-btn a {
          padding: 10px 30px;
      }
      .newsletter-body {
          justify-content: flex-end;
          padding-top:20px;
          padding-bottom: 8%;
      }
      .nb-content {
          margin-bottom: 25px;
      }
      .newsletter-content h3{
          font-size: 22px;
      }
      .newsletter-content form {
          padding: 0px;
      }
      .newsletter-content button.main-btn{
          float:right;
        padding:8px 12px;
      }
      .newsletter::before{
          display:none;
      }
     .newsletter-content p {
          padding-right: 0;
      }
      latest-product {
          background-position: 100% 100%;
      }
      .banner-content p {
          padding-right: 0;
          max-width: 100%;
      }
      .banner-content {
          padding-bottom: 150px;
      }
      
}
/* .pro-detail-price {
    display: block !important;
} */

   
@media (min-width:768px){
  /* product sidebar */
   
    
    .product-sidebar{
        flex: 0 0 25%;
    }
    .product-content{
        flex: 0 0 75%;
    }
  
  	.pro-detail-price{
/*       	display: flex;
    	justify-content: space-between;
      	align-items: center; */
        margin: 25px 0;
        border-radius: 0;
	}

    #main-collection-filters{display:block;}
/*     .container-fluid{
        max-width: 720px;
        margin: 0 auto;
    } */
/*     .container{
        max-width: 850px;
        margin: 0 auto;
    } */
    .banner-content h1{
        font-size: 56px;
    }
  .banner-content h1 span.bear-help {
    font-size: 39px;
    line-height: 65.4px;
  }
    .trend-body, .discount-item-body{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .trend-content, .disc-item-content{
        flex: 0 0 48%;
    }
  .breadcrumb {
    padding: 60px 0 30px;
}
   /* shop grid */
    .filter-content1{
        display: flex;
        align-items: center;
        flex: 0 0 80%;
        margin-top: 0;
    }
    
    .grid-product-content {
        flex: 0 0 32%;
    }
    .pro-tab .tabs a {
        margin-right: 50px;
    }
    .filter-grid {
        margin-top: 0px;
        margin-left: 12px;
    }
    .row-sm{
        display: flex;
/*         align-items: center; */
    }
    .row-sm .col-md-6 {
        flex: 0 0 50%;
    }
    
    ._product-detail-content {
        margin-left: 20px;
    }
    ._product-detail-content p.description-text{padding-right: 20px;}
/*     ._product-detail-content form {padding-top: 15px;} */
/*     ._product-detail-content form button{
        padding-left: 60px;
    } */
    .related-product-content{
        flex: 0 0 32%;
    }
    
    .mobile-menu__trigger{display:none;}
 .banner-sticker {
    position: absolute;
    top: 20px;
    left: 52%;
    transform: translate(-50%);
}

    
}

@media (min-width:991px){
  .product-body{
        display: flex;
/*         align-items: center; */
        justify-content: space-between;
    }
  .footer-top-content1 p{padding-right: 170px;}
/*     .container-fluid{
        max-width: 820px;
        margin: 0 auto;
    }
    .container{
        max-width: 720px;
        margin: 0 auto;
    } */
    .mobile-header{
        display: none;
    }
    .main-header{
        display: block;
    }
    .top-header-content, .main-header-content{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blog-head h3 {
        font-size: 42px;
/*         margin-bottom: 55px; */
    }
    .banner-body{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        /* padding-top: 100px; */
    }
    .banner-content-img {
    flex: 0 0 55%;
    text-align: right;
    margin-bottom: -16px;
}
/*     .banner-content{
        flex: 0 0 50%;
        text-align: left;
      padding-bottom: 300px;
    } */
    .banner-content{
       flex: 0 0 45%;
       text-align: left;
       margin-bottom: 250px;
    }
    .l-pro-content{
        flex: 0 0 32%;
    }
    .shopex-card-content{
        flex: 0 0 23.5%;
        padding: 25px 27px;
    }
    .trend-disc-item1{
        flex: 0 0 36%;
        height: 245px;
    }

    .tren-item-card{
        flex: 0 0 23.5%;
    }
    .footer-top-content1{
        flex: 0 0 37%;
    }
    .footer-top-content{
        flex: 0 0 20%;
    }
   
    .l-pro-content {
        margin-bottom: 30px;
    }
    .left-top-header .p-left{
        display: block;
    }
  	.left-top-header{
  	    display: flex;
    	align-items: center;
  	}
    .cat-content .cat-img-body {
        width: 225px;
        height: 225px;
    }
    .cat-content .cat-img-body::before {
        width: 225px;
        height: 225px;
    }
    .cat-content .view-shop-div a {
        padding: 8px 11px
    }
    .cat-content .view-shop-div {
        margin-top: -8px;
    }
    .brand {
        max-width: 100%;
        text-align: center;
    }
    .newsletter-content h3{
        font-size: 46px;
    }
    .newsletter-content {
        max-width: 590px;
    } 
    .blog-card{
        flex: 0 0 30.5%;
    }   
    .footer-bottom-content{
        flex-direction: row;
    }
    .f-pro-head h3, .l-pro-head h3, .discount-item-head h3{
        font-size: 46px;
        text-align: center;
      font-weight:700;
    }
  .f-pro-head p{
    font-weight: 600;
    font-size: 20px;
    line-height: 51px;
  }
    .shopex-head h3{
        font-size: 42px;
        margin-bottom: 30px;
    }
    .tabset{
        text-align: center;
        padding-top: 120px;
    }
    .f-pro-head {
        padding-top: 0px;
    }
    .tabset > label {
        padding: 0px 35px 8px;
        font-weight: 700;
        font-size: 27px;
    }
    .trend-content h2, .disc-item-content h3{
        font-size: 35px;
    }
    .tren-item-head h3 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .disc-item-content h4{
        font-size: 21px;
        font-weight: 400;
    }
    .cat-head h3{
        font-size: 42px;
        margin-bottom: 30px;
    }
    .footer-top-content1 a.footer-logo{
        font-size: 30px;
    }
    .shopex {
        padding-bottom: 50px;
    }
/*     .blog{
        padding-bottom: 60px;
    } */
    .footer-social{
        margin-bottom: 0;
    }
      /* =========================== shop grid */
    .grid-product-content {
        flex: 0 0 23%;
    }
/*     .grid-img {
        height: 245px;
    } */
/*     .row-sm .col-md-6 {
        display: flex;
    } */
    .related-product-content{
        flex: 0 0 23%;
    }
    .rel-pro-head h3{
        margin-bottom: 25px;
    }
    .related-product {
        padding: 60px 0;
    }

  
  
  .site-footer__item:first-child {
    flex: 0 0 36%;}
  
  .site-footer__item {
    flex: 0 0 21%;
	}
/* .newsletter::before {
    content: url('/cdn/shop/files/news-img.png?v=1666274102');
    position: absolute;
    top: -40px;
    right: 46%;
} */
  
 
 
  
  
 
}
  
@media (min-width:1440px){

      .container-fluid{
        max-width: 1600px;
        margin: 0 auto;
    }
    .container{
        max-width: 1600px;
        margin: 0 auto;
    }
  
  .header.header--middle-left.page-width.header--has-menu{  max-width: 1340px; padding:0;        margin: 0 auto;}
/*     .banner-abs-img{
        display: block;
        left: 60px;
    } */
    .shopex-card-content {
        padding: 65px 49px;
    }
    .shopex-head h3 {
        margin-bottom: 50px;
    }
    .f-pro-head {
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .cat-content .cat-img-body {
        width: 200px !important;
        height: 200px;
    }
    .cat-content .cat-img-body::before {
        width: 200px;
        height: 200px;
    }
/*     .brand {
        margin: 40px auto;
    } */
    .discount-item-head{
        padding-top: 40px;
    }
    .trending-item {
        padding-top: 90px;
    }
    .shopex-card-body h4 {
        margin-bottom: 25px;
        margin-top: 20px;
    }
}

@media (min-width:1681px){
  .main-banner-item{
    height: 902px;
  }
  .banner-body.banner-last .desk-img{
    /* height: 902px; */
    width: 100%;
  }
      .banner-content {
        flex: 0 0 60%;
        margin-top: 200px;
    }
  .banner-content-img {
        flex: 0 0 40%;
    margin-bottom: -216px;
    }
  .banner-abs-img {
    bottom: 36px;
  }
  .banner-carousel .owl-dots{
    left: 50%;
    transform: translateX(-50%);
    bottom: 40%;
    max-width: 1570px;
    width: 100%;
    text-align: left;
  }
  .banner-content h1{
    font-size: 82px;
  }
  .email-text h2:after {
    right: 70px;
    top: 90px;
}
  /* .banner-content h1 span{
    font-size: 82px;
  } */
      /* .banner-body {
        padding-top: 100px;
    } */
}
/* @media (min-width: 1921px) {
    .banner-carousel .owl-dots {
        left: 170px;
        bottom: 40%;
    }
} */
.icon img {
    height: 20px;
    padding-right: 15px;
}

.icon {
    display: flex;
    line-height: 1.6;
  align-items:center;
}

.inner_footer_li2 a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    line-height: 23px;
}

.footer_info {
    padding-right: 100px;
}

.footer_info2 {
    display: flex;
    flex-direction: column;
    padding-right: 65px;
}

.footer_li {
    display: flex;
    padding-bottom: 71px;
}

.inner_footer_li2 {
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.main_footer {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
    padding-top: 70px;
    background-color: #42000D;
}

.footer_li2 h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.03em; */
    text-transform: uppercase;
    margin-bottom:15px;
    color:#fff;
}

.footer_li ul {
    padding-right: 80px;
    list-style-type: none;
}

.inner_footer_li2 div {
/*     padding-right: 110px; */
  text-align:left;
}

.footer_li2 {
    padding-left: 36.5%;
/*     margin-top: -140px; */
}

.link_3 {
    margin-left: -48px;
}

.main_head {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}


.footer_info p {
    font-weight: 400;
}
@media(min-width:991px){
  .inner_footer_li2 div {
   flex: 0 0 50%;
}
}
@media (max-width:1440px){
    .banner-carousel .owl-dots{
    left: 14px;
  }
}
    @media (max-width:991px){ 
      .footer_li2 {
          padding-left: 0;
          margin-top: 0;
      }
      .banner-sticker {
          bottom:58%;
          top: unset;
      }
       .footer-top-body.d-flex{display:block;}
      .inner_footer_li2 {
          display: block;
      }
      .inner_footer_li2 div {
          margin-bottom: 15px;
      }
      .latest-product {
          margin-top: 60px;
      }
    }
@media (max-width: 768px) {
  
  .site-footer__item{
    text-align: center;
  }
  .collection-filter {
        display: flex;
        justify-content: start;
    }
  .per-page {
    display: none;
  }
  .facet-filters {
    padding-left: 0;
  }
        .new-banner .desk-img{
        display: none !important;
      }
 
      .new-banner .mob-img{
        display: block !important;
      }
  
  .featured-pro .btn-div {
    margin-bottom: 80px;
}
  .featured-pro-carousel .owl-dots{
        display: block;
      }
  .featured-pro {
    padding-top: 0;
}
  /* .fe-carousel-sec .f-pro-head h3{
    margin-bottom: 0;
  } */
      .featured-pro-carousel .owl-nav{
        display: none;
      }
  .newsletter-bottom{
    padding: 20px 0;
  }
    .main_footer {
        display: block;
    }
    .banner-sticker {
          bottom:54%;
          top: unset;
    }
/*     .pro-detail-price{
        flex-direction:column;
	} */
    .footer_info2 {
        display: block;
    }
    .inner_footer_li2 {
        display: block;
    }
    .footer_li ul {
        padding-right: 0px;
    }
    .footer_info2 {
        display: block;
        padding-right: unset;
    }
    .footer_info {
        text-align: center;
        padding-right: 0;
    }
    .link_3 {
        margin-left: 0px;
    }
    .icon {
        padding-bottom: 0px;
    }
    .main_head {
        font-size: 16px;
        font-weight: 900;
        line-height: 1.5;
        padding-bottom: 5px;
    }
    ul.link_1 {
        margin-left: 0;
    }
    .inner_footer_li2 div {
        padding-right: 0;
          margin-bottom: 0px;
      justify-content: center;
    }
    .main_footer {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .footer_li2 h2 {
        font-size: 16px;
        font-weight: 900;
      justify-content: center;
    }
  .icon_1 icon, .icon_3 icon  {
    justify-content: center;
  }
    .footer_li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: unset;
    }
    .footer_li2 {
        display: flex;
        padding-left: 0;
        flex-direction: column;
        text-align: center;
    }
    .link_1,
    .link_2,
    .link_3 {
        padding: unset;
    }
  .footer_li2 {
      margin-top: 0px;
  }
  .inner_footer_li2 {
      margin: unset;
  }
/*  #identity{
   display:none !important;
 }
  header.theme-header.stickynav{
    padding:unset !important;
  } */
}

/*====================vijya===============*/
.left-top-header a {
    font-size: 16px;
}


.new-div {
    display: flex;
    justify-content: space-around;
}

.img-box1 img {
/*     padding-top: 106px; */
    /* padding-left: 22px; */
    /* object-fit: cover; */
    margin-top: 10px;
}

.img-box2 img {
/*     padding-top: 73px; */
    object-fit: cover;
}



.review img {
    object-fit: cover;
    width: 100%;
}

.imgOnediv {
    position: relative;
    top: 46px;
    right: 176px;
}

/* .TrustR h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 51px;
  color:var(--Text-color);
}
.TrustR h3::after {
    content: url("/cdn/shop/files/smileimg.png?v=1667220646");
    position: relative;
    top: 29px;
    right: 26px;
   
}

.TrustR p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.7;
    margin-top: 26px;
  color:var(--Text-color);
}

.TrustR {
    position: relative;
    transform: translateY(67%);
    right: -34px;
    top: -50px;
}

.wave {
    background-image: url("/cdn/shop/files/wave.png?v=1667220646");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -225px;
    height:780px;
    position: relative;
  background-position:top center;
}

.middleCon {
    margin: 0px 33px;
    display: flex;
    padding-top: 9px;
}

.middleCon p {
    font-family: Nunito;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    margin: 0px 15px;
}
.cusinfo h3 {
    color:var(--Text-color);
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;

}

.cusinfo {
    background-color: #ffff;
    width: 717px;
    position: relative;
}

.stockerimg {
    max-width: 100%;
    border-radius: 13px;
    border: 1px solid rgba(30, 30, 30, 0.17);
    padding: 12px;
}

.prorating {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 37px;
    padding-bottom: 21px;
}

.prorating img {
    padding-right: 26px;
}

.prorating span {
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
}

.ratingName {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

.rating {
    text-align: left;
}

.checked {
    color: #FFB945;
}

.protat {
    display: flex;
    justify-content: center;
}

.ratingDate {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.3;
    color: #CDCDCD;
}

.arrowGreater span {
    margin-left: 23px;
    background: url("/cdn/shop/files/graterarrow.png?v=1667220646") no-repeat;
    padding: 11px 36px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    cursor: pointer;
}

.arrowless span {
    margin-right: 23px;
    padding: 11px 36px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    cursor: pointer;
    background: url("/cdn/shop/files/lessarrow1.png?v=1667220646") no-repeat;
}

.corneragg {
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fff transparent transparent;
}

.groupImg {
    position: relative;
    left: 20%;
    bottom: 45%;
}

.wavechild {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 276px;
    max-width: 750px;
    margin: 0 auto;
  padding-bottom:90px;
}
.reveiw-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #E53125 !important;
    border-radius: 10px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reveiw-carousel .owl-nav button.owl-prev {
    left: -100px;
}
.reveiw-carousel .owl-nav button.owl-next {
    right: -100px;
}
.reveiw-carousel .owl-nav button span {
    font-size: 30px !important;
    margin-top: -5px;
}
.readmoreBtn {
    text-align: center;
    margin-top: 89px;
    padding-bottom: 10rem;
   
} */

.jdgm-carousel-wrapper .jdgm-carousel-item__review {
    height: calc(60% - 1.4em) !important;
}
.img-box1{position:relative;}
.ab-rev-img{
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
}
 .newsletter-content img{
    max-width:unset;
    width:auto;
  }

.banner-last .desk-img{
  display: block !important;
}
.banner-last .mob-img{
  display: none !important;
}
@media (max-width:1600px){
  
  .banner {
    /* min-height: 700px; */
}
    .inner_footer_li2 div {
/*         padding-right: 110px; */
/*         flex: 0 0 32%; */
    }
    .tab-pro-head {
        padding-left: 15%;
    }
}
@media (max-width:1400px){
  .banner-content-img {
    margin-bottom: -20px;
}
  .banner-carousel .owl-dots {
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
/*     .inner_footer_li2 div {
        flex: 0 0 30%;
        padding-right: 70px;
    } */
  .footer-top-content1 p {
    padding-right: 115px;
}
  .banner {
    /* min-height: 620px; */
}
}
@media (min-width: 1366px) 
  and (max-width: 1400px){
    .TrustR {
        position: relative;
        transform: translateY(54%);
        right: 93px;
        padding-left: 73px;
    }
    .TrustR h3 {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 1.2;
    }
    .TrustR p {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 1.4;
        margin-top: 22px;
    }
  .brand ul {
    max-width: 100%;
}
 

  }
@media (max-width:1366px){
  .banner-content {
      margin-bottom: 0px;
  }

  .banner-content p {
    padding-right: 0;
    max-width: 100%;
}
  .brand ul {
    max-width: 100%;
}
}
@media (max-width: 1280px){
  .banner-content h1 {
        font-size: 46px;
    }
  .banner-content h1 span.bear-help {
    font-size: 35px;
    line-height: 45.4px;
    text-align: center;
  }
  /* .banner-content h1 span{
    font-size: 46px;
  } */
/*     .inner_footer_li2 div {
        padding-right: 30px;
    } */
  /* .banner-content h1 {
    font-size: 35px;
} */
    .footer-top-content1 p {
        padding-right: 40px;
    }
    .featured-carousel .featured-content {
      flex: 0 0 25%;
    }
    .tab-pro-head {
      margin-top: -105px;
    }
  
    
}


@media(max-width:991px){
  .banner-content h1 span.bear-help{
        font-size: 20px;
        line-height: 27.28px;
        text-align: center;
      }
  .banner-last .desk-img{
  display: none !important;
}
.banner-last .mob-img{
  display: block !important;
  height: 820px;
}
      .banner-abs-img {
        bottom: 22px;
    }
  .banner-carousel .owl-dots {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
  .banner-content-img {
    margin-bottom: -53px;
}
  .tab-pro-head h3 img {
      left: 90%;
      top: -80px;
  }
  .brand img {
      padding-top: 0;
      height: 30px;
    width: 30px;
  }
  .newsletter-body {
      flex-direction: column;
  }
  .newsletter-content h3:after{
      display:none;
  }
  .newsletter-content {
      padding-top: 4%;
  }
  .ab-rev-img {
      display: none;
  }
  .banner-content {
    padding-bottom: 54px;
    padding-top: 100px;
  }
  .main-banner-item{
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  /* .main-banner-item-1{
    background: url(/cdn/shop/files/mob-banner1.png?v=1726139495) !important;
  }
  .main-banner-item-2{
    background: url(/cdn/shop/files/mob-banner3_6121e807-7f0f-400c-b5c4-e2aa3bb4693b.png?v=1727172893) !important;
  } */
  /* .main-banner-item-3{
    background: url(/cdn/shop/files/mob-banner3.png?v=1726139495) !important;
  }
  .main-banner-item-4{
    background: url(/cdn/shop/files/mob-banner4.png?v=1726139495) !important;
  }
  .main-banner-item-5{
    background: url(/cdn/shop/files/mob-banner5.png?v=1726139495) !important;
  }
  .main-banner-item-6{
    background: url(/cdn/shop/files/mob-banner1.jpg?v=1726548262) !important;
  }
  .main-banner-item-7{
    background: url(/cdn/shop/files/mob-banner1.jpg?v=1726548262) !important;
  }
  .main-banner-item-8{
    background: url(/cdn/shop/files/mob-banner1.jpg?v=1726548262) !important;
  }
  .main-banner-item-9{
    background: url(/cdn/shop/files/mob-banner1.jpg?v=1726548262) !important;
  } */
  
  .banner-content p {
    padding-right: 0;
    max-width: 100%;
}
  .reveiw-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
    .reveiw-carousel .owl-nav button.owl-next {
        right: 0px;
    }
  .featured-carousel .featured-content {
      flex: 0 0 33%;
  }
  .brand ul {
    margin-top: 44px;
}
  .brand ul p {
    font-size: 18px;
}
}
@media (max-width:768px){
  .banner-content h1{
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
    .cusinfo {
        background-color: #ffff;
        width:unset;
        position: relative;
    }
  .brand ul {
    margin-top: 30px;
}
  .brand ul p {
    font-size: 16px;
}
  .wavechild {
    padding-bottom:40px;
  }
    .img-box1 {
        display: none;
    }
    .img-box2 img {
        padding-top: 0;
        object-fit: cover;
        width: 176px;
        margin-bottom: -39px;
    }
    .wavechild {
        padding-top: 95px;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cusinfo h3 {
        font-size: 20px;
        line-height: 1.4;
        padding-top: 12px;
    }
    .TrustR h3::after {
        content: url("/cdn/shop/files/smileimg.png?v=1667220646");
       top: unset;
       right: unset;
    }
    .middleCon p {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        margin: 0 15px;
    }
    .stockerimg {
       padding: 0 0 0 8px;
       
    }
    .middleCon {
        margin: 12px;
       
    }
    img{
        max-width: 100%;
    }
    .TrustR {
        position: relative;
        transform: none;
        right: unset;
        padding-left: 10px;
        top: unset;
        padding-top: 60px;
    }
    .TrustR h3 {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 800;
        font-size: 17px;
        line-height: 1.2;
    }
    .wave {
        background-size: 100% 100%;
        margin-top: 9px;
        background-position: top center;
        height: 530px;
    }
    .TrustR p {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 14px;
    }
    .img-box1 img {
        padding-top: 89px;
        margin-top: 10px;
    }
    .TrustR h3::after {
        content: url("/cdn/shop/files/smileimg.png?v=1667220646");
        top: 26px;
        right: 30px;
    }
    .featured-carousel .featured-content {
    flex: 0 0 50%;
}
  .tabset {
    text-align: center;
    padding-top: 10px;
}

  
}
@media (max-width:576px){
  .footer-top-body.d-flex{
        text-align: center;
      }
      .icon {
          align-items: flex-start;
      }
  .footer_li2 h2 {
        justify-content: center;
    }
  .inner_footer_li2 div{
    justify-content: center;
    text-align: center;
  }
  .latest-product {
          margin-top: 0px;
      }
/*   .tab-pro-head {
      padding-left: 0%;
  } */
/*   .tab-pro-head {
    margin-top: -85px;
} */
  .banner-content h1{
    margin-bottom: 5px;
    padding-bottom: 0px;
  }
  .tab-pro-head h3 img {
    display: none;
}

#menu .main-nav {
    position: relative;
    top:unset;
    transform: translateY(0%);
    margin-top: 50%;
}

 #menu .main-nav {
	 top:unset;
}
  
  .tab-pro-head {
      margin-top: 0;
    text-align: center;
    padding-left: 0;
  }
  .latest-product {
      height: auto;
  }
  .TrustR h3::after, trusted-img{
        display:none !important;
  }
  .cat-content .cat-img-body::before{display:none;}
  .cat-content .cat-img-body::after{display:none;}
  .banner-sticker {
    bottom: 43%;
    top: unset;
}
  .featured-carousel .featured-content {
      flex: 0 0 48%;
  }
  .tab-pro-head h3:after{display:none;}
  .tab-pro-head h3 {
      width: 100%;
  }
  .nb-body{
      display: flex;
      align-items: center;
        padding-top: 20px;
    flex-wrap:wrap;
  }
  .nb-content{flex:0 0 48%;}
  .nb-content img{width: 80px; max-width: 100%;}
  .nb-content p{
      font-size:16px;
      line-height: 22px;
    min-height: 60px;
    max-height: unset;
      /* padding: 0; */
  }
  .f-pro-head p{padding:0 15px;}
  
  .main-btn {
      padding: 10px 30px;
    /* font-weight:500; */
  }
  .f-pro-head h3 {
      font-size: 28px;
    margin-bottom:15px;
  }
  .cat-text h4 a {
    font-size: 16px;
    margin-top: 0;
    padding: 10px;
  }
  .cat-text p {
      font-size: 18px;
    line-height: 25px;
  }
  .reveiw-carousel .owl-nav button {
      width: 40px;
      height: 40px;
  }
  .category-carousel1 .owl-nav button, .category-carousel2 .owl-nav button, .category-carousel3 .owl-nav button, .category-carousel4 .owl-nav button{
      width: 40px;
      height: 40px;
  }
  .reveiw-carousel .owl-nav button span, .category-carousel2 .owl-nav button span, .category-carousel3 .owl-nav button span, .category-carousel4 .owl-nav button span {
      margin-top: 0;
  }
  .category-carousel1 .owl-nav button span {
      margin-top: 0;
  }
  .readmoreBtn {
      margin-top: 37px;
      padding-bottom: 7rem;
  }
  .middleCon p {
      font-size: 14px;
  }
  
  .tab-pro-head p {
      font-size: 12px;
      line-height: 30px;
  }
  .footer-top-body h3 {
      font-size: 20px;
      line-height: 11px;
      font-weight:800;
  }
  .footer-top-content ul li a {
      font-size: 16px;
      line-height: 35px;
  }
  .icon img {
    height: 16px;
}
  /* .cat-content .cat-img img {
    max-width: 100%;
} */
  .inner_footer_li2 a {
      font-size: 14px;
      line-height: normal;
  }
  .brand li{flex:0 0 50%;padding-bottom: 10px;}
  .brand ul p {
    font-size: 16px;
}
  .footer-top-content1 p {
      padding-right: 0;
      font-size: 16px;
    line-height: 25px;
  }
  .grid-content h3 a {
      font-size: 16px;
      font-weight: 800;
  }
  .price-item--sale {
      font-weight: 700;
  }
  .footer-logo img{width:100px;}
  .jdgm-widget.jdgm-widget{padding:0 15px;}
  .tab-panel {
      padding-bottom: 0;
  }
  
}


.jdgm-widget.jdgm-widget {
    max-width: 1600px;
    margin: 0 auto;
}

.newsletter-content h3.newsletter-form__message--success{
    font-size: 16px;
    font-weight: 400;
}
.newsletter-content h3.newsletter-form__message--success:after{display:none;}
.field__button{width:auto !important;}
.field__input:focus{box-shadow:none;}


.shopify-payment-button__button--unbranded:hover:not([disabled]){
  background-color: var(--Text-color) !important;
  border-color:  var(--Text-color) !important;
  color: #FFF !important;
}
/* .shopify-block.shopify-app-block {
    padding-bottom: 20px;
} */
.sticky1 .pro-quantity {
    padding-bottom: 0px;
}
.sticky1 .price_sticky{
  display:none;
}


@media(max-width:1700px){
  .email-content {
    flex: 0 0 50%;
    padding-right: 80px;
  }
  .email-text{
    flex: 0 0 50%;
    padding-top: 50px;
    
  }
  .email-absimg {
    right: 0px;
    top: -14px;
  }
  .email-text h2 {
    font-size: 42px;
  }
  .email-text h2:after {
     right: 250px;
     top: 80px;
  }
  .email-absimg img {
    width: 160px;
  }
}
@media (max-width:1500px){
  .brand ul {
    max-width: 80%;
}
}
@media (max-width:1400px){
    .email-content img {
        margin-bottom: -9px;
        width: 100%;
    }
  .brand ul {
    max-width: 100%;
}
}

@media (max-width:1024px){
  .email-text h2:after {
    right: 26px;
    top: 59px;
}
 .email-text h2 {
    font-size: 30px;
}
  .email-text {
    flex: 0 0 50%;
    padding: 100px 15px 0 15px;
  }
  
}
@media (max-width:991px){
  .email-text h2:after {
    right: 0px;
    top: 55px;
}
  .header__icon img {
    width: 25px;
    margin-bottom: 0px;
}
/*   .tab-pro-head {
    padding-left: 0px;
} */
.tabset {
    text-align: center;
    padding-top: 90px;
}
  .tab-pro-head h3 {
    font-size: 30px;
}
}

@media (max-width:768px){
  .footer-top-content1 p {
        padding-right: 0;
    }
  .email-body {
      padding: 50px 0;
  }
      .email-text {
        padding: 0px 15px 0 15px;
    }
  .review-card p {
    min-height: 220px;
  }
}
@media(max-width:767px){
  .email-text .field .main-btn {
      padding: 30px 15px;
      background-color: #1EAB9E;
  }
  .email-body {
      padding: 0px 0;
  }
  .review-card p {
    min-height: unset;
  }
   /*========vijay=========*/
  .banner-content-img {
          margin-bottom: 0px;
    text-align: center;
      }
  .banner-carousel .owl-dots {
    bottom: -20px;
    width:100%;
}
    .email-body {
      flex-direction: column;
      box-sizing: border-box;
      margin: 0 auto;
      flex-wrap: wrap;
    }
  .email-content {
      flex: 0 0 100%;
      padding-top: 20px;
        padding-right: 0;
    }
  .email-text{
    flex: 0 0 100%;
    width: 100%;
    margin:0;
    max-width:100%;
  }
   .email-text h2 {
      font-size: 28px;
    }
  .email-text {
    padding: 40px 15px 15px 15px;
  }
  .email-absimg img{
    width: 90px;
  }

   .email-absimg {
      right: 14px;
      top: 27px;
    }
    .newsletter-form__field-wrapper {
        width: 100%;
        margin: 0 auto;
    }
  .emailsec {
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .email-text h2:after {
    right: -17px;
    top: 4px;
  }
  .email-text p {
    padding-right: 0;
  }
  .pro-quantity {
    padding-bottom: 20px;
}
  .sticky1{
  gap:0;
  }
  .product-form__input .form__label {
    font-size: 14px;
  }
  .newsletter-form__button.main-btn{padding:10px;}
  /*========vijay=========*/
}

@media (max-width:576px){
  .featured-pro .fe-img{
    display: none;
  }
  .email-text p{
    font-size: 16px;
    line-height: 22px;
  }
  .email-text form input {
    padding: 10px 0 10px 24px;
    font-size: 16px;
  }
      
      .email-text .field .main-btn {
        padding: 26px 15px;
        font-size: 14px;
    }
  .email-text h2:after {
    top: 56px;
    right: 60px;
    content: url(/cdn/shop/files/aft-img.svg?v=1726113889);
}
  .banner-content-img {
    margin-bottom: 25px;
}
  .tab-pro-head h3 {
      font-size: 20px;
      line-height: 30px;
  }
    ._product-detail-content form button {
    font-size: 12px !important;
min-height: calc(4rem + var(--buttons-border-width) * 2);
}
  .email-text form{border:none;}
  .cat-text h4 a{line-height:25px;}
  /* .email-text form:after {
    content: "";
    background-color: #1E1E1E;
    width: 227px;
    position: absolute;
    height: 1px;
} */
  
}




/* =================== review section  */

.wavee {
    /* background: url("/cdn/shop/files/wave.png?v=1667220646"); */
    background: url("/cdn/shop/files/refer-bg.png?v=1726063189");
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    overflow:hidden;

}

.css__nest-left {
    background: url("/cdn/shop/files/main_Banner_1.png?v=1725870390");
    background-repeat: no-repeat;
    background: cover;
    background-size: contain;
    position: absolute;
    bottom: -5%;
    left: 7%;
    overflow: hidden;
    width: 500px;
    height: 508px;
}

.refer-a-friend .css__nest-left{
  left: 0;
}
.css__nest-right {
    background: url("/cdn/shop/files/Autumn_Website_Image_1.png?v=1725870368");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -9%;
    right: 6%;
    overflow: hidden;
    width: 425px;
    height: 536px;
    transform: scaleX(-1);
}
.refer-a-friend .css__nest-right{
  right: 0;
  bottom: -13%;
}
.TrustRr h3 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.6;
    /* letter-spacing: 0em; */
    margin-bottom: 4px;
    text-align: center;
  color:var(--Text-color);
}

.TrustRr p {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    /* letter-spacing: 0em; */
    text-align: center;
}

.new-divv {
    display: flex;
    place-items: flex-end;
}

.img-box11 {
    overflow: hidden;
}

.img-box11 img {
    position: relative;
    bottom: -130px;
}

.reveiw-carousel1 .owl-item img {
    display: block;
    width: 100px;  /*Vikas*/
}

.containerr {
    text-align: center;
    padding-bottom: 150px;
}

.TrustRr {
    padding-top: 190px;
}

.cus__carousel {
    max-width: 765px;
    margin: 0 auto;
  padding-top: 30px;
}

.cusinfo h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-top: 0px;
    padding-top: 23px;
  color:var(--Text-color);
}

.cusinfo {
    background-color: white;
    position: relative;
/*     width: 717px; */
    margin: 60px 0;
}
.refer-a-friend .cusinfo {
    box-shadow: 0px 4px 20px 0px #0000000D;
    border-radius: 0 80px;
    padding: 30px 56px;
    max-width: 717px;
    margin: 0 auto;
}
.refer-a-friend .cusinfo h3{
  font-size: 46px;
  font-weight: 700;
  line-height: 62.74px;
  text-align: center;
  color:#E53125;
  margin-bottom: 15px;
  margin-top: 0;
  padding-top: 0;
}
.refer-a-friend .cusinfo p{
  font-family: Nunito;
  font-size: 26px;
  font-weight: 600;
  line-height: 41.6px;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.refer-a-friend .cusinfo button{
  background: #1EAB9E;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.55px;
  text-align: left;
  color:#fff;
  text-decoration: none;
  transition: .5s;
  border-radius: 11px;
  display: inline-block;
  margin-bottom: 20px;
  border: none;
  cursor: pointer;
}
.refer-a-friend .cusinfo button:hover{
  background: #E53125;
}
.refer-a-friend .TrustRr p{
  color:#E53125;
}
.refer-a-friend .cus__carousel {
    padding-top: 40px;
}
.middleCon {
    margin: 0px 33px;
    display: flex;
    padding-top: 25px;
}

.middleCon p {
    color:#000;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    margin: 0px 15px;
    text-align: left;
}

.stockerimg {
    max-width: 100%;
    border-radius: 13px;
    /* border: 1px solid; */
    border: 1px solid rgba(30, 30, 30, 0.17);
    padding: 12px;
    height: fit-content;
}

div#owl-carou {
    position: relative;
}
/* 
.reveiw-carousel1 .owl-nav {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: unset !important;
} */

.prorating {
    align-items: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;

    padding-bottom: 48px;
}
.prorating img{
  width: 60px;
  height: 60px;
}
@media (max-width: 767px){
  .brand ul li {
    flex: 0 0 46%;
    padding: 30px 5px;
    margin-bottom: 20px;
  }
    .brand ul li p {
        font-size: 14px;
      margin-top: 10px;
    }
    .refer-a-friend .cusinfo h3 {
      font-size: 28px;
      line-height: 38.74px;
  }
  .refer-a-friend .cusinfo p {
    font-size: 16px;
    line-height: 25.6px;
  }
  .refer-a-friend .cusinfo button {
    font-size: 16px;
    line-height: 21.55px;
  }
  .refer-a-friend .cusinfo {
    border-radius: 0 60px;
    padding: 32px 10px;
    max-width: 90%;
    margin: 0 auto;
  }
  .refer-a-friend .card_se_shadow{
        margin-bottom: 96px;
  }
  .refer-a-friend .css__nest-right {
    bottom: -50px;
  }
  .refer-a-friend .css__nest-left {
    bottom: -40px;
  }
}
.prorating img {
    padding-right: 26px;
}

.prorating span {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.ratingName {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
      color: var(--Text-color);
}

/* .rating {
    text-align: left;
} */

.ratingDate {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.3;
    color: #CDCDCD;
}

.corneragg {
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fff transparent transparent;
}

.rating span {
    color: #FFB945;
}

/* .reveiw-carousel1 .owl-nav .owl-prev {
    transform: translateX(-107px);
}

.reveiw-carousel1 .owl-nav .owl-next {
    transform: translateX(107px);
}
 */
/* .reveiw-carousel1 .owl-nav span {
    width: 69px;

    background-color: #E53125;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 50px;
    border-radius: 10px;
}

.reveiw-carousel1 .owl-dots:not(:first-child) .owl-dot span {
    width: 23px;
    height: 12px;
    background-color: #E53125;
    opacity: 0.5;
}

.reveiw-carousel1 .owl-dot.active span {
    background: #E53125 !important;
    width: 62px !important;
    height: 12px !important;
    opacity: 1 !important;
} */
.reveiw-carousel1 .owl-dots {
    display: inline-block;
    text-align: center;
    padding-top: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.reveiw-carousel1 .owl-dots button {
    display: inline-block;
    width: 32px;
    height: 13px;
    border-radius: 0;
    margin: 0 5px;
    background: #E5312580;
    transition: .3s;
    border-radius: 20px;
}
.reveiw-carousel1 .owl-dots button.active, .reveiw-carousel1 .owl-dots button:hover {
    background: var(--btn-color) !important;
}
.reveiw-carousel1 .owl-dots button.active {
    width: 62px;
    background: #E53125;
}
.TrustRr h3::after {
    content: url("/cdn/shop/files/aft-desk.svg?v=1726118812");
    position: absolute;
    transform: translate(-22px, 27px);
}

.items.card_se_shadow {
    margin-top: -22px;
}
.reveiw-carousel1 .owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 61px;
    height: 61px;
    background: #E53125 !important;
    border-radius: 10px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reveiw-carousel1 .owl-nav button.owl-prev {
    left: -80px;
}
.reveiw-carousel1 .owl-nav button.owl-next {
    right: -80px;
}
.reveiw-carousel1 .owl-nav button span {
    font-size: 30px !important;
    /* margin-top: -5px; */
}
.wavee:after {
    bottom: 50%;
    content: "";
    background-image: url("/cdn/shop/files/new-patch-img.png?v=1666247732");
    background-position: left;
    width: 100%;
    height: 150px;
    position: absolute;
    background-repeat: no-repeat;
    /* top: 6px; */
    left: 0;

}
.refer-a-friend.wavee:after {
    bottom: 0;
    content: "";
    background-image: url(/cdn/shop/files/new-patch-img.png?v=1666247732);
    background-position: right;
    width: 100%;
    height: 150px;
    position: absolute;
    background-repeat: no-repeat;
    /* top: 6px; */
    right: 30%;
    left: unset;

}
.wavee:before {
    bottom: 20%;
    content: "";
    background-image: url("/cdn/shop/files/lookgreat1.png?v=1668001072");
    background-position: right;
    width: 417px;
    height: 417px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    background-size: cover;
}
@media (max-width:1661px) {
    .css__nest-left {
/*         position: absolute;
        bottom: 0%; */
        left: 5%;
        width: 300px;
        height: 426px;
    }
    .css__nest-right {
        bottom: -6%;
        right: 0%;
        overflow: hidden;
        width: 296px;
        height: 426px;
    }
  .wavee:before {
    bottom: 11%;
    right: -53px;
}
  
}
@media (max-width:1518px) {

    .css__nest-left {
/*         position: absolute;
        bottom: 0%; */
        left: 5%;
        width: 300px;
        height: 426px;
    }
    .css__nest-right {
        bottom: -6%;
        right: 0%;
        overflow: hidden;
        width: 296px;
        height: 426px;
    }
/*     .cus__carousel {
        max-width: 629px;
        margin: 0 auto;
    } */
    .cusinfo {
        background-color: white;
        position: relative;
/*         width: 640px; */
        margin: 60px 0;
    }
    .cusinfo h3 {

        font-size: 27px;
     
    }
}
.nw-head{
  text-align: center;
  margin-bottom: 40px;
}
.nw-head h3{
  font-family: Nunito;
  font-size: 41.72px;
  font-weight: 700;
  line-height: 56.91px;
  text-align: center;
  color: #011B3F;
}
@media (max-width:1440px){
  .new-banner-carousel .owl-dots {
    left: 130px;
    bottom: 250px;
  }
  .brand ul p {
    font-size: 20px;
  }
  .refer-a-friend .css__nest-left {
    bottom: -15%;
  }
  .refer-a-friend .css__nest-right {
    bottom: -16%;
  }
}

@media(max-width: 1280px){
.css__nest-right {
    bottom: -7%;
    width: 240px;
}
.css__nest-left {
    left: 0%;
    width: 240px;;
    bottom: -7%;
}
  .wavee:after,
  .wavee:before{
    display: none;
  }
  .new-banner-carousel .owl-dots {
        left: 120px;
        bottom: 220px;
    }
      .refer-a-friend .css__nest-left {
        bottom: -22%;
    }
      .refer-a-friend .css__nest-right {
        bottom: -22%;
    }
}

@media(max-width:991px){
      .refer-a-friend .css__nest-right {
        bottom: -10%;
    }
      .refer-a-friend .css__nest-left {
        bottom: -15%;
    }
}
@media (max-width:768px) {
      .refer-a-friend .css__nest-right {
        bottom: -8%;
    }
        .refer-a-friend .css__nest-left {
        bottom: -12%;
    }
    .TrustRr h3 {
        font-size: 22px;
        padding: 0 30px;
        margin-bottom: 20px;
    }
  .email-text form input {
    font-size: 16px;
  }
  .email-text .field .main-btn {
    padding: 20px 20px;
    font-size: 15px;
    height: auto;
  }
    .template-search__results .grid {
        row-gap: 30px;
      margin-top: 10px;
    }
  .template-search__results .cat-content .cat-img-body{
    height: auto;
  }
  .tabcontent .grid{
    margin-top: 10px;
  }
  .f-pro-head {
    padding-top: 20px;
  }
    .TrustRr p {
        font-size: 16px;
    }

    .TrustRr h3::after {
        transform: translate(-17px, -1px);
    }

    .TrustRr {
        padding-top: 143px;
    }
    .nw-head{
    margin-bottom: 0px;
  }
.nw-head h3{
  font-size: 28px;
}

    .wavee {
        background-size: 100% 100%;
        position: relative;
        overflow: hidden;
        object-fit: cover;
    }

    .containerr {
        text-align: center;
        padding-bottom:22rem;
    }

/*     .cusinfo {
        width: unset;
        margin: 26px 61px;
    } */

    .cusinfo h3 {

        font-size: 14px;
        line-height: 18px;

    }

    .middleCon p {
        font-size: 10px;
    }

    .ratingName {
        font-size: 13px;
        line-height: 1.2;
    }

    .prorating {
        margin-top: 21px;
    }

    .reveiw-carousel1  .owl-item img {
        display: block;
        height: 56px;
        width: 58px;
    }

    .prorating img {
        padding-right: 6px;
    }

    .prorating span {
        font-size: 15px;
    }

/*     .reveiw-carousel1 .owl-nav span {
        width: 31px;
        height: 32px;
        padding: 10px;
    } */

    .ratingDate {
        font-size: 10px;
        line-height: 2.3;
        color: #CDCDCD;
    }

/*     .reveiw-carousel1 .owl-nav {
        width: unset;
    } */

    .css__nest-left {
        position: absolute;
        bottom: -4%;
        left: 3%;
        overflow: hidden;
        width: 121px;
        height: 160px;
    }

    .css__nest-right {
        bottom: -6%;
        right: 4%;
        overflow: hidden;
        width: 105px;
        height: 156px;
    }
    .stockerimg {
        max-width: 100%;
        border-radius: 13px;
        /* border: 1px solid; */
        border: 1px solid rgba(30, 30, 30, 0.17);
        padding: unset;
    }

/*     .reveiw-carousel1 .owl-nav .owl-prev {
        transform: translateX(-153px);
    }

    .reveiw-carousel1 .owl-nav .owl-next {
        transform: translateX(153px);
    } */

    .prorating {
        padding-bottom: 32px;
    }

    .reveiw-carousel1 .owl-nav span {
        font-size: 24px;
    }

    .prorating span {
        font-size: 10px;
        font-weight: bold;
        cursor: pointer;
    }
  .reveiw-carousel1 .owl-dots button.active {
      width: 47px;
    height: 7px;
  }
  .reveiw-carousel1 .owl-dots button {
    width: 14px;
    height: 7px;
  }

}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1190px)  {
    .wavee {
        background-size: 100% 100%;
        position: relative;
    }
    .css__nest-left {
        bottom: -5%;
        left: 3%;
        width: 169px;
        height: 275px;
    }
    .css__nest-right {
        bottom: -5%;
        right: 1%;
        width: 205px;
        height: 255px;
    }
/*     .reveiw-carousel1 .owl-nav {
        width: unset;
    } */
}
@media (max-width:991px){
  .reveiw-carousel1 .owl-nav button.owl-next {
      right: 0px;
  }
  .reveiw-carousel1 .owl-nav button.owl-prev {
      left: 0px;
  }

}

@media (max-width: 765px){
    .reveiw-carousel1 .owl-nav button {
    width: 40px;
    height: 40px;;
}
  .items.card_se_shadow{
    width: 286px;
    margin: 0 auto;
  }
.middleCon{
  margin: 0 29px;
}
  .prorating img{
    width: 48px !important;
    height: 48px !important;
  }
    .reveiw-carousel1 .owl-nav button.owl-prev{
    left: 3px;
  }
  .reveiw-carousel1 .owl-nav button.owl-next {
    right: 3px;
  }
  .cus__carousel{
    padding-top:0;
  }
  .cusinfo {
    margin: 28px 0 94px 0;
}
  .reveiw-carousel1 .owl-dots {
    bottom: 45px;
}
.TrustRr h3::after {
    content: "";
    background-image: url("/cdn/shop/files/smileimg.png?v=1667220646");
    width: 55px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 1px 15px;
}
.pro-detail {
    padding-bottom: 0;
}
}
.formlable_mbl{display:none;}
@media (max-width:576px){
  .TrustRr {
    padding-top: 115px;
}
  .tabset {
    padding-top: 0px;
}
  .wavee, .latest-product {
    background-image: url(/cdn/shop/files/giftess.png?v=1668064319);
    background-color: #F4E8F0;
    background-size: contain;

}
  .icon {
    align-items: left;
}
 
  .banner-body {
    margin-bottom: 0px;
    padding-top: 0px;
}
.product-form__quantity .form__label.formlable_dsk{display:none;}
  .formlable_mbl{display:block;}
}
.main_media img{
/*   box-shadow: 0px 6px 7px 1px #8080806e; */
/*     border-radius: 100%; */
}
.shopify-policy__container {
    max-width: 1240px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bundle-products .cat-content .cat-img img{max-width:100%; box-shadow: unset;border-radius: unset;}
.bundle-products .cat-content .cat-img-body::before{
    width: auto;
    height: auto;
}
.bundle-products .cat-content .cat-img-body::after{display:none;}
.bundle-products .img-shadow  {display:none;}
 .shopify-policy__title{
   font-weight:700;
   color:var(--Text-color);
   text-transform: capitalize;
   margin-bottom: 20px;
 }
.bundles p{font-size:26px; color:var(--btn-color); font-weight:700; animation: animate 1.5s linear infinite;} 
 /* @keyframes animate{
   0%{
     opacity: 0;
   }
   50%{
     opacity: 0.7;
   }
   100%{
     opacity: 0;
   }
 } */
@media (max-width:767px){
  .new-banner-carousel .owl-dots {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
  .new-banner-carousel .owl-dots button.active {
    width: 42px;
}
  .new-banner-carousel .owl-dots button {
    width: 22px;
    height: 8px;
    margin: 0 2px;
  }
  .bundles p {
      font-size: 16px;
      line-height: normal;
    margin-top:-10px;
  }
  .bundle-products .cat-text{margin-top:10px;}
  .banner-content h1 {
      font-size: 28px;
        /* max-width: 50%; */
        margin: 0 auto;
        padding-bottom: 40px;
  }
  /* .banner-content h1 span{
    font-size: 28px;
  } */
}
/* @media (max-width: 350px){
  .banner-content-img {
      margin-bottom: -33px;
  }
}  */
.our-sticker{
  padding:70px 0;
}
.our-sticker h3{
    font-family: var(--josefin-font);
    font-size: 30px;
    line-height: 1.2;
    color: var(--Text-color);
    position: relative;
    font-weight: 800;
  margin-bottom:10px;
}
.our-sticker ul{
  list-style: auto;
      padding-left: 20px;
  margin-bottom:10px;
}
.our-sticker p{
  margin-bottom:10px;
}
.our-sticker p span{
  font-weight: 700;
}


  

.banner-abs-img img {
    width: 100%;
}



/* ============ Home banner */
.h-banner{
  position: relative;
  /* min-height: 910px; */
}
.h-banner::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 240px;
  background: url(/cdn/shop/files/home-bg.png?v=1725973205) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.home-cont h3{
  font-size: 82px;
  font-weight: 700;
  line-height: 95.4px;
  text-align: left;
  color: #011B3F;
  margin-bottom: 20px;
}
.home-cont a{
  padding: 16.28px 21.7px;
  background: #1EAB9E;
  border-radius: 11.29px;
  font-size: 18.09px;
  font-weight: 700;
  line-height: 24.67px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  transition: .5s;
  display: inline-block;
  margin-bottom: 250px;
}
.home-cont a:hover{
  background: #E53125;
}
.hm-bg-1{
  background: url(/cdn/shop/files/ban1.jpg?v=1725971636) no-repeat center;
  background-size: cover;
}
.hm-bg-2{
  background: url(/cdn/shop/files/ban22.png?v=1725971640) no-repeat center;
  background-size: cover;
}
.hm-bg-3{
  background: url(/cdn/shop/files/ban3.jpg?v=1725971632) no-repeat center;
  background-size: cover;
}
.hm-bg-4{
  background: url(/cdn/shop/files/ban4.jpg?v=1725971636) no-repeat center;
  background-size: cover;
}
.hm-bg-5{
  background: url(/cdn/shop/files/ban5.jpg?v=1725971636) no-repeat center;
  background-size: cover;
}
.hm-bg-6{
  background: url(/cdn/shop/files/ban6.jpg?v=1725971640) no-repeat center;
  background-size: cover;
}
.home-banner-car .item{
  height: 832px;
  padding-top: 100px;
}
.home-banner-car .item .row{
  align-items: center;
}
.home-banner-car .item .row .col-lg-6{
    flex: 0 0 50%;
    padding: 0 15px;
}
/* .home-banner-car .item .row .col-lg-5{
    flex: 0 0 40%;
    padding: 0 15px;
} */
.home-banner-car.owl-carousel .owl-item{
  padding: 0;
}
.home-banner-car .owl-dots {
    display: inline-block;
    text-align: center;
    padding-top: 0;
    position: absolute;
    left: 60px;
    bottom: 345px;
}
.home-banner-car .owl-dots button {
    display: inline-block;
    width: 32px;
    height: 13px;
    border-radius: 0;
    margin: 0 5px;
    background: #E5312580;
    transition: .3s;
    border-radius: 20px;
}
.home-banner-car .owl-dots button.active{
    width:62px;
    background: #E53125;
}
.home-banner-car .owl-dots button.active, .home-banner-car .owl-dots button:hover {
    background: var(--btn-color) !important;
}
.posi-img{
  position: relative;
}
.posi-img:after{
  position:absolute;
  content: '';
  top: 2px;
  right: 0;
  background: url(/cdn/shop/files/back-img1.png?v=1726134160);
  background-repeat: no-repeat;
  background-size: 390px;
  background-position: center;
  width: 400px;
  height: 170px;
}
.banner-content-img{
  z-index: 1;
}
.template-search .shorted-by select{
  appearance: none;
}
.template-search .facet-filters__sort+.icon-caret{
  right: 10px;
  display: block;
}
@media (max-width:1680px){
  .posi-img:after {
    background-size: 250px;
    width: 260px;
    height: 120px;
}
}
@media (max-width:1440px){
  .banner-content-img img {
    max-width: 80%;
  }
  .banner-abs-img {
    bottom: 20px;
  }

}
@media (max-width: 1366px) {
    .posi-img:after {
        background-size: 190px;
        width: 200px;
        height: 100px;
    }
}
@media (max-width: 768px) {
  .posi-img:after {
    top: -30px;
    background-size: 160px;
    width: 170px;
    height: 130px;
}
    .banner-last .mob-img {
        height: 900px;
      width: 100%;
    }
  .banner-content-img{
    text-align:center;
  }
      .banner-abs-img {
        bottom: -10px;
    }
  .banner-content-img {
        margin-bottom: 0px;
    }
  .template-search .facets__form .filter-content{
    display: none;
  }
       .template-search .collection-filter {
        justify-content: center;
    }
  .template-search .facets__form .filter-content1{
    justify-content: center;
  }
  .template-search .card__media .media img{
    object-fit: unset;
  }
}
@media (max-width:767px){
      .banner-abs-img {
        bottom: 0;
    }
  .banner-content-img img {
        max-width: 70%;
    }
   .footer-top-content, .footer-top-content1 {
    margin-bottom: 50px;
}
}

@media (max-width:576px){
  .banner-last .mob-img {
        height: 750px;
    }
      /* .banner-content h1 {
        max-width: 85%;
      } */
  .banner-body.banner-last{
            margin-bottom: 0;
        padding-top: 0;
  }
      .banner-content {
        padding-bottom: 24px;
        padding-top: 60px;
    }
    .banner-abs-img {
        bottom: 34px;
    }
  .banner-content-img img {
        max-width: 100%;
    }
  .banner-carousel .owl-dots {
        bottom: -30px;
    }
  .brand{
    padding: 20px 25px;
}
  .nw-review .row .col-md-4 {
    padding: 0;
  }
  .review-heading h2::after{
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: 5px;
    bottom: -30px;
  }
  .refer-a-friend .cusinfo button{
    margin-bottom:0;
  }
  .brand ul {
      margin-top: 60px;
  }
  .nw-review {
      padding-top: 50px;
  }
      .refer-a-friend .css__nest-right {
        bottom: -4%;
        width: 140px;
    }
      .refer-a-friend .css__nest-left {
        bottom: -4%;
        width: 140px;
    }
  .refer-a-friend .cusinfo p{
    margin-bottom: 30px;
  }
  .fe-carousel-sec {
     padding: 30px 0;
  }
      .brand img {
        height: 50px;
        width: 50px;
    }
  .footer-bottom-content p.company-text a, .footer-bottom-content p{
    font-size: 14px;
  }
  .banner-content h1{
    padding-bottom: 30px;
  }
  .bundle-products .cat-content .cat-img img {
    max-width: 80%;
  }
  .banner-content-img {
        margin-bottom: 0;
    }
  .cat-content .cat-img-body {
    /* height: 80px; */
    height: auto;
    margin-top: 20px;
  }
  .active-facets.active-facets-mobile{
    display: none;
  }
  .cat-text {
    margin-top: 20px;
  }
  .template-search__results .grid{
    row-gap: 20px;
  }
  .template-search__header{
    padding: 0 20px;
  }
  .banner-last .mob-img{
    width: 100%;
  }
  .banner-content h1{
    max-width: 70%;
  }
  /* .tabcontent .grid-img img {
    width: 100% !important;
  } */
  .cat-content .cat-img-body{
    width: auto;
  }
  .refer-a-friend .containerr {
    padding-bottom: 6rem;
  }
  .email-text .field .main-btn {
    padding: 16px 20px;
  }
  .template-search__results .card__media .media img{
    object-fit: unset;
  }
}
@media (max-width: 432px) {
    .banner-last .mob-img {
        height: 620px;
    }
      .banner-abs-img {
        bottom: -16px;
    }
}
@media (max-width: 430px) {
  .banner-abs-img {
        bottom: -10px;
    }
    .banner-last .mob-img {
        height: 620px;
    }
      .email-text h2:after {
        right: 175px;
    }
         .banner-content h1 {
        max-width: 80%;
         }
}
@media (max-width: 414px) {
      .banner-abs-img {
        bottom: -13px;
    }
    .email-text h2:after {
        right: 159px;
    }
  .banner-last .mob-img {
        height: 590px;
    }
      /* .banner-content h1 {
        max-width: 79%;
    } */
}
@media (max-width: 393px) {
      .banner-last .mob-img {
        height: 570px;
    }
      .banner-abs-img {
        bottom: -12px;
    }
      .email-text h2:after {
        right: 59px;
    }
  
}
@media (max-width: 390px) {
    .banner-last .mob-img {
        height: 570px;
    }
  .banner-abs-img {
        bottom: -10px;
    }
  .email-text h2:after {
        right: 55px;
    }
      .banner-content h1 {
        max-width: 80%;
    }
}
@media (max-width: 375px) {
    .banner-abs-img {
        bottom: -10px;
    }
    .email-text h2:after {
        right: 40px;
    }
  .banner-content-img img {
        max-width: 100%;
    }
      .banner-last .mob-img {
        height: 560px;
    }
      .banner-content h1 {
        max-width: 100%;
        /* margin-bottom: 30px; */
    }
    .main-banner-item-4 .banner-content h1 {
        max-width: 70%;
    }
}

@media (max-width: 360px) {
    .banner-abs-img {
        bottom: -10px;
    }
    .banner-last .mob-img {
        height: 540px;
    }
    .refer-a-friend .containerr {
        padding-bottom: 6rem;
    }
    .email-text .field .main-btn {
        padding: 26px 20px;
    }
    .brand ul li p {
        font-size: 13px;
    }
}

.filter-content1 .filter-grid{
  display: none;
}

._product-detail-content variant-radios .product-form__input:first-child label:nth-child(7){
  display: none;
}



/* #refcandy-poprocks.active div:first-child{
  width: 400px !important;
    height: 500px !important;
}

#refcandy-poprocks.active iframe .form {
    display: block !important;
} */
/* #refcandy-poprocks.active div:first-child{
  transform: scale(1.1);
  animation: animated 5s linear infinite;
}
 @keyframes animated{
   0%{
     opacity: 0;
   }
   50%{
     opacity: 0.5;
   }
   100%{
     opacity: 1;
   }
 } */





