@import url("./fontello.css");
/* @import url("./rangeslider.css"); */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css");
@import url("https://preview.keenthemes.com/html/metronic/docs/assets/css/style.bundle.css");
@import url("https://preview.keenthemes.com/html/metronic/docs/assets/plugins/global/plugins.bundle.css");
@import url("https://unpkg.com/@trevoreyre/autocomplete-js/dist/style.css");
@import url("https://cdn.jsdelivr.net/jquery.magnific-popup/1.0.0/magnific-popup.css");





:root {
    --font-family: "Helvetica Regular";
    --color-dark: #606060;
    --color-orange: #FFD091;
    --color-orange-dark: #FF990F;
    --white-color: #f5f7f9;
    --color-green:#9FCA68;
    --color-green-dark:#958960;
    --color-red:#E30011;
    --gutter-s:16px;
    --gap: 8px;
    --green:#606060;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23ffffff'/%3e%3c/svg%3e")
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
img{
    width: 100%;
}
.logo{
    max-width: 125px;
}
main{
    display: block;
    overflow: auto;
}
.page-header {
    z-index: 1;
    background: white;

    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 52;


  }
  .page-header.is-sticky {
    position: fixed;
    top: 0;
    display: block; 
    position: -webkit-sticky;
    animation: slideDown 0.35s ease-out;
  }
  .is-sticky .header {
    height: 80px;
    transition: all .3s;
}
.is-sticky .logo {
   max-width: 90px;
    transition: all .3s;
}
  @keyframes slideDown {
    from {
      transform: translateY(-50%);
    }
    to {
      transform: translateY(0);
    }
  }
@font-face {
    font-family: "Helvetica Bold";
    font-style: normal;
    font-weight: bold;
    src: local(""), url("../font/helvetica_bold.otf") format("woff");
}
@font-face {
    font-family: "Helvetica Regular";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../font/helvetica_regular.otf") format("woff");
}
@font-face {
    font-family: "Helvetica Light";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../font/helvetica_light.otf") format("woff");
}

@font-face {
    font-family: "Helvetica Medium";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../font/HelveticaMedium.otf") format("woff");
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-xl, .container-xxl {
        max-width: 1640px;
    }
}
@media (min-width: 1400px){
   .container-sm{
        max-width: 1365px;
    }
}
.ml-0{
    margin-left: 0px !important;
}
nav ul li a{
    position: relative;
}
nav ul li a:hover{
    color: var(--color-red);
}
nav ul li a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 4px;
    background:var(--color-red);
    transform: scaleX(0);
    transition: transform 250ms,color 250ms;
}
nav ul li a.active::before, nav ul li a:focus::before, nav ul li a:hover::before {
    transform: scaleX(1);
}
nav ul li a i{
    font-size: 12px;
    transition: all .3s;
    display: inline-block;
}
nav ul li a:hover i{
    transform: translate(6px);
    transition: all .3s;
}

.search .button:hover{
    transition: all .3s;
    background-image:linear-gradient(264deg, #ABD904 0%, #9CCB0F 15%, #85B523 100%, #76A82E 50%, #72A433 67%)
}
.img-search{
    max-width: 108px;
    margin-right: 15px;
    border-radius: 4px;
}
.basket{
    position: relative;
}
.basket span {
    position: absolute;
    left: 80%;
    top: 7px;
    transform: translateX(-50%);
    background-color: var(--color-red);
    border-radius: 50%;
    line-height: 13px;
    height: 16px;
    width: 16px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    letter-spacing: -.1em;
    color: var(--white-color);
}
.hero-banner{
    position: relative;
    background: url(../images/banner.png);
    height: 70px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-banner:before{
    content: "";
    position: absolute;
    background: url(../images/hero-banner.png);
    height: 70px;
    width: 100%;
    left:0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.banner-details{
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    align-items: center;
    height: 70px;
}
.banner-details i{
    color: var(--white-color);
    font-size: 24px;
    margin-right: 10px;
}
.banner-details p{
    font-family: "Helvetica Regular";
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 0px;
    font-weight: 400;
}
.banner-details b{
    font-family: "Helvetica Bold";
}
nav {
    background: #F0F1F1;
   
}
nav ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
    padding: 18px;
}
nav ul li a{
    font-family: "Helvetica Regular";
    font-size: 16px;
    color: #2B2B2B;
    margin-right: 34px;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
    height: 100px;
}
.header a{
    font-family: "Helvetica Regular";
    color: #2B2B2B;
    font-size: 16px;
    margin-right: 15px;
    margin-left: 15px;
}
.header a:hover .fa-user{
    color: var(--color-red) !important;
    transition: all .3s;
}
.nav-basket{
    display: flex;
    align-items: center;
}
.nav-basket a:hover{
    color: var(--color-red);
    transition: all .3s;
}
.nav-basket .hr{
    font-size: 20px;
    font-weight: 300;
    color: var(--color-dark);
}
.basket{
    border: 1px solid #D8D8D8;
    border-radius: 14px;
    background: white;
    width: 65px;
    margin-left: 50px;
    height: 65px;
}
.dropdown-menu-li{
    transition: all .3s;
    display: none;
    position: absolute;
    flex-direction: column;
    z-index: 99;
    background: #F0F1F1;
    right: 10px;
    padding: 18px;
    width: 305px;
    border-radius: 20px;
}
.img-page-pr{
    border-radius: 15px;
    margin-top: 30px !important;
    margin: auto;
    display: block;
    max-width: 800px;
    width: 100%;

}
.dropdown-menu-a{
    position: relative;
}
.dropdown-menu-a:hover .dropdown-menu-li{
    display: block;
    transition: all .3s;
}
.dropdown-menu-li  li{
    line-height: 32px;
}
.basket i{
    font-size: 29px;
    color: var(--color-dark);
    left: -2px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 17px;
}
.order-detail .accordion-item{
    border-radius: 4px !important;
}
.hero-bar{
    background-color: var(--color-orange);
    position: relative;
}
.hero-bar-item:before{
    content: "";
    background-color: var(--color-orange-dark);
    position: absolute;
    left: 0px;
    width: 407px;
    top: 0px;
    height: 100%;
    border-radius: 0px 100px 100px 0px;
    transition: all .3s;
}
.hero-bar:hover .hero-bar-item:before{
    width: 920px;
    transition: all .3s;
}
.hero-bar-content{
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    width: 324px;
    
}
.hero-bar-content p{
    margin-bottom: 0px;
    color: var(--white-color);
    font-size: 14px;
}
.hero-bar-content i{
    font-size: 20px;
    color: var(--white-color);
    margin-left: 30px;
    right: 0px;
    position: absolute;
}
.hero-bar-item{
    padding: 5px 0px;
}
.flex-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.current span{
    font-size: 14px;
    color: #9F5F08;
}
.current p{
    font-size: 15px;
    color: #9F5F08;
    font-weight: bold;
    margin-bottom: 0px;
}
.current{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-bar:hover .hero-bar-content {
    width: 840px;
    transition: all .3s;
}

/* slider */


.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;
}
/* catagory */
#catagory{
    margin-top: 50px;
    margin-bottom: 30px;
}
.catagory-list{
    max-width: 260px;
    width: 100%;
    margin-right: var(--gutter-s);
}
.catagory-content{
    width: calc(100% - 260px - 16px);
}
.catagory-flex{
    display: flex;
    align-items: center;
}
.catagorymenu-title{
    list-style: none;
    background: #FFFCE6;
    border-radius: 15px;
    padding: 28px 20px;
    margin-bottom: 0px;
}
.catagorymenu-title li a{
    color: #958960;
    font-size: 16px;
}
.catagorymenu-title li a:hover{
    color: var(--color-orange-dark);
}
.catagorymenu-title li{
    margin-bottom: 20px;
}
.catagorymenu-title i{
    font-size: 20px;
    margin-right: 22px;
}
.catagory-slider img{
    height: 558px;
    position: relative;
    object-fit: cover;
    border-radius: 15px;
}
.catagory-slider button{
    position: absolute;
    left: 30px;
    border: 2px solid var(--color-red);
    border-radius: 30px;
    background: white;
    bottom: 8rem;
    padding: 12px 28px;
    color: var(--color-red);
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.catagory-slider button:hover{
    background-color: var(--color-red);
    color: white;
    transition: all .3s;
}
.catagory-slider button:hover i{
    color: white;
    transition: all .3s;
    transform: translateX(10px);
}
.catagory-slider button i{
    margin-left: 20px;
    font-size: 18px;
    color: var(--color-red);
    transition: all .3s;
}
#product{
    /* padding-bottom: 100px; */
}
.product-btn a{
    border: 2px solid #B2914B;
    background: #B2914B;
    padding: 16px 18px;
    border-radius: 31px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFCE6;
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 260px;
    justify-content: center;
    margin-bottom: 30px;
    transition: all .3s;
}

.product-btn a:hover{
    border: 2px solid #B2914B;
    transition: all .3s;
}
.product-btn a:hover i{
    transform: translateX(10px);
    transition: all .3s;
}
.product-btn i{
    margin-left: 20px;
    font-size: 20px;
    color: #FFFCE6;
    transition: all .3s;
}
.product-outer{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1.5rem;
    width: 100%;
}
.product-feature p{
    border: 1px solid #e30011;
    border-radius: 100px;
    padding: 8px 13px;
    color: white;
    font-size: 16px;
    font-weight: 400x;
    margin-right: 4px;
    margin-bottom: 5px;
    background: var(--color-red);
}
.product-feature p i{
    margin-right: 6px;
}
.product-feature{
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    height: 90px;
}   
.product-item{
    border: 0.5px solid #F7C931;
    border-radius: 20px;
    max-width: 300px;
    width: 100%;
    padding: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    justify-content: space-between;
}
.product-item img{
    border-radius: 6px;
}
.piece span{
    font-size: 25px;
    font-weight: bold;
    color: var(--color-dark);
    margin-top: 17px;
}
.product-align{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-item-button{
    border: 2px solid #E2880D;
    border-radius: 100px;
    color: var(--white-color);
    padding: 10px 22px;
    font-size: 20px;
    font-weight: 500;
    background: var(--color-orange-dark);
    margin-bottom: 22px;
    margin-top: 20px;
    transition: all .3s;
    margin: 12px auto;
    display: block;
}
.product-item-button:hover{
    background: #E2880D;
    transition: all .3s;
}
.product-item-button i{
    color: var(--white-color);
    font-weight: 20px;
}
.piece span{
    font-size: 25px;
    font-weight: bold;
    color: var(--color-dark);
   
}
.piece p{
    margin-bottom: 0px;
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}
.piece{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}
.color-green {
    text-align: center;
    color: var(--color-green);
    font-size: 16px;
    letter-spacing: -0.41px;
    line-height: 21px;
}
.color-green b{
    font-weight: bold;
}

#red-banner{
    background: url(../images/1920.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    margin-bottom: 100px;
    margin-top: 10px;
}
/* #red-banner:before{
    content: "";
    background: url(../images/1920.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0px;
    z-index: -1;
    top: -39px;
} */
.banner-red{
    padding-top: 80px;
    padding-bottom: 80px;
}
#bestseller{
    position: relative;
}

#bestseller:before{
    content: "";
    position: absolute;
    background-color: #FDF3DB;
    left: 0px;
    top: -184px;
    width: 100%;
    height: 1261px;
    z-index: -2;
}
#new{
    position: relative;
    margin-bottom: 0px;
}
#new{
    background:url(../images/orange.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}
/* #new:before{
    content: "";
    position: absolute;
    background:url(../images/orange.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    top: -110px;
    width: 100%;
    height: 1329px;
    z-index: -2;
} */

#footer{
    background: url(../images/gray.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    width: 100%;
    height: 914px;
    z-index: -2;
    border-bottom: 0px;
    padding-top: 100px;
}
.bestseller-btn a{
    border-radius: 30px;
    background: white;
    color: var(--color-dark);
    padding: 17px 24px;
    max-width: 260px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid white;
    transition: all .3s;
}
.bestseller-btn a:hover{
    border: 2px solid var(--color-dark);
    transition: all .3s;
}
.bestseller-btn a:hover i{
    transform: translateX(10px);
    transition: all .3s;
}
.new-btn a{
    border-radius: 30px;
    background: #FDF3DB;
    color: var(--color-dark);
    padding: 17px 24px;
    max-width: 260px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-btn a:hover i{
    transform: translateX(10px);
    transition: all .3s;
}
.new-btn a i{
    margin-left: 20px;
    font-size: 20px;
    color: var(--color-dark);
    transition: all .3s;
}
.bestseller-btn a i{
    margin-left: 20px;
    font-size: 20px;
    color: var(--color-dark);
    transition: all .3s;
}
.bestseller-item{
    border-radius: 20px;
    background: white;
    max-width: 310px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px;
}
.bestseller-item p{
    margin-bottom: 0px;
    color: var(--color-dark);
    font-size: 17px;
    font-weight: 500;
}
.bestseller-item p b{
    color: var(--color-dark);
    font-size: 23px;
    font-weight: bold;
}
.mt-14{
    margin-top: 14px !important;
}

.bestseller-outer{
    display: grid;
    width: 100%;
    margin-top: 30px;
    grid-gap: 0.5rem;
}
.grid-products{
    display: grid;
    grid-template: "1 2 3 sidebar sidebar" 
                    "4 5 6 7 8"  ;
    grid-gap: 20px;
}
.new-products{
    display: grid;
    grid-template: "1 2 3 4 5" 
                    "6 7 8 9 10"  ;
    grid-gap: 20px;
}
/* .grid-products-two{
    display: grid;
    grid-template: "1 2 3 4 5"  ;
    grid-gap: 20px;
} */
.grid-products > :nth-child(4) {
    grid-area: sidebar;
}
.bestseller-img img{
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}
.news-item{
    border-radius: 20px;
    max-width: 320px;
    width: 100%;
    padding: 10px;
    background: #FFF6E5;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.news-outer{
    margin: 0 auto;
    margin-top: 20px;
}
.news-item p b {
    color: var(--color-dark);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.news-item p {
    margin-bottom: 0px;
    color: var(--color-dark);
    font-size: 17px;
    font-weight: 500;
     text-align: center;
}
#nostalgic{
    margin-bottom: 100px;
}
.nostalgic-btn a{
    border-radius: 31px;
    background: #FDF3DB;
    color: #B2914B;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    display: flex;
    align-items: center;
    max-width: 270px;
    width: 100%;
    justify-content: center;
    transition: all .3s;
    border: 2px solid #FDF3DB;
}
.nostalgic-btn a:hover{
    border: 2px solid #B2914B;
    transition: all .3s;
}
.nostalgic-btn i{
    font-size: 20px;
    margin-left: 20px;
    color: #B2914B;
    transition: all .3s;
}
.nostalgic-btn a:hover i{
    transition: all .3s;
    transform: translate(10px);
}
.nostalgic-outer {
    /* max-width: 1340px; */
    margin: 0 auto;
    margin-top: 84px;
}
.nostalgic-products{
    display: grid;
    grid-template:
    "sidebar sidebar 1 2 3 "
    "4 5 6 7 8";
    grid-gap: 20px;
}
.nostalgic-products > :nth-child(1) {
    grid-area: sidebar;
}
.nostalgic-item{
    border: 0.5px solid #C7C7C7;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #FFFEF5;
}
.nostalgic-item p{
    margin-bottom: 0px;
    color: var(--color-dark);
    font-size: 17px;
    font-weight: 500;
}
.nostalgic-item p b {
    color: var(--color-dark);
    font-size: 26px;
    font-weight: bold;
}
.nostalgic-img img{
    height: 100%;
}

.nostalgic-btn{
    margin-bottom: 30px;
}
.footer{
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
}
.footer-card{
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    background: white;
    padding: 17px;
    max-width: 438px;
    width: 100%;
    position: relative;
    height: 216px;
    overflow: hidden;
}
.footer-card:hover a i{
    transition: all .3s;
    transform: translate(5px);
}
.footer-card h2{
    font-size: 18px;
    color: #414141;
    font-weight: 400;
}
.footer-card h2 b{
    font-size: 18px;
    font-weight: bold;
}
.footer-card a{
    background: #EFEFEF;
    border-radius: 28px;
    padding: 8px;
    color: var(--color-red);
    max-width: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}
.footer-card a i{
    margin-left: 10px;
    font-size: 15px;
    color: var(--color-red);
    transition: all .3s;
}
.footer-card img{
    max-width: 180px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
}
.footer_card_details{
    margin-bottom: 53px;
    margin-top: 50px;
}
.footer-bottom{
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
}
.fa-user{
    font-size: 16px !important;
    color: var(--color-dark) !important;
    transition: all .3s;
}
.footer-bottom i{
    color: var(--color-red);
    font-size: 30px;
    margin-right: 20px;
    transition: all .3s;
}
.footer-bottom:hover i {
    scale: 1.4;
    transition: all .3s;
}
.footer-bottom h4{
    color: #676767;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
.footer-bottom-card{
    margin-bottom: 50px;
}
.footer-nav .logo{
    max-width: 180px;
}
.social img{
    max-width: 25px;
}
.footer-nav-list{
    display: flex;
    justify-content: space-between;
}
.flex-footer-img{
    display: flex;
    flex-direction: column;

}
.flex-footer-img .logo{
    margin-bottom: 72px;
}
.mr-30{
    margin-right: 30px;
}
.footer-nav-list h3{
    font-size: 18px;
    color: var(--color-dark);
    font-weight: bold;
    margin-bottom: 15px;
}
.footer-nav-list ul{
    padding-left: 0px;
    list-style: none;
}
.footer-nav-list ul li a{
    color: var(--color-dark);
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.footer-nav-list ul li {
    margin-bottom: 10px;

}
.social i{
    color: var(--color-red);
    font-size: 20px;
    margin-right: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-right{
    background: #EBEBEB;
    padding: 12px;
}
.copy-flex{
    display: flex;
    justify-content: center;
}
.copy-right ul{
    list-style: none;
    display: flex;
    margin-bottom: 0px;
}
.copy-right ul li{
    font-family: "Helvetica Regular";
    margin-right: 30px;
    font-size: 16px;
    color: #676767;
    font-weight: 400;
}
.copy-right ul li a{
    font-size: 16px;
    color: #676767;
}
.m-auto{
    margin: auto !important;
}
.fixed {
    /* position: fixed;
    top:0; left:0;
    width: 100%; 
    transition: all .3s; */
}
.sticky {
    background: white;
    z-index: 99;
    transition: all .3s;
}
.mr-0{
    margin-right: 0px !important;
}
.header .logo {
    margin-left: 50px;
    transition: all .3s;
}
#autocomplete {
    max-width: 400px;
    margin: 0 auto;
  }
  
  .autocomplete-result {
    border-top: 1px solid #eee;
    padding: 16px;
    background: transparent;
  }
  
  .wiki-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  
  .wiki-snippet {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54);
  }
  







  .search  {
position: relative;
}
.search input{
    border: 1px solid #D8D8D8;
    border-radius: 100px;
    width: 812px;
    display: flex;
    justify-content: space-between;
    height: 48px;
 
}
.search .searchfield {
    float: left;
    border-radius: 100px;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 300;
    padding: 18px 25px;
    background: #fff;
    color: #A8A8A8;
    z-index: 3;
    position: relative;
    margin-left: 113px 
}
.search .button {
    position: absolute;
    width: 95px;
    height: 38px;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: #71A432;
    color: white;
    font-size: 20px;
    z-index: 3;
    padding: 0;
    right: 6px;
    top: 5px;
    border-radius: 100px;
    transition: all .3s;
}
.search .button  span b{
    font-size: 14px;
    font-weight: bold;
}
.search .button  span b img{
    width: 13px;
    margin-right: 7px;
    top: -1px;
    position: relative;
}

.search .button span {
    position: relative;
    top: -3px;
    font-size: 16px;
}
.search .suggestions {
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 15px;
    margin: 0;
    list-style: none;
    color: #6e6e6e;
    position: absolute;
    z-index: 2;
    width: 812px;
    margin-left: 113px ;
    top: 57px;
}
.suggestions p{
    font-size: 16px;
    color: var(--color-dark);
    font-weight: 400;
    line-height: 24px;
}
.suggestions p b{
    color: #101010;
    font-weight: bold;
    font-size: 20px;
}
.search .suggestions.active {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D8D8D8;
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.product-item-img:hover .img-products img {
    transform: scale(1.15);
    transition: all .3s;
}
.img-products img{
    transition: all .3s;
}
.img-products{
    overflow: hidden;
    max-height: 280px;
    border-radius: 6px;
    height: 100%;
}
.search .suggestions li {
    margin: 10px 0;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;

}
.search .suggestions li:hover {
    color: #4d8dcb;
}
.search .suggestions li b {
    font-weight: 600;
}

.clearfix::after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
*:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: #a4b9ce;
}
:-moz-placeholder {
    color: #a4b9ce;
    opacity: 1;
}
::-moz-placeholder {
    color: #a4b9ce;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #a4b9ce;
}

.bg-gray{
    background: #FAFAFA;
}
.image-search{
    max-width: 160px;
}
textarea{
    height: 100px !important;
}

.white-popup {
    position: relative;
    width: auto;
    max-width: max-content;
    transition: 1s all;
    border-radius: 20px;
  }
  
  .mfp-bg {}
  
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  
  
  /* overlay animate in */
  
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.29;
  }
  
  
  /* overlay animate out */
  
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.4s ease-out;
  }
  
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }





.product-item{
    position: relative;
}
.modal.show .modal-dialog{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  .product-buy {
    position: relative;
    background: white;
    bottom: 0px;
    width: 360px;
    /* left: -28px; */
    padding: 11px;
    flex-direction: column;
    align-items: center;
    z-index: 9;
    border-radius: 20px;
    border: 0.5px solid #F7C931;
}


.price-icon .rangeslider__handle:after{
    content: url(../images/tl.svg);
    font-size: 19px;
    left: 8px;
    font-weight: bold;
    top: -5px;

}

.rangeslider, .rangeslider__fill {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
   /* stops bg color from leaking outside the border: */
}
.slider-camp .slick-slide{
    margin-right: 20px;
}
.rangeslider {
    background: #ccc;
    position: relative;
    height: 20px;
    width: 400px;
    max-width: calc(100% - 90px);
    display: inline-block;
}
@media only screen and (max-width: 520px) {
    .rangeslider {
        height: 13.3333333333px;
   }
}
.rangeslider__fill {
    background: #29abe1;
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
}
.rangeslider__handle {
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    background: #29abe1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: -15px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
@media only screen and (max-width: 520px) {
    .rangeslider__handle {
        width: 40px;
        height: 40px;
        top: -13.3333333333px;
   }
}
.rangeslider__handle:active {
    background: var(--color-orange-dark);
}
.rangeslider__handle:after {
    content: url(../images/kg.svg);
    color: var(--white-color);
    display: block;
    font-size: 18px;
    width: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: -5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    left: 2px;
}
@media only screen and (max-width: 520px) {
    .rangeslider__handle:after {
        /* display: none; */
   }
}
.rangeslider__output {
    position: absolute;
    top: 0;
    display: inline-block;
    font-size: 1.2em;
    line-height: 20px;
    padding-left: 20px;
    font-weight: 400;
    color: var(--color-dark);
}
.rangeslider__holder {
    position: relative;
}
.rangeslider__output{
    border: none;
    background: transparent;
}

.rangeslider__handle{
    background: var(--color-red)
}
.rangeslider__fill{
    background: var(--color-red)
}
.rangeslider{
    height: 4px;
}
.question{
    background: #F0F1F1;
    border-radius: 4px;
    padding: 13px 5px;
}
.product-buy-line {
    --gap: 8px;
    display: inline-flex;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
    align-items: center;
}
.product-buy-radio {
    flex-grow: 1;
}
.product-buy-line > * {
    margin: var(--gap) 0 0 var(--gap);
}
.product-buy-radio input {
    opacity: 0;
}
.product-buy-radio label {
    position: relative;
    display: block;
    text-align: center;
    color: var(--green);
    background-color: #F0F1F1;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.product-buy-radio b{
    color: var(--color-green) !important;
}
.product-buy-radio label small {
    color: var(--color-dark);
    display: block;
    font-weight: 500;
}
.product-buy-radio input:checked + label {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
    color: white;
}
.product-buy-radio input:checked + label:after {
    display: block;
}
.product-buy-radio label:after {
    content: '';
    display: none;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background-image: url(https://www.makbul.com/assets/img/svg/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    color: var(--color-dark);
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-dark);
    border-radius: 3px;
    background: white;
}
.styled-checkbox:hover + label:before {
    background: #f35429;
    border: 1px solid #f35429;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: #f35429;
    border: 1px solid #f35429;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    border: 1px solid var(--color-orange-dark);
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

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




#main-content {
    display: flex;
    width: 100vw;
    height: 100vh;
    background: white;
    align-items: center;
    justify-content: center;
    text-align: center;
}

svg {
    cursor: pointer;
    overflow: visible;
    width: 60px;
}
svg .heart {
    transform-origin: center;
    animation: animateHeartOut 0.3s linear forwards;
}
svg #main-circ {
    transform-origin: 29.5px 29.5px;
}
#checkbox {
    display: none;
}
#checkbox:checked + label svg .heart {
    transform: scale(0.2);
    fill: #e2264d;
    animation: animateHeart 0.3s linear forwards 0.25s;
}
#checkbox:checked + label svg #main-circ {
    transition: all 2s;
    animation: animateCircle 0.3s linear forwards;
    opacity: 1;
}
#checkbox:checked + label svg #grp1 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}
#checkbox:checked + label svg #grp1 #oval1 {
    transform: scale(0) translate(0, -30px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}
#checkbox:checked + label svg #grp1 #oval2 {
    transform: scale(0) translate(10px, -50px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}
#checkbox:checked + label svg #grp2 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}
#checkbox:checked + label svg #grp2 #oval1 {
    transform: scale(0) translate(30px, -15px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}
#checkbox:checked + label svg #grp2 #oval2 {
    transform: scale(0) translate(60px, -15px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}
#checkbox:checked + label svg #grp3 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}
#checkbox:checked + label svg #grp3 #oval1 {
    transform: scale(0) translate(30px, 0px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}
#checkbox:checked + label svg #grp3 #oval2 {
    transform: scale(0) translate(60px, 10px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}
#checkbox:checked + label svg #grp4 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}
#checkbox:checked + label svg #grp4 #oval1 {
    transform: scale(0) translate(30px, 15px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}
#checkbox:checked + label svg #grp4 #oval2 {
    transform: scale(0) translate(40px, 50px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}
#checkbox:checked + label svg #grp5 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}
#checkbox:checked + label svg #grp5 #oval1 {
    transform: scale(0) translate(-10px, 20px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}
#checkbox:checked + label svg #grp5 #oval2 {
    transform: scale(0) translate(-60px, 30px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}
#checkbox:checked + label svg #grp6 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}
#checkbox:checked + label svg #grp6 #oval1 {
    transform: scale(0) translate(-30px, 0px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}
#checkbox:checked + label svg #grp6 #oval2 {
    transform: scale(0) translate(-60px, -5px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}
#checkbox:checked + label svg #grp7 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}
#checkbox:checked + label svg #grp7 #oval1 {
    transform: scale(0) translate(-30px, -15px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}
#checkbox:checked + label svg #grp7 #oval2 {
    transform: scale(0) translate(-55px, -30px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}
#checkbox:checked + label svg #grp2 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}
#checkbox:checked + label svg #grp3 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}
#checkbox:checked + label svg #grp4 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}
#checkbox:checked + label svg #grp5 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}
#checkbox:checked + label svg #grp6 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}
#checkbox:checked + label svg #grp7 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}
@keyframes animateCircle {
    40% {
        transform: scale(10);
        opacity: 1;
        fill: #dd4688;
   }
    55% {
        transform: scale(11);
        opacity: 1;
        fill: #d46abf;
   }
    65% {
        transform: scale(12);
        opacity: 1;
        fill: #cc8ef5;
   }
    75% {
        transform: scale(13);
        opacity: 1;
        fill: transparent;
        stroke: #cc8ef5;
        stroke-width: 0.5;
   }
    85% {
        transform: scale(17);
        opacity: 1;
        fill: transparent;
        stroke: #cc8ef5;
        stroke-width: 0.2;
   }
    95% {
        transform: scale(18);
        opacity: 1;
        fill: transparent;
        stroke: #cc8ef5;
        stroke-width: 0.1;
   }
    100% {
        transform: scale(19);
        opacity: 1;
        fill: transparent;
        stroke: #cc8ef5;
        stroke-width: 0;
   }
}
@keyframes animateHeart {
    0% {
        transform: scale(0.2);
   }
    40% {
        transform: scale(1.2);
   }
    100% {
        transform: scale(1);
   }
}
@keyframes animateHeartOut {
    0% {
        transform: scale(1.4);
   }
    100% {
        transform: scale(1);
   }
}


.check-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-buy img{
    height: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.product-buy .piece span{
    margin-top: 0px;
}
.product-buy .piece {
    margin-top: 10px;
}
.slider-camp  .slick-slider {
    margin:0 -30px;
}
@media (min-width:1920px){
    .hero-bar-item:before {
        width: 530px;
    }
}





















.progress {
    /* display: inline-block; */
    width: 100%;
    height: 42px;
    border-radius: 0px;
    background: var(--color-orange);
    position: relative;
}
.progress .p{
    z-index: 3;
    position: relative;
    margin-bottom: 0px;
    color: var(--white-color);
    font-size: 13px;
    padding: 10px 0px;
}
.overlap:before{
    font-family: "fontello";
    content: "\e866";
    position: absolute;
    right: 13px;
    color: white;
    font-size: 20px;
    top: 5px;

}
.bar {
    border-radius: 0px 100px 100px 0px;
    width: 0%;
    height: 100%;
    transition: width;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.36,.55,.63,.48);
}
.progress .current{
    z-index: 6;
    position: absolute;
    top: 5px;
    right: 34px;
    line-height: 16px;
}

.shadow {
    box-shadow: 0px 45px 50px rgba(0, 0, 0, 0.25); 
}

.overlap {
    position: absolute;
    top: 0;
    background-color: var(--color-orange-dark);
}




.order-detail{
    margin-top: 50px;
    margin-bottom: 100px;
}
.color-red{
    color: var(--color-red);
}
.order-detail p{
    font-size: 20px;
    font-weight: bold;
    color: var(--color-dark);
}
.flex-div{
    display: flex;
    max-width: 500px;
    width: 100%;
}
.span-money input{
    max-width: 45px;
    width: 100%;
    margin-right: 9px;
    border: none;
    background: transparent;
    text-align: right;
}
.order-img{
    max-width: 100px;
    border-radius: 4px;
    margin-left: 20px;
    margin-right: 20px;
    height: 80px;
    object-fit: cover;
    box-sizing: border-box;
}
.order-table{
    display: flex;
    align-items: center;
    border: 1px solid #e2e2e2;
    border-radius: 10px;    
    padding: 18px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.order-table h2{
font-size: 16px;
color: var(--color-dark);
margin-bottom: 0px;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px ;
}
.order-table p{
    font-size: 16px;
    font-weight: 400;
    color: var(--color-dark);
    margin-bottom: 0px;
    margin-right: 12px;
}
.order__flex{
    display: flex;
    align-items: center;
}
.order-column{
    display: flex;
    align-items: center;
    /* border-right: 0.5px solid #A0A0A0; */
}
.order-column:nth-child(3){
    border-right:none !important;
}
.order-column .span-money{
    background-color: #F4F4F4;
    padding: 6px 15px;
    border-radius: 6px;

}
.span-kg{
    font-size: 12px;
    color: #BEBEBE;
    font-weight: 400;
}
.span-total{
    font-size: 20px;
    color: #404040;
    font-weight: bold;
    position: relative;
}
.span-total b{
    color: var(--color-red);
    font-size: 14px;
    position: absolute;
    top: -12px;
    right: 0px;
    text-decoration: line-through;
}
.order-column .color-green{
    font-size: 20px;
}
.counter .btn{
    border: 1px solid #E3D8D8 !important;
    border-radius: 6px !important;
    padding: 7px 9px !important;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
}
.button-container{
    display: flex;
    align-items: center;
}
#number{
    margin-left: 12px;
    margin-right: 12px;
    font-size: 26px;
    color: #404040;
    margin-bottom: 0px;
}
.order__details{
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 22px 12px;
    margin-bottom: 10px;
}
.order__details h3{
    font-size: 24px;
    color: var(--color-dark);
    margin-bottom: 26px;
    padding-left: 10px;
}
.order__details table {
    width: 100%;
}
.order__details table tr td:nth-child(2n){
    text-align: right;
}
.order__details tr{
    color: #797979;
    font-size: 16px;
}
.order__details .hr{
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
}
.h-15{
    height: 15px;
}
.hr i{
    margin-right: 10px;
}
.total-table{
    color: var(--color-green);
    font-size: 18px;
    font-weight: bold;
}
.discount__details{
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 22px 23px;
}
.input-group-text{
    border: 1px solid #85BF3D;
    color: #85BF3D;
    background: transparent;
    transition: all .3s;
}

.border-r{
    border-right: 1px solid #85BF3D;
}
.mt-16{
    margin-top: 16px !important;
}
.order-btn{
    border: 2px solid var(--color-green);
    border-radius: 10px;
    background: var(--color-green);
    padding: 18px;
    color: var(--white-color);
    font-size: 18px;
    width: 100%;
    margin-top: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-btn i{
    color: var(--white-color);
    margin-left: 8px;
    transition: all .3s;
}
.order-btn b{
    font-weight: bold;
    margin-left: 5px;
}
.order-btn:hover i{
    transform: translateX(10px);
    transition: all .3s;
}
.form-check-input:checked {
    background-color: var(--color-green);
    border-color: var(--color-green);
}
.form-check-input:checked[type=checkbox] {
   background-image: url(../images/accept.svg) !important;
   background-size: auto;
}
.pt-55{
    padding-top: 55px;
}
.order-detail .accordion{
    background: transparent;
}
.order-detail .accordion-button{
   padding: 13px 13px;
   background: transparent !important;
   box-shadow: none !important;
   border-right: 0px !important;
   border-left: 0px !important;
   display: flex;
   justify-content: space-between;
}
.order-detail .accordion-item{
    border-radius: 0px;

}
.order-detail .accordion-button:not(.collapsed)::after {
    background-image: none !important
}
.order-detail .accordion-item:first-of-type .accordion-button{
    border-radius: 0px !important
}
.order-detail .accordion-item:last-of-type {

}
.order-detail .accordion-item:first-of-type {

}
.order-detail .accordion-button::after{
   display: none !important;
}
.order-detail .accordion-item p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #797979;
}
.order-detail .accordion-item p i{
    margin-right: 8px;
}
.order-detail .accordion-item  span{
    color: #797979;
    font-size: 16px;
}
.order-detail .accordion-body{
    padding: 0px;
}
.border-tr{
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
   
}
.order-detail .accordion-body tr{
    line-height: 37px;
}
tr td{
    padding-left: 10px;
    padding-right: 10px;
}
.bg-gray-table{
    background: #F2F2F2;
}
.order-detail .accordion-body table tr b{
    color: #000000;
}
.check__shopping{
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 15px 17px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.check__shopping p{
    color: #797979;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
    padding-left: 13px;
}
.check__shopping span{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.discount__details h3{
    color: #404040;
    font-size: 16px;
    font-weight: 500;
}

.frame span b svg{
    width: auto;
    margin-right: 5px;
}
.stepper-title a{
    color:var(--color-dark) !important
}
.stepper-title{
    color:var(--color-dark) !important
}

@media(max-width:768px){
  
    nav{
        display: none;
    }
    .address-content a{
        margin-top: 20px;
    }
    .center-fix{
        display: flex;
    align-items: center;
    }
    .order-img {
        max-width: 70px;
        object-fit: cover;
        height: 100%;
        margin-right: 10px;
        margin-left: 10px;
    }
    .button-mobile{
        display: none !important;
    }
    .search {
        position: inherit;
    }
    .search input{
        width: 100% !important;
       
    }

    .mx-8{
        margin-left: 0px !important;
        margin-right: 10px !important;
    }
    .stepper.stepper-pills .stepper-item .stepper-icon{
        margin-right: 8px !important;
    }
    .address-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: flex-start !important;
        flex-direction: column;
    }
    .stepper.stepper-pills .stepper-item .stepper-label .stepper-title{
        font-size: 14px;
    }
   
    .stepper.stepper-pills .stepper-nav {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .category-ul{
        display: flex;
        flex-direction: column;
    }
    .flex-md-column{
        flex-direction: column;
    }
    #page-form-details .category-ul {
        margin-top: 0px !important;
    }
    .flatpickr-input:before{
        display: none;
    }
    .breadcrumb {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .details-img span{
        font-size: 12px !important;
    }
    .details-nav{
        border-bottom: 1px solid transparent !important;
    }
    #order-details-page .rangeslider {
        width: 100% !important;
    }
    #order-details-page  .rangeslider__handle {
        width: 30px;
        height: 30px;
        top: -14.333333px;
    }
    #order-details-page .product-buy-line {
        width: 100% !important;
    }
    #order-details-page  .rangeslider__output{
        padding-left: 12px !important;
        font-size: 10px !important
    }
 
    .slider-nav{
        display: none ;
    }
    .hr-order{
        border-bottom: 1px solid transparent !important;
    }
    .w-nav-slider{
        padding-right: 0px !important;
    }
    #order-details-page{
        margin-top: 0px !important;
    }
    .about-nav .nav{
        display: flex;
        flex-direction: column !important;
    }
    .about-nav {
        display: flex;
        flex-direction: column;
    }
    .product-item{
        padding: 9px;
    }
    .catagorymenu-title li {
        margin-bottom: 10px;
    }
    .catagorymenu-title li a{
        font-size: 14px;
    }
    .catagorymenu-title i {
        font-size: 14px;
        margin-right: 10px;
    }
   .w-100-mobile{
        width: 100%;
        
    }
    .progress .current {
        right: 8px;
    }
    .frame span b svg path{
        fill: #676767;
    }
    .footer-nav{
        /* margin-bottom: 10rem; */
        padding: 1.5rem;
    }
    .search .button:hover{
        background: none;
    }
    #footer{
        height: auto;
    }
    .nav-basket{
        display: none;
    }
    .header .logo {
        width: 77px;
        height: 55px;
        margin-left: 0px;
    }
    .mobile-none{
        display: none;
    }
    .search input {
        width: 100%;
        margin-left: 11px !important;
        border: 1px solid #E0E0E0 !important;
border-radius: 10px !important;
    }
    .search  small{
        display: none;
    }
    .search .button{
        background: transparent;
        width: auto;
        height: auto;
        right: -3px;
        top: 7px;
    }
    .search .suggestions li{
        margin: 5px;
    }
    .suggestions p {
        font-size: 14px;
    }
    .suggestions p b{
        font-size: 14px;
    }
    .search button{
        display: none;
    }
    .search .suggestions {
        margin-left: 0px;
        width: 100% !important;
        top: 87px;
        left: 0px;
        display: none;
    }
    .progress-mobile{
        top: 98px;
        position: fixed;
        width: 100%;
        z-index: 3;
    }
    .progress-mobile .progress{
        display: block !important;
    }
    .progress{
        display: none
    }
    .img-search{
        width: 50px;
    }
    .search .suggestions.active {
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-banner{
        background: url(../images/mobile-banner.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .catagory-list{
        display: none;
    }
    .catagory-flex{
        display: block;
    }
    .catagory-content {
        width: 100%;
    }
    .catagory-mobile{
        margin-bottom: 15px;
    }
    .catagory-mobile-details{
        margin-right: 6px;
    }
    .catagory-mobile-details img{
        width: 100%;
        height: 100%;
        border-radius: 100%;
        padding: 2px;
        border: 2px solid var(--color-red);
    }
    .catagory-mobile-details h3{
        font-size: 12px;
        margin-top: 10px;
        color: #6E6E6E;
        text-align: center;
        font-weight: 400;
    }
    #catagory {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    #catagory .container{
        padding: 0px;
    }
    .catagory-slider button{
        position: relative;
        bottom: 89px;
        left: 0px;
        margin: 0 auto;
        border: none;
    }
    .product-outer {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap:13px
    }
    .product-btn a{
        max-width: 200px;
        font-size: 14px;
        padding: 12px 9px;
    }
    .product-btn i{
        font-size: 14px;
    }
    .product-feature p {
        font-size: 11px;
        padding: 3px 8px;
    }
    .piece span{
        font-size: 20px;
    }
    .img-products{
        max-height:160px
    }
    .piece p {
        font-size: 12px;
        margin-top: 0px;
    }
    .product-item-button{
        font-size: 13px !important;
        padding: 6px 7px;
        width: 100%;
    }
    .color-green{
        font-size: 16px;
        line-height: 20px;
    }
    .product-item{
        margin-bottom: 10px;
    }
    .product-item:nth-child(5){
        display: none;
    }
    #product {
        padding-bottom: 10px;
    }
    #red-banner{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .grid-products{
        grid-template:inherit
    }
    .bestseller-item:nth-child(n+4) {
       display: none;
      }
      .new-products{
        grid-template: inherit;
        grid-template-columns: repeat(2, 1fr);
      }
      .news-item:nth-child(n+5) {
        display: none;
      }
      #new{
        margin-bottom: 0px;
      }
      .nostalgic-outer {
        margin-top: 20px;
    }
    .nostalgic-products {
        grid-template: inherit;
    }
    .nostalgic-item:nth-child(n+5) {
        display: none;
    }
    #nostalgic {
        margin-bottom: 0px;
    }
    .footer-card{
        margin-bottom: 6px;
        margin: 6px auto;
    }
    .copy-right{
        display: none
    }
    .footer-bottom{
          display: flex;
    flex-direction: column;
    padding: 10px;
    max-width: 80px;
    margin-bottom: 10px;
    }
    .flex-footer-img{
        display: none;
    }
    .footer-nav-list h3{
        font-size: 14px;
    }
    .footer-nav-list ul li a{
        font-size: 11px;
    }
    .social i{
        font-size: 11px;
        color: var(--color-red);
        margin-right: 9px;
    }
    .mobile-hr{
        padding-right: 12px;
      
    }
    .footer-bottom i {
        font-size: 21px;
    }
    .footer{
        background: #F0F0F0;
    }
    .mobile-social{
        display: flex;
        align-items: center;
    }
    .mb-s .img-footerr{
        width: 64px !important;
        height: 64px !important;
    }
    .mr-30{
        margin-right: 10px;
    }
    .mb-s{
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mb-s i{
        color: #848484;
        margin-right: 17px;
        font-size: 18px;
    }
    .footer-bottom h4{
        font-size: 14px;
    }
    .bestseller-btn a{
        max-width: 200px;
        font-size: 14px;
        padding: 12px 14px;
    }
    .bestseller-btn a i{
        font-size: 14px;
        margin-left: 10px;
    }
    #red-banner {
        margin-bottom: 50px;
    }
    .bestseller-item p b{
        font-size: 15px;
    }
    .bestseller-item p{
        font-size: 12px;
    }
    .grid-products{
        grid-gap: 10px;
    }
    .new-btn a{
        max-width: 200px;
        font-size: 14px;
        padding: 12px 14px;
    }
    .new-btn a i{
        font-size: 14px;
        margin-left: 10px;
    }
    #new {
        padding-top: 74px;
        padding-bottom: 50px;

    }
    .news-item p b{
        font-size: 14px;
    }
    .news-item p{
        font-size: 12px;
        text-align: center;
    }
    .new-products{
        grid-gap: 10px;
    }
    .nostalgic-btn a{
        max-width: 200px;
        font-size: 14px;
        padding: 12px 14px;
    }
    .nostalgic-btn a i{
        font-size: 14px;
        margin-left: 10px;
    }
    .nostalgic-products{
        grid-gap: 10px;
    }
    .nostalgic-item p b{
        font-size: 14px;
    }
    .nostalgic-item p {
        font-size: 12px;
    }
    .nostalgic-item{
        padding: 11px;
    }
    .banner-details p {
        font-size: 12px;
    }
    .nostalgic-img img {
        height: 100%;
        border-radius: 20px;
    }
    .is-sticky .header {
        height: 112px;
    }

}

@media(min-width:770px){
    .catagory-mobile{
        display: none;
    }
    .mobile-social{
        display: none;
    }
    .mobile-nav{
        display: none !important;
    }
    .mobile-acordion{
        display: none !important;
    }
    .progress-mobile{
        display: none !important;
    }
}
@media(min-width:767px) and (max-width:992px){
    #poduct{
       overflow: hidden;
    }
    #order-details-page .rangeslider{
        width: 547px !important;
    }
    .rangeslider__output{
        width: 160px !important;
    }
    #order-details-page .breadcrumb{
        display: none !important;
    }
    .desktop-none h2{
        margin-top: 10px;
    }
    .hr-order{
        border-bottom: none !important;
    }
    .footer-bottom{
        max-width: 160px;
    }
}
@media(min-width:768px) and (max-width:1140px){
    .search input{
        width: 300px;
        margin-left: 0px !important;
    }
    .header .logo {
        margin-left: 0px !important;
        max-width: 70px;
    }
    .product-outer {
        grid-template-columns: repeat(3, 1fr);
    }
    .new-products {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template: inherit;
}
    .product-item{
        margin-bottom: 1.5rem;
    }
    .product-item-button {
        padding: 10px 5px;
        font-size: 13px;
        font-weight: 400;
      width: 100%;
      max-width: 160px;
    }
    .bestseller-item p {
        font-size: 15px;
    }
    .news-item p{
        font-size: 13px;
    }
    .footer-nav-list ul li a{
        font-size: 14px;
    }
    .nostalgic-item p{
        font-size: 14px;
    }
    .piece p{
        font-size: 14px;
    }
    
}
@media (max-width:1500px){
    .search .suggestions{
        width: 600px;
        margin-left: 0px;
    }
}
@media(min-width:768px) and (max-width:1500px){
  
    .search .suggestions {
        width: 600px;
        margin-left: -70px;
    }
}
.dropdown-menu-a{
    list-style: none;
}
.dropdown-menu-li{
    list-style: none;
}
.dropdown-menu-a i{
    color: var(--color-dark);
    margin-left: 10px;
    font-size: 12px;
}
hr{
    margin: 5px;
}
.login-li{
        transition: all .3s;
        display: none;
        position: absolute;
        flex-direction: column;
        z-index: 99;
        background: #F0F1F1;
        right: -10px;
        padding: 10px 10px;
        width: 220px;
        border-radius: 20px;
        margin-left: 15px;
    }
@media(min-width:1140px) and (max-width:1500px){
  
    
    .product-feature{
        height: 100px;
    }
    .product-feature p {
        padding: 8px 8px;
    }
    .product-item{
        margin-bottom: 1.5rem;
    }
    .product-item{
        max-width: 100%;
    }
    .search input{
        width: 440px;
    }
    .product-item-button {
        padding: 10px 5px;
        font-size: 13px;
        font-weight: 400;
      width: 100%;
      max-width: 250px;
    }
    .bestseller-item p {
        font-size: 15px;
    }
    .news-item p{
        font-size: 13px;
    }
    .footer-nav-list ul li a{
        font-size: 14px;
    }
    .nostalgic-item p{
        font-size: 14px;
    }
    .piece p{
        font-size: 14px;
    }
    .search .searchfield{
        margin-left: 10px;
    }
}
@media(max-width:1400px){
    .slider-nav img{
        max-width: 110px !important;
    }
    #bestseller:before{
        height: 120%;
    }
    .grid-products > :nth-child(4) {
    grid-area: auto;
}
    .slider-nav{
        display: none ;
    }
        .grid-products{
            grid-template-columns: repeat(3, 1fr) !important;
                grid-template: inherit;
    }

    .new-products{
        grid-template-columns: repeat(3, 1fr) !important;
            grid-template: inherit;
}
    .w-nav-slider {
        padding-right: 10px !important;
    }
    #order-details-page {
        margin-top: 0px !important;
    }
}
.mobile-nav{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    z-index: 9;
    background: white;
    width: 100%;
    padding: 7px;
}
.mobile-nav img{
    margin: 0 auto;
    display: block;
    height: 25px;
}
.mobile-nav h4{
    font-size: 12px;
    font-weight: 400;
    margin-top: 11px;
    text-align: center;
    margin-bottom: 0px;
    color: #B4B4B4;

}
.w-19{
    width: 19px;
}
@media(max-width:412px){
    .search input {
        width: 303px;
    }
    .search .button {
        background: transparent;
        width: auto;
        height: auto;
        right: 6px;
        top: 7px;
    }
}
.hr-black{
    border-bottom: 1px solid #79797921;
    line-height: 26px !important;
}
.basket-details-bottom .accordion-button{
    background: var(--color-green);
}
.mobile-acordion .accordion-button{
   
    color: #676767;
    font-size: 14px !important;
    font-weight: bold !important;
    border-radius: 0px;
    box-shadow: none !important;
}
.mobile-acordion .accordion-body{
    background: white;
    color: #676767;
}
.mobile-acordion .accordion-body ul li a{
    color: #676767;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 30px;
}
.mobile-acordion .accordion-body ul li a i{
    color: #676767;
}
.mobile-acordion{
    margin-bottom: 25px;
        padding: 10px;
}
.mobile-nav-drop{
    position: absolute;
    background: #FFFFFF;
    bottom: 74px;
    left: 0px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.border-none{
    border: none;
}
.mobile-nav-drop .accordion-body{
    padding: 0px;
}
@media (max-width:400px){
    .search .searchfield{
        width: 100%;
        margin-left: 0px !important;
    }
    .header a{
        margin-left: 0px;
    }
 
}
#shopping{
    margin-top: 114px;
}


#shopping .h1{
    font-size: 20px;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}
#shopping .h2{
    font-size: 20px;
    color: #5C5C5C;
    font-weight: 600;
    margin-bottom: 10px;
}
#shopping p{
    font-size: 14px;
    color: #5C5C5C;
    margin-bottom: 50px;
}
#shopping label{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.shopping__list .shopping__list__w{
    max-width: 400px;
    width: 100%;
    margin-right: 16px;

}
.shopping__list{
    display: flex;
}
.flex-btn{
    display: flex;
}
.flex-btn .btn-green{
    margin-left: 16px;
    background: #71A432;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 12px 52px;
    border-radius: 10px;
    height: 43px;
}
.select2-container{
    width: 400px !important;
    height: 48px !important;
}

.shopping__card__details h3{
    font-size: 16px;
    color: #5C5C5C;
    font-weight: bold;
    text-align: center;
}
.shopping__card__details p{
    font-size: 16px;
    color: #5C5C5C;
    font-weight: 400;
    margin-bottom: 10px !important;
    text-align: center;
}
.shopping__card__details a{
    border: 2px solid #E98C0D;
    border-radius: 100px;
    background: #FF990F;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 4px;
    width: 100%;
    max-width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}
.shopping__card__details a i{
    color:white;
    margin-right: 5px;
}
.shopping__card__details h5{
    color: var(--color-green);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.shopping__card{
    border: 2px solid #E6E6E6;
    border-radius: 10px;
    padding:20px 15px 9px 15px;
    display: flex;
    justify-content: center;
    max-width: 280px;
    width: 100%;
    margin-right: 16px;
    margin-bottom: 16px;
}
.shopping-card-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 77px;
}
@media(min-width:768px) and (max-width:992px){
    .counter{
        /* position: absolute;
        right: 40px;
        top: 20px; */
    }
}
.form-control:focus{
    box-shadow: none !important;
}
.order-table input{
    cursor: pointer;
}
@media(max-width:992px){
    .hero-banner:before{
        background: url(../images/mobile-before.png);
    }
    .btn-btn{
        margin-left: 0px !important;
        margin-top :20px !important;
    }
    .banner-details{
        height: 60px;
    }
    .hero-banner:before{
        height: 60px;
    }

    .footer-nav-list {
    display: flex;
    justify-content: space-evenly;
}
    .footer-nav .logo {
    max-width: 80px;
}
    .footer-nav{
        padding: 10px;
    }
    #footer{
        height: auto;
    }
    .copy-right{
        display: none;
    }
    .footer_card_details {
        display: flex;
    justify-content: center;
    padding: 15px;
}
.footer-card{
    margin-bottom: 10px;
    max-width: 100%;
}
    .grid-products > :nth-child(4) {
    grid-area: auto;
}
#bestseller:before {
    height: 140%;

}
        .grid-products{
            grid-template-columns: repeat(2, 1fr) !important;
                grid-template: inherit;
    }
    .new-products{
        grid-template-columns: repeat(2, 1fr) !important;
            grid-template: inherit;
}

    .product-feature{
        height: auto;
        display: flex;
        align-items: center;
        align-content: center;
    }
    .order-table{
        display: flex;
        align-items: center;
        position: relative;
    }
    .order-table h2{
        width: 100%;
        /* margin-top: 20px;  */
        
    }
    .order-column{
        /* margin-bottom: 20px; */
    }
    .order-column {
        display: flex;
        align-items: center;
        padding-right: 0px;
        border-right: transparent;
        margin-right:10px;
        flex-direction: row;
    }
    .order__flex {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .shopping-card-list {
        justify-content: center;
    }
    .shopping__list {
        display: flex;
        flex-direction: column;
    }
    .select2-container {
        width: 100% !important;
        height: 48px !important;
    }
    .flex-btn {
        display: flex;
        flex-direction: column;
    }
    .flex-btn .btn-green{
        margin-left: 0px !important;
    }
    .shopping__list .shopping__list__w {
        max-width: 100% !important;
    }
    #shopping label{
        margin-top: 20px;
    }
    .flex-btn .btn-green{
        margin-top: 10px;
    }
    #shopping {
        margin-top: 50px;
    }

}

.about-nav{
    display: flex;
    margin-bottom: 100px;
}
#about{
    margin-top: 61px;
}
#page-form-details{
    max-width: 1300px;
    margin: 61px auto
}
#page-form-details h1{
    font-size: 20px;
    font-weight: bold;
    color: #B2914B;
    margin-bottom: 30px;
}
#page-form-details  .select2-container{
    width: 100% !important;
    height: auto !important;
}
#page-form-details  .form-select{
    padding: 10px 22px;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    color: var(--color-dark) !important;
    height: 50px;
}
#page-form-details label{
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 400;
}
#page-form-details .styled-checkbox:checked + label:after {
    top: 10px;
    border: none;
}

#page-form-details input{
    padding: 10px 22px;
    border-radius: 6px;
    height: 50px;
}
#page-form-details .unstyled {
    margin-top: 29px;
}
.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__placeholder{
    color: var(--color-dark) !important;
}

#page-form-details .col-lg-6{
    margin-bottom: 20px;
}
.about-nav .nav{
    background: #FFFCE6;
    padding: 15px 20px;
    height: max-content;
}
.about-nav .nav h1{
    color: #958961;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #958961;
}
.about-nav .nav i{
color: #958961;;
}
.about-nav .nav-link{
    padding: 10px 0px;
    transition: all .3s;
}
.about-nav .nav .nav-link{
    color: #958961;
    padding-left: 0px;
}
.about-nav .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #958961;
    border: none;
    transition: all .3s;
    padding-left: 10px;
    color:white
}
.about-nav .nav-link.active i{
    color:white
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: 1px solid transparent !important;
}
.nav-tabs .nav-link{
    margin-bottom: 0px !important;
}
.about-nav .tab-pane{
    font-size: 16px;
    color: #5C5C5C;
}

.about-content h1{
font-size: 20px;
color: #5C5C5C;
padding-top: 14px;
padding-bottom: 5px;
border-bottom: 1px solid #5C5C5C;
}
.about-content h2{
    font-size: 18px;
    color: #5C5C5C;
    padding-top: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #5C5C5C;
    }
#contact{
    margin-top: 77px;
}
#map{
    box-shadow: 0px 3px 8px #0000001A;
border-radius: 20px;
margin-bottom: 20px;
}
#contact i{
    color: #FF990F;
    font-size: 20px;
    margin-right: 10px;
}
#contact ul{
    list-style: none;
    padding-left: 0px;
}
.pl-40{
    padding-left: 40px;
}
#contact li{
    font-size: 20px;
    color: #5C5C5C;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}
#contact li a{
    font-size: 20px;
    color: #5C5C5C;
}
#contact h1{
    border-bottom: 1px solid #5C5C5C;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #5C5C5C;
    font-size: 20px;
}

.basket-mobile{
    position: relative;
}
.basket-mobile span{
    position: absolute;
    top: -3px;
    right: 1px;
    color: white;
    background: red;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 10px;
}
.mobile-nav a{
    cursor: pointer;
}
.mobile-nav .accordion{
    cursor: pointer;
}

@media(max-width:1200px){
    .order-table{
       padding: 10px !important;
    }
    .order-column{
        /* padding-right: 20px; */
    }
    .header .logo {
        margin-left: 0px;
    }
    .hero-banner {
        position: relative;
                background: url(../images/banner-mb.png);
        height: 120px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.product-buy{
    /* display: none; */
}

.modal-content{
    background: transparent;
    box-shadow: none;
}
.modal-body{
    margin: 0 auto;
}
.modal-header{
    border-bottom: none;
    padding: 0px;
}
.modal-header i{
    color: white;
    cursor: pointer;
    font-size: 20px;
    right: 40px;
    position: relative;
    top: 20px;
    z-index: 3;
    cursor: pointer;
}
.modal-header{
    justify-content: flex-end;
}
.slider-nav img{
    border-radius: 6px;
    max-height: 455px !important;
    object-fit: cover !important;
    width: 100% !important;
    cursor: pointer;
    max-width: 140px;
}

#order-details-page{
    margin-top: 20px;
    margin-bottom: 77px;
}
.flex-order{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#order-details-page .product-feature{
    height: auto;
}
.hr-order{
    border-bottom: 1px solid #70707093;
    padding-bottom: 6px;
}
.details-nav{
    font-size: 16px;
    color: #7E7E7E;
    padding-bottom: 20px;
    border-bottom: 1px solid #70707093;
}
.details-img span{
    font-size: 13px !important;
}
#order-details-page span{
    font-size: 28px;
    color: #9FCA68;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.ml-24{
    margin-left: 24px;
}
#order-details-page .counter .btn{
    background: #EDEDED;
    border: none !important;
    border-radius: 100% !important;
}
.accordion.accordion-icon-toggle .accordion-icon{
    transform: rotate(0deg);
}

#order-details-page .accordion img{
max-width: 139px;
width: 100%;
margin-bottom: 23px;
}
.bg-accordion{
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    background: #F7F7F7;
    padding: 20px;
    color: #333333 !important;
    margin-bottom: 10px;
}
.bg-grayy .bg-accordion{
    background: #F7F7F7 !important;
}
.bg-accordion i{
    color: #333333 !important;
}
#order-details-page .accordion-body-collapse{
    margin-top: 23px;
    margin-bottom: 23px;
}
#order-details-page .accordion-body-collapse p{
    font-size: 16px;
    font-weight: 400;
    color: #080808;
}
.slider-for img{
    width: 100%;

}
.slider-for {
    margin-bottom: 20px;
}
.breadcrumb{
    margin-bottom: 28px;
    margin-top: 48px;
}
.w-nav-slider{
    padding-right: 60px;
}
.breadcrumb a{
    color: var(--color-dark);
    font-weight: 500;
}
.text-muted{
    color:var(--color-green) !important;
    font-weight: 500;
}
.details-img{
    justify-content: flex-start;
    margin-bottom: 29px;
}
.details-img div{
    margin-right: 30px;
}
.details-img img{
    max-width: 25px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.details-img span{
    color: var(--color-dark) !important;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    margin-right: 0px !important
}
#order-details-page .rangeslider {

    width: 640px ;

}
#order-details-page .check-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
#order-details-page .check-bottom  button{
    margin-right: 20px !important;
}
#order-details-page  .product-buy-line {
    width: auto;
}
#order-details-page  .product-buy-radio b{
    color: var(--color-red);
}
.order__details__page h2{
    font-size: 28px;
    color: var(--color-dark) !important;
}
#order-details-page  .styled-checkbox:hover + label:before {
    background: var(--color-red);
    border: 1px solid var(--color-red);
}
#contact img{
    max-width: 20px;
    height: 32px;
    margin-right: 10px;
}


#page-form-details .product-item-button{
    text-align: center;
    width: 200px;
}
#page-form-details .check-form ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 30px;
}
label.upload {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--bs-gray-100);
    color: #888;
    font-size: 14px;
    line-height: 1em;
    cursor: pointer;
    transition: all 0.2s ease-out;
    height: 50px;
    margin-top: 12px;
    border-radius: 6px;
}
label.upload:hover {
    background-color: var(--bs-gray-200);
}
label.upload input[type="file"] {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
}
label.upload .status {
    display: flex;
    align-items: center;
    width: 100%;
}
label.upload .status b {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    margin-right: 20px;
    padding: 4px 24px 4px;
    border-radius: 6px;
    background-color: #444;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    white-space: nowrap;
}
label.upload .status .file-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1px;
    overflow: hidden;
}
label.upload .status .file-info .file-name {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    color: #444;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
label.upload .status .file-info .file-size {
    text-align: left;
}
label.upload .status .reset {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    /* border: 2px solid currentColor; */
    border-radius: 50%;
    color: #a7a7a7;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
label.upload .status .reset:hover {
    color: #444;
}
label.upload .status .reset:before {
    content: "\00D7";
    display: block;
    font-size: 24px;
    line-height: 1;
}
label.upload .result-success, label.upload .result-error {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}


#page-form-details  .radio {
    margin-right: 30px;
}
#page-form-details  .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.h-50s{
    height: 50px;
    align-items: center;
}
#page-form-details  .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
#page-form-details  .radio input[type="radio"]:checked + .radio-label:before {
    background-color: var(--color-red);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
#page-form-details  .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: var(--color-red);
}
#page-form-details  .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
#page-form-details  .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.category-ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#page-form-details .category-ul {
    margin-top: 10px !important;
}
.modal-body .card-details{
    background: white;
    margin: 0 auto;
}
.card-details{
    max-width:550px;
    display: block;
    margin: 100px auto;
    border: 0.5px solid #F7C931;
    border-radius: 20px;
    padding: 20px;
    background: white;
}
.max-content{
    max-width: max-content !important;
}
.card-details h2{
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--color-dark);
}

.card-details button{
    background: var(--color-orange-dark);
    border: none;
    border:1px solid var(--color-orange-dark);
    padding: 10px 28px;
    border-radius: 6px;
    color: white;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s;
}
.card-details button:hover{
    transition: all .3s;
    color: var(--color-orange-dark);
    background: white;
}
.card-details .form-control.form-control-solid{

}
.card-details p{
    color: var(--color-dark);
    text-align: center;
    font-size: 14px;
}
.card-details p a{
    display: inline-block;
}
.card-details a{
    text-align: center;
    font-size: 14px;
    display: block;
    color: var(--color-green);
    margin-bottom: 6px;
}
.input-group-text{
   border: 1px solid #dbdfe9
}
.input-group-text:hover{
    background: none !important;
}

span.error {
    display: flex;
    background-color: rgba(255, 0, 0, 0.2);
    color: #000;
  }
  
  span.error.active {
    border: 1px solid red;
    padding: 0.4em;
  }
  
  .card-details .unstyled a{
    margin-bottom: 0px !important;
  }
  #card-users{
    background: url(../images/makbul-login2.jpg);
    width: 100%;
    background-size: cover;
    height: 100%;
   
  }
  .select2-container--bootstrap5 .select2-selection {
    box-shadow: none;
    height: 45px;
    outline: 0!important;
}
.btn-flex button{
    max-width: 380px;
    width: 100%;
}
.filter-btn{
    display: flex;
    align-items: center;
    width: 100%;
}
.filter-btn button{
    max-width: 150px;
    margin: 20px;
}
.filter-btn h2{
    margin-right: 10px;
    font-size: 16px !important;
}
#favoritetable img{
    object-fit: cover;
    height: 22px;
    width: 34px;
}
#favoritetable tr a{
    color: var(--color-dark);
}
#favoritetable tr i{
    font-size: 20px;
    margin-right: 10px;
}
#favoritetable th{
    font-weight: bold;
    border-bottom: 0.5px solid #60606074
}

.about-content .select2-container{
    width: 100% !important; 
}
.filter-btn .select2-container{
    max-width: 400px !important;
}
.filter-btn  .select2-selection__placeholder{
    font-size: 16px;
}
.stepper .current {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon{
    transition: color .2s ease;
    background-color: var(--color-green);
    border: var(--bs-stepper-icon-border-current);
}
.stepper-icon i{
    font-size: 18px;
    color: white;
}
.stepper.stepper-pills .stepper-item .stepper-icon {
    background-color: #9fca6869;
}
.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon .stepper-check {
    color:  var(--color-green);
    display: inline-block;
}
.stepper.stepper-pills .stepper-item.completed .stepper-icon, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon {
    transition: color .2s ease;
    background-color: #F0F1F1;
    border: var(--bs-stepper-icon-border-completed);
}
.stepper.stepper-pills .stepper-nav {
    display: flex;
    align-items: flex-start;
}
.stepper .order-btn{
    padding: 6px 18px;
    font-size: 16px;
    border-radius: 4px;
}
.stepper [data-kt-stepper-element=content].current, .stepper [data-kt-stepper-element=info].current {
    display: flex;
    align-items: flex-start;
}
.flex-column  p {
    font-size: 16px !important;
}
.flex-column h1{
    color: var(--color-dark);
}
.address-content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.address-content a{
    font-size: 14px;
    font-weight: 600;
    color: var(--color-red);
}
.flex-column .select2 {
    width: 100% !important;
}
.stepper .form-group tr{
    font-size: 15px;
    color: var(--color-dark);
}
.btn-check:active+.btn.btn-active-light-primary, .btn-check:checked+.btn.btn-active-light-primary, .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .show>.btn.btn-active-light-primary{
    color: var(--color-green);
}
.stepper .form-control{
    color: #4b567575;
    font-size: 14px;
}
.ml-3{
    margin-left: 3px;
}
.mr-3{
    margin-right: 3px;
}
#tbodyBankAccounts img {
    display: block;
    max-width: 100%;
    width: 200px;
    height: auto;
}
.tab-pane p {
    font-size: 15px !important;
    font-weight: 400;
}
.question-page{
    margin-top: 60px;
}
.question-page h2{
    color: var(--color-dark);
    margin-bottom: 20px;
}
.question-page p{
    font-size: 16px;
}
.question-page .order-btn{
    padding: 8px 16px;
    margin-top: 20px;
}
@media (max-width:400px){
 .grid-products {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template: inherit;
}
}
@media(min-width:1140px) and (max-width:1398px){
  .product-outer {
        grid-template-columns: repeat(3, 1fr);
            grid-column-gap: 10px;
    }
    .grid-products {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template: inherit;
}
.new-products{
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template: inherit;
}


    .grid-products > :nth-child(4) {
    grid-area: auto;
    display: none;
}
.color-green{
    font-size: 20px;
}
#bestseller:before {
    height: 130%;
}
.grid-products > :nth-child(4) {
    display: none !important;
}
}
.center-fix{
    display: flex;
    align-items: center;
}
.basket-details-bottom  .accordion-button:not(.collapsed) i {
    transform: rotate(-180deg);
    transition: all .3s;
}
.basket-details-bottom  .accordion-button i{
    color: white;
    font-size: 20px;
    transition: all .3s;
}
.basket-details-bottom .accordion-button::after{
    display: none;
}
@media(max-width:768px){
    .bottom-order{
        position: fixed;
        bottom: 152px;
        padding: 2px !important;
        width: 100%;
        margin: 0px !important;
        left: 0px;
        background: var(--color-orange-dark);
        z-index: 3;
    }
    .flex-down{
        display: flex;
        flex-direction: column;
    }
    .mobile-none-ul{
        display: none !important;
    }
    .order-table h2{
            max-width: 200px !important;
        }
    .page-header {
        z-index: 1;
    }
    .show-before{
        background-color: rgba(0,0,0,.3);
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 3
      
    }
    .basket-details-bottom{
        z-index: 5;
    }
    .mobile-order .accordion-body {
        padding: 0px;
        height: auto !important;
    }
    .order__details{
        border: none;
    }
    .order-btn{
        border: 2px solid var(--color-orange-dark);
        background: var(--color-orange-dark);
        border-radius: 0px !important;
    }
    .closee .suggestions:after{
        right: 13px !important;
        top: 14px !important;
        padding: 13px !important;
        padding-bottom: 15px !important;
        font-size: 19px !important;
    }
    .stepper .order-btn {
        padding: 6px 18px;
        font-weight: bold;
        margin: 0;
    }
    .free-total p{
        display: none;
    }
    .bg-gray.pt-10 {
        padding-bottom: 110px;
        background: #F0F0F0;
    }
    .is-sticky .header {
        height: 82px;
    }
    .footer-bottom-card {
        padding-top: 20px;
        display: flex;
        justify-content: center;
    }
    .free-total{
        /* background: #F4F4F4; */
        border-radius: 10px 0px;
        /* position: absolute;
        bottom: 0px;
        right: 0px; */
        padding: 21px 20px 10px 20px;
        /* margin-right: 0px; */
    }
    .order-column {
        margin-bottom: 0px;
    }
    .free{
        display: none;
    }
    .button-container {
        /* position: absolute;
        top: 47px;
        left: 192px  */
    }
    .order-table h2 {
        margin-bottom: 10px;
        margin-top: 0px;
    }
}
@media(max-width:600px){
    .footer-bottom-card {
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        width: 100%;
        padding-top: 20px;
    }
    .about-nav .nav{
        background: transparent;
    }
    .now-flex{
        display: flex;
        flex-direction: column-reverse;
    }
    .w-200{
        max-width: 200px;
    }
    .check__shopping{
        margin-bottom: 20px;
    }
    #about {
        margin-top: 20px !important;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
      }
      
      .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
          pointer-events: none;
      }
      
      .dropdown-toggle{
        background: #958961;
        border: 1px solid #958961;
        width: 100%;
        padding: 10px 20px;
        border-radius: 5px;
        color: white;
      }
      .desktop-none .dropdown-menu{
        width: 100%;
        padding: 10px;
        border-radius: 5px;
      }
    .progress-mobile{
        bottom: 152px;
        position: fixed;
        width: 100%;
        z-index: 3;
        top: auto;
    }

    .modal-body {
        margin: 0 auto;
        padding: 0px;
        padding-top: 30px;
    }
 
  
  
    .order-detail .counter {
        /* margin-top: 10px;
        position: relative;
        left: 0px;
        float: left;
        display: block;
        width: 100%; */
    }
   
    .product-feature p {
        font-size: 9px;
        padding: 3px 5px !important;
    }
    .product-feature p i {
        margin-right: 1px;
    }
    .flex-row-rev{
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-bottom-card .row{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
    .footer-bottom {
        max-width: 75px;
    }
    .footer-bottom-card .col-sm-3{
     width: auto;
    }
    .footer-bottom h4 {
        text-align: center;
    }
    .footer-bottom i{
        margin-right: 0px;
    }
    .product-feature{
        height: 60px;
        display: flex;
        align-items: center;
        align-content: center;
    }
}
.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
    background: transparent;
    box-shadow: none;
    border: none;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.accordion-item{
    margin-bottom: 10px;
}
.input-group-text:hover{
    transition: all .3s;
    background: var(--color-green) !important;
    color: var(--white-color)
}
.order-detail .accordion-item{
    border: 1px solid #E6E6E6;
}
.nav-line-tabs .nav-item .nav-link.active{
    border-bottom: 1px solid var(--color-green);
}
.filter-btn h3{
    color: var(--color-dark);
    font-size: 16px;
    margin-right: 10px;
}
@media(max-width:600px){
    .order-img {
        max-width: 70px;
        margin-left: 0px;
        margin-right: 10px;
    }
    .button-container {
        /* position: absolute;
        top: -33px;
        left: 87px; */
    }
    .shopping__card {
        max-width: 43%;
    }
    .shopping__card {
        border: 2px solid #E6E6E6;
        border-radius: 10px;
        padding: 14px 5px 0px 5px;
      
    }
    .shopping__card__details h5 {
        font-weight: bold;
        font-size: 11px;

    }
    .shopping__card__details a{
        padding: 0px;
    }
    #shopping p {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .shopping__card__details a{
        margin: 10px auto;
        margin-top: 0px;
    }
    .order-table h2{
        margin-bottom: 5px;
        width: 100%;
        margin-top: 0px; 
        font-size: 14px;
        margin-left: 8px;

    }
    .order-table .form-check-input{
        display: none;
    }
    .order-table p{
        font-size: 12px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .span-total{
        font-size: 14px;
    }
    .span-total b{
        font-size: 11px;
    }
    .order-column .color-green{
        font-size: 14px;
    }
    .counter .btn {
        padding: 7px 7px !important;
        width: 29px !important;
        height: 27px !important;
    }
    #number {
        margin-left: 8px;
        margin-right: 8px;
        font-size: 18px;
    }
    .order-table {
        display: flex;
        align-content: space-around;
        align-items: flex-end;
    }
    .order-column .span-money{
        padding: 5px;
    }
    .order-table{
        padding: 5px !important;
    }
    .flex-div{
        width: 100%;
    }
    .order__flex{
        /* margin-top: 10px; */
    }
    .order-detail{
        margin-top: 10px;
    }
    .order-detail p{
        font-size: 14px;
    }
    .header {
        height: 80px;
    }
    .order__details__page h2 {
        font-size: 18px;
    }
    .row-top{
        display: flex;
        flex-direction: column-reverse;
    }
    .order-detail .counter{
        /* margin-top: 20px; */
    }
    .order__details-desktop{
        /* display: none; */
    }
    .bottom-a {
        padding: 10px 0px !important;
        max-width: 100% !important;
        margin-top: 20px;
        font-size: 14px !important;
    }
    .footer-bottom-index {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .bg-gray.pt-10{
        padding-top: 0px;
    }

    
}
@media(min-width:768px){

 

}
@media(min-width:769px){
    .desktop-none{
        display: none;
    }
    .order__details-mobile{
        display: none;
    }

}

.footer-bottom-index{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-a{
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
    color: var(--color-dark);
    font-weight: 500;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    border: 1.5px solid var(--color-red);
    transition: all .5s;
}
.bottom-a:hover{
    background: var(--color-red);
    color: white;
    transition: all .5s;
}
.bottom-a:hover i{
    color: white;
    transition: all .5s;
}
.bottom-a i{
    padding-left: 10px;
    font-size: 20px;
    color: var(--color-red);
}
.order-mobile{
    position: fixed;
    bottom: 139px;
    background: #F2F2F2;
    width: 100%;
    z-index: 3;
    padding: 10px 10px;
    font-size: 16px;
    color: #5F5F5F;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-ac{
    position: fixed;
    bottom: 170px;
    background: white;
    z-index: 3;
    width: 100%;
    height: 300px;
    overflow: scroll;
}
.mobile-order{
    position: fixed;
    bottom: 193px;
    width: 100%;
    z-index: 3;
}
.mobile-order .accordion-body{
    height: 300px;
    overflow: scroll;
}
.mobile-order .order__details {
    border-radius: 10px;
    padding: 8px 10px;
    margin-bottom: 10px;

}
.mobile-acordion.mobile-order {
    margin-bottom: 0px !important;
    padding: 0px !important;
}
.mobile-acordion.mobile-order .accordion-body{
    background: white;
}
.mobile-table-border{
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    line-height: 35px;
}
.select-text select{
    color: var(--color-dark) !important;
    font-size: 16px;
}


.search-page .active:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    /* background: rgba(0, 0, 0, 0.397); */
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.2), 0 0 0 100vw rgba(0, 0, 0, 0.2);
    border-radius: 18px;
}
@media(max-width:1400px){
    .nostalgic-products{
        grid-template-columns: repeat(3, 1fr) !important;
            grid-template: inherit ;
}
.nostalgic-products > :nth-child(1) {
    grid-area: auto;
}
}
@media(max-width:992px){
    .nostalgic-products {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template: inherit;
    }
}
.mobile-nav .accordion-item {
    margin-bottom: 0px !important;
}
.basket-details-bottom{
    position: fixed;
    bottom: 74px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0px !important;
    z-index: 4;
}
.basket-details-bottom p{
    margin-bottom: 0px;
    color: white;
    font-size: 13px;
    width: 144px;
}
.basket-details-bottom h4{
    font-size: 22px;
    font-weight: bold;
    color: white;
}
.bg-accordion{
    background: transparent !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: none !important;
}
.bg-accordion p{
    color: #797979;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 23px;
}
.bg-accordion span{
  
    font-size: 16px !important;
    font-weight: 600;
}

.bg-accordion i{
    color: var(--color-orange-dark) !important;
    margin-right: 10px;
}
.basket-details-bottom button{
    background: white;
    border: 1px solid white;
    padding: 9px 26px;
    font-size: 14px;
    color: #797979;
    border-radius: 23px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .suggestions.active:after{
    content: "x";
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    top: -29px;
    color: white;
    z-index: 3;
    font-size: 19px;
}
.suggestions.active:after:focus .suggestions.active {
    display: none !important;
} */
.closee .suggestions.active:after{
    content: "x";
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    top: 11px;
    color: var(--color-red);
    z-index: 3;
    font-size: 23px;
    cursor: pointer;
    border: 1.5px solid var(--color-red);
    border-radius: 100%;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 19px;
}
.mobile-login-exit i{
    color: var(--color-green-dark);
}
.m-basket{
    color: white;
    padding: 4px;
    background: var(--color-red);
    border-radius: 100%;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    transform: translateY(9px);
    font-size: 10px;
}
@media(min-width:768px) and (max-width:1140px){
    .grid-products {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template: inherit;
    }
    .new-products{
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template: inherit;  
    }
    .nostalgic-products {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template: inherit;
    }
}
.cookie-alert {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 320px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
  }
  
  .cookie-alert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
  }
  .btn-toolbar .mr-5{
    margin-right: 10px;
  }
  .cookie-alert a{
    color: var(--color-red);
  }
  .cookie-alert a:hover{
    color: var(--color-red);
  }
  .cookie-alert .accept-cookies{
    background: var(--color-orange-dark);
    color: white;
  }
  .cookie-alert .accept-cookies:hover{
    background-color: var(--color-red) !important
  }
#booklistempty img{
    max-width: 200px;
    width: 100%;
    opacity: .4;
}
.accept-cookies:hover{
    color: white !important;
}
#booklistempty {
    position: relative;
    display: none;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 100px;
    display: block;
}
#booklistempty p:nth-of-type(1) {
    font-size: 30px;
    font-weight: 500;
    margin-top:30px
}
#booklistempty p:nth-of-type(2) {
    font-size: 18px;
    margin: 0;
}
@media(min-width:600px) and (max-width:767px){
    .button-container {
        position: relative;
        top: 0px;
        left: 0px;
    }
}
@media(min-width:767px) and (max-width:768px){
    .button-container {
        
    }
}


.trash{
    border: none;
    background: transparent;
}
.trash i{
    font-size: 20px;
    color: var(--color-green)
}
.trash i:hover{
    color: var(--color-red)
}
.btn>i {
    display: inline-flex;
    font-size: 17px;
    padding-right: 0px;
    vertical-align: middle;
    color: var(--color-green);
}
.flex-two{
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    width: 100%;
}
@media(max-width:800px){
    .flex-two {
        max-width: 100%;
        align-items: center;
      
    }
    .basket-details-bottom  .accordion-button::after{
        margin-left: 0px;
        color: white;
        filter: brightness(0) invert(1);
    }
    .order-table h2 {
        font-size: 12px;
        margin-right: 20px;
        max-width: 150px;
        width: 100%;
    }
    .order-img {
        max-width: 62px;
    }
    .order-table {
        padding: 16px !important;
    }
    .span-total {
        font-size: 16px;
    }
    #number{
        font-size: 16px;
    }
    .order-column{
        margin-right: 0px !important;
    }
    .basket-details-bottom .accordion-button{
        display: flex;
        justify-content: space-between;
        border-radius: 0px !important;
    }
}
@media(max-width:500px){
    .order-table{
        display: flex;
        flex-direction: column;
    }
    .order-table h2{
        max-width: 90%;
    }
    .trash{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .trash i {
        font-size: 14px;
        color: var(--color-green)
    }
    .free-total{
        padding: 0px;
    }
    .flex-div {
      
    }
    .order__details h3 {
        font-size: 16px;
    }
    .order-table {
        border-bottom: 1px solid #E6E6E6;
        border-radius: 0px;
        border-right: none;
        border-left: none;
        border-top: none;
    }
    .order-table {
        padding: 0px !important;
        padding-bottom: 10px !important;
    }
    .counter .btn {
        padding: 7px 7px !important;
        width: 25px !important;
        height: 25px !important;
    }
 
  
}
@media(max-width:600px){
    .order__details__desktop{
        display: none;
    }
    .stepper.stepper-pills .stepper-nav {


        flex-direction: row;
        justify-content: flex-start;
    }
    .stepper-item {
        width: 170px;
    }
    .basket-details-bottom h4 {
        margin-bottom: 0px;
    }
    .footer-bottom-index {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}
 .stamp {
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-size: 13px;
    max-width: 109px;
    height: 24px;
    box-sizing: border-box;
    background: var(--color-red);
    padding: 14px 10px;
    color: white;
    margin-bottom: 4px;
}
 .stamp .inner span {
    font-size: 12px;
    line-height: 11px;
    text-align: initial;
    padding-left: 6px;
    font-weight: 500;
}
.stamp .inner{
    display: flex;
    align-items: center;
}
.stamp-box-wrapper{
    position: absolute;
    top: 20px;
    left: 20px;
}
.product-outer .piece span{
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 16px;
    color: var(--color-red);
    
}
.product-outer .piece .lowest-price{
    text-decoration: auto;
    color: var(--color-dark);
    font-size: 22px;
    margin-left: 10px;
}
.with-basket{
    text-align: center;
    color: var(--color-green);
}
.with-basket i{
    color: var(--color-green);
    margin-right: 6px;
}
.shopping__card__details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.btn-btn{
    border: 2px solid #E2880D;
    border-radius: .475rem;
    color: var(--white-color);
    padding: 10px 22px;
    font-size: 20px;
    font-weight: 500;
    background: var(--color-orange-dark);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
#order-details-page .check-bottom button{
    width: 50%;
}
@media(max-width:650px){
    #order-details-page .breadcrumb{
        display: none;
    }
    .stamp .inner span{
        font-size: 7px;
        padding-left: 2px;
    }
    .stamp{
        height: 18px;
        padding: 0px 8px;
    }
    .product-feature{
        margin-top: 0px;
    }
    #order-details-page .check-bottom button {
        max-width: 119px;
        margin-right: 0px !important;
        width: 100%;
    }
    .details-img div {
        margin-right: 23px;
    }
    .desktop-none h2{
        margin-top: 10px;
    }
    .slider-for{
        margin-bottom: 10px !important;
    }
    .row-top{
        padding: 10px;
        margin-top: 0px !important;
    }
    .details-img {
        margin-bottom: 0px;
    }
    .details-nav{
        font-size: 14px;
        margin-top: 10px;
    }
    .stepper-title{
        display: none;
    }
    #order-details-page .check-bottom {
        flex-direction: column;
    }
    #order-details-page .check-bottom button{
        margin-top: 10px !important;
    }
    .stepper.stepper-pills .stepper-nav{
        display: flex;
        flex-direction: row;
        align-items: flex-start !important;
        justify-content: space-between;
    }
    .stepper-item {
        width: auto !important;
    }
    .stepper-item{
        position: relative;
    }
    .stepper-nav{
        position: relative;
    }
    .stepper-nav:before {
        content: "";
        background: #9fca6869;
        width: 95%;
        height: 1px;
        position: absolute;
        z-index: -1;
        left: 0px;
        top: 32px;
    }
    
    .stepper.stepper-pills .stepper-item .stepper-icon {
        background-color: #F0F1F1;
    }
    .stepper-item:nth-child(4):before{
        content:none !important
    }
   
   
}
@media(max-width:600px){
    .order-img {
        width: 70px;
        height: 70px;
    }
    .order-detail .counter {
        left: 78px;
        position: absolute;
        bottom: 10px;
    }
    .order__flex {
        position: absolute;
        bottom: 10px;
        right: 0px;
    }
    .order-column .span-money{
        left: 78px;
        position: absolute;
        bottom: 10px;
    }
    .order-table h2{
        margin-top: 10px;
    }
    .trash {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .footer-bottom-card .col-sm-3 {
        width: 90px !important;
    }
   
}
@media(min-width:500px) and (max-width:600px){
    .order-detail .counter {
        left: 94px;
    }
    .order-column .span-money{
        left: 94px;
    }
}
.address-content a{
    background-color: var(--color-orange-dark);
    color: white !important;
    padding: 10px 20px;
    border-radius: 6px;
    transition: all .5s;
}
.address-content a:hover{
    background-color: var(--color-red);
    transition: all .5s;
}
.btn-light{
    background-color: var(--color-green) !important;
    color: white !important;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    transition: all .5s;
}
.btn-light:hover{
    background-color:var(--color-green-dark);
    transition: all .5s;
}
.row-top{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#dragDiv {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    background-color: #f2f2f2;
    cursor: pointer;
    display: flex;
}

#dragDiv p {
    width: 100%;
    transition: all .4s;
}

#dragDiv button {
    width: 75px;
    height: 100%;
    position: absolute;
    right: -75px;
    background-color: red;
    border: red;
    color: #fff;
    transition: all .4s;
}

#dragDiv.removeStatus p {
    margin-left: -75px;
}

#dragDiv.removeStatus button {
    right: 0;
}

.responsive .bestseller-item{
    border: 0.5px solid #F7C931;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.responsive .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    list-style: none;
    margin-bottom: 30px;
}
.responsive .slick-dots button{
    background: var(--color-red);
    border: none;
    font-size: 0px;
    width: 10px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
}
#like-products h3{
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: var(--color-dark) !important;
}
@media(max-width:768px){
    .d-none-mobile{
        display: none;
    }
}