﻿
.desktop-main-menu {
    float: right;
    width: 150%;
    gap: 30px !important;
}


.msh_navbar_menu {
    float: right;
    position: relative;
    right: -13% !important;
}

.breadcrumb-bar {
    width: 100%;
    background-color: #F5E4D7;
    padding: 20px 0;
    margin-top: -41px;
    margin-bottom: 34px;
}


.broadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #000;
}

    .broadcrumb a {
        padding: 0 7px;
        font-size: 14px;
        color: #000;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .broadcrumb i {
        color: #aaa;
    }

.breadcrumb-current {
    padding: 0 7px;
    font-size: 14px;
    color: #7a7878;
}

.Section{
    padding: 0 !important;
}

.container {
    max-width: 1241px;
}

.mainMenu-open #header #mainMenu {
    background: #fff !important;
    max-height: 844px;
}

small {
    text-align: right;
}

.widget .input-group {
    text-align: right;
    direction: rtl;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0;
    margin-right: -1px;
}

#widget-subscribe-submit-button {
    border-radius: 3px 0 0 3px;
}

#sidebar-success, #sidebar-alert {
    display: none;
    text-align: right;
    direction: rtl;
}

.left-box {
    background: #fff;
    border: 1px solid #CE877C;
    border-radius: 8px;
    padding: 16px;
    max-width: 392px;
}

    .left-box h4 {
        font-weight: 400;
        margin-bottom: 16px;
        font-size: 18px;
    }

.product-item {
    display: flex;
    align-items: center;
    gap: 27px;
    margin-bottom: 12px;
}

    .product-item:last-child {
        margin-bottom: 0;
    }

    .product-item img {
        width: 126px;
        height: 126px;
        object-fit: cover;
    }

.product-info {
    margin-right: 12px;
    display: flex;
    flex-direction: column;
}

    .product-info h6 {
        font-weight: 400;
        margin: 0 0 4px 0;
        font-size: 15px;
    }

.price {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
    flex-direction: column;
}

.new-price, .currency {
    font-weight: 400;
    color: black;
}

.old-price {
    font-weight: 400;
    text-decoration: line-through;
    color: #bbb;
    font-size: 13px;
}

.card-colors {
    display: flex;
    justify-content: flex-start;
    gap: 0.25rem;
    margin: 0.2rem 0 0.8rem 0.5rem;
}

.color-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
}


.articles-box {
    background: #fff;
    border: 1px solid #CE877C;
    border-radius: 8px;
    padding: 16px;
    max-width: 392px;
    margin-top: 25px;
}

    .articles-box h4 {
        font-weight: 400;
        margin-bottom: 16px;
        font-size: 18px;
    }

.article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

    .article-item:last-child {
        margin-bottom: 0;
    }

    .article-item img {
        width: 60px;
        height: 40px;
        border-radius: 6px;
        border: 1px solid #eee;
        object-fit: cover;
    }

    .article-item a {
        flex: 1;
        text-align: right;
        margin-right: 12px;
        text-decoration: none;
        color: black;
        font-size: 14px;
        font-weight: 300;
        transition: color 0.3s;
    }

.right-box {
    margin-top: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
}

.image-container {
    border-radius: 8px;
    height: 562px;
    overflow: hidden;
}

    .image-container img {
        width: 100%;
        height: 116%;
        object-fit: cover;
        object-position: center bottom;
        transform: scaleX(-1);
        border-radius: 8px;
    }



.blog-image {
    border-radius: 8px;
    height: 530px;
    padding: 24px;
    overflow: hidden;
}

    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
        transform: scaleX(-1);
        border-radius: 8px;
    }

.text-content {
    padding: 24px;
}

    .text-content h3 {
        margin-bottom: 12px;
        font-size: 28px;
        font-weight: 400;
    }

    .text-content p {
        font-size: 15px;
        line-height: 2.2;
        font-weight: 400;
        color: #333;
    }


.article-meta {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #999;
    font-size: 14px;
}

    .article-meta .meta-item {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .article-meta i {
        color: #CE877C;
        font-size: 15px;
    }

.toc-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}


.toc-toggle {
    width: 100%;
    background: #fff;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: none;
    transition: border-color 0.3s ease;
}

    .toc-toggle.active {
        border-bottom: 1px solid #eee;
    }


.toc-content {
    display: none;
    padding: 10px 15px;
}


.toc-item {
    margin-bottom: 10px;
}

.toc-header {
    width: 100%;
    background: none;
    border: none;
    color: #333;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    padding: 8px 0;
}



.toc-sublist {
    list-style: none;
    padding-right: 15px;
    margin-top: 5px;
    display: none;
}

    .toc-sublist li {
        margin-bottom: 6px;
    }

    .toc-sublist a {
        text-decoration: none;
        color: #555;
        font-size: 14px;
    }


.toc-item span {
    margin-left: 11px;
}

.toc-content.open {
    display: block;
}

.toc-sublist.open {
    display: block;
}

.article-section {
    margin-bottom: 25px;
    padding: 24px;
}

    .article-section h3 {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #222;
    }

    .article-section p {
        text-align: justify;
        line-height: 2;
        font-weight: 300;
        color: #333;
        font-size: 15px;
    }


.protect-section {
    margin-bottom: 25px;
    padding: 24px;
}

    .protect-section h3 {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #222;
    }

    .protect-section p {
        text-align: justify;
        line-height: 2;
        font-weight: 300;
        color: #333;
        font-size: 15px;
    }


.bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 40px;
    margin-top: 20px;
    gap: 15px;
}

.rating-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-text {
    font-size: 15px;
    color: #333;
}

.stars {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.star {
    width: 22px;
    height: 22px;
    fill: #AFABAB;
    transition: fill 0.2s ease;
}

    .star.active {
        fill: #E0B05B;
    }


.share-container {
    display: flex;
    align-items: center;
    gap: 17px;
}

.share-text {
    font-size: 15px;
    color: #333;
}

.share-icons {
    display: flex;
    gap: 6px;
}

.share-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    transition: transform 0.2s ease, opacity 0.2s ease;
}


.bottom-line {
    width: 91%;
    height: 1px;
    background-color: #F5E4D7;
    margin: 0 auto;
    margin-top: 10px;
}

.separator {
    border: none;
    border-top: 1px solid #ccc;
    width: 80%;
    margin: 15px auto;
}

.tags {
    margin-bottom: 39px;
    padding: 24px;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.tag-title {
    font-weight: bold;
    margin-left: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
}

    .tag-title i {
        font-size: 15px;
    }

.tags a {
    text-decoration: none;
    color: #000;
    background: #F5E4D7;
    padding: 4px 17px;
    border-radius: 25px;
    border: none;
    transition: 0.3s;
}

    .tags a:hover {
        background: #F5E4D7;
        color: #000;
    }

.arrow-icon {
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .arrow-icon.rotated {
        transform: rotate(180deg);
    }


@media (max-width: 450px) {
    .row > [class^="col-"] {
        flex: 1 1 31%;
        max-width: 100% !important;
        padding: 0 5px;
        text-align: right;
        margin-bottom: 15px;
    }

    .row {
        gap: 0px !important;
        margin-top: 24px !important;
    }

    .breadcrumb-bar {
        width: 100%;
        background-color: #F5E4D7;
        padding: 20px 0;
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .broadcrumb a {
        padding: 0 7px;
        font-size: 11px !important;
        color: #000;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .breadcrumb-current {
        padding: 0 7px;
        font-size: 10px;
        color: #7a7878;
    }
}
