/*your custom css goes here*/
.nav-menu-item {
    padding: 34px 0px;
    border-bottom: 2px solid transparent;
}

.nav-menu-item:hover, .nav-menu-item.active {
    border-bottom: 2px solid var(--primary);
}
.nav-menu-item.mobile:hover, .nav-menu-item.mobile.active {
    border-bottom: none!important;
    color: var(--primary) !important;
}
.form-group{
    margin-bottom: 30px;
}
.footer-widget a:hover{
    cursor: pointer;
    color: #802F49 !important;
}

@media only screen and (min-width: 290px) and (max-width: 768px) {
    footer.footer{
        padding-bottom: 75px !important;
    }
    .dropdown-menu.dropdown-menu-2xl{
        width: 300px;
        min-width: 300px;
    }
    .cart.dropdown-menu-right{
        right: unset!important;
    }

    .category-list .category-item{
        width: 100% !important;
        border: 0px !important;
    }
    .product-details-btn button{
        display: block;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    h1.fahkwang{
        font-size: 30px !important;
    }
    .text-center-sm{
        text-align: center;
    }
    .sm-mr-10-px{
        margin-right: 10px;
    }

    .section_featured .half-outside-arrow .slick-next,
    .section_featured .owl-next {
        top: -55px;
        right: 33% !important;
        border: 1px solid var(--primary);
        box-shadow: none;
        color: var(--primary);
    }

    .section_featured .half-outside-arrow .slick-prev,
    .section_featured .owl-prev  {
        right: 48% !important;
        left: unset !important;
        top: -55px;
        border: 1px solid var(--primary);
        box-shadow: none;
        color: var(--primary);
    }
    .latest-designs{
        width: 200px;
        margin: 0 auto;
    }
    .label-decor.decor-right{
        background: linear-gradient(90deg, #D29950 0%, #D29950 0.01%, rgb(137 83 14 / 0%) 100%);
        right: -4%;
    }
    .label-decor.decor-left {
        background: linear-gradient(260deg, #D29950 0%, #D29950 0.01%, rgb(137 83 14 / 0%) 100%);
        left: -4%;
    }
    .header-search-field{
        font-size: 24px;
    }
    .category-list .category-item .cat-image{
        width: 70px;
        margin: 0 auto;
    }
    .category-list .category-item .cat-name{
        font-size: 20px !important;
    }
    .category-list .category-item{
        height: 190px !important;
    }
    .category-item .cat-banner img{
        height: 250px;
    }
    .category-list .category-item .cat-image-a{
        width: 100% !important;
    }
    .sm-flex-center{
        display: flex;
        justify-content: center !important;
    }
    .sm-flex-col-center{
        display: flex;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .sm-card-w{
        width:290px;
    }
    .sm-p-0{
        padding: 0px !important;
    }
    .sm-px-0{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .b-none{
        border:none !important;
    }

    .flex-cols {
        display: flex;
        flex-direction: column;
    }
    .sm-fs-sm{
        font-size: 29px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 441px) {
    .subscribe-input{
        width: 230px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 374px) {
    .subscribe-input{
        width: 175px;
    }
}


.cart-summary-loading-wrapper{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cart-summary-loading-screen{
    width: 100%;
    height: 100%;
    background-color: rgb(212 212 212 / 60%);
    display: grid;
    place-content: center;
    z-index: 1000;
    position: relative;
}

.cart-summary-loading-screen span{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid var(--primary);
  border-bottom-color: transparent;
  position: relative;
  animation: spinner 1s linear infinite paused;
  -webkit-animation: spinner 1s linear infinite;
}

@keyframes spinner {
    to {
      transform: rotate(1turn);
      -webkit-transform: rotate(1turn);
      -moz-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
      -o-transform: rotate(1turn);
    }
}

.circle{
    border-radius: 50%;
}

.purple-btn{
    background: #802F49;
    color: #FFF;
    border: none;
}

.baige-card{
    background: #D2806E;
    color: white;
}

.white-circle{
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table td, .table th{
    border-top: 1px solid #e7eaed;
}

.no-border{
    border: none !important;
}

.dashboard-card2 .card-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.main-bg{
     background-color: #F8F0E8;
}


.sophia.aiz-steps .icon{
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 28px;
    color: #62616A;
    background-color: #F2F5FA;
}
.sophia.aiz-steps .active .icon,
.sophia.aiz-steps .done .icon{
    background-color: #B67380 !important;
    color: #fff;
    filter: drop-shadow(-3px 4px 14px rgba(139, 42, 61, 0.25));
}

.sophia.aiz-steps .title{
    color: #62616A;
}
.sophia.aiz-steps .active .title{
    color: #1b1b28;
}

.sophia.aiz-steps .icon span{
    display: inline-block;
    padding: 0px;
}
.sophia.aiz-steps .icon svg{
    display: none;
}
.sophia.aiz-steps .active .icon span,
.sophia.aiz-steps .done .icon span{
    display: none;
}
.sophia.aiz-steps .active .icon svg,
.sophia.aiz-steps .done .icon svg{
    display: inline-block;
}
.sophia.aiz-steps .done .icon,
.sophia.aiz-steps .done:before{
    background-color: #A46672 !important;
}
.sophia.aiz-steps > *:not(:first-of-type):before{
    right: calc(50% + 10px);
    top: 13px;
    height: 3px;
    background-color: #d8d8d8;
}


.purchase-list-filter .filter{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding: 0;

}
.purchase-list-filter .filter a{
    padding : 24px 35px;
    color: #1b1b28;
    font-size: 13px;
    display: block;
    border-bottom: 3px solid transparent;
}
.purchase-list-filter .filter a.active,
.purchase-list-filter .filter a:hover{
    border-color: #B67380;
}

.lastest-product .owl-stage .owl-item:nth-child( even )  {
    margin-top: 30px
}
.aiz-card-box .cover-img{
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.aiz-card-box:hover .cover-img{
    opacity: 1;
}

.featured-product-carousel .owl-nav{
    display: block !important;
}

.dropdown-blog-category{
    padding: 0px;
    list-style: none;
}

.hover-bg-none:hover{
    background-color: transparent!important;
    color: var(--primary) !important;
}
.vertical-center{
    vertical-align: middle !important;
}
.ribbon-sale{
    position: absolute;
    top: 5px;
    right: 17px;
    z-index: 200;
}
.ribbon-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    color: white;
    top: 4px;
    right: 2px;
    font-size: 12px;
    font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: ">" !important;
}
.order-summary{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.order-summary.fixed{
    position: sticky;
    top: 140px;
}


.input-group-text{
    border-radius: 0px !important;
    border-right: 0px !important;
    height: calc(1.3125rem + 1.25rem + 9px) !important;
}

div.aiz-editor-data > p {
    margin-bottom: 0 !important;
}