﻿* {
    font-family: 'Poppins', sans-serif;
}


#slider .swiper-slide img {
    /*height: 250px;*/
}

/*
Tabs
*/
.tabset > input[type='radio'] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(2):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(4):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(6):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > .labels {
    display: flex;
    gap: 3px;
}

    .tabset > .labels > label {
        position: relative;
        display: inline-block;
        padding: 15px 15px 25px;
        border: 1px solid transparent;
        border-bottom: 0;
        cursor: pointer;
        font-weight: 600;
        /*background-color: var(--color-black);*/
        color: #fff;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        color: #AEAEAE;
    }

        .tabset > .labels > label::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 10px;
            width: 100%;
            height: 4px;
        }

        .tabset > .labels > label:hover,
        .tabset > input:focus + label {
            color: var(--main-color);
        }

            .tabset > .labels > label:hover::after,
            .tabset > input:focus + label::after,
            .tabset > input:checked + label::after {
                background: var(--main-color);
            }

.tabset > input:first-child:checked ~ .labels > label:first-child,
.tabset > input:nth-child(2):checked ~ .labels > label:nth-child(2),
.tabset > input:nth-child(3):checked ~ .labels > label:nth-child(3),
.tabset > input:nth-child(4):checked ~ .labels > label:nth-child(4),
.tabset > input:nth-child(5):checked ~ .labels > label:nth-child(5),
.tabset > input:nth-child(6):checked ~ .labels > label:nth-child(6) {
    /*background-color: var(--color-black);*/
    /*color: var(--main-color);*/
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

    .tabset > input:first-child:checked ~ .labels > label:first-child::after,
    .tabset > input:nth-child(2):checked ~ .labels > label:nth-child(2)::after,
    .tabset > input:nth-child(3):checked ~ .labels > label:nth-child(3)::after,
    .tabset > input:nth-child(4):checked ~ .labels > label:nth-child(4)::after,
    .tabset > input:nth-child(5):checked ~ .labels > label:nth-child(5)::after,
    .tabset > input:nth-child(6):checked ~ .labels > label:nth-child(6)::after {
        background-color: var(--main-color);
    }

.tab-panel {
    padding: 0;
}

    .tab-panel p:not(.product p):not(.store p) {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #000000;
        border: 1px solid #E2E2E2;
        border-radius: 12px;
        padding: 16px 18px;
    }

.tabset {
    width: 100%;
    margin-top: 1rem;
}

.tab-panels {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    padding: 0 15px;
    /*border-radius: var(--radius);*/
    border-top-right-radius: var(--radius);
}

/* CATEGORY */
.category {
    box-sizing: border-box;
    width: 170.2px;
    height: 170.2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFE774;
    border-radius: 13.43px;
}



    .category a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        color: var(--color-black);
    }



.category-figure {
    width: 60px !important;
}

.category-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20.59px;
    /*line-height: 30.89px;*/
    line-height: 25.89px;
    text-align: center;
    margin: 0;
    margin-top: 5px;
}

.category a:hover .category-title {
    text-shadow: 0 0 1px #000;
}

.swiper-categories {
    padding-top: 50px !important;
}

.swiper-header {
    position: relative;
    padding: 16px 0;
}

    .swiper-header span, #showcase .header, #news .title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        text-transform: capitalize;
    }

.swiper-categories .swiper-slide {
    width: 170.2px !important;
    height: 170.2px !important;
}

#news .title {
    padding: 16px 0;
}

#news .news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#news .news-body {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    padding-bottom:1rem;
}

#news .news-item {
    text-align: center;
    box-shadow: -3.22813px 3.22813px 12.2669px 3.22813px rgba(0, 0, 0, 0.045);
    border-radius: 15.495px;
}

    #news .news-item img {
        height: 160px;
        border-radius: 15.495px;
    }

    #news .news-item a {
        margin: 0;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 38px;
        text-align: center;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 38px;
        border-radius: 15.495px;
        padding: 0 1rem;
    }

.swiper-new .swiper-button-next, .swiper-new .swiper-button-prev {
    color: transparent;
}

    .swiper-new .swiper-button-next, .swiper-new .swiper-button-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #FFE774;
        color: #423700;
        
    }

    .swiper-new .swiper-button-prev, .swiper-new .swiper-button-prev::after {
        top: 30px;
        right: 50px;
        left: unset;
        font-size:16px;
    }

        .swiper-new .swiper-button-next, .swiper-new .swiper-button-next::after {
            top: 30px;
            right: 0;
            font-size: 16px;
        }



.swiper-new .swiper-button-disabled::after {
    background-color: #F0F0F0 !important;
    color: #A5A5A5 !important;
}

.order-wrapper {
    /*background: rgba(0,0,0,0.1);
    border-radius: var(--radius);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 5px 20px;*/
    margin-bottom: 1rem;
    padding-bottom: 12px;
    border-bottom: 1px solid #F0F0F0;
}

    .order-wrapper select.form-control {
        width: 250px;
        min-width: 250px;
    }

    .order-wrapper ul {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        gap: 8px;
    }

    .order-wrapper li {
        /*width: 50px;*/
        padding: 6px 11px;
        background: #FFFFFF;
        border: 1px solid #E9E9E9;
        border-radius: 7px;
        transition: all .3s ease-in-out;
    }

    .order-wrapper .fa-arrow-up::before, .order-wrapper .fa-arrow-down::before {
        color: #C4C4C4;
    }

    .order-wrapper li:hover {
        cursor: pointer;
        /*background-color: rgba(0,0,0,0.1);
            transition: all .3s ease-in-out;*/
    }

    .order-wrapper li:last-child {
        margin-right: 0;
    }

    .order-wrapper a {
        font-size: 12px;
        color: var(--color-black);
        font-weight: 600;
    }

/* CATEGORY DETAIL */
#categorydetail .container {
    display: flex;
    gap: 10px;
}

#categorydetail .products {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px;
}

#categorydetail #attributes .form-control {
    min-width: unset;
    width: 100%;
    margin-bottom: 1rem;
}

.attributes,
.attribute-values {
    list-style-type: none;
    padding: 0;
}

.attribute > span {
    display: block;
    font-size: 14px;
    color: var(--color-black);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.attribute-values {
    min-height: 68px;
    max-height: 160px;
    overflow-y: scroll;
}

    .attribute-values li {
        font-size: 13px;
        margin: 5px 0;
    }

        .attribute-values li label {
            display: flex;
            align-items: center;
            line-height: 24px;
            position: relative;
        }

            .attribute-values li label span {
                padding-left: 10px;
            }
    /* width */
    .attribute-values::-webkit-scrollbar, .category-description::-webkit-scrollbar, .scroll-area::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }
        /* Track */
        .attribute-values::-webkit-scrollbar-track, .category-description::-webkit-scrollbar-track, .scroll-area::-webkit-scrollbar-track {
            background: rgba(0,0,0,0.1);
        }
        /* Handle */
        .attribute-values::-webkit-scrollbar-thumb, .category-description::-webkit-scrollbar-thumb, .scroll-area::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0,0.3);
        }
            /* Handle on hover */
            .attribute-values::-webkit-scrollbar-thumb:hover, .category-description::-webkit-scrollbar-thumb:hover, .scroll-area::-webkit-scrollbar-thumb:hover {
                background: rgba(0,0,0,0.5);
            }

.sub-category-titles {
    padding: 0 5px;
}

    .sub-category-titles li {
        padding: 5px;
    }

        .sub-category-titles li:hover:not(.store-info-box .sub-category-titles li) {
            background-color: var(--color-gray);
            color: #fff;
        }

        .sub-category-titles li a {
            color: var(--color-black);
        }

.search-btn {
    padding: 6px 12px;
    /*background-color: rgba(255, 255, 255, 0.3);
    width: 230px;*/
    padding: 10px 20px;
    position: relative;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

    .search-btn button {
        width: 100%;
        cursor: pointer;
        /*border-radius: var(--radius);*/
    }

.fixed {
    position: fixed;
    bottom: 30px;
}

.absolute {
    position: absolute;
    bottom: 0;
}

#categorydetail .col-20 .attributes {
    position: relative;
    padding-bottom: 50px;
}

#customerMessage .btn-group {
    text-align: right;
    margin-top: 1rem;
}

#customerMessage {
    display: block;
    background-color: rgb(239, 239, 239);
    padding: 1rem;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.2);
    background: #FFFFFF;
    border-radius: 30px;
}

#categorydetail .form-control, .filter-wrapper .form-control {
    padding: 10px 15px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
}

#categorydetail select,  .filter-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-position: calc(100% - 12px) center !important;
    background: url("../img/select_arrow.png") no-repeat;
    padding: 8px 32px 8px 16px;
}

#categorydetail input[type='checkbox'], .filter-wrapper input[type='checkbox'] {
    width: 20px;
    height: 20px;
    outline: none;
    border: 2px solid #D3D3D3;
    accent-color: #FFE774;
    /*border-radius:3px;*/
}

    #categorydetail input[type="checkbox"]:checked, .filter-wrapper input[type="checkbox"]:checked {
        color: #000;
        outline: 2px solid #DFCB6B;
        /*border-radius:3px;*/
    }


#categorydetail .attribute .title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

#categorydetail .upper-category-link {
    background: #FFE774;
    border-radius: 19px;
    padding: 9px 75px;
    position: relative;
}

    #categorydetail .upper-category-link i {
        position: absolute;
        left: 12px;
        top: 12px;
    }

    #categorydetail .upper-category-link a {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #000000;
    }

#categorydetail .breadcrumb h1 {
    margin: 0;
}
/* PRODUCT */
.products {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

.product {
    width: 218px !important;
    height: 362px !important;
    background: linear-gradient(93.71deg, #FFFFFF 10.18%, #F7F7F7 66.23%);
    box-shadow: -3.22813px 3.22813px 12.2669px 3.22813px rgba(0, 0, 0, 0.09);
    border-radius: 15.495px;
    position: relative !important;
}

    .product:nth-child(5n) {
        margin-right: 0;
    }

    .product:last-child {
        margin-right: 0;
    }

    .product:hover {
        box-shadow: -3.22813px 3.22813px 12.2669px 3.22813px rgba(0, 0, 0, 0.15);
    }

    .product a {
        text-decoration: none;
    }

        .product a:hover {
            text-decoration: none;
        }

.other-products .product {
    margin-right: 12px;
}

    .other-products .product:nth-child(5n) {
        margin-right: 0;
    }

.product-alert {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 1000;
}

    .product-alert .label-new {
        background-color: #F1CA0B;
        color: #282828;
        text-align: center;
        font-size: 11px;
        padding: 4px 8px;
        margin-bottom: 0.4rem;
        border-radius: 7px;
    }

    .product-alert .label-sale {
        background-color: #282828;
        text-align: center;
        color: #fff;
        font-size: 11px;
        padding: 4px 8px;
        border-radius: 7px;
    }

.product-figure {
    width: 217.93px;
    height: 243.49px;
    background: #F5F5F5;
    border-radius: 11.6213px;
    overflow: hidden;
    padding: 5px 10px;
}

    .product-figure img {
        transition: all .3s ease-in-out;
    }

        .product-figure img:hover {
            transform: scale(1.1);
            transition: all .3s ease-in-out;
        }

.product-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.product-stars {
    display: flex;
    justify-content: center;
    color: var(--main-color);
    font-size: 1.25rem;
    padding: 0.5rem;
}

.product-prices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--color-black);
    /*min-height: 67px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .product-prices p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 119.18%;
    }

        .product-prices p:first-child {
            color: #898989;
        }

        .product-prices p:last-child {
            color: #927900;
        }

.product-footer {
    display: flex;
    justify-content: space-around;
    padding: 0 1rem;
}

.product-sale {
    position: absolute;
    right: 10px;
    top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--main-color);
    padding: 4px 6px;
    border-radius: 0;
    font-size: 0.85rem;
    color: var(--color-black);
    z-index: 15000;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 7px;
}

    .product-sale span:first-child {
        font-family: OpenSansExtraBold;
    }

    .product-sale span:last-child {
        font-size: 0.75rem;
    }



.swiper-store .swiper-slide {
    /*width: 218px !important;
    height: 291px;
    background: linear-gradient(93.71deg, #FFFFFF 10.18%, #F7F7F7 66.23%);
    box-shadow: -3.22813px 3.22813px 12.2669px 3.22813px rgba(0, 0, 0, 0.09);
    border-radius: 15.495px;*/
}

.stores {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.store {
    width: 220px !important;
    height: 291px;
    background: linear-gradient(93.71deg, #FFFFFF 10.18%, #F7F7F7 66.23%);
    box-shadow: -3.22813px 3.22813px 12.2669px 3.22813px rgba(0, 0, 0, 0.05);
    border-radius: 15.495px;
}

.store-figure {
    width: 167px;
    height: 167px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .store-figure img {
        width: 100%;
        height: auto !important;
    }

.store {
    background-color: #fff;
}

.store-header {
    width: 218px;
    background: #F5F5F5;
    border-radius: 11.6213px;
    padding: 25px;
}

.store-body {
    padding: 13px 11px 19px;
    background-color: #fff;
    border-radius: 15.495px
}

.store-title {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 38px;
    border-radius: 15.495px;
}



.section-top {
    padding-top: 56px;
}

.section-bottom {
    margin-bottom: 56px;
}

#recentlyadded, #brands {
    background-color: #EAEAEA;
    padding: 64px 0;
    margin-top: 32px;
}

    #recentlyadded .product{
        width:220px!important;
    }

    /* SWIPER */
    .swiper {
        width: 100%;
        /*height: 100%;*/
        /*height: 250px;*/
        border-radius: var(--radius);
    }

.swiper-slide:not(#recentlyadded .swiper-slide):not(.swiper-store .swiper-slide) {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
}

.swiper-slide img,
.swiper-slide iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;

}

.swiper-stores .swiper-slide img {
    width: 90%;
    height: auto;
    border-radius: 50%;
}

.swiper-virtual-stores .swiper-slide img,
.swiper-slide iframe {
    object-fit: contain;
}

.swiper-thumbs iframe {
    pointer-events: none;
}

.slider .swiper-pagination-bullet {
    width: 26px;
    height: 3px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
}

.slider .swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--color-black) !important;
}

.advert {
    /*height: 250px;*/
    border-radius: var(--radius);
}

    .advert img {
        /*width: 100%;*/
    }

/*#slider .advert{
    width:350px;
}*/

#slider .col-30 {
    /*margin-left: 10px;*/
}

#slider .col-70 {
    /*padding:0;*/
    padding-left: 0;
    padding-right: 2px;
}

#slider .col-30 {
    padding-right: 0;
    padding-left: 2px;
}

.swiper .product-figure:not(#recentlyadded .swiper .product-figure ):not(#similarProducts .swiper .product-figure ) {
    height: 150px;
}

/*DETAIL*/


#detail #customerInfo {
    /*border: 1px solid #E2E2E2;
    border-radius: 12px;*/
}

#detail .company {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: var(--radius);
    position: relative;
}

#detail .company-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 30px 20px;
    border-bottom: 1px solid #E2E2E2;
}


#detail .rosette {
    width: 48px;
    position: relative;
}

    #detail .rosette img {
        width: 100%;
    }

    #detail .rosette .company-years {
        position: absolute;
        top: 0px;
        right: 0;
        font-weight: 600;
        font-size: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        line-height: 9px;
    }

#detail .company-title a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}


#detail .company-logo {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #FEFEFE;
    border: 1px solid #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    #detail .company-logo img {
        width: 55px;
    }

#detail .company-address {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding: 0 20px;
}

    #detail .company-address i {
        color: #D1B219;
        font-size: 20px;
        margin-right: 10px;
    }

#detail .company-footer {
    padding: 15px 20px;
    border-bottom: 1px solid #E2E2E2;
}

    #detail .company-footer i {
        font-size: 21px;
    }

    #detail .company-footer .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 10px;
    }

#detail .company-store {
    padding: 30px 20px;
}

    #detail .company-store .alert-warning {
        background: #FEF9E2;
        border-radius: 6px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #000000;
    }

#detail .swiper-slide {
    border: 1px solid #E2E2E2;
    border-radius: 12px;
}

#detail .product-slider {
    position: relative;
}

#detail .advert-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

#detail .social-links-wrapper .btn {
    width: 100% !important;
}

#detail .social-links {
    position: absolute;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    z-index: 50000;
    background-color: #343a40;
    width: 100%;
    border-radius: var(--radius);
    padding: 10px;
    display: none;
    top: 38px;
    left: 0;
}

    #detail .social-links li {
        color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    #detail .social-links img {
        width: 32px;
    }

#detail .btn-social-link {
    width: calc(50% - 10px);
    position: relative;
}

    #detail .btn-social-link:hover .social-links {
        display: flex;
    }

#detail .whatsapp-logo {
    width: 70px;
    position: fixed;
    bottom: 10px;
    right: 60px;
    z-index: 90000;
}

.btn-whatsapp {
    background-color: #25A817;
    border-color: #25A817;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

#detail .shares {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-around;
    gap: 5px;
    padding: 0;
    position: relative;
}

    #detail .shares img {
        height: 38px;
    }

#detail .swiper {
    width: 100%;
    /*height: 375px;*/
    margin-left: auto;
    margin-right: auto;
}

#detail .color-price {
    color: #20A312;
}

#detail .swiper-slide {
    background-size: cover;
    background-position: center;
}

#detail .swiper-mains {
    width: 100%;
}

#detail .swiper-thumbs {
    height: 125px;
    box-sizing: border-box;
    padding: 10px 0;
}

    #detail .swiper-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        border: 1.06878px solid #E2E2E2;
        border-radius: 12.8253px;
    }

    #detail .swiper-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        border: 3px solid #D1B219;
        border-radius: 12.8253px;
    }

#detail .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: var(--radius);
}

#detail .nav {
    background: var(--color-gray-two);
}

    #detail .nav li {
        padding: 1rem 0;
    }

        #detail .nav li a {
            text-decoration: none;
            color: #fff;
            padding: 1rem;
            border: 1px solid var(--color-gray-two);
        }

            #detail .nav li a.active {
                color: var(--color-black);
                background: var(--main-color);
                border: 1px solid var(--main-color);
            }

#detail .tab-pane {
    background-color: #fff;
    padding: 1rem;
}

#detail .card-footer {
    background-color: unset;
    border: 0;
    text-align: center;
}

    #detail .card-footer .btn {
        box-sizing: border-box;
        width: 45%;
        margin: 0.5rem 0;
    }

#detail .header.title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-transform: capitalize;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#detail .shares-img {
    display: none;
    padding: 13px;
    border-radius: 33px;
    background-color: #fff;
    position: absolute;
    top: 32px;
    left: 24px;
    z-index: 10000;
}

    #detail .shares-img img {
    }

#detail .shares-btn:hover .shares-img {
    display: flex;
    gap: 18px;
}

#detail .shares-btn {
    background: #F1F1F1;
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 26px;
}


#detail .account-screen * {
    font-family: "Poppins";
}


#detail #customerMessage {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.51);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 75000;
    border-radius: 0;
}

    #detail #customerMessage form {
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 75001;
        width: 500px;
    }

    #detail #customerMessage label {
        margin-bottom: 7px;
    }

    #detail #customerMessage .btn-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

        #detail #customerMessage .btn-group button[type="submit"] {
            width: 50%;
        }

        #detail #customerMessage .btn-group #btnCancel {
            background-color: #F1F1F1 !important;
        }

    #detail #customerMessage .header {
        position: relative;
        margin: 0;
    }

    #detail #customerMessage .cancel-btn {
        position: absolute;
        top: 6px;
        right: 12px;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background-color: #EFEFEF;
        line-height: 31px;
    }

        #detail #customerMessage .cancel-btn:hover {
            cursor: pointer;
        }

        #detail #customerMessage .cancel-btn i {
            font-family: "Font Awesome 5 Free";
            color: #AFAFAF;
        }


    #detail #customerMessage .title {
        display: none;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin: 0;
    }

    #detail #customerMessage label {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

#similarproducts a .product-prices p {
    font-size: 85%;
}

#similarproducts a .product-title {
    font-size: 0.75rem;
    height: 2.5rem;
}

#recentlyadded .product-prices p {
    font-size: 0.9rem;
}

#swiper-virtual-stores .swiper-slide {
    width: 200px;
}

.advert-list {
    padding-right: 2rem;
}

    .advert-list li {
        border: 1px solid #E2E2E2;
        border-radius: 12px;
        padding: 16px 18px;
        margin-bottom: 7px;
        display: flex;
        justify-content: space-between;
    }

        .advert-list li span:first-child {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 18px;
            color: #7D7D7D;
        }

        .advert-list li span:last-child {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 18px;
            color: #000000;
        }

            .advert-list li span:last-child a {
                color: #000000;
            }


.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
    color: transparent;
}

    .product-slider .swiper-button-next::after, .product-slider .swiper-button-prev::after {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #FFE774;
        color: #423700;
        font-size: 16px;
    }

.product-slider.swiper-button-disabled::after {
    background-color: #F0F0F0 !important;
    color: #A5A5A5 !important;
}

/*STORE*/

.store-page .store-banner .container {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 36px;
}

.store-page .store-info {
    text-align: center;
    padding: 0 16px;
    border: 1px solid #F3F3F3;
    border-radius: 14px;
}

.store-page .store-box {
    position: relative;
}

    .store-page .store-box .store-logo {
        margin-top: 50px;
    }

    .store-page .store-box .rosette {
        position: absolute;
        top: -30px;
        right: -10px;
    }

        .store-page .store-box .rosette .company-years {
            text-align: center;
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-family: 'Poppins';
            font-style: normal;
            color: #000000;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .store-page .store-box .rosette .company-years span:first-child {
                font-weight: 700;
                font-size: 16px;
            }

            .store-page .store-box .rosette .company-years span:last-child {
                font-weight: 400;
                font-size: 12px;
                margin-top: -5px;
            }

.store-page .store-info .store-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-top: 58px;
    margin-bottom: 27px;
}

.store-page .store-info .store-contact {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}


.store-page .store-toolbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #F0F0F0;
}

    .store-page .store-toolbar .container .order-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .store-page .store-toolbar .container .store-advert-total {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #000000;
    }

.store-page .store-search {
    position: relative;
}

    .store-page .store-search #searchIn {
        background: #F5F5F5;
        border-radius: 22px;
        padding: 12px;
        padding-left: 48px;
        border: none;
        outline: none;
        width: 100%;
        margin-bottom: 24px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #ACACAC;
    }

    .store-page .store-search button {
        position: absolute;
        top: 12px;
        left: 12px;
        border: none;
        background: none;
        outline: none;
        color: #B4B4B4;
        font-size: 18px;
    }

        .store-page .store-search button:hover {
            cursor: pointer;
        }

.store-page .product {
    width: 217.2px !important;
}

#categorydetail .sub-category-titles {
    padding-left: 0;
}

    .store-page .sub-category-titles li, #categorydetail .sub-category-titles li {
        border: 1px solid #F2F2F2;
        border-radius: 0px;
        padding: 16px;
        margin: 0;
    }

        .store-page .sub-category-titles li:hover, #categorydetail .sub-category-titles li:hover {
            background: unset;
        }

        .store-page .sub-category-titles li:first-child, #categorydetail .sub-category-titles li:first-child {
            border-radius: 14px 14px 0 0;
        }

        .store-page .sub-category-titles li:last-child, #categorydetail .sub-category-titles li:last-child {
            border-radius: 0 0 14px 14px;
        }

        .store-page .sub-category-titles li a, #categorydetail .sub-category-titles li a {
            display: flex;
            justify-content: space-between;
        }

            .store-page .sub-category-titles li a span:last-child, #categorydetail .sub-category-titles li a span:last-child {
                width: 26px;
                height: 26px;
                background-color: #f7f7f7;
                padding: 6px;
                border-radius: 56%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 21px;
                color: #636363;
            }

.store-page .attribute.bordered, #categorydetail .attribute.bordered {
    border: 1px solid #F2F2F2;
    padding: 12px 18px;
    border-radius: 14px;
}

.store-page .title, #categorydetail .title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-transform: uppercase;
}


.store-page .store-info-box {
    width: 100%;
}


    .store-page .store-info-box li {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 11px;
    }

    .store-page .store-info-box span {
        padding: 16px;
    }

    .store-page .store-info-box li span:first-child {
        border-bottom: 1px solid #F0F0F0;
        width: 100%;
    }

        .store-page .store-info-box li span:first-child i {
            line-height: 24px;
            text-align: center;
            color: #000000;
        }

        .store-page .store-info-box li span:first-child span {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: #000000;
        }

    .store-page .store-info-box li span:last-child {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
    }


/*BLOG & PAGE*/

#blog .blogs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

    #blog .blogs .blog {
        flex-basis: 300px;
        background: #FFFFFF;
        box-shadow: 0px 4.24666px 29.7266px -1.06166px rgba(0, 0, 0, 0.17);
        border-radius: 19.11px;
    }

        #blog .blogs .blog .blog-content {
            padding: 16px 32px;
        }

        #blog .blogs .blog .blog-content-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #blog .blogs .blog .blog-category {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 21px;
            text-align: right;
            color: #3D434C;
            margin: 0;
            width: 150px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #blog .blogs .blog .blog-date {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            color: #ABABAB;
            margin: 0;
        }

        #blog .blogs .blog .blog-title {
            padding-top: 10px;
        }

            #blog .blogs .blog .blog-title a {
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 21px;
                color: #3D434C;
            }

#page-detail .page-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #000000;
    text-align: center;
}

#page-detail .page-date {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #ACACAC;
    display: block;
}

#page-detail #recentlyadded {
    border-top: 1px solid #EBEBEB;
}

#page-detail .page-content {
    text-align: center;
}

    #page-detail .page-content h2 strong span {
        font-family: 'Poppins' !important;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #000000;
    }

    #page-detail .page-content p span {
        font-family: 'Poppins' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #000000;
    }

#page-detail a {
    font-size: 18px;
}

/* BLOGS */
form.blog-search-form {
    color: #555;
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 320px;
    border-radius: 22px;
    box-shadow: 0 0 5px #eee;
}

    form.blog-search-form input[type="search"] {
        border: none;
        background: transparent;
        margin: 0;
        padding: 7px 15px;
        font-size: 14px;
        color: inherit;
        border: 1px solid transparent;
        border-radius: inherit;
        z-index: 90001;
        width: 100%;
        border-radius: 22px;
    }

        form.blog-search-form input[type="search"]:focus {
            outline: none;
        }

        form.blog-search-form input[type="search"]::placeholder {
            color: #bbb;
        }

    form.blog-search-form button[type="submit"] {
        text-indent: -999px;
        overflow: hidden;
        width: 40px;
        padding: 0;
        margin: 0;
        border: 1px solid transparent;
        border-radius: inherit;
        background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
        cursor: pointer;
        opacity: 0.7;
    }

        form.blog-search-form button[type="submit"]:hover {
            opacity: 1;
        }

#blog .breadcrumb li:not(.sub-breadcrumb li) {
    display: block;
}

#blog .breadcrumb li:not(#blog .breadcrumb li:last-child):after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
}

/* BLOGS */
/*BREADCRUMB*/
ul.breadcrumb {
    border-radius: var(--radius);
    list-style-type: none;
    display: flex !important;
    align-items: baseline;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #8A8A8A;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
    padding: 10px;
}

.breadcrumb li {
    height: 25px;
    line-height: 25px;
}

    .breadcrumb li a {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        color: #8A8A8A;
    }


    .breadcrumb li:first-child {
        margin-left: calc((100% - 1274px) / 2 + 10px);
    }

    .breadcrumb li i {
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        padding: 0 11px;
        vertical-align: middle;
        color: #ddd;
    }


    .breadcrumb li:last-child i {
        display: none;
        padding-right: 0;
    }

/* PAGINATION */
.pagination {
    margin-top: 20px;
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .pagination li a, .pagination li.current {
        display: block;
        padding: 7.5px 13px;
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
        color: #333333;
        border-radius: 8px;
        border: 1px solid #F1F1F1;
    }

    .pagination li.current {
        background-color: #FFE774;
    }

    .pagination li a:hover {
        border: 1px solid #FFE774;
    }

/*LAYOUT*/

.sub-menu .nav-item {
    margin-bottom: 12px;
    margin-right: 24px;
    background: #F7F7F7;
    border-radius: 21px;
    display: flex;
    align-items: center;
    padding-left: 12px;
}


.sub-menu .nav-link {
    margin-right: 12px;
    /*margin-bottom: 10px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px !important;
    display: inline-block;
    min-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.sub-menu > .navbar-nav > .nav-item > .nav-link::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #B4B4B4;
    font-size: 12px;
    position:absolute;
    right:13px;
}*/

.menu-arrow {
    color: #B4B4B4;
    font-size: 12px;
    position: absolute;
    right: 13px;
}

.sub-menu .nav-item:hover {
    background-color: #FFE774 !important;
}


.sub-sub-menu li {
    width: 100%;
}

.sub-sub-menu .sub-sub-menu, .sub-sub-menu .menu-arrow {
    display: none !important;
}

footer li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #464646;
}


.col-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #000000;
    text-transform: capitalize;
    padding-left: 0;
}

.contact-link span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #A48E25;
    margin-right: 9.54px;
}

.contact-link a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #464646;
}

.site-use-terms {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

    .site-use-terms a {
        color: #A48E25;
    }

.lazyload {
    width: 115px;
}

.whatsapp-wrapper {
    width: 300px;
    height: 65px;
    background: rgba(241, 241, 241, 0.68);
    backdrop-filter: blur(7px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 25px;
    position: fixed;
    /*bottom: 20%;*/
    bottom: 50px;
    right: 32px;
    z-index: 100000;
}

    .whatsapp-wrapper p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 126%;
        color: #000000;
    }

    .whatsapp-wrapper img {
        height: 51px;
    }

    .whatsapp-wrapper a {
        color: #000;
        font-weight: 600;
    }



/*ACCOUNT*/
.contact-us-title {
    margin-bottom: 38px;
}

    .contact-us-title h2, .contact-us-title p {
        margin: 0;
    }

    .contact-us-title h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 42px;
        line-height: 154.5%;
        text-align: center;
        color: #000000;
        margin-top: 61px;
    }

    .contact-us-title p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color: #000000;
        margin-top: 14px;
    }

.contact-us .form-group {
    margin-bottom: 24px;
}

.contact-us .form-control {
    background-color: #F8F8F8;
    border-radius: 60px;
    border: none;
    display: block;
    width: 100%;
    padding: 20px;
}

    .contact-us .form-control::placeholder {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #B5B5B5;
    }


.contact-us textarea {
    width: 100%;
    height: 320px;
    background: #F8F8F8;
    border-radius: 32.5px;
}

.contact-us label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 154.5%;
    color: #697480;
    display: block;
    margin-bottom: 14px;
}

.contact-us .captcha a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #B89A05;
    margin-right: 27px;
}

.contact-us .col-60 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.contact-us-list li {
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid #eee;
    padding: 20px 34px;
    border-radius: 14px;
    width: 360px;
}

    .contact-us-list li span:first-child {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }

    .contact-us-list li span:last-child {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 21px;
        color: #727583;
    }

    .contact-us-list li i {
        color: #BCBCBC;
        font-size: 24px;
    }

    .contact-us-list li div {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.contact-us .map {
    margin: 32px 0;
}

    .contact-us .map iframe {
        border-radius: 26px;
    }

footer {
    background-color: #FAFAFA;
}

.account-screen {
    text-align: center;
    background-image: url("../img/login_bg.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
    background-origin: content-box;
}

    .account-screen .container {
        padding-bottom: 100px;
    }

    .account-screen .account-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 62px;
        line-height: 93px;
        text-align: center;
        color: #000000;
        padding-top: 64px;
        margin: 0;
    }

    .account-screen .account-desc {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        color: #000000;
        width: 500px;
        margin: 16px auto 64px;
    }

    .account-screen .account-title.register {
        padding-top: 58px;
        margin: 0;
    }

    .account-screen .account-desc.register {
        margin: 5px auto 0;
    }

        .account-screen .account-desc.register a {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            line-height: 36px;
            text-align: center;
            color: #000000;
            width: 500px;
        }

    .account-screen .form-group-inline textarea {
        height: 385px;
    }

    .account-screen .form-control.address-area {
        border-radius: 30px !important;
    }

    .account-screen .captcha a {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #B89A05;
        margin-right: 27px;
    }

    .account-screen .pass-warn {
        text-align: left;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #000000;
    }

    .account-screen .register-desc {
        padding-right: 0;
    }

        .account-screen .register-desc h2, .account-screen .register-desc h3 {
            text-align: left;
            font-size: 22px;
        }

        .account-screen .register-desc p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #000000;
            text-align: left;
        }

    .account-screen input[type='radio'] {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        outline: none;
        border: 2px solid #D3D3D3;
    }

        .account-screen input[type='radio']:before {
            content: '';
            display: block;
            width: 50%;
            height: 50%;
            margin: 20% auto;
            border-radius: 50%;
        }

        .account-screen input[type="radio"]:checked:before {
            background: #D6B517;
        }

        .account-screen input[type="radio"]:checked {
            border-color: #D6B517;
        }

    .account-screen .radios label {
        display: flex;
        align-items: center;
    }

        .account-screen .radios label input {
            margin-top: -2px;
        }

    .account-screen input[type='checkbox'] {
        width: 20px;
        height: 20px;
        outline: none;
        border: 2px solid #D3D3D3;
        accent-color: #D6B517;
    }

        .account-screen input[type="checkbox"]:checked {
            color: #000;
            border: 2px solid #D3D3D3;
        }

    .account-screen .chk-rel input {
        position: relative;
        top: 4px;
    }

    .account-screen form {
        width: 500px;
        margin: 0 auto;
        background: #FFFFFF;
        border-radius: 30px;
        padding: 25px 30px;
    }

        .account-screen form.register {
            width: 100%;
        }

    .account-screen .form-group-inline {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 26px;
    }

        .account-screen .form-group-inline .form-group {
            width: 100%;
        }

    .account-screen .form-group {
        margin-bottom: 24px;
    }

    .account-screen .form-control {
        /*background-color: #F8F8F8;*/
        border-radius: 60px;
        border: none;
        display: block;
        width: 100%;
        padding: 14px 20px;
        border: 1px solid #EFEFEF;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height */
        color: #000;
    }

        .account-screen .form-control::placeholder {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #B5B5B5;
        }

    .account-screen label {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 154.5%;
        color: #697480;
        display: block;
        margin-bottom: 14px;
        text-align: left;
    }

    .account-screen .register-link {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #A68A05;
        margin-left: 13px;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }

    .account-screen .forgot-pass-link {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        color: #A68A05;
        position: absolute;
        top: 55px;
        right: 25px;
    }

    .account-screen .show-pass {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        color: #A68A05;
        position: absolute;
        top: 55px;
        right: 165px;
        cursor: pointer;
    }

    .account-screen .multiple-texts a, .account-screen .multiple-texts label, .account-screen .aggrements label {
        color: #000;
    }


/*DETAIL-SEARCH*/

.detail-search {
    margin-bottom: 32px;
}

    .detail-search select {
        background: #FAFAFA;
        border-radius: 24px;
        padding: 25px 15px;
        width: 350px;
        border: none;
        /*margin-bottom:32px;*/
    }

    .detail-search select {
        border: none;
        outline: none;
        margin-top: 12px;
    }



        .detail-search select option {
            border-radius: 10px;
            padding: 4px 8px;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            color: #000000;
        }

            .detail-search select option:checked, .detail-search select option:focus {
                background-color: #FFE774;
            }

    .detail-search .select-region {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        background-image: url("../img/select_arrow.png");
        background-repeat: no-repeat;
        padding: 15.5px !important;
        background-position: calc(100% - 12px) center !important;
    }

    .detail-search .category-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #423700;
        text-align: left;
        margin-bottom: 0;
    }

    .detail-search .filter-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #000000;
    }

    .detail-search .search-box {
        border: 1px solid #F2F2F2;
        padding: 12px;
    }

        .detail-search .search-box:first-child {
            border-radius: 12px 0 0 12px;
        }

        .detail-search .search-box:last-child {
            border-radius: 0 12px 12px 0;
        }

    .detail-search .category-select {
        margin-top: 25px;
    }

        .detail-search .category-select:first-child {
            margin-top: 12px;
        }


/* ABOUT */

.about-us {
    background-image: url("../img/login_bg.png");
    background-size: cover;
    background-position-y: 2px;
    padding: 90px 0;
}

    .about-us h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 50px;
        line-height: 52px;
        text-align: center;
        text-transform: capitalize;
        color: #000000;
    }

    .about-us p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #696969;
    }

    .about-us .icons {
        display: flex;
        justify-content: space-between;
        margin-top: 90px;
    }

        .about-us .icons .icon {
            width: 264px;
            height: 264px;
            background: #FFE774;
            border-radius: 300px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .about-us .icons .icon img {
                width: 80px;
            }

            .about-us .icons .icon span {
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 600;
                font-size: 32px;
                line-height: 48px;
                color: #000000;
            }

                .about-us .icons .icon span:last-child {
                    font-family: 'Poppins';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 24px;
                    text-align: center;
                    color: #A38600;
                }

.our-mission {
    background: linear-gradient(287.45deg, #F3CD16 35.19%, #FFFADF 102.78%);
    padding: 70px 0;
}

    .our-mission .container {
        display: flex;
        gap: 150px;
        align-items: center;
    }

    .our-mission h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        color: #000000;
        margin-bottom: 30px;
    }

    .our-mission p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }


.our-vision {
    padding: 70px 0;
    margin-top: 90px;
}


    .our-vision .container {
        display: flex;
        gap: 150px;
        align-items: center;
    }

    .our-vision h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        color: #000000;
        margin-bottom: 30px;
    }

    .our-vision p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }


.our-values {
    padding: 70px 0;
    text-align: center;
    background: #FAFAFA;
}

    .our-values .container {
        width: 1155px;
    }

    .our-values h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        color: #000000;
        margin-bottom: 23px;
    }

    .our-values p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        text-align: center;
        color: #848484;
        margin-bottom: 51px;
    }

    .our-values .values {
        display: flex;
        gap: 75px;
        justify-content: space-between;
    }


        .our-values .values .value {
            width: 306px;
            height: 306px;
            background: #FFFFFF;
            border: 2px solid #EEF1F3;
            border-radius: 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .our-values .values .value img {
                width: 72px;
            }

            .our-values .values .value span {
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 600;
                font-size: 32px;
                line-height: 48px;
                text-align: center;
                color: #000000;
                margin-top: 16px;
                margin-bottom: 8px;
            }

                .our-values .values .value span:last-child {
                    font-family: 'Poppins';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    text-align: center;
                    color: #848484;
                    margin-top: 0;
                    margin-bottom: 0;
                }


.our-team {
    padding: 70px 0;
    text-align: center;
}

    .our-team .container {
        width: 1155px;
    }

    .our-team h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        color: #000000;
        margin-bottom: 35px;
    }


    .our-team .team-members {
        display: flex;
        gap: 38px;
        justify-content: space-between;
    }


        .our-team .team-members .team-member {
            width: 264px;
            height: 264px;
            background: #FFFFFF;
            border: 2px solid #F5F5F5;
            border-radius: 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .our-team .team-members .team-member img {
                width: 133px;
                height: 133px;
            }

            .our-team .team-members .team-member span {
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 600;
                font-size: 24px;
                line-height: 36px;
                text-align: center;
                color: #000000;
                margin-top: 16px;
            }

                .our-team .team-members .team-member span:last-child {
                    font-family: 'Poppins';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 24px;
                    text-align: center;
                    color: #848484;
                    margin-top: 0
                }


.breadcrumb .sub-breadcrumb {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-left: auto;
    gap: 1rem;
}

    .breadcrumb .sub-breadcrumb li.active {
        border-bottom: 3px solid #E4D176;
    }

.breadcrumb li:not(.sub-breadcrumb li) {
    /*display: none;*/
}

.hidden-y {
    height: 1180px;
    overflow-x: hidden;
    overflow-y: scroll;
}


/*CUSTOMER SUPPORT*/

.customer-support-page {
}

    .customer-support-page h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        color: #000000;
    }

    .customer-support-page h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 36px;
        color: #000000;
    }

    .customer-support-page .collapsable {
        margin-bottom: 20px;
    }

    .customer-support-page .collapsable-header i:hover {
        cursor: pointer;
    }

    .customer-support-page .collapsable-content {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #000000;
    }

    .customer-support-page .collapsable-content,
    .customer-support-page .collapsable-check {
        display: none;
    }

    .customer-support-page .collapsable-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fafafa;
        padding: 14px 19px;
    }

    .customer-support-page .collapsable-content {
        padding: 14px 19px;
        /* background: #fafafa; */
        margin-bottom: 0;
    }

    .customer-support-page .collapsable-content {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #464646;
        margin: 2px 0;
    }

    .customer-support-page .collapsable-check:checked ~ .collapsable-content {
        display: block;
    }

    .customer-support-page .collapsable-check:checked ~ .collapsable-header > label > i:before {
        content: '\f068';
    }

    .customer-support-page .collapsable-check:checked ~ .collapsable-header {
        background: #FFE774;
        border-radius: 7px;
    }
