@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

body{
    color: #000000;
    font-family: "Open Sans" !important;
}
:root{
    --accent-color:#4a685e;
    --accent-color2:#000000;
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.white_space_nowrap{
    white-space: nowrap;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #415c53;
}
.pointer{
    cursor: pointer;
}
.w-100{
    width: 100%;
}
.w-70{
    width: 70%;
}
.w-80{
    width: 80%;
}
.w-50{
    width: 50%;
}
.w-30{
    width: 30%;
}
.w-20{
    width: 20%;
}
.text-danger{
    color: #ff0000;
}
.bg-accent-color{
    background-color: var(--accent-color);
    color: #ffffff;
}
.text-accent-color{
    color: var(--accent-color);
}
.bg-accent-color2{
    background-color: var(--accent-color2);
    color: #ffffff;

}
.text-accent-color2{
    color: var(--accent-color2);
}
.btn-accent-color{
    background-color:var(--accent-color) !important;
    color: #ffffff !important;
    border-color: var(--accent-color) !important;
}
.btn-accent-color2{
    background-color:var(--accent-color2) !important;
    color: #ffffff !important;
    border-color: var(--accent-color2) !important;
}
.btn-outline-accent-color2{
    background-color:#ffffff !important;
    color: var(--accent-color)  !important;
    border-color: var(--accent-color) !important;
}
.btn-outline-accent-color{
    background-color:#ffffff !important;
    color: var(--accent-color2) !important;
    border-color: #535353FF !important;
}
.ltr-dir{
    direction: ltr !important;
}
.text-align-start,.text-start{
    text-align: start !important;
}
.text-end{
    text-align: end !important;
}
.home-link{
    font-size: 1rem;
}
.card-text{
    min-height: 5vh;
}
.product_title{
    font-size: 1.1rem;
    font-weight: bold;
    min-height: 8vh;
}
.discount-span{
    background: red;
    color: white !important;
    padding: 0.1rem 0.3rem;
    border-radius: 2px;
}
#product_discount{
    font-size: 1rem;
    font-weight: normal;
}
#product_price{
    font-weight: normal;
}
.product_price{
    font-size: 1.3rem;
    font-weight: 300;
}
.text-danger{
    color: #FF0000 !important;
}
.black_btn,.black_btn span:hover,.black_btn:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}
.black_outline_btn{
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
.cart-btn{
    padding: 0.1rem !important;
    background: var(--accent-color) !important;
    border: 1px solid var(--accent-color) !important;
    color: #ffffff !important;
}
.fav_btn{
    background-color: #3C3939;
    border-radius: 50%;
}

.carousel-indicators li{
    background-color: #8e8b8b !important;
}
.carousel-indicators .active {
    background-color: #000000;
}
.carousel-indicators{
    top: 100%;
}
.bg-dark-gray{
    background-color: #3C3939;
}
/*.card-category{*/
/*    width: 250px;*/
/*}*/
/*.card-category img{*/
/*    width: 250px;*/
/*    height: 250px*/
/*}*/
/*.card-category .product_title{*/
/*    max-width: 100%;*/
/*    width: 100%*/
/*}*/
.owl-four .owl-item img {
    height: 18vh;
}
.owl-theme .owl-nav {
    display: none;
}
.offer_title{
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 5px;
    font-size: 2rem;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 1.5rem;
}
.owl-theme .owl-dots button{
    margin-top: 0.5rem;
}
.new-collection{
    font-size: 1.5rem;
}
.slider-img{
    height: 50vh;
    max-height: 50vh;
}
.slider-img img{
    height: 100%;
    max-height: 100%;
}
.card-body {
    padding: 1.25rem 0rem;
}
.search-form{
    width: 250px;
    height: 34px;
    border-radius: 20px;
    position: relative;
    border: 0.5px solid #c9c1c1;
}
.search-form input,.search-form input:focus{
    position: absolute;
    top: 0;
    left: 5%;
    border: none !important;
}
.search-form button{
    position: absolute;
    top: 20%;
    left: 85%;
    border: none !important;
    background-color: #ffffff !important;

}
input[type=search]:focus {
    border: none;
}
input[type=search]:focus {
    border: none;
}
input:focus-visible {
    outline: none;
}
.mobile-navigation-bar {
    background: #ffffff;
    border-top: 1px solid #cfd3d3;
    top: auto !important;
    bottom: 0 !important;
    position: fixed;
    display: block;
    z-index: 999999999;
    width: 100%;
}
.mobile-navigation-bar {
    display: block;
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    position: fixed;
    z-index: 999999999;
    width: 100%;
}
.tab-nav-container{
    display: flex;
}
.tab.active {
    color: #ff0000;
    border-bottom: 3px solid #ff0000;
}
.tab {
    cursor: pointer;
    /* display: flex; */
    display: block;
    align-items: center;
    justify-content: center;
    /* padding: 0.5em 10px; */
    margin: 0 5px;
    text-align: center;
    transition: 0.2s linear;
    color: #a39f9f;
    padding: 0 1.4em;
}
.sale-price{
    text-decoration: line-through #ff0000;
    font-size: 1rem;
}
.bg-gray {
    background-color: #f0f4f6 !important;
}
.accordion-button:not(.collapsed) {
    color: #000000 !important;
    border: 1px solid #dfd2d2 !important;
    background-color: #ffffff !important;
}
.seo-header{
    margin-bottom: 1rem;
}
.active-tab,.active-tab:hover{
    background: var(--accent-color) !important;
    color: #ffffff !important;
}
.list-tab a{
    border: none !important;
    color: #000000;
}
.nav-tabs .nav-item{
    border: none !important;
}
.nav-tabs .nav-item .nav-link{
    color: #000000;
}
.owl-news .owl-dots{
    display: none !important;
}
.continue_btn{
    color: #000000;
    border: 1px solid #000000;
}
.continue_btn:hover{
    color: #FFFFFF;
    border: 1px solid var(--accent-color);
    background: var(--accent-color);
}
.quantity-span:lang(ar){
    width: 60px;
    display: inline-block;
    font-weight: bold;
}
.quantity-span:lang(en){
    width: 75px;
    display: inline-block;
    font-weight: bold;
}
@media only screen and (min-width: 1200px) {
    .continue_btn {
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
    }
    .cart_empty{
        min-height: 70vh;
    }
}
@media only screen and (max-width: 1200px) {
    .continue_btn {
        width: 100%;
    }
    .cart_empty{
        min-height: 50vh;
    }
}
@media (min-width : 600px) {
    .offcanvas {
        visibility      : hidden;
        position        : relative;
        background      : none;
        border          : none;
        justify-content : end;
        color           : var(--accent-color);
    }
}
@media (max-width : 600px) {
    .offcanvas-start-lg {
        top          : 0;
        left         : 0;
        border-right : 1px solid rgba(0, 0, 0, .2);
        transform    : translateX(-100%);
    }
}
@media (max-width: 600px) {
    /*.card-category{*/
    /*    width: 200px;*/
    /*}*/
    /*.card-category img{*/
    /*    width: 150px !important;*/
    /*    height: 150px !important;*/
    /*}*/
    .black_btn, .black_btn span:hover {
        padding: 0.1rem 0.1rem !important;
    }
    .offer_title {
        font-size: 1.1rem;
        padding: 0.2rem !important;
    }
    .new-collection{
        font-size: 1.1rem;

    }
    .product_title,.product_price {
        font-size: 1rem;
    }
    .slider-img{
        height: 20vh;
        max-height: 20vh;
    }
    .desktop-header{
        display: none !important;
    }
    .owl-four .owl-item img {
        height: 9vh;
    }
    .carousel-control-next {
        right: -17px;
    }
    .carousel-control-prev {
        left: -17px;
    }
    .search-form input {
        width: 90%;
    }
    .card-img-top{
        height: 200px;
    }
    .d-mobile-none{
        display: none !important;
    }
    .card-body .fav{
        padding: 0.2rem 0rem !important;
    }
    .sml-fa{
        font-size: 19px !important;
    }
    .addToWishList{
        padding: 0.2rem !important;
    }
    .svg-inline--fa.fa-w-18 {
        width: 1.2rem;
    }
    a span, .btn-danger {
        padding: 0.1rem 0.1rem;
    }
    .cart-btn span{
        font-size: 0.9rem !important;
    }
    .cart-btn .sml-fa{
        font-size: 0.9rem !important;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 12px;
        height: 12px;
    }
    .slid-img,.carousel-slider{
        height: 20vh;
    }
    .related-prod .owl-dots{
        display: none !important;
    }
    .prod-cart-btn{
        font-size: 1rem;
    }
    #bn-click{
        padding-top: 0.3rem;
    }
    .mob-p-0{
        padding: 0px !important;
    }
    .card-body{
        min-height: 14vh;
    }
    .news_title{
        font-size: 0.8rem !important;
    }
    .seo-header {
        font-size: 0.85rem !important;
    }
    .card-text{
        min-height: 3vh !important;
    }
    .product_title{
        min-height: 5vh !important;
    }
}
@media (min-width: 600px) {
    .mobile-space-header{
        display: none !important;
    }
    .mobile-header{
        display: none !important;
    }
    .d-desktop-none{
        display: none !important;
    }
    .card-body .fav{
        padding: 0.5rem !important;
    }
    .cart-btn span{
        padding: 4px 0px !important;
        font-size: 1rem;
    }
    .cart-btn .sml-fa{
        margin-top: 0.5rem !important;
        font-size: 18px !important;
    }
    .cart-btn span{
        margin-right: 0.3rem !important;
        margin-left: 0.3rem !important;

    }
    .slid-img{
        height: 70vh;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }
    #add_cart{
        font-size: 1.2rem;
    }
    .card-body{
        min-height: 20vh;
    }
    /*.owl-category .owl-nav{*/
    /*    display: flex !important;*/
    /*    position: relative;*/
    /*}*/
    /*.owl-category .owl-nav .owl-next{*/
    /*    position: absolute;*/
    /*    right: 0%;*/
    /*    top: 0%;*/
    /*    font-size: 1rem !important;*/
    /*    background: #918c8c !important;*/
    /*    color: #fff !important;*/
    /*    padding: 0.1rem 0.7rem !important;*/
    /*    border-radius: 50%;;*/
    /*}*/

}
@media (min-width: 1200px) {
    .carousel-control-next {
        right: -6%;
    }
    .carousel-control-prev {
        left: -6%;
    }
    .mobile-navigation-bar {
        display: none !important;
    }
}
@media (max-width: 390px) {
    .cart_btn_m {
        font-size: 9px !important;
    }
    .cart_btn_m .sml-fa {
        font-size: 10px !important;
    }
    .cart-btn span{
        font-size: 0.75rem !important;
    }
}
@media (min-width: 425px) and (max-width: 500px) {
    .seo-header {
        margin-bottom: 2rem !important;
    }
}

