﻿/* ============== topbar ads ================== */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b4afaf;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #7e7b7b;
}
.row-topbar-ads {
    display: none;
}

.topAds-container {
    background-position: center center;
    background-size: cover;
    padding: 11px 0;
}

.titles-container div {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
}

html[lang='ar'] .titles-container div {
    font-size: 18px !important;
}

.titles-container .adsSecondTitle {
    font-size: 15px;
    font-weight: 500;
}

html[lang='ar'] .titles-container .adsSecondTitle {
    font-size: 14px !important;
}

.topAds-container .adsButton .btn {
    text-transform: capitalize;
    font-size: 16px;
    min-width: 80px;
    margin: 0 50px;
}

html[lang='ar'] .topAds-container .adsButton .btn {
    font-size: 14px !important;
}

.topAds-container .adsLogo {
    height: 60px;
}

html[lang="en"] .topAds-container .adsLogo {
    margin-right: 7px;
}

html[lang="ar"] .topAds-container .adsLogo {
    margin-left: 7px;
}

@media(max-width: 575.99px) {
    .titles-container {
        width: 100%;
    }

        .titles-container div {
            line-height: 18px;
        }

        .titles-container .adsFirstTitle {
            font-size: 15px;
        }

        .titles-container .adsSecondTitle {
            font-size: 13px;
            font-weight: 500;
        }

    .topAds-container .adsButton .btn {
        font-size: 12px;
        margin: 0;
    }

    html[lang='ar'] .topAds-container .adsButton .btn {
        font-size: 14px !important;
    }

    .adsLogo {
        height: 48px;
    }
}

/* ============== link Tree Section ================== */
.linkTreeSection {
    color: #000;
    background-image: url('../images/BG.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    min-height: 100vh !important;
    font-weight: 500;
    padding: 0;
}

.linkTreeMainTitle {
    font-size: 1.2rem;
    color: var(--sl-black);
}

.linkTreeSection .linktree-container {
    display: flex;
    min-height: 75vh;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

    .linkTreeSection .linktree-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

        .linkTreeSection .linktree-container ul li {
            margin-bottom: 10px;
        }

    .linkTreeSection .linktree-container .linkTreeBox {
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        border: 2px solid white;
        width: 100%;
        height: 175px;
    }

        .linkTreeSection .linktree-container .linkTreeBox .linkLogo {
            width: 75px;
            height: 75px;
            margin-bottom: 15px;
        }

        .linkTreeSection .linktree-container .linkTreeBox .linkTitle {
            width: 100%;
            text-align: center;
            margin-bottom: 0 !important;
            color: #707070;
        }

        .linkTreeSection .linktree-container .linkTreeBox:hover {
            /*background-color: transparent;
    border: 2px solid var(--sl-black);*/
            transform: scale(1.05);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        }

            .linkTreeSection .linktree-container .linkTreeBox:hover .linkTitle {
                color: var(--sl-black)
            }

@media(max-width: 575.99px) {
}
.overview-buttons .prices .actual-price.old-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
html[lang="en"] #product-details-form .pr-detail-overview-inner h1.generalTitle {
    font-family: 'Ubuntu', sans-serif !important;
}
/* Our Services */
.our-services .service-box h1 {
    color: #CC9F4E;
    margin-bottom: 20px;
}
.our-services .service-box ul {
    list-style-type: disc;
    padding-right: 25px;
    padding-left: 25px;
}.our-services .service-box ul li {
    line-height: 1.8;
 }
.our-services .service-box ul li::marker {
    color: #CC9F4E;
    font-size: 1.5em;
}
.our-services .service-box .service-des.read-more {}
.our-services .service-box .service-des .service-content {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.our-services .service-box .service-des.read-more .service-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, #fff);
}
.our-services .service-box .service-des .service-content p {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 27px;
}
.our-services .service-box .service-des.read-more .service-content.active {
    height: auto !important;
}
.our-services .service-box .more {
    padding: 10px 20px;
    background-color: black;
    color: white;
    display: none;
    cursor: pointer;
}
.our-services .service-box .more:hover, .our-services .service-box .more:focus {
    color: white;
}
.our-services .service-box .service-des.read-more .more {
    display: inline-block;
}

.our-services .service-box .service-des.read-more .service-content.active::before {
    display: none;
}
@media (max-width: 766.99px) {
    .our-services .service-box h1 {
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

.sort-select .custom-select {
    background: transparent;
    border: none;
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    max-width: 100px;
}
.sort-select .custom-select:focus {
    box-shadow: none !important;
    outline: none !important;
}
.sort-container .selectdiv:after {
    content: '\e5cc';
    font: normal normal normal 24px/1 "Material Icons";
    font-size: 22px;
    color: #212529;
    top: 12px;
}
.filter-item-wrapper {
    min-height: 43px !important;
    align-items: center;
}
.category-banner img {
    width: 100%;
    max-height: 270px;
}

/* Gift Box Section */
.col-form-label {
    color: #424242;
    font-size: 22px !important;
}
.gift-box-img-holder {
    border: 2px solid transparent;
    border-radius: 5px;
    position: relative;
}
.gift-box-img-holder img {
    border-radius: 5px;
}
.gift-box-img-holder.selected {
    border: 2px solid black;
}
.selected-gift-box {
    visibility: hidden;
    height: 0 !important;
}
.gift-box-img-holder.selected::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    width: 20px;
    height: 20px;
    background-color: #D89716;
    border-radius: 3px;
    border: 1px solid white;
    top: -10px;
    right: -10px;
    position: absolute;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
html[lang="ar"] .gift-box-img-holder.selected::after {
    right: auto;
    left: -10px;
}
.row-cart-giftbox .slick-prev, .row-cart-giftbox .slick-next {
    top: 30%;
}
.row-cart-giftbox .slick-next {
    right: -5px !important;
}
.row-labels-over-pic.new-flag {
    height: 25px !important;
}
.homepage-celebrity-perfume h1 {
    font-size: 2rem;
}
.notify-modal input {
    max-width: 100%;
    height: 50px;
    display: inline;
    position: relative;
    margin-right: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.notify-modal .btn {
    max-width: 100%;
    height: 50px;
    margin: 0 4px 4px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}