﻿/* ============== topbar ads ================== */

.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: 48px;
}
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-family: 29lt Bukra, Arial, Helvetica, sans-serif;
    font-weight: 500;
    padding: 0;
}

.linkTreeMainTitle {
    font-size: 1.2rem;
    color: var(--color-green);
}
.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(--color-green);*/
    transform: scale(1.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.linkTreeSection .linktree-container .linkTreeBox:hover .linkTitle {
    color: var(--color-green)
}
@media(max-width: 575.99px) {
    
}
/* Reward Points Banner */
.reward-phone-banner {
    background: transparent url("../images/reward-points-bg.png") center center no-repeat;
    background-size: cover;
    border-radius: 6px;
    height: 105px;
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: white !important;
}
.reward-phone-banner .banner-ribbon {
    display: flex;
    align-items: center;
}
.reward-phone-banner .banner-ribbon img {
    width: 75px !important;
}
.reward-phone-banner h3 {
    font-weight: 300;
    font-size: 20px;
}
.reward-phone-banner .banner-ribbon .customer-points p {
    font-weight: 700;
    font-size: 20px;
}
@media (max-width: 1199.99px) {
    .reward-phone-banner {
        display: flex;
    }
    .reward-points-overview .current-balance.text-success {
        display: none;
    }
}
#dvCategoryProduct .hover-content a h1 {
    color: white !important;
}
.overview-buttons .prices .actual-price.old-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}