@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');



html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #5f130d;
}

h5 {
    font-size: 22px;
}

label {
    font-size: 13px;
}

.mobile-size {
    font-size: 22px;
}

.btn {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
}

tr.ui-sortable-handle.even {
    cursor: move;
}

#app {
    padding: 1rem;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn-primary {
    color: #fffaaf !important;
    padding-top: 10px;
    padding-bottom: 12px;
    background: #5f130d;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
}

.menu_center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;



}


.yellowish {
    color: #b98648 !important;

}

.row .social-icons>ul>li:last-child {
    margin-right: unset !important;
}

div#mCSB_1_container {
    top: 0 !important;
}

.btn-primary:hover {
    background: #5f130d;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
    background: #5f130d !important;
}

.main-language {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
}

.product {
    width: 100%;
    margin-bottom: 20px;
}

.product-img,
.product-inner {
    border-radius: 16px;
    -webkit-box-shadow: 0 10px 30px rgba(209, 213, 223, .5);
    box-shadow: 0 10px 30px rgba(209, 213, 223, .5);
}

.product-inner {
    background: #fff;
    height: 100%;
}

.product-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 346px;
    position: relative;
}

.product-price {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: center;
    height: 50px;
    min-width: 103px;
    border-radius: 16px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none !important;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1a1c22;
}

.product-count {
    position: relative;
    padding: 30px 16px;
}

.product-title {
    color: #141821;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.product-text {
    color: #141821;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    margin: 5px 0 0;
}

.product-add-first,
.product-add-group {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-add-btn {
    width: 52px;
    height: 36px;
    border-radius: 10px;
    background-color: #5f130d;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    border: 0;
    outline: 0 !important;
}

.product-add-btn span {
    width: 16px;
    height: 2px;
    background: #fffaaf;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-add-btn span:nth-child(2) {
    width: 2px;
    height: 16px;
}

.product-add-num {
    width: 52px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #1a1c22;
    font-size: 16px;
    font-weight: 500;
}


#cart-bar {
    position: fixed;
    bottom: 15px;
    right: 6px;
    left: 6px;
    height: 65px;
    width: auto;
    z-index: 1031;
    background-color: rgba(26, 28, 34, .8);
    border-radius: 30px;
    padding: 0 15px;
}

.cart-bar-total {
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    line-height: 1;
    padding-top: 23px;
    padding-left: 15px;
}

.cart-bar-btn {
    width: 92px;
    height: 41px;
    border-radius: 18px;
    background-color: #fffaaf;
    color: #5f130d !important;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 41px;
    margin-top: 12px;
    display: inline-block;
    vertical-align: top;

}

.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.preview-category-image>img {
    height: 100%;
}

.category-name.accumPro {
    color: black;
    font-weight: 500;
    text-align: center;
}

.sub_cate .category-name.accumPro {
    text-align: start;
}

a.category-design-wrapper:hover {
    text-decoration: none;
}

.preview-category-image {
    height: 100px;
    margin-top: 1rem;
}

.category-image {
    height: 49px;
}

.gap-4 {
    margin-right: -1rem;
    /* Adjust this value as needed */
}

.gap-4>* {
    margin-right: 1rem;
    /* Adjust this value as needed */
}

.gap-5 {
    margin-right: -1.5rem;
    /* Adjust this value as needed */
}

.gap-5>* {
    margin-right: 1.5rem;
    /* Adjust this value as needed */
}

.category-image>img {
    height: 100%;
}

a.category-design-wrapper {
    border: 3px solid black !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .4rem 1rem;
    gap: .7rem;
}

.social-icons a:hover {
    color: unset !important;
    text-decoration: unset !important;
}

#top-navbar,
.top-navbar {
    background: #fff;
    height: 57px;
    -webkit-box-shadow: 0 -4px 18px rgba(0, 0, 0, .25);
    box-shadow: 0 -4px 18px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 100;
}

.dropdown-item {
    font-size: 12px;
}

.btn-select {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5f130d;
}

.btn-select.focus,
.btn-slelect:focus,
.btn-select:hover {
    color: #5f130d;
    border-bottom: none;
}

.language-ar {
    font-family: 'Tajawal', sans-serif !important;
}

.total {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px;
    line-height: 20px;
    padding: 20px 0;
}

.total-name {
    color: #b8bbc6;
    font-weight: 500;
    text-transform: uppercase;
}

.total-price {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.no_image .product-price {
    top: 2px;
    min-width: fit-content;
    right: 17px;
    border-top-right-radius: 17px;
}

a.category-design-wrapper.direction-row {
    flex-direction: row;

}

.center_width a.category-design-wrapper.direction-row {

    justify-content: center;
}

.top-heading {
    font-size: 28px;
}

.sub_cate .category-name.accumPro,
.main_cate .category-name.accumPro {
    font-weight: 600;
}

.sub_cate .category-name.accumPro {
    font-weight: 600;
    padding-top: .35rem;
}

@media (max-width:500px) {


    .sub_cate .category-name.accumPro {

        font-size: 16px;
    }


    a.category-design-wrapper.direction-row {

        justify-content: flex-start;
    }

    .main_cate a.category-design-wrapper {
        padding: .9rem .3rem .4rem .3rem;
        gap: .7rem;
        width: 100%;
    }

    .col-12.mb-3.main_cate .category-design-wrapper {
        width: 100%;
        padding: .6rem .3rem .2rem .3rem;
    }

    .mobile-responsive-end {
        display: flex;
        justify-content: end;
    }

    .mobile-responsive-start {
        display: flex;
        justify-content: start;
    }
}

.sub_cate .category-image {
    height: 38px;
    height: 38px;
}

a.category-design-wrapper.direction-row {

    min-height: 5rem;
}

.thumbnail-wrapper {
    width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.thumbnail-wrapper img {
    width: 100%;
}

img.new-year-image {
    height: 622px;
    width: auto;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    z-index: 999;
    display: none;

}

.popup-for-new-year {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 92%;
    border-radius: 8px;
    text-align: center;
    z-index: 1000;
    animation: fadeIn 1s ease-in-out;
}

.new-year-image {
    width: 100%;
    height: auto;
}

.close-btn {
    position: absolute;
    top: -49px;
    right: -3px;
    background: none;
    border: none;
    font-size: 38px;
    cursor: pointer;
}

.close-btn:active,
.close-btn:focus {
    border: none;
    outline: none;

}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    to {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
}