@font-face {
    font-family: 'Ember RG';
    src: url('../fonts/amber/AmazonEmber_Regular.ttf'); /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Ember Bold';
    src: url('../fonts/amber/AmazonEmber_Bold.ttf'); /* IE9 Compat Modes */
}

.form-control, .form-control:focus, .form-control:hover,
.form-control:active, .form-control:visited{
  outline: none;
  box-shadow: none;
  border: 1px solid #efefef;
}


body {
    /* background: #f8f8f8; */
    background: #F2F3F8;
    font-family: 'Ember RG';
    font-size: 14px;
    line-height: 20px;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
    display: block;
    text-decoration: none;
    color: #0F1111;
}

[v-cloak] {
    display: none;
}

.ember-bold{
    font-family: "Ember Bold";
}

.dropdown-hover{
    position: relative;
    display: inline-block;
}

.dropdown-hover-menu{
    position: absolute;
    z-index: 9999;
    list-style: none;
    margin: 0;
    padding: 0;
    /* background: #fff; */
    border-radius: 4px;
    display: none;
    box-shadow: 0px 0px 4px #ddd;
}

.dropdown-hover:hover .dropdown-hover-menu{
    display: block;
}

.dropdown-hover-left{
    left: 0;
}

.dropdown-hover-right{
    right: 0;
}

.hover-arrow-left::before
{
  content: "";
  position: absolute;
  left: 8px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.hover-arrow-right::before
{
  content: "";
  position: absolute;
  right: 8px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.required::after {
	content: " *";
	color: red;
}

.text-red{
    color: red;
}






.main-menu {
    background: #fff;
}

.top-nav a {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    display: flex;
    align-items: center;
    padding: 8px 12px !important;
}





#header-section .navbar{
    background-color: #131921;
}

#header-section .nav{
    background-color: #232f3e;
}

#header-section .nav .nav-link{
    color: #fff;
}

.top-navbar-box{
    margin-left: 3px;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-decoration: none;
    padding: 10px;
}

.deliver-to-btn{
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-decoration: none;
}

.top-navbar-box:hover{
    outline: 1px solid #fff;
}

.top-navbar-box span:first-child{
    font-size: 12px;
    color: #fff;
    height: 14px;
    font-weight: normal;
}

.top-navbar-box span:last-child{
    color: #fff;
    font-family: 'Ember Bold';
}

.search-box-category
{
    position: relative;
    background-color: #f3f3f3;
    background-image: none;
    border-left: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 4px 0 0 4px;
    max-width: 55px;
}

.search-box-category::after{
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    position: absolute;
    top: 0px;
    right: 0;
    font-weight: 900;
    height: 100%;
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 0 10px 0px 5px;
}

.search-box-category select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    padding: 10px;
    border: none;
    outline: none;
    color: #555;
    font-size: 12px;
}

.search-box-category select option{
    font-size: 14px;
}


.language-down-arrow{
    display: inline-block;
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-top: 4px solid #aaa;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 0 2px 5px;
    visibility: hidden;
}


.cart-icon{
    position: relative;
}

.cart-icon-qty{
    position: absolute;
    left: 19px;
    top: -6px;
    color: orange;
}

.cart-icon-qty-rtl{
    left: 0 !important;
    right: 11px !important;
}

/* .slider-carousel{
    overflow: hidden;
}

.slider-carousel img{
    width: 100%;
} */

.s-subtitle{
    font-family: "Ember Bold";
    color: #0F1111!important;
    font-size: 21px!important;
    line-height: 27.3px!important;
}


.front-page-block-section{
    margin-top: -80px;
    z-index: 999;
    position: relative;
}

.block-product img{
    height: 90px;
}


.block-footer-link{
    text-decoration: none;
    color: #007185;
}

.block-product-overlay {
    background-color: rgba(0,164,180,.05);
    padding: 10px;
    font-size: 12px!important;
    line-height: 18px!important;
}










 /********************************** 11. Footer Area CSS ***********************************/
 .footer-section{
    background: #232F3E;
    padding: 3rem 0;
    color: #ddd !important;
}

.footer-section h5{
    color: #fff;
    margin-bottom: 10px;
}

.footer-section a{
    color: #7a7a7a !important;
    transition: padding 500ms ease;
    cursor: pointer;
}

.footer-section li {
    padding: 0.2rem 0;
}

.footer-section li:hover a{
    color: #fff;
    padding-left: 10px;
}

.site-info h2{
    color: #fff;
}

.need_help{
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.need_help i{
    font-size: 50px;
    margin-right: 15px;
    color: var(--primary-light);
}

.phone{
    color: #fff;
    font-size: 22px;
}

.social{
    margin-top: 30px;
}

.social a{
    margin-right: 20px;
    font-size: 25px;
}

.social i{
    color: #fff;
}

.app-badge{
    display: flex;
    margin-right: 10px;
    align-items: center;
}



.payment-accept{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;

}

.payment-accept a {
    display: block;
    background: var(--on-primary);
    border-radius: 4px;
    margin: 0.5rem;
    padding: 1rem .5rem;
}

.payment-accept img{
    width: 80px;
}


.footer-section .row>div{
    margin-bottom: 20px;
}
/*
.copyright{
    background: #1e2c31;
    text-align: center;
    color: #888;
    padding: 10px;
} */


.subscribe {
    margin-top: 1rem;
    border: 2px solid var(--primary);
    border-radius: 4px;
}


.exzoom .exzoom_img_ul_outer{
    border: none !important;
}

.exzoom_btn
{
    display: none;
}

.exzoom:hover .exzoom_btn{
    display: block;
}

.product-title{
    font-size: 24px;
}

.split-line-thin {
    width: 100%;
    height: 2px;
    background: #f9f9f9;
}


.fill-star{
    color: #9C27B0;
}

.blur-star{
    color: #f2f2f2;
}


.product-price{
    font-family: "Ember Bold";
}


.product-qty-buttons{
    display: flex;
    align-items: center;
}

.product-qty-buttons button {
    border-radius: 50%!important;
    border: none;
    background: #f2f2f2;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-qty-buttons input{
    border: none;
    outline: none;
    width: 30px;
    text-align: center;
}

.product-qty-buttons .in-stock{
    color: #999;
    font-size: 12px;
}

.wishlist-btn{
    background: #fff;
    outline: none;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    cursor: pointer;
    color: #555;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.pa-value{
    padding: 1px 8px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #ccc;
    cursor: pointer;
    margin-right: 10px;
    color: #333;
}

.pav-active{
    box-shadow: inset 0 0 0 1px orange;
}

.selected_shipping {
    outline: 2px solid orange;
}




.default-address-selection{
    border: 1px solid #ccc;
    padding: 10px;
}


.or-line {
    position: relative;
    border-bottom: 1px solid #eee;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.or-line span {
    position: absolute;
    background: #fff;
    z-index: 1;
    padding: 1px 10px;
}


.address-selected{
    border: 2px solid orange !important;
}


/* ------------------------- Bottom Menu ------------------- */
#bottom-menu{
    position: fixed;
    bottom: 0;
    background: #131921;
    width: 100%;
    z-index: 999;
}


/* B PRODUCT BOX */
.b-product-box{
    background: #ffffff;
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 100%;
}

.b-product-text{
    padding: 10px;
}
.b-product-text h6{
    font-size: 14px;
    font-weight: 600;
    color: #9C27B0;
}
.b-product-image img{
    width: 100%;
}


.b-product-rating{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b-product-rating i{
    color: #ffa707;
    font-size: 10px;
}
.b-product-rating span{
    font-size: 14px;
    color: #232F3E;
}
.b-product-text p{
    font-weight: 600;
    font-size: 14px;
    color: #363636;
    margin: 0;
    padding-top: 5px;
}
.b-product-details a{
    color: #ffffff;
    background: #9C27B0;
    padding: 4px;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    display: block;
    width: 100%;
}
.b-product-details a:hover{
    background: #a257af;
}
/* slider */
.b-product-slider .carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.p-product-head{
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
}
.p-product-head.after::after{
    content: '';
    height: 2px;
    width: 100px;
    background: #9C27B0;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.p-product-head.after-left::after{
    content: '';
    height: 2px;
    width: 100px;
    background: #9C27B0;
    display: block;
    margin-top: 15px;
}
.p-product-baner a{
    display: block;
    width: 100%;
}
.p-product-baner a img{
    width: 100%;
}
.customer-product-policy-section a i {
    display: block;
    font-size: 21px;
    color: #9C27B0;
}
.customer-product-policy-section a span{
    font-size: 16px;
    color: #232f3e;
    padding-top: 20px;
    display: block;
}
.customer-product-policy-section a{
    display: block;
    text-align: center;
}
.customer-product-policy-section a:hover span{
    color: #9C27B0;
}
.customer-product-policy-section a:hover i{
    color: #9C27B0;
}
.customer-product-policy-section{
    background: #e9e9e9;
    border-top: 1px solid #dfdfdf;
}

/* B PRODUCT BOX END*/

/* supplier */
.supplier-box{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    padding: 30px;
    border-radius: 5px;
    background: #ffffff;
}
.supplier-head-box img{
    width: 100px;
    margin-right: 20px;
}
.supplier-head-box{
    max-width: 500px;
    margin: 0 auto;
}
.supplier-head-box h6{
    font-size: 22px;
    margin: 0;
}
.supplier-head-box  i{
    color: #ffa707;
}
.supplier-head-box  span{
    color: #868686;
}

.seller-navbar ul li{
    list-style: none;
    display: inline-block;
}
.seller-navbar ul li a{
    padding: 5px;
    color: #686868;
    font-size: 17px;
}
.seller-navbar ul li a:hover{
    color: #303030;
}
.seller-navbar ul li a.active{
    color: #303030;
     border-bottom: 2px solid #232f3e;
}
.seller-navbar {
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    margin-top: 40px;
}
.category-products-area {
    background: #F2F3F8;
}
/* supplier end */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {



}

  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {

    .front-page-block-section{
        margin-top: -130px;
    }

    .search-box-category
    {
        max-width: 120px;
    }

  }

  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .front-page-block-section{
        margin-top: -160px;
    }
  }

  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {

        .front-page-block-section{
            margin-top: -200px;
        }
  }

  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .front-page-block-section{
        margin-top: -350px;
    }
  }



  /*countdown*/

    .sale-countdown {
        display: flex;
        direction: ltr;
    }

    .sale-countdown .countdown-item {
        padding: 4px 6px;
        background: #9C27B0;
        color: #fff;
        border-radius: 3px;
        margin: 0 3px;
    }

    .sale-countdown .countdown-item {
        padding: 6px 10px;
        font-size: 16px;
    }
































/* BANNER SECTION */
.banner-section{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
}
.banner-content h1{
    font-size: 60px;
    font-weight: 800;
    line-height: 81px;
    color: #ffffff;
}
.banner-content p{
    font-weight: 600;
    font-size: 24px;
    line-height: 41px;
    color: #ffffff;
}

/* BANNER SECTION */

/* WHY SECTION */
.why-box img{
    width: 70px;
    margin-right: 20px;
}
.why-box h6{
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #5227CC;
}
.why-box p{
    font-weight: 400px;
    font-size: 14px;
    line-height: 26px;
    color: #495057;
}
/* WHY SECTION */
/* PRODUCT VIDEO SECTION */
.product-video-section{

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    height: 500px;
}
.product-video-content{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
}
.product-video-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.product-video-text{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.product-video-text h4{
    color: var(--wc);
    font-weight: 700;
    font-size: 40px;
}
.product-video-text p{
    color: var(--wc);
    max-width: 520px;
}
/* PRODUCT VIDEO SECTION */

/* FAQ SECTION START*/
.faq-part{
    background: var(--clc);
}
.faq .flex-shrink-0 h3{
    height: 80px;
    width: 80px;
    background: #5227CC;
    line-height: 80px;
    text-align: center;
    color: var(--wc);
}
.faq h5{
    font-size: 24px;
    color: #343A40;
}
.faq p{
    max-width: 730px;
}


/* FAQ SECTION END */

/* SELL PRODUCT */
.sell-product-img{
    height: 80px;
    width: 80px;
    background: #DEDEDE;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}
.sell-product-img img{
    width: 40px;
}
.sell-product-box h6{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #5227CC;
    margin-top: 10px;
}
.sell-product-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #6C757D;
}
/* SELL PRODUCT */



.upload-button {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed #bbb;
    padding: 10px;
    cursor: pointer;
}

.upload-button i{
    font-size: 2rem;
    color: #ddd
}

.upload-button p{
    color: #888;
}

.pointer{
    cursor: pointer;
}








/* Grid System */
.product-grid-container {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
}

.product-grid-item{
    background: #fff;
}

.product-card-info h1{
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-top: 5px;
    height: 40px;
    white-space: normal;
}


.product-grid-container img{
    width: 150px;
    height: 150px;
}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .product-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


    .product-grid-container {
        grid-template-columns: repeat(4, 1fr);
    }



}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .product-grid-container {
        grid-template-columns: repeat(auto-fill, 230px);
    }

    .product-grid-container img{
        width: 200px;
        height: 200px;
    }

}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .product-grid-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .supplier-products .product-grid-container{
        grid-template-columns: repeat(5, 1fr);
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .product-grid-container {
        grid-template-columns: repeat(auto-fill, 230px);
    }
}



.password-eye{
    position: absolute;
    top: 0;
    right: 0;
    display: flex !important;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: #333;
    width: 30px;
}

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


.service-card .card-header h1{
    color: #000;
}

.service-card .card-footer a{
    display: inline;
    background: #232F3E;
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff;
}

.service-card .card-body ul {
    list-style-type: disc;
    list-style-position: inside;
    color: #757575;
}


.course-card{
    background: #314257;
    color: #fff;
}











.level-1>a {
    display: block;
    padding: 0.8rem 1.5rem;
    background-color: var(--primary);
    color: var(--on-primary);
}

.level-1>a .fa-angle-down{
    display: none;
}


.level-1, .level-2{
    position: relative;
}


.level-1-dropdown>li>a{
    padding: 1rem 1.5rem;
    display: block;
    font-size: 14px;
}

.level-2>a>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.level-1-dropdown>li>a:hover{
    background: #f8f8f8;
}

.level-2-dropdown{
    position: absolute;
    left: 100%;
    background: #fff;
    min-width: 600px;
    left: 100%;
    /* box-shadow: 0px 0px 10px #ddd; */
    visibility: hidden;
    border: 1px solid #ebebeb;
    opacity: 0;
    top: 0;
    transform: translateY(100%);
    display: none;
    padding: 1rem .5rem;
    z-index: 9;
}

.level-1-dropdown{
    /* position: absolute; */
    min-width: 300px;
    background: #fff;
    /* box-shadow: 0px 0px 10px #ddd; */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* transform: translateY(30px); */
    /* display: none; */
}


.level-2-dropdown .row{
    width: 100%;
}

.level-2-dropdown a{
    display: block;
    /* margin-top: 1rem; */
}



@media only screen and (min-width: 992px) {

    /* 2. Navbar */
    .searchbar{
        padding: 2rem 8rem;
    }

    /* 3. Menubar CSS */

    /* .level-1-dropdown{
        display: block;
        z-index: 999;
    } */

    .level-2-dropdown{
        display: block;
    }

    .level-2:hover .level-2-dropdown, .level-1:hover .level-1-dropdown{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -o-transition: -o-transform 0.3s,opacity 0.3s;
        -ms-transition: -ms-transform 0.3s,opacity 0.3s;
        -moz-transition: -moz-transform 0.3s,opacity 0.3s;
        -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
    }
}




.hero-section{
    display: flex;
}

.hero-right{
    width: 100%;
    overflow: hidden;
}


.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}


.filter-container{
    display: flex;
}

.product-filters{
    max-width: 300px;
}

.filtered-products{
    width: 100%;
}

