/*reset css start*/
* {
  margin: 0;
  padding: 0;
 font-family: "Spectral", serif;
}
p,a,div,span,label{font-weight:bold !important;}
html,
body {
  font-size: 15px !important;
  height: auto !important;
  font-family: "Spectral", serif;
}

button:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.another-brand .owl-dots{margin-top:30px !important}
.p-short-sh{font-size:15px;color:#000;text-align:center;}
.dp-sh{font-size:18px;color:#000;text-align:center;margin-top:10px;}
.add-car-sh a,.add-car-sh button{
font-size: 18px;
height: 48px;
display: block;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
}

.btn-cntnr a.list-height{height:500px;display:block;}
.btn-cntnr a img{width:100%;height:100%;object-fit:cover;}
.d-none {
  display: none;
}

/*reset css end*/
/*varibale start*/
:root {
  --black: #000;
  --footer-bg: #f5f5f5;
  --white:#fff;
  --orange:#e0a435;
  --grey-clr:#ccc;
  --clr-text:#212529;
}
/*login modal css*/
.account-modal-header p {
    text-align: center;
}
.breadcrumb-list li a{color:#000;} 
.mobile-image{
display:none;
}
.sold-out{opacity:0.5;}
.grid-tabular .owl-stage{
margin:auto;
}
.big-pop-up{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
   display:none;
}
.blog-cntnr{margin-top:20px;}
.swiper-button-next, .swiper-button-prev{z-index:999999;color:#ccc;}
.two-line-ellipsis{margin: 10px 0 30px 0;}
.big-pop-up img{width:100%;}
.top-first-sep{margin-bottom:15px;}
.search-box{
    background: #efefef;
    width: 600px;
    height: 50px;
    border-radius: 5px;
    padding:0 10px;
}
.product-link-wrapper button{
border:0;
}
.breadcrumb-item a{color:#000;}
.view-all-nav-top{
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.product-link-wrapper {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50px;
    align-items: center;
    position:absolute;
    top:10px;
    left:10px;
    z-index:1;
    justify-content: center;
}
.product-link-wrapper svg{color:#000;width:20px;}
.viewall-btn a p{margin-bottom:0;} 
.search-box input{width:100%;background:transparent;height:100%;border:0;color:#0f0f0f;text-transform:uppercase;}
.search-box input::placeholder {
  color: #A4A6B3;
}
.listing-cards-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom:20px;
}
.search-box input:focus{border:0;outline:0;box-shadow:0 0 0;background:transparent;}
.search-box .order-class{width:100%;display:flex;align-items:center;}
.search-box .order-class form{width:100%;}
.footer-bottom{
margin-top:20px; 
}
#count, #editBtn, #regen {
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
}
.otp-inpt-width {
    width: 70%;
    margin: auto;
}
.search-logo-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.strip{
display: flex;
height: 31px;
align-items: center;
}
.tf-breadcrumb {
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 20px;
}
.breadcrumb-list{display:flex;align-items:center;gap:10px;} 
.strip span{font-size:10px;}

.related-products{
margin-top:20px;
}
.new-head-no-space{
margin-top:20px;
}
.related-products h1{
margin-bottom:20px;
font-size:30px;
color:#000;
}

.may-like-card img{
width:100%;
height:100%; 
object-fit:cover;
}
.desktop-image{
height:593px;
width:100%;
}
.desktop-image img{
width:100%;
height:100%;
object-fit:cover;
}
.otp-label, .account-modal-header p {
    font-size: 14px;
    color: #000 !important;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
}
.otp-input-group input {
    width: 45px;
    height: 45px;
    border: solid 1px #dfdfdf;
    border-radius: 10px;
}
/*login modal end*/
/*new cart design start*/

.load_cart_info .cart-content {
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
}
.checkout-btn a {
    width: 150px;
    display: block;
    background: var(--bg-clr);
    color: var(--text-clr);
    height: 40px;
    border-radius: 4px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
}
.shop-col-devagbond .item a{
height:492px;
display:block;
}
.shop-col-devagbond .item a img{
object-fit:cover;
width:100%;
height:100%;
}
#offcanvasRight{
width:fit-content;
}
.cart-numbers span{
  font-size: 14px;
  color: var(--black);
 
}
.left_cart .cart_card {
    display: flex;
    
    line-height: 25px;
    margin-bottom: 30px;
    width: 100%;
    flex-direction:column;
}
.left_cart .cart_card .card_desc-cart button.add_to_cart_mini svg {
    width: 15px;
}
.btn-bottoms {
    background-color: var(--bg-clr);
    height: 47px;
    width: 100%;
    border: 0;
    border-radius: 0 0 10px 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    gap: 10px;
}
.left_cart .cart_card .card_desc-cart button.add_to_cart_mini {
    font-size: 14px;
    color:var(--text-clr);
    background-color: transparent;
    border: 0;
    
    
}
.left_cart .cart_card .card_desc-cart .cut_price_cart label {
    font-size: 14px;
    color:var(--text-clr);
    text-decoration: line-through;
}
.left_cart .cart_card .card_desc-cart .cut_price_cart span {
    font-size: 14px;
    color:var(--text-clr);
}
.left_cart .cart_card .card_desc-cart a.brand_name {
    font-size: 14px;
    color: #1a1b18;
    margin:10px 0;
    display:block;
}
.left_cart .cart_card .card_img img {
    height: 100%;
    width: 100%;
    transition: transform 0.2s;
    object-fit:cover;
}
 .left_cart h2 {
    color: #1a1b18;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-top:20px;
}
.cart-numbers {
    margin-bottom: 10px;
}
.cart-footer-text span{
color:#000;
font-size:14px;
}
.cart-footer-content .discounted-price {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0px 0 0;
}
.cart-footer-content .original-price {
    text-decoration: line-through;
    font-size: 12px !important;
    color: #B2B9BF !important;
    font-weight: 500 !important;
    line-height: 1.3;
    text-align:right;
    margin-bottom: 0;
}
.btn-close i{
display:none;
}
.desktop-hero{
display:block;
}
.mobile-hero{
display:none;
}
.shadow-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 10px;
    padding-top: 16px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.font-bold-new{
font-size:14px;
color:#000;
font-weight:700;
}
.cart-footer h3{
font-size:21px;
color:#000;
font-weight:700;
text-transform:uppercase;
}
.cart-footer-content {
    border-top: solid 1px #ccc;
    padding: 1rem 0.8rem;
    margin-top: 10px;
    z-index: 1;
    padding-left:0px;
    padding-right:0px;
    
}
.load_cart_info .item-content-wrapper {
    border-bottom: solid 1px #dfdfdf;
    display: flex;
    padding: 15px;
    margin-bottom: 15px;
    background:#fff;
}
.yith-wcbsl-badge-content {
    font-size: 14px;
    color: #b51212;
    margin-top: 5px;
    text-align: right;
}
.cart-remove-icon {
    right: 5%;
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #888;
    display: flex;
    gap: 5px;
    text-transform:uppercase;
}
.justify-div .product-item-pricelist{
display:flex;
gap:10px;
}
.justify-div .original-price{
color:#bcbcbc;
font-size:14px;
text-decoration: line-through;
}
.justify-div{
    display: flex;
    justify-content: space-between;
    width: 95%;
}
.product-att label{
font-size:12px;
color:#000;
font-weight:700;
margin-bottom:5px;
text-transform: uppercase;
}
.quantity-selector {
    border: solid 1px #dfdfdf;
    width: 100px;
    display: flex;
    border-radius: 4px;
    padding:0px 10px;
}
.quantity-selector svg{
width:15px;
}
.quantity-selector input {
    width: 100%;
    height: 40px;
    border: 0;
    background:transparent;
    text-align: center;
}
div.product-att {
    justify-content: normal !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}
.product-item-meta a {
    color: #000;
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 90%;
}
.load_cart_info .item-img-wrapper img {
    width: 100%;
    height:100%;
    object-fit:cover;
}
#offcanvasRight .item-img-wrapper{
width:113px;
height:113px;
}
.standard-price-box {
    background: var(--bg-clr);
    color: var(--text-clr);
    font-size: 12px;
    height: 28px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.new-order-summary img{
width:35px;
height:35px;
}
#offcanvasRight .offcanvas-header {
    
    border-bottom: solid 1px #dfdfdf;
    
}
.cart-slider{
margin-top:15px;
}
#offcanvasRight .offcanvas-body{
padding-top:0px;
background:#f6f6f6;
}
#offcanvasRightLabel{
font-size:21px;
color:#000;
font-weight:700;
}

.left-pad{
padding-left:15px;
}
.load_cart_info{

flex-wrap:wrap;
}
.cart-footer {
    padding: 0px 15px;
    padding-top: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.bi-person-check{
color:#000;
}
@media (max-width: 800px) {
.load_cart_info .cart-content {
    max-height: 32vh;
    
}
    #offcanvasRight {
        width: 95%;
    }
    .product-item-meta a{
    height:40px;
    }
        .cart-footer {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/*new cart design end*/
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--bg-clr); 
}
 .view-details .view-name a,.view-rating a{
 color:#000;
 }
 .view-gallery{
    height: 100%;
    
}
 .view-gallery img{
    object-fit: cover;
    height: 100%;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
background:var(--bg-clr);

}
 .view-add-group .add_to_cart{
 background:var(--bg-clr);
 color:var(--text-clr);
 border:0px;
 }
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--text-clr); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*varibale end*/
/*blog css start*/
.space-rigt{
padding-right:15px;
margin-bottom:15px;
}
.toggle_div{
display:none;
}
.may-like-card{height:100%; }
.left-pad {
    padding-left: 15px;
}
.single-blog-card {
    position: relative;
}
.canvas-cat-list li{
cursor:pointer;
}
.drop-down-new li a{
color:#212529;
font-size:15px;
}
.drop-down-new ul {
    height: 130px;
    overflow: hidden;
    overflow-y: auto;
}
.big-blog-image {
    height: 515px;
    width: 100%;
}
.big-blog-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.single-blog-content h3 {
    font-size: 14px;
}
.short-blog-image {
    height: 250px;
    width: 100%;
    position:relative;
}
.short-blog-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.contact-us img{
width:100%;
}
.top-sepration{
margin-top:50px;
}
.single-blog-content {
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
/*blog css end*/
/*search drop dow start*/
.search-results {
    margin-bottom: 20px;
    padding: 1rem;
    justify-content:center;
}
.search-item {
    width: 16%;
    padding: 1rem;
}
.search-img-wrap {
    aspect-ratio: 1;
    overflow: hidden;
}
.search-result-name {
    padding-top: 0.5rem;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
    transition: all 300ms linear 0s;
    text-align: center;
}

.search-img-wrap > img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*search drop dow end*/
/*about us page start*/
.about_us_page .about-us-cntnr {
  padding: 30px;
}
.header-video {
height:500px;
width:100%;
}

.main-banner .carousel-item a img{
height:100%;
width:100%;
object-fit:cover;
}
.offcanvas.offcanvas-top {
   
    padding: 1rem;
    padding-inline: 3rem;
    height: max-content !important;
    max-height: 100% !important;
}
.add-to-cart-btn {
    background: var(--bg-clr);
    color: var(--text-clr);
    height: 50px;
    width: 100%;
    border: 0px;
    text-align: center;
    margin-top:20px;
    
}
.offcanvas-header .btn-close span {
    opacity: 0;
}

.btn-search {
    color: var(--bg-clr);
    line-height: 1;
    position: absolute;
    cursor: pointer;
    top: 15px;
    padding: 4px 0 4px 4px;
    margin-top: -21px;
    right: 0px;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.search-input-container .tt-search-input {
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #eceaea;
    box-shadow: none;
    outline: none;
    width: 100%;
    color: #191919;
    border-radius: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.image-pdp-pop {
    position: relative;
    top:0px;
}
.related-grid-item:hover .add-to-cart-btn{
display:block;
}
.add-to-cart-btn span{
width:100%;
text-align:center;
display:block;
}
.collapse-content ul{
padding-left:15px;
}
.header-video video{
width:100%;
height:100%;
object-fit:cover;
}
.right-test-cont {
    position: relative;
    height: 400px;
}
.test-slider .item {
    
    margin: 0px 2px;
}
.collapse-content li{
list-style:disc;
font-size:15px;
color:#282828;
}
.left-test{
font-size:35px;
font-weight:700;
display:flex;
align-items:center;

}
.text-div-about{
  padding-left: 20px;
}
/*about us page end*/
/*mixin start*/
/*mixin end*/
/*cart start*/
.cart-canvas-header{
  font-weight: 600;
  color: var(--black);
}
.review-inner .rating{
margin-top:0px;
}
.review-inner {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 10px;
}

.review-inner .avtar {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
}
.avtar-container-name .name {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.review-inner p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    margin-top: 10px;
}
.avtar-container-name{
gap:10px;
align-items:center;
}
.review-inner .avtar img{
width:100%;
height:100%;
object-fit:cover;
}
.right-test-inner{
    display: flex;
    height: 100%;
    align-items: center;
}
.right-test {
    background: var(--bg-clr);
    color: var(--text-clr);
    padding: 20px;
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 93%;
    display: flex;
    align-items: center;
    right: 25px;
}
#services-section{
padding:50px 0;
}

.logo{
max-width:120px;
width:100%;
overflow:hidden;
border-radius:0px; 
height:80px;

}
.logo a{display:block;width:100%;}
.costumer-support{
width:100%;

}
.logo img{
object-fit:cover;
height:100%;
width:100%;
}
#loginModal button.btn-close i{
  display: none;
}
.mobile-footer {
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  opacity: 1;
}
.mobile-footer ul li {
  position: relative;
}
.mobile-footer a, .mobile-footer i {
  color: #303030;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  text-decoration: none;
}
.offcanvas-body ul li {
  border-bottom: solid 1px #e8e8e8;
  padding: 10px;
}

.offcanvas-body ul li span a {
  display: block;
  font-size: 14px;
  color: var(--black);
  text-decoration: none;
}
.category-canvas .btn-close .material-symbols-outlined{
  display: none;
}
.load_cart_info .item-img-wrapper img {
  width: 74px;
}


.cart-footer-content .original-price {
  text-decoration: line-through;
  font-size: 12px !important;
  color: #B2B9BF !important;
  font-weight: 500 !important;
  line-height: 1.3;
  margin-bottom: 0;
}


.cart-footer-content .cart-footer-text {
  font-size: 12px !important;
  color: var(--black);
  font-weight: 500;
}

.checkout-btn-group {
  
  margin: 0;
}
.product-item-pricelist{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
}


.quantity-selector button{
  border: 0;
  font-size: 12px;
  background-color: transparent;
}
.cart-numbers{
  margin-bottom: 5px;
}
div.product-att{
  
  justify-content: normal !important;
  
}

.cart-footer-text {
  font-size: 12px !important;
  color: var(--text-700);
  font-weight: 500;
}
.product-color-att p{
  margin-bottom: 0;
  font-size: 14px;
}

.product-item-meta {
  padding-left: 10px;
}

.product-item-pricelist span {
  font-size: 14px;
  color: var(--black);
  font-weight: 600;
}


.cart-remove-icon{
  right: 0;
}

/*cart end*/
.swiper-wrapper{
  height: auto !important;
}
.mySwiper2{
  margin-left: 0px !important;
}
.mySwiper .swiper-zoom-container{
  opacity: 0.3;
}
.mySwiper .swiper-slide-thumb-active .swiper-zoom-container{
  opacity: 1;
}
.mySwiper{
  overflow: hidden;
  overflow-x: auto;
  height: auto;
  width: 90%;
}
.swiper-zoom-container{
  justify-content: start;
}
.mySwiper .swiper-wrapper{
  flex-direction: row !important;
}
.subscribe-pop {
  position: fixed;
  top: 20px;
  z-index: 1;
  max-width: 600px;
  transform: translate(-50%, -50%);
  top: 180px;
  left: 50%;
}



.subscribe-pop {
  background-color: var(--white) !important;
}

.subscribe-pop .close-con {
  position: absolute;
  right: 15px;
  top: 0;
  font-weight: bold;
  font-size: 22px;
  color: var(--black);
  cursor: pointer;
}

.full-width {
  width: 100%;
}

.grid-tabular .card .category-img-link {
  width: 100%;
  border-radius:200px;
  height: 380px;
  overflow:hidden;
}

.grid-tabular .card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}

.top_strip {
 font-size:14px;
 text-align:center;
  width: 100%;
  padding: 0.6rem 0;
}

.top_strip .top_text {
  font-size: 0.875rem;
  color: var(--white);
  text-align: center;
}

.container-custom {
  padding: 0px 30px 0px 30px;

}

.container-custom header {
  padding: 30px 30px 0px 30px;
}

.container-custom header.sticky {
  position: fixed;
  top: 0;
  background-color: var(--white);
  z-index: 2;
  width: 100%;
}

.container-custom .search-cntnr {
  display: flex;
}
.search-cntnr form input{
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border:0;
  background-color: transparent;
}
.search-cntnr form input:focus-visible,.search-cntnr form input:focus-within{
  border: 0;
  outline: 0;
}
.search-cntnr form {
  height: 40px;
  border-radius: 8px;
  border: 1px solid #2b2f3d;
  width: 90%;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  
  font-size: 14px;
  margin-bottom: 0;
}

.container-custom .search-cntnr input[type=search]:focus-visible {
  outline: 0;
}

.container-custom .search-cntnr i {
  font-size: 1.25rem;
  color:var(--text-clr);
}

.container-custom .search-cntnr .search-icon {
  background-color:var(--bg-clr);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-custom .user-div ul {
  gap: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: end;
}

.user-div a,
.user-div svg {
  color: var(--bg-clr);
}

.container-custom .user-div .cart-icon {
  position: relative;
}

.container-custom .user-div .cart-count {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color:var(--bg-clr);;
  color: var(--text-clr);
  font-size: 10px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -7px;
  right: -10px;
}

.container-custom .user-div i {
  font-size: 16px;
}

.container-custom .navouter {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.container-custom#header nav {
  border-top: solid 1px var(--grey-clr);
  display: flex;
  margin-top: 30px;
  padding: 1rem 0;
}

.container-custom nav .navbar-nav {
  text-align: center;
  justify-content: center;
  flex-direction: row;
}

.container-custom nav .navbar-toggler {
  background-color: #282828;
}

.container-custom nav a.header-nav-link {
  font-weight: 700;
  color: #2b2f3d;
  font-size: 17px;
  padding-right: .5rem;
  padding-left: .5rem;
  padding-bottom: 5px;

}

.container-custom nav a.header-nav-link:hover {
  border-bottom: solid 1px var(--black);
}

.container-custom nav a.nav-link:hover {
  border-bottom: solid 1px var(--black);
}

.header {
  background-color: transparent !important;
}

.second-slider .owl-nav ,.best-slider .owl-nav ,.catgroy-slider .owl-nav{
  font-size: 30px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 50px;
  top: 100px;
}

.second-slider .owl-nav button,.best-slider .owl-nav button ,.catgroy-slider .owl-nav button{
  
  background-color:var(--bg-clr) !important;
  width: 50px;
  height: 50px;
  color: var(--text-clr) !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.all-cat h3 ,.review_sec h3,.blog-area h3.blog-head ,.video-nutty h3,h3.col-head-new{
  font-size: 2.75rem;
  color: #282828;
  margin-bottom:30px;
  text-align: center;
  text-transform: uppercase;
}



.all-cat .grid-tabular .card {
  
  border: 0;
}

.grid-tabular .data-name {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: var(--black);
  display: block;
  margin-top: 5px;
}

.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0;
}

.nav-tabs .nav-link {
  border: 0 !important;
  margin-bottom: -1px;
  color: var(--black);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
border-bottom:solid 1px var(--bg-clr) !important;
}



.item {
  position: relative;
}





.item:hover img {
 
}

.item img {
  transition: 0.3s;
}
.list-description .original-price span + span + span{
  text-decoration: none !important;
  opacity: 1 !important;
  color: var(--black) !important;
}



.btn-cntnr {
  margin-bottom: 10px;

  position: relative;
}



.text-elepsis-outer {
  height: 25%;
}

.price-centnr {
  display: flex;
  gap: 20px;
}

.price-centnr span {
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
  font-weight: 700;
  color: var(--black) !important;
  font-size: 14px !important;
}

.price-centnr span+span {
  text-decoration: line-through;
  opacity: 0.7;
}

.price-centnr span+span+span {
  color: red !important;
}

.view_all {
  width: 167px;
  background-color: var(--orange);
  height: 52px;
  border-radius: 50px;
}

.view_btn {
  background-color: var(--orange);
  text-transform: uppercase;
  font-size: 1.125rem;
  color: var(--white);
  width: 167px;
  height: 52px;
  border-radius: 50px;
  margin: 2.125rem auto 20px auto;
  display: block;
  border: 0;
}

.view_btn:hover {
  background-color: var(--orange);
}

.collection h2 {
  font-size: 0.75rem;
  color: #282828;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  
}

.collection h3 {
  font-size: 2.75rem;
  color: #282828;
  margin: 2.5rem 0;
  text-align: center;
  text-transform: uppercase;
  margin: 1.25rem 0 1.25rem 0;
}

.collection p {
  font-size: 0.938rem;
  color: #282828;
  font-weight: normal;
  text-align: center;
}

.collection .nav-link.active {
  border-bottom: 2px solid var(--black) !important;
}

.collection .rating {
  color: var(--orange);
  margin-top: 1.563rem;
  text-align: center;
}

.collection .rating .rating_count {
  font-size: 0.938rem;
  color: #282828;
}

.pick_of_month .sizes_img {
  margin-top: 1.875rem;
  flex-wrap: wrap;
}

.pick_of_month .sizes_img .size-img_large {
  position: relative;
}

.pick_of_month .sizes_img .large-img-search {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #282828;
  bottom: 15px;
  right: 80px;
}

.pick_of_month .sizes_img .short_thumb {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}

.pick_of_month .sizes_img .short_thumb .short_thumb_img {
  width: 64px;
  height: 78px;
  border: solid 1px var(--grey-clr);
  border-radius: 5px;
  overflow: hidden;
}

.pick_of_month .sizes_img .short_thumb .short_thumb_img.thumb-active {
  border: solid 2px var(--black);
  padding: 5px;
}

.pick_of_month .sizes_img .short_thumb .short_thumb_img img {
  width: 100%;
}

.pick_of_month .sizes_img img {
  width: 90%;
}

.pick_of_month .sizes_img h6 {
  font-size: 0.75rem;
  color: #282828;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-top: 3.125rem;
  text-align: left;
  margin-top: 0;
}

.pick_of_month .sizes_img h5 {
  color: #000;
  font-size:50px;
  font-weight:normal;
  
}

.pick_of_month .sizes_img p {
  font-size: 16px;
  color: #000;
  text-align: left;
}

.pick_of_month .sizes_img .selector-item {
  align-items: inherit;
}

.pick_of_month .sizes_img .selector {
  height: auto;
}

.pick_of_month .sizes_img .selector input[type=checkbox]+label,
.pick_of_month .sizes_img .selector input[type=radio]+label {
  margin-right: 10px;
  margin-left: 0;
}

.pick_of_month .sizes_img .thumbnail_img img {
  width: 72px;
  height: 90px;
  border-radius: 4px;
}

.pick_of_month .sizes_img .thumbnail_img .selector-item_label {
  overflow: hidden;
  border-radius: 4px;
}

.pick_of_month .sizes_img .thumbnail_img .color-div {
  font-size: 15px;
  color: #282828;
  margin-bottom: 5px;
}

.pick_of_month .sizes_img .thumbnail_img .thumbnail-outer {
  display: flex;
  gap: 1rem;
}

.pick_of_month .sizes_img .thumbnail_img .thumbnail-outer .selector-item {
  flex-basis: inherit;
}

.pick_of_month .sizes_img .thumbnail_img .thumbnail-outer .selector-item_label {
  height: auto;
}

.pick_of_month .sizes_img .sizes_div {
  margin-top: 20px;
}

.pick_of_month .sizes_img .sizes_div label {
    font-size: 15px;
    color: #282828;
    margin-bottom: 5px;
    border: solid 1px var(--grey-clr);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
   width: fit-content;
    height: 38px;
    white-space: pre;
    padding: 10px;
}

.pick_of_month .sizes_img .sizes_div .sizes-outer {
  display: flex;
  gap: 10px;
}

.pick_of_month .sizes_img .sizes_div .sizes-outer .selector {
  margin-top: 5px;
}

.pick_of_month .sizes_img .sizes_div .sizes-outer .sizes_count {
  width: 65px;
  height: 37px;
  border: solid 1px #dfdfdf;
  border-radius: 1rem;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pick_of_month .sizes_img .quantity {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.pick_of_month .sizes_img .quantity span {
  font-size: 15px;
  color: #282828;
}

.pick_of_month .sizes_img .quantity .sizes_count {
  border: solid 1px #dfdfdf;
  border-radius: 1rem;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 78px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.pick_of_month .sizes_img .quantity .sizes_count input {
  border: 0;
}

.pick_of_month .sizes_img .quantity .sizes_count button {
  width: auto;
  border: 0;
  background-color: transparent;
  color: #282828;
  padding: 0;
  margin: 0;
}

.pick_of_month .sizes_img .quantity .sizes_count button .fa-minus:before,
.pick_of_month .sizes_img .quantity .sizes_count button .fa-plus:before {
  font-size: 14px;
}

.pick_of_month .main_btn_sec {
  margin-top: 20px;  
}

.pick_of_month .main_btn_sec .add_cart,
.pick_of_month .addToCartBtn,.sold-out {
  background-color:var(--bg-clr);
  height: 50px;
  font-size: 18px;
  color:var(--text-clr);
   text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
}
.next-purchase{
  border: solid 1px #777;
  border-radius: 10px;
  padding: 16px;
  max-width: 480px;
  width: 100%;
  margin:20px auto 0 auto;
  
}
.p-short-sh {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.tell-us-div{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.about-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-div-inner{
  width: 100%;
  display: none;
}
.review-submit{
  display: none;
}
.review-submit-inner span{
  font-weight: 600;
  font-size: 20px;
}
.otp-label, .account-modal-header p {
  font-size: 14px;
  color: var(--black) !important;
  font-weight: 600;
}
.mobile-container {
  display: flex;
  align-items: center;
}
.mobile-container input {
  height: 40px;
  border: solid 1px #ccc;
  width: 100%;
}
#mobBtn, #otpBtn {
  width: 200px;
  background:var(--bg-clr);
  color: var(--text-clr);
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
}
.mobile-container span {
  position: absolute;
  left: 0;
  padding: 0px 10px;
  border-right: solid 1px #ccc;
  font-size: 14px;
}
.padding-15 input{
  border:solid 1px var(--black) !important;
  height: 48px;
  border-radius: 10px;
}
.about-div form{
  width: 480px;
}
.about-div form  .padding-15{
  padding: 0px 15px;
}
.tell-us-div h1,.about-div h1{
  font-size: 28px;
  color: var(--black);
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.tell-us-div textarea {
  width: 480px;
  height: 256px;
  border-radius: 10px;
  border: solid 1px var(--black);
  margin: 0 auto;
  display: block;
  font-size: 14px;
  color: var(--black);
  padding: 15px;
}

.btn-box-footer {
  justify-content: space-between;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.modal-content-review button{
  width: 98px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  background-color: transparent;
}
.next-purchase .file-up-btn{
  background-color: var(--black);
  border-radius: 10px;
  height: 48px;
}
.next-purchase h3{
  font-size: 20px;
  color: var(--black);
}
.show-it-off {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  
}
.show-slide{
  display: none;
  width: 100%;
    height: 100%;
}
.show-it-off h1{
  font-size: 28px;
  color: var(--black);
  font-weight: 600;
}
p.loive-action{
  font-size: 16px;
  color: var(--black);
}


.pick_of_month .socical_icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.pick_of_month .socical_icons label {
  font-size: 15px;
  color: #282828;
}

.pick_of_month .socical_icons .socical_icons_inner {
  display: flex;
  gap: 20px;
}

.pick_of_month .socical_icons .socical_icons_inner i:before {
  color: #2b2f3d;
}

.video_sec {
  margin-top: 50px;
}

.fresh-cat-inner {
  padding: 10px;
}

.this_session h3 {
  margin: 3.125rem 0;
}

.this_session .this-session-img {
  padding:20px 20px 0px 0;
}



.this_session .rating {
  color:var(--orange);
  margin-top: 1.563rem;
  text-align: center;
}

.this_session .rating span.rating_count {
  font-size: 0.938rem;
  color: #282828;
}

.this_session .save_icon {
  background-color:var(--orange);
  font-size: 14px;
  color: var(--white);
  top: 10px;
  left: 10px;
  position: absolute;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-dropdown li{
  margin-bottom: 10px;
}
.nav-dropdown li a{
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-nav li{
  position: relative;
}
.nav-dropdown li a p{
  font-weight: normal;
  margin-bottom: 0;
}
.navbar-nav li.has-dropdown:hover .nav-dropdown{
  display: block;
}
.nav-dropdown{
  position: absolute;
  width:250px;
  padding: 20px;
  left: 0;
  background-color: var(--white);
  z-index: 2;
  display:none;
  box-shadow:0 20px 30px 0 rgba(0,0,0,.05);
  
}
.contact-us {
  position: relative;
  margin-top:30px;
}

.contact-us .large-img {
  
  height: 400px;
  top: 20px;
  background-size: cover;
}
.services-grid{
display:grid;
grid-template-columns: repeat(3, 1fr);
}
 .service-icon{
width:56px;
height:56px;
}
.service-icon img{
width:100%;
height:100%;
object-fit:cover;
}
.contact-us .easy_return {
  
  padding: 5px 0;
  text-align: center;
  flex-wrap: wrap;
}

.contact-us .easy_return svg {
  margin-bottom: 1rem;
}

.contact-us .easy_return p {
  font-size: 12px;
  
  text-transform: uppercase;
}

.contact-us .easy_return p+p {
  font-size: 15px;
}

.contact-us .news-letter {
  background-color: #f5f5ef;
  max-width: 494px;
  height: 244px;
  width: 100%;
  position: absolute;
  top: 20%;
  padding: 48px;
  right: 10%;
}

.contact-us .news-letter h2 {
  font-size: 12px;
  text-transform: uppercase;
}
.news-letter p{
font-size:15px;
}
.contact-us .news-letter .email_subscribe {
  position: relative;
  gap: 20px;
  
}

.contact-us .news-letter .email_subscribe input {
  height: 52px;
  border: solid 1px var(--grey-clr);
  background-color: #f5f5ef;
}

.contact-us .news-letter .email_subscribe input:focus-visible {
  border: solid 1px var(--black);
}

.contact-us .news-letter .email_subscribe_inner button {
  background-color: var(--orange);;
  letter-spacing: 2px;
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
  height: 52px;
  text-transform: uppercase;
  border-radius: 50px;
  width: 100%;
  border: 0;
}

footer {
  
  padding: 50px 20px;
}

footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-inner .footer-inner-wrap {
  width: 20%;
}

footer .footer-inner h3, footer .footer-inner a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ef4444;
}

footer .footer-inner a {
  text-transform: capitalize;
  color:inherit;
  font-size:15px;
 font-weight:normal;
}

footer .footer-inner a:hover {

}

footer .footer-inner li {
  line-height: 35px;
}

footer .footer-inner p {
  margin: 10px 0px;
  font-size:15px;
}

footer .footer-inner p a {
  font-weight: normal;
  font-size: 15px;
 
}

footer .socical_media {
  border: solid 1px var(--grey-clr);
  display: flex;
  margin-top: 20px;
  width: fit-content;
}

footer .socical_media .socical_media-inner {
  border-right: solid 1px var(--grey-clr);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  height: 50px;
}

footer .socical_media .socical_media-inner svg {
  fill: var(--black);
  width:22px;
  height:22px;
}

footer .socical_media .socical_media-inner:hover {
  background-color: var(--bg-clr);

}

footer .socical_media .socical_media-inner:hover svg {

  color: var(--text-clr);
  fill: var(--text-clr);
}

/*radio start*/
.selector {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 9999px;
}

.selector-item {
  position: relative;
  flex-basis: 23.3333333333%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selector-item_radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.selector-item_label {
  position: relative;
  height: 80%;
  width: 100%;
  text-align: center;
  border-radius: 9999px;
  line-height: 400%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition-duration: 0.5s;
  transition-property: transform, box-shadow;
  transform: none;
}

.selector-item_radio:checked + .selector-item_label {
  border: solid 1px var(--black) !important;
  color: var(--white);
  transform: translateY(-2px);
}

@media (max-width: 480px) {
  .selector {
    width: 90%;
  }
}

/*radio end*/
@media(min-width:767px){

.cross-listing{display:none !important;}  
.filter-mobile-icon{display:none;}
}
@media (max-width: 767px) {
.btn-cntnr a.list-height{height:250px;}
.p-short-sh{min-height:45px;}
.brand-height-san a{height:250px !important;}
.filter-left-aside{position:absolute !important;}
.breadcrumb-div{display:none;}
.category-image{height:250px !important;} 
#myBtn{display:none !important;}
.pr-price{font-size:13px !important;}
.featured-in p{max-width:90% !important;font-weight:bold;}
.cat-link-col a{font-size:11px;}
.top-first-sep{margin-bottom:5px !important;} 
header {
    padding: 7px 0 0 0 !important;
}

.pr-name{margin-bottom:0;}
.list-description .original-price{margin-top:0 !important;}
.related-products{margin-bottom:70px !important;} 
.new-prod-cont{gap:10px !important;}
.product-container .product-card{margin-bottom:15px;}
.services-grid{margin-bottom:50px;}
.services-title{text-align:center;}
.services-grid-item{flex-direction: column;}
.top-first-sep{gap:10px;}
.breadcrumb-list{white-space: nowrap;}
.product-card .product-image .pr-product-img{object-fit:cover !important;}

.listing-cards-grid {grid-template-columns: repeat(2, 1fr) !important;padding:0 15px;} 
.bestseller{width:100% !important;}
    .prod-cat-name-new{padding:0 15px !important;}
    .filter-left-aside {
        width: 100% !important;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        padding: 20px;
        height:100%;
        z-index:99;
        display:none;
    }
.search-box{width:auto;}
.search-box-outer .country-selector{display:none;}
.separation-nav nav{display:none;}
  .container-custom nav .navbar-nav {
    text-align: left;
  }

  .descrip-toggle-div .write-review .detail_rat span {
    font-size: 12px !important;
  }

  .exchange-inner {
    width: 50% !important;
  }
}

.h-smart-thumbnail-container {
  display: flex !important;
  flex-direction: column;
}

.h-smart-thumbnail-container ul.h-smart-thumbnail {
  order: 1;
}

.h-big-pic-view-header {
  display: none;
}

.h-smart-thumbnail-container .h-big-pic-view-main .h-arrow.icon-angle-right,
.h-smart-thumbnail-container .h-big-pic-view-main .h-arrow.icon-angle-left {
  display: none !important;
}

.h-smart-thumbnail-container .h-big-pic-view-main {
  max-width: 590px;
}

.h-smart-thumbnail-container .h-big-pic-view-main {
  border: 0px;
}

/*floating label start*/
.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
}

.did-floating-label {
  color: #1e4c82;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 11px;
  padding: 0 5px;
  background: #f5f5ef;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {
  font-size: 12px;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  background: var(--white);
  color: #323840;
  border: 1px solid #3D85D8;
  border-radius: 4px;
  box-sizing: border-box;
}

.did-floating-input:focus,
.did-floating-select:focus {
  outline: none;
}

.did-floating-input:focus~.did-floating-label,
.did-floating-select:focus~.did-floating-label {
  top: -8px;
  font-size: 13px;
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-input:not(:-moz-placeholder-shown)~.did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-select[value=""]:focus~.did-floating-label {
  top: 11px;
  font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

.did-error-input .did-floating-input,
.did-error-input .did-floating-select {
  border: 2px solid #9d3b3b;
  color: #9d3b3b;
}

.did-error-input .did-floating-label {
  font-weight: 600;
  color: #9d3b3b;
}

.did-error-input .did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}

.input-group {
  display: flex;
}

.input-group .did-floating-input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  padding-left: 0;
}

.input-group-append {
  display: flex;
  align-items: center;
  /*   margin-left:-1px; */
}

.input-group-text {
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 34px;
  color: #323840;
  padding: 0 5px 0 20px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #3D85D8;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

/*floating label end*/
.testimonial {
  
  margin-bottom: 20px;
}

.testimonial .owl-nav button {
  background-color: #e6e6e6 !important;
}

.testimonial .second-slider .owl-nav{
  position: static;
}
#review-modal .modal-dialog{
  max-width: 800px;
}
#review-modal .modal-content{
  height: 600px;
}
#review-modal .modal-header{
  border-bottom: 0;
}
#review-modal .modal-content-review {
  position: absolute;
  top: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 94%;
  width: 100%;
  
}
#review-modal .like-dislike{
  display: flex;
  justify-content: space-between;
  width: 300px;
  
}
#review-modal .like-dislike span{
  font-size: 14px;
  color: var(--black);
}
#review-modal .modal-head{
  font-size: 20px;
  color: var(--clr-text);
}
.pr-related-grid .swiper-button-prev, .pr-related-grid .swiper-button-next{
  background-color: var(--black);
  color: var(--white);
  width: 50px;
  height: 50px;
}
.pr-related-grid .swiper-button-next:after, .pr-related-grid .swiper-button-prev:after{
  font-size: 15px;
}
.testimonial .owl-prev {
  position: absolute;
  left: 0;
  top: 45%;
}

.testimonial .owl-next {
  position: absolute;
  right: 0;
  top: 45%;
}

.testimonial h3 {
  font-size: 2.75rem;
  color: #282828;
  margin: 2.5rem 0;
  text-align: center;
  text-transform: uppercase;
}

.testimonial .testimonial-card {
  border-radius: 8px;
  background-color: var(--white);
  border: solid 1px #dfdfdf;
  display: flex;
  padding: 40px;
  align-items: center;
  flex-direction: column;
  box-shadow: 1px 3px 5px #dfdfdf;
}

.testimonial .testimonial-card p {
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}

.testimonial .testimonial-card .testimonial-avtar {
  width: 80px;
  height: 80px;
  border-radius: 50px;
}

.testimonial .testimonial-card .testimonial-avtar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial .testimonial-card .role label {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.testimonial .testimonial-card .role span {
  font-size: 16px;
  font-weight: normal;
}

.cookies .cookies-inner {
  background-color: var(--bg-clr);;
  padding: 10px;
  display: flex;
  position: fixed;
  bottom: 0;
  align-items: center;
  width: 100%;
  display: flex;
  z-index: 1;
  justify-content: space-between;
}

.cookies .cookies-inner p {
  color: var(--text-clr);
  font-size: 15px;
  margin: 0;
}

.cookies .cookies-inner p a {
  color: var(--text-clr);
}

.cookies .cookies-inner .accept-dec-cont {
  display: flex;
  gap: 10px;
}

.cookies .cookies-inner .accept-dec-cont button {
  background-color: #f5f5ef;
  color: #282828;
  font-size: 15px;
  padding: 15px 30px;
  border: 0;
  border-radius: 50px;
}

.subscribe-pop .modal-body {
  padding: 0;
}

.subscribe-pop .modal-dialog {
  max-width: 600px;
}

.subscribe-pop img {
  height: 100%;
}

.subscribe-pop .close {
  color: var(--black);
}

.subscribe-pop .subscrribe-right {
  padding: 30px;
}

.subscribe-pop h1 {
  color: #282828;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.subscribe-pop h1 span {
  color: var(--orange);;
}

.subscribe-pop p {
  font-size: 14px;
  color: #282828;
}

.subscribe-pop .subscrip-email {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.subscribe-pop .subscrip-email input {
  height: 45px;
  border: solid 1px var(--grey-clr);
}

.subscribe-pop #subscribe_btn {
  background-color: var(--bg-clr) !important;
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
  color: var(--text-clr) !important;
  border: 0;
  height: 53px;
  margin-top: 15px;

}

.mobile-menu {
  border-radius: 10px 10px 0px 0px;
  background-color: var(--white);
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
}

.mobile-menu a,
.mobile-menu i {
  color: #282828;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}


@media (min-width: 991px) {
  .mobile-menu {
    display: none;
  }
}
@media(max-width:992px){
  .pick_of_month .sizes_img img{
    width: 100%;
  }
}
/*side bar start*/
.category-sidebar {
  position: fixed;
  top: 0px;
  left: 0;
  width: 280px;
  height: 100vh;
  z-index: 5;
  left: -320px;
  background: var(--white);
  box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  background-color: var(--white);
}
.list-description .original-price span + span + span{
  margin-left: 0 !important;
}
.category-sidebar ul li {
  border-bottom: solid 1px #e8e8e8;
}

.category-sidebar ul li a {
  padding: 10px;
  display: block;
  font-size: 14px;
  color: #282828;
}

.category-sidebar .aside-cross {
  text-align: right;
  padding: 15px;
}

/*side bar end*/
/*about us page start*/
.about_us_page .about-us-cntnr {
  padding: 30px;
}

.about_us_page .about-us-cntnr .about_head_main {
  font-size: 44px;
  color: #282828;
  margin-bottom: 80px;
  text-align: center;
}

.about_us_page .about-us-cntnr p {
  font-size: 18px;
  color: #282828;
  text-align: center;
  line-height: 35px;
  margin-bottom: 30px;
}

.about-image-sec {
  margin: 30px 0px;
}

.about-image-sec h2 {
  font-size: 32px;
  margin-bottom: 25px;
}

.about-image-sec p {
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 25px;
}

.about-image-sec .flex-end-custom {
  justify-content: end;
}

.socical-media h2 {
  text-align: center;
  font-size: 44px;
}

.socical-media p {
  font-size: 17px;
  color: #282828;
  text-align: center;
  line-height: 30px;
}

.socical-media .about-socical-icon {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.socical-media .about-socical-icon a.fa {
  font-size: 26px;
  color: #282828;
}

/*about us page end*/
/*contact page start*/
.breadcrum {
  padding: 0px 30px;
}

.breadcrum ul {
  display: flex;
}

.breadcrum ul li a {
  font-size: 13px;
  color: #282828;
}

.breadcrum ul li+li::before {
  content: "/";
  opacity: 0.7;
  margin: 0 4px;
}






/*terms and condition start*/
.terms-and-condition h3 {
  font-size: 50px;
  color: #282828;
  text-align: center;
  margin: 48px 0;
}

.terms-and-condition .terms-and-condition-text {
  justify-content: center;
  display: flex;
}

.terms-and-condition .terms-and-condition-text .terms-and-condition-text-inner {
  padding: 0px 30px;
  max-width: 670px;
}

.terms-and-condition .terms-and-condition-text .terms-and-condition-text-inner p {
  line-height: 30px;
  font-size: 17px;
  color: #282828;
}

/*terms and condition end*/
/*listing page start*/
.up-arrow {
  transform: rotate(180deg);
}

.detail-card {
  flex-wrap: wrap;
  margin-top: 30px;
}



.detail-card .pad-10 {
  padding: 10px;
}

.detail-card .btn-cntnr img {
  width: 100% !important;
}

.detail-card .save_icon {
  background-color: var(--orange);
  font-size: 14px;
  color: var(--white);
  top: 10px;
  left: 10px;
  position: absolute;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cross-filter {
  display: flex;
  justify-content: end;
  display: none;
  position: absolute;
  right: 30px;
}

/*filter start*/
.mobile-filter .mobile-filter-inner {
  border: solid 1px #dfdfdf;
  height: 50px;
  display: flex;
  margin: 20px 0;
}

.mobile-filter .mobile-filter-inner span {
  font-size: 15px;
}

.mobile-filter .mobile-filter-inner button {
  background-color: transparent;
  border-right: solid 1px #dfdfdf;
  color: #282828;
  width: 50%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.mobile-filter .mobile-filter-inner button:last-child {
  border-right: 0;
}

.listing_page {
  padding: 0px 0px;
  display: flex;
  justify-content:space-between;
}

.listing_page .save_icon {
  background-color: var(--orange);
  font-size: 14px;
  color: var(--white);
  top: 10px;
  left: 10px;
  position: absolute;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing_page aside {
  max-width: 265px;
  width: 100%;
  /*price range slider start*/
  /*price range slider end*/
}

.listing_page aside p {
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 20px;
}

.listing_page aside .filters {
  display: flex;
}

.listing_page aside .filters .click-div {
  background-color: transparent;
  width: 100%;
  color: #282828;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing_page aside .toggle_div {
  display: none;
}

.listing_page aside .check_text {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  color: #282828;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.listing_page aside .check_text .check-box {
  position: relative;
  -webkit-appearance: none;
  flex: none;
  width: 14px;
  height: 14px;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  border: solid 1px #dfdfdf;
  margin-bottom: 0;
}

.listing_page aside .check_text label {
  height: 35px;
  border: solid 1px #dfdfdf;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.listing_page aside .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.listing_page aside .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.listing_page aside .field input {
  width: 100%;
  height: 37px;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  color: #282828;
  font-size: 14px;
  text-align: center;
  border: 1px solid #dfdfdf;
  -moz-appearance: textfield;
  margin-bottom: 0;
}

.listing_page aside input[type=number]::-webkit-outer-spin-button,
.listing_page aside input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.listing_page aside .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #282828;
}

.listing_page aside .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.listing_page aside .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--orange);
}

.listing_page aside .range-input {
  position: relative;
}

.listing_page aside .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.listing_page aside input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--orange);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.listing_page aside input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.listing_page .listin-page-right {
  width: 100%;
  
}

.listing_page .listin-page-right .listing-cards {
  display: flex;
  flex-wrap: wrap;
}




.listing_page .listin-page-right .btn-quick span{
  color: var(--white);
}
.listing_page .listin-page-right .rating {
  margin-top: 10px;
}

.listing_page .listin-page-right .product-count label {
  font-size: 15px;
  color: #282828;
  
}

/*filter end*/
.list-description .original-price span + span + span{
  display: none;
}
.list-description .original-price {

  display: flex;
  gap: 20px;
 
  margin-top: 10px;
}

.list-description .original-price span {
  font-weight: 700;
  color: var(--black);
  font-size: 15px !important;
}
.btn-cntnr img{
  height: 100%;
  object-fit: cover;
  width: 100%;
  
}
.list-description .original-price span + span {
  text-decoration: line-through !important;
  opacity: 0.5 !important;
  color: var(--black) !important;
}
/*listing page end*/
/*pdp start*/
.wrap-flex {
  flex-wrap: wrap;
}

.detail-rat-outer {
  display: flex;
  gap: 15px;
}

.detail-rat-outer .detail_rat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.detail-rat-outer .detail_rat i {
  color: var(--orange);
}

.detail-rat-outer .detail_rat .rate-count {
  font-size: 15px;
  color: #1a1c1e;
}

.detail-rat-outer .verified {
  display: flex;
}

.detail-rat-outer .verified img {
  width: 22px;
}

.price-detail-page {
    margin: 0px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    
   
}
.price-detail-page-outer{ padding: 20px;border: solid 1px #00000014;
    border-radius: 10px;
    position:relative;
    margin-top:30px;}
.absolute-price {
    position: absolute;
    top: -11px;
    background: #fff;
    padding: 0 10px;
}
.price-detail-page .price {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  
}
.mySwiper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

/* Track */
.mySwiper::-webkit-scrollbar-track {
  background: var(--grey-clr);
}

/* Handle */
.mySwiper::-webkit-scrollbar-thumb {
  background: #dfdfdf;
}

/* Handle on hover */
.mySwiper::-webkit-scrollbar-thumb:hover {
  background:var(--grey-clr);
}
.selector-item_label {
  position: relative;
  height: 80%;
  width: 100%;
  text-align: center;
  border-radius: 9999px;
  line-height: 400%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition-duration: 0.5s;
  transition-property: transform, box-shadow;
  transform: none;
}
.price-detail-page .amount-save {
  font-size: 15px;
  color: var(--black);
  opacity: 0.7;
  text-decoration: line-through;
}

.price-detail-page .you_save {
  background-color: red;
  font-size: 15px;
  color: var(--text-clr);
  padding: 5px 10px;
}

.all_taxes {
  font-size: 14px;
  color: #666;
}

.sku_code {
  font-size: 11px;
  color: #282828;
  margin: 15px 0px;
}

.emi-pay {
  display: flex;
  border: solid 1px #D0902B;
  border-radius: 6px;
  max-width: 290px;
  width: 100%;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
  margin-bottom: 15px;
}

.emi-pay span {
  font-size: 14px;
  color: var(--black);
}

.emi-pay .ruppe_div {
  background-color: #c1f6b4;
  padding: 10px 5px;
  border-radius: 50px;
  width: 60px;
  font-size: 15px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.emi-pay .emi-mont {
  background-color: #d0902b;
  color: var(--white);
  width: 70px;
  height: 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-up-to {
  font-size: 15px;
  color: var(--black);
  font-weight: 700;
  margin-top: 50px;
}

.get-up-to a {
  color: var(--black);
  text-decoration: underline;
}

.get-up-to .coin-img {
  width: 20px !important;
}

.you_may_like {
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
}

.you_may_like span {
  font-size: 20px;
  color: #282828;
}

.you_may_like label {
  font-size: 14px;
  color: #282828;
  opacity: 0.7;
}

.offer-div-detail {
  box-shadow: 0px 1px 5px rgba(124, 124, 124, 0.1);
  border: solid 1px #f7a409;
  display: flex;
  padding: 15px;
  border-radius: 4px;
}

.offer-div-detail .product img {
  width: 100px;
}

.offer-div-detail .prod-desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-div-detail .prod-desc span {
  font-size: 14px;
  color: var(--black);
}

.offer-div-detail .prod-desc label {
  color: var(--orange);
  font-size: 15px;
}

.offer-div-detail .prod-desc select {
  background-color: transparent;
  border: solid 1px #dfdfdf;
}

.description {
  border-bottom: solid 1px #282828;
  color: var(--black);
  font-size: 18px;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.descrip-toggle-div {
  width: 100%;
}

.descrip-toggle-div ul {
  margin: 15px 0;
  padding-left: 20px;
}

.descrip-toggle-div ul li {
  font-size: 15px;
  list-style: disc;
  color: #282828;
  margin-bottom: 15px;
}

.descrip-toggle-div iframe {
  margin-top: 20px;
}

.descrip-toggle-div .detail-imges-sec img {
  width: 80%;
  margin: auto;
  display: block;
}

.descrip-toggle-div .exchange-div {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 50px auto;
}

.descrip-toggle-div .exchange-div .exchange-inner {
  display: flex;
  gap: 10px;
}

.descrip-toggle-div .exchange-div .exchange-inner span {
  font-size: 15px;
  color: #282828;
  text-decoration: underline;
}

.descrip-toggle-div .write-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /*progress bar css start*/
  /*progress bar css end*/
}

.descrip-toggle-div .write-review .onclick-review-box {
  cursor: pointer;
}

.descrip-toggle-div .write-review .review-desc {
  left: 6px;
  top: 40px;
  width: 403px;
  padding: 20px 20px 24px 20px;
  animation: growOut 0.2s ease-in-out forwards;
  transform-origin: top center;
  box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);
  position: absolute;
  border-radius: 10px;
  display: none;
  background-color: var(--white);
}

.descrip-toggle-div .write-review .review-desc h3 {
  font-size: 32px;
  color: #282828;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.descrip-toggle-div .write-review .review-desc h3 i {
  color: var(--orange);
}

.descrip-toggle-div .write-review .review-desc .review-desc-inner {
  display: flex;
  justify-content: space-between;
}

.descrip-toggle-div .write-review .review-desc .review-desc-inner i {
  color: var(--orange);
}

.descrip-toggle-div .write-review .progress {
  height: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  top: 100px;
  width: 60%;
}

.descrip-toggle-div .write-review .count-new {
  font-size: 14px;
  color: var(--black);
}
.item .item-inner {
height:fit-content;
}
.descrip-toggle-div .write-review .progress-bar {
  height: 100%;
  background-color: var(--orange);
}

.descrip-toggle-div .write-review .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.descrip-toggle-div .write-review .detail_rat {
  display: flex;
  align-items: center;
  gap: 10px;
}

.descrip-toggle-div .write-review .detail_rat i {
  color: var(--orange);
  font-size: 20px;
}

.descrip-toggle-div .write-review .detail_rat span {
  font-size: 16px;
  color: #282828;
}

.descrip-toggle-div .write-review .review-btn-outer {
  display: flex;
  gap: 10px;
}

.descrip-toggle-div .write-review .review-btn-outer .position-relative {
  position: relative;
}

.descrip-toggle-div .write-review .review-btn-outer .review-popup {
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);
  animation: growOut 0.2s ease-in-out forwards;
  transform-origin: 100% 0px;
  padding: 20px 20px 8px;
  width: 275px;
  position: absolute;
  z-index: 1;
  background-color: var(--white);
  left: -220px;
  display: none;
}

.descrip-toggle-div .write-review .review-btn-outer .review-popup h3 {
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  text-align: left;
}

.descrip-toggle-div .write-review .review-btn-outer .review-popup ul {
  padding-left: 0;
}

.descrip-toggle-div .write-review .review-btn-outer .review-popup li {
  font-size: 14px;
  color: #282828;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.pick_of_month .accordion-button:not(.collapsed)::after{
  transform:inherit;
  display:none;
}
.descrip-toggle-div .write-review .review-btn-outer .review-btn button {
  border: 1px solid #E8E8E8;
  height: 40px;
  border-radius: 50px;
  font-size: 15px;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 5px 15px;
}

.descrip-toggle-div .card-review-new {
  padding: 10px;
}

.descrip-toggle-div .review-cards {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}

.descrip-toggle-div .review-cards .review-img {
  overflow: hidden;
}

.descrip-toggle-div .review-cards .review-img img {
  width: 100%;
}

.descrip-toggle-div .review-cards .review-text-outer {
  padding: 10px;
}

.descrip-toggle-div .review-cards .review-text-outer .detail_rat-inner {
  margin: 10px 0px;
}

.descrip-toggle-div .review-cards .review-text-outer .detail_rat-inner i {
  color: var(--orange);
}

.descrip-toggle-div .review-cards .review-text-outer .review-name {
  display: flex;
  gap: 10px;
  align-items: center;
}

.descrip-toggle-div .review-cards .review-text-outer .review-name span {
  font-size: 16px;
  color: var(--black);
}
.modal-content-review form{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.descrip-toggle-div .review-cards .review-text-outer .review-name .review-check {
  width: 20px;
  height: 20px;
  background-color: var(--black);
  border-radius: 50px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.size-wrap{
  position: relative;
}
.descrip-toggle-div .review-cards .review-text-outer .date_review {
  font-size: 11px;
  color: #767676;
}
/* .btn-check:checked + label{
  border:solid 1px var(--black) !important;
} */
.descrip-toggle-div .review-cards .review-text-outer .user-review {
  font-size: 14px;
  color: var(--black);
  min-height: 21px;
  white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;

}

.descrip-toggle-div .review-cards .review-text-outer .item_type {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.descrip-toggle-div .review-cards .review-text-outer .item_type span {
  font-size: 11px;
  color: #a3a3a3;
}

.descrip-toggle-div .review-cards .review-text-outer .item_type label {
  font-size: 13px;
  color: var(--black);
}

/*pdp end*/
/*your order page start*/
.your-order .edit-address-pop-up aside {
  transition: all linear 0.3s;
  box-shadow: 1px 4px 1px -1px rgba(0, 0, 0, 0.15);
  width: 500px;
  position: fixed;
  top: 0px;
  bottom: 0;
  background-color: var(--white);
  z-index: 2;
  right: -500px;
}

.your-order .edit-address-pop-up aside .aside-cross-my-ac {
  position: absolute;
  right: 20px;
  top: 15px;
}

.your-order .edit-address-pop-up aside button {
  background-color: var(--orange);
  border-radius: 50px;
  margin: 15px auto;
  display: block;
}

.your-order .edit-address-pop-up aside h3 {
  font-size: 16px;
  color: #282828;
  padding: 20px;
  border-bottom: solid 1px var(--grey-clr);
}

.your-order .edit-address-pop-up aside .edit-addres-form {
  padding: 30px;
  overflow-y: scroll;
}

.your-order .edit-address-pop-up aside .edit-addres-form h2 {
  font-size: 15px;
  color: #282828;
}

.your-order .edit-address-pop-up aside .edit-addres-form .form-wrap-my-ac {
  display: flex;
  flex-wrap: wrap;
}

.your-order .edit-address-pop-up aside .edit-addres-form .form-wrap-my-ac .seprator {
  padding: 5px 10px;
}

.your-order .edit-address-pop-up aside .edit-addres-form .form-wrap-my-ac input,
.your-order .edit-address-pop-up aside .edit-addres-form .form-wrap-my-ac select {
  height: 52px;
  border: solid 1px var(--grey-clr);
}

.your-order .edit-address-pop-up aside .edit-addres-form input,
.your-order .edit-address-pop-up aside .edit-addres-form .did-floating-label {
  background-color: var(--white);
  top: 6px;
}

.your-order .nav-tabs .nav-link {
  border-bottom: solid 1px var(--grey-clr) !important;
}

.your-order .nav-tabs .nav-item.show .nav-link,
.your-order .nav-tabs .nav-link.active {
  border-bottom: solid 2px #282828 !important;
}

.your-order .order-info-box {
  border: 1px #d5d9d9 solid;
  border-radius: 8px 8px 0 0;
  margin-top: 20px;
}

.your-order .order-info-box-inner {
  background-color: #f0f2f2;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
@media(min-width:600px){

}
@media (max-width: 600px) {

.desktop-image{
display:none;
}
.mobile-image{
display:block;
}
    .search-results {
        padding: 0px;
    }
    .search-item {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        gap:10px;
    }
    .search-result-name{
    text-align:left;
    -webkit-line-clamp:1;
    }
    .search-img-wrap {
        max-width: 60px;
    }
.header-video{
height:300px;
}
.avtar-container-name .name{
margin-bottom:5px;
}
.all-cat h3, .review_sec h3, .blog-area h3.blog-head,.video-nutty h3,h3.col-head-new{
font-size:25px;
font-weight:bold;
}
.avtar-container-name{
flex-direction:column;
}
.right-test ,.left-test{
display:none;
}
.review-inner{
margin:4px 0;
}
.right-test-cont{
height:auto;
}
#newsletterImg{
display:none;
}
.mobile-flex-wrap{
flex-wrap:wrap;
}
footer{
display:none;
}
.single-blog-card{
margin-bottom:15px;
}
.big-blog-image{
height:250px;
}
.left-pad{
padding-left:0px;
}
.space-rigt{
padding-right:0px;
}
.email_subscribe .did-floating-label-content{
margin-bottom:0px;
}
.contact-us .news-letter{
height:auto;
}
.services-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.grid-tabular .card .category-img-link{
height:250px;
}
.desktop-hero{
display:none;
}
 
  .item .item-inner{
   height:fit-content;
  }
 
  .container-custom{padding:0px 15px 0px 15px;}
  .all-cat .grid-tabular{
    padding: 0;
  }
  .grid-tabular .card .category-img-link{
    margin: auto;
  }
  .subscribe-pop{
    max-width: 350px;
    width: 100%;
    top: 250px;
  }
  .your-order .order-info-box-inner {
    gap: 15px;
  }
}

.your-order .order-info-box-inner .a-box-outer {
  display: flex;
  gap: 50px;
}

@media (max-width: 600px) {
.second-slider .owl-nav, .best-slider .owl-nav, .catgroy-slider .owl-nav{
display:none !important;

}
  .your-order .order-info-box-inner .a-box-outer {
    gap: 10px;
  }
}

.your-order .order-info-box-inner .a-box-outer .a-box-inner {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #282828;
  text-transform: uppercase;
}

.your-order .order-info-box-inner .a-box-outer .a-box-inner label {
  font-size: 14px;
  color: #282828;
  font-weight: bold;
}

.your-order .order-info-box-inner .order-outer-inner {
  font-size: 12px;
  color: #282828;
  display: flex;
  gap: 20px;
}

@media (max-width: 600px) {
  .your-order .order-info-box-inner .order-outer-inner {
    flex-direction: column;
    gap: inherit;
  }
}

.your-order .order-info-box-inner .order-outer-inner a,
.your-order .order-info-box-inner .order-outer-inner .invoice-order {
  font-size: 14px;
  color: var(--orange);
  cursor: pointer;
}

.your-order .order-info-box-inner .order-outer-inner a:hover,
.your-order .order-info-box-inner .order-outer-inner .invoice-order:hover {
  text-decoration: underline;
}

.your-order .deliver-box .deliver-head {
  padding: 15px 15px 0px 15px;
}

.your-order .deliver-box .deliver-head h3 {
  font-size: 18px;
  color: var(--black);
  font-weight: bold;
  margin-bottom: 0;
}

.your-order .deliver-box .deliver-head span {
  font-size: 14px;
  color: #282828;
}

.your-order .deliver-box .model-cntnr {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.your-order .deliver-box .model-cntnr .info-desc-outer {
  display: flex;
  gap: 10px;
  width: 80%;
}

@media (max-width: 992px) {
  .your-order .deliver-box .model-cntnr .info-desc-outer {
    width: 70%;
  }
}

@media (max-width: 770px) {
  .your-order .deliver-box .model-cntnr .info-desc-outer {
    width: 100%;
  }
}

.your-order .deliver-box .model-cntnr .info-desc-outer .model_info img {
  width: 90px;
}

.your-order .deliver-box .model-cntnr .info-desc-outer .model_desc {
  flex-direction: column;
  display: flex;
}

.your-order .deliver-box .model-cntnr .info-desc-outer .model_desc a {
  font-size: 14px;
  color: #007185;
}

.your-order .deliver-box .model-cntnr .info-desc-outer .model_desc a:hover {
  text-decoration: underline;
}

.your-order .deliver-box .model-cntnr .info-desc-outer .model_desc span {
  font-size: 12px;
  color: #282828;
}

.your-order .deliver-box .model-cntnr .info-desc-outer .model_desc label {
  margin-top: 5px;
}

.your-order .deliver-box .model-cntnr .info-desc-outer .model_desc label button {
  font-size: 13px;
  width: 120px;
  height: 29px;
  background-color: var(--orange);
  box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
  border-radius: 8px;
  padding: 5px;
  color: var(--white);
}

.your-order .deliver-box .model-cntnr .info-desc-outer .model_desc label button+button {
  background-color: transparent;
  border: solid 1px var(--grey-clr);
  color: #282828;
}

.your-order .deliver-box .model-cntnr .prod-support {
  display: flex;
  flex-direction: column;
  width: 20%;
  position: relative;
}

.your-order .deliver-box .model-cntnr .prod-support .submit_btn {
  background-color: var(--orange);
  border-radius: 8px;
  padding: 5px 10px;
  width: 50%;
  margin: 15px auto;
  display: block;
}

@media (max-width: 992px) {
  .your-order .deliver-box .model-cntnr .prod-support {
    width: 30%;
  }
}

@media (max-width: 770px) {
  .your-order .deliver-box .model-cntnr .prod-support {
    width: 100%;
  }
}

.your-order .deliver-box .model-cntnr .prod-support button {
  background-color: var(--orange);
  height: 29px;
  color: #282828;
  font-size: 13px;
  border-radius: 8px;
  text-transform: capitalize;
  color: var(--white);
  padding: 5px 10px;
  margin-bottom: 10px;
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review {
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);
  animation: growOut 0.2s ease-in-out forwards;
  transform-origin: 100% 0px;
  padding: 20px 20px 8px;
  width: 247px;
  padding: 20px;
  position: absolute;
  z-index: 1;
  text-align: left;
  top: 70px;
  display: none;
  left: 0;
  background-color: var(--white);
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .message-review label {
  font-weight: bold;
  margin-bottom: 5px;
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review h3 {
  color: #282828;
  font-size: 20px;
  margin-bottom: 15px;
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order label {
  display: block;
  margin-right: 0;
  margin-left: 0;
  font-weight: bold;
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating {
  border: none;
  float: left;
  width: 100%;
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating>label {
  color: #90A0A3;
  float: left;
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating>label:before {
  margin: 5px;
  font-size: 2em;
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating>input {
  display: none;
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating>input:checked~label,
.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating:not(:checked)>label:hover,
.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating:not(:checked)>label:hover~label {
  color: #F79426;
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating>input:checked+label:hover,
.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating>input:checked~label:hover,
.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating>label:hover~input:checked~label,
.your-order .deliver-box .model-cntnr .prod-support .order-popup-review .rat-order .rating>input:checked~label:hover~label {
  color: #FECE31;
}

.your-order .deliver-box .model-cntnr .prod-support .order-popup-review textarea {
  border: solid 1px var(--grey-clr);
  width: 100%;
  height: 50px;
}

.your-order .deliver-box .model-cntnr .prod-support button+button {
  border: solid 1px var(--grey-clr);
  background-color: transparent;
  color: #282828;
}

.your-order .deliver-box .archieve-order {
  border-top: solid 1px var(--grey-clr);
  padding: 15px;
  color: #007185;
  font-size: 14px;
}

.your-order .placed-cntnr {
  gap: 10px;
  align-items: center;
}

.your-order .placed-cntnr .your-order-tab-text {
  font-size: 15px;
  color: #282828;
}

.your-order .placed-cntnr select {
  width: 110px;
  height: 29px;
  border-radius: 8px;
  border: solid 1px var(--grey-clr);
  font-size: 13px;
  padding: 5px 10px;
}

.your-order .your-order-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.your-order .your-order-inner .head-my-order h3 {
  font-size: 28px;
  color: #282828;
}

@media (max-width: 600px) {
  .your-order .your-order-inner .head-my-order h3 {
    font-size: 12px;
  }
}

.your-order .your-order-inner .my-order-input-wrap {
  display: flex;
  gap: 20px;
}

@media (max-width: 600px) {
  .your-order .your-order-inner .my-order-input-wrap {
    gap: 10px;
  }
}

.your-order .your-order-inner .my-order-input-wrap .search-icon-wrap {
  position: relative;
}

.your-order .your-order-inner .my-order-input-wrap .search-icon-wrap i {
  position: absolute;
  top: 10px;
  left: 10px;
}

.your-order .your-order-inner .my-order-input-wrap .search-icon-wrap input {
  background-color: transparent;
  border: solid 1px var(--grey-clr);
  padding-left: 35px;
}

.your-order .your-order-inner .my-order-input-wrap button {
  width: 200px;
  height: 30px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0;
  font-weight: bold;
}

@media (max-width: 600px) {
  .your-order .your-order-inner .my-order-input-wrap button {
    width: 120px;
    font-size: 12px;
  }
}

/*your order page start*/
/*my account page start*/
.address-my-account h3 {
  color: #282828;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0px;
}

.address-my-account .my-acc-gridbox {
  display: flex;
  justify-content: center;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner {
  border: solid 1px var(--grey-clr);
  display: flex;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .add-new-address {
  background-color: rgb(245, 245, 245);
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .name-box {
  border-right: solid 1px var(--grey-clr);
  padding: 50px;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .name-box:last-child {
  border-right: 0;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .name-box .loc-icon button {
  background-color: transparent;
  padding: 0;
  width: auto;
  border: 0;
  color: #282828;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .name-box .loc-icon button span {
  text-decoration: underline;
  font-size: 15px;
  display: block;
  margin-top: 20px;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .name-box .address-account {
  font-size: 12px;
  color: #282828;
  letter-spacing: 1px;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .name-box .name-account {
  font-size: 15px;
  color: #282828;
  margin-top: 20px;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .name-box .name-account .full-address-my-ac {
  font-size: 15px;
  color: #282828;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .name-box .name-account span {
  display: block;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .name-box .account-btn-cntnr {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}

.address-my-account .my-acc-gridbox .my-acc-gridbox-inner .name-box .account-btn-cntnr button {
  background-color: transparent;
  color: #282828;
  text-align: left;
  width: auto;
  height: auto;
  padding: 0;
  text-decoration: underline;
}

/*my account page start*/
/*login start*/
.login-btn {
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  color: var(--black);
}

.login-btn:hover {
  background-color: transparent;
  color: var(--black);
}

.login-btn:focus {
  border: 0;
  outline: 0;
  color: var(--black);
}

.login-btn:focus {
  border: 0;
  outline: 0;
  background-color: transparent;
  color: var(--black);
}

.login-pop .modal-content {
  overflow: hidden;
}

.login-pop .modal-body {
  padding: 0;
}

.login-pop .modal-dialog {
  max-width: 500px;
}

.login-pop .modal-dialog h1 {
  color: var(--black);
  font-size: 20px;
  text-align: center;
}

.login-pop .modal-dialog p {
  font-size: 14px;
  color: #282828;
  text-align: center;
}

.login-pop .modal-dialog .login-box-header {
  border: solid 1px #dfdfdf;
  margin-bottom: 20px;
  padding: 15px;
}

.login-pop .modal-dialog .login-box {
  width: 100%;
}

.login-pop .modal-dialog input[type=tel] {
  width: 100%;
  height: 50px;
  border: solid 1px var(--grey-clr);
}

.login-pop .modal-dialog .otp-login-body {
  margin: 25px 0 0;
  padding: 25px 83px 10px 84px;
  border-radius: 10px;
  background-color: #EFF4F7;
  width: 90%;
  margin: 0 auto 20px auto;
}

.login-pop .modal-dialog .otp-login-body .otp_send-btn {
  width: 195px;
  background-color: var(--orange);
  height: 50px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 auto 20px auto;
  display: block;
}

.login-pop .modal-dialog .otp-login-body .confirm-text {
  font-size: 11px;
  color: #282828;
  text-align: center;
}

.login-pop .modal-dialog .otp-login-body .login-otp-code input[type=number] {
  width: 43px;
  height: 57px;
  font-size: 1.5rem;
  text-align: center;
}

.login-pop .modal-dialog .otp-login-body .login-otp-code input[type=number]:focus {
  border: solid 1px var(--black);
}

.login-pop .modal-dialog .otp-login-body .login-otp-code input::-webkit-outer-spin-button,
.login-pop .modal-dialog .otp-login-body .login-otp-code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.login-pop .modal-dialog .otp-login-body .login-otp-code label {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.login-pop .modal-dialog .otp-login-body .login-otp-code .input-otp-code-outer .input-otp-code {
  display: flex;
  gap: 10px;
}

  
/*input type telephone with country code start*/
.input-group>.intl-tel-input.allow-dropdown {
  flex: 1 1 auto;
  width: 1%;
}

.input-group>.intl-tel-input.allow-dropdown>.flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
  }
}

/*input type telephone with country code end*/
/*login end*/
/*media query start*/
@media (max-width: 1400px) {
  .left-space {
    padding-left: 20px;
  }
}

@media (max-width: 1320px) {
  .all-cat .grid-tabular {
    grid-template-columns: repeat(5, 10.625rem);
  }
}

@media (max-width: 1199px) {
  .pad-left-about {
    padding-left: 20px;
  }

  .descrip-toggle-div .exchange-div .exchange-inner span {
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
footer{
display:none;
}
.selector-item{
height: auto;
}
.selector{
flex-wrap:wrap;
}
.mobile-footer-content ul li:nth-child(2){
display:none;
}
.single-blog-card{
margin-bottom:15px;
}
.left-pad{
padding-left:0px;
}
.left-test{
display:none;
}
  .offcanvas.offcanvas-top {
    padding: 30px !important;
        height: max-content;
}

.offcanvas .inner-container {
  max-width: 1240px;
  padding-inline: 20px;
  margin: 0 auto;
}
.search-input-container {
  display: flex;
}
.search-input-container .tt-search-input {
  background: transparent;
  font-size: 24px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #eceaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  color: #191919;
  border-radius: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 16px;
}
.search-input-container button span {
  font-size: 25px !important;
}
.search-input-container button {
  background-color: transparent;
  border: 0;
}
  .listing-side-bar {
    left: -260px;
    position: fixed;
    z-index: 3;
    background: #fff;
    padding-right: 20px;
    box-shadow: 1px 4px 1px -1px rgba(0, 0, 0, 0.15);
    padding: 20px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    top: 0;
    bottom: 0;
}
  .mobile-filter .mobile-filter-inner button{
    border: 0;
  }
 
 
  .mobile-cart-badge{
    top: 0px;
        left: 0px;
      font-size: 12px  !important;
      width: 15px;
      height: 15px;
      background: #2b2f3d;
      border-radius: 50px;
      color: #ffdf;
      display: flex;
      justify-content: center;
      align-items: center;
  
  }
  .container-custom .search-cntnr{justify-content: end !important;}
  .exchange-div {
    justify-content: flex-start !important;
    flex-wrap: wrap;
  }

  .cross-filter {
    display: block;
  }

  .exchange-inner {
    width: 33%;
    margin-bottom: 20px;
  }



  
  
.logo img{
width:100%;
height:100%;
object-fit:cover;
}
  .user-mob {
    display: none;
  }

  .mobile-none {
    display: none !important;
  }

  .container-custom .search-cntnr {
    justify-content: center;
  }

 
}

@media(min-width:1000px) {
  .mobile-only {
    display: none;
  }
}

@media (min-width: 993px) {
  .mobile-filter {
    display: none;
  }
}

@media (max-width: 992px) {
  .mob-nav {
    display: none;
  }

  footer .footer-inner h3,
  footer .footer-inner a {
    font-size: 15px;
    font-weight: normal;
  }

  .center-img-mob {
    text-align: center;
  }

  .about-image-sec .flex-end-custom {
    justify-content: center;
  }

  .about_us_page .about-us-cntnr .about_head_main {
    font-size: 30px;
  }

  .about-image-sec h2 {
    font-size: 25px;
  }

  .about_us_page .about-us-cntnr p,
  .socical-media p {
    font-size: 15px;
    text-align: left;
    padding-left: 0;
    margin-top: 20px;
    
  }

  .about_us_page .about-us-cntnr .about_head_main {
    margin-bottom: 40px;
  }

  .about-image-sec {
    padding: 0px 20px;
  }

  .about-image-sec img {
    margin-bottom: 25px;
  }

  .order-mob {
    order: 1;
  }

  .cookies-inner {
    bottom: 50px !important;
  }

  .left-space {
    padding-left: 0px;
    margin-top: 20px;
  }

  .splide__slide {
    height: 400px !important;
  }

  .pick_of_month .sizes_img h6 {
    margin-top: 10px;
  }

  .contact-us .large-img {
    display: none;
  }

  .contact-us .news-letter {
    transform: inherit;
    position: static;
    width: 100%;
    max-width: inherit;
  }

  footer .footer-inner {
    flex-wrap: wrap;
  }

  footer .footer-inner .footer-inner-wrap {
    width: 50%;
    margin-bottom: 20px;
  }

  .container-custom header {
    padding: 20px 30px 20px 30px;
  }
}

@media (max-width: 900px) {
  .all-cat .grid-tabular {
    grid-template-columns: repeat(4, 10.625rem);
  }
}

@media (max-width: 768px) {
.pick_of_month{margin-top:20px;}
.image-pdp-pop{height:100%;}
.tf-breadcrumb{margin-bottom:0;}
.pick_of_month .sizes_img{margin-top:0;}
.swiper-zoom-container{align-items:flex-start !important;}
.image-pdp-pop{top:0;}
.product-container .product-card{height:240px;}
.two-line-ellipsis{padding:0 15px;}
.related-grid-item-inner,.listing-banner-new{height:auto !important;} 
  .all-cat .grid-tabular {
    grid-template-columns: repeat(3, 10.625rem);
  }

  .contact-page .form-contact .form-contact-inner {
    padding: 0px 20px;
  }

  .contact-page h3 {
    font-size: 28px;
  }

  .contact-page p {
    font-size: 14px;
  }

  .all-cat h3,
  .collection h3,
  .testimonial h3 {
    font-size: 25px;
    font-weight: bold;
  }

  

  .contact-us .easy_return {
    height: auto;
  }

  footer .socical_media .socical_media-inner {
    padding: 20px;
  }

  .full-width-mob {
    width: 100% !important;
  }

  .best-sller button {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .descrip-toggle-div .write-review .review-btn-outer .review-btn button{
    padding: 5px 10px;
    font-size: 12px;
  }
  .about-div form{
    width: 100%;
  }
  .container-custom nav a.header-nav-link{
    font-size: 14px;
    line-height: 30px;
  }
  header .logo{
    text-align: center;
  }
  .search-cntnr{
    margin-top: 20px;
  }
  .this_session .this-session-img{
    padding: 20px 10px 20px 0;
  }
  .this_session .this-session-img:nth-child(even){
    padding-right: 0;
  }
  .category-section-div{
    padding: 0 !important;
  }
  .pick_of_month .sizes_img .sizes_div label{
   
    border-radius: 10px;
    font-size: 12px;
  }
  .tell-us-div textarea{
    width: 85%;
    height: 213px;
  }
  .original-price{
    gap: 0;
    justify-content: space-between;
  }
  .original-price span{
    font-size: 12px;
  }
  .all-cat .grid-tabular {
    grid-template-columns: repeat(2, 10.625rem);
  }

  footer .socical_media {
    max-width: 79%;
  }

  .listing_page .listin-page-right {
    padding-left: 0;
  }

  .btn-cntnr img {
    width: 100%;
  }

  .second-slider .owl-nav {
    display: none !important;
  }

  .cookies .cookies-inner p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
  }

  .cookies-inner {
    flex-direction: column;
  }
}
.banner{height:600px;}
.banner img{width:100%;height:100%;object-fit:cover;}
.main-categories-container{overflow:hidden;overflow-y:auto;padding:0 50px;}
.main-categories-container-inner{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding:0 15px;
   
    margin-top:30px;
    gap:20px;
}
.category-image {
    height:500px;
    border-radius: 0px;
    overflow: hidden;
    margin:auto;
    
    padding:2px;
}
.category-title a {
    color: #616060;
    font-size: 16px;
    height:inherit !important;
    font-weight:bold !important; 
    text-align:center;
    width:100%;
    display:block;
}
.category-title a:active{background:transparent !important;border:0;}
.category-image img{width:100%;border-radius:0px;height:100%;object-fit:cover;}
/*media query end*/
.featured-in h3{text-align:center;color:#0f172a;font-size:36px;font-weight:600;}
.featured-in p{
    color: #0f172a;
    font-size: 16px;
    max-width: 533px;
    width:100%;
    margin: auto;
    text-align: center;
}
.product-card .product-image .pr-product-img{width:100%;height:100%;object-fit:contain;}
.product-image{height:206px;width:100%}
.product-text h4 a {
    color: #0f172a;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
}
.product-text p.pr-price{
    font-size: 14px;
    color: #0f172a;
    text-align: center;
}
/*missionary design start*/
.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 10px;
    gap: 15px;
}

/* Child cards auto height adjust */
.grid-wrapper > div {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    break-inside: avoid;
}

.grid-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Responsive title styling */
.category-title {
    padding: 0.75rem 0rem;
   
    text-align: center;
}
@media(min-width:767px){
.cross-listing{display:none;}
}
@media (max-width: 576px) {
    .grid-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}
/*missionary design end*/
/*sourceMappingURL=style.css.map */

@media(max-width:767px){
.main-categories-container{padding:0 20px;}
.main-categories-container-inner .category-card{min-width:35%;width:30%;}
.main-categories-container {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer and Edge */

    /* Optional: if needed */
    overflow-y: hidden;
}

/* Chrome, Safari, Opera */
.main-categories-container::-webkit-scrollbar {
    display: none;
}
.new-prod-cont{grid-template-columns: repeat(2, 1fr) !important; }
.main-categories-container-inner{display:flex;}
}
.main_btn_sec{display:flex;align-items:center;gap:50px;}
.product-count {
    max-width: 150px;
    width: 100%;
    border: solid 1px #ccc;
    height: 50px;
    display: flex;
    padding:0 15px;
    justify-content: space-between;
}
.product-count input{
    width: 20px;
    height: auto;
    border: 0;
}
.product-count button{border:0px;background:transparent;} 
.related-grid-item-inner{height:460px;} 

.faq-head {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;}

.faq-head .icon {
  display: none;
}

.faq-item .open-div-faq {
  display: none;
  margin-top: 10px;
}

.faq-item.active .open-div-faq {
  display: block;
}

.faq-item.active .minus-faq {
  display: inline-block;
}

.faq-item:not(.active) .plus-faq {
  display: inline-block;
}

.open-div-faq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-item.active .open-div-faq {
  padding-top: 10px;
  padding-bottom: 10px;
}
.filter-left-aside{width: 22%;}
.bestseller{width:76%;}
.click-div svg{width:15px;}
p.click-div,.click-div-on-ewn{ 
    font-size: 15px;
    color: #000;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}
.click-div a {font-size: 15px; 
    color: #000;
    font-weight: 600;}
.check_text a{font-size:16px;color:#0a0a0a;}
.check_text{margin-bottom:5px;}
.prod-cat-name-new {
    padding: 0;
    font-size: 24px;
    color: #0a0a0a;
    font-weight: 600;
}
.list-description-listing .original-price span{font-size:14px;color:#111827;}
.list-description-listing .original-price{text-align:center;}
.cross-listing {
    display: flex;
    justify-content: end;
    padding: 0px 0px 15px 0;
}
.clr_all a:hover{text-decoration:underline;text-underline-offset: 3px;} 
.clr_all a{font-size:14px;color:#171717}
.filter-wrap-no{
    display: flex;
    gap: 10px;
    align-items: center;
}
.zoom-out-new {
    background-color: #ffffff80;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
zoom-out-new svg{stroke:#000;}
.image-pdp-pop{position:relative;}
.cross-pop-pdp svg{stroke:#000;}
.image-pdp-pop .cross-pop-pdp:hover{opacity:1;}  
.cross-pop-pdp{
    position: absolute;
    opacity:0;
    z-index: 9999999;
    top: 11px;
    left:82%;
    background: #ffffff80;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width:600px){
.product-slide-container .swiper-button-next{right:72px;}
}