/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Raleway:wght@300;400;500;600;700;800;900&display=swap'); */
:root {
    --body-fonts:'Poppins', sans-serif;
    --number-fonts:'Poppins', sans-serif;
  }
  /* common */
.common-btn{
    padding: 10px 40px;
    border-radius: 0px;
    font-weight: 600;
}
.common-title{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}
@media screen and (max-width:700px) {
    .common-title{
        text-align: center;
        font-size: 1.2rem;
        font-weight: 700;
    }
    .cart-navlink{
        display: none;
    }   
}
*{
padding: 0%;
margin: 0%;
box-sizing: border-box;
}
body{
    font-family: var(--body-fonts);
}
.navbar-div{
    background-color:#FDB49C;
    font-family: var(--body-fonts);
}
.navbar-ul li a{
    color: rgba(27, 27, 27, 1);
    font-size: 16px;
    font-weight: 550;
}
.navbar-offcanvas-header{
    background-color: #FDB49C;
}
@media screen and (min-width:991px) {
    .navbar-ul li{
        margin-left: 25px;
    }
}
.cart-badge{
    font-size: 7px;
    position: relative;
    right: 16px;
    top:5px;
    color: black;
    background-color: white;
}
.cart-badge-sm{
    position: relative;
    background-color: white;
    color: black;
    font-size: 10px;
    left:33px;
    top:6px;

    
}
/* index silder */
@media screen and (min-width:700px) {
    .fade-up-ani{
        position: relative;
        animation: fadeup 1s ease-in-out ;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
    
    }
    .fade-in-ani{
        position: relative;
      animation: fade-down 1s ease-in-out ;
      animation-iteration-count: 1;
      animation-timing-function: ease-in-out;
    }
    .fade-in-ani1{
        position: relative;
      animation: fade-down1 1s ease-in-out ;
      animation-iteration-count: 1;
        /* animation-delay: .5s; */
      animation-timing-function: ease-in-out;
    }
    @keyframes fade-down1 {
        from {top: -200px;}
        to {top: 0px;}
        /* 0%   {left:0px; top:0px;} */
        /* 25%  {left:200px; top:0px;} */
        /* 50%  {left:0px; top:0px;} */
        /* 75%  {left:0px; top:200px;} */
        /* 100% {left:0px; top:0px;} */
      
      }
    
    @keyframes fadeup {
        from {top:200px;}
        to {top: 0px;}
      }
    @keyframes fade-down {
        from {top: -200px;}
        to {top: 0px;}
      }
    
}  

.index-carousel-img{
    max-width: 100% !important;
    height: auto;
}
.index-carousel-section .carousel-item {
    transition: transform 5s ease-in-out;
  }
  .index-carousel-section .carousel-fade .active.carousel-item-start,
  .index-carousel-section .carousel-fade .active.carousel-item-end {
    transition: .1s all;
  }
.index-carousel-section{
    background-color: #FFF9F8;
}
.index-carousel-title{
    font-size: 2.5rem;
    color: black;
    font-weight: 700;
}
.carousel-para{
    color: #1B1B1B;
    font-size: 15px;
    font-weight: 600;
}

/* .carousel-indicators-numbers {
    li {
        list-style: none;
      text-indent: 0;
      margin: 0 5px;
      width: 10px;
      height: 10px;
      border: none;
      transform: rotate(45deg);
      line-height: 30px;
      color: #fff;
      border: 1px solid black ;
      transition: all 0.25s ease;
      &.active, &:hover {
        margin: 0 5px;
        width: 10px;
        height: 10px;
        background-color: #1B1B1B;        
      }
    }
} */
.carousel-indicators-numbers{
    bottom: -30px;
}
.carousel-indicators-numbers li{
    list-style: none;
    text-indent: 0;
    margin: 0 5px !important;
    width: 7px !important;
    height: 7px !important;
    transform: rotate(45deg);
      line-height: 30px;
      background: white;
      border: 1px solid black !important;
      transition: all 0.25s ease;
}
.index-carousel-section .carousel-indicators .active{
    border: 1px solid black !important;
        background-color: #1B1B1B !important;
}
@media screen and (min-width:991px) {
    .carousel-all-element{
        padding: 45px;
    }
}
@media screen and (max-width:912px) {
    .index-carousel-title{
        font-size: 1.7rem;
    }
}
@media screen and (max-width:700px) {
    .index-carousel-title{
        font-size: 1.5rem;
        margin-bottom: 0px;
    }
    .carousel-all-element{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .index-title-span{
        margin-bottom: 0px;
        display: block;
    }
}

/* circle section */
.circle-img-div:hover .circle-section-para{
    color: #FDB49C;
}
.circle-img-div img{
    width: 100px;
    height: 100px;
    max-width: 100%;
    /* border-radius: 50%; */
}
@media screen and (max-width:700px) {
    .circle-element{
        gap: 10px;
    }
    .circle-section-para{
        font-weight: 500;
        color: #1B1B1B;
        font-size: 12px ;
        text-align: center;
    }
}
@media screen and (min-width:701px) {
    .circle-element{
        gap: 20px;
    }
    .circle-section-para{
        font-weight: 500;
        font-size: 14px ;
        color: #1B1B1B;
        text-align: center;
    }
}

/* offers */
@media screen and (max-width:700px){
    .offers-title{
        font-size: 2rem !important;
        font-weight: 800;
    }
}
@media screen and (max-width:912px){
    .offers-title{
        font-size: 1.5rem !important;
        font-weight: 800;
    }
    .offers{    
        padding: 10px 0% !important;
    }
}
.offers-title{
    font-size: 2.5rem;
    font-weight: 800;
    line-height: normal;
}
.offers-col{    
    /* padding: 30px 0%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer-section{
    background-color: #ECF3F3;
}
/* .offer-img{
    max-width: 100%;
}  */

/* best-collection-section */
.best-collection-tiltle{
    font-size: 2rem;
    font-weight: 500;
    /* padding: 50px 0%; */
}
.best-collection-section{
    background: url(/assets/img/bg/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* best seller */
.best-seller{
.card {
    overflow: hidden;
    border: none;
    .card-img {
      height: 20rem;
      /* width: 100px; */
    }
    .card-img-container img {
      object-fit: cover;
      object-position: center;
      max-height: 100%;
      height: 20rem;
    }
    /* .card-img-overlay {
      color: #fff;
      font-weight: bold;
      text-shadow: 0 0 3px #ff0000, 0 0 5px #0000ff;
    } */
  }
  
  /* small and extra-small screens */
  @media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
      display: none;
      &:first-child {
        display: block;
      }
      .card-img-container img {
        width: 100%;
      }
    }
  }
  
  /* medium and up screens */
  @media (min-width: 768px) {
    .carousel-inner {
      .carousel-item-end.active,
      .carousel-item-next {
        transform: translateX(25%);
      }
      .carousel-item-start.active,
      .carousel-item-prev {
        transform: translateX(-25%);
      }
      .carousel-item.active,
      .carousel-item-next,
      .carousel-item-prev {
        display: flex;
      }
      .carousel-item-end,
      .carousel-item-start {
        transform: translateX(0);
      }
    }
    .card-img-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      img {
        display: inline-block;
        max-height: 100%;
        margin: 0 -50%;
      }
    }
  }
  .w-aut {
    height: 30px;
    width: 30px;
    /* background-color: #1B1B1B !important; */
    color: #1B1B1B;
    border: 1px solid #1B1B1B;
    border-radius: 50%;
    position: relative;   
  }
  .w-aut:hover{
    color: #ECF3F3;
    background: #1B1B1B !important;
    /* background-color: #1B1B1B; */
  }
  .w-aut span i{
    font-size: 14px;
    /* width: 15px; */
  }
  .best-seller-indicators{
    gap: 5px;
    position: absolute;
    top: -50px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

}

.overlay-btn{
    padding: 5px 20px;
    color: white;
    background: none;
    border-radius: 0px;
    border: 2px dotted white;
}
.overlay-btn:hover{
    color: #ECF3F3;
    border: 2px dotted #fff;

}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:linear-gradient(to top, rgba(12, 10, 7, 1),rgba(12, 10, 7, .2)) ;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.item {
    position: relative;
    overflow: hidden;
    /* margin: 2px 0; */
}

.item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}
.title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}
.item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 17px 0;
}
/* .text {
} */
/* about us */
.about-title{
font-size: 2.5rem;
font-weight: 700;
}
.about-sub-title{
    font-weight: 600;
    font-size: 2rem;
    text-transform: capitalize;
}
.about-sub-title span{
    color: #5C5C5C;
}
.about-para{
    text-align: justify;
    font-size: 16px;
}
.about-img-div img{
    padding: 10px;
    height: 100%;
    max-width: 100%;
}
@media screen and (min-width:991px) {
    .about-img-div img{
        padding: 5%;
        height: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width:912px) {
    .about-elements{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .about-title{
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        }
        .about-sub-title{
            font-weight: 600;
            font-size: 1.3rem;
            text-align: center;
            text-transform: capitalize;
        }
        .more-btn{
            display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        }
}




.slider-img{
    border: 1px dotted black;
    border-radius: 5px;
    padding: 2px;
}
  /* Slider */
  
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

  /* footer */
  .widget-title{
    font-size: 21.1px;
    font-weight: 500;
  }
  .widget ul li a{
    color: #1B1B1B;
    font-weight: 400;
    font-size: 14px;
  }
  .footer-section{
    background-color: #FDB49C;
  }
  .address p{
    font-size: 14px;
    color: #1B1B1B;
    font-weight: 500;
  }
  .numberfont{
    font-family: var(--number-fonts);
    font-weight: 500 !important;
  }
  .social-icon {
    margin-top:30px;
    letter-spacing: 1.5rem;
    display:flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
  }
  .social-icon:before,.footer-section p:after {
    /* color:white; */
    content:'';
    flex:1;
    border-bottom: 1px solid #1B1B1B;
    margin: auto 0.25rem;
    /* box-shadow: 0 -2px ; */
  }
  .copyright-div{
    font-size: 14px;
    font-weight: 500;
  }
  /* login */
  .login-title{
    font-size: 1.8rem;
    font-weight: 700;
  }
  .get-otp-btn{
    border-radius: 0px;
    margin-top: 20px;
    padding: .7rem 0%;
    font-weight: 500;
  }
  .login-mobile-number{
    border-radius: 0px;
    padding: .7rem;

  }


  .intl-tel-input,
.iti{
  width: 100%;
}
.login-img{
    max-width: 100%;
}
@media screen and (min-width:991px) {
    .login-img{
        padding: 20px 30px;
        max-width: 100%;
    }
    .logi-boder-col{
        border-right:1px solid rgba(92, 92, 92, .3) ;
    }
    .logi-form-div{
        padding: 30px;
        display: grid;
        place-content: center center;
        width: 90%;
    }
    .login-section{
        padding: 50px;
    }
}
@media screen and (max-width:912px)and (min-width:720px) {
    .login-img{
        padding: 10px 10px;
        max-width: 100%;
    }
    .logi-boder-col{
        border-right:1px solid rgba(92, 92, 92, .3) ;
    }
    .logi-form-div{
        padding: 10px;
        display: grid;
        place-content: center center;
        width: 100%;
    }
    .login-section{
        padding: 50px;
    }
    .login-title{
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
      }
      .login-para{
        text-align: center;
      }
}
@media screen and (max-width:700px) {
    .login-img{
        padding: 5px;
        max-width: 100%;
    }    
    .logi-form-div{
        padding: 0%;
        display: grid;
        place-content: center center;
        width: 100%;
    }
    .login-section{
        padding: 20px;
    }
    .login-title{
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
      }
      .login-para{
        text-align: center;
      }
}

/* Otp Verification */
.otp-verifi-number{
    font-family: var(--number-fonts);
    font-size: 14px;
    color: #5C5C5C;
}
.otp-verifi-number:hover{
    color: black;
}

.otp-form .otp-field {
	display: inline-block;
	width: 5rem;
	height: 4rem;
	font-size: 2rem;
	line-height: 4rem;
	text-align: center;
	border: none;
	border-bottom: 2px solid var(--bs-secondary);
	outline: none;
    margin-right: 3px;
}

.otp-form .otp-field:focus {
	border-bottom-color: var(--bs-dark);
}
.otp-verification-div{
    border: none;
}
.otp-verifi-btn-div{
    width: 100%;
}
.otp-resend{
    font-size: 14px !important;
    text-align: center;
}
.otp-resend a{
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.otp-verifi-btn{
    width: 100%;
    border-radius: 0px;
    padding: .7rem 0%;
}
@media screen and (max-width:912px) and (min-width:720px) {
    .otp-form .otp-field {
        display: inline-block;
        width: 3.2rem;
        height: 4rem;
        font-size: 2rem;
        line-height: 4rem;
        /* text-align: center; */
        border: none;
        border-bottom: 2px solid var(--bs-secondary);
        outline: none;
        margin-right: 3px;
    }
}
@media screen and (max-width:700px) {
    .otp-form .otp-field {
        display: inline-block;
        width: 3.1rem;
        height: 4rem;
        font-size: 2rem;
        line-height: 4rem;
        /* text-align: center; */
        border: none;
        border-bottom: 2px solid var(--bs-secondary);
        outline: none;
        margin-right: 3px;
    }
}
/* accout-details */
/* profile-section*/
.profile-title{
    font-size: 1.7rem;
    font-weight: 700;
}
.accout-details-ul{
    border-right: 1px solid rgba(92, 92, 92, .3);
    border-bottom: none;
}
.accout-details-ul li a{
    padding-left: 25px;
    color: #1B1B1B;
    font-weight: 500;
    border: none !important;
    font-size: 16.32px;
}
.accout-details-ul li a:hover{
    color: black;
}
.myprofile-all-element-div .numberfont{
font-weight: 700 !important;
}
.accout-details-ul li:nth-child(1){
    padding-top: 0px;
}
.accout-details-ul li:last-child{
    padding-bottom: 0px;
}
.accout-details-ul li{
    padding: .5rem;
    padding-right: 0px;
    /* padding-top: 0px; */
}
.accout-details .nav-tabs .nav-item.show .nav-link,.accout-details .nav-tabs .nav-link{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accout-details .nav-tabs .nav-item.show .nav-link,.accout-details .nav-tabs .nav-link.active{
    background: linear-gradient(to right, black 99% ,#FDB49C 1%);
    color: white;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}
.myprofile-form input{
border-radius: 0px;
}
.myprofile-form label{
    font-size: 14px;
    font-weight: 700;
}
.myprofile-form input::placeholder{
    padding-left: 10px;
    font-size: 12px;
}
.myprofile-form-save-btn{
    padding:5px 2rem ;
    border-radius: 0px;
}
.myprofile-form-cancel{
    padding:5px 2rem ;
    border-radius: 0px;
}
.myprofile-form-cancel:hover{
    background: #212529;
    color: white;
}
.myprofile-all-element-div{
    padding: 30px 100px;
}
.tab-pane-col{
    border: 1px solid rgba(92, 92, 92, .3);
}
@media screen and (max-width:912px) and (min-width:720px) {
    .myprofile-all-element-div{
        padding: 30px 20px;
    }
}
@media screen and (max-width:700px){
    .myprofile-all-element-div{
        padding: 30px 20px;
    }
    .tab-pane-col{
        border: 1px solid transparent;
    }
    .myprofile-form-btns-div{
        text-align: center !important;
    }
    
}

.order-list-table tbody tr td{
    text-align: center;
font-family: var(--number-fonts);
font-family: 500;
font-size: 14px;
padding: 15px 0%; 

}
.order-list-table thead th:first-child,.order-list-table tbody tr td:first-child{
    text-align: start;
    padding-left: 0px;
}

.order-list-table thead th{
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid rgba(92, 92, 92, .3);

}
.table-badge{
    padding: 5px 20px !important;
}
.table-title,.inner-accounttitle{
    font-size: 1.5rem;
    font-weight: 600;
}

/* Details */
.details-first-row{
    justify-content: space-between;
    align-items: center;
}
.customer-details div p{
    width: 60%;
    font-size: 12px;
}
@media screen and (max-width:720px) {
    .customer-details div p{
        width: 100%;
        font-size: 10px;
    }
}
.customer-details span{
    font-family: var(--number-fonts);
    font-weight: 300;
}
.customer-details-heading{
    /* font-size: 12px; */
    font-weight: 650;
}
.customer-details-order-number{
    font-size: 12px;
    font-family: var(--number-fonts);
    font-weight: 400;
}
.order-detais-table-product-name{
    font-size: 12px;
    line-height: 20px;
    font-weight: 550;

}
.details-table{
    border-bottom: 1px solid  rgba(92, 92, 92, .3);
}
.details-table tbody tr td{
    font-size: 12.5px;
    font-weight: 550;
}
.details-table thead th{
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}
.details-table thead th:first-child,.details-table tbody tr td:first-child{
    padding-left: 0px !important;
    text-align: center !important;
}
@media screen and (min-width:991px) {
    .details-table th,.details-table td{
        padding:20px 45px !important;
        }
}
.payment-details-total{
    display: flex;
    justify-content: space-between;
    align-items: center ;
    font-size: 17.5px;
    border-top: 1px solid rgba(92, 92, 92, .7);
    border-bottom: 1px solid rgba(92, 92, 92, .7);
}
.payment-details-total p{
    margin-bottom: 0px;
    color: #000000;
    font-weight: 500;
}
.center-td{
    position: relative;
    top: 20px;
}
.details-table thead th{
    border-bottom: 1px solid rgba(92, 92, 92, .3);
}
.order-no-row{
    border-bottom: 1px solid rgba(92, 92, 92, .3);
}
.dtails-all-element-row{
    border: 1px solid rgba(92, 92, 92, .3);
}
.orderplace{
    display: flex;
    justify-content: space-between;
    font-size: 12.50px;
}
.orderplace p:first-child{
    background: -webkit-linear-gradient(rgba(27,27,27,.6),rgba(27,27,27,.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.orderplace p:last-child{
    font-weight: 600;
}
.payment-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
}
@media screen and (min-width:1250px) {
    .payment-details-all{
        position: relative;
        /* right: 10px; */
        left: 10px;
        }
}
.payment-row{
    border-top: 1px solid rgba(92, 92, 92, .3);

}



/*My location */

.mylocation-all-element{
    display: flex;
    justify-content: space-between;
}
.mylocation-address{
    width: 400px
}
@media screen and (max-width:700px) {
    /* .mylocation-all-element{
        padding: 10px 10px;
        border: 1px solid rgba(92, 92, 92, .3);
        border-radius: 5px;
    } */
    .mylocation-address{
        width: 100%
    }
    .mylocation-all-element{
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
    }
}

.mylocation-nameandaddress{
    font-size: 15px;
    font-weight: 400;
    color: #5C5C5C;
    font-weight: 400;

}
.edit-span{
    border-right: 1px solid rgba(92, 92, 92, .3) !important;
    color: #000000;
}
.removespan{
    color: #B40202;
    font-weight: 400;
}
/* .mylocation-all-element{
    padding: 20px 70px;
    border: 1px solid rgba(92, 92, 92, .3);
    border-radius: 5px;
} */
@media screen and (min-width:720px) {
    .mylocation-all-element{
        padding: 20px 70px;
        border: 1px solid rgba(92, 92, 92, .3);
        border-radius: 5px;
    }
}
.mylocation-sec{

 .accordion-button{
    font-size: 22px;
    font-weight: 500px;
 }
 .accordion-button:not(.collapsed){
    background: none;
    border: none !important;
    box-shadow: none;
 }
 .accordion-button:focus{
    /* border: none; */
    color: #000000  ;
    box-shadow: none;
 }

 .accordion-body{
    padding: 10px 45px;
     
    }
    @media screen and (max-width:700px) {
        .accordion-body{
            padding: 10px 10px; 
            }
            .add-new-address .add-new-button-div{
                text-align: center;
            }
       }
}
@media screen and (max-width:912px) and (min-width:720px) {
    .mylocation-sec .accordion .accordion-body{
    padding: 10px 50px;
        
    }
}
.mylocation-sec .accordion .accordion-body button{
    font-size: 16px;
    padding: 6px 31px ;
    border-radius: 0px;
}
.add-new-address input{
    border-radius: 0px;
    height: 37.7px;
    font-size: 13px;
    padding-left: 20px;
}

.add-new-address label{
    font-size: 14px;
    background: -webkit-linear-gradient(rgba(27,27,27,.6),rgba(27,27,27,.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}
@media screen and (max-width:700px) {
    .mylocation-sec .accordion {
    padding: 0% 10px;
     
    }
    .mylocation-sec .accordion .accordion-body button{
        font-size: 14.5px;
        border-radius: 0px;
    }
    /* .mylocation-sec .accordion .accordion-body{
        
    } */
}
.edit-address-header{
    border: none;
}

.modal-updatebtn{
    padding: 6px 3rem;
}
/* .model-close-btn{
    filter: brightness(0) invert(1) !important;
}

} */

/* whislist */
.whislist-img {
    margin-right: 20px;
}

.add-to-cart-btn {
    font-size: 11.19px;
    font-weight: 500;
}

.wishlist-table thead th {
    font-size: 16px;
    font-weight: 300;
}

.wishlist-table tbody tr td {
    padding-top: 45px;
    font-size: 13.24px;
    font-weight: 400;
}

.wishlist-table tbody tr td:first-child {
    padding-top: 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.wishlist-table {
    width: 100%;
}
/* .add_and_remove_span {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.add_and_remove_span a i {
    color: #B40202;
} */
.remove_span{
    color: #B40202;
}
@media screen and (max-width: 700px) {
    .rs{
        font-size: 8px;
    }
    .wishlist-table {
        width: 550px;
    }
    .whislist-img {
        margin-right: 10px;
        padding-top: 5px;
        margin-bottom: 5px;
    }
    .wishlist-table thead th {
        font-size: 12px;
        font-weight: 300;
    }
    .add-to-cart-btn {
        font-size: 10px;
        font-weight: 500;
        padding: 4px 8px;
    }
    .wishlist-table tbody tr td {
        padding-top: 45px; 
        font-size: 10px;
        font-weight: 400;
    }
    .wishlist-table tbody tr td:first-child {        
        font-size: 10px;
        /* display: block; */
    }
}




/*  */

.sidebar li .product-section-submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
    /* position: relative; */
	padding-left: 1.6rem; 
	/* padding-right: 1rem; */
    font-size: 12px;
  /* font-family:'PT Sans Narrow' ; */
}
@media screen and (max-width:720px) {
    .product-section-page-cardmenu li a{
        padding-left: 10px;
        }
        .sidebar-heading{
        /* padding-left: 10px; */
            
          }
          .filter-heading{
            padding-left: 10px;

          }
}
@media screen and (min-width:720px) {
    .product-section-page-cardmenu li a{
        padding-left: 0px;
        }
}
#nav_accordion{
    border-radius: 0%;
    
  }
  #nav_accordion .nav-link{
    color:rgba(27, 27, 27, 1);
    font-weight: 400;
  }
  .product-section-navlink{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    font-weight: 400; 
    font-size: 14px;
  }
  .product-section-navlink i{
    font-size: 12px;
  }
  .product-section-navlink:hover,
  .product-section-navlink:focus{
    color: black !important;
  }
  .product-section-page-cardmenu{
    border: none;
  }

  .filter-heading p:first-child{
    font-size: 16px;
    font-weight: 500;
  }
  .filter-heading{
    border-bottom: 1px solid rgba(92, 92, 92, .5);
  }
  .sidebar-heading{
    font-size: 18px;
    font-weight: 500;
  }

  /* product details */

.tab-img{
    max-width: 100%;
    /* height: 100%; */
}
.tab-img-small{
    margin-bottom: 12px;
}
.picture{
    height: 100%;
}
@media screen and (min-width:991px) {
    .long-img-border{
        border-left: 1px solid rgba(92, 92, 92, .5);
    }
}
@media screen and (max-width:700px) {
    .tab-img-small-all{
        display: flex;
        overflow-x: scroll;
        gap: 10px;
        margin-bottom: 10px;
        
    }
    .resverse-img-row{
        flex-direction: column-reverse;
    }
}
.myhover{
    width: 95px;
    height: 120px;
}
.myhover:hover {
    opacity: 0.6;
}
.product-details-sec .breadcrumb-product{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.meterial-name{
    font-size: 22px;
    font-weight: 400;
}
.meterial-rate{
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}
.meterial-rate-div{
    font-size: 19px;
    color: rgba(92, 92, 92, 1);
    border-bottom: 1px solid rgba(92, 92, 92, .5) ;
}
.meterialsizes{
    font-size: 19.4px;
    font-weight: 500;
}

.size-select-input{
    height: 45.86px;
    /* width: 419.83px; */
    /* width: auto; */
}
@media screen and (max-width:700px) {
    .size-select-input{
        height: 45.86px;
        /* width: 419.83px; */
        width: auto;
    }
}
.shoulder-drape-style-title{
    font-size: 19.4px;
    font-weight: 400;
}
.shoulder-drape-style-para{
    font-size: 13px;
}
.shoulder-drape-style-para:first-child{
    width: 100px;
}
.packet-input-lable{
    font-size: 12px;
    font-weight: 500;
}
.packet-input{
    
}
.form-check-input:checked{
    /* background-color: #000000; */
    border-color: #000000;
}
.form-check-input:checked[type=radio]{
background: url(/assets/img/product-details/dot.png);
background-repeat: no-repeat;
background-position: center;
}
.final-rate{
    font-size: 17.85px;
    font-weight: 600;
}
.finnal-total-cart-btn{
    font-size: 16px ;
    font-weight: 500;
    padding: 6px 31px;
}
.qty{
    width: 100px; 
    border-radius: 0px;
}
.view-cart-table-qty{
    width: 81.36px;
    border-radius: 0px;
    height: 29.03px;
}
.product-details-sec .input-wrapper {
    display:inline-block;
    position: relative
}
.product-details-sec .input-wrapper::before {
    font-family: 'FontAwesome';
    content: '\002B';
    position: absolute;
    font-size: 12px; 
    left: 20px;
    top: 10px;
} 
.product-details-sec .input-wrapper::after {
    font-family: 'FontAwesome';
    content: '\2212';
    position: absolute;
    left: 90px;
    font-size: 12px;
    top: 10px;
} 

.product-details-tab-ul li {
    font-size: 16px;
    margin-bottom: 5px;
    color:rgba(0, 0, 0, 0.7);
}
.product-details-tab-ul li span{
    font-weight: 500;
    color:rgba(0, 0, 0, 1);

}
.product-details-tab-div .product-details-tab-div-ul .nav-item .nav-link{
    font-size: 18px;
    /* margin-left: 10px; */
    font-weight:500;
    border: none ;
    text-decoration: none;
    color: rgba(92, 92, 92, 1);
    padding-left: 0px;
    padding-right: 0px;
}
.product-details-tab-div .product-details-tab-div-ul{
    border: none;

}
@media screen and (min-width:991px) {
    .product-details-tab-div .product-details-tab-div-ul .nav-item{
        margin-right: 120px;
    }
}
@media screen and (max-width:912px) and (min-width:720px) {
    .product-details-tab-div .product-details-tab-div-ul .nav-item{
        margin-right: 50px;
    }
}
@media screen and (max-width:700px) {
    .product-details-tab-div .product-details-tab-div-ul .nav-item{
        margin-right: 25px;
    }
    .product-details-tab-div .product-details-tab-div-ul{
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* @media screen and (min-width:720px) {
    .product-details-tab-div .nav{
        border: none;
        display: flex;
        align-items: start;
        justify-content: start;
    }
}
@media screen and (max-width:700px) {
    .product-details-tab-div .nav{
        border: none;
        display: flex;
        align-items: start;
        justify-content: start;
    }
} */
.product-details-tab-div .nav-tabs .nav-item.show .nav-link,.product-details-tab-div .nav-tabs .nav-link.active{
    border-bottom: 1px solid black !important;
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 500;
}
.suggestion-product .dress-name{
    font-size: 10.85px;
}
.suggestion-product .product-card-body{
    font-size: 10.85px;
    font-weight: 500;
}
.you-might-like-title{
    font-size: 25px;
    font-weight: 400;
}


  
  .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 15px;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .field input {    
    width: 92px;
    height: 27px;
    outline: none;
    font-size: 12px;
    /* margin-left: 12px; */
    /* border-radius: 5px; */
    padding-right: 5px;
    border-radius: 0px;
    text-align: end;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider-price {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider-price .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #000000;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #000000;
    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: #000000;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  
  .apply-btn{
    border: 1px solid rgba(92, 92, 92, .5);
    border-radius: 0px;
    width: 100%;
    font-size: 12.07px;
  }
  .apply-btn:hover{
    border: 1px solid rgba(92, 92, 92, .5);
  }
  /* .input-min{
    padding-left: 50px;
    background: url("assets/img/icon/rs.png") no-repeat left;
    background-size: 10px;
  } */

  .input-wrapper {
    display:inline-block;
    position: relative
}
.input-wrapper::before {
    font-family: 'FontAwesome';
    content: '\20B9';
    position: absolute;
    font-size: 12px;
    left: 5px;
}       
.productsec{
    
    .accordion-button{
        font-size: 18px;
        font-weight: 500;
     }
     .filterbgimg .accordion-header{
        border-bottom: 1px solid rgba(92, 92, 92, .3);
     }
     .filterbgimg .accordion-button::after{
        background: url('/assets/img/icon/filter.png');
     }
     @media screen and (max-width:720px) {
        .accordion-button{
            padding-left: 10px;
        }
        .product-ac-body{
            padding-left: 10px;

        }
     }
     @media screen and (min-width:720px) {
        .accordion-button{
            padding-left: 0px;
        }
        .product-ac-body{
            padding-left: 0px;
        }
     }
     .accordion-button:not(.collapsed){
        background: none;
        box-shadow: none;
        border: none;
     }
     .accordion-button:focus{
        color: #000000  ;
        box-shadow: none;
        border: none ;
     }
     .accordion{
        border: none !important;
    }
        .accordion-item{
            border: none;
        }

}

.custom-checkbox label {
    font-size: 15px;
    margin-left: 10px;
    color: rgba(27, 27, 27, 1);
    font-weight: 500;
    
}
.custom-checkbox input{
    height: 11px;
    width: 11px;
}
.dress-name{
    font-size: 13px;
    font-weight: 500;
}
.product-card{
    border: none;
    
}
.product-img{
    max-width: 100%;
    max-height: 350px;
}
.product-card-body{
    font-size: 13.5px;
    font-weight: 500;
    height: 100%;
}
.product-sec-heading{
    font-size: 25px;
    font-weight: 500;
}
.breadcrumb-product nav{
    --bs-breadcrumb-divider: '>';
}
.breadcrumb-product nav .breadcrumb-item a,.breadcrumb-product nav .breadcrumb-item{
    text-decoration: none;
    font-size: 12.51px;
    font-weight: 400    ;
    color:  rgba(0, 0, 0, 0.6);
}
@media screen and (max-width:700px) {
    .breadcrumb-product{
        display: flex;
        align-items: end;
        justify-content: end;
    }
}

.overlay-container {
    position: relative;
    width: 100%;
}

#gfg-img {
    /* width: 100%; */
    display: block;
}

.title {
    /* background-color: rgb(0, 0, 0, 0.5); */
    position: absolute;    
    bottom: 0;            
    color: white;
    width: 100%;
    font-size: 25px;
    padding: 15px 0;
    text-align: center;
    opacity: 0;            
    transition: 0.6s;
}

.overlay-container:hover .title {
    opacity: 1;        
}
.product-pagination-ul li a{
border: none;
border-radius: 0px !important;
background:none;
text-decoration: none;
font-size: 12px;
color: #000000;
}
.product-pagination-ul li{
    margin-left: 5px;
}
.product-pagination-ul li a:hover,.product-pagination-ul li a:focus{
    color: white !important;
    background: #000000 !important;
}

.product-pagination-ul li:last-child{
    background: #000000;
    color: white !important;
}
.sort-select{
    font-size: 12.39px;
    width: auto;
}

/* order success */
.order-successful-img{
    max-width: 100%;
}
.thankmsg{
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}
.thankmsg-para{
    font-size: 18px;
    font-weight: 300;
}
.con-to-shop{
    font-size: 17px;
    border-radius: 0px;
    padding: 10px 40px;
}

.cart-details{
    font-size: 14px;
    width: 120px;
}
.cart-table thead th,.cart-table tbody tr td{
    padding: 10px 20px;
}
.cart-table .qty{
    height: 28px;
    width: 80px;
}
.cart-table tbody tr td:nth-child(2){
    /* padding: 10px 15px; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-left: 5px;

}
.cart-sub-total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.48px;
    font-weight: 450;
    color: rgba(0, 0, 0, 1);
}
.cart-sub-total-div{
    padding:  0% 20px;
}
.cart-btns{
    font-weight: 400;
    font-size: 14px;
}


@media screen and (min-width:991px) {
    .cart-dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        right: 0px;
        transition: all .5s;
    }
     .cart-dropdown:hover .dropdown-menu{
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
    }
}
.cart-details-product-name{
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}
.cart-details-product-rate,.cart-details-product-size{
    color: rgba(92, 92, 92, 1);
}

/* checkout-sec */
.check-out .breadcrumb .breadcrumb-item {
    text-decoration: none;
color: #000000;
font-weight: 500;
}
.check-out-ul{
    justify-content: space-evenly;
    align-items: center;
}
.check-out-ul li a{
    padding-left: 30px ;
    padding-right: 30px ;
}
.check-out-ul li .active{
    border-bottom:1px solid rgba(92, 92, 92, 3) !important;
}
.check-out-ul li a.active{
    color: rgba(0, 0, 0, 1);

}
.check-out-ul li a:hover{
    color: rgba(170, 173, 181, 1);
    /* border-bottom:1px solid rgba(92, 92, 92, 3) !important; */
}
.check-out-ul li a{
    color: rgba(170, 173, 181, 1);
    font-weight: 500;
    font-size: 17px;
    border-radius: 0px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
@media screen and (max-width:700px) {
    .check-out-ul{
        border: none;
        justify-content:space-evenly;
        /* align-items: center; */
    }
    .check-out-ul li a{
        padding-left: 10px ;
        padding-right: 10px ;
    }
    .check-out-ul li{
        margin-bottom: 10px;
    }
}
.view-cart-table thead th{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);

}
.view-cart-table tbody tr td{
    font-size: 14px;
    font-weight: 400;
    padding-top: 50px;
}
.view-cart-table tbody tr td:first-child{
    padding: 15px 0%;
}
.view-cart-table-product p{
    position: relative;
    top: 35px;
    /* padding-top: 20px; */
}
.view-cart-subtotal{
    font-size: 19px;
    font-weight: 400;
}
@media screen and (min-width:991px) {
    .view-cart-subtotal{
        padding-right:60px ;
        font-size: 19px;
        font-weight: 400;
    }
}
@media screen and (min-width:991px) and (max-width:1024px){
    .view-cart-subtotal{
        padding-right:50px ;
        font-size: 19px;
        font-weight: 400;
    }
}
@media screen and (min-width:720px) and (max-width:912px){
    .view-cart-subtotal{
        padding-right:40px ;
        font-size: 19px;
        font-weight: 400;
    }
}
.btos-btn{
    font-size: 16px;
    font-weight: 400;
}
.view-cart-ctn-btn{
    font-size: 16px;
    font-weight: 400;
}
@media screen and (min-width:720px) {
    .view-cart-ctn-btn{
        font-size: 16px;
        font-weight: 400;
        padding-left: 40px;
        padding-right: 40px;
    }
    /* .view-cart-table-responsive{
        border: none;
        padding:5px 5px;
    } */
    .view-cart-table-responsive{
        border: 1px solid rgba(92, 92, 92, .3);        
        padding:15px 25px;
    }
}
@media screen and (max-width:720px) {
    
    .view-cart-table tbody tr td{
        font-size: 8.5px;
        font-weight: 400;
        padding-top: 45px;
    }
    .view-cart-table-product p{
        position: relative;
        top: 20px;
        /* padding-top: 20px; */
    }
}
/* shipping */
.shipping-location-name{
font-size: 18px;
font-weight: 500;
}
@media screen and (min-width:720px) {
    .shippinglocation-all-element{
        padding: 20px 50px;
        border: 1px solid rgba(92, 92, 92, .3);
        border-radius: 5px;
    }
}
.shippinglocation-all-element{
    display: flex;
    justify-content: space-between;
}

.shippinglocation-address{
    width: 400px;
    color:rgba(92, 92, 92, .5) ;
    font-size: 15px;
}
@media screen and (max-width:700px) {
    .shippinglocation-address{
        width: 100%
    }
    /* .shippinglocation-all-element{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .shipping-location-nameandaddress{
        text-align: center;
    } */
    .shippinglocation-radio input[type="radio"] {
        border: 0px;
        max-width:100% !important;
        height: 2em;
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.5);
      }
    .shippinglocation-all-element {
        display: block; 
    }
    .shipping-location-nameandaddress {
        text-align: left; /* Align text to the left for smaller screens */
        margin-bottom: 10px; /* Add margin to separate elements for smaller screens */
    }
    .shippinglocation-editlink {
        text-align: left; /* Align text to the left for smaller screens */
    }

}
.shippinglocation-editlink{
    font-size: 14px;
}
.changespan{
    color: rgba(0, 0, 0, 1);

}
.shippinglocation-radio input[type="radio"] {
    border: 0px;
    /* width: 100%; */
    height: 2em;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
  }
.shippinglocation-sec-row{
    padding: 10px 10px;
    border: 1px solid rgba(92, 92, 92, .3);
}

  .shippinglocation-sec{

    .accordion-button{
       font-size: 22px;
       font-weight: 500px;
    }
    .accordion-button:not(.collapsed){
       background: none;
       border: none !important;
       box-shadow: none;
    }
    .accordion-button:focus{
       /* border: none; */
       color: #000000  ;
       box-shadow: none;
    }
   
    .accordion-body{
       padding: 10px 45px;
        
       }
       @media screen and (max-width:700px) {
        .accordion-body{
            padding: 10px 10px; 
            }
            .add-new-address .add-new-button-div{
                text-align: center;
            }
       }
   }
   @media screen and (max-width:912px) and (min-width:720px) {
       .shippinglocation-sec .accordion .accordion-body{
       padding: 10px 50px;
           
       }
   }
   .shippinglocation-sec .accordion .accordion-body button{
       font-size: 16px;
       padding: 6px 31px ;
       border-radius: 0px;
   }
   .add-new-address input{
       border-radius: 0px;
       height: 37.7px;
       font-size: 13px;
       padding-left: 20px;
   }
   
   .add-new-address label{
       font-size: 14px;
       background: -webkit-linear-gradient(rgba(27,27,27,.6),rgba(27,27,27,.6));
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       font-weight: 400;
   }
   @media screen and (max-width:700px) {
       .mylocation-sec .accordion {
       padding: 0% 10px;
        
       }
       .mylocation-sec .accordion .accordion-body button{
           font-size: 14.5px;
           border-radius: 0px;
       }
   }
   .viewcart-details-product-name{
    font-size: 15px;
    font-weight: 400;
   }
   .viewcart-details-product-rate{
    font-size: 12px;
    font-weight: 400;
    color: rgba(92, 92, 92, 1);
   }
   .viewcart-details-product-size{
    font-size: 12px;
    font-weight: 400;
    color: rgba(92, 92, 92, 1);
   }
   .viewcart-details-product-qty{
    font-size: 12px;
    font-weight: 400;
    color: rgba(92, 92, 92, 1);
   }
   .shipping-location-product-table-div{
    height: 300px;
    border: 1px solid rgba(92, 92, 92, .3);
    padding: 10px 5px;
   }
/* @media screen and (max-width:700px) {
    .shipping-location-product-table-div{
        height: 350px;
        border: 1px solid rgba(92, 92, 92, .3);
        padding: 10px 5px;
       }
} */

  .shipping-location-product-table-div ::-webkit-scrollbar {
    width:4px;
    height: 15px
}
.shipping-location-product-table-div::-webkit-scrollbar-button {
    background: rgba(92, 92, 92, .3)
}
.shipping-location-product-table-div::-webkit-scrollbar-track-piece {
    /* background: #888 */
    background: rgba(92, 92, 92, .5)

}
.shipping-location-product-table-div::-webkit-scrollbar-thumb {
    background: rgba(92, 92, 92, .3)
    /* background: #eee */
}

.coupon-code{
    width: 248px;
    height: 40px;
    border: 1px dotted rgba(92, 92, 92, .7);
}
.coupon-code::placeholder{
    font-size: 10px;
}
.coupon-code-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(92, 92, 92, .3);

}
.coupon-code-btn{
    /* width: 210px; */
    border-radius: 0px;
    padding-right: 30px;
    padding-left: 30px;
    height: 40px;
    font-size: 10px;
    font-weight: 500;
}

.shipping-sub{
    justify-content: space-between;
}
.shipping-total{
    border-bottom: 1px solid rgba(92, 92, 92, .3);
    font-size: 12px;
}
.shipping-total-amount{
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
}
.sipping-title{
    font-size: 20px;
    font-weight: 500;
}
.moddel-photo-btn{
    position: absolute;
    right: 5px;
    top: 5px;
}
.prodcut-model-img{
    width: 100%;
    height: 100%;
}
.prodcut-model{
    --bs-modal-bg:transparent;
    border-color:transparent ;
    --bs-modal-border-color:transparent;
}
@media screen and (min-width:991px) {
    .prodcut-model-img{
        width: 400px;
    }
    .moddel-photo-btn{
        position: absolute;
        right: 55px;
        top: 7px;
    }
}

.sortby-dd .sortby-dd-name{
    text-decoration: none;
    border-radius: 0px;
    border: 1px solid rgba(92, 92, 92, .3);
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
.sortby-dd .sortby-dd-name i{
    font-size: 10px;
}
.sortby-dd ul{
    border-radius: 0px;
}
.sortby-dd ul li {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
}
.sortby-dd ul li:hover a{
color: #000000;
font-weight: 500;

}

/* .productsec{
    .dropdown {
        position: relative;
        display: inline-block;
      }
      
      .dropbtn {
        padding: 6px 15px !important;
        background: none;
        color: rgba(0, 0, 0, 1);
        padding: 16px;
        border: 1px solid rgba(92, 92, 92, .3) !important;
        font-size: 16px;
        border: none;
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
      }
      
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
      
      .dropdown:hover .dropdown-content {
        display: block;
      }
      @media screen and (max-width: 600px) {
        .dropdown-content {
          position: relative;
        }
        .dropdown, .dropbtn {
          width: 100%;
          display: block;
        }
      }
} */


/* fixed icons */
/* fixed social*/
.mf-social-side-list {
    position: fixed;
    bottom: 100px;
    /* top: 30vh; */
    right: 20px;
    z-index: 100;
}
.mf-social-side-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
   padding: 0;
   margin:0
}
.mf-social-side-list ul li a {
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 20px;
}
.mf-social-side-list ul li a:hover {
    opacity: .9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.mf-social-side-list ul li a {
    /* background: #41C452; */
}
.mf-social-side-list ul li a[href*='instagram'] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
}
.mf-social-side-list ul li a[href*='youtube'] {
    background: #c4302b;
}
.mf-social-side-list ul li a[href*='linkedin'] {
    background: #0077B5;
}
.mf-social-side-list ul li a[href*='twitter'] {
    background: #00acee;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545; 
}
.empty-cart {
    height: 100%;
    width: 100%;
    padding-left: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    .imag {
        margin-bottom: 10px;
    }
    
}
