@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap);:root {
    --PrimaryColor: #e43023;
    --PrimaryHoverColor: #C40000;
    --whiteColor: #ffffff;
    --lightColor: #F5F5F5;
    --blackColor: #18202D;
    --darkGrayColor:#333333;
    --PrimaryColorDisabled: #ff8178;
}
body {
    background-color: #29465b !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
    overflow: unset;
}

.theme-text{
    color:var(--PrimaryColor);
}

.theme-bg{
    background:  var(--PrimaryColor);
}

.theme-light-bg{
    background:  var(--lightColor);
}
.theme-dark-bg{
    color: var(--whiteColor);
    background:  var(--blackColor);
}

.bg-black{
    background:  #000000;
}


.theme-btn{
    background-color:  var(--PrimaryColor) !important;
    color: var(--whiteColor)!important;
}
.theme-btn-disabled{
    background-color:  var(--PrimaryColorDisabled) !important;
    color: var(--whiteColor)!important;
}

.theme-btn:hover{
    background-color:  var(--PrimaryHoverColor)!important;
    color: var(--whiteColor)!important;
}

.section-title {
    color: var(--darkGrayColor);
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.section-title-md {
    color: var(--darkGrayColor);
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.section-sub-title {
    color: var(--blackColor);
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.BetweenTwoSection{
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.section-left-right{
    margin: 5px !important;
}

.shadow-sm{
    box-shadow: 0 0 8px 0 rgba(57, 78, 234, 0.1) !important;
}

.onboardForm{
    margin-top: 70px;
    margin-bottom: 70px;
    width: 90%;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

.item-logo {
    width: 50px;
    height: 50px;
}

/*Notification Page CSS End*/

/* Footer CSS Start*/

/* Footer CSS End*/

.ph-item{
    border: none!important;
    padding: 10px 0px 0px 0px!important;
}
/* Nav*/
.navbar{
    padding: 2px !important;
    background:var(--blackColor) !important;
    box-shadow: 0 0 8px 0 rgba(57, 78, 234, 0.1);
}
.nav-bar-navbar{
    cursor: pointer;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif ;
    font-weight: 400;
    transition: 0.2s;
    color: var(--whiteColor) !important;
    text-decoration: none !important;
}
.nav-bar-navbar:hover{
    cursor: pointer;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif ;
    font-weight: 400;
    transition: 0.2s;
    color: var(--PrimaryColor) !important;
    text-decoration: none !important;
}
.nav-logo {
    cursor: pointer;
    width: 120px;
}
.dropdown .dropdown-menu, .dropup .dropdown-menu, .dropleft .dropdown-menu, .dropright .dropdown-menu, .btn-group .dropdown-menu {
    border-bottom: 2px solid var(--PrimaryColor) !important;
}
.nav-round-btn{
    background-color: white !important;;
    border-radius: 52% !important;
    box-shadow: 0 0 12px 0 rgba(57, 78, 234, 0.1)
}
.nav-round-btn:hover{
    background-color: white !important;;
    border-radius: 52% !important;
    box-shadow: 0 0 12px 0 rgba(57, 78, 234, 0.1)
}
.nav-search-div{
    z-index: 1030;
}
.accordion {
    background-color: #ffffff;
    color: var(--blackColor);
    cursor: pointer;
    padding: 7px;
    width: 100%;
    border: none;
    font-size: 13px;
    text-align: left;
    outline: none;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif ;
    transition: 0.4s;
    overflow: paged-y;
    box-shadow: 0 0 2px 0 rgba(57, 78, 234, 0.1)
}
.activeAccordion, .accordion:hover {
    font-weight: 400;
    background-color:  #DADADA  ;
}
.accordion:after {
    content: '\276F';
    color: #444;
    float: right;
    margin-left: 5px;
}
.activeAccordion:after,hover {
    color: #444;
    content: "\276E";
}
.panel {
    padding: 0 5px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordionMenuDiv{
    width: 100%;
    direction:rtl;
    font-family: 'Roboto Condensed', sans-serif ;
    font-weight: 400 !important;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;

}


.accordionMenuDivInside{
    direction:ltr;
}
.accordionMenuIcon{
    width: 20px;
    height: auto;
}
.accordionItem{
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    text-decoration: none;
    font-size: 13px;
}
.accordionItem:hover{
    text-decoration: none;
}
.form-control:focus {
    border-color:var(--PrimaryColor) !important;
    box-shadow: none !important;
    outline: none !important;
}
.form-control{
    border: none;
    box-shadow: none;
    font-size:13px;
    font-weight:500;
    font-family: 'Roboto Condensed', sans-serif !important;
    border-radius: 0px !important;
}
.form-select:focus {
    border-color:var(--PrimaryColor) !important;
    box-shadow: none !important;;
}
.form-select{
    font-family: 'Roboto Condensed', sans-serif !important;
    box-shadow: none;
    font-size:14px;
    font-weight:300;
    padding: 10px;
    border-radius: 0% !important;
}

.form-label{
    color: var(--darkGrayColor) !important;
    font-size:12px;
    font-weight:500;
    font-family: 'Roboto', sans-serif !important;;
}

.custom-order-textarea{
    height: 100%;
}
.btn{
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 2px !important;
}
.btn:focus{
    box-shadow: none !important;;
}

.nav-round-btn{
    font-family: 'Roboto Condensed', sans-serif;
    color: #6c757d;
    border-radius: 50% !important;
    box-shadow: 0 0 4px 0 rgba(57, 78, 234, 0.1)
}
.nav-round-btn:hover{
    border-radius: 50% !important;
    box-shadow: 0 0 12px 0 rgba(57, 78, 234, 0.1)
}

.btn-light{
    font-family: 'Roboto Condensed', sans-serif;
    background: white !important;
    box-shadow: 0 0 4px 0 rgba(57, 78, 234, 0.1) !important
}

.cart-btn {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 2px 10px;
    color: #fafdfb;
    font-size: 14px;
    border-radius: 20px !important;
    border: .5px solid #e43023;
    background: #e43023 !important;
}

.modal-scroll-inside{
    height: 400px;
    overflow-y: scroll;
}.sliderImg{
    margin:70px 10px 70px 10px ;
    width: 100% !important;
    height:auto !important;
}
.sliderTitleDiv{
    padding:70px ;
}
.sliderTitle{
    font-family: 'Roboto Condensed', sans-serif ;
    font-size: 36px;
    font-weight: 500;
}
.sliderSubTitle{
    font-family: 'Roboto Condensed', sans-serif ;
    font-size: 16px;
    font-weight: 400;
}
.sliderLeftRight{
    margin-top: 300px;
}
.sliderLeft{
    position: absolute;
    top: 0;
    left: 0 !important;
}
.sliderRight{
    position: absolute;
    top: 0;
    right: 0 !important;
}

.btn-over-slider{
 color: white  !important;;
 padding: 10px 10px 10px 10px !important;
 background-color: rgba(228, 48, 35, 0.3) !important;
}
.btn-over-slider:hover{
    background-color: rgba(228, 48, 35, 1) !important;
}
/* Cards*/
.card {
    border: none !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px 0 rgba(57, 78, 234, 0.1);
    transition: 0.3s;
    text-decoration: none !important;
}
.card:hover {
    box-shadow: 0 0 12px 0 rgba(57, 78, 234, 0.1);
    text-decoration: none !important;
}
.brand-img-on-card {
    margin: 00px  auto;
    width: 100%;
    height: auto;
}
.product-name-on-card {
    color: var(--darkGrayColor);;
    font-size: 14px;
    text-align: start;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.brand-name-on-card {
    color: var(--darkGrayColor);;
    font-size: 16px;
    text-align: start;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 00px  auto;
}
.product-price-on-card {
    color:var(--PrimaryColor);
    font-size: 14px;
    text-align: start;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}
.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100% !important;
}
.image-box img {
    width: 100% !important;
    transition: all 0.3s;
    display: block;
    height: auto;
    transform: scale(1);
}
.image-box:hover img {
    transform: scale(1.1);
}

.card-body-custom{
    padding: 5%;
}
/* Cards*/
.footer-text{
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
.footer-link{
    text-decoration: none;
    color: var(--whiteColor);
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
.footer-app-logo{
    width: 60%;
    height: auto;
}
.footer-link-social{
    color: var(--PrimaryColor);
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-link-social:hover{
    color: var(--whiteColor);
}
.footer-link:hover{
    text-decoration: none;
    color: var(--PrimaryColor);
}
.footer-menu-title{
    font-size: 16px;
    color: var(--PrimaryColor);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.GoogleMap{
    width: 100% !important;
    height: 450px;
    border: none;
}

.notification-card{
    cursor:pointer;
}

.Notification-title{
    color: var(--blackColor);
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif ;
    font-weight: 400;
}

.Notification-date{
    color: var(--darkGrayColor);
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif ;
    font-weight: 500;
}
.breadcrumb{
    background: var(--whiteColor) !important;
    border-radius: 2px !important;
    box-shadow: 0 0 3px 0 rgba(57, 78, 234, 0.1)!important;
}
.breadcrumb-item{
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
}
.breadcrumb-item:hover{
    text-decoration: none;
}
.Product-Name{
    color: var(--darkGrayColor);
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif ;
    font-weight: 400;
}
.Product-price-card{
    padding: 10px;
    margin: 2px;
    border: 0.5px solid #c8c8c8;
}
.Review-Title{
    color: var(--PrimaryColor);
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif ;
    font-weight: 400;
}
.Product-sm-img{
    cursor:pointer;
}
.Product-sm-img:hover{
    cursor:pointer;
}

.product-price-on-details{
    color:var(--PrimaryColor);
    font-size:18px;
    text-align: start;
    font-family: 'Roboto Condensed', sans-serif ;
    font-weight: 500;
}

.product-des{
    font-size:14px !important;
}
.sideNavOpen {
    height: 100%;
    width: 240px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    overflow-x: hidden;
    font-size: 16px;
    padding-top: 40px;
    transition: 0.1s;
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(57, 78, 234, 0.1)
}
.sideNavClose {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    font-size: 20px;
    left: 0;
    z-index: 10;
    overflow-x: hidden;
    transition: 0.1s;
    background-color: #161616;
    box-shadow: 0 0 8px 0 rgba(57, 78, 234, 0.1);
}
.ContentOverlayOpen {
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
}
.ContentOverlayClose {
    display: none;
}
.ct-toast {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #000;
    border-radius: 4px;
    margin: 0 0 50px 0 !important;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    min-height: 45px;
    pointer-events: all;
}
.ct-text {
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 18px !important;
}
@media (max-width: 374.98px) {
    .sliderTitle{
        font-size: 24px;
    }
    .sliderSubTitle{
        font-size: 13px;
    }
    .sliderTitleDiv{
        padding:5px ;
    }
    .sliderImg{
        margin:5px ;
    }
    .Mobile{

    }
    .Desktop{
        display: none !important;
    }

    .BetweenTwoSection{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .section-title {
        font-size: 16px;
        font-weight: 600;
    }
    .section-title-md{
        font-size: 16px;
        font-weight: 600;
    }
    .product-name-on-card {
        font-size: 12px;
    }
    .product-price-on-card {
        font-size: 13px;
    }
    .Product-Name{
        font-size: 18px;
    }
    .product-des{
        font-size:13px !important;
    }

    .sliderLeftRight{
        margin-top: 200px;
    }
}


@media (min-width: 375.98px) and (max-width: 575.98px){
    .sliderTitle{
        font-size: 24px;
    }
    .sliderSubTitle{
        font-size: 13px;
    }
    .sliderTitleDiv{
        padding:5px ;
    }
    .sliderImg{
        margin:5px ;
    }
    .Mobile{

    }
    .Desktop{
        display: none !important;
    }
    .BetweenTwoSection{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .section-title {
        font-size: 16px;
        font-weight: 600;
    }
    .section-title-md{
        font-size: 16px;
        font-weight: 600;
    }
    .product-name-on-card {
        font-size: 12px;
    }
    .product-price-on-card {
        font-size: 13px;
    }
    .Product-Name{
        font-size: 18px;
    }
    .product-des{
        font-size:13px !important;
    }
    .sliderLeftRight{
        margin-top: 160px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sliderTitle{
        font-size: 24px;
    }
    .sliderSubTitle{
        font-size: 13px;
    }
    .sliderTitleDiv{
        padding:5px ;
    }
    .sliderImg{
        margin:5px ;
    }
    .Mobile{

    }
    .Desktop{
        display: none !important;
    }
    .BetweenTwoSection{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .section-title {
        font-size: 16px;
        font-weight: 600;
    }
    .section-title-md{
        font-size: 16px;
        font-weight: 600;
    }
    .product-name-on-card {
        font-size: 12px;
    }
    .product-price-on-card {
        font-size: 13px;
    }
    .Product-Name{
        font-size: 18px;
    }
    .product-des{
        font-size:13px !important;
    }
    .sliderLeftRight{
        margin-top: 180px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .sliderTitle{
        font-size: 24px;
    }
    .sliderSubTitle{
        font-size: 13px;
    }
    .sliderTitleDiv{
        padding:5px ;
    }
    .sliderImg{
        margin:5px ;
    }
    .Mobile{

    }
    .Desktop{
        display: none !important;
    }
    .BetweenTwoSection{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .section-title {
        font-size: 16px;
        font-weight: 600;
    }
    .section-title-md{
        font-size: 16px;
        font-weight: 600;
    }
    .product-name-on-card {
        font-size: 12px;
    }
    .product-price-on-card {
        font-size: 13px;
    }
    .Product-Name{
        font-size: 18px;
    }
    .product-des{
        font-size:13px !important;
    }
    .sliderLeftRight{
        margin-top: 180px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .Mobile{
        display: none !important;
    }
    .Desktop{
    }
    .sliderLeftRight{
        margin-top: 180px;
    }
}


@media (min-width: 1200px) {

    .Mobile{
        display: none !important;
    }
    .Desktop{
    }

}



.list-group-item{
    border-bottom: 0.5px solid var(--lightColor);
    border-left:  none !important;
    border-right:  none !important;
    border-top: none !important;
}
a{
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none !important;
}
a:hover{
    text-decoration: none !important;
}
