/* montserrat-latin-400-normal*/

:root {
    --font-stack: Inter, Tajawal, sans-serif !important;
    --productCardHeight: 13rem !important;
}

body {
    font-family: var(--font-stack);
    min-height: 100vh;
    /** to remove white space after footer */
    font-size: 14px;
    /* background-color: var(--background_4) */
    background-image: linear-gradient(to top, var(--background_7), var(--background_4));
}

body.cart-page {
    background: var(--background_2) !important;
}

.content-div {
    min-height: 70vh;
}

/* .background_5 {
    background-color: var(--background_7) !important;
} */
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text_4);
    font-size: 16px !important;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--text_4);
    font-size: 16px !important;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--text_4);
    font-size: 16px !important;
}


.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-36 {
    font-size: 36px !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.default-br {
    border-radius: 10px;
}

#top-header,
#fixed-navbar {
    background-color: var(--background_4) !important;
    color: var(--text_1) !important;
    box-shadow: 4px 4px 4px 0px #00000008;
    line-height: inherit;
    margin-bottom: 4px;
}

/* #top-header .top-header-icon,
#fixed-navbar .top-header-icon{
    color: var(--text_1) !important;
} */

#top-header ul.links li.active a,
#top-header ul.links li a:hover,
#fixed-navbar ul.links li.active a,
#fixed-navbar ul.links li a:hover {
    /* color: var(--text_1) !important; */
    font-weight: 500;
    border-bottom: 2px solid var(--text_5) !important;
    padding-bottom: 4px;
}

#top-header.hasSlider {
    background-color: #4687b170 !important;
    color: var(--text_2) !important;
    position: fixed;
    width: 100%;
    z-index: 3;
}

#top-header.hasSlider ul.links li.active a,
#top-header.hasSlider ul.links li a:hover {
    color: var(--text_2) !important;
    border-bottom: 2px solid var(--text_2) !important;
}

#top-header.hasSlider .text_1 {
    color: var(--text_2) !important;
}

#top-header.hasSlider ul.links li a,
#top-header.hasSlider .text_3 {
    color: var(--text_2) !important;
}

.links .has-dropdown{position:relative}
.links .has-dropdown .subcategories-dropdown{position:absolute;top:100%;left:0;min-width:220px;background:var(--background_2);border:1px solid var(--text_6);box-shadow:0 8px 24px rgba(0,0,0,0.12);display:none;z-index:5;padding:.25rem 0;max-height:80vh;overflow-y:auto}
.links .has-dropdown:hover .subcategories-dropdown{display:block}
.links .has-dropdown .subcategories-dropdown a{white-space:nowrap}
#top-header .subcategories-dropdown ul li.list-unstyled a,
#top-header.hasSlider .subcategories-dropdown ul li.list-unstyled a{
    color: var(--text_1) !important;
    border-bottom: 0px solid transparent !important;
}

#top-header .subcategories-dropdown ul li.list-unstyled.active a,
#top-header .subcategories-dropdown ul li.list-unstyled a:hover {
    border-bottom: 2px solid var(--text_5) !important;
}

.rtl .links .has-dropdown .subcategories-dropdown{left:auto;right:0}

.progress {
    background-color: #ECEAE8;
}

/* #mainSearchForm .searchInput .input-group-text, #mainSearchForm .searchInput input{
    border-radius: 50px !important;
    width: 100%;
    padding: 6px 14px;
}
#mainSearchForm .searchInput input, .rtl #mainSearchForm .searchInput{
    position: relative;
    color: var(--text_1);
}
#mainSearchForm .searchInput .position-absolute{
    position: absolute;
    right: -2px;
    top: -3px;
}
.rtl #mainSearchForm .searchInput .position-absolute{
    left: -2px;
    right: auto;
}
.rtl #mainSearchForm .searchInput .input-group-text .polaris-max-icon-search{
    transform: rotate(90deg)
}
#mainSearchForm .searchInput .span-cycle span{
    display: flex;
}
#mainSearchForm .searchInput .span-cycle {
    border-radius: 50px !important;
    padding: 13px;
    background-color: var(--text_5);
    color: var(--text_2);
    box-shadow: -2px 0px 5px #e2cfcf;
    z-index: 10!important;
} */
#mainSearchForm .searchInput input {
    display: inline;
    width: 50%;
    background-color: transparent;
    color: var(--text_3);
    border: 1px solid var(--border_1);
    border-radius: 10px;
    padding: 0.4rem 1rem;
}

#mainSearchForm .searchInput .polaris-max-icon-search {
    top: -0.5rem;
    right: 60px;
}

.rtl #mainSearchForm .searchInput .polaris-max-icon-search {
    right: auto;
    left: 45px;
}

.hasSlider #mainSearchForm .searchInput input {
    color: var(--text_2);
}

.hasSlider #mainSearchForm .searchInput input::placeholder,
.hasSlider #mainSearchForm .searchInput input::-webkit-input-placeholder,
.hasSlider #mainSearchForm .searchInput input:-moz-placeholder,
.hasSlider #mainSearchForm .searchInput input::-moz-placeholder,
.hasSlider #mainSearchForm .searchInput input:-ms-input-placeholder {
    color: var(--text_2) !important;
    opacity: 1 !important;
}

.link_hover:hover {
    color: var(--text_3) !important;
    border-bottom: 2px solid var(--text_5) !important;
}

.user-icon {
    padding: 4px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

.spanCart {
    background-color: var(--background_6);
    border: 0px solid transparent;
    color: var(--text_2);
    font-size: 11px !important;
    top: -3px !important;
    left: 24px;
    padding: 3px 6px;
}

.rtl .spanCart {
    /* left: -21px;
    right: auto !important; */
    right: 14px;
    left: auto !important;
}

#carouselExampleInterval-home_1 .h-400 {
    height: 726px !important;
}

/* .userIcons .fa-stack .fa-circle{
    font-size: 30px;
} */
.icon-circles {
    display: inline-flex;
    /* Arrange icons horizontally */
    justify-content: space-around;
    /* Distribute icons evenly with space in between */
}

.icon-circles span {
    position: relative;
    width: auto;
    height: auto;
    text-align: end;
    line-height: normal;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--text_2);
}

.icon-circles span i {
    font-size: 20px;
    /* Adjust font size of the icon */
    color: var(--text_2);
    /* Set color for the icon */
}

.categories-carousal-controls .icon-circles span {
    position: relative;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--text_7);
    color: var(--text_7);
}

.categories-carousal-controls .icon-circles span svg {
    transform: translatey(2px);
}

.product .icon-circles span {
    position: relative;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--text_1);
}

#mainNavbar .nav-item a {
    font-family: var(--font-stack) !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: var(--text_6) !important;
}

#mainNavbar .nav-item.active a {
    color: var(--text_3) !important;
}

.footer {
    background-color: var(--background_2);
    color: var(--text_1);
    font-family: var(--font-stack);
    bottom: 0px;
    line-height: 2;
}

.footer .footer-links a {
    color: var(--text_4);
}

.footer .position-absolute {
    top: -3rem;
    left: 0px;
    right: 0px;
}

.footer .footer-overlay {
    background-color: var(--background_3);
    padding: 1.5rem 2rem;
    border-radius: 50px;
}

.footer .footer-links h6,
.footer .footer-links h5 {
    border-bottom: 1px solid var(--border_1);
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
}

.main-btn {
    background-color: var(--background_1) !important;
    color: var(--text_2) !important;
    /* border: 0px solid transparent !important; */
    line-height: 1.5;
    font-weight: 400;
    border-radius: 10px;
    font-size: 14px;
    padding: 0.5rem 0.5rem;
}

.btn-light {
    border: 1px solid var(--border_2);
    background: var(--background_5) !important;
    color: var(--text_5) !important;
}

.btn-light:hover {
    border: 1px solid var(--background_1);
    background: var(--background_1) !important;
    color: var(--text_2) !important;
}

#profileForm .background_3 {
    background-color: var(--background_1) !important;
}

.product {
    border: 1px solid var(--border_1);
    background-color: var(--background_2);
    border-radius: 10px;
    padding: 5px !important;
}

/* .cart-content .card , .payment-information .card, .delivery-information .card, .order-summary-page .card{
    background-color: var(--background_2)  !important;
    border: 0px solid transparent;
} */

.payment-method-card {
    margin-top: 1rem;
}

.order-summary-page .text_6 {
    color: var(--text_3) !important;
}

.btn-warning {
    border-radius: 10px;
}

.account-menu .font-16 {
    font-size: 15px !important;
}

.delivery-information img {
    max-width: 100%;
}

.product:hover {
    border: 2px solid var(--text_5);
}

.product .imgbox img {
    border-radius: 12px 12px 0px 0px;
}

.product .specifies {
    border-radius: 0px 0px 12px 12px;
    padding: 0px 5px 2px 5px;
    background-color: white;
}

.product:hover .imgbox .product-img {
    border: 0px solid transparent;
    margin: 0px;
}

.product:hover .carouselAttributes,
.product:hover .productShopBtn {
    border: 0px solid transparent;
    margin: 0px;
}

.product .productShopBtn .main-btn {
    border-radius: 5px;
}

.product .carouselAttributes,
.product .productShopBtn {
    border: 0px solid var(--border_2);
    margin: 0px;
    border-top: 0px;
    width: 100%;
    display: block;
}

.product .product-fav,
.product .product-notify {
    display: inline;
}

.product .product-fav {
    position: absolute;
    top: 6px;
    width: auto;
    left: auto;
    right: 6px !important;
}

/* .ltr.product .product-fav{
    right: auto !important;
    left: 1rem !important;
} */
.product .dis-btn {
    font-size: 0.9rem;
    font-weight: 400;
    border-radius: 5px;
    /* font-weight: bold; */
    line-height: 1;
    padding-top: 10px;
    background-color: var(--background_5);
    color: var(--text_5);
    border: 1px solid var(--border_2);
}

.product .main-btn {
    font-size: 0.90rem;
    font-weight: 400;
}

.main-btn:hover {
    background-color: var(--background_5) !important;
    color: var(--text_5) !important;
    border: 1px solid var(--border_2)
}

.product .imgbox img {
    padding: 10px;
    background-color: var(--background_2);
    object-fit: contain;
    width: 75%;
    height: 100%;
}

.offer-product-badge {
    transform: rotate(0deg);
    min-width: 0px;
    max-width: 200px;
    width: auto;
    top: 6px;
    left: 6px;
    right: auto;
}

.product .imgbox {
    text-align: center;
}

.product .imgbox .offer-product-badge span {
    border-radius: 10px;
    /* padding: 5px 0.5rem 0px !important; */
    background-color: var(--background_1) !important;
    font-size: 12px !important;
}

.product.rtl .imgbox .offer-product-badge span {
    padding: 0px 0.5rem 0px !important;
}

.product .specifies-category {
    overflow: hidden;
    height: 90px;
    overflow-wrap: break-word;
}

.product .products-title {
    white-space: nowrap;
    overflow: hidden;
}

.footer-links h5 {
    border-bottom: 1px solid var(--text_2);
    padding-bottom: 1rem;
}

.object-fit-contain {
    object-fit: contain;
}

.product-details .product-details-img {
    background-color: transparent !important;
}

.text_black {
    color: black;
}

.contactus-form .form-control,
.contactus-form .form-select {
    border-radius: 10px;
    box-shadow: -1px -1px 8px #a3a3a34d;
}

.contactus-form.rtl .form-control,
.contactus-form .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.contactus-form .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.contactus-form .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.contactus-form textarea.form-control {
    border-radius: 10px;
    box-shadow: -1px -1px 8px #a3a3a34d;
}

.contactus-form .input-group-prepend .input-group-text {
    border-radius: 50px 0px 0px 50px;
    background-color: var(--background_1);
    color: var(--text_2);
}

#updateFavs button,
#updateFavs a {
    border: 1px solid var(--border_2);
    background: var(--background_5) !important;
    color: var(--text_5) !important;
}

#updateFavs button:hover,
#updateFavs a:hover {
    background: var(--background_1) !important;
    color: var(--text_2) !important;
}

input[type="button"].background_3,
input[type="submit"].background_3,
button[type="submit"].background_3 {
    background: var(--background_1) !important;
}

input[type="button"].background_3:hover,
input[type="submit"].background_3:hover,
button[type="submit"].background_3:hover {
    background: var(--background_5) !important;
    color: var(--text_5) !important;
    border: 1px solid var(--border_2);
}

.similarProductsTitle,
.suggestionsProductsTitle {
    color: var(--text_4);
    position: relative;
}

.similarProductsTitle::after,
.suggestionsProductsTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    /* Position the line at the bottom of the parent */
    left: 10px;
    width: 92%;
    height: 3px;
    /* Line thickness */
    background-color: var(--border_2);
    /* Line color */
}

.background_3.text-white {
    color: var(--text_2) !important;
}

.brands_line hr,
.categories_line hr {
    height: 4px;
    color: var(--text_5);
    opacity: 1;
    margin: 0px;
    border-radius: 50px;
    margin-top: .5rem;
}

.brands_title,
.categories_title {
    line-height: normal;
}

.dropdown-menu.account-menu hr {
    margin: 0.4rem 0rem;
}

@media (max-width: 576px) {
    .product .imgbox {
        height: 10rem !important;
    }

    .product-fav {
        padding: 6px 7px 0px 0px;
    }

    .border-padding {
        border-right: 0px solid var(--border_2);
        border-left: 0px solid var(--border_2);
    }

}

.middel-header-vertical-line {
    width: 0px;
    height: 0px;
    border-width: 10px 0px 5px 1px;
    border-style: solid;
    border-color: var(--background_2);
}

.product .carouselAttributes,
.product .product-fav,
.product .product-notify,
.product .productShopBtn {
    display: block !important;
}

.product-details .product-details-img {
    height: fit-content;
}

.cart-content .product-quantity .input-number,
.cart-content .product-quantity .minus,
.cart-content .product-quantity .plus {
    padding: 0px !important;
}

.pagination .page-item {
    margin: 0px 5px 0px 5px !important;
}

.pagination .page-item .page-link {
    color: #6c757d;
    background-color: #fff0 !important;
    border-color: #ffffff00 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    padding: 5px 14px 4px 14px;
    padding-top: 8px;
}

.pagination .page-item.disabled .page-link {
    color: #969ca2 !important;
}
.pagination .page-item .page-link{
   padding: 0px 10px !important;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    color: var(--text_2) !important;
    /* border: 2px solid var(--lipstick) !important; */
    /* border-radius: 60px; */
    border-radius: 50px;
    background-color: var(--background_1) !important;

}

.product-details-img .offer-badge .triangle-left {
    border-top: 16px solid transparent !important;
    border-left: 40px solid var(--background_4);
}



.product-details-img .offer-badge .triangle-left {
    border-top: 16px solid transparent;
    border-left: 40px solid var(--background_4);
    ;
    border-bottom: 20px solid transparent;
}

.rtl .product-details-img .offer-badge .triangle-left {
    border-top: 16px solid transparent !important;
    border-right: 40px solid var(--background_4);
    border-left: 0px !important;
}


.triangle-left {
    border-top: 15px solid transparent;
    border-left: 29px solid var(--background_4);
    border-bottom: 16px solid transparent;
}

.rtl .triangle-left {
    border-top: 15px solid transparent;
    border-right: 29px solid var(--background_4);
    ;
    border-bottom: 16px solid transparent;
    border-left: 0px !important;
}

.border-arrows {
    position: relative;
    background-position-x: left;
    background-repeat: repeat-x;
    background-image: url(../../images/line-arrows-ltr.png);
    height: 1.8rem;
    width: 100%;
    display: flex;
    margin: 0px 17px;
}

.border-arrows.rtl {
    background-position-x: right;
    background-image: url(../../images/line-arrows-rtl.png);
}

.g-4,
.gy-4 {
    --bs-gutter-y: 0.5rem !important;
}

.gtco-testimonials .card {
    background: #E0EDF3 !important;
}

.gtco-testimonials .card .card-img-top {
    border: 5px solid white;
}

/* .cart-content .text_6{
    background-color: var(--background_3) !important;
    color: var(--text_3) !important;
    border-radius: 10px;
    padding: 0.5rem 1.5rem !important;
} */
.product-quantity .minus,
.product-quantity .plus {
    background-color: var(--background_1);
    color: var(--text_2);
}

.product-quantity .minus:hover,
.product-quantity .plus:hover {
    background-color: var(--background_5);
    color: var(--text_5);
}

.product-quantity .minus,
.rtl .product-quantity .plus {
    border-radius: 10px 0px 0px 10px !important;
}

.product-quantity .plus,
.rtl .product-quantity .minus {
    border-radius: 0px 10px 10px 0px !important;
}

/* .product-quantity .minus, .product-quantity .plus {
    border-radius: 0px !important;
    position: absolute;
    right: 51px;
    height: 50%;
    width: auto;
}
.product-quantity .plus {
    bottom: 0px;
} */

.quantity-div button {
    border-radius: 10px;
    background-color: var(--background_1) !important;
}

/* .cart-content .card-with-border a.btn:not(.main-btn):hover,
.cart-content .card-with-border a.btn:not(.main-btn):hover{
    background-color: var(--background_1) !important;
    color: var(--text_2) !important;
} */
.attribute-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--text_1);
    border-radius: 50px;
    height: fit-content;
    min-width: 50px;
    width: fit-content;
    max-width: 100%;
    margin: 2px;
}

.filter .filter-content .filterAttributes .item .fa-check,
.filter .filter-content .filterAttributes .item .fa-times,
.product-attribute .item .fa-check,
.product-attribute .item .fa-times {
    color: var(--text_1) !important;
}

hr.border_2 {
    border: 0.5px solid var(--border_1) !important;
}

.attribute-badge .fa-check,
.filter .attribute-badge .fa-times {
    right: 10% !important;
}

.rtl .attribute-badge .item .fa-check,
.rtl .attribute-badge .fa-times {
    left: 10% !important;
}

.offer-badge .fa-circle,
.offer-badge .triangle-left {
    display: none;
}

.delivery-information .address-card.active,
.delivery-information .address-card:hover {
    border: 1px solid var(--border_1);
    border-radius: 13px;
}

.order-summary .btn,
.light-btn {
    border-radius: 10px;
}

.steps .text_2 {
    color: var(--text_5);
}

.steps .text_4 {
    color: var(--text_1);
}

.mm-spn li:not(.seperated-link):after {
    content: "";
    display: block;
    margin-left: var(--mm-spn-item-indent);
    border-top: 1px solid transparent !important;
    opacity: .15;
}

.seperated-link {
    margin-bottom: 0.5rem;
}

.border-top {
    border-top: 2px solid var(--border_1);
}

.brands-list.row {
    margin-right: calc(1rem * -.5);
    margin-left: calc(1rem * -.5);
}

.brands-list.row>* {
    padding-right: calc(1rem * .5) !important;
    padding-left: calc(1rem * .5) !important;
}

.brands-list .brand-item {
    border: 2px solid var(--border_1);
    border-radius: 10px;
    padding: 7px 0px;
}

.brands-list .brand-item a:hover {
    color: var(--text_5) !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80% 80%;
    border-radius: 20px;
    border: 2px solid #ffffff;
}

.carousel-control-prev {
    right: 9.5% !important;
    left: auto !important;
}

.carousel-control-next {
    right: 5.5% !important;
}

.rtl .carousel-control-next {
    left: 9.5% !important;
    right: auto !important;
}

.rtl .carousel-control-prev {
    left: 5.5% !important;
    right: auto !important;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 0;
    width: auto;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.carousel-indicators .active {
    width: 30px;
}

.filter-div {
    background-color: var(--background_2);
    border: 1px solid var(--border_1);
    border-radius: 10px;
}

.ltr.filter-div .input-group .form-control {
    border-right: 0px !important;
}

.ltr.filter-div .input-group .filter-input-group {
    background-color: transparent;
    border-left: 0px !important;
}

.rtl.filter-div .input-group .form-control {
    border-left: 0px !important;
}

.rtl.filter-div .input-group .filter-input-group {
    background-color: transparent;
    border-right: 0px !important;
}

.filter-div .input-group .input-group-prepend svg {
    color: var(--background_1);
}

.filter-div .title-color {
    color: var(--text_3);
}

.product-fav {
    border: 1px solid var(--border_2);
    border-radius: 50px;
    font-size: 4px;
    padding: 4px 4px;
    color: var(--text_5);
    background-color: var(--background_5);
}

.sortBySelect {
    border: 0px;
    background-color: transparent;
    width: auto !important;
    margin: 0px;
    padding: 0px 27px;
    font-size: 14px;
    color: var(--text_4);
}

.sortBySelectDiv {
    align-items: start;
    justify-content: end;
    display: flex !important;
}

.steps-div .text_2 {
    color: var(--text_5) !important;
}

.steps-div.background_3 {
    background-color: var(--background_5) !important;
}

.light-btn:hover {
    background-color: var(--background_1) !important;
    color: var(--text_2) !important;
}

.product-details-info #updateFavs a {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 15px !important;
    border-radius: 10px;
}

.client-auth-card .form-control,
.client-auth-card .input-group-text,
.client-auth-card .form-select {
    border-radius: 10px;
    border: 1px solid var(--border_1) !important;
    background-color: var(--background_2) !important;
}

.form-control:disabled,
.form-control[readonly],
.input-currency.disabled {
    background-color: #e9ecef !important;
}

#profileForm .input-group-text.br-r {
    padding: 0.8rem 0.75rem;
    border-radius: 0px 10px 10px 0px;
}

#profileForm .input-group-text.br-l {
    padding: 0.8rem 0.75rem;
    border-radius: 10px 0px 0px 10px;
}

.text-transform-main {
    text-transform: uppercase;
}

.text-transform-capitalize {
    text-transform: capitalize;
}

.text-white {
    color: var(--text_2);
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4L17 12L9 20L7 18L13 12L7 6L9 4Z' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4L7 12L15 20L17 18L11 12L17 6L15 4Z' fill='%23fff'/%3E%3C/svg%3E");
}

.filterCategories .fb-700 {
    color: var(--text_1);
}

.filterCategories .fb-500 {
    color: var(--text_4);
}

.SponsorSwiper {
    width: 100%;
    height: 100%;
}

.sponsor-swiper-button-next,
.sponsor-swiper-button-prev {
    color: var(--border_2);

}

.sponsor-swiper-button-next,
.sponsor-swiper-button-prev {
    position: relative !important;
    display: inline-flex !important;
    border: 1px solid var(--border_2) !important;
    border-radius: 50px !important;
    padding: 1px 1px 1px 1px !important;
    background-color: var(--background_5);

}

.swiper-rtl .sponsor-swiper-button-prev,
.swiper-ltr .sponsor-swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.sponsor-swiper-button-prev,
.sponsor-swiper-button-next {
    width: 2.2rem;
    height: 2.2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80% 80%;
}

.swiper-rtl .sponsor-swiper-button-next,
.swiper-ltr .sponsor-swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.sponsor-swiper-button-next,
.swiper-rtl .sponsor-swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4L17 12L9 20L7 18L13 12L7 6L9 4Z' fill='%2356a7d9'/%3E%3C/svg%3E");
}

.sponsor-swiper-button-prev,
.swiper-rtl .sponsor-swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4L7 12L15 20L17 18L11 12L17 6L15 4Z' fill='%2356a7d9'/%3E%3C/svg%3E");
}

/* .sponsor-swiper-button-next::after, .swiper-rtl .sponsor-swiper-button-prev::after {
    content: '\e805';
}
.sponsor-swiper-button-prev::after, .swiper-rtl .sponsor-swiper-button-next::after {
    content: '\e803';
} */
/* .sponsor-swiper-button-next::after, .sponsor-swiper-button-prev::after {
    font-family: 'polaris-max-icons';
    font-size: 30px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    font-weight: 300;
    line-height: 1;
    color: var(--text_5);
} */
.sponsor-swiper-button-next,
.sponsor-swiper-button-prev {
    cursor: pointer;
    color: var(--text_1);
}

.start-0 {
    left: 0 !important;
    right: auto !important;
}

.rtl .start-0 {
    right: 0 !important;
    left: auto !important;
}

.categories_swiper img {
    box-shadow: 2px 1px 4px -2px var(--shadow_1);
    border-radius: 50px;
}

.header-user-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid var(--text_3);
    border-radius: 50px;
    text-align: center;
}

.cart-item .plus,
.cart-item .minus,
.cart-item .input-number,
.cart-content .product-quantity .minus,
.cart-content .product-quantity .plus {
    border: 1px solid var(--text_5);
    border-radius: 50px !important;
}
.cart-item .input-number{
    border: 0px;
}

.cart-content .card {
    border: 1px solid var(--border_1);
    background-color: var(--background_7);
}

.cart-item .input-number {
    border-radius: 0px !important;
    margin: 0px 2px;
    background: transparent;
}

.br-5 {
    border-radius: 5px;
}

#show-sidebar {
    top: 15px !important;
    padding: 0px !important;
    font-size: 30px !important;
}
.auth-background {
  background-image: url(../../images/theme5/auth-bg.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
}
.auth-pages .head-title,
.auth-pages .page-btn:hover {
  color: var(--text_5);

}
@media only screen and (max-width: 576px) {
    .footer {
        padding-top: 2rem !important;
        /* margin-top: 7rem; */
    }

    .footer .position-absolute {
        top: -5rem;
    }

    .product {
        padding: 0px !important;
        border-radius: 15px !important;
    }

    .product .font-18 {
        font-size: 16px !important;
    }

    .product .font-16 {
        font-size: 15px !important;
    }

    .product .font-13 {
        font-size: 11px !important;
    }

    .carousel-control-prev {
        right: 13.5% !important;
    }

    #top-header {
        position: relative;
    }

    #top-header.hasSlider {
        background-color: var(--background_1) !important;
    }

    .brands_title.font-30,
    .categories_title.font-30 {
        font-size: 25px !important;
    }

    .categories_swiper img {
        width: 90px !important;
        height: 90px !important;
    }

    .categories_swiper .font-20 {
        font-size: 16px !important;
    }

    #carouselExampleInterval-home_1 {
        padding-top: 8rem !important;
    }
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }

    .px-md-4 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
}
