﻿
/** {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}
*/

.container {
    margin: 40px auto
}

#header {
    width: 100%;
    height: 60px;
    box-shadow: 5px 5px 15px #e8e8e8
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.heart-icon-container {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
   padding: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.heart-icon {
    font-size: 20px;
    color: #ff4d4d;
  cursor: pointer;
    transition: transform 0.2s, color 0.2s;
}

    .heart-icon:hover {
        transform: scale(1.2);
        color: #ff0000;
    }


.col-lg-4, .col-md-6 {
    padding-right: 0
}

button.btn.btn-hide {
    height: inherit;
    background-color: #ff935d;
    color: #fff;
    font-size: 0.82rem;
    padding-left: 40px;
    padding-right: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

hr.divider {
    border: none;
    border-top: 2px solid #ccc;
    margin: 20px 0;
}

.btn:focus {
    box-shadow: none
}

.box-label .btn {
    background-color: #fff;
    padding: 0;
    font-size: 0.8rem
}

.btn-red {
    background-color: #e00000ce
}

.btn-orange {
    background-color: #ffa500
}

.btn-pink {
    background-color: #e0009dce
}

.btn-green {
    background-color: #00811c
}

.btn-blue {
    background-color: #026bc2
}

.btn-brown {
    background-color: #994a00
}

.navbar {
    display: inline-flex
}

.pagination .page-item .page-link {
    color: #333;
    border: none;
    width: 40px;
    text-align: center
}

.pagination .page-item.active .page-link {
    background-color: #fff;
    border: 1px solid #333
}

select {
    outline: none;
    padding: 6px 12px;
    margin: 0px 4px;
    color: #999;
    font-size: 0.85rem;
    width: 140px
}

#select2 {
    border: 1px solid #777;
    color: #999
}

#pro {
    border: none;
    color: #333;
    font-weight: 700;
    padding-left: 0px;
    width: initial
}

#filterbar {
    width: 30%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    float: left
}

    #filterbar input[type="radio"] {
        visibility: hidden
    }

        #filterbar input[type='radio']:checked {
            background-color: #16c79a;
            border: none
        }

    #filterbar .btn.btn-success {
        background-color: #ddd;
        color: #333;
        border: none;
        width: 115px
    }

        #filterbar .btn.btn-success:hover {
            background-color: #aff1e1;
            color: #444
        }

    #filterbar .btn-success:not(:disabled):not(.disabled).active, #filterbar .btn-success:not(:disabled):not(.disabled):active {
        background-color: #16c79a;
        color: #fff
    }

label {
    cursor: pointer
}

.tick {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    font-size: 0.9rem;
    margin: 0
}

    .tick input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

.check {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px
}

.tick:hover input ~ .check {
    background-color: #f3f3f3
}

.tick input:checked ~ .check {
    background-color: #ffffff
}

.check:after {
    content: "";
    position: absolute;
    display: flex
}

.tick input:checked ~ .check:after {
    display: block;
    transform: rotate(45deg) scale(1)
}

.tick .check:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid rgb(0, 0, 0);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(2)
}

.box {
    padding: 10px
}

.box-label {
    color: #11698e;
    font-size: 0.9rem;
    font-weight: 800
}

#inner-box, #inner-box2 {
    height: 150px;
    overflow-y: scroll
}

#inner-box2 {
    height: 132px
}

    #inner-box::-webkit-scrollbar, #inner-box2::-webkit-scrollbar {
        width: 6px
    }

    #inner-box::-webkit-scrollbar-track, #inner-box2::-webkit-scrollbar-track {
        background-color: #ddd;
        border-radius: 2px
    }

    #inner-box::-webkit-scrollbar-thumb, #inner-box2::-webkit-scrollbar-thumb {
        background-color: #333;
        border-radius: 2px
    }

#price {
    height: 45px
}

#size input[type="checkbox"] {
    visibility: hidden
}

    #size input[type='checkbox']:checked {
        background-color: #16c79a;
        border: none
    }

#size .btn.btn-success {
    background-color: #ddd;
    color: #333;
    border: none;
    width: 40px;
    font-size: 0.8rem;
    border-radius: 0
}

    #size .btn.btn-success:hover {
        background-color: #aff1e1;
        color: #444
    }

#size .btn-success:not(:disabled):not(.disabled).active, #size .btn-success:not(:disabled):not(.disabled):active {
    background-color: #16c79a;
    color: #fff
}

#size label {
    margin: 10px;
    margin-left: 0px
}

.card {
    padding: 10px;
    cursor: pointer;
    transition: .3s all ease-in-out;
    height: 350px
}

    .card:hover {
        box-shadow: 2px 2px 15px #fd9a6ce5;
        transform: scale(1.02)
    }

    .card .product-name {
        font-weight: 600
    }

.card-body {
    padding-bottom: 0
}

.card .text-muted {
    font-size: 0.82rem
}

.card-img img {
    padding-top: 10px;
    width: inherit;
    height: 180px;
    object-fit: contain;
    display: block
}

.card-body .btn-group .btn {
    padding: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    position: relative
}

.card-body .btn-group > .btn-group:not(:last-child) > .btn, .card-body .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 50%;
    transition: ease-in all .4s
}

.card-body input[type="radio"] {
    visibility: hidden
}

.card-body .btn:not(:disabled):not(.disabled).active::after, .card-body .btn:not(:disabled):not(.disabled):active::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 4px;
    left: 4.2px;
    background-color: #fff;
    position: absolute;
    transition: ease-in all .4s
}

.card-body .btn.btn-light:not(:disabled):not(.disabled).active::after, .card-body .btn.btn-light:not(:disabled):not(.disabled):active::after {
    background-color: #000
}

#avail-size input[type="checkbox"] {
    visibility: hidden
}

    #avail-size input[type='checkbox']:checked {
        background-color: #16c79a;
        border: none
    }

#avail-size .btn.btn-success {
    background-color: #ddd;
    color: #333;
    border: none;
    width: 20px;
    font-size: 0.7rem;
    border-radius: 0;
    padding: 0
}

    #avail-size .btn.btn-success:hover {
        background-color: #aff1e1;
        color: #444
    }

#avail-size .btn-success:not(:disabled):not(.disabled).active, #avail-size .btn-success:not(:disabled):not(.disabled):active {
    background-color: #16c79a;
    color: #fff
}

#avail-size label {
    margin: 10px;
    margin-left: 0px
}

#shirt {
    height: 170px
}

.middle {
    position: relative;
    width: 100%;
    margin-top: 25px
}

/*slider {
    position: relative;
    z-index: 1;
    height: 50px;*/ /* مؤقتًا */
    /*margin: 0 15px;
}


    .slider > .track {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #ddd
    }

    .slider > .range {
        position: absolute;
        z-index: 2;
        left: 25%;
        right: 25%;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #36a31b
    }

    .slider > .thumb {
        position: absolute;
        top: 2px;
        z-index: 3;
        width: 20px;
        height: 20px;
        background-color: #36a31b;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(63, 204, 75, 0.705);
        transition: box-shadow .3s ease-in-out
    }

        .slider > .thumb::after {
            position: absolute;
            width: 8px;
            height: 8px;
            left: 28%;
            top: 30%;
            border-radius: 50%;
            content: '';
            background-color: #fff
        }

        .slider > .thumb.left {
            left: 25%;
            transform: translate(-15px, -10px)
        }

        .slider > .thumb.right {
            right: 25%;
            transform: translate(15px, -10px)
        }

        .slider > .thumb.hover {
            box-shadow: 0 0 0 10px rgba(125, 230, 134, 0.507)
        }

        .slider > .thumb.active {
            box-shadow: 0 0 0 10px rgba(63, 204, 75, 0.623)
        }*/

input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 10px;
    width: 100%;
    opacity: 0
}

    input[type=range]::-webkit-slider-thumb {
        pointer-events: all;
        width: 30px;
        height: 30px;
        border-radius: 0;
        border: 0 none;
        background-color: red;
        -webkit-appearance: none
    }

.del {
    text-decoration: line-through;
    color: red
}

@media(min-width:1199.6px) {
    #filterbar {
        width: 25%
    }
}

@media(max-width:1199.5px) {
    #filterbar {
        width: 28%
    }

    .card {
        height: 350px
    }

    .price {
        font-size: 0.9rem
    }

    .product-name {
        font-size: 0.8rem
    }
}

@media(max-width: 991.5px) {
    .navbar-nav {
        min-width: 290px;
        position: absolute;
        left: -168px;
        bottom: -146px;
        padding: 20px 10px;
        display: block;
        background-image: none;
        z-index: 2;
        background-color: #1d1c1cb2
    }

    #filterbar {
        width: 36%
    }

    #sort {
        background-color: inherit;
        color: #fff;
        margin: 0;
        margin-bottom: 20px;
        width: 100%
    }

        #sort option, #pro option {
            color: #000
        }

    #pro, #select2, .result {
        background-color: inherit;
        color: #fff
    }

    .card {
        height: 345px
    }

    .price {
        font-size: 0.85rem
    }
}

@media(max-width: 767.5px) {
    #filterbar {
        width: 50%
    }
}

@media(max-width: 525.5px) {
    #filterbar {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 5px
    }

    #content.my-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .col-lg-4, .col-md-6 {
        padding-left: 0
    }
}

@media(max-width: 500.5px) {
    .pagination {
        display: flex
    }
}

.body {
    margin: 0;
    height: auto;
    background-image: url(/uploads/mainpage2.webp);
    background-size: 100%,100%;
    background-position: center;
    background-repeat: no-repeat;
    direction: rtl;
    text-align: right;
    width: 100%;
    background-color: #f4f4f4
}

.container-Header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10%;
    margin: 5px auto;
    flex-wrap: wrap;
    padding: 3px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: rgba(223, 215, 201, 0.8);
    border: 1px solid black;
}


.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 10px;
    background-color: #f9f9f9;
}

    .flex-container > div {
        margin: 0 5px;
        padding: 10px;
        flex: 1;
    }

.profile-pic1, .welcome-section, .search-section, .cart-section {
    flex-grow: 1;
}

.profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.welcome-section {
    flex: 1 1 200px;
}

.search-section {
    flex: 1 1 200px;
    display: flex;
    gap: 5px;
}

.cart-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.type-items-container {
    display: flex;
    flex-wrap: wrap;
    margin: 1px;
    width: 100%;
    height: 5%;
    margin: 5px auto;
    flex-wrap: wrap;
    padding: 3px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(223, 215, 201,0.8);
    border: 1px solid black;
}

.navbar-custom {
    background-color: rgba(223, 215, 201, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
    margin: 5px auto;
    flex-wrap: wrap;
    padding: 3px;
    border-radius: 20px 20px 0px 0px;
    border: 1px solid black;
}

    .navbar-custom .navbar-nav .nav-link {
        color: #333;
    }

    .navbar-custom .navbar-brand {
        color: #333;
    }


.type-items-container {
    display: flex;
    flex-wrap: wrap;
    margin: 1px;
    width: 100%;
    height: 5%;
    margin: 5px auto;
    flex-wrap: wrap;
    padding: 3px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(223, 215, 201,0.8);
    border: 1px solid black;
}

.product-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin: 20px;
}

.event-details {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    width: 55%;
}

    .event-details h1 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #333;
    }

.image-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    width: 40%;
}

.main-image {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.main-image {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-image: url('uploads/main.png');
}

.main-image {
    width: 100%;
    height: 60%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-image: url('/uploads/main.png');
}

.thumbnail-gallery {
    display: flex;
    gap: 10px;
    justify-content: center;
}

    .thumbnail-gallery img {
        width: 25%;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
        border: 2px solid transparent;
    }

        .thumbnail-gallery img:hover,
        .thumbnail-gallery img.active {
            border-color: #007bff;
        }

.new-products, .high-rated-products, .all-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.new-products {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    padding: 5px;
    width: 100%;
    height: 20%;
    margin: 5px auto;
    background-color: #F3E5AB;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(223, 215, 201,0.8);
    object-fit: cover;
    border: 1px solid black;
}

.product-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card h4 {
    margin: 10px 0;
    font-size: 1.1em;
    padding: 0 10px;
    color: #4A90E2;
}

.product-card {
    background-color: rgb(255, 255, 255);
    height: 80%;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    width: 150px;
    padding: 5px;
    margin: 5px;
    transition: transform 0.2s;
    border: 1px solid black;
}

    .product-card:hover {
        transform: scale(1.05);
    }

.product-card-sm {
    background-color: rgb(255, 255, 255);
    height: 80%;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    width: 150px;
    padding: 3px;
    margin: 3px;
    transition: transform 0.2s;
    border: 1px solid black;
}

    .product-card-sm:hover {
        transform: scale(1.05);
    }

.product-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.rating {
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

    .rating img {
        width: 18px;
        height: 18px;
        margin: 0 2px;
    }




.product-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.product-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .product-card:hover {
        transform: scale(1.05);
    }

.product-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.product-card h4 {
    margin-top: 10px;
    font-size: 1.2em;
    color: #333;
}

.type-items-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


    .type-items-group .item {
        flex: 1 1 200px;
        padding: 12px;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 6px;
        text-align: center;
        transition: transform 0.2s, box-shadow 0.2s;
    }


        .type-items-group .item:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }


        .type-items-group .item h3 {
            font-size: 18px;
            color: #333;
            margin-bottom: 8px;
        }

        .type-items-group .item p {
            font-size: 14px;
            color: #666;
        }


@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .welcome-section, .search-section, .cart-section {
        width: 100%;
        text-align: center;
    }

    .search-section {
        justify-content: center;
    }

    .type-items-group {
        gap: 12px;
        padding: 12px;
    }

        .type-items-group .item {
            flex: 1 1 100%;
        }
}

@media (max-width: 480px) {
    .profile-pic {
        width: 40px;
        height: 40px;
    }

    .cart-section {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    .type-items-group {
        gap: 8px;
        padding: 8px;
    }

        .type-items-group .item {
            flex: 1 1 100%;
            padding: 10px;
            font-size: 16px;
        }

            .type-items-group .item h3 {
                font-size: 16px;
            }

            .type-items-group .item p {
                font-size: 13px;
            }
}

.h3 {
    text-align: center;
    color: #333;
}


.flex-container .p {
    font-size: 12px;
}

.profile-pic {
    width: 40px;
    height: 40px;
}

.container-Header .search-container {
    display: flex;
    align-items: center;
    margin: 1px;
    flex: 1 1 100px;
    max-width: 100%;
    border-color: black;
}



.image-container {
    width: 100%;
    height: 40%;
    background-position: center;
    background-image: url('uploads/main.png');
    object-fit: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    margin: 5px auto;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    background-color: rgba(194, 178, 128, 0.2);
    border: 1px solid black;
}

    .image-container .sm {
        width: 40%;
        height: 50%;
        background-position: center;
        background-image: url('uploads/main.png');
        object-fit: cover;
        border-radius: 10px;
        background-repeat: no-repeat;
        margin: 5px;
        flex-wrap: wrap;
        background-color: #fff;
        padding: 5px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        max-height: 100%;
        background-color: rgba(194, 178, 128, 0.2);
        border: 1px solid black;
    }





.left-aligned img {
    float: left;
    margin-right: 10px;
}


.new-Typeproducts {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    padding: 5px;
    width: 100%;
    height: 20%;
    margin: 5px auto;
    background-color: #F3E5AB;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(223, 215, 201,0.8);
    object-fit: cover;
    border: 1px solid black;
}

.Typeproduct-card {
    height: 80%;
    background-color: rgb(255, 255, 255);
    object-fit: cover;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 5px;
    margin: 5px;
    transition: transform 0.2s;
    border: 1px solid black;
}

    .Typeproduct-card:hover {
        transform: scale(1.05);
    }

.Typeproduct-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.new-Allproducts {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    padding: 5px;
    width: 100%;
    height: 50%;
    margin: 5px auto;
    background-color: #F3E5AB;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(223, 215, 201,0.8);
    object-fit: cover;
    border: 1px solid black;
}


.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 1s ease-in-out;
    width: max-content;
}

.slide {
    min-width: 100px;
    height: 150px;
    box-sizing: border-box;
    margin: 5px;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 50%;
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}

.wishlist-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 10px;
    padding: 0px;
    margin: 0px;
}

    .wishlist-btn img {
        width: 20px;
    }

.rating img {
    width: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {

    .body {
        margin: 0;
        height: auto;
        background-image: url(/uploads/mainpage2.webp);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        direction: rtl;
        text-align: right;
        width: 100%;
    }

    .container-Header {
        width: 100%;
        height: 10%;
        margin: 5px auto;
        flex-wrap: wrap;
        padding: 3px;
        border-radius: 20px 20px 0px 0px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        background-color: rgb(223, 215, 201,0.8);
        border: 1px solid black;
    }

    .h3 {
        text-align: center;
        color: #333;
    }

    .container-Header .flex-container {
        display: flex;
        align-items: center;
        margin-bottom: 3px;
        gap: 5px;
        width: 100%;
    }
}

header .promo .desktop-swb
{
    width: 100%;
    display: flex;
}

    header .promo .desktop-swb .mboxDefault {
        width: 100%;
    }

    header .promo .desktop-swb.bg-adaa94 {
        background-color: #3E1715;
    }

    header .promo .desktop-swb .wsi-colctrl-lt4a {
        max-width: 105rem;
        min-width: 61.875rem;
        margin: 0 auto;
        flex: 1 0 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

        header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column {
            border-right: 0.0625rem solid #FFFFFF;
            max-width: 50rem;
            width: 100%;
        }

    header .promo .desktop-swb p {
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        margin: 0;
        padding: 0;
    }

    header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column:last-child {
        border-right: none;
    }

    header .promo .desktop-swb p,
    header .promo .desktop-swb a {
        font-size: 11px;
        font-weight: 500;
        line-height: 20px;
        margin: 0;
        padding: 0;
        color: #FFFFFF;
    }

        header .promo .desktop-swb p b {
            font-size: 14px;
            font-weight: 500;
            color: #FFFFFF;
            letter-spacing: .5px;
            word-wrap: break-word;
        }

header .promo .desktop-swb {
    width: 100%;
    display: flex;
}

    header .promo .desktop-swb .mboxDefault {
        width: 100%;
    }

    header .promo .desktop-swb.bg-adaa94 {
        background-color: #3E1715;
    }

    header .promo .desktop-swb .wsi-colctrl-lt4a {
        max-width: 105rem;
        min-width: 61.875rem;
        margin: 0 auto;
        flex: 1 0 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

        header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column {
            border-right: 0.0625rem solid #FFFFFF;
            max-width: 50rem;
            width: 100%;
        }

    header .promo .desktop-swb p {
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        margin: 0;
        padding: 0;
    }

    header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column:last-child {
        border-right: none;
    }

    header .promo .desktop-swb p,
    header .promo .desktop-swb a {
        font-size: 11px;
        font-weight: 500;
        line-height: 20px;
        margin: 0;
        padding: 0;
        color: #FFFFFF;
    }

        header .promo .desktop-swb p b {
            font-size: 14px;
            font-weight: 500;
            color: #FFFFFF;
            letter-spacing: .5px;
            word-wrap: break-word;
        }

@media screen and (min-width: 75.0625rem) and (max-width: 90rem) {
    header .promo .desktop-swb .parsys_column p,
    header .promo .desktop-swb .parsys_column a {
        font-size: 0.625rem;
        line-height: 1.125rem;
        color: #FFFFFF;
    }

        header .promo .desktop-swb .parsys_column p b {
            font-size: 0.75rem;
        }
}

@media screen and (min-width: 61.9375rem) and (max-width: 75rem) {
    header .promo .desktop-swb .parsys_column p,
    header .promo .desktop-swb .parsys_column a {
        font-size: 0.5625rem;
        line-height: 1rem;
        color: #FFFFFF;
    }

        header .promo .desktop-swb .parsys_column p b {
            font-size: 0.75rem;
        }
}

@media screen and (min-width: 47.9375rem) and (max-width: 61.875rem) {
    header .promo .desktop-swb .parsys_column p,
    header .promo .desktop-swb .parsys_column a {
        font-size: 0.5rem;
        line-height: 0.9375rem;
        color: #FFFFFF;
    }

        header .promo .desktop-swb .parsys_column p b {
            font-size: 0.6875rem;
        }
}



 header .promo .desktop-swb {
    width: 100%;
    display: flex;
}

header .promo .desktop-swb .mboxDefault {
    width: 100%;
}

header .promo .desktop-swb.bg-adaa94 {
    background-color: #3E1715;
}

header .promo .desktop-swb .wsi-colctrl-lt4a {
    max-width: 105rem;
    min-width: 61.875rem;
    margin: 0 auto;
    flex: 1 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

    header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column {
        border-right: 0.0625rem solid #FFFFFF;
        max-width: 50rem;
        width: 100%;
    }

header .promo .desktop-swb p {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    margin: 0;
    padding: 0;
}

header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column:last-child {
    border-right: none;
}

header .promo .desktop-swb p,
header .promo .desktop-swb a {
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

    header .promo .desktop-swb p b {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        letter-spacing: .5px;
        word-wrap: break-word;
    }

@media screen and (min-width: 75.0625rem) and (max-width: 90rem) {
    header .promo .desktop-swb .parsys_column p,
    header .promo .desktop-swb .parsys_column a {
        font-size: 0.625rem;
        line-height: 1.125rem;
        color: #FFFFFF;
    }

        header .promo .desktop-swb .parsys_column p b {
            font-size: 0.75rem;
        }
}

@media screen and (min-width: 61.9375rem) and (max-width: 75rem) {
    header .promo .desktop-swb .parsys_column p,
    header .promo .desktop-swb .parsys_column a {
        font-size: 0.5625rem;
        line-height: 1rem;
        color: #FFFFFF;
    }

        header .promo .desktop-swb .parsys_column p b {
            font-size: 0.75rem;
        }
}

@media screen and (min-width: 47.9375rem) and (max-width: 61.875rem) {
    header .promo .desktop-swb .parsys_column p,
    header .promo .desktop-swb .parsys_column a {
        font-size: 0.5rem;
        line-height: 0.9375rem;
        color: #FFFFFF;
    }

        header .promo .desktop-swb .parsys_column p b {
            font-size: 0.6875rem;
        }
}


header .promo .desktop-swb {
    width: 100%;
    display: flex;
}

    header .promo .desktop-swb .mboxDefault {
        width: 100%;
    }

    header .promo .desktop-swb.bg-adaa94 {
        background-color: #3E1715;
    }

    header .promo .desktop-swb .wsi-colctrl-lt4a {
        max-width: 105rem;
        min-width: 61.875rem;
        margin: 0 auto;
        flex: 1 0 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

        header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column {
            border-right: 0.0625rem solid #FFFFFF;
            max-width: 50rem;
            width: 100%;
        }

    header .promo .desktop-swb p {
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        margin: 0;
        padding: 0;
    }

    header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column:last-child {
        border-right: none;
    }

    header .promo .desktop-swb p,
    header .promo .desktop-swb a {
        font-size: 11px;
        font-weight: 500;
        line-height: 20px;
        margin: 0;
        padding: 0;
        color: #FFFFFF;
    }

        header .promo .desktop-swb p b {
            font-size: 14px;
            font-weight: 500;
            color: #FFFFFF;
            letter-spacing: .5px;
            word-wrap: break-word;
        }

@media screen and (min-width: 75.0625rem) and (max-width: 90rem) {
    header .promo .desktop-swb .parsys_column p,
    header .promo .desktop-swb .parsys_column a {
        font-size: 0.625rem;
        line-height: 1.125rem;
        color: #FFFFFF;
    }

        header .promo .desktop-swb .parsys_column p b {
            font-size: 0.75rem;
        }
}

@media screen and (min-width: 61.9375rem) and (max-width: 75rem) {
    header .promo .desktop-swb .parsys_column p,
    header .promo .desktop-swb .parsys_column a {
        font-size: 0.5625rem;
        line-height: 1rem;
        color: #FFFFFF;
    }

        header .promo .desktop-swb .parsys_column p b {
            font-size: 0.75rem;
        }
}

@media screen and (min-width: 47.9375rem) and (max-width: 61.875rem) {
    header .promo .desktop-swb .parsys_column p,
    header .promo .desktop-swb .parsys_column a {
        font-size: 0.5rem;
        line-height: 0.9375rem;
        color: #FFFFFF;
    }

        header .promo .desktop-swb .parsys_column p b {
            font-size: 0.6875rem;
        }
}

@media screen and (min-width: 47.75rem) {
    div.hero-video-wrapper {
        padding: 48% 0 0 0;
        position: relative;
        margin-bottom: 0;
    }
}

.content-mfe .desktopContentWrapper .desktop-homepage .elsbeth-img, .content-mfe .desktopContentWrapper .desktop-homepage-rj-us .elsbeth-img, .content-mfe .desktopContentWrapper .desktop-homepage-rj-ca .elsbeth-img {
    width: 70%;
}

@media(max-width: 56.25rem) {
    .content-mfe .desktopContentWrapper .desktop-homepage #new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage .new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-us #new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-us .new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-ca #new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-ca .new-arrivals h2 {
        font-size: 1.25rem;
        line-height: 2.8rem
    }
}

    @media screen and (min-width: 61.875rem) {
        div.hero-video-wrapper {
            padding: 48% 0 0 0;
            position: relative;
            margin-bottom: 0;
        }
    }

    @media screen and (min-width: 61.875rem) {
        div.hero-video-wrapper {
            padding: 48% 0 0 0;
            position: relative;
            margin-bottom: 0;
        }
    }

    @media(max-width: 56.25rem) {
        .content-mfe .desktopContentWrapper .desktop-homepage #new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage .new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-us #new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-us .new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-ca #new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-ca .new-arrivals h2 {
            font-size: 1.25rem;
            line-height: 2.8rem
        }

        header .promo .desktop-swb {
            width: 100%;
            display: flex;
        }

            header .promo .desktop-swb .mboxDefault {
                width: 100%;
            }

            header .promo .desktop-swb.bg-adaa94 {
                background-color: #3E1715;
            }

            header .promo .desktop-swb .wsi-colctrl-lt4a {
                max-width: 105rem;
                min-width: 61.875rem;
                margin: 0 auto;
                flex: 1 0 0;
                box-sizing: border-box;
                display: flex;
                justify-content: center;
            }

                header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column {
                    border-right: 0.0625rem solid #FFFFFF;
                    max-width: 50rem;
                    width: 100%;
                }

            header .promo .desktop-swb p {
                font-size: 11px;
                font-weight: 500;
                line-height: 14px;
                margin: 0;
                padding: 0;
            }

            header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column:last-child {
                border-right: none;
            }

            header .promo .desktop-swb p,
            header .promo .desktop-swb a {
                font-size: 11px;
                font-weight: 500;
                line-height: 20px;
                margin: 0;
                padding: 0;
                color: #FFFFFF;
            }

                header .promo .desktop-swb p b {
                    font-size: 14px;
                    font-weight: 500;
                    color: #FFFFFF;
                    letter-spacing: .5px;
                }
    }

        @media screen and (min-width: 75.0625rem) and (max-width: 90rem) 
        {
            header .promo .desktop-swb .parsys_column p,
            header .promo .desktop-swb .parsys_column a 
            {
                font-size: 0.625rem;
                line-height: 1.125rem;
                color: #FFFFFF;
            }

                header .promo .desktop-swb .parsys_column p b 
                {
                    font-size: 0.75rem;
                }
        }

        @media screen and (min-width: 61.9375rem) and (max-width: 75rem) 
        {
            header .promo .desktop-swb .parsys_column p,
            header .promo .desktop-swb .parsys_column a
            {
                font-size: 0.5625rem;
                line-height: 1rem;
                color: #FFFFFF;
            }

                header .promo .desktop-swb .parsys_column p b
                {
                    font-size: 0.75rem;
                }
        }

        @media screen and (min-width: 47.9375rem) and (max-width: 61.875rem)
        {
            header .promo .desktop-swb .parsys_column p,
            header .promo .desktop-swb .parsys_column a 
            {
                font-size: 0.5rem;
                line-height: 0.9375rem;
                color: #FFFFFF;
            }

                header .promo .desktop-swb .parsys_column p b 
                {
                    font-size: 0.6875rem;
                }
        }

    @media screen and (min-width: 47.75rem) {
        div.hero-video-wrapper {
            padding: 48% 0 0 0;
            position: relative;
            margin-bottom: 0;
        }


        .content-mfe .desktopContentWrapper .desktop-homepage .elsbeth-img, .content-mfe .desktopContentWrapper .desktop-homepage-rj-us .elsbeth-img, .content-mfe .desktopContentWrapper .desktop-homepage-rj-ca .elsbeth-img {
            width: 70%;
        }
    }
        @media(max-width: 56.25rem) 
        {
            .content-mfe .desktopContentWrapper .desktop-homepage #new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage .new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-us #new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-us .new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-ca #new-arrivals h2, .content-mfe .desktopContentWrapper .desktop-homepage-rj-ca .new-arrivals h2 
            {
                font-size: 1.25rem;
                line-height: 2.8rem
            }
        }
    
        @media screen and (min-width: 61.875rem) 
            {
                div.hero-video-wrapper 
                {
                    padding: 48% 0 0 0;
                    position: relative;
                    margin-bottom: 0;
                }
            }

    @media screen and (min-width: 61.875rem) {
        div.hero-video-wrapper {
            padding: 48% 0 0 0;
            position: relative;
            margin-bottom: 0;
        }


        header .promo .desktop-swb {
            width: 100%;
            display: flex;
        }

            header .promo .desktop-swb .mboxDefault {
                width: 100%;
            }

            header .promo .desktop-swb.bg-adaa94 {
                background-color: #3E1715;
            }

            header .promo .desktop-swb .wsi-colctrl-lt4a {
                max-width: 105rem;
                min-width: 61.875rem;
                margin: 0 auto;
                flex: 1 0 0;
                box-sizing: border-box;
                display: flex;
                justify-content: center;
            }

                header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column {
                    border-right: 0.0625rem solid #FFFFFF;
                    max-width: 50rem;
                    width: 100%;
                }

            header .promo .desktop-swb p {
                font-size: 11px;
                font-weight: 500;
                line-height: 14px;
                margin: 0;
                padding: 0;
            }

            header .promo .desktop-swb .wsi-colctrl-lt4a .parsys_column:last-child {
                border-right: none;
            }

            header .promo .desktop-swb p,
            header .promo .desktop-swb a {
                font-size: 11px;
                font-weight: 500;
                line-height: 20px;
                margin: 0;
                padding: 0;
                color: #FFFFFF;
            }

                header .promo .desktop-swb p b {
                    font-size: 14px;
                    font-weight: 500;
                    color: #FFFFFF;
                    letter-spacing: .5px;
                }
    }

         
    @media screen and (min-width: 75.0625rem) and (max-width: 90rem) 
            {
                header .promo .desktop-swb .parsys_column p,
                header .promo .desktop-swb .parsys_column a 
                {
                    font-size: 0.625rem;
                    line-height: 1.125rem;
                    color: #FFFFFF;
                }

                    header .promo .desktop-swb .parsys_column p b
                    {
                        font-size: 0.75rem;
                    }
            }

         
    @media screen and (min-width: 61.9375rem) and (max-width: 75rem)
            {
                header .promo .desktop-swb .parsys_column p,
                header .promo .desktop-swb .parsys_column a 
                {
                    font-size: 0.5625rem;
                    line-height: 1rem;
                    color: #FFFFFF;
                }

                    header .promo .desktop-swb .parsys_column p b
                    {
                        font-size: 0.75rem;
                    }
            }

        
    @media screen and (min-width: 47.9375rem) and (max-width: 61.875rem) 
            {
                header .promo .desktop-swb .parsys_column p,
                header .promo .desktop-swb .parsys_column a 
                {
                    font-size: 0.5rem;
                    line-height: 0.9375rem;
                    color: #FFFFFF;
                }

                    header .promo .desktop-swb .parsys_column p b 
                    {
                        font-size: 0.6875rem;
                    }
            }


    
    @media screen and (min-width: 47.75rem) 
            {
                div.hero-video-wrapper 
                {
                    padding: 48% 0 0 0;
                    position: relative;
                    margin-bottom: 0;
                }
            }
