﻿.bold {
    font-weight: 700 !important;
    color: #0baf9a !important;
}

.arrow-left-adm {
    border-radius: 50%;
    background-color: white;
}

.product-box-4 {
    width: 100% !important;
    height: 100% !important;
    /*    background-color: #fbfbfb;*/
    padding: 1rem !important;
    border-radius: 1rem !important;
}

.product-box-4 {
    width: 100% !important;
    height: 100% !important;
    /* background-color: #fbfbfb;*/
    border-radius: 1rem !important;
    padding: 0 !important;
    border: none !important;
}

    .product-box-4 .product-image img {
        margin: 0rem !important;
        height: 100% !important;
        width: 100% !important;
        border-top-left-radius: 0.8rem !important;
        border-top-right-radius: 0.8rem !important;
          border-bottom-right-radius:3rem;
        /*border-radius:0.8rem;*/
    }

        .product-box-4 .product-image img:hover {
            transform: scale(1.03) !important;
        }
         

.label-flex {
    top: 0.5rem !important;
    left: -0.5rem !important;
    z-index: 1 !important;
}

.label-discount {
    display: flex;
   /* z-index:2!important;*/
    display: flex;
    flex-direction:column;
    gap:0.2rem;
    justify-content: start;
    align-items: start;
    position:absolute;
    top:1.5rem;
    cursor:pointer;
}

.discount-bubble {
    background: #fe5656;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    position: absolute;
    top: 1.5rem;
    left: 0rem;*/
    padding: 0.5rem;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 0.7rem;
    cursor: pointer;
}


.discount-bubble2 {
    background: rgb(238,79,79);
    background: -moz-linear-gradient(254deg, rgba(238,79,79,1) 0%, rgba(190,62,62,1) 100%);
    background: -webkit-linear-gradient(254deg, rgba(238,79,79,1) 0%, rgba(190,62,62,1) 100%);
    background: linear-gradient(254deg, rgba(238,79,79,1) 0%, rgba(190,62,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee4f4f",endColorstr="#be3e3e",GradientType=1);
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    position: absolute;
    top: 3.5rem;
    left: 0rem;*/
    padding: 0.5rem;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 0.7rem;
    cursor: pointer;
}
.discount-bubble3 {
    background: rgb(130,41,41);
    background: -moz-linear-gradient(254deg, rgba(130,41,41,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(254deg, rgba(130,41,41,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(254deg, rgba(130,41,41,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#822929",endColorstr="#000000",GradientType=1);
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    position: absolute;
    top: 5.5rem;
    left: 0rem;*/
    padding: 0.5rem;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 0.7rem;
    cursor: pointer;
}

.discount-price {
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 0.8rem !important;
    text-align: center !important;
    color: #ff4f4f !important;
    cursor: pointer;
}

.product-detail h6 {
    font-size: 0.8rem !important;
    width: 100% !important;
    color: #676767;
}

.product-detail h5 {
    font-size: 1rem !important;
    font-weight: 600;
    width: 100% !important;
    min-width: 100% !important;
}

.name {
    padding: 0rem !important;
}

.product-detail h6 {
    font-size: 0.8rem !important;
    width: 100% !important;
    color: #676767;
}

.product-box-4:hover .product-detail a .name {
    color: #9b978e !important;
}

    .product-box-4:hover .product-detail a .name:hover {
        color: #9b978e !important;
    }

.product-box-4:hover .product-detail a:hover {
    color: #9b978e !important;
}

.product-box-4:hover .product-detail a {
    /*color: #5a5449 !important;*/
    color: #676767 !important;
}

.product-box-4 .price:hover {
    color: #9b978e !important;
}

.product-box4 .name:hover {
    color: #9b978e !important;
}

.product-box-4:hover .product-detail a h5 {
    color: #9b978e !important;
    transition: .3s;

}
.product-box-4 .price {
    color: #000 !important;
}

.product-box-4:hover .product-detail a .name {
    color: #9b978e !important;
}

.category-menu {
    border-radius: 1rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    background-color: #ffffffdc !important;
}

.cart-button:hover {
    transform: scale(1.02);
    background: rgb(90, 84, 73);
    background: -moz-linear-gradient(301deg, rgba(90, 84, 73, 1) 0%, rgba(20, 18, 14, 1) 100%);
    background: -webkit-linear-gradient(301deg, rgba(90, 84, 73, 1) 0%, rgba(20, 18, 14, 1) 100%);
    background: linear-gradient(301deg, rgba(90, 84, 73, 1) 0%, rgba(20, 18, 14, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a5449",endColorstr="#14120e",GradientType=1);
}

.theme-bg-color-post {
    background-color: #9b978e !important;
}

    .theme-bg-color-post:hover {
        background-color: #bfbbb2 !important;
    }

.gradientB {
    /*    position: relative;
    display: inline-block;*/
}

    .gradientB:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.95)), color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
        background: linear-gradient(to bottom, rgba(85,80,67,0.2) 0%,rgba(0,0,0,0.95) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    }

.img-fluid {
    /*    display: block;
    height: 200px;
    width: auto;*/
}

.home-detail {
    z-index: 1;
}
.pt-0{
    padding-left:0!important;
    padding-right:0!important;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .dropdown-menu .dropdown-item::after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px !important;
        bottom: 0px !important;
        left: 0;
        background-color: #5a5449 !important;
        opacity: 0.3;
        border-radius: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: -1;
    }

    .navbar-expand-xl .dropdown-column .dropdown-header::before {
        background-color: #9b978e !important;
        bottom: -1px !important;
    }
}

.g-8 {
    margin: 0 !important;
}

.counter {
    background-color: #fff !important;
}

    .counter input {
        background-color: #fff !important;
    }

.path-products {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.path-container {
    display: inline-block;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

    .path-container:after {
        content: '';
        width: 0px;
        height: 0.3rem;
        display: block;
        background: #5a5449;
        transition: 300ms;
    }

    .path-container:hover:after {
        width: 100%;
    }

.font-h4-st {
    letter-spacing: 1px;
    cursor: pointer;
}

.font-h4-md {
    cursor: default;
}

.font-h4-en {
    color: #5a5449;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
}

    .font-h4-en:hover {
        letter-spacing: 2px;
    }

.menu-xl ul {
    padding-bottom: 2rem;
}


.buy-button:hover {
    background-color: #10d0b8 !important;
}

.service-box .service-detail h5:hover {
    cursor: default;
}

/*.bg-effect {
    background-position: none !important;
    
}*/

.theme-color-2 {
    /*background-color: #eaeaea;*/
    /*background-color: #eae5d5;*/
    background-color: #ffffff;
    color: #333;
    font: 100% Lato,Arial,Sans Serif;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.theme-color-5 {
    color: #000 !important;
}

#background-wrap {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

.category-menu ul .category-list h6 {
    color: #0baf9a;
    padding-left: 0.5rem;
}


.swiper-button-next, .swiper-button-prev {
    color: #faf4e4 !important;
    width:3rem!important;
    
}

.swiper-pagination {
}

.swiper-pagination-bullet-active {
    background: #faf4e4 !important;
}
@media (max-width:869px){
    .swiper-button-next, .swiper-button-prev{
        display:none!important;
    }
}
.heding-2 {
    color: #fff;
    background-color: #635f55;
    border-radius: 0.5rem;
    padding: 0.2rem;
}

.content-2 {
    color: #e9e9e9;
}

.text-content {
    color: #e9e9e9 !important;
}

.theme-color-8 {
    color: #faf4e4 !important;
}

    .heding-2:hover, .content-2:hover, .text-content:hover, .theme-color-8:hover {
        /*background-color:#1b1b1b;*/
        transition: .3s;
        cursor: default;
        background: rgb(41,38,31);
        background: -moz-radial-gradient(circle, rgba(41,38,31,1) 0%, rgba(85,80,67,1) 98%);
        background: -webkit-radial-gradient(circle, rgba(41,38,31,2) 0%, rgba(85,80,67,1) 98%);
        background: radial-gradient(circle, rgba(41,38,31,1) 0%, rgba(85,80,67,1) 98%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#29261f",endColorstr="#555043",GradientType=1);
        border-radius: 0.5rem;
        transform: scale(1.04);
    }
/*Pentru header nou*/

.section-b-space{
    padding:0!important;
}
.home-contain {
    background-position: center center!important;
}
@media screen and (max-width:1214px) {
    .home-section-2 .home-contain .home-detail {
        height: 41rem!important;
    }
}
@media screen and (max-width:916px) {
    .home-section-2 .home-contain .home-detail {
        height: 35rem !important;
        width:100%!important;
    }
}
@media screen and (max-width:732px) {
    .home-section-2 .home-contain .home-detail {
        height: 30rem !important;
    }
}
@media screen and (max-width:646px) {
    .home-section-2 .home-contain .home-detail {
        height: 25rem !important;
    }

}
@media screen and (max-width:562px) {
    .home-section-2 .home-contain .home-detail {
        height: 22rem !important;
    }
}
@media screen and (max-width:476px) {
    .home-section-2 .home-contain .home-detail {
        height: 19rem !important;
    }
}
@media screen and (max-width:402px) {
    .home-section-2 .home-contain .home-detail {
        height: 14rem !important;
    }
}
@media screen and (max-width:991px) {

    .product-box-4 .product-detail .price{
        display:flex;
        flex-direction:column;
        align-content:start;
        justify-content:center;
    }
        .product-box-4 .product-detail .price del {
            margin-left:0px!important;
        }
}