﻿
.brand-row-content {
    overflow: hidden;
    position: relative;
}


.brand-row {
    height: 100%;
    flex-wrap: nowrap;
    width: 100%;
}



.gradientButtonShopping {
    border: none;
    padding: 0.75% 1.5% 0.75% 1.5%;
    background-color: #FF795C;
    color: white;
    font-family: "anekdevanagari-regular", sans-serif;
    font-size: 1em;
}




    .gradientButtonShopping:hover {
        border: none;
        padding: 0.75% 1.5% 0.75% 1.5%;
        background-color: #FF795C;
        color: white;
        font-family: "anekdevanagari-regular", sans-serif;
        font-size: 1em;
        background-image: linear-gradient(to right, #bb5ac4, #FF795C);
        box-shadow: 0px 4px 20px 0px rgba(255, 121, 92, 0.75) !important;
        transition: all .4s ease;
        -webkit-transition: all .3s ease;
    }


.outerShoppingDiv {
    display: flex;
    justify-content: center;
    padding: 100px 0px 100px 0px;
}



.shoppingDiv {
    border: solid transparent 0px;
    border-radius: 18px;
    background-image: url(/Assets/Images/BrandsBG.png);
    background-repeat: no-repeat;
}



.shopItDiv {
    font-family: "anekdevanagari-regular", sans-serif;
    font-size: 1.5em;
    justify-content: center;
    display: flex;
    color: #FF795C;
    margin-top: 4%;
    text-align: center;
}


.shoppingTextDiv {
    display: flex;
    justify-content: center;
    margin-top: 2%;
    padding-bottom: 25px;
}


/******************************************************************/
.brand-row-wrapper {
    margin: 0px;
    width: 100%;
}

.shopping-dir-wdgt {
    font-family: 'anekdevanagari-medium';
    background-color: #f8f9fa;
}

.search-panel {
    display: flex;
    justify-content: center;
   
    width: 100%;
}

    .search-panel .input-group {
        max-width: 884px;
    }

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 1;
}

.searchbox {
    display: flex;
    padding: 24px 24px 24px 54px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    width: 100%;
}

    .searchbox::placeholder {
        color: #737195;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

.snsHeader {
    display: flex;
    justify-content: center;
    padding-top: 64px;
}

.shoppingDirText {
    font-size: 20px;
    color: var(--Colors-Text-Text-Brand, #FF795C);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-family: "anekdevanagari-bold";
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.category-filter {
    max-width: 2220px;
    /*padding:0rem 10rem;*/
    display: flex;
    margin-top: 24px;
    margin-bottom: 20px;
}

    .category-filter h5 {
        margin-bottom: 15px;
    }

.category-btn, #moreCategoriesBtn {
    padding: var(--Spaces-Space-Small, 12px) var(--Spaces-Space-Meduim, 16px);
    border: 1px solid var(--Colors-Borders-Border-Secondary, #DFDEE7);
    background-color: white;
    color: var(--Colors-Text-Text-Secondary, #737195);
    transition: all 0.1s ease;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    height: 48px;
    font-family: 'tajawal-medium';
}

  #moreCategoriesBtn:hover, .category-btn.active, #moreCategoriesBtn.active {
        background-color: #FF795C;
        color: white;
        border-color: #ff6b6b;
    }

    .category-btn img, #moreCategoriesBtn img {
        margin-left: 12px;
    }

.shoppingDirContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.carousel-control-prev {
    left: -15px;
}

.carousel-control-next {
    right: -15px;
}


.carousel-inner {
    overflow: visible;
}



.carousel-container {
    max-width: 1925px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 94px;
    /*padding:0rem 10rem;*/
}

@media(max-width:767px) {
    .carousel-container {
        margin-top: 1rem;
    }

    .select-style {
        width: 100% !important;
    }

    .slider-div {
        margin-top: 20px !important;
    }
    .brand-row-wrapper {
        display: none;
    }
    .search-panel{
        margin-top:10px;
    }
    .shop-ship-container.shop-ship-plans-details.divmarchantlist {
        display: block !important;
    }

        .shop-ship-container.shop-ship-plans-details.divmarchantlist .brand-store-wrapper {
            height: auto !important;
        }

            .shop-ship-container.shop-ship-plans-details.divmarchantlist .brand-store-wrapper .brand-store {
                padding-bottom: 0px !important;
            }

                .shop-ship-container.shop-ship-plans-details.divmarchantlist .brand-store-wrapper .brand-store h4 {
                    padding-bottom: 0px !important;
                }
}

.select-style {
    width: 357px;
}

.countryFilter {
    display: flex;
    align-content: center;
    margin-bottom: 40px;
}

.shoppDir-title {
    color: var(--Colors-Text-Text-Primary, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-family: 'tajawal-bold';
}

/*********************************deals section********************************************/
.deals-section .row {
    color: #262262;
    font-size: 13px;
}

.deals-section > div > div {
    margin-bottom: 30px;
}

.deals-box {
    min-height: 138px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid var(--Colors-Borders-Border-Secondary, #DFDEE7);
    border-radius: var(--Corner-Radius-Minimal, 4px);
}

    .deals-box img {
        width: 100%;
    }

.cardUrl {
    color: var(--Colors-Text-Text-Brand, #FF795C);
    font-family: "anekdevanagari-bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}

.cardTitle {
    color: var(--Colors-Text-Text-Primary, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 145.455% */
}

.disc-title {
    margin-top: 8px;
}

.deals-section-pagination > div {
    max-width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.btn-group {
    gap: 4px;
}

.category-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.deals-section-pagination {
    margin-bottom: 25px;
}


.my-slider img {
    width: 100%;
    margin: 0 auto;
}

.my-slider {
    display: flex;
    gap: 30px !important;
}

.tns-outer {
    position: relative;
}

.tns-controls button[data-controls="next"] {
    right: 0;
    position: absolute;
    z-index: 1044;
    top: 50%;
    transform: translate(50%, -50%);
    background: transparent;
    border: none;
}

.tns-controls button[data-controls="prev"] {
    left: 0;
    position: absolute;
    z-index: 1044;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
}

.tns-outer .tns-controls {
    display: block !important;
}

@media screen and (max-width: 991px) {
    
    .tns-outer .tns-controls {
        display: none !important;
    }

    .countryFilter > div {
        width: 100% !important;
    }
    /**/
}

.category-btn-wrapper.desktop-view {
    display: flex;
}

.category-btn-wrapper.mobile-view {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

@media (max-width: 768px) {
    .category-btn-wrapper.mobile-view {
        display: flex;
    }

    .category-btn-wrapper.desktop-view {
        display: none;
    }

    .deals-section-pagination {
        width: 83.33% !important;
        justify-content: center;
    }

    #loadMoreCard {
        width: 100% !important;
    }

    .prev-btn, .next-btn {
        display: none;
    }

    .shoppingDirContainer {
        padding: 0px;
    }

    .shopping-dir-wdgt > .col-10 {
        padding: 0px;
    }


    .banner {
        background: #E4E5F0;
    }

        .banner > * {
            padding: 10px;
        }

    .slider-item-img img {
        height: 182px;
    }

    .slider-div {
        display: none;
    }

    #carouselExampleInterval {
        display: block;
        width:320px;
        height:100%;
        overflow:hidden;
        position:relative;
    }
}

#loadMoreCard {
    display: flex;
    padding: var(--Spaces-Space-Meduim, 16px) var(--Spaces-Space-SemiLarge, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--Spaces-Space-XSmall, 8px);
    align-self: stretch;
    border: 1px solid var(--Colors-Borders-Border-Primary, #28255C);
    width: 300px;
    font-family: 'tajawal-bold';
}

.slick-slide > img {
    width: 100%;
}

.slick-arrow.slick-hidden {
    display: block !important;
}

.slick-list {
    padding: 0 20% 0 0;
}
/*.slick-list {
    margin: 0 -10px;
}*/
.slick-slide {
    margin: 0 10px;
}

.slider-div {
    position: relative;
    overflow-x: hidden;
    white-space: nowrap;
    margin-top: 70px;
}

.slider-item-img {
    display: inline-block;
    width: 100%;
}

    .slider-item-img img {
        width: 100%;
        height: 358px;
    }

@media(min-width:768px) {
    .slider-div {
        display: block;
    }

    #carouselExampleInterval {
        display: none;
    }
}

@media(max-width:1520px) {
    .slider-item-img img {
        height: 268px;
    }
}

@media(max-width:1240px) {
    .slider-item-img img {
        height: 230px;
    }
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.prev-btn {
    left: -15px;
}

.next-btn {
    right: -15px;
}

body[lang="ar"] .searchbox {
    padding: 24px 50px 24px 24px;
}
    body[lang="ar"] .searchbox::placeholder {
        text-indent: 4%;
    }

body[lang="ar"] .search-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 1;
}


*:not(.slider-div div) {
    direction: rtl;
}

.textDiv {
    font-family: 'tajawal-bold';
}
