html{
    overflow-x: hidden;
}
body{
margin: 0px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
overflow-x:hidden ;
}

/*shrinks*/
body.modal-open {
    padding-right: 0 !important;
}

a:hover{
text-decoration: none;

}
/* Header */
:hover{
        transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.search-bar:hover .search-btn {
   background: #2980c3;
   transition: all ease-in-out 0.5s;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
}
.wishlist:hover{
    color: #de383c;
}
.cart:hover{
    color: #de383c;
}
.header {padding: 15px 1%;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #f0f0f0;float: left;width: 100%;}
.flex-head{/* display: flex; *//* align-items: center; *//* justify-content: center; */}
.part1{
    float: left;
    width: 26%;
}
/* Logo */
.logo img {
  width: 200px;
  margin-top: 10px;
}

/* Search Section */
.part2 {
 float: left;
 width: 47%;
 padding-left: 4px;
 display: flex;
 align-items: center;
 margin-top: 10px;
}

/* Search Bar */
.search-bar {
 background: #ffffff;
 border: 1px solid #efefef;
 height: 50px;
 max-width: 675px;
 float: left;
 width: 100%;
 display: flex;
 align-items: center;
 border-radius: 30px;
}

/* Left Circle Icon */
.search-bar .circle-icon {
  width: 40px;
  height: 40px;
  /* background: #fff; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.search-bar .circle-icon img {
  width: 20px;
  height: auto;
  filter: invert(1);
  opacity: .6;
}
.sr-visual{
  width: 20px;
  height: 20px;
}
/* Input */
.file-in-sr{
      position: absolute;
  inset: 0; /* covers entire parent */
  opacity: 0; /* full invisibility */
  cursor: pointer;
}
.file-in-sr{
    
}
.file-in-sr span{
    
}
.search-bar input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0;
  font-size: 16px;
  background: transparent;
  color: #757575;
  float: left;
  font-weight: 400;
}

/* Search Button (Right Icon) */
.search-bar .search-btn {
  width: 52px;
  height: 100%;
  border: none;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  float: right;
}

.search-bar .search-btn img {
  width: 22px;
  height: auto;
}

/* Right Icons */
.part3{
    float: right;
    width: 26%;
    /* padding-left: 7px; */
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 10px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 35px;
  float: right;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
  font-weight: 500;
}

.header-right img {
  /* width: 20px; */
  height: 26px;
  display: block;
  margin: auto;
  object-fit: contain;
}
.wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.cart {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #000;
}
.wishlist span{
}
.cart span{/* padding-top: 4px; */font-size: 16px;color: #3B3F40;font-weight: 600;}

.account-btn {
  background: #000000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  border: none;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  width: revert-layer;
  height: 44px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: background 0.3s ease;
}


/* Shine effect */
.account-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgb(222 56 60);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

/* Hover effect */
.account-btn:hover::after {
  left: 130%;
}

/* Add to Cart */

.account-btn:hover {
  background: #de383c;
}




.header_area {
    /* padding-top: 16px; */
    float: left;
    width: 100%;
}


.slide{
    width: 100%;
    float: left;
    position: relative;
}
.slide img{width: 100%;float: left;height: auto;}

.slide-carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.slide-carousel .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 16px;
    bottom: 10px;
    gap: 6px;
}

.slide-carousel .owl-dots button span {
    background: #fff;
    width: 17px;
    height: 3px;
    border-radius: 10px;
    position: relative;
    z-index: 999;
    display: inline-block; /* ensures dots stay inline */
}

.slide-carousel .owl-dot.active span {
    background: #de383c;
    width: 32px;
}
.section1 h5{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: none;
    text-align: center;
    margin-top: 10px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}.p2-carousel .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 16px;
    bottom: -37px;
    text-align: center;
}

.p2-carousel .owl-dots button{
    margin-right: 5px;
}

.p2-carousel .owl-dots button span {
    background: #868686a1;
    width: 21px;
    height: 3px;
    border-radius: 10px;
    position: relative;
    z-index: 999;
    display: inline-block; /* ensures dots stay inline */
}

.p2-carousel .owl-dot.active span {
    background: #000000;
    width: 32px;
}
.section1{
    padding: 48px 1% 0;
    width: 100%;
    float: left;
}.section1 h2 span{
    font-weight: 600;
}
.section1 h2{
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #001520;
    text-align: left;
}
.brand-product {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden; /* keeps image inside */
    transition: background-color 0.5s ease;
}

.brand-product img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    /* padding-top: 25px; */
    will-change: transform;
    transition: transform 0.5s ease, filter 0.5s ease;
    float: left;
}

/* Hover effect only on image */
.brand-product:hover img {
    /* transform: scale(1.1); */      /* zooms image only */
    filter: grayscale(1);    /* optional highlight */
}

/* Optional background color change */
.brand-product:hover {
}


.banner-3{
    float: left;
    width: 100%;
    padding: 57px 1% 0;
}.banner-3 h2 span{
        font-weight: 600;

}
.banner-3 h2
{
    float: left;
    text-align: left;
    width: 100%;
    color: #001520;
    font-weight: 700;
    font-size: 36px;
}

.panel2{width: 100%;padding-top: 28px;padding-bottom: 30px;float: left;}

.trending-box:hover .t-img{filter: opacity(0.9);}

.trending-box:hover .t-img {
    transform: scale(1.1);
}
.trending-box{
    width: 100%;
    float: left;
    background: white;
    /* display: flex; */
    flex-direction: column;
    gap: 13px;
    border-radius: 24px;
    border: 1px solid #b7b7b761;
    padding: 11px;
    margin-bottom: 20px;
    overflow: hidden;
}

.trending-box h5
{
     display: -webkit-box;        /* needed for WebKit browsers */
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;       /* number of lines to show */
     overflow: hidden;             /* hide the rest */
     text-overflow: ellipsis;
     color: #001F2F;
     font-size: 16px;
     font-weight: 600;
     float: left;
     width: 100%;
     line-height: 141%;
     margin: 0;
     padding: 15px 0 0;
}
.trending-box h6{
    padding-top: 10px;
    color: #3E8C2B;
    font-size: 24px;
    font-weight: 700;
    float: left;
    width: auto;
    margin: 0;
    padding-bottom: 10px;
}
.trending-box h6 span{
    font-size: 14px;
    color: #B7B7B7;
    text-decoration: line-through;
    padding-left: 10px;
    font-weight: 500;
}
.trending-box h3{
    font-size: 13px;
    color: #79797b;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 0;
}

.trending-box:hover .trending-box2 h5{
    color: #7f1431;
      -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s; 
     -webkit-transition: all ease-in-out 0.5s;
}
.t-img
{
    /* background-color: #c4a78a; */
    border: transparent;
    height: 255px;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
    float: left;
    width: 100%;
    border-radius: 16px;
    position: relative;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms;
}
.fav-button{
    background: transparent;
    height: 40px;
    float: left;
    border: 1px solid #001F2F;
    width: 13%;
    border-radius: 8px;
}
.trend-fav{width: 23px;height: 25px;margin-top: -3px;}
.red-bac{
      background: #e21f1f !important;  
}



.new-arrival{
      float: left;
      z-index: 9;
      background: #F1E0FF;
      padding: 5px 14px;
      font-size: 14px;
      color: #222222;
      font-weight: 600;
      top: 8px;
      border-radius: 30px;
      position: absolute;
      left: 8px;
}
.ofs{
      float: left;
      z-index: 9;
      background: #ff0000;
      padding: 4px 11px;
      font-size: 9px;
      color: #fff;
      font-weight: 400;
      bottom: 0px;
      border-radius: 8px 8px 0px 0px;
      position: absolute;
      left: 8px;
}

.offer{
      float: left;
      z-index: 9;
      background: #00a14b;
      padding: 11px 0px;
      font-size: 11px;
      color: #fff;
      font-weight: 400;
      top: 1px;
      line-height: 13px;
      border-radius: 0px 0px 7px 7px;
      position: absolute;
      left: 21px;
      text-align: center;
     
}
.offer span{
    float: left;
    width: 100%;
    text-align: center;
}


@media (min-width: 1200px) {
    .container {
        /* max-width: 1324px !important; */
    }
}

.butn-group {
  display: flex;
  gap: 8px;
  width: 100%; 
}

/* Default button */
.butn {
  padding: 0px 8px;
  border-radius: 8px;
  font-size: 15px;
  overflow: hidden;
  font-weight: 700;
  height: 40px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-right: 3%;
  width: 67%;
  position: relative;
  float: left;
  z-index: 1;
  transition: background 0.3s ease;
}

.buy-now img {
    width: 22px;
    margin-left: 10px;
    object-fit: contain;
    height: 22px;
    transition: transform 0.3s ease;
}

/* Shine effect */
.butn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgb(222 56 60);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

/* Hover effect */
.butn:hover::after {
  left: 130%;
}
.butn:hover img {
  /* transform: translateX(3px); */
}

/* Add to Cart */
.add-cart {
  background: #00a14b;
}
.add-cart:hover {
  background: #ed1c24;
}

/* Buy Now */
.buy-now {
  background: linear-gradient(
177deg, #012030 27%, #003d5e 79%);
  border: 0;
}
.buy-now:hover {
  background: #141414;
}







.category-box{
    width: 100%;
    float: left;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-box h5
{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    float: left;
    width: 100%;
    line-height: 20px;
    margin: 0;
}
.category-box h6{
    color: #000;
    font-size: 19px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 0;
}

.category-box h3{
    font-size: 16px;
    color: #091151;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 0;
}


.category-box:hover h3{
    color: #000;
      -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s; 
     -webkit-transition: all ease-in-out 0.5s;
}
.c-img
{
    background-color: white;
    border: 1px solid #f0f2f5;
    height: 262px;
    object-fit: cover;
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
.category-box:hover .c-img{
        filter: brightness(0.9);
         -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s; 
     -webkit-transition: all ease-in-out 0.5s;
}

.b3-effect {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Lightening effect */
.b3-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(255 255 255 / 9%);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transition: transform 1.8s ease;
  z-index: 2;
  pointer-events: none;
}

.b3-effect:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}

/* Background image */
.grid-1 {
  width: 100%;
  height: 620px;
  background-image: url(../images/t1.webp);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  transition: transform 1.5s ease;
  position: relative;
  z-index: 1; /* behind the overlay */
}

/* Only scale background on hover */
.b3-effect:hover .grid-all {
  transform: scale(1.08);
}

/* Overlay content stays fixed */
.overlay-content {
  position: absolute;
  left: 37px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  z-index: 3; /* above the lightening effect */
}

.overlay-content-h5{
    font-size: 27px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    letter-spacing: .5px;
}
 .trending{display: inline-block;background-color: #0b52a1;font-size: 14px;font-weight: 400;padding: 4px 15px;color: #fff;border-radius: 5px;}
    .arrow {
      display: inline-block;
      /* margin-bottom: 10px; */
        -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s; 
     -webkit-transition: all ease-in-out 0.5s;
    }
    .arrow img {
      width: 32px !important;
      height: auto;
      display: block;
      filter: invert(1);
    }
.grid-2{
    gap: 17px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 9px;
    color: #fff;
    text-align: left;
    position: relative;
    height: 262px;
    background-color: #ed1c24;
    margin-bottom: 7px;
    padding: 0px 49px 0px 30px;
}
.grid-2 h5{font-size: 23px;font-weight: 600;margin: 0;line-height: 30px;}
.grid-2 p{
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 23px;
}

@media(min-width:990px)
{
.g-pr1{
        padding-right: 7px;
}.g-pr2{
    padding-right: 12px;
    padding-left: 3px;
}
.g-pr3{
    padding-left: 0px;
}
}
.desk-banners{
        /* padding-bottom: 66px; */
        padding: 0 1%;
}

.grid-3 {
  width: 100%;
  height: 350px;
  background-image: url(../images/t2.webp);
  background-size: cover;
  background-position: center;
  border-radius: 7px;
  transition: transform 1.5s ease;
  position: relative;
  z-index: 1; 
}
 .tag-new{display: inline-block;background-color: #0f6106;font-size: 14px;font-weight: 400;padding: 4px 15px;color: #fff;border-radius: 5px;}
.sp-left{

    left: 21px;
}


/* Only scale background on hover */
.b3-effect:hover .grid-3 {
  transform: scale(1.08);
}



.overlay-content-h5{
    font-size: 27px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    letter-spacing: .5px;
}
 .best-seller{display: inline-block;background-color: #8f0676;font-size: 14px;font-weight: 400;padding: 4px 7px;color: #fff;border-radius: 5px;}
 

    .grid-4 {
 width: 100%;
  height: 347px;
  background-image: url(../images/t3.webp);
  background-size: cover;
  background-position: center;
  border-radius: 7px;
  transition: transform 1.5s ease;
  position: relative;
  z-index: 1; 
}
.spl-content{
    text-align: right;
    right: 13px;
    bottom: unset;
    gap: 10px;
    align-items: flex-end;
    top: 17px;
}

    .grid-5 {

  width: 100%;
  height: 262px;
  background-image: url(../images/d50.webp);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  transition: transform 1.5s ease;
  position: relative;
  z-index: 1; /* behind the overlay */
}

.overlay-content5 {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 3; /* above the lightening effect */
  text-align: right;
  right: 13px;
  bottom: unset;
  align-items: flex-end;
  top: 17px;
  gap: 10px;
}

 .new{display: inline-block;background-color: #000;font-size: 14px;font-weight: 400;padding: 4px 13px;color: #fff;border-radius: 5px;position: absolute;bottom: -107px;}
}
.trend-pad{

    padding-top: 70px;
}

.com-table {
    float: left;
    width: 100%;
    position: relative;
    /* margin: 20px 1% 0; */
    padding: 60px 1%;
}


.nav-pills .active.show {
    background-size: cover;
    background-position: center;
    /* background: #00215b !important; */
    color: #fff !important;
    background: linear-gradient(90deg, #00293f 0%, #003f60 100%), url(../images/c-glass.png) !important;
    border-radius: 30px !important;
    /* width: 123% !important; */
    text-align: right !important;
}

#exTab1 .nav-pills > li > a {
    border-radius: 10px;
    color: #000;
    /* margin-right: 15px; */
    padding: 9px 19px;
    float: left;
    font-size: 18px;
    font-weight: 600;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */
    width: 100%;
}.com-a1.active{
    float: right !important;
    position: absolute;
    left: 5px;
    width: 54% !important;
}
.com-a1{/* width: 139px; */}.com-a2.active{
    float: right !important;
    position: absolute;
    right: 0;
    width: 60% !important;
}
.com-a2{
     width: 190px;
     text-align: right !important;
     float: right !important;
     /* position: absolute; */
     /* right: 0; */
}

#exTab1 .nav-pills > li > a:hover {
    text-decoration: none;
}

/* ===== Tab Content ===== */
.tab-pane {
    display: none ;
    opacity: 1 !important;
    transition: none !important;
}

.tab-pane.active {
    display: block;
}

/* ===== Swiper Container ===== */
.swiper {
    width: 100%;
    padding-bottom: 30px;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    background: #fff;
    border-radius: 10px;
    margin-right: 15px;
    transition: transform 0.3s;
}

.swiper-slide:hover {
    transform: translateY(-5px);
}
.trending-text{
    float: left;
    width: 100%;
    padding: 0px 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.head-com{
    float: left;
    width: 93.5%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    align-items: center;
}.head-com h2 span{
    font-weight:600;
}
.head-com h2{
       float: left;
       width: 100%;
       font-size: 36px;
       font-weight: 700;
       margin-bottom: 0;
       color: #001520;
       text-align: left;
}
.com-table li.active{
        color: #fff !important;
        /* background: linear-gradient(90deg, rgba(70, 69, 70, 1) 0%, rgba(42, 39, 40, 1) 100%) !important; */
        border-radius: 10px;
}
.com-table .nav-pills li{
    float: left;
    /* text-align: center; */
    width: 50%;
}
.com-table .nav-pills{
        background-color: #ffffff;
        padding: 5px 10px;
        border: 1px solid #a9a9a9;
        border-radius: 30px;
        float: left;
        top: 0;
        width: 31%;
        position: relative;
        height: 56px;
}
.clamp-3 {
  display: -webkit-box;        /* needed for WebKit browsers */
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;       /* number of lines to show */
  overflow: hidden;             /* hide the rest */
  text-overflow: ellipsis;      /* adds ... at the end */
}
.banner-5{
    float: left;
    width: 100%;
    padding: 60px 0px 0 0;
}
.banner-5 h2{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.adv1 {
  float: left;
  width: 100%;
  padding: 13px 0 20px 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
}

.adv1 img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Very light gradient overlay for hover effect */
.adv1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 50%,   /* much lighter */
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  transition: all 0.6s ease;
}
.panel5:hover::before {
    left: 125%;
}
.adv1:hover::before {
  left: 125%;  /* sweep across the image */
}

.advimg-1{
    height:295px ;
}
.advimg-2{
    height:405px ;
}
.advimg-3{
    height: 410px;
}
.advimg-4{
}


.kids-trends {
 float: left;
 width: 100%;
 padding: 40px 0px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.card-kids {
  border-radius: 12px;
  overflow: hidden;
}

.img-box {
  position: relative;
  height: 325px; /* fixed height */
  overflow: hidden;
  border-radius: 12px;
  object-fit: cover;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 12px;
}

.img-box:hover img {
  transform: scale(1.05);
}

.overlay-card {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}

.img-box:hover .overlay-card {
  opacity: 1;
}

.overlay-card .btn-card {
  padding: 14px 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #fff;

  transition: background 0.3s ease;
}

.overlay-card .btn-card:hover {
border: 1px solid #fff;
}

.card-kids h3 {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.card-kids p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}



.budget-store {
 float: left;
 width: 100%;
 padding: 35px 0px 79px 0px;
}

.budget-store h2 {
  margin-bottom: 33px;
  /* font-size: 22px; */
}

.budget-cards {

    overflow: hidden;        /* prevents scaled cards from spilling out */

}



.budget-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 39px;
  margin-bottom: 0;
}

.budget-card h3 span{
    float: left;
    width: 100%;
    letter-spacing: 1px;
}
.budget-card p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

/* Budget Card Base */
.budget-card {
  position: relative;
  padding: 50px 40px;
  border-radius: 12px;
  text-align: left;
  transition: all 0.35s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden; /* keep everything inside */
}

/* Overlay effect on hover */
.budget-card::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15); /* subtle white overlay */
  transition: all 0.35s ease;
  pointer-events: none;
}

.budget-card:hover::after {
  left: 0; /* slide overlay in from left */
}

/* Button hover effect */
.budget-card .btn-budget {
  margin-top: 7px;
  width: fit-content;
  display: inline-block;
  padding: 16px 34px;
  background: #fff; 
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.budget-card:hover .btn-budget{
  background: #a7cd38;
  transform: translateY(-3px); /* subtle lift of button only */
  color: #fff;
}

/* Maintain card colors */
.pink   { background: #ffe0ea; }
.peach  { background: #ffd9d6; }
.blue   { background: #e2e6ff; }
.purple { background: #e7d8e8; }


.s3box{
    float: left;
    width: 100%;
    height: auto;
    border: solid 10px #fff;
    border-radius: 20px;
    margin-top: 118px;
}


.s3box img{
    float: left;
    width: 100%;
    border-radius: 20px;
    margin-top: -1px;
}







/* Default slide */
.slick-h2{
    position: absolute;
    top: 41px;
}


.center-slider .slick-slide{
 
  height:500px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1, 1.1);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(0.9);
  background-color: #ffffff;
}
.center-slider .slick-current.slick-active{
  transform: scale(1.2);
  background-color: #ffffff;
  position: relative;
  z-index: 999;

}
.center-slider .slick-current.slick-active .s3box img {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 20px; /* Keep rounded corners */
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 0px;
}
.slick-prev{
  left: 0px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}


/* Footer Base */
.footer {
  background-color: #001520;
  width: 100%;
  float: left;
  padding: 48px 0 0;
}

/* ---------- Top Section (Logo + Trust) ---------- */
.top-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 60px 0px; */
  border-bottom: 1px solid #575759; /* bottom border */
  flex-wrap: wrap;
  /* gap: 37px; */
}

.f-1 {
  flex: 0 0 40%;
  text-align: center;
  /* padding-top: 94px; */
  /* padding-bottom: 86px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.fifty-year {
  width: 380px;
  max-width: 100%;
}

.trust-section {
  flex: 0 0 55%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 cols */
  grid-template-rows: auto auto;          /* 2 rows */
  gap: 30px 40px;
  padding-left: 65px;
  border-left: 1px solid #575759; /* left border */
  padding: 57px 0px 50px 60px;
}

.trust-badge img {
  width: 66px;
  margin-bottom: 13px;
}

.trust-badge h3 {
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}

.trust-badge p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

/* ---------- Middle Navigation Section ---------- */
.main-section {
  padding: 60px 0px 24px 0px;
  border-bottom: 1px solid #575759;
}

.navigation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 56px;
}

.nav-column h4 {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.nav-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-column li {
  margin-bottom: 8px;
}

.nav-column a {
  font-size: 14px;
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 400;
}

.nav-column a:hover {
  color: #ffffff;
}

/* ---------- Footer Links Section ---------- */
.footer-links {
  padding: 55px 0px 0px 0px;
  /* border-bottom: 1px solid #575759; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 26px;
}

.footer-column h4 {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 8px;
}

.footer-column a {
  font-size: 14px;
  color: #cccccc;
  font-weight: 400;
  text-decoration: none;
}

.footer-column a:hover {
  color: #ffffff;
}

.contact-info p {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

/* Contact Buttons */
.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 75px;
}

.contact-btn {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}

.contact-btn img {
  width: 36px;
  /* height: 28px; */
  padding: 8px;
  border-radius: 5px;
  background-color: #666; /* background only for icon */
  transition: background 0.3s;
}

.contact-btn img:hover {
  background-color: #777;
}

/* ---------- Bottom Section (Language + Policies) ---------- */
.bottom-section {
  padding: 0px 0px;
  /* border-bottom: 1px solid #575759; */
  padding-bottom: 53px;
}

.language-selector {
  margin-bottom: 44px;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #fff;
  padding: 8px 21px;
  border-radius: 30px;
  background: none;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
}

.globe {
  width: 20px;
}

.policy-section {
  display: grid;
  gap: 50px;
}

.policy-item {
  color: #cccccc;
  display: flex;
  gap: 14px;
  width: 100%;
}

.policy-header {
  flex: 0 0 216px;   /* fixed width header */
  font-weight: 500;
  font-size: 17px;
  color: #ffffff;
}

.policy-content {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 0px;
  color: #cacaca;
  padding-right: 8%;
}

.bullet {
  color: #fff;
  margin-right: 8px;
  font-size: 21px;
}
.policy-content p{
    margin-bottom: 0px;
}
.view-more {
  display: inline-block;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 400;
  color: #cacaca;
  text-decoration: underline;
}

/* ---------- Payment + Social ---------- */
.payment-social-section {
  padding: 30px 0px 44px 0px;
  /* removed border-top */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.payment-options {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  justify-content: center;
}

.payment-icons {
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: center;
}

.payment-icon {
  height: 32px;
  width: auto;
}

.social-section {
  display: flex;
  align-items: center;
  gap: 26px;
}
.social-section span{
    font-size: 19px;
    font-weight: 600;
    color: #fff;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 17px;
}

.social-links a {
  font-size: 14px;
  color: #cccccc;
  text-decoration: none;
  font-weight: 400;
}

.social-links a:hover {
  color: #ffffff;
}

/* ---------- Copyright ---------- */
.copyright {
  text-align: center;
  font-size: 14px;
  padding: 15px 0px;
  border-top: 1px solid #ffffff30;
  margin-top: 0;
  float: left;
  width: 100%;
}
.copyright p{
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-top: 10px;
    opacity: .6;
    text-align: center;
    width: 100%;
}




/*login*/


.log_set .option {
    width: 100%;
    float: left;
    /* padding: 0 18px; */
    font-size: 13px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px;
    position: relative;
}
.log_set .option > input {
    position:absolute;
    height:100%;
    width:100%;
    opacity:0;
    left:0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.log_set .checkbox {
    position:relative;
    margin-right:5px;
    background:#fff;
    display:inline-block;
    border: 2px solid #B5C1C7;
    margin-bottom:0;
    margin-top:0;
    height:16px;
    width:16px;
    top:4px;
}
.log_set .checkbox:before {
    content:'';
    display:none;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box;
    padding:0;
    margin:0
}
.log_set input:checked + .checkbox:before {
    display:block
}
.log_set .checkbox:before{
    position:absolute;
    top:3px;
    left:2px;
    width:6px;
    height:3px;
    border: #df383b;
    border-width:0 0 2px 2px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.log_set input:checked + .checkbox {
    border: 2px solid #118405;
}
.log_set input:hover + .checkbox {
    border-color: #df383b;
}
.log_set input:focus + .checkbox {
    border-color: #df383b;
}
.log_set input:focus + .checkbox:before{
    border-color:#ee3425;
}


.reset-psw{
        position: absolute;
        right: 0;
        bottom: 33px;
        font-size: 11px;
        font-weight: 500;
        z-index: 11;
        color: #b3190e;
        right: 20px;
}

.otp-req {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  color: #000;
  transition: background 0.3s ease, color 0.3s ease;
  margin-bottom: 3px;
  overflow: hidden; /* required for shine effect */
  z-index: 1;
}

/* Shine effect */
.otp-req::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: left 0.5s ease;
}

/* Hover effect */
.otp-req:hover::after {
  left: 130%;
}

.otp-req:hover {
  background: #3487c5; /* red hover */
  color: #fff;         /* switch text to white */
  border-color: #3487c5;
}

.login_panel .log_area .log_box p {
    color: rgba(105, 105, 105, 0.95);
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    /* margin: 0 0 10px !important; */
}

.login_panel .log_area .log_box p > a {
    color: #3f880e;
    text-decoration: none !important;
}

.close_form {
    display: block !important;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: 0px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
/* Shine effect */
.submit_frm::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

/* Hover effect */
.submit_frm:hover::after {
  left: 130%;
}



.submit_frm {
  position: relative;
  width: 100%;
  background: #3487c5;
  border: 0;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  color: #fff;
  transition: background 0.3s ease;
  overflow: hidden; /* required for shine effect */
  z-index: 1;
}

/* Shine effect (no skew) */
.submit_frm::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: left 0.5s ease;
}

/* Hover effect */
.submit_frm:hover::after {
  left: 130%;
}

.submit_frm:hover {
  background: #000000; /* red hover color */
}

.login_panel {
    float: left;
    width: 100%;
    padding:20px 25px 20px 25px;

}

.login_panel .log_area .log_box .or {
    font-size: 17px;
    font-weight: 500;
    color: #30382e;
    text-align: center;
    padding: 21px 0;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    margin-bottom: 5px;
}

.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}
.log_set label {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin: 0 0 0;
    text-align: left;
}
.log_form .log_set input[type="text"], .log_form .log_set input[type="password"], .log_form .log_set input[type="mail"], .log_form .log_set input[type="email"], .log_form .log_set input[type="tel"], .log_form  .log_form 
 .log_set select, .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0,0,0,0.15) !important;
    padding: 10px 0px 22px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    }
.log_set textarea {
    height: 100px !important;
}
.log_set input[type="text"]:focus,
.log_set input[type="password"]:focus,
.log_set input[type="mail"]:focus,
.log_set textarea:focus {
    /* border-color: #118405 !important; */
}
.log_box{
        float: left;
    width: 100%;

}

.login-continue {width: 100%;float: left;background: #D09C51;border: 0;height: 43px;display: flex;float: left;align-items: center;font-size: 16px;font-weight: 500;cursor: pointer;border-radius: 13px;justify-content: center;color: #fff;transition: ease-out 0.4s;/* transform: translateY(-2px); *//* box-shadow: 0 4px 0px #fff; */margin-bottom: 3px;}

/* Hover Effect */
.login-continue:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    /* transform: translateY(-2px); */
    /* box-shadow: 0 4px 0px #052e70; */
}

.pr-modal {
    position: relative !important;
    width: auto !important;
    margin: 1.75rem auto !important;
}

.wl-login h2 {
    float: left;
    width: 100%;
    font-size: 27px;
    color: #000;
    font-weight: 600;
}
.wl-login h2 span {
    /* color: #7f1431; */
    /* padding-left: 0px; */
}
.wl-login p {
    float: left;
    width: 100%;
    font-size: 14px !important;
    font-weight: 400px !important;
    text-align: left !important;
    line-height: 20px !important;
}
.login_panel .log_area .log_box p > a {
    color: #3487c5;
    text-decoration: none !important;
}


@media (min-width: 576px)
{
.modal-dialog {
    max-width: 500px !important;
    /* margin: 1.75rem auto !important; */
}
}
.modal-etc{
    position: unset !important;
    max-height: unset !important;
    width: unset !important;
    height: unset !important;
}
.footer_link .link_left {
    text-align: left;
    list-style: none;
}

.footer_link > li {
    /* width: 50%; */
    /* float: left; */
}
.footer_link .link_right {
    text-align: right;
    list-style: none;
}

.footer_link > li > a {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #3487c5;
    font-weight: 400;
    margin: 30px 0 5px;
    text-decoration: none !important;
    text-align: center;
    }

.footer_link > li > a:hover {
    color: #df383b;
}

.footer_link{
      float: left;
    width: 100%;
    padding-left: 0px;
}





@media (min-width:767px)
{
    .ftr-mbf{
        display: none;
    }
}

@media (max-width:767px)
{
    .ftr-mbf{
        display: block;
    }



}


.ftr-mbf{
        padding-top: 7px;
        float: left;
        width: 100%;
        left: 0px;
        position: fixed;
        bottom: 0px;
        height: 67px;
        z-index: 999;
        background-color: #000000;
        /* padding-top: 9px; */
}

.tab-mb{
  width: 33.333%;
  float:left;
  font-size: 12px;
  /* color:#000; */
  text-align:center;
  border-right: solid 1px rgb(200 200 200 / 21%);
  height: 59px;
  position: relative;
  padding-top: 11px;
}

.tab-mb img{width: 26px;height: 26px;/* background-color: white; */position: relative;}

.tab-mb strong{
  color: white;
  float:left;
  width:100%;
  font-weight: 500;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom:10px;
  /* padding-right: 12px; */
}
.b4-box:hover img{
        transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.badge-fav2{
  background-color: #3487c5;
  color: white;
  display: flex;
  font-size: 9px;
  line-height: 22px;
  border-radius: 50%;
  top: 5px;
  width: 18px;
  height: 18px;
  right: 41%;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.badge-fav3{
  background-color: #3487c5;
  color: white;
  display: flex;
  font-size: 11px;
  line-height: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  top: 7px;
  width: 18px;
  height: 18px;
  right: 42%;
  position: absolute;
}
#whole-flex {
  position: absolute;
  flex-direction: column;
  text-align: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -10;
}

/*mobile*/
.logo-mob{
    float: left;
    width: 100%;

}
.logo-mob img{
    width: 100%;
    display: block;
    margin: auto;
    float: none;}
.mob-wishlist{
    position: relative;
}
.mob-wishlist img{
    width: 25px;
    position: relative;
}
.mob-cart img{
    width: 25px;
}
.mob-user img{
    width: 23px;
}
.mob-cart{
    position: relative;
}



.mobile-menus{
    display: flex;
    justify-content: center;
    gap: 21px;
    align-items: center;
}



.badge-mob1{
  background-color: #000000;
  border-radius: 10px;
  color: white;
  display: flex;
  font-size: 9px;
  line-height: 22px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50%;
  top: -9px;
  width: 19px;
  height: 19px;
  right: -35%;
  position: absolute;
}

.badge-mob2{
 background-color: #000000;
 border-radius: 10px;
 color: white;
 display: flex;
 font-size: 9px;
 line-height: 22px;
 align-items: center;
 justify-content: center;
 vertical-align: middle;
 white-space: nowrap;
 border-radius: 50%;
 top: -7px;
 width: 19px;
 height: 19px;
 right: -35%;
 position: absolute;
}



/* Center dots only for .grid-carousel */
.grid-carousel .owl-dots {
  text-align: center;
  margin-top: 15px; /* adjust spacing if needed */
}

/* Inactive dots */
.grid-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: black;   /* inactive color */
  border-radius: 50%;
  display: block;
  transition: background 0.3s ease;
}

/* Active dot */
.grid-carousel .owl-dots .owl-dot.active span {
  background: #a7ce38;   /* active color */
}



/* Center dots only for .grid-carousel */
.budget-carousel .owl-dots {
  text-align: center;
  margin-top: 15px; /* adjust spacing if needed */
}

/* Inactive dots */
.budget-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: black;   /* inactive color */
  border-radius: 50%;
  display: block;
  transition: background 0.3s ease;
}

/* Active dot */
.budget-carousel .owl-dots .owl-dot.active span {
  background: #a7ce38;   /* active color */
}
.bnr2-crsl {
  width: 100%;
  float: left;
  display: grid;
  place-items: center;
  min-height: 79vh;
}

.bnr2-crsl .carousel {
  position: relative;
}

.carousel__item {
  position: absolute;
  height: 35rem;
  width: 25rem;
  border-radius: 10px;
  overflow: hidden;
  transform: translate(-50%,-50%) scale(.1);
  z-index: 0;
  transition: all .2s linear;
}

.carousel__item img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

/* Main item */
.carousel__item--main {
  transform: translate(-50%,-50%) scale(1);
  z-index: 2;
  cursor: pointer;
  width: 521px;
  height: 367px;
  border-radius: 30px;
  border: 7px solid #fff;
  box-shadow: 0 1rem 4rem rgb(210 207 207 / 50%);
}

.carousel__item--main img {
  height: 300px;
  object-fit: cover;
}

/* Left item */
.carousel__item--left {
  transform: translate(-110%,-50%) scale(.9);
  z-index: 1;
  width: 620px;
  height: 369px;
}

.carousel__item--left img {
  height: 320px;
  object-fit: cover;
}

/* Right item */
.carousel__item--right {
  transform: translate(10%,-50%) scale(.9);
  width: 620px;
  height: 369px;
}

.carousel__item--right img {
  height: 320px;
  object-fit: cover;
}

/* Optional additional left/right 2 states */
.carousel__item--right2,
.carousel__item--left2 {
  width: 619px;
  height: 320px;
  transform: translate(10%,-50%) scale(.9);
}

.carousel__item--right2 {
  left: -80px;
}

.carousel__item--left2 {
  left: 80px;
}

.carousel__item--left2 img,
.carousel__item--right2 img {
  height: 320px;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .carousel__item--right2,
.carousel__item--left2 {
  width: 200px;
}




}



/*product-listing*/






/*MEN*/

.filter-list h1{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 17px;
}
.head1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7fce8;
  padding: 27px 0px;
  float: left;
  width: 100%;
}

.headtitle h6{
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}

.headcontent {
  display: flex;
  justify-content: space-between; /* pushes left and right */
  align-items: center;
  width: 100%;
}
.breadcrumbs {
  font-size: 13px;
  color: #70765f;
  display: flex;
  gap: 8px;
}


.breadcrumbs-active{
    color: #2384a6 !important;
}
  
@media(max-width:991px)
{
    .list-left h2:nth-child(2){
        display:none;
    }
.listing-sec .row .w-100{
    padding:0;
}
    
        .sort-option {
        /* border: solid 1px rgb(218 213 215) !important; */
        height: 50px;
        /* background: #c7c7c7; */
        border-top-right-radius: 10px;
        margin-bottom: 40px;
        border-top-left-radius: 0 !important;
    }
    #example_length .custom-select{
        margin-bottom:0 !important
    }
    .dash-header .nav-toggle {
        margin-top: -47px!important;
        float: left;
        left: 10%;
    }
    .main-header {
    float: left;
    width: 100%;
    padding-top: 20px;
}

    #panel-two {
    height: 70px!important;
    float: left;
    width: 100%!important;
    padding: 0px 0px 0!important;}
    .dash-header .header_area{
        width:auto;
    }
    .sort-by{
        position: inherit;
        display: none !important;
    }
        .dash-header .menu-right {
        display: none;
  }.login img {
    width: 32px !important;
    margin-left: 0 !important;
    padding-left: 10px !important;
}
    .dash-header .logo{
        margin-top: 20px !important;
        display: table;
        margin: auto;
        float: none;
    }
    .dash-header .login {
        width: auto;
        margin-top: -42px;
        padding-right: 10px;
        height: auto;
        padding-top: 10px;
        margin-right: 30px;
        padding-bottom: 10px;
    }.dash-header .login span{
        display:none;
    }
}

.sort-by {
  font-size: 14px;
  color: #5e4e6a;
  display: flex;
  align-items: center;
}

.sort-by label {
  font-weight: 500; /* Bold text for "Sort By" label */
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
}

#sort-options {
  font-size: 13px;
  padding: 11px 12px;
  border: none; /* Light gray border */
  border-radius: 0px;
  background-color: #fbf0f0; /* White background */
  color: #000; /* Text color */
  outline: none;
  appearance: none; /* Hides default dropdown styling */
  position: relative;
  background-image: url("../images/innerpage/chevron.png");
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 11px;
  font-weight: 400;
  width: 177px;
  border-radius: 8px;
}

#sort-options option {
background-color: #fbf0f0;
    color: #000;
    padding: 20px 5px;
    font-size: 13px;
    font-weight: 400;
    border: 0px !important;
    outline: none;
}


.sort-by {
  gap: 5px;
}
.p-l{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.content { 
    background:white;
     height:100%; 
     padding:0px;
     float: left;
     width: 100%;
      
  }
.product-fixed{
    float:left;

    width: 13%;
    background-color:#59a446;
    height:60px;
    padding-left:15px;
    color:white;
    font-size:15px;
    font-weight:500;
    line-height: 59px;
}

    .filter1-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .filter-item {
      margin-bottom: 8px;
    }

    .filter-header {
      gap: 3px;
      cursor: pointer;
      font-weight: 500;
      display: flex;
      align-items: center;
      /* justify-content: space-between; */
      padding: 6px 0;
      color: #474948;
      font-size: 16px;
    }

    .filter-next {
      transition: transform 0.3s ease;
      width: 18px;
    }

    .sub-filter{
      list-style: none;
      padding-left: 23px;
      /* margin: 5px 0; */
      display: none;
      position: relative;
    }

    .sub-filter li {
      padding: 4px 0 4px 10px;
      font-weight: 400;
      position: relative; /* creates space for the hyphen */
      font-size: 15px;
      color: #7a7e79;
}

.sub-filter li::before {
  content: "-";
  position: absolute;
  left: 0;
  /* color: #555; */
  /* font-size: 14px; */
  /* margin-right: 8px; */ /* space between hyphen and text */
}

    .sub-filter li a:hover {
      color: #51a677;
    }
     .sub-filter li a
     {
font-size: 15px;
font-weight: 400;
        color: #7a7e79;
     }
  .sub-filter li::before {
   position: absolute;
   content: "";
   left: -6px;
   background: #c4c4c4;
   height: 1px;
   width:8px;
   top: 15px;
}
    .open > .sub-filter {
      display: block;
    }

   .open > .filter-header img {
      transform: rotate(90deg);
    }
.category-product{
    float:left; 
    width:87%;
     padding-left:20px;
      padding-right:20px;
  }
.fx-category{

    float:left; 
    width:100%; 
    padding-top:0px;
}

.category-active{
    color:#cac4c4;
}
.filter-list{
       float: left;
       width: 100%;
       height: 100%;
       padding-top: 32px;
       border-right: 1px solid #e7e7e7;
  }
.sub-category{
    float:left;
    width:100%;
    border-bottom: solid 1px #e5e5e5;
    /* padding-left:15px; */
    padding-right:15px;
    padding-bottom:14px;
    margin-bottom:25px;
  }
.pl-none{
    padding-left:0px !important;
        padding-right:0px !important;

}
.sub-category h2{
    float:left;
    width:100%;
    /* text-transform:uppercase; */
    color: #050505;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom:0px;
}
.sub-nav{
    float:left;
    width:100%;
    font-size: 14px;
    padding-bottom: 16px;
    /* line-height: 0px; */
    color: #262626;
    font-weight: 400;
}

.sub-nav span{
    float:right;
    color: #1707e9;
}
.sub-nav:hover{
    text-decoration:none !important;
    color: #7f1431;
}
.form-group{
    float:left;
    width:100%;
    padding-bottom: 9px;
    margin-bottom: 0px !important;
  }
.form-group input {
 padding: 0;  
 height: initial; 
  width: initial;  
  margin-bottom: 0; 
   display: none;
    cursor: pointer;
     margin-top: 20px;
 }
.sub-category .form-group label {
   position: relative;
   cursor: pointer;
   font-size: 15px;
   color: #050505;
   font-weight: 400;
   width: 100%;
   display: flex;
   align-items: center;
   }
.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #dcdcdc;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 8px;
    }
.form-group input:checked + label:after {
 content: '';
 display: block;
 position: absolute;
 top: 1px;
 width: 24px;
 height: 24px;
 background: url(../img/cd-icon-check.svg) no-repeat center center;
 left: 0px;
 background-color: #04833f;
 border-radius: 8px;
 }





.toggle-notes {
  color: #570591;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
  float: left;
}

.toggle-notes:hover {
  text-decoration: underline;
}




.toggle-brands {
  color: #246865;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
  float: left;
}

.toggle-brands:hover {
  text-decoration: underline;
}


.toggle-accords {
  color: #95057c;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
  float: left;
}

.toggle-accords:hover {
  text-decoration: underline;
}


.sub-category .form-group label span{float:right;}
.sub-category .form-group label:hover{color: #00a14b !important;}
.price-list{float:left; width:100%;}

.product-display{float:left; width:100%; padding-top:35px;}
.prl-right{padding-right:0px !important; float:left !important; border-left:solid 1px #e5e5e5;}
.result-list{float:left;width:100%;padding-bottom: 35px;}
.result-list h3{color:#000000;font-weight:normal;font-size:15px;float:left;width:50%;padding-top: 12px;}
.result-list h3 span{color:#59a446; font-weight:500;}
.sort-option{float:right; width:50%;}
.sort-option span{float: right;text-transform:uppercase;font-size:16px;color:#418a2f;font-weight:500;margin-right: 25px;padding-top: 12px;}
.pb50{margin-bottom:50px;}
.price-border{border-bottom:none !important;}

.fx-category button.owl-prev img {width:32px;}
.fx-category button.owl-next img {width:32px; margin-left:6px;}
.fx-category .owl-nav{float:right; top: 26px; float: right; position: absolute; right: -32px;}


.sub-nav:hover{
    text-decoration:none !important;
    color: #ff0000;
 }

.price-border {
  border-bottom: none !important;
}



.price-list {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.price-inputs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.price-label {
  font-size: 15px;
  font-weight: 500;
  color: black;
  margin-bottom: 5px;
}

.price-input {
  width: 100%;
  padding: 10px;
  border-radius: 30px;
  /* background-color: #efdee3; */
  color: black;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  border: none;
  outline: none !important;
  appearance: none;
  float: left;
}

.price-list span {
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin-top: 25px;
  align-self: center;
}

.go-button {
  /* margin-top: 4px; */
  padding: 10px 30px;
  border-radius: 30px;
  background-color: black;
  color: white;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.go-button:hover {
  background-color: #333;
}

.sort-by {
    float: right;
    width: 100%;
    /* position: relative; */
    /* z-index: 99999; */
    /* padding: 25px 0px; */
    display: flex;
    align-items: center;
    justify-content: end;
    /* margin-left: auto; */
    margin-bottom: 40px;
}
.select-sort {
    float: right;
    margin-bottom: 0px;
}
.select-sort #all:checked ~ label[for="all"], .select-sort #pop:checked ~ label[for="pop"], .select-sort #high_low:checked ~ label[for="high_low"], .select-sort #low_high:checked ~ label[for="low_high"], .select-sort #discount:checked ~ label[for="discount"] {
    background: #7f1431;
    color: #ede8e8 !important;
    text-align: center;
    padding: 10px 0px !important;
    font-size: 14px;
        width: 146px;
    border-radius: 30px;
}
.select-sort label {
    display: inline-block;
    /* width: 50px; */
    /* height: 50px; */
    text-align: center;
    border: 1px solid #7f1431;
    /* line-height: 50px; */
    cursor: pointer;
    text-align: center;
    padding: 10px 0px !important;
    font-size: 14px;
        width: 146px;
    font-weight: 400;
    border-radius: 30px;
    color: #000 !important;
    margin-left: 5px;
}
.sort-text {
}
.select-sort input {
    display: none;
}

.f-l{
        float: left;
    width: 100%;
}

.main-products{
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.product-list{
    float: left;
    margin-bottom: 40px;
}

/* responsive */

@media (min-width:992px) and (max-width:9500px) {
.mobile-sr{display:none;}
.mb-filters{display:none !important;}

}
.product-listing1{
    float: left;
    width: 19.5%;
}
.product-listing2{
    float: left;
    width: 80.5%;
}
.part2 a:hover{
    
}
.hd-top{width: 100%;float: left;text-align: center;height: 37px;background: #000;padding: 11px 0;}
.hd-top h6{margin: 0;color: #fff;font-size: 13px;font-weight: 500;}
.part2 a{font-size: 16px;color: #111111;font-weight: 400;padding-right: 40px;}
.part2 a:hover{
    color: #de383c;
}/* Search toggle button */
.search-toggle {
  background: none;
  border: none;
  cursor: pointer;
}
/* Fullscreen search overlay */
.search-box {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.97);
  display: none;
  flex-direction: column;
  justify-content: center; /* vertically center */
  align-items: center;     /* horizontally center */
  z-index: 2000;
}

/* Show when active */
.search-box.active { display: flex; }

/* Search container */
.search-container {
  display: flex;
  gap: 10px;
  width: 60%;
}


.search-container input {
  flex: 1;
  padding: 14px 18px;
  font-size: 18px;
  border: 2px solid #ddd;
  border-radius: 30px;
  outline: none;
}

.close-search {
  background: none;
  border: none;
  font-size: 45px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #257ec2;
}

/* Suggestions list */
.suggestions {
  margin-top: 20px;
  width: 60%;
  list-style: none;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-height: 250px;
  overflow-y: auto;
  display: none;
}

.suggestions li {
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.suggestions li:hover {
  background: #f5f5f5;
}
.panel5{width: 100%;float: left;margin-top: 60px;position: relative;}
.panel5 a{

}
.panel5:before{
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 25%) 50%, /* much lighter */ rgba(255, 255, 255, 0) 100%);
        transform: skewX(-20deg);
        transition: all 0.6s ease;
}
.panel5 a img{
    width: 100%;
}
.trend-div{float: left;width: 100%;background: #1F252E;padding: 120px 0;margin-top: 40px;}
.trend-div h2{float: left;text-align: center;width: 100%;color: #fff;font-weight: 400;font-size: 36px;margin-bottom: 35px;}
.trend-div h2 span{font-weight: 600;}
.bg111{
    width: 100%;
    float: left;
}
.bg111 h5{font-size: 35px;color: #fff;padding: 52px 5% 0;}
.bg111 p{width: 50%;font-size: 16px;color: #000;font-weight: 400;padding-left: 5%;}
.bg111 a{
    border: 1px solid #000;
    font-size: 14px;
    float: left;
    padding: 10px 30px;
    text-align: center;
    color: #000;
    margin-left: 5%;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.bg222{
    width: 100%;
    float: left;
}
.bg222 h5{font-size: 35px;color: #fff;padding: 52px 5% 0;}
.bg222 p{width: 50%;font-size: 16px;color: #000;font-weight: 400;padding-left: 5%;}
.bg222 a{
    border: 1px solid #000;
    font-size: 14px;
    float: left;
    padding: 10px 30px;
    text-align: center;
    color: #000;
    margin-left: 5%;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.bg333 {
    width: 100%;
    float: left;
}.bg-box a:hover{
    background:#000;color:#fff;
}
.bg-box h5{font-size: 35px;color: #fff;padding: 52px 5% 0;text-transform: uppercase;}
.bg-box p{width: 60%;font-size: 16px;color: #000;font-weight: 400;padding-left: 5%;}
.bg-box a{
    border: 1px solid #000;
    font-size: 14px;
    float: left;
    padding: 10px 30px;
    text-align: center;
    color: #000;
    margin-left: 5%;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}.bg-box{width: 100%;float: left;position: relative;margin-top: 20px;overflow: hidden;}

.bg-box:hover::before {
    left: 125%;
}

.bg-box:before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: -75%;
    width: 50%;
    height: 90%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 25%) 50%, /* much lighter */ rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    transition: all 0.6s ease;
}
.img111{position: absolute;width: 203px;right: 0;bottom: 0;}
.img222{position: absolute;width: 190px;right: 0;bottom: 8px;height: 242px;}
.img333{position: absolute;width: 212px;right: 0;bottom: 0;height: 246px;}
.bg-text{
    position: absolute;
    top: 0%;
    left: 5%;
}.why-box:hover{
}.why-box:hover img{
    transform: scale(1.1);
}
.why-us{width: 100%;float: left;padding: 57px 1%;background: #f6fcff;}
.why-box{border-radius: 20px;}
.why-box img{width: 57px;float: left;margin-right: 10px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;}
.why-box h5{font-size: 18px;color: #001520;font-weight: 600;margin-top: 5px;float: left;}
.why-box h6{
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    margin: 0;
    float: left;
}
.ftr-left form{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.ftr-left form input{
    width: 65%;
    background: transparent;
    border: 1px solid #939393;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

input[type="text"] {}
.ftr-left form button{
    font-size: 16px;
    color: #257DC2;
    background: #fff;
    max-width: 35%;
    border: 0;
    font-weight: 600;
    padding: 11px 30px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.ftr-left form button:hover{
    background: #257DC2;
    color: #fff;
}
.ftr-left h3{
    color: #fff;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 57px;
}
.ftr-left{width: 100%;float: left;padding: 108px 4% 40px;border-right: 1px solid #3f4447;}
.ftr-logo{

}
.social-ico h6{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.ftr-logo img{width: 173px;}
.social-ico{width: 100%;float: left;padding-top: 120px;}
.social-ico a{background: #EAF6FF;width: 35px;float: left;height: 35px;border-radius: 100%;text-align: center;padding: 4px;margin-right: 10px;}
.social-ico a img{width: 16px;height: 16px;object-fit: contain;filter: brightness(0);}
.social-ico a:hover{background: #fff;}
.social-ico a:hover img{filter: none;}
.ftr-left p{font-size: 16px;color: #fff;opacity: .6;font-weight: 300;line-height: 30px;width: 60%;margin-top: 10px;float: left;}
.ftr-right{width: 100%;float: left;padding: 80px 0 0;}
.quick-links{width: 100%;float: left;margin-bottom: 40px;}
.quick-links h2{font-size: 18px;color: #fff;font-weight: 600;margin-bottom: 15px;}
.quick-links a{font-size: 16px;color: #fff;font-weight: 400;width: 100%;float: left;padding: 6px 0;text-transform: capitalize;opacity: .5;}
.quick-links a:hover{
    opacity: 1;
}
.copyright a{
    
}
.copyright a img{
    max-width: 100%;
    width: 280px;
    float: right;
}
.box-rating {position: absolute;right: 10px;top: 10px;background: #fff;width: auto;padding: 3px 10px;border-radius: 20px;z-index: 99;}
.box-rating img{width: 14px !important;display: inline-block !important;margin-top: -7px;margin-right: 3px;}
.box-rating span{
    font-size: 14px;
    color: #ffa90d;
    font-weight: 500;
    display: inline-block;
}
/********************splide********************/
.carousel {
  position: relative;
}


/**
  Controls - pause/resume, previous, and next buttons
*/

  /* Resets for all buttons */
  .is-control {
    z-index: 5;
    background: none;
    color: rgba(0,0,0,.7);
    border: 0;
    cursor: pointer;
    transition: all .2s linear;
  }

    .is-control:focus {
      outline: none;
      background-color: rgba(0,0,0,.8);
      color: rgba(255,255,255,1);
    }

  /* Pause/resume button */
  .rotation-button {
    position: absolute;
    bottom: 5px;
    left: 5px;
    
    padding: 10px 15px;
    z-index: 3;
    
    font-size: 20px;
    border-radius: 5px;
  }

    .rotation-button .pause-container, 
    .rotation-button .resume-container {
      display: none;
    }

      .rotation-button .pause-container.is-visible, 
      .rotation-button .resume-container.is-visible {
        display: block;
      }

  /* Previous slide button */
  .previous-button {
    position: absolute;
    left: 0;
    top: calc(var(--carousel-height)/2 - 40px);
    
    padding: 5px 15px;
    z-index: 3;
    
    font-size: 40px;
    
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0;
  }

  /* Next slide button */
  .next-button {
    position: absolute;
    right: 0;
    top: calc(var(--carousel-height)/2 - 40px);
    
    padding: 5px 15px;
    z-index: 1;
    
    font-size: 40px;
    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
  }

/**
  Single slide
*/
/*.splide__slide {*/
/*  position: relative;*/
/*  height: var(--carousel-height);*/
/*  visibility: hidden;*/
/*}*/

/*  .splide__slide.is-visible {*/
/*    visibility: visible;*/
/*  }*/

/*  .splide__slide .background-image {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*  }*/


/**
  Slide 2 content
*/
/*.splide__slide .content {*/
/*  position: absolute;*/
/*  top: 20px;*/
/*  left: 15%;*/

/*  max-width: 400px;*/
/*  width: 50%;*/
/*  max-height: 70%;*/
/*  padding: 15px;*/

/*  white-space: normal;*/
/*  color: white;*/
/*  background-color: royalblue;*/
/*  box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);*/
/*}*/

/*  .splide__slide .content h2 {*/
/*    margin: 0;*/
/*    font-size: 1.7rem;*/
/*  }*/

/*  .splide__slide .content p {*/
/*    margin: 10px 0 20px 0;*/
/*  }*/

/*  .splide__slide .content .cta-link {*/
/*    display: inline-block;*/
/*    padding: 5px 10px;*/

/*    background-color: white;*/
/*    color: rgba(0,0,0,.7);*/
/*    text-decoration: none;*/
/*    font-weight: 800;*/
/*    box-shadow: 3px 3px 0 0 rgba(0,0,0,.3);*/
/*  }*/

/*    .splide__slide .content .cta-link:focus,*/
/*    .splide__slide .content .cta-link:hover {*/
/*      text-decoration: underline;*/
/*      color: black;*/
/*    }*/

/*    .splide__slide .content .cta-link:focus {*/
/*      outline: 3px solid rgba(0,0,0,1);*/
/*    }*/


/**
  Restyle the slide dots generated by Slick Slider
*/
/*.splide__pagination {*/
/*  bottom: 15px;*/
/*}*/

/*  .splide__pagination li {*/
/*    margin: 0 5px;*/
/*  }*/

    /* Create a circle to serve as the slide dot */
/*    .splide__pagination li button {*/
/*      width: 15px;*/
/*      height: 15px;*/
      
/*      margin: 0;*/
/*      padding: 0;*/

/*      background-color: rgba(0,0,0,.3);*/
/*      border: 0;*/
/*      border-radius: 15px;*/
/*      cursor: pointer;*/
/*    }*/

      /* Get rid of the Unicode ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ character that Slick injects, which screen readers may attempt to read out as "bullet" */
/*      .splide__pagination li button:before {*/
/*        content: '';*/
/*      }*/

      /* Give the focused slide dot a nice visible focus indicator */
/*      .splide__pagination li button:focus {*/
/*        box-shadow: 0 0 0 1px white, 0 0 0 4px hsl(204, 86%, 53%);*/
/*        outline: none;*/
/*      }*/

      /* Leverage aria-current for styling to ensure we're using the attribute correctly */
/*      .splide__pagination li button[aria-current="true"] {*/
/*        background-color: rgba(0,0,0,1);*/
/*      }*/

.slide .splide__pagination {
    display: flex;
    justify-content: center;
    position: absolute !important;
    right: 53px !important;
    bottom: 9%;
    gap: 6px;
    z-index: 10;
    width: auto;
    left: auto !important;
    transform: none;
    padding: 0;
}

.slide .splide__pagination button {
    border-radius: 1px;
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    opacity: 1;
    line-height: 0;
    width: 17px;
    height: 3px;
    transform: unset;
}

.slide .splide__pagination button span {

 width: 17px;

height: 3px;

border-radius: 2px;

 position: relative;

 z-index: 999;

 display: inline-block
}

.slide .splide__pagination__page.is-active {
    background: #a7ce38;
    transform: unset;
    z-index: 1;
    width: 27px;
}
/** Credits at bottom */
.credits {
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px;
  float: right;
  font-size: 14px;
  color: black;
  text-decoration: none;
  opacity: .7;
}

  .credits img {
    height: 30px;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
  }

  .credits:hover,
  .credits:focus {
    opacity: 1;
  }


  /*****************************end********************/
.list-left .card-body{
    padding:0;
}
.list-left .card{
    border: 0;
    width: 100%;
    float: left;
}
  .list-left{width: 100%;float: left;padding-left: 2%;}
.list-left h1{font-size: 20px;font-weight: 600;color: #000;position: relative;margin-bottom: 20px;float: left;width: 100%;}
.list-left h1:after{
    content: '';
    position: absolute;
    background: #f2f3f4;
    height: 2px;
    width: 100px;
    left: 0;
    top: 35px;
}
.ist-categ{

}
.categ{    width: 100%;
    float: left;
    border: 1px solid #f2f3f4;
    padding: 12px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    transition: all ease-in-out .5s;}
.categ span{float: right;background: #1bbcd0;color: #fff;min-width: 25px;min-height: 25px;text-align: center;font-size: 13px;border-radius: 100%;padding: 3px 0;}
.categ:hover a{
color: #1c7f96 !important;
}
.categ:hover span{

}
    .list-categ{
        width: 100%;
        float: left;
    }
    .listing-sec .p2-box{
        margin-bottom: 30px;
    }

  .listing-sec  input[type=checkbox],
.dropdown-content,
input[type=radio] {
  display: none;
}

 .listing-sec .dropdown-wrapper.active .dropdown-content {
  display: block;
}

 .listing-sec input[type=radio] + label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}

 .listing-sec input[type=radio] + label:before {
  left: 0;
  position: absolute;
  content: "";
  width: 15px;
  display: none;
  top: 5px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #1d7f94;
}

 .listing-sec input[type=radio]:checked + label:before {
  left: -3px;
  background: #1d7f94;
  display: none;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 2px #1d7f94;
}


 .listing-sec .dropdown-wrapper {
  margin: 0 auto;
  width: 120px;
  border: 1px solid #ccc;
  float: right;
  text-align: right;
  margin-bottom: 30px;
  border-radius: 30px;
  padding: 7px 0;
  position: relative;
  z-index: 9999;
  background: #fff;
}

 .listing-sec .dropdown-content {
  border-radius: 5px;
  position: absolute;
  border: 0;
  padding: 15px;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  width: 230px;
  background: #fff;
  box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.05);
}

 .listing-sec .dropdown-content ul,
 .listing-sec .dropdown-content li {
  margin: 0;
  padding: 0;
}

 .listing-sec .dropdown-content ul {
  list-style: none;
  padding: 0;
}

 .listing-sec .dropdown-content:after, .dropdown-content:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

 .listing-sec .dropdown-content:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ffff;
  border-width: 10px;
  margin-left: -10px;
}

 .listing-sec .dropdown-content:before {
  border-color: rgba(179, 179, 191, 0);
  border-bottom-color: #b3b3bf;
  border-width: 11px;
  margin-left: -11px;
}

 .listing-sec .icon-wrapper {
  color: #b3b3bf;
}

 .listing-sec .icon-wrapper i {
  position: relative;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: #dcdbe5;
  border-radius: 50%;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #2f255b;
}

.icon-wrapper i:before {
  display: block;
  line-height: 18px;
  font-size: 10px;
}

 .listing-sec .icon-wrapper li {
  border-bottom: 1px solid #dcdbe5;
  padding-bottom: 15px;
  max-height: 32px;
  margin-top: 15px;
  text-align: left;
  color: #2f255b;
}
 .listing-sec .icon-wrapper li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

 .listing-sec .icon-wrapper li:first-child {
  margin-top: 0;
  text-align: left;
}

 .listing-sec .icon-wrapper li span {
  display: block;
  padding-left: 35px;
  font-size: 0.9em;
  color: #b3b3bf;
}

 .listing-sec .icon-wrapper {
  display: inline-block;
  position: relative;
}

 .listing-sec .dropdown-heading {
  color: #b3b3bf;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgb(175 158 106 / 20%);
  padding-top: 15px;
  padding-left: 16px;
  border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 188px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb { 
  /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb { 
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb  { 
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track { 
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track { 
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track { 
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  justify-content: center;
  color: #0a0909;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}

.price-wrap-1, 
.price-wrap-2 {
  display: flex;
}

.price-title {
  margin-right: 5px;
  backgrund: #d58e32;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one, 
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: none;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
  text-align: right;
}

/* Style for active state input */
    
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}
.list-price{
    width: 100%;
    float: left;
}
.icon-wrapper i:after{
position: absolute;
content: '';
}
.icon-wrapper i{
    position: relative;
}
.rating-sec {
    float: left;
    width: 100%;
    padding-top: 5px;
}.rating-one {
    float: left;
}
.det-right{

width: 100%;

float: left;

margin-top: 0;

padding-left: 27px;
}.filter-mob{
    width: 50%;
    float: left;
    margin-top: 20px;
    background: #e5e5e5;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.filter-mob h5{
        font-size: 15px;
        color: #757575;
        padding: 16px 13px;
        margin: 0;
        height: 50px;
        font-weight: 500;
        text-align: left;
}
.selected-option:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #838282;
    top: 13px;
    right: 18px;
}input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  display: none;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  float: left;
  width: 100%;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #257ec2;
}
.range-input {
  position: relative;
  float: left;
  width: 100%;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #257ec2;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #257ec2;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
    .filter-mob {
        display: none;
    }
}
.list-categ .form-group {
  display: block;
  margin-bottom: 15px;
}

.list-categ .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.list-categ .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.list-categ .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #257ec2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.list-categ .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #257ec2;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: transparent;
}.list-left .accordion-title:before {
   display:none;
}
.list-left .card-header{background: transparent;border: 0;padding: 0;}
  .list-left .accordion-title.collapsed:before{
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 9%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s all ease-in-out;
   }
.list-left .accordion-title:after{
    content:'';
    position:absolute;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 9%;
    transform: translateY(-50%);
    transition: 0.3s all 
ease-in-out;
}
.list-left h2{font-size: 25px;font-weight: 700;color: #000;position: relative;margin-bottom: 0;float: left;width: 100%;margin-bottom: 20px;margin-top: 20px;}
.price-input .separator {
  width: 130px;
  display: flex;
  display: none;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #257ec2;
}
.range-input {
  position: relative;
  float: left;
  width: 100%;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #257ec2;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #257ec2;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}.field span{

float: left;

font-size: 15px;

color: #a7a3a3;

font-weight: 600;
}
.field input{
    width: 50%;
    float: left;
    border: 0;
    font-size: 15px;
    color: #257ec2;
    font-weight: 600;
}.field:last-child span{
    text-align:right;float:right;
}.field:last-child input{
    text-align:right;float:right;
}.field {
    width: 50%;
    float: left;
    /* margin-top: 20px; */
}
.sort-by {
    float: right;
    width: 100%;
    position: relative;
    /* z-index: 99999; */
    padding: 25px 0px;
}
.select-sort {
    float: right;
    margin-bottom: 0px;
}
.select-sort #all:checked ~ label[for="all"], .select-sort #pop:checked ~ label[for="pop"], .select-sort #high_low:checked ~ label[for="high_low"], .select-sort #low_high:checked ~ label[for="low_high"], .select-sort #discount:checked ~ label[for="discount"] {
    background: #2d83c4;
    color: #ede8e8 !important;
    text-align: center;
    padding: 10px 0px !important;
    font-size: 14px;
    width: 146px;
    border-radius: 30px;
}
.select-sort label {
    display: inline-block;
    /* width: 50px; */
    /* height: 50px; */
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #2d83c4;
    /* line-height: 50px; */
    cursor: pointer;
    text-align: center;
    padding: 10px 0px !important;
    font-size: 14px;
    width: 146px;
    font-weight: 400;
    border-radius: 30px;
    color: #000 !important;
    margin-left: 5px;
}
.sort-text {
      float: right;
    color: #000000;
    margin-top: 11px;
    font-size: 15px;
    text-align: right;
    padding-right: 8px;
    font-weight: 600;
}
.select-sort input {
    display: none;
}


.bc {
    background: #56a6e3;
    float: left;
    width: 100%;
    padding: 10px 01%;
}.bc a {
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 500;
}.pro-detail .owl-nav {
    display: none;
}
#sync2{
    height: 420px;
    overflow: hidden;
}
.product-detail {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* Thumbnails */
.thumbs {
  width: 100px;
}
.thumbs img {
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid transparent;
}
.thumbs img:hover {
  border-color: #333;
}
.thumbs-swiper {
  height: 520px;
}
.thumbs-swiper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* Main image zoom */
.main-image {
  position: relative;
  flex: 1;
  max-width: 100%;
}
.zoom-box {
  width: 100%;
  padding-top: 100%; /* square ratio */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  cursor: zoom-in;
  transition: background-size 0.3s ease;
}
.zoom-box.zoomed {
  background-size: 200%; /* zoom level */
  cursor: zoom-out;
}
.weight-panel {
    float: left;
    width: 100%;
  padding-bottom: 23px;
}
.weight-panel span {
    font-weight: 500;
    float: left;
    color: #000000;
    /* font-weight: 600; */
    font-size: 18px;
    margin-right: 24px;
    /* padding-top: 10px; */
}
.selecotr-item {
    margin-top: 5px;
    position: relative;
    flex-basis: calc(70% / 3);
    height: 100%;
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    /* padding: 10px; */
    text-align: center;
    border-radius: 50px;
    margin-right: 8px;
    float: left;
    width: 20px;
    height: 20px;
    /* margin-bottom: 10px; */
    /* padding-top: 1px; */
}
.listing-sec input[type=checkbox], .dropdown-content, input[type=radio] {
    display: none;
}
.selector-item_radio {
    appearance: none;
    display: none;
}
.selector-item_radio:checked + .selector-item_label {
    /* background-color: #1bbcd1; */
    color: var(--white);
    /* box-shadow: 0 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5); */
    /* transform: translateY(-2px); */
    padding: 4px 2px 12px;
    margin: 0;
    color: #fff;
    border-radius: 10px;
    /* padding-top: 14px; */
    border: 1px solid #de383c;
}
.selector-item_label {
    position: relative;
    padding-top: 9px;
    cursor: pointer;
     height: 100%; 
     padding-bottom: 5px; 
    width: 100%;
    text-align: center;
     border-radius: 9999px; 
    line-height: 400%;
    padding-left: 0 !important;
    font-weight: 500;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    font-size: 12px;
    line-height: 16px;
    text-align: center !important;
    padding-right: 0px !important;
    padding-top: 12px;
}
.size-panel {
    float: left;
    width: 100%;
     padding-bottom: 17px;
}
.size-panel span {
    font-weight: 500;
    float: left;
    color: #000000;
    font-size: 18px;
    margin-right: 24px;
}
.size-item {
    position: relative;
    flex-basis: calc(70% / 3);
    height: 100%;
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    border: 1px solid #EDEDED;
    /* padding: 10px; */
    text-align: center;
    border-radius: 5px;
    float: left;
    width: auto;
    height: auto;
    margin-right: 12px;
    margin-bottom: 10px;
    /* padding-top: 1px; */
}
.listing-sec input[type=checkbox], .dropdown-content, input[type=radio] {
    display: none;
}
.size-panel_radio {
    appearance: none;
    display: none;
}
.size-panel_radio:checked + .size-item_label {
    background-color: #de383c;
    color: var(--white);
    box-shadow: -2 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5);
    /* transform: translateY(-2px); */
    padding: 5px 8px 5px;
    margin: 0;
    color: #fff;
    border-radius: 5px;
    /* padding-top: 14px; */
}
.size-item_label {
    position: relative;
    /* padding-top: 9px; */
    cursor: pointer;
    /* height: 100%; */
    /* padding-bottom: 5px; */
    width: 100%;
    text-align: center;
    /* border-radius: 9999px; */
    /* line-height: 400%; */
    /* padding-left: 0 !important; */
    font-weight: 500;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    font-size: 14px;
    /* line-height: 16px; */
    text-align: center !important;
    /* padding-right: 0px !important; */
    /* padding-top: 6px; */
    padding: 5px 8px 5px;
    margin: 0;
}
.plus-minus {
    float: left;
    width: 100%;
}
.qty-container {
    float: left;
    width: auto;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}
.qty-container .qty-btn-minus {
    margin-right: -1px;
}

.qty-container .input-qty {
    text-align: center;
    padding: 9px 10px;
    border: 0;
    /* height: 44px; */
    max-width: 80px;
    font-size: 17px;
    font-weight: 500;
    color: #111111;
}
.qty-container .qty-btn-minus, .qty-btn-plus {
    padding: 5px 3px;
    font-weight: 500 !important;
    font-size: 10px;
    height: 45px;
    text-align: center;
    font-weight: 700;
    color: #000;
    width: 40px;
    font-size: 20px;
    background: white;
    transition: 0.3s;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    /* border-right: 1px solid #EDEDED; */
}
.qty-btn-plus{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: none;
    /* border-left: 1px solid #EDEDED; */
    float: right;
}.wishlist-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  float: left;
  /* border: 1px solid #de383c; */
  width: 44px;
  height: 44px;
  border-radius: 5px;
  margin-left: 10px;
  background: #d1ebff;
}
.wishlist-btn img {
  width: 28px; /* adjust size */
  height: a;
}.des-sec{
    border: 1px solid #cecece54;
    border-radius: 15px;
    float: left;
    width: 100%;
    padding: 30px;
}
.des-sec .nav{

border: 0;

padding-bottom: 20px;
}.des-sec .nav-link.active{
    border: 1px solid #de383c;
    color: #fff;
    background: #de383c;
}
.des-sec .nav-link{
    border: 1px solid #cecece;
    float: left;
    width: auto;
    border-radius: 30px;
    cursor: pointer;
    font-size: 17px;
    padding: 8px 40px 8px;
    color: #000;
    font-weight: 700;
    margin-right: 20px;
}
.review-box1{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.des-sec p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    width: 90%;
    line-height: 30px;
    margin: 0;
}
.ul1{color: #000000;font-size: 15px;font-weight: 400;line-height: 30px;float: left;width: 100%;position: relative;padding-left: 17px;}
.ul1 span{padding-left: 90px;}
    .ul1:after{
        content:'';
        position: absolute;
        width: 7px;
        height: 7px;
        left: 0;
        background: #000000;
        border-radius: 100%;
        top: 12px;
    }
    .last-p{

float: left;

width: 100%;

margin-top: 30px;

border-top: 1px solid #cecece;

padding-top: 20px;

}
    .last-p span{
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        width: 90%;
        line-height: 30px;
    }.review-testi {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
}.rev-hd {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}.rev-hd h1 {
    float: left;
    font-size: 26px !important;
}.rev-hd .rev-a {
    float: right;
    padding: 11px 8px;
    border-radius: 8px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 145px;
    position: relative;
    z-index: 1;
    transition: background 0.3s 
ease;
    background: linear-gradient(69deg, rgba(78, 78, 78, 1) 27%, rgba(38, 35, 36, 1) 79%);
    border: 0;
}.review-testi h5 {
    display: table;
    margin: auto;
    background: #de383c;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 12px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}.review-testi h4 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}.speci-sec .tab-content p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    font-weight: 500;
}.review-testi h3 {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0;
}.review-testi h3 span {
    width: 100%;
    float: left;
    color: #626662;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 11px;
}.ratingbox {
    color: #ffb510;
}.login-continue:hover {
    background: #000 !important;
    border-color: #000 !important;
}


.login-continue {
    border: 1px solid #df383b !important;
    background: #e1474a !important;
    border-radius: 10px !important;
    padding: 9px 109px !important;
    margin: 15px auto 10px !important;
    font-size: 15px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
}.det-right p{
    line-height: 180%;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
.det-right{

}
.det-right h1{font-size: 30px;color: #000;font-weight: 500;}
.det-right h5{font-size: 16px;color: #525252;font-weight: 400;padding-top: 5px;}
.rating-sec{

}
.rating-one{

}
.add-rv{font-size: 16px;color: #de383c;margin-bottom: 10px;float: left;}
.det-price{font-size: 24px;color: #000;font-weight: 600;float: left;margin-bottom: 10px;}
.det-price span{text-decoration: line-through;color: #ccc;font-weight: 400;padding-left: 5px;font-size: 18px;}
.weight-panel{

}
.weight-panel span{

}
.det-cart:hover::after{
         left: 130%;
}
.det-cart:after{
        content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}
.det-cart{width: auto;float: left;margin-left: 10px;padding: 11px 8px;border-radius: 8px;font-size: 16px;overflow: hidden;font-weight: 500;text-decoration: none;text-align: center;color: #fff;cursor: pointer;width: 145px;position: relative;z-index: 1;transition: background 0.3s 
ease;background: linear-gradient(69deg, rgba(78, 78, 78, 1) 27%, rgba(38, 35, 36, 1) 79%);border: 0;}
.det-cart:hover{
        background: linear-gradient(177deg, #012030 27%, #003d5e 79%);
}
.enter-delivery{width: 100%;float: left;margin-top: 0;}
.enter-delivery label{width: 100%;float: left;font-size: 16px;color: #000;font-weight: 600;}
.enter-delivery input{width: 42%;border: 1px solid #cecece;border-radius: 5px;color: #000;font-size: 14px;font-weight: 500;color: #000;padding: 12px;}
.enter-delivery button{width: auto;/* float: left; */margin-left: 0;padding: 11px 8px;border-radius: 8px;font-size: 16px;overflow: hidden;font-weight: 500;text-decoration: none;text-align: center;color: #fff;cursor: pointer;width: 145px;position: relative;z-index: 1;transition: background 0.3s 
ease;background: linear-gradient(177deg, #012030 27%, #003d5e 79%);border: 0;}
.enter-delivery button:hover{
        background: #4e4e4e;
}.enter-delivery button:after{
        content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}
.enter-delivery button:hover::after{
        left: 130%;
}
.cart-sec{

width: 100%;

float: left;

padding: 80px 0;
}
.cart-left{

width: 100%;

float: left;

border: 1px solid #cecece70;

padding: 30px;

border-radius: 20px;
}
.cart-left h1{font-size: 30px;font-weight: 600;color: #de393d;float: left;margin-bottom: 40px;}
.cart-left h6{

float: right;

font-size: 19px;

color: #000;

font-weight: 600;

margin: 0;

border: 1px solid #cecece57;

padding: 8px 35px;

border-radius: 30px;
}
.cart-img{

}
.cart-img img{

width: 100%;

border: #cecece70 1px solid;

padding: 10px;

border-radius: 10px;

height: 85px;

object-fit: contain;
}
.cart-text{

text-decoration: none;

width: 100%;

float: left;
}
.cart-text h5{font-size: 18px;color: #000;text-decoration: none;font-weight: 600;margin: 0;line-height: 25px;padding-top: 11px;}
.cart-text h5 span{

font-size: 15px;

float: left;

width: 100%;

color: #999595;

font-weight: 400;
}
.qt-cart{

width: 100%;

float: left;
}
.qt-cart h4{

font-size: 15px;

color: #000;

font-weight: 500;

line-height: 28px;
}
.qt-cart h4 span{font-size: 24px;font-weight: 600;width: 100%;float: left;color: #000;}
.qty-left{/* width: 100%; */float: left;/* margin-top: 10px; */}
.qty-left input{

min-width: 30px;

float: left;

max-width: 51px;

border: 0;

text-align: center;

font-size: 17px;

font-weight: 700;
}
.qty-btn-minus{

background: transparent;

border: 1px solid #1abcd1;

font-size: 20px;

border-radius: 5px;

height: 22px;

float: left;

width: 22px;
}
.qty-btn-plus{/* background: transparent; *//* border: 1px solid #1abcd1; *//* font-size: 20px; */px; */border-radius: 5px;/* height: 22px; *//* float: left; *//* width: 25px; */}
.cart-tot{

width: 100%;

float: left;
}
.cart-tot h4{

font-size: 15px;

color: #000;

font-weight: 500;

line-height: 28px;
}
.cart-tot h4 span{font-size: 24px;font-weight: 600;width: 100%;float: left;color: #000000;}
.rem-item{

float: left;

width: 100%;

margin-top: 4px;
}
.rem-item img{

width: 15px;

float: left;

margin-top: 6px;

margin-right: 10px;
}
.rem-item span{
    
font-size: 15px;
    
color: #000;
    
font-weight: 400;
    
text-decoration: underline;
}
.qty-left span{
    margin-top: -3px;
    float: left;
    color: #56a6e3;
    text-align: center;
    width: 100%;
}
.cart-right2{
    width: 100%;
    float: left;
    border: 1px solid #cecece70;
    padding: 30px;
    border-radius: 20px;
}
.cart-right2 h1{
    font-size: 30px;
    font-weight: 600;
    color: #de3a3e;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.sub-tot{

width: 100%;

float: left;

border-bottom: 1px solid #cecece;

padding-bottom: 20px;

margin-bottom: 20px;

margin-top: 20px;
}
.sub-tot h4{font-size: 20px;color: #000;font-weight: 500;}
.sub-tot h4 span{float: right;color: #de3a3e;}
.sub-tot h5{

font-size: 15px;

color: #000;

font-weight: 400;

margin: 0;
}
.sub-tot h5 span{

float: right;
}
.grand-tot{

}
.grand-tot h5{font-size: 22px;color: #000;font-weight: 500;}
.grand-tot h5 span{float: right;color: #de3a3e;}
.bt-checkout:after{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}
.bt-checkout:hover::after{    left: 130%;}
.bt-checkout {
    width: auto;
    float: left;
    margin-left: 10px;
    padding: 11px 8px;
    border-radius: 8px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: background 0.3s 
ease;
    background: linear-gradient(69deg, rgba(78, 78, 78, 1) 27%, rgba(38, 35, 36, 1) 79%);
    border: 0;
}
.bt-checkout:hover{background: #de383c;}
.checkout-sec{width: 100%;float: left;padding: 80px 1%;}
.checkout-sec .accordion{width: 100%;float: left;border: 1px solid #cecece;border-radius: 20px;padding: 30px;}
.checkbox-alias{
    background-color: #f4f4f4;
    display: inline-block;
    width: 100%;
    padding: 30px;
    height: auto;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
}

.invisible-checkboxes input[type=radio]{
  display: none;
/*   margin-right: -20px;
  position: relative;
  z-index: 2; */
}

.invisible-checkboxes input[type=radio]:checked + .checkbox-alias{
    background-color: #de383c;
    color: #fff;
}
.checkout-sec .ac-op1{
    background-color: transparent;
    border: 0 !important;
    font-size: 30px;
    color: #de383c;
    box-shadow: none;
    font-weight: 700;
    width: 100%;
    text-align: left;
}.checkout-sec .accordion-item{
    border: 0;
    background-color: transparent;
}.checkout-sec .accordion-button:after{
    display:none;
}.checkout-sec .ac-op2{
    background-color: #000000;
    border: 0 !important;
    font-size: 15px;
    color: #fff;
    box-shadow: none;
    /* margin-left: 20px; */
    font-weight: 400;
    float: left;
    padding: 15px 42px 17px;
    width: auto;
    border-radius: 10px;
}
.address-new{

width: 100%;

float: left;

margin-bottom: 20px;
}
.address-new input{

width: 100%;

float: left;

border: 1px solid #cecece;

padding: 13px;

border-radius: 12px;

font-size: 15px;

color: #000;
}
.address-new textarea{

width: 100%;

float: left;

border: 1px solid #cecece;

padding: 13px;

border-radius: 12px;

font-size: 15px;

color: #000;

height: 110px;
}
.address-new select{

width: 100%;

float: left;

border: 1px solid #cecece;

padding: 13px;

border-radius: 12px;

font-size: 15px;

color: #000;
}
.save-new-address{

width: 100%;

float: left;

background: #1d7f94;

border: 1px solid #1d7f94;

padding: 12px;

border-radius: 30px;

color: #fff;

font-size: 15px;
}
.save-new-address:hover{

background: transparent;

color: #999;

border-color: #ccc;
}
.cancel-new-address{

width: 100%;

float: left;

background: transparent;

border: 0;

padding: 12px;

border-radius: 30px;

font-size: 15px;

border: 1px solid #cecece;

color: #ada8a8;
}
.cancel-new-address:hover{

background: #1d7f94;

color: #fff;

border-color: #1d7f94;
}
.acc-new{

}
.acc-new h4{

font-size: 35px;

color: #1d7f94;

box-shadow: none;

font-weight: 700;

margin-bottom: 30px;

width: 100%;

float: left;

margin-top: 30px;
}
.acc-new form{
    
width: 100%;
    
float: left;
}
.checkout-right{

width: 100%;

float: left;

border: 1px solid #cecece8c;

border-radius: 20px;

padding: 35px;
}
.checkout-right h1{font-size: 30px;color: #de383c;box-shadow: none;font-weight: 700;margin-bottom: 30px;}
.coup-box{

width: 100%;

float: left;
}
.coup-box input{width: 78%;float: left;border: 1px solid #cecece;padding: 12px;border-radius: 5px;}
.coup-box button{background: #de383c;border: 0;font-size: 14px;color: #fff;width: 20%;border-radius: 5px;padding: 13px 0 15px;float: right;margin-top: 0;}
.coup-box button:hover{background: #060606;}
.clp-card{background: #fff5f7;border: 0;padding: 0;}
.coupon-apply{width: 100%;float: left;margin-bottom: 0;border-bottom: 2px solid #fff;padding-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;}
.coupon-apply h2{font-size: 18px;font-weight: 700;color: #000;}
.coupon-apply p{font-size: 15px;font-weight: 400;color: #000;margin: 0;width: 77%;float: left;}
.apply-btn{

}
.apply-btn:hover{
    
}.view-coupons span{
    text-align: right;
    /* float: right; */
    font-size: 24px;
    margin-top: 2px;
    position: relative;
    top: -5px;
    right: 5px;
    color: #de383c;
    float: right;
    width: 40px;
    height: 40px;
    background: #fff5f7;
    text-align: center;
    border-radius: 100%;
}.view-coupons:hover{
}
    .view-coupons{
        /* background: #000; */
        float: right;
        font-size: 18px;
        text-decoration: none;
        width: 100%;
        text-align: left;
        color: #000;
        height: 47px;
        margin-top: 10px;
    }  .view-coupons:hover{
        
    }
    .clp-wd{
        width: 100%;
        float: left;
        margin-top: 20px;
        background-color: #c9f0f9;
        border: 0;
    }.coupon-apply img {
    float: right;
    width: 25px;
    margin-top: 30px;
    display: none;
}#reviews .modal-content{
    border-radius:20px;
}#confirm-delete h5 {
    font-size: 28px;
    font-weight: 600;
}#confirm-delete p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
    /* margin-top: 30px; */
}.modal-dlt {
    float: left;
    width: 48%;
    border: 0;
    background: #000;
    padding: 10px 0;
    font-size: 17px;
    margin-right: 6px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 30px;
}.modal-dlt:hover {
    background: #de3a3e;
}.modal-cancel {
    float: left;
    width: 50%;
    border: 0;
    background: #de3a3e;
    padding: 10px 0;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 30px;
}.modal-cancel:hover {
    background: #000;
}
button{
    cursor: pointer;
}.ord-sum{

width: 100%;

float: left;

border: 1px solid #cecece8c;

border-radius: 20px;

padding: 35px;

margin-top: 30px;
}
.ord-sum h1{font-size: 30px;color: #de383c;box-shadow: none;font-weight: 600;margin-bottom: 15px;}
.ord-sum h5{display: block;margin: auto;width: 140px;border: 1px solid #cecece6e;text-align: center;padding: 10px 0;float: left;font-size: 18px;font-weight: 600;color: #000;border-radius: 30px;}
.ord-sum h4{width: 100%;float: left;font-size: 20px;color: #000;margin-top: 20px;font-weight: 600;}
.ord-sum h4 span{float: right;color: #de383c;}
.ord-sum h6{

width: 100%;

float: left;

font-size: 16px;

color: #000;

font-weight: 400;
}
.ord-sum h6 span{

float: right;
}
.total-sum{width: 100%;float: left;font-size: 20px;color: #000;margin-top: 20px;font-weight: 600;border-top: 1px solid #cccccc7a;padding-top: 15px;}
.total-sum span{float: right;color: #de383c;}
.ord-sum  button{width: 100%;border: 0;background: #de383c;font-size: 15px;float: left;margin-top: 15px;padding: 12px 0;border-radius: 10px;color: #fff;}
.ord-sum  button:hover{
    background: #000;
}.review-box{
    float: left;
    width: 100%;
    padding-bottom: 5px;
}
.review-box h5{
    float: left;
    /* width: 50%; */
    font-size: 24px;
    font-weight: 600;
    color:#000;
    padding-top: 20px;
    margin-bottom: 0;
}
.review-box h5 span{

color: #8d8d8d;

font-weight: 400;

font-size:16px;

line-height: 22px;
}

.review-box1 h6{
      float: left;
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      color: #7d7d7d;
      margin-top: 5px;
      margin-bottom: 2px;

}
.review-box1 h6 span{
 
}
.wishlist-page{
    width: 100%;
    float: left;
    padding: 50px 1%;
}
/*dashboard*/
.main-header {
    float: left;
    width: 100%;
}
#panel-two {
    float: left;
    width: 100%;
    padding: 28px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #ededed;
}
.dash-header {
      /* background: #D09C51 !important; */
}
.acnt-img {
      width: 206px !important;
      margin-top: 9px !important;
      /* margin-bottom: 15px !important; */
      /* filter: brightness(100); */
}
.cls {
    float: right;
    /* margin-top: 20px; */
}
.login {
    float: left;
    width: 140px;
    height: 52px;
    border-radius: 13px;
    background-color: #000000;
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    font-family: 'Rubik',sans-serif;
    /* padding-top: 13px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.login:hover  {
     /* transform: translateY(-2px); */
     /* box-shadow: 0 4px 0px #052e70; */
     background: #257ec2;
}


.login img {
    width: 26px;
    margin-left: 14px;
}
.menu-right {
    float: right;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
}
@media (min-width: 992px) 
{
        .sort-option {
        display: none;
    }
.dash-header .header_area {
    display: none !important;
}

}
.hover-acc {
    color: white !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.acnt-img {
    width: 106px !important;
    margin-top: 0px !important;
    /* margin-bottom: 15px !important; */
    /* filter: brightness(100); */
}#cart-bg {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}.order-white {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 15px;
}
.order-white img {
    width: 55px;
    filter: brightness(0);
}


.order-white span {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-top: 13px;
    color: black;
    font-weight: 500;
}
.order-white span strong {
    color: #ffffff;
    font-size: 14px;
    margin-left: 5px;
    background: #257ec3;
    border-radius: 6px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 500;
}.red-pending {
    color: red;
}
.or-history {
    float: left;
    width: 100%;
    padding-top: 60px;
}.or-history h1 span{
    font-weight:600;
}
.or-history h1 {
       float: left;
       width: auto;
       font-size: 36px;
       font-weight: 400;
       margin-bottom: 0;
       color: #000;
}
.order-detail-box {
    float: left;
    width: 100%;
    /* padding: 35px; */
    background-color: white;
    border-radius: 15px;
    padding-bottom: 50px;
}

.order-btn {
    font-size: 14px;
    background: #000;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    border-radius: 8px;
    float: left;
    /* width: 100%; */
    text-align: center;
    transition: ease-out 0.4s;
}

/* Hover Effect */
.order-btn:hover  {
     /* transform: translateY(-2px); */
     /* box-shadow: 0 4px 0px #D09C51; */
     background: #000000;
}

.th-size {
    font-size: 14px !important;}
.thgreen {
    background: #257ec3 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #fff !important;
    border-bottom: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
     padding: 0px !important;     margin-left: 7px;
}
.page-link {
    color: #000;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.page-link:hover {
    z-index: 2;
    color: #000000;
    text-decoration: none;
    background-color: white;
    border-color: #e0e0e0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: transparent;
    box-shadow: transparent;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%); !important;
}
.shipping-form form {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.titel-address {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #0F172A;
    font-weight: 500;
    /* padding-top: 7px; */
    /* margin-bottom: 10px; */
}

.field-type {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: solid 1px #d4d9e7;
    color: black;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    font-weight: 400;
    margin-bottom: 26px;
    background-color: #f2f9ff;
}
.flag {
    background-image: url(../images/flag.png);
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-size: 46px;
    padding-left: 12px;
}
.field-type-address {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: solid 1px #A1ABCA;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    /* margin-top: 12px; */
    margin-bottom: 18px;
    height: 81px;
    padding: 15px;
    background-color: #FAFAFA;
}
.frm-cancel-dash {
    border: 1px solid #000;
    float: left;
    border-radius: 13px;
    background-color: #000;
    width: 183px;
    height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-right: 14px;
    text-align: center;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #e2b144;
    x-shadow: inset 0 0 0 0 #fff;
    transition: 
ease-out 0.4s;
    transition: 
ease-out 0.4s;
    margin-right: 10px;
}.frm-save-dash:hover{
    background:#000;
}
.frm-save-dash {
    float: left;
    border-radius: 13px;
    background-color: white;
    width: 214px;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-right: 14px;
    text-align: center;
    line-height: 34px;
    background-color: #257ec2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #fff;
    transition: ease-out 0.4s;
    transition: 
ease-out 0.4s;
    margin-right: 10px;
}
.frm-save {
    float:left;
    border-radius: 13px;
    background-color:white;
    width: 187px;
    height: 49px;
    border: none;
    color: #fff;
    font-weight:500;
    font-size: 16px;
    margin-right: 14px;
    text-align:center;
    line-height: 34px;
    background-color: #052E70;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* box-shadow: inset 0 0 0 0 #4A171E; */
    transition: ease-out 0.4s;
    margin-right: 10px;
    /* transform: translateY(-2px); */
    box-shadow: 0 4px 0px #fff;
}

/* Hover Effect */
.frm-save:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */

}


.frm-cancel {
   float:left;
   border-radius: 13px;
   background-color:white;
   width: 108px;
   height: 49px;
   border: solid 1px #272727;
   color: #000;
   font-weight:500;
   font-size: 16px;
   margin-right: 14px;
   text-align:center;
   line-height: 34px;
   background-color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   /* box-shadow: inset 0 0 0 0 #4A171E; */
   transition: ease-out 0.4s;
   margin-right: 10px;
   transition: ease-out 0.4s;
   box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.frm-cancel:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
  
}

/* Hover Effect */
.frm-cancel-dash:hover  {
  background: #267fc2;
  border-color: #94c0e0;
}




.dash-tag {
        margin-top: 15px;
        float: left;
        border-radius: 13px;
        background-color: rgb(37 126 194);
        color: white;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: 500;
}
.delete-address:hover{
    background: #257ec2;
    border-color: #257ec2;
}

.delete-address {
    float: left;
    border-radius: 13px;
    background-color: #e30635;
    text-align: center;
    color: white;
    padding: 10px 0px;
    font-size: 14px;
    border: 1px solid #e30635;
    width: 100px;
    height: 42px;
    font-weight: 500;
    margin-left: 9px;
    transition: 
ease-out 0.4s;
    transition: 
ease-out 0.4s;
    margin-right: 10px;
}.del-edit {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 8px;
}
.edit-address {
    float: left;
    border-radius: 13px;
    background-color: #257ec2;
    text-align: center;
    border:none;
    color: #fff;
    padding: 11px 0px;
    font-size: 14px;
    width: 100px;
    font-weight: 500;
    height: 42px;
    transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    margin-right: 10px;
}

/* Hover Effect */
.edit-address:hover  {
  background: #000000;
}.or-history h1 span{
    font-weight:600;
}
.billing-bg {
    float: left;
    width: 100%;
    /* background-color: white; */
    /* padding-left: 0px !important; */!I;!;
}
.billing-bg .panel-default {
    float: left;
    width: 100%;
    background-color: white;
    margin-bottom: 38px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.billing-bg .panel-title {
    margin-bottom: 0px !important;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
 
}
.panel-default>.panel-heading a {
       
font-size: 24px !important;
       
font-weight: 500;
       
color: #3D3D3D;
       
float: left;
       
width: 100%;
       
font-family: 'Rubik', sans-serif;
}
.collapse.in {
    display: block !important;
}
.billing-bg .panel-body {
    float: left;
    width: 100%;
    background-color: white;
    border-top: none;
    padding-top: 10px;
}
.saved-bg.selected {
    border-color: #de383c;
}
.saved-bg {
    float: left;
    width: 100%;
    /* background-color: #fff2f6; */
    padding-right: 13px;
    padding-left: 19px;
    margin-top: 20px;
    padding-top: 22px;
    padding-bottom: 32px;
    border-radius: 35px;
    margin-bottom: 0;
    position: relative;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    /* margin-right: 6px; */
    transition: border-color 0.3s ease-in-out;
    cursor: pointer;
}

.saved-bg.selected {
    border-color: #56a6e3;
    background: #f1f9ff;
}
.saved-bg h2 {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
}

.saved-bg p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #7F7F7F;
    /* line-height: 26px; */
    padding-top: 6px;
    margin-bottom: 5px;
}

.mail-save {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #7F7F7F;
    padding-bottom: 8px;
}
.mail-save span {
    color: #7F7F7F;
    font-weight: 400;
    /* padding-right: 3px; */
}
.yellow-down{
    width: 16px;
    margin-left: 18px;
}

.new-address {
    width: 100%;
    float: left;
    /* border-radius: 50px; */
    /* text-align: center; */
    /* background-color: #7f1431; */
    color: #3d3d3d;
    font-weight: 500;
    font-size: 24px;
    margin-top: 24px;
    /* padding: 17px 30px; */
    margin-bottom: 6px;
    border: none;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    cursor: pointer;
}
.new-address:hover {
    /* color: #f6f6f6; */
    /* background-color: #212121; */
}


.card-clp {
    float: left !important;
    width: 100% !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-shipping {
    float: left !important;
    width: 100% !important;
    border: none !important;
    padding: 0px !important;
}
.shipping-form {
    float: left;
    width: 100%;
    /* border-top: solid 5px #ecfbe8; */
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
}


/*sucesspage*/
.success-main{
    float: left;
    width: 100%;
    padding: 98px 0px 41px 0px;
    position: relative;
    border-top: 1px solid #ededed;
}
.success-box{
    float: none;
    margin:auto;
    display: block;
    width: 49%;
    /* background-color: #f8f8f8; */
    /* border: 1px solid #d4d4d4; */
    border-radius: 24px;
    padding: 47px 62px;
}
.success-img{
    float: none;
    margin:auto;
    display:block;
    width: 281px;
}

.success-box h1{
    text-align: center;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-top: 12px;
}
.success-box h1 span{
    color:#7f1431 ;
}
.success-box h2{
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: 11px;
    line-height: 144%;
}
.success-box h3{
     text-align: center;
     width: 100%;
     font-size: 22px;
     font-weight: 400;
     color: #7f1431;
     margin-top: 25px;
}
.success-box a h5{
    width: 166px;
    float: none;
    height: 49px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 18px;
    font-size: 16px;
    background-color: #de383c;
    border-radius: 13px;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    /* border: 1px solid  #7f1431; */
    /* box-shadow: inset 0 0 0 0 #4A171E; */
    transition: ease-out 0.4s;
}

/* Hover Effect */
.success-box a h5:hover  {
    color: white;
    background: #000;
}


/*contactus*/

.contact-full{width: 100%;float: left;padding: 40px 1%;}
.quick_enq {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.location_bg {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.contact_icons {
    color: #1b1a1a;
    padding-right: 6px;
}
.location_bg h4 {
    width: 50%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    margin: 0px 0px 5px;
    padding: 0;
    text-align: left;
    color: #56a6e3;
    text-transform: uppercase;
}

.contact2{
   
    float: left;
    width: 100%;
        height: auto;

}
.contact2 h1 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
   
}
.contactform{
    margin-top: 15px;
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #001e42;
    font-weight: 500;
}
.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 43px;
    margin-bottom: 15px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 8px 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.info-tag {
       float: left;
   font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 28px;
    margin-top: 15px;
}
.contact-snd2 {
       margin-top: 15px;
       cursor: pointer;
       border: 1px solid transparent;
       background: linear-gradient(177deg, #012030 27%, #003d5e 79%);
       text-decoration: none;
       float: left;
       width: 182px;
       height: 56px;overflow:hidden;
       text-align: left;
       font-size: 16px;
       font-weight: 500;
       align-items: center;
       justify-content: center;
       display: flex;
       border-radius: 10px;
       color: #fff;
       transition: all ease-in-out .5s;
       -webkit-transition: all ease-in-out .5s;
       -moz-transition: all ease-in-out .5s;
    }
.contact-snd2:after{
        content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s 
ease;
}
.contact-snd2:hover:after{
        left: 130%;
}
.contact-snd2:hover{
    background-color: #000;
    text-decoration: none;
    color: #fff;
    border: 1px solid #000;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.contact-full p{

    text-align: justify;
    font-size: 15px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
}
.offer-sec h1 span{
    font-weight:600;
}
.offer-sec h1{
        float: left;
    text-align: left;
    width: 100%;
    color: #000;margin-bottom:20px;
    font-weight: 400;
    font-size: 36px;
}
.offer-sec{
    width:100%;
float:left;
    padding:60px 1%;
}
@media(max-width:575px){
    .fs40 {
    padding-bottom: 4px !important;
    font-size: 30px !important;
}
    .success h1 {
    font-size: 20px!important;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}.success-check {
    width: 75px!important;
}
        .cart-item__details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }    .cart-item {
        flex-direction: column;
    }    .action-btn span {
        display: none;
    }
    .check-btn {
    width: 45%;}

.check-1{
    width: 100%!important;
    padding-right: 0px!important;
}

.check-2{
    width: 100%!important;
}
.saved-1 {
    margin-bottom: 20px!important;
    float: left!important;
}
.space {

gap: 15px!important;

flex-direction: column!important;
}
.two-saved {
display: block!important;
}
     .mobile-menus {
    display: flex!important;
    justify-content: center;
    gap: 21px!important;
    align-items: center!important;
    /* margin-top: 14px; */
}
    .mob-need .search-bar {
    margin-top: 10px!important;
    margin-bottom: 10px;!important}
    .hd-top {
    /* margin-bottom: 10px; */
    width: 100%;
    float: left;
    text-align: center;
    height: auto;
    background: #000;
    padding: 11px 0;
}
.com-table{
    padding-left:0;        background-position: center;
}
.com-table .nav-pills{
    width:100%;right:0;        margin-top: 60px;
}.head-com h2 {
    float: left;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 2%;
    top: 15px;
}.t-img{
    height:185px;
}
.adv1{
    margin-top:0;
}
.bg-box h5 {
    font-size: 26px;
    color: #fff;
    padding: 22px 5% 0;
    text-transform: uppercase;
}.bg-box h5 {
    font-size: 26px;
    color: #fff;
    padding: 22px 5% 0;
    text-transform: uppercase;
}
.footer{
    text-align:center;
}
.social-ico a{
    float:none;
    display:inline-block;
}
.ftr-left p{
    width:100%;
}.quick-links a{
    width:50%;
}
.why-box{
    margin-bottom:10px;
    width: 100%;
    float: left;
}
}
.slide .splide__pagination{
    left:inherit;
}
.slide .splide__pagination li button {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
    height: 2px;
    margin-right: 10px;
}
.splide__pagination__page.is-active {
    background: #2980c3 !important;
    width: 22px;
    }
.tab-content .trending-box{
    /* border:0!important; */
}
.p2-carousel .owl-nav{
    /* width: 100%; */
    position: absolute;
    right: 0;
    top: -60px;
    float: right;
}.p2-carousel .owl-nav img:hover{
    /* background-color: #000; */
    border-radius: 100%;
    opacity: 1;
}
.p2-carousel .owl-nav img{
    opacity: .2;
    width: 35px;
}
.p2-carousel .owl-prev{
    transform: rotate(180deg);
    margin-right: 10px;
}
.p2-carousel .owl-next{
    
}.phone-prefix {
    position: absolute;
    /* top: 31%; */
    left: 0;
    /* transform: translateY(-50%); */
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #757587;
    z-index: 1;
    pointer-events: none;
    border-right: solid 1px rgb(0 0 0 / 15%);
    padding-right: 13px;
    height: 55px;
}.phone-prefix span.flag {
    margin-right: 5px;
}.phone-prefix img {
    height: 16px;
    width: auto;
    margin-right: 5px;
}   .flg90 {
    padding-left: 100px !important;
}
.ratings-reviews {
    float: left;
    width: 100%;
    padding: 0px 1%;
}
.review-1 h2{
    font-size: 36px;
    color: #111111;
    font-weight: 400;
}
.review-1 h2 span{
    font-weight:600;
}
.review-1 {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 92px;
}.product-information h2 {
    font-size: 28px;
    font-weight: 600;
}
.review-btn:hover{
    background:#000;
}
.review-btn {
    background: linear-gradient(177deg, #012030 27%, #003d5e 79%);
    border: none !important;
    font-size: 15px !important;
    font-weight: 500;
    width: 140px;
    height: 44px;
    justify-content: center;
    flex: unset;
}.butn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}.butn:hover::after {
    left: 130%;
}.overall-rating {
    float: left;
    width: 100%;
    display: flex;
    gap: 15px;
    padding-top: 13px;
    align-items: center;
}.rating-value {
    display: flex;
    float: left;
    background-color: green;
    padding: 4px 19px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    gap: 8px;
}.rating-star {
    width: 17px;
}.rating-count {
    font-size: 15px;
    font-weight: 500;
    color: #356700;
}.review-box {
    float: left;
    width: 100%;
    padding: 58px 0px 6px 0px;
    display: flex;
    gap: 30px;
}.review-header {
    display: flex;
    align-items: flex-start;
    /* gap: 30px; */
}.rating-badge {
    background: #008000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    gap: 4px;
}.rating-badge-img {
    width: 14px;
}.review-title {
    display: flex;
    align-items: center;
    gap: 69px;
}

.review-title h3 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin: 0;
}.stars {
    color: #ffb721;
    /* margin-left: auto; */
    /* width: 27px; */
    /* float: left; */
    font-size: 25px;
    line-height: 0px;
}.review-text {
    margin: 7px 0;
    color: #353434;
    font-size: 16px;
    font-weight: 400;
    width: 87%;
    line-height: 28px;
}.review-images {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 18px 0;
}.review-images img {
    width: 109px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
}.view-more-reviews {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}.review-footer {
    font-size: 14px;
    color: #555;
    padding-top: 11px;
}.reviewer-name {
    color: #a31717;
    font-size: 16px;
    font-weight: 600;
}.review-date {
    font-size: 15px;
    font-weight: 500;
    color: #959595;
}.certified {
    color: #1d6800;
    padding-top: 5px;
    float: left;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}.check-review {
    width: 20px;
    /* margin-right: 2px; */
}.view-all-reviews {
    font-size: 15px;
    text-decoration: underline;
    font-weight: 600;
    color: #952c2e;
    border: none;
    background-color: #fff;
    cursor: pointer;
    float: left;
    padding-left: 7%;
    padding-top: 29px;
    text-transform: uppercase;
}#reviews-write .modal .modal-content {
    height: 100%;
    overflow-y: auto;
}#reviews-write .modal .modal-content {
    height: 100%;
    overflow-y: auto;
}

#reviews-write .modal-content {
    border-radius: 0;
    border: none;
    height: 100%;
}.myreview-modal-etc .modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}.attach-label {
    font-size: 18px;
    font-weight: 600;
}
.attach-close{
    margin-top: -18px !important;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    po':';
    po': initial';
    po': a';
    top: 22px;
    right: 10px;
}
.attach-close span{
    color:#000;
}
.myreview-name-md {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: black;
}.myreview-desc {
    float: left;
    width: 100%;
    color: black;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 20px;
}.myreview-frm {
    float: left;
    width: 100%;
}.myreview-log-set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}.myreview-tt-b2b {
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    font-weight: 600;
    padding-bottom: 16px;
}.myreview-log-form .myreview-log-set input[type="text"], .myreview-log-form .myreview-log-set input[type="password"], .myreview-log-form .myreview-log-set input[type="mail"], .myreview-log-form .myreview-log-set input[type="email"], .myreview-log-form .myreview-log-set input[type="tel"], .myreview-log-form .myreview-log-set select, .myreview-log-form .myreview-log-set textarea, .myreview-log-form .myreview-log-set .myreview-file-input {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding: 10px 0px 22px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}.myreview-frm {
    float: left;
    width: 100%;
}.myreview-log-set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}.myreview-tt-b2b {
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    font-weight: 600;
    padding-bottom: 16px;
}.myreview-log-form .myreview-log-set .myreview-file-input {
    height: auto !important;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    border-radius: 15px;
    background-color: #f9f9f9;
    border-top: solid 1px rgba(0, 0, 0, 0.15) !important;
    border-left: solid 1px rgba(0, 0, 0, 0.15) !important;
    border-right: solid 1px rgba(0, 0, 0, 0.15) !important;
}.myreview-frm-str {
    float: left;
    width: 50%;
}.myreview-str-none {
    padding-bottom: 5px !important;
}.myreview-rating-one {
    float: left;
}#reviews-write.modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}.myreview-rating-one .fa {
    color: black;
    cursor: pointer;
    font-size: 20px;
    margin-right: 2px;
}.myreview-submit-star {
    float: right;
    border-radius: 12px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(69deg, rgb(222 56 60) 27%, rgb(251 47 51) 79%);
    border: none;
    padding: 11px;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
    margin-right: 0px;
}
@media(max-width:450px){
     .pay-td-full{
         width:100%!important;
     }
}



/*checkout*/


/*checkoutpag*/
.check-main {
    float: left;
    width: 100%;
    padding: 32px 1%;
    /* background-color: #f7f7f7; */
}
.billing-bg {
    float: left;
    width: 100%;
    /* background-color: white; */
}
.billing-bg .panel-default {
    float: left;
    width: 100%;
    background-color: white;
    /* margin-bottom: 60px; */
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    padding: 0;
    float: left;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.billing-bg .panel-title {
    margin-bottom: 0px !important;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
 
}
.panel-default>.panel-heading a {
       display: block;
       padding: 20px 23px;
       text-align: left;
       font-size: 20px !important;
       font-weight: 500;
       float: left;
       border-radius: 7px;
       background-color: #f8f8f8;
       width: 100%;
       color: #000;
       /* position: relative; */
       top: -24px;
}
.collapse.in {
    display: block !important;
}
.billing-bg .panel-body {
    float: left;
    width: 100%;
    background-color: white;
    border-top: none;
    /* padding-top: 38px; */
}
.saved-bg {
    float: left;
    width: 100%;
    /* background-color: #a665e22b; */
    padding-right: 28px;
    padding-left: 28px;
    padding-top: 34px;
    padding-bottom: 13px;
    border-radius: 10px 10px 0px 0px;
    /* margin-bottom: 25px; */
    position: relative;
    border: 1px solid #e5e5e5;
}
.saved-bg h2 {
    float: left;
    width: 100%;
    font-size: 21px;
    color: #000000;
    font-weight: bold;
}
.saved-bg .container1 {
    position: absolute;
    right: 61px;
    top: 26px;
}
.saved-bg input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    right: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background: #257ec2;
}
.saved-bg p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    padding-top: 6px;
    margin-bottom: 5px;
}
.saved-bg .checkmark:after {
        left: 13px;
    top: 5px;
    width: 11px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.saved-bg input:checked ~ .checkmark:after {
    display: block;
}
.saved-bg input:checked ~ .checkmark {
    background: #59a446; /* green */
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.mail-save {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 8px;
}
.mail-save span {
    color: #1f6f0b;
    font-weight: 500;
    padding-right: 3px;
}
.del-ed {
    float: right;
    width: 100%;
    bottom: 24px;
    /* margin-bottom: 8px; */
    float: left;
    width: 100%;
    border-top: none !important;
    border: 1px solid #e5e5e5;
    border-radius: 0px 0px 10px 10px;
    display: flex;
}

.del-img{
   width: 30px;
   float: none;
   object-fit: cover;
}
.del-a,.edit-a span{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.del-a{
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    padding: 15px 38px 15px 29px;
    /* background-color: #2762cd2b; */
    border-radius: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.edit-a{
    float: left;
    text-align: center;
    padding: 15px 38px 15px 42px;
    /* background-color: #2762cd2b; */
    border-radius: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.edit-img{
       width: 32px;
   float: none;
   object-fit: cover;
}
.new-address {
     display: block;
     padding: 16px 23px;
     text-align: left;
     font-size: 20px !important;
     font-weight: 500;
     float: left;
     border-radius: 7px;
     background-color: #f8f8f8;
     width: 100%;
     color: #000;
     margin-top: 48px;
}


.card-clp {
    float: left !important;
    width: 100% !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-shipping {
    float: left !important;
    width: 100% !important;
    border: none !important;
    padding: 0px !important;
}
.shipping-form {
    float: left;
    width: 100%;
    /* border-top: solid 5px #ecfbe8; */
    /* padding-top: 20px; */
    /* margin-top: 10px; */
    padding-bottom: 30px;
}
.enter-shipping {
  float: left;
  
    font-weight: 600;
    font-size: 18px;
  
    text-align: center;
    font-size: 19px !important;
    font-weight: 600;
    border-radius: 30px;
  
    color: #212121;
}

.radio-h1{
    /* margin-right: 41px; */
    color: #000;
    font-size: 15px;
    font-weight: 600;
    float: left;
}
.radio-p{
    float: left;
}
.space{
    float: left;
    margin-top: 30px;
    padding-bottom: 12px;
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}
.space [type="radio"]:checked,
.space [type="radio"]:not(:checked) {
    position: absolute;
    display: none;
}
.space [type="radio"]:checked + label,
.space [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 37px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 500;
    top: 0px;
    font-size: 15px;
    display: inline-block;
    color: #000;
    margin-bottom: 0px;
}
.space [type="radio"]:checked + label:before,
.space [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 30px;
    height: 30px;
    border: 1px solid #c0c0c0;
    border-radius: 100%;
    background: #fff;
}
.space [type="radio"]:checked + label:after,
.space [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #56a6e3;
    position: absolute;
    top: 4px;
    left: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.space [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.space [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.shipping-form form {
    float: left;
    width: 100%;
    /* margin-top: 15px; */
}
.titel-address {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    /* padding-top: 7px; */
}

.field-type {
    float: left;
    width: 100%;
    height: 54px;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-top: 12px;
    margin-bottom: 39px;
    font-weight: 400;
}
.field-type-cart {
    float: left;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: none;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400;
}
.field-type-address {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: solid 1px #cccccc;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-top: 12px;
    margin-bottom: 33px;
    height: 157px;
    padding: 15px;
}



.check-btn {
  text-transform: uppercase;
  flex: 1;
  display: inline-flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-right: 15px;
  padding: 13px 63px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: background 0.3s ease;
  white-space: nowrap;
}



/* Shine effect */
.check-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

/* Hover effect */
.check-btn:hover::after {
  left: 130%;
}

/* Add to Cart */
.frm-save {background: linear-gradient(90deg, rgb(224 57 61) 0%, rgb(236 66 70) 100%);}


.frm-cancel {
  background: linear-gradient(90deg,rgba(70, 69, 70, 1) 0%, rgba(42, 39, 40, 1) 100%);

}




.two-saved{
    display: flex;
    gap: 9px;
}
.check-1{
    float: left;
    width: 70%;
    padding-right: 18px;
}
.check-2{
    float: right;
    width: 28%;
}


/*checkout-part2*/
.order-box {float: left;margin: auto;width: 100%;}

/* ORDER SUMMARY */
.order-summary {
    background: #e8f5ff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    /* border: 1px solid #e5e5e5; */
}

.order-header {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 15px;
    text-align: center;
    border-radius: 7px 7px 0 0;
    MARGIN-BOTTOM: 8PX;
}

.order-item {
    display: flex;
    align-items: flex-start;
    padding: 16px 17px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.order-item img {
    width: 58px;
    height: 60px;
    border-radius: 6px;
    margin-right: 12px;
    object-fit: cover;
}

.order-text {
    flex: 1;
}

.order-text p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #000;
    line-height: 18px;
}

.price {
    display: block;
    color: #2772ab;
    font-weight: bold;
    margin-top: 4px;
    font-size: 14px;
}

.ex-tot{
    padding: 0px 20px;
    MARGIN-TOP: 3px;
}
.coin{
    width: 30px;
}
.custom-radio {
    padding-bottom: 13px;
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    position: relative;
    user-select: none;
}

/* hide default input */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* outer circle */
.radio-mark {
    height: 22px;
    width: 22px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    margin-top: 2px;
    transition: all 0.3s ease;
}

/* inner circle */
.radio-mark:after {
    content: "";
    position: absolute;
    top: 5.5px;
    left: 5.5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #56a6e3;
    display: none;
}

/* checked state */
.custom-radio input:checked ~ .radio-mark {
    border-color: #56a6e3;
}
.custom-radio input:checked ~ .radio-mark:after {
    display: block;
}

/* text wrapper */
.radio-text {
    display: flex;
    flex-direction: column;
    line-height: 18px;
}

.use-text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.green {
    color: #057339;
    font-weight: 500;
    font-size: 15px;
    margin-top: 3px;
}
.pay-option {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  /* border: 1px solid #eee; */
  /* font-family: Arial, sans-serif; */
  margin-top: 30px;
  float: left;
  width: 100%;
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 30px; */
}
.order-total {
    padding: 12px 15px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px 10px 0px 0px;
    align-items: center;
}.order-total p {
    margin: 0px 0;
    font-size: 17px;
    font-weight: 600;
}.order-total .total {
    font-size: 20px;
    font-weight: bold;
}.order-total .save {
    color: #065c06;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
}.order-total .save span {
    font-weight: bold;
}.loyalty-box {
    background: #fff;
    /* border: 1px solid #e5e5e5; */
    border-radius: 12px;
    overflow: hidden;
}.loyalty-header {
    background: #443d3d;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 9px 15px;
    border-radius: 12px 12px 0 0;
    display: flex
;
    align-items: center;
    gap: 12px;
    justify-content: center;
}.coin {
    width: 30px;
}.loyalty-content {
    padding: 18px 19px;
    background-color: #e8f5ff;
}.available {
    font-size: 17px;
    margin: 0;
    color: #000;
    font-weight: 500;
}.points {
    font-size: 18px;
    color: #0f08a0;
    font-weight: 700;
    margin: 4px 0 10px;
}.custom-radio {
    padding-bottom: 13px;
    margin-top: 15px;
    display: flex
;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    position: relative;
    user-select: none;
}.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}.radio-text {
    display: flex
;
    flex-direction: column;
    line-height: 18px;
}.use-text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}.green {
    color: #057339;
    font-weight: 500;
    font-size: 15px;
    margin-top: 3px;
}.pay-option {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* border: 1px solid #eee; */
    /* font-family: Arial, sans-serif; */
    margin-top: 30px;
    float: left;
    width: 100%;
    /* display: flex
; */
    /* flex-direction: column; */
    /* gap: 30px; */
}.pay-header {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 9px 15px;
    text-align: center;
}.pay-content {
    padding: 30px 18px;
    background: #e8f5ff;
    display: flex;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    gap: 24px;
}.pay-radio {
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    user-select: none;
}.pay-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}.pay-radio input:checked ~ .pay-mark {
    border-color: #56a6e3;
}
.pay-mark {
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s 
ease;
}.pay-radio input:checked ~ .pay-mark:after {
    display: block;
}
.pay-mark:after {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #56a6e3;
    display: none;
}.pay-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  /* margin-top: 10px; */
  /* float: left; */
  /* width: 100%; */
}
.pay-logos img {
  width: 68px;
  object-fit: contain;
}

/* Safe note */
.pay-safe {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f7fce8;
  border-radius: 10px;
  padding: 12px;
  /* margin: 15px; */
  font-size: 13px;
  color: #333;
  font-weight: 500;
  margin: 21px 0px;
}
.pay-safe-icon {
  width: 30px;
  color: #1f6f0b;
  margin-top: 2px;
}
.pay-safe-text {
  line-height: 18px;
  font-size: 13px;
}

/* Button */

.pay-butn {
    width: 100%;
  flex: 1; 
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  padding: 13px 0px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: none;
  z-index: 1;
  transition: background 0.3s ease;
  white-space: nowrap; 
}



/* Shine effect */
.pay-butn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

/* Hover effect */
.pay-butn:hover::after {
  left: 130%;
}

.pay-btn {
    background: linear-gradient(90deg, rgb(222 56 60) 0%, rgb(237 67 71) 100%);
}
.ptice-tot{
    font-weight: 600;
}
.discount{
    color: #0c338e;
}


.check-prefix {
    top: 28% !important;
    left: 15px !important;
    height: 52px !important;
}
@media(min-width:576px) and (max-width:767px){
       .check-btn {
    width: 45%;}

.check-1{
    width: 100%!important;
    padding-right: 0px!important;
}

.check-2{
    width: 100%!important;
}
.saved-1 {
    margin-bottom: 20px!important;
    float: left!important;
}
.space {

gap: 15px!important;

flex-direction: column!important;
}
.two-saved {
display: block!important;
}
}
@media(min-width:768px) and (max-width:991px){
       .check-btn {
    width: 45%;}

.check-1{
    width: 100%!important;
    padding-right: 0px!important;
}

.check-2{
    width: 100%!important;
}
.saved-1 {
    margin-bottom: 20px!important;
    float: left!important;
}
.space {

gap: 15px!important;

flex-direction: column!important;
}
.two-saved {
display: block!important;
}
}
.cart-page-wrapper {
    display: flex;
    float: left;
    width: 100%;
    gap: 20px;
    padding: 35px 0px;
}.cart-list-section {
    flex: 2;
    /* background-color: #fff; */
    /* padding: 15px; */
    border-radius: 4px;
    float: left;
    width: 100%;
}.full-cart {
    padding-bottom: 40px;
}.cart-item {
    display: flex
;
    background-color: #f8f8f8;
    padding: 25px 21px 37px 21px;
    border-radius: 9px 9px 0px 0px;
    /* border-bottom: 1px solid #ccc; */
    gap: 26px;
}.cart-item__media {
    display: flex;
    /* gap: 20px; */
}.cart-item__image {
    width: 121px;
    height: 125px;
    object-fit: cover;
    border-radius: 10px;
}.cart-item__details {
    flex-grow: 1;
}.cart-item__title {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 11px 0;
    line-height: 25px;
}.cart-item__metadata {
    font-size: 14px;
    color: #5a5a5c;
    margin: 0 0 10px 0;
    font-weight: 600;
}.cart-item__delivery {
}
.price__current {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    /* margin-right: 10px; */
}.price__original {
    text-decoration: line-through;
    color: #6b6767;
    font-size: 16px;
    /* margin-right: 10px; */
    font-weight: 500;
}.price__discount {
    color: #28a745;
    font-weight: bold;
    font-size: 17px;
}.cart-item__delivery {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    background: linear-gradient(90deg, rgb(239 248 255) 0%, rgb(241 248 254) 100%);
    padding: 11px 11px;
    /* width: 100%; */
    border-radius: 4px;
    gap: 16px;
    margin-left: 10px;
}.delivery__date {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    /* margin-right: 10px; */
}.cart-item__actions-bar {
    display: flex
;
    /* padding: 20px 23px; */
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    align-items: center;
}.action-btn {
    text-align: left;
    background: none;
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 22px;
    cursor: pointer;
    text-transform: uppercase;
    transition: color 0.2s;
    border-right: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}.cart-item__actions-bar img {
    width: 19px;
    /* margin-right: 3px; */
}.cart-item__selector {
    background: none;
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 22px;
    cursor: pointer;
    text-transform: uppercase;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
}.cart-item__selector input[type="checkbox"] {
    width: 23px;
    height: 22px;
    border-radius: 20px;
    cursor: pointer;
    accent-color: #348607;
}.full-cart {
    padding-bottom: 40px;
}.apply-discount {
    float: left;
    width: 100%;
    border-radius: 20px;
    padding-bottom: 15px;
    background-color: white;
}.apply-discount h3 {
    float: left;
    text-align: center;
    font-size: 20px;
    width: 100%;
    background: #000;
    margin-bottom: 0px;
    padding: 12px 0px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-weight: 500;
}.apply-discount form {
    float: left;
    width: 100%;
    padding: 15px 20px;
    background: #eff8fe;
    border-radius: 10px;
}.discount-label {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    padding-top: 11px;
    margin-bottom: 9px;
}.field-type-cart {
    float: left;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: none;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400;
}.apply-code {
    float: left;
    border-radius: 8px;
    text-align: center;
    background-color: #48524c;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0px;
    width: 100%;
    padding: 13px 36px;
    margin-bottom: 4px;
    border: none;
    /* padding-left: 25px; */
    text-transform: uppercase;
    /* padding-right: 25px; */
    cursor: pointer;
}.view-coupons {
    padding-bottom: 7px;
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding-top: 14px;
    /* letter-spacing: 1px; */
    /* text-decoration: underline; */
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}.coupon-img {
    float: right;
    width: 37px;
    /* margin-right: 15px; */
    object-fit: cover;
    position: relative;
    /* top: -6px; */
    opacity: .9;
}.clp-card {
    float: left;
    width: 100%;
    padding: 0px !important;
}.coupon-apply {
    float: left;
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px rgb(0 0 0 / 26%);
    padding-top: 20px;
    padding-bottom: 20px;
}.coupon-apply h2 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: black;
}.coupon-apply p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}.apply-btn {
    float: left;
    cursor: pointer;
    border-radius: 10px;
    background-color: #48524c;
    text-align: center;
    color: white;
    font-size: 14px;
    width: 100%;
    height: 42px;
    border: none;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
}.price-box {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
    float: left;
    margin-bottom: 17px;
}.price-header {
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 9px 0px;
    text-align: center;
    font-size: 20px;
}.price-body {
    padding: 26px 22px;
    font-size: 14px;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #eff8fe;
}.price-1 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    /* gap: 20px; */
}.total-box {
    font-weight: 700;
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 23px;
}.total-box b {
    font-size: 20px;
    display: block;
    margin-top: 4px;
}.save-text {
    color: green;
    text-align: center;
    margin: 8px 0;
    font-weight: bold;
}.pay-safe {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f7fce8;
    border-radius: 10px;
    padding: 12px;
    /* margin: 15px; */
    font-size: 13px;
    color: #333;
    font-weight: 500;
    margin: 21px 0px;
}.pay-safe-icon {
    width: 30px;
    color: #1f6f0b;
    margin-top: 2px;
}.pay-safe-text {
    line-height: 18px;
    font-size: 13px;
}.pay-btn {
    background: linear-gradient(177deg, #012030 27%, #003d5e 79%);
}
.pay-butn {
    width: 100%;
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
    z-index: 1;
    transition: background 0.3s ease;
    white-space: nowrap;
}.pay-butn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}.pay-butn:hover::after {
    left: 130%;
}

/*success*/

.success{
    float: left;
    width: 100%;
    background-color: #f3faff;
    padding: 60px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}
.success-check{
    width: 95px;
}
.success h1{
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}
.success-qty{
color: #ed1c24;
    font-size: 18px;
    font-weight: 500;
}
.success-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    width: 100%;
    align-items: center;
    gap: 30px;
}
.success-a{
    font-size: 18px;
    font-weight: 500;
    color: #257ec1;
    text-transform: capitalize;
    text-decoration: underline;
}

.success-h3{
        width: 80%;
}



.success-cart {
  display: none; /* hidden by default */

}

.success-a {

  cursor: pointer;
}

.success-a .toggle-icon {
   width: 24px;
   margin-left: 9px;
   filter: brightness(0);
   margin-top: -2px;
   transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.success-a.active .toggle-icon {
  transform: rotate(180deg);
}

.full-cart-success{
    /*    width: 100%;*/
    /*display: block;*/
    /*margin: auto;*/
    /*max-width: 900px;*/
}.full-cart-success .success-qty{
    padding-left:10px;display:inline-block;
}
.full-cart-success .cart-item__delivery{
    margin-left:0;
}
.slide .splide__arrows{
    display:none;
}.my-carousel2{
    float:left;
}
#product-carousel-splide .splide__pagination__page.is-active {
    background: #000 !important;
    width: 22px;
}#product-carousel-splide .splide__pagination li button {
    background: #000;
    transform: scale(1.4);
    z-index: 1;
    height: 2px;opacity:1!important;
    margin-right: 10px;border-radius:0!important;
}
#product-carousel-splide .splide__pagination{
   bottom:-10px; 
}
#brand-carousel-splide{
        float: left;
    width: 100%;
}
#product-carousel-splide .splide__arrows{
    float: right;
    position: absolute;
    right: 2%;
    top: -50px;
}
#product-carousel-splide .splide__arrow--prev{
    position: absolute;
    left: -60px;
    background: transparent;
    border: 1px solid #cecece;
}
#product-carousel-splide .splide__arrow--next{
  right: -20px;
    position: absolute;
    background: transparent;
    border: 1px solid #cecece;
}.splide__arrow svg{
  opacity: .5;
    width: 30px !important;
    padding: 2px;
}
#product-carousel-splide .splide__arrow--next:hover{
    background:#000;
}#product-carousel-splide .splide__arrow--next:hover svg{
    opacity:1!important;filter:invert(1);
}
#product-carousel-splide .splide__arrow--prev:hover{
    background:#000;
}#product-carousel-splide .splide__arrow--prev:hover svg{
    opacity:1!important;filter:invert(1);
}
.splide__slide{
    width:100%;
}
.cust-sr{
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 40px;
  cursor: pointer;
  max-width: 175px;
  margin-right: 1%;
}
.cust-sr span{
    font-size: 16px;
    color: #3B3F40;
    cursor: pointer;
}
.head-com .nav-pills:after{
    content:'';
    position:absolute;
    background-image:url('../images/c-glass.png');
    width: 30px;
    height: 30px;
    background-size: contain;
    left: 43%;
    top: 10px;
}/* Default alignment for all tabs */
.com-table .nav-pills li a {
    width: 100%;
    display: block;
    text-align: center;
}

/* When active, left align text */
.com-table .nav-pills li.active a {
    text-align: left !important;
    padding-left: 10px;
}

/* When not active, right align text */
.com-table .nav-pills li:not(.active) a {
    /* text-align: right !important; */
    padding-right: 10px;
}/* Default alignment for all links */
.nav-pills li a {
    text-align: center;
}

/* When com-a1 is active ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ left align */
.nav-pills li.active .com-a1 {
    text-align: left !important;
}

/* When com-a2 is active ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ right align */
.nav-pills li.active .com-a2 {
    text-align: right !important;
}.head-com .nav-pills {
    position: relative;
}

.head-com .nav-pills:after {
    content: "";
    position: absolute;
    bottom: -10px;
    /* width: 25px; */
    /* height: 25px; */
    background: url('../images/c-glass.png') no-repeat center/contain;
    transition: .3s ease;
}

/* Default icon position for com-a1 */
.head-com .nav-pills li.active .com-a1 ~ .nav-pills:after { }

/* Overwrite position using JS ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â so remove old left rule if any */


.top-rating {
    float: left;
    z-index: 9;
    background: #FBE6E0;
    padding: 5px 14px;
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    top: 8px;
    border-radius: 30px;
    position: absolute;
    left: 8px;
}.share-button:hover{
    background: #002a3f;
}.share-button:hover img{
    filter:invert(1);
}.fav-button:hover{
        background: #002a3f;
}.fav-button:hover img{
        filter:invert(1);
}
.share-button{
    background: transparent;
    height: 40px;
    float: left;
    border: 1px solid #001F2F;
    width: 13%;
    border-radius: 8px;
    margin-right: 3%;
}
.trend-share{
    width: 20px;
    height: 20px;
    margin-top: -3px;
}
.btn-box{
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
#brand2-carousel-splide {
  width: 100%;
  /*overflow: visible !important;*/
}

#brand2-carousel-splide .splide__track {
  /*overflow: visible !important;*/
}

#brand2-carousel-splide .splide__list {
  display: flex;
}

#brand2-carousel-splide .splide__slide {
  flex: 0 0 calc(19% - 15px); /* 5.2 items visible */
  margin-right: 15px;
}

@media (max-width: 1200px) {
  #brand2-carousel-splide .splide__slide {
    flex: 0 0 calc(25% - 10px);
  }
}

@media (max-width: 992px) {
  #brand2-carousel-splide .splide__slide {
    flex: 0 0 calc(33.333% - 10px);
  }
}

@media (max-width: 768px) {
  #brand2-carousel-splide .splide__slide {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  #brand2-carousel-splide .splide__slide {
    flex: 0 0 50%;
  }
}
.brand1 h2 {
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #001520;
    text-align: left;
}.brand1 {
    padding: 48px 0 0 2%;
    width: 100%;
    float: left;
}.shapes {
    padding: 70px 1%;
    background-image:url('../images/bg-shape.webp');
    background-position:center;
    background-size:cover;
    width: 100%;
    float: left;
}
.shapes h2{
        float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #001520;
    text-align: left;
}

.shape-product{
    
}
.shape-product:hover img{
    filter: grayscale(1);
}
#shape-carousel-splide {
  width: 100%;
  /*overflow: visible !important;*/
}

#shape-carousel-splide .splide__track {
  /*overflow: visible !important;*/
}

#shape-carousel-splide .splide__list {
  display: flex;
}

#shape-carousel-splide .splide__slide {
  flex: 0 0 calc(19% - 15px); /* 5.2 items visible */
  margin-right: 15px;
}

@media (max-width: 1200px) {
  #shape-carousel-splide .splide__slide {
    flex: 0 0 calc(25% - 10px);
  }
}

@media (max-width: 992px) {
  #shape-carousel-splide .splide__slide {
    flex: 0 0 calc(33.333% - 10px);
  }
}

@media (max-width: 768px) {
  #shape-carousel-splide .splide__slide {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  #shape-carousel-splide .splide__slide {
    flex: 0 0 50%;
  }
}
.shape-product{
    width: 100%;
    float: left;
    position: relative;
}
.shape-product img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.shape-product h5{
    position: absolute;
    bottom: 19px;
    z-index: 99;
    display: none;
    font-size: 24px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 600;
}.na-view:hover{
    color: #49aadc;
}
.na-view{
        float: right;
    margin-bottom: 0;
    margin-top: 4px;
    color: #141B30;
    font-size: 16px;
    font-weight: 500;
}
.na-view img{
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-top: -1px;
    margin-left: 5px;
}
#ad-carousel-splide .splide__arrow--next{
    background:transparent !important;right:0!important;
}#ad-carousel-splide .splide__arrow--prev{
    background:transparent !important;left:0!important;
}#ad-carousel-splide .splide__arrow svg {
    fill: #33a0d8!important;
  opacity:1!important;
}#ad-carousel-splide .splide__arrow{
    opacity:1!important;
}
.panel-top-deal {
    width: 100%;
    float: left;
    background-image: url('../images/top-deal-bg.webp');
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding-left: 20px;
}

.panel-top-deal {}
.panel-top-deal h2{
    /* margin-top: 50%; */
    text-align: left;
    padding-left: 15px;
    width: auto;
    margin-bottom: 20px;
}
.td-view{
    font-size: 16px;
    color: #2A9DD5;
    font-weight: 500;
    text-align: center;
    /* width: 100%; */
    float: right;
    /* margin-top: 5px; */
    margin-right: 15px;
}
.td-view img{
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin-top: -1px;
    margin-left: 5px;
}
.td-view:hover{
    color: #000;
}

.testi-box{
    width: 100%;
    float: left;
    background: #fff;
}
.testi-box h5{
    
}
.testi-box h5 i{
    color: #f6bb06;
    font-size: 20px;
}
.testi-box p{
    font-size: 16px;
    color: #000;
    opacity: .7;
    font-weight: 400;
    margin-top: 15px;
}
.testi-box h6{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 13px;
    float: left;
    margin-left: 10px;
    margin-bottom: 0;
}.testi-box img:hover{
    transform: scale(1.1);
}
.testi-box img{
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 100%;
}
.testi-sec{
    background-image: url('../images/bg-testi.png');
    width: 100%;
    float: left;
    background-size: cover;
    padding: 140px 0 60px 2%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    min-height: 684px;
}
.testi-sec h2{
    float: left;
    text-align: left;
    width: 100%;
    color: #001520;
    font-weight: 700;
    font-size: 36px;
}
.testi-slider {
    float:left;
} /* let Splide show partial slides */
#testi-carousel-splide,
#testi-carousel-splide .splide__track {
  /* overflow: visible !important; */
}

#testi-carousel-splide .splide__list {
  display: flex;
  align-items: stretch;
}


#testi-carousel-splide .splide__slide {
  flex: 0 0 auto;
  /* width based on perPage. Using calc with decimal is fine in modern browsers */
  width: calc(100% / var(--testi-perpage));
  margin-right: var(--testi-gap); /* gap between slides */
  box-sizing: border-box;
  margin-bottom: 40px;
}



/* Visual card styles (you can keep your existing ones) */
.testi-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  height: 100%;
  margin-top: 30px;
}

@media (max-width: 991px) {
  #testi-carousel-splide .splide__slide {
    flex: 0 0 calc((100% / 2.2) - 16px);
  }
}

@media (max-width: 767px) {
  #testi-carousel-splide .splide__slide {
    flex: 0 0 calc((100% / 1.2) - 16px);
  }
}
#testi-carousel-splide{
        float: left;
    width: 100%;
}
#testi-carousel-splide .splide__arrows{
    float:right;
}
#testi-carousel-splide .splide__arrow--prev {
    right: 5em;
    left:inherit;
    top: -40px;
    background: #deedf7 !important;
    width: 35px;
    height: 35px;
    border: 1px solid #cecece;
    border-radius: 8px;
}#testi-carousel-splide .splide__arrow--next {
    right: 2em;
    top: -40px;
    background: #deedf7 !important;
    width: 35px;
    height: 35px;
    border: 1px solid #cecece;
    border-radius: 8px;

}#testi-carousel-splide .splide__arrow--next:hover{
    background:#00273b !important;
}
#testi-carousel-splide .splide__arrow--prev:hover{
    background:#00273b !important;
}#testi-carousel-splide .splide__arrow--next:hover svg{
   fill:#fff !important;opacity:1 !important;
}
#testi-carousel-splide .splide__arrow--prev:hover svg{
    fill:#fff !important;opacity:1 !important;
}


@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-650px * 6));
  }
}
.b2-slider {
  background: #cce4f2;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px;
}
.b2-slider .b2-slide-track {
  -webkit-animation: scroll2 18s linear infinite;
  animation: scroll2 32s linear infinite;
  display: flex;
  width: calc(100% * 12);
}
.b2-slide{
   position: relative;
   padding-right: 10px;
   padding-left: 10px;
}
.b2-slider .b2-slide h2{
  padding-top: 5px;
  font-weight: 500;
  font-size: 28px;
  color: #4A7B94;
  padding-left: 30px;
  font-style: italic;
}

.b2-slider .b2-slide span{
    float: left;
    width: 10px;
    height:10px;
    background: #257dc2;
    margin-top: 20px;
    border-radius: 100%;
}
.blog-box{
    width: 100%;
    float: left;
    border: 1px solid #eeeeee;
    border-radius: 24px;
    padding: 10px;
    background: #fbfafa;
    margin-top: 30px;
}
.blog-box:hover img{
    filter: grayscale(1);
}
.blog-box img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
}
.blog-box h6{
    font-size: 16px;
    color: #000;
    opacity: .7;
    font-weight: 400;
    margin-top: 15px;
}
.blog-box p{
    font-size: 20px;
    color: #001520;
    font-weight: 400;
    margin-top: 15px;
}.blog-view{
    display: table;
    margin: 30px auto 0;
    border: 1px solid #000;
    font-size: 16px;
    color: #257DC2;
    padding: 13px 27px;
    border-radius: 30px;
    font-weight: 500;
}
.blog-view:hover{
    background: #000;
    color: #fff;
}
.blog-sec-home{
    width: 100%;
    float: left;
    padding: 60px 1%;
}
.blog-sec-home h2{
    float: left;
    text-align: left;
    width: 100%;
    color: #001520;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
}
.line-ftr{
    background: #3f4447;
    width: 100%;
    float: left;
    height: 1px;
}
.ftr-logo-sec{
    width: 100%;
    float: left;
    border-top: 1px solid #3f4447;
    padding-top: 40px;
}
.left-sec{
    width: 50%;
    float: left;
    padding-left: 5%;
}
.left-sec a{
    
}
.left-sec a img{
    width: 272px;
}
.left-sec p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
    opacity: .5;
}
.right-sec{
    float: right;
    width: 50%;
    margin-top: 140px;
    padding-right: 5%;
}
.right-sec a{
    
}
.right-sec a img{
    width: 100%;
    max-width: 220px;
    float: right;
}
.slick-arrow{display: none !important;}
.slick-slider {
  margin-left: -12%;
  margin-right: -12%;
  width: 100%;
  display: block;
  margin: auto;
}

.slick-list {
  padding-top: 10%!important;
  padding-bottom: 10%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;
}

.slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-snext,
.slick-sprev {
  display: block;
}

.slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}
.slide2-slick .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}

.slide1-slick .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}
.slide1-slick .slick-snext {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
  z-index: 1;
}

.slide2-slick .slick-sprev {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
}
.slide1-slick img {
  display: block;
  width: 100%;
  height: 300px;

}
.slide2-slick img {
  display: block;
  width: 100%;
  height: 300px;

}
.slide2-slick{
    width: 90%;
    float: left;
}
.slide1-slick{
    float: right;
    width: 90%;
}
.trending-deals-section{
    float: left;
    width: 100%;
    padding: 70px 1% 0;
}
.trending-deals-section h2{
        float: left;
        width: 100%;
        text-align: center;
        color: #001520;
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 20px;
}#section-one {
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 58px;
    padding-bottom: 58px;
    padding-left: 1%;
    padding-right: 1%;
}.bgc img {
    width: 100%;
    border-radius: 20px;
    margin-right: 0px;
    margin-left: 0px !important;
    float: left !important;
}.ins-tab {
    position: relative;
    float: right;
    margin-top: -37px;
    background: rgb(255 3 42 / 86%);
    padding: 10px;
    color: white;
    font-size: 14px;
    border-top-left-radius: 10px;
}.contc {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 45px;
}.date {
    float: left;
    width: 100%;
    font-size: 16px;
    padding-bottom: 5px;
    color: #004795;
    font-weight: 600;
}.contc h3 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    line-height: 31px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2px;
}#section-one p {
    float: left;
    line-height: 28px;
    width: 100%;
    color: #000000;
    margin-top: 10px;
    font-size: 16px;
    padding-bottom: 25px;
}
.contc p {
    float: left;
    width: 100%;
    color: #3d3f40;
    font-size: 16px;
    line-height: 26px !important;
    padding-top: 5px;
    padding-bottom: 8px !important;
}.nav-sec-one:hover
{
    background:#000;
}

.nav-sec-one {
   background: linear-gradient(177deg, #012030 27%, #003d5e 79%);
   border: 0;
   font-size: 15px;
   color: #fff;
   padding: 15px 40px;
   border-radius: 10px;
   margin-top: 5px;
   float: left;
}#section-one h1 {
    /* float: left; */
    width: 100%;
    color: #000000;
    padding-top: 35px;
    font-size: 43px;
    padding-bottom: 13px;
    font-weight: normal;
}
.fs40 {
    padding-bottom: 4px !important;
    font-size: 40px;
}
.ptb {
    padding-top: 15px !important;
    /* padding-bottom: 40px !important; */
}.date-dts {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-bottom: 5px;
    color: #004795;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 9px;
}.related-srv {
    float: left;
    width: 100%;
    color: #56a6e3;
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}.micro-srv {
    float: left;
    width: 100%;
    padding: 25px;
    background-color: #f1fbff;
    margin-bottom: 20px;
    border-radius: 13px;
}.post-date {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #56a6e3;
    padding-top: 3px;
    padding-bottom: 5px;
}.micro-srv h3 {
    float: left;
    width: 100%;
    color: black;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}.micro-srv:hover {
    background-color: #f7f7f7;
}
.abt-3{width: 100%;float: left;padding: 30px 50px;background-color: #ebf6ff;}
.abt-3 h6{
float: left;
width: 100%;
font-size: 25px;
color: #212121;
font-weight: 600;
}.abt3-box:hover img{
    filter: contrast(0.5);
}
.abt-3 h2{font-size: 43px;color: #040404;font-weight: 300;float: left;margin-bottom: 25px;width: 100%;}
.abt-3 h2 span{font-weight: 600;/* float: left; *//* width: 100%; */}
.abt3-box{

width: 100%;
float: left;
text-align: center;
margin-top: 30px;
}
.abt3-box h5{
width: 100%;
font-size: 25px;
color: #000;
font-weight: 500;
margin-top: 20px;
}
.abt3-box p{
    width: 100%;
font-size: 15px;
color: #000;
font-weight: 400;
line-height: 28px;
}

.abt-3 img{
  width: 70px;
    object-fit: cover;
    float: none;
    display: block;
    margin: auto;
}

@media(max-width:575px){
    .aboutus {
   
    padding: 30px 0px;
}.vision-box h2{
         text-align: center !important; 
} h3 {
    font-size: 37px;
    margin-bottom: 12px;
    text-align: center !important;
    }.aboutus p{
    text-align:center;
    }
.vision-box {
    width: 100%;
    float: left;
    margin-bottom: 0px;

}
.abt-3 {
 
    padding: 30px 0px;
    }

.abt-3 h6 {
  font-size: 21px;
  text-align: center;
}

.abt-3 h2 {
    font-size: 26px;
    text-align: center;
}
.abt3-box {
   
    margin-top: 15px;
    }
.abt-3 h2 span {
 /* width: unset; */
}

}

.aboutus{
    float: left;
    width: 100%;
    padding: 50px 1%;
}
.aboutus h3{
        line-height: 40px;
        font-size: 40px;
        color: #000;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: left;
}
.aboutus h3 span{
    color:#7f1431 ;
}
.aboutus p{
        font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}

.vision-box{

width: 100%;
float: left;

margin-bottom: 30px;
margin-top: 30px;
}
.vision-box h2{color: #287dc0;font-size: 30px;font-weight: 600;}
.vision-box p{
    
   font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    }.ab-img {
    margin-bottom: 20px;
    float: right;
    object-fit: cover;
    max-width: 100%;
    margin-left: 46px;
    margin-top: 80px;
    margin-right: 50px;
}
.tag-search{
    background: #257ec2;
    position: relative;
    right: 7%;
    padding: 18px;
    border-radius: 0 40px 40px 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}.tag-search:hover{
        background: #000;
}
.reg-sec{
    float:left;
    width:100%;
    padding: 0 1%;
}
.reg-sec ul{
    
}
.reg-sec ul li{
    
}.wizard-steps {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
}

.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.step.active {
  background: #f36b21;
}

.wizard-step {
  display: none;
}

.wizard-step.active {
  display: block;
}
.flex-box-wrap {
  display: flex;
  gap: 10px;
  width: 100%;
}

.flex-box {
  flex: 1;
  text-align: center;
  padding: 25px 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}

.flex-box img {
  /* max-width: 60px; */
  margin-bottom: 12px;
}

.flex-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991px) {
  .flex-box-wrap {
    flex-wrap: wrap;
  }

  .flex-box {
    flex: 0 0 28%;
  }
}

@media (max-width: 576px) {
  .flex-box {
    flex: 0 0 48%;
  }
}
.painting-sec{
    width: 100%;
    float: left;
    padding: 70px 1% 0;
}
.painting-sec h2{
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #001520;
    text-align: left;
}
.painting-sec p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    width: 78%;
    float: left;
}
.wid-50{
    width: 48%;
    float: left;
    padding: 30px 20px;
    background: aliceblue;
    text-align: center;
    margin-right: 2%;
    margin-top: 10px;
    border-radius: 20px;
}.wid-50 img:hover{
    transform: scale(1.1);
}
.wid-50 img{
    width: 70px;
}
.wid-50 h6{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
}
.print-img{
    
}
.print-img img{
    width: 100%;
    float: left;
    border-radius: 50px 0 50px 0;
    height: 670px;
    object-fit: cover;
}
.painting-sec a{
    background: linear-gradient(177deg, #012030 27%, #003d5e 79%);
    border: 0;
    width: 20%;
    float: right;
    margin-right: 2%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
}
.painting-sec a:hover{
    background: #000;
}
.fil-list{
    width:100%;
    float:left;
    padding: 70px 1%;
    border-top: 1px solid #cecece;
}.contact2 .nav-tabs .nav-link {
    color: #ffffff;
    background-color: #56a6e3;
    border: 0;
    border-radius: 10px;
    margin-right: 10px;}
.contact2 .nav-tabs{
    border:0;
}
.contact2 .nav-tabs .nav-link.active{
    background-color:#000;
}


























.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

.msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

.msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

.msform fieldset:not(:first-of-type) {
    display: none
}



.msform input:focus,
.msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

.msform .action-button {
    width: 100px;
    background: #000000;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

.msform .action-button:hover,
.msform .action-button:focus {
    background-color: #267ec2;
}

.msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

.msform .action-button-previous:hover,
.msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 29px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #000000;
    text-align: left;
    font-size: 16px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.register-sec input[type=checkbox], .dropdown-content, .register-sec input[type=radio] {
    display: block!important;
}
.reg-sec [type="radio"]:checked,
.reg-sec [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.reg-sec [type="radio"]:checked + label,
.reg-sec [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.reg-sec [type="radio"]:checked + label:before,
.reg-sec [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.reg-sec [type="radio"]:checked + label:after,
.reg-sec [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #257ec2;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.reg-sec [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.reg-sec [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.msform p{
    float:left;
    width:auto;
}
.msform input[type="text"]{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #cecece;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
}
.msform select{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #cecece;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
}
.msform input[type="email"]{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #cecece;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
}
.fieldlabels{
    width: 100%;
    float: left;
}
.reg-sec h2{
    font-size: 25px;
    font-weight: 600;
}#tabs-2 h6{
    text-align: left;
    font-size: 16px;
    color: #000;
}
#tabs-2 p{
    font-size: 16px;
    color: #000;
    width: 100%;
    float: left;
    width: auto;
}
#tabs-2 input[type="text"]{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #cecece;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
}#tabs-2 input[type="email"]{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #cecece;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
}.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 10px 43px;
  background-color: #257ec2;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
.dnld-app{
    float: left;
    width: 240px;
    height: 52px;
    border-radius: 13px;
    background-color: #000000;
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    /* padding-top: 13px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-out 0.4s;
    font-family: 'Rubik', sans-serif;
    box-shadow: 0 3px 0px rgb(255 255 255);
}
.dnld-app:hover{
    background: #257ec2;
}
#tabs-2 p{
    
}
.sub-bt{
        float: left;
        width: 240px;
        height: 52px;
        border-radius: 13px;
        background-color: #000000;
        color: white;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        /* padding-top: 13px; */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-out 0.4s;
        box-shadow: 0 3px 0px rgb(255 255 255);
        border: 0;
        margin-bottom: 40px;
        margin-top: 10px;
}.sub-bt:hover{
    background: #257ec2;
}
.sub-new{
    position: relative;
}
.sub-ul{
    position: absolute;
    display: none;
    top: 34px;
    border-radius: 5px;
}
.sub-ul li{
    list-style: none;
    float: left;
    width: 100%;
    padding: 5px;
}.sub-ul li a:hover{
    color: #56a6e3;
}
.sub-ul li a{
    font-size: 15px;
    color: #000;
}
.sub-new:hover .sub-ul{
    display: block;
    background: #fff;
    padding: 20px;
    width: 200px;
    z-index: 999;
}/* --- Accordion Wrapper (Left Column) --- */
/* Accordion Wrapper */
.accordion-wrapper {
    flex: 1;
    min-width: 0;
}

/* Accordion Box */
.accordion-item {
    background-color: #bbdcf5;
    border: 1px solid transparent;
    /*border-image: linear-gradient(90deg, #DAD9D9 0%, rgba(229, 24, 31, 0.77) 100%) 1;
    */
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Header */
.accordion-header {
    display: flex;
    align-items: center;
    padding: 25px 19px;
    cursor: pointer;
    background-color: #bbdcf5;
    transition: background-color 0.3s ease;
}

.accordion-item.active .accordion-header {
    padding-bottom: 10px;
}

/* Left Content */
.header-left {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 20px;
    font-weight: 500;
    color: #0e0e0e;
    line-height: 155%;
}

.header-left img {
    max-width: 30px;
}

/* Content Animation */
.accordion-content {
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    opacity: 1;
    padding: 0px 15px 20px;
}

.accordion-content p {
    margin: 0;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 159%;
}
.faq-sec{width: 100%;float: left;padding: 70px 1%;}
.faq-sec h1{
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #001520;
    text-align: center;
}
.faq-box{
    max-width: 700px;
    display: block;
    margin: auto;
}
.add-vdo-link{
    width: 100%;
    float: left;
    padding: 60px 0 40px;
}
.add-vdo-link h1{
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #001520;
    text-align: center;
}
.dnd-box{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.dnd-box label{width: 100%;float: left;font-size: 16px;font-weight: 600;}
.dnd-box label{
    
}
.dnd-box input{
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 10px;
}
.dnd-box a{
    background: #001520;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.dnd-box a:hover{
    
}.sub-ul2 {
    position: absolute;
    display: none;
    top: -7px;
    width: 188px;
    right: -180px;
    padding: 6px;
    background: #d9edfd;
    border-radius: 5px;
}
.sub-new2:hover .sub-ul2{
    display:block;
}.sub-new:hover .sub-ul {
    display: block;
    background: #fff;
    padding: 20px;
    width: 200px;
    z-index: 999;
}.sub-new2 {
    position: relative;
}
@media(max-width:991px){
    .sub-ul2 {
    position: absolute;
    display: none;
    top: 41px!important;
    width: 100%!important;
    right: 0!important;
    padding: 6px;
    background: #d9edfd;
    border-radius: 5px;
}.sub-new:hover .sub-ul {
    display: block;
    background: #fff;
    padding: 20px;
    width: 100%!important;
    z-index: 999;
}
}
table{
    width: 100%;
    float: left;
    border: 1px solid #cecece;
}
table tbody{
    
}
table tr{
    width: 100%;
    /* float: left; */
    border-bottom: 1px solid #cecece;
}
table th{
    background: #56a6e3;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    border-right: 1px solid #73b6e9;
    text-align: center;
}
table td{
    color: #000000;
    font-size: 14px;
    padding: 5px;
    border-right: 1px solid #cecece;
    text-align: center;
}
.log-new {
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.log-new h5{
    width: 100%;
    float: right;
    margin: 0;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: #257dc2;
    font-weight: 600;
}
.log-new img{
    width: 100%;
    float: left;
    height: 60px;
    object-fit: contain;
}