/* montserrat-latin-400-normal*/

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --font-stack: Inter, sans-serif !important;
    --productCardHeight: 10rem !important;
}
body {
    font-family: var(--font-stack);
    height: 100vh; /** to remove white space after footer */
    background-color: var(--background_2)
}
/* .background_5 {
    background-color: var(--background_7) !important;
} */
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text_4);
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--text_4);
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--text_4);
}

.fb-900{
    font-weight: 700 !important;
}

.fb-700{
    font-weight: 500 !important;
}

.fb-500{
    font-weight: 400 !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;}

#top-header {
    background-color: var(--background_2) !important;
    color: var(--text_4) !important;
    box-shadow: 12px 0px 9px 4px #e9e9e9;
    margin-bottom: 9px;
}
#top-header .top-header-icon{
    color: var(--text_4) !important;
}
#top-header ul.links li.active a, #top-header ul.links li a:hover {
    color: var(--text_1) !important;
    font-weight: 900;
    border-bottom: 2px solid var(--text_5) !important;
}
#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 .fa-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;
}
.user-icon{
    padding: 4px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.spanCart {
    background-color: var(--background_2);
    border: 1px solid var(--text_4);
    color: var(--text_4);
    font-size: 12px !important;
    top: -5px !important;
    right: -21px;
    padding: 3px 6px;
}
.rtl .spanCart {
    left: -21px;
    right: auto !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: Inter !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: Inter
}

.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);
    color: var(--text_2);
    border: 0px solid transparent !important;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 30px;
    font-size: 14px;
    padding: 0.5rem 2rem;
}

.product, .card-with-border{
    border-bottom: 4px solid var(--border_2) !important;
    background-color: var(--background_2);
    border-radius: 31px;
    box-shadow: 0px -2px 12px -7px #00000038;
    padding: 12px !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: 50px;
}
.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: 30px;
}

.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: 1rem;
    width: auto;
    left: auto;
    right: 1rem !important;
}

.product .dis-btn{
    font-size: 0.80rem;
    border-radius: 50px;
    /* font-weight: bold; */
    line-height: 1;
    padding-top: 10px;
}

.product .main-btn {
    font-size: 0.80rem;
}
.product .main-btn:hover, .main-btn:hover{
    background-color: var(--background_5);
    color: var(--text_1);
    border: 1px solid var(--text_1) !important;
}
.product .imgbox img {
    padding: 10px;
    background-color: var(--background_2);
    object-fit: contain;
    width: 75%;
    height: 150px;
}
.offer-product-badge {
    transform: rotate(0deg);
    min-width: 0px;
    max-width: 200px;
    width: auto;
    top: 13px;
    left: 0px;
    right: auto;
}
.product .imgbox {
    text-align: center;
}
.product .imgbox .offer-product-badge span {
    border-radius: 50px;
    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: 48px;
    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;
}

@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;
}
#myProductContent .nav-item .nav-link{
    border-radius: 10px 10px 0px 0px;
    border-color: var(--text_2);
}
#myProductContent .nav-item .nav-link{
    color: var(--text_2);
    background-color: var(--background_1);
}
#myProductContent .nav-item .active{
    background-color: var(--background_2);
    color: var(--text_1);
}
.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.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: 10px;
    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_6) !important;
    color: var(--text_1) !important;
    border-radius: 50px;
    padding: 0.5rem 1.5rem !important;
}
.product-quantity .minus,.rtl .product-quantity .plus {
    border-radius: 35px 0px 0px 35px !important;
}
 .product-quantity .plus,.rtl .product-quantity .minus {
    border-radius: 0px 35px 35px 0px !important;
}
.quantity-div button{
    border-radius: 50px;
}
.cart-content .card-with-border a.btn:not(.main-btn){
    border: 0.5px solid var(--text_1);
    color: var(--text_1) !important;
    border-radius: 50px;
}
.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;
}
.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: 50px;
}
.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;
}
@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;
    }
}
@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;
    }
}
