:root{
    --green: #002533;
    --blue: #002533;
    --darkgreen: #5aa468;
    --border-clr: #efefef;
    --light: #E8EAF6;
    --block_margin: 4.5rem;
    --font-color: #444;
    --yellow: #FFCA28;
    --menu-color: #ffe0cd;
}
body{
    /*scroll-behavior: smooth;*/
    background:#F2F3F5;
    margin: 0;
    padding: 0;
    font-family: 'Heebo', sans-serif;
    box-sizing: border-box;
    direction: rtl;
    color: #000;
    font-size: 14px;
    scroll-behavior: smooth;
}
header{
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.top_inner{
    padding-top: 80px;
}
.overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 2000;
    background: rgba(213, 213, 213, 80%);
    transition: opacity 200ms ease-in-out;
    border-radius: 4px;
    right:0;
    width: 100%;
    height: 100%;
}
.overlay-waiter{
    font-size: 7rem;
    color: #fff;
    display: none;
}
.categories{
    width: 100%;
}
.title_categoria{
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    color: #333;
    padding: 7px 0;
    letter-spacing: 1px;
    cursor: pointer;
}
.icon_categoria{
    font-size: 26px;
    color: #333;
    padding: 5px 4px;
    cursor: pointer;
}
.container_line_categories, .container_cards{
    margin-top: 20px;
    border-top: 1px solid #002589;
}
.categories_list{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.categoria{
    width: 100px;
    text-align: center;
    margin: 0 15px;
    cursor: pointer;
    border-radius: 16px;
    min-height: 105px;
    padding-top: 12px;
}
.icon_caregoria{
    padding: 10px;
}
.main{
    width: 100%;
}
.top_search{
    width: 33%;
    position: relative;
}
.text_search{
    width: 100%
}
.rel{
    position: relative;
}
.search_icon_row{
    position: absolute;
    top: 7px;
    left: 12px;
    font-size: 1.4rem !important;
}
.container_line{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #002533;
    top: 0;
    z-index: 2;
    width: 100%;
}
.pfix{
    position: fixed;
}
.header{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.menu_header{
    display: flex;
    width: 22%;
    justify-content: center;
    margin-left: 150px;
}
.cart_header, .sing_header, .phone_header{
    display: flex;
    width: 29%;
    align-items: center;
}
.icon_header{
    width: 30px;
    padding: 5px;
}
.cart, .sing_text{
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 5px 4px;
    letter-spacing: 1px;
    cursor: pointer;
}
.main_menu_link{
    text-decoration: none;
}
.phone{
    font-family: "Heebo", sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 5px 4px;
    letter-spacing: 1px;
    cursor: pointer;
}
.cart:hover, .sing_text:hover, .phone:hover{
    font-size: 20px;
    transition: 0.2s;
}
.fa-cart-shopping, .fa-user, .fa-mobile, .fa-location-dot,
.fa-tiktok, .fa-instagram, .fa-facebook, .fa-whatsapp{
    font-size: 16px;
    color: #fff;
    padding: 5px 4px;
    cursor: pointer;
}
.fa-cart-shopping:hover, .fa-user:hover, .fa-mobile:hover{
    font-size: 20px;
    transition: 0.2s;
}
.search_header{
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9px;
    border: 1px solid #eeeeee;
    background-color: #fff;
}
.text_search{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgb(71, 71, 71);
    padding: 7px 9px;
}
.fa-magnifying-glass{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgb(0, 11, 46);
    padding: 7px 9px;
}
.logo_ifix{
    width: 120px;
    background-color: transparent;
}
#top{
    width: 100%;
    background: #fff;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    position: relative;
    z-index: 10;
}
.top_actions_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}
.top_actions img{
    cursor: pointer;
}
.sresults{
    position: absolute;
    top: 36px;
    background: #fff;
    padding: 8px;
    left: 5px;
    width: 98%;
    border: 1px solid #ddd;
    z-index: 100;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
}
.ajax-sres{
    display: flex;
    padding: 7px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.ajax-prod-img-blk{
    width: 60px;
}
.ajax-prod-img-blk img{
    width: 100% !important;
}
.searchbox{
    padding-left: 40px;
}
.ajax-search-link{
    text-decoration: none;
    color: var(--font-color)
}
.ajax-prod-name{
    font-size: 1rem;
    font-weight: bold;
    margin-inline-start: 15px;
}
.search_waiter{
    position: absolute;
    top: 7px;
    left: 11px;
    font-size: 8px;
    display: none;
}
.login_row{
    display: flex;
    align-items: center;
    color: #fff;
}
.login_icon{
    font-size: 1.4rem;
    color: #fff;
    margin-left: 8px;
}
.stiky{
    position: fixed;
    z-index: 50;
    background: #fff;
    top: 0;
    width: 100%;
    right: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.stiky .top_inner{

}
.search_block{
    position: relative;
    height: 23px;
    margin: 0 10px;
    transition: all 0.5s;
}
.search_row{
    opacity: 0;
    position: absolute;
    left: -10px;
    top: -7px;
    height: 100%;
    width: 275px;
    transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transform: translateX(40px);
}
.search_row_opened{
    opacity: 1;
    display: block;
    transform: translateX(0);
}
.top_search_icon{
    z-index: 10;
    position: relative;
}
.top_block{
    width: 33%;
}
.logo{
    text-align: center;
    width: 33%;
}
.top_actions{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 33%;
    position: relative;
}
.user_block, .cart_block {
    margin: 0 10px;
}
.cart_block{
    position: relative;
}
.cart-counter{
    position: absolute;
    top: -11px;
    left: 16px;
    background: var(--yellow);
    width: 23px;
    height: 22px;
    font-size: 10px;
    border-radius: 50%;
    color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mini_cart{
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 350px;
    display: none;
    z-index: 100;
    color: #000;
}
#mini_cart_items{
    max-height: 450px;
    overflow-y: auto;
    padding: 0 15px;
}
.mini_cart_actions{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mini_cart_make_order{
    border: none;
    border-radius: 5px;
    background: var(--green);
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.mini_cart_close{
    border: none;
    border-radius: 5px;
    background: var(--blue);
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.mini_cart_actions{
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.cart-item{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.cart_top{
    display: flex;
    justify-content: space-between;
}
.cart-name{
    font-weight: bold;
    font-size: 0.9rem;
    text-align: left;
}
.cart-single-price{
    font-weight: bold;
    direction: ltr;
}
.cart-qty{
    display: flex;
    margin: 0 10px;
}
.cat-qty-item{
    margin: 0 7px;
}
.fluid-cart-block{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}
.cart-image{
    width: 80px;
    margin-inline-end: 10px;
}
.top_actions div img{
    width: 20px;
}
.cart-remove{
    color: red;
    font-size: 22px;
}
.product-qty-plus-sm, .product-qty-minus-sm{
    background: var(--blue);
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}
.cart-bottom-block{
    margin: 10px 5px;
    font-weight: bold;
}
.cart-image img{
    width: 60px !important;
}
.img100{
    width: 100%;
}
nav{
    background: #F2F3F5;
    width: 100%;
    display: flex;
    align-items: center;
}
.nav_item{
    padding: 10px 0 8px 0;
    cursor: pointer;
    width: 100%;
    transition: all 0.5s;
    position: relative;
}
.nav_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--menu-color);
    overflow: hidden;
    padding: 15px;
    transition: all 0.5s;
    width: 100px;
    height: 100px;
}
.nav_icon img{
    width: 85px;
}
.nav_icon:hover{
    transform: scale(1.1);
}
.nav_label{
    margin-top: 5px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.nav_item:hover{
    background: #505050;
}
.nav_item:hover .nav_label{
    color: #fff;
}
.second_level, .side_level{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 61px;
    right: 0;
    background: #fff;
    border: 1px solid var(--border-clr);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 100;
    width: 100%;
    color: #444;
    border-radius: 5px;
    transition: all 0.5s;
    transform: translateY(50px);
    display: none;
    font-weight: 100;
    font-size: 0.9rem;
    min-height: 100%;
}
.menu_visible{
    transform: translate(0, 0);
    display: block !important;
}
.dropdown_lbl:hover a{
    color: #fff;
}
.second_level li, .side_level li{
    padding: 10px;
    border-bottom: 1px solid var(--border-clr);
}
.second_level li:hover, .side_level li:hover{
    background: var(--darkgreen);
    color: #fff;
    font-weight: bold;
}
.dropdown_lbl{
    padding-right: 10px;
}
.side_level{
    position: absolute;
    top: 0;
    width: 250px;
    right: 183px;
}
.side_level ul{
    right: 248px;
}
.all_sub_devices{
    background: var(--blue);
    color: #fff;
}
.top_slider{
    margin-top: 10px;
}
.nav_item a{
    text-decoration: none;
    color: #000;
}
.text_row{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text_side{
    background: var(--green);
    height: 4px;
    width: 90%;
}
.text_item{
    margin: 0 10px;
    width: 100%;
    text-align: center;
}
.splide__slide img {
    width: 100%;
    height: auto;
}
.banners{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner{
    width: 100%;
    text-align: center;
}
.banner:first-child{
    margin-left: 10px;
}
.banner img{
    width: 100%;
}
.product_carousel{
    margin-top: var(--block_margin);
}
.offer_header{
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    color: var(--green);
    margin: 10px 0;
}
.prod_holder{
    position: relative;
    margin: 0 10px;
    transition: all 0.5s;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #ddd;
}
.incat-product:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.incat-product:hover .prod-img img{
    transform: scale(1.1);
}
.main_product_row:hover .prod-img img{
    transform: scale(1.1);
}
.prod-text{
    font-size: 1rem;
}
.card-champ-ico{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: var(--darkgreen) transparent transparent transparent;
}
.champ_info{
    transform: rotate(-47deg);
    position: absolute;
    top: -74px;
    right: -98px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    height: 105px;
}
.prod-img{
    min-height: 282px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.prod-img img{
    border-width: 0;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    object-fit: contain;
    transition: all 0.5s;
}
.footer{
    height: auto;
    margin-top: 30px;
}
footer, .footer{
    background: var(--green);
    color: #fff;
}
footer.row{
    margin-left: 0 !important;
}
.bottom_logo{
    width: 130px;
}
.footer_text{
    font-size: 1.1rem;
    font-weight: bold;
}
footer{
    font-size: 16px;
}
.footer_icon{
    color: #fff;
}
.footer_icons{
    font-size: 22px;
}
.address_text{
    margin-top: 5px;
}
.addres_val{
    font-size: 14px;
}
.footer_link{
    text-decoration: none;
    color: #fff;
}
.prod_info_row{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 7px;
    height: 80px;
}
.product_name{
    font-weight: bold;
    width: 60%;
    line-height: 1.3;
}
.product_name a{
    text-decoration: none;
    color: #444;
}
.splide__arrow{
    display: none;
}
.splide:hover .splide__arrow{
    display: block;
}
#recommended_products .splide__arrow{
    background: var(--green);
}
#recommended_products .splide__arrow svg{
    fill: #fff;
}
#cart_popular .splide__arrow{
    background: var(--green);
    display: block !important;
}
#cart_popular .splide__arrow svg{
    fill: #fff;
}
#discounts_products .splide__arrow{
    background: var(--green);
}
#discounts_products .splide__arrow svg{
    fill: #fff;
}
#new_products .splide__arrow{
    background: var(--green);
}
#new_products .splide__arrow svg{
    fill: #fff;
}
#manufacturers_slider .splide__arrow{
    background: var(--green);
}
#manufacturers_slider .splide__arrow svg{
    fill: #fff;
}
.product_price{
    font-weight: bold;
    margin-top: 7px;
    font-size: 1.2rem;
    color: #000;
    text-align: left;
    padding: 0 15px;
}
.prod_buttons{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 8px;
    padding: 5px 15px 15px 15px;
}
.btn_inactive{
    background-color: #98b6b2;
}
.prod_buttons div:first-child{
    margin: 0 7px;
}
.prod_card_btn{
    border: none;
    border-radius: 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
}
.prod_card_to_cart{
    background: var(--green);
}
.prod_card_to_cart img{
    width: 30px;
    height: 30px;
}
.prod_card_by_now{
    background: var(--blue);
    color: #fff;
    line-height: 1;
}
#manufacturers_carousel{
    margin-top: 15px;
    margin-right: 15px;
}
.vendor_img{
    max-width: 80%;
    max-height: 90%;
    width: auto;
    height: auto;
}
.manuf-container{
    background: #E4E4E4;
}
.manuf-container a{
    text-align: center;
}
.menu_block, .menu_row{
    display: flex;
    width: 100%;
}
.close_menu{
    color: red;
    font-size: 18px;
}
.close_menu{
    display: none;
}
#products-in-cat{
   display: flex;
   flex-wrap: wrap;
    margin-top: 2rem;
    justify-content: center;
}
.incat-product{
    margin-bottom: 20px;
    width: 15%;
}
.cat-pagination{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.pagination{
    padding: 0;
    margin: 0;
}
.pagination li{
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 5px;
}
.pagination li a{
    text-decoration: none;
    color: #444;
}
.pagination li.active a{
    color: #fff;
}
.pagination li.active {
    background: var(--blue);
}
.breadcrumb{
    margin-top: 15px;
}
.breadcrumb li{
    margin-inline-end: 7px;
}
.breadcrumb li:not(:last-child):after{
    content: " > ";
}
.breadcrumb li a{
    color: #000 ;
}
.manuf_link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.manuf_link a{
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
    color: #000;
}
.manuf_img{
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #E4E4E4;
}
.manuf_img img{
    border-width: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    max-height: 70px;
    object-fit: contain;
}
.reg_form{
    width: 850px;
    border-radius: 15px;
    border: 1px solid var(--green);
    margin: 2rem auto;
    overflow: hidden;
    display: flex;
}
.login_img{
    width: 50%;
    background: var(--darkgreen);
}
.login_img img{
    width: 100%;
}
.login_data{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 50%;
}
#loginform{
    width: 330px;
}
.reg_input{
    position: relative;
    margin: 15px 0;
}
.reg_input .form-control{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--green);
    background: transparent !important;
    outline: none;
    border-radius: 0 !important;
}
.form-control:focus{
    box-shadow: none !important;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.help-block{
    color: red;
}
.form-group{
    margin: 10px 0;
}
.main_btn{
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
}
a.main_btn{
    text-decoration: none;
}
.empty_btn{
    background-color: transparent;
    border: 2px solid var(--green);
    transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    color: var(--green);
}
.empty_btn:hover{
    background-color: var(--green);
    color: #fff !important;
}
.filled_btn{
    background-color: var(--blue);
    border: 2px solid var(--blue);
    color: #fff;
}
.filled_btn:hover{
    background-color: #0a73bb;
    color: #fff;
}
.btn_short{
    width: 200px !important;
}
input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px white inset;
}
.login_actions{
    background-color: #F0F0F0;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    width: 330px;
}
.login_action_selected{
    background-color: var(--blue);
    color: #fff;
}
.login_action{
    cursor: pointer;
    text-align: center;
    width: 50%;
}
#normal_login{
    display: none;
}
#sms_login_msg{
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    background: #ff7373;
    color: #fff;
    display: none;
}
.reg_btn{
    width: 100%;
}
.hide{
    display: none;
}
.champ_item{
    margin: 10px;
    border: 1px solid #ddd;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    width: 30%;
    flex-wrap: wrap;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}
.champ_name{
    padding: 10px;
    text-align: center;
    background-color: var(--darkgreen);
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.champs_condition{
    font-weight: bold;
    color: #0a4924;
}
.lass_order_row{
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    justify-content: space-between;
}
.lo_order_data{
    display: flex;
    align-items: center;
}
.lo_main, .lo_info{
    display: flex;
}
.lo_items{
}
.lo_no{
    width: 100px;
}
.lo_row{
    margin-inline-end: 10px;
    text-align: center;
}
.pseudolink{
    text-decoration: underline;
    cursor: pointer;
}
.lo_actions{
    display: flex;
}
.lo_prod_name{
    font-weight: bold;
    padding: 7px;
    background-color: var(--light);
    border-radius: 5px;
}
.lo_product_info div{
    margin: 0 5px;
    width: 50px;
}
.lo_products{
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 10px;
    color: #000;
    border-radius: 5px;
}
.order-prod-qty{
    width: 40px;
}
.numVal{
    text-align: left;
    direction: ltr;
}
.popular_row{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    margin: 10px 0;
}
.popular_check{
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular_img{
    width: 40px;
    margin-inline-end: 10px;
}
.popular_img img{
    width: 100%;
    border-radius: 5px;
}
.popular_name a{
    color: var(--green);
}
.popular_name{
    color: #000;
    font-weight: bold;
    margin-inline-end: 10px;
    font-size: 0.9rem;
}
.popular_side_row{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    width: 88%;
}
.popular_price{
    font-weight: bold;
}
.popular_qty_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popular_qty{
    margin-inline-end: 10px;
}
.popular_qty input{
    width: 60px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 6px;
}
.product_row{
    display: flex;
    flex-direction: row-reverse;
}
.image_row{
    position: relative;
    padding: 25px;
}
.image_row > img{
    width: 100%;
    max-width: 480px;
}
.product_detail_action{
    margin-top: 15px;
}
.dt_product_name{
    font-weight: bold;
    font-size: 1.1rem;
}
.product_info_row{
    padding: 0 25px;
}
.dt_actions{
    padding: 15px 0 15px 15px;
    align-items: center;
}
.dt_qty_row{
    margin: 0 15px;
    width: 129px;
    text-align: center;
    flex-direction: row-reverse;
}
.dt_qty{
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 45px;
    padding: 7px;
    text-align: center;
}
.dt_add_to_cart{
    width: 90px;
    padding: 7px 15px;
}
#quick_buy{
    width: 135px ;
    padding: 12px 15px;
    color: var(--green);
}
.dt_price_row{
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}
.dt_related_products{
    margin-bottom: 15px;
    padding: 0 0 15px 15px;
}
.dt_rel_cat_name{
    font-weight: bold;
    margin: 7px 0;
}
.rel_products{
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 200px;
    font-size: 0.9rem;
}
.rel_products:focus{
    border: none;
}
.clr_green{
    color: var(--green);
}
.cnt{
    border-radius: 15px;
    border: 1px solid var(--green);
    margin-bottom: 15px;
    padding: 15px;
}
.qty_btn{
    width: 35px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.cart_btn_icon{
    font-size: 24px;
}
.bbg{
    border-bottom: 1px solid #ddd;
}
.dt_info{
    padding-bottom: 10px;
}
.dt_info_icon{
    color: var(--green);
}
.cat_panel{
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 10px 0;
    justify-content: space-between;
}
.view_panel, .filter_btn_row{
    padding: 8px;
    background-color: var(--blue);
    border-radius: 5px;
    display: flex;
    color: #fff;
}
.manuf-container img{
    width: auto !important;
}
.cat_panel div{
    margin: 0 15px;
}
.view_style{
    padding: 8px  15px;
}
.cb_btn{
    padding: 0px 15px;
    margin: 0 !important;
    font-size: 1.3rem;
}
#products-in-cat.list_cat{
    display: block;
}
.list_cat .cat_main{
    display: flex;
}
.list_cat .prod_holder{
    width: 99%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    min-height: 80px;
    margin: 0 10px 10px 0;
}
.list_cat .prod-img{
    min-height: 120px;
    width:100px;
    margin: 10px;
}
.list_cat .cat_bottom{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.list_cat .prod_holder{
    display: block;
}
.list_cat .prod_info_row{
    display: block;
    width: 90%;
}

/*blog news*/
.blog-block{
    margin:10px 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.blog-title{
    font-size:16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.blog-content{
    font-size: 14px;
}
.blog-readmore{
    margin-top: 20px;
}
.blog-readmore-btn{
    border: none;
    border-radius: 5px;
    background: #ef4747;
    color:#fff;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 14px;
}
.blog-readmore-btn:hover{
    text-decoration: none;
    color: #fff;
}
.blog-cat-title{
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #ae2155;
    padding-bottom: 5px;
}
.button-more{
    border: none;
    padding: 5px 50px;
    font-size: 24px;
    background: #ae2155;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
}
.button-more:hover{
    color:#fff;
    text-decoration: none;
}
.contact-area{
    max-width: 450px;
    text-align: center;
    margin:10px auto;
}
.contact-text{
    margin: 10px 0;
    color: #ae2121;
    font-size:16px;
    font-weight: bold;
}
.contact-btn{
    border: none;
    background: #ae2155;
    color: #fff;
    border-radius: 15px;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: bold;
}
.cont-area{
    position: relative;
}
.cont-overlay{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 10;
}
.cont-overlay-waiter{
    font-size:28px;
}
.card-title{
    font-size: 1rem;
}
.blog-intro{
    margin-top: 10px;
}
.blog-title{
    display: flex;
    align-items: center;
}
.blog-title-ico{
    color: #676767;
    margin-left: 10px;
}
.page-wraper{
    font-size: 14px;
}
.blog-container{
    display: flex;
    align-items: center;
}
.blog-img{
    margin-left: 7px;
}
.blog-img img {
    width: 100px;
    border-radius: 15px;
}
/* end blog news */

.empty_cart{
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--green);
}
.empty_cart img{
    width: 300px;
    height: auto;
}
.checkout_cart .cart-item{
    overflow: hidden;
    border-bottom:1px solid #ddd;
    padding:7px 0;
    font-weight: bold;
}
.checkout_cart .cart-label{
    min-width:150px;
    font-weight:bold;
}
.checkout_cart .fluid-cart-block{
    overflow: hidden;
    float:left;
    margin-left:10px;
    width:40%;
    margin-top:2%;
}
.checkout_cart .cart-name{
    float:right;
    margin-right: 10px;
    width:45%;
    margin-top:2%;
    text-align: right;
}
.checkout_cart .cart-in-cart-qty{
    font-size:16px;
}

.checkout_cart .cart-image{
    width:10%;
    float:right;
    margin-left:5px;
    text-align: center;
}
.checkout_cart .cart-qty{
    float: right;
    margin-right: 10px;
    display: flex;
    align-items:center;
}
.checkout_cart .cart-price{
    float: right;
    margin-right: 15px;
    margin-top:6px;
    text-align: left;
    direction: ltr;
}
.checkout_cart .cart-remove{
    float: left;
    margin-right: 10px;
    margin-top:2px;
    color:#ff4a4a;
    font-size:22px;
}
.checkout_cart .cart-bottom-block{
    margin-top:10px;
    padding:8px;
}
.checkout_cart .cart-tot-value{
    font-weight:bold;
    margin:0 3px;
}
.checkout_cart .cat-bottom-block{
    height: 80px;
    position: relative;
}
.checkout_block{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #505050;
}
.checkout-row{
    margin: 0;
}
.checkout-user-info{
    padding-right: 0;
}
.ch_img{
    height: 180px;
}
.delivery_types{
    padding: 8px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}
.cart_next_step{
    width: 100%;
}
#cart_coupon{
    padding: 5px;
    border:1px solid #d3d3d3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.terms_row, .terms_text{
    width: auto;
}
.terms_text{
    font-size: 1.1rem;
    padding: 0;
}
.cupon_btn{
    padding: 5px 15px;
    background-color: var(--green);
    color: #fff;
}
.coupon_row button{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.pay_inner{
    width: 500px;
    margin: 0 auto;
}
#payframe{
    width: 487px;
    height: 700px;
}
.msg-block{
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
.fav_selected{
    background: #11ffdc;
    border-radius: 50%;
    width: 24px;
}
.profile_fav .add-to-favorites{
    background: #11ffdc;
    border-radius: 50%;
}
#coupon_res{
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
    display: none;
}
#busy_coupon{
    font-size: 7px;
}
.gift_prod{
    width: 135px;
    margin: 10px;
    height: 210px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
.gp_img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gp_img img{
    height: 70px;
}
.gp_name{
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0;
    min-height: 65px;
    text-align: center;
}
.gp_price{
    font-weight: bold;
}
.sale_row{
    padding: 5px;
    border-bottom: 1px solid var(--green);
}
.gp_add_row button{
    padding: 3px 12px;
}
.gp_add_row button img{
    width: 22px;
}
.sales_row{
    background: #DCEDC8;
    padding: 10px;
    border-radius: 5px;
}
.hello_user, .hello_user2{
    padding-inline-end: 5px;
    font-weight: 300;
    color: #fff;
}
.hello_user2{

}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: var(--blue) !important;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link{
    border-radius: 0;
}
#search_icon_mobile img{
    width: 25px;
    margin-inline-start: 10px;
}
.top_user_link{
    text-decoration: none;
    color: #000;
}
.show_pass{
    position: absolute;
    left: 0;
    top: 25px;
    cursor: pointer;
    font-size: 20px;
}
.has_discount{
    text-decoration: line-through;
    color: #777;
}
.discount_price{
    padding: 0 20px 0 0;
    color: green;
}
.burger_menu{
    color: #fff;
    position: absolute;
    top: 11px;
    right: 17px;
    font-size: 2rem;
    display: none;
}
.catalog_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.catalog_header{
    font-size: 1.2rem;
    margin: 10px;
}
.catalog_cat{
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 275px;
    background: #fff;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: .18s;
    transition: .18s;
    z-index: 1;
    max-width: 250px;
    margin: 0 10px 10px 0;
}
.catalog_cat:hover{
    -webkit-box-shadow: 0 0 11px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 11px 6px rgba(0, 0, 0, .06);
    z-index: 9;
}
.catalog_cat_img{
    background-size: cover;
    width: auto;
    height: 205px;
}
.catalog_cat_name{
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    font-size: 1rem;
}
.catalog_link{
    text-decoration: none;
    color: #555;
}
.catalog_main{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.catalog_items{
    display:flex;
    flex-wrap: wrap;
    /*width: calc(100% - 311px);*/
}
.catalog_filters_row{
    min-width: 300px;
    margin-right: 10px;
    border: 1px solid #555;
    border-radius: 5px;
    /*position: sticky;
    top: 10px;
    right: 0;*/
    width: 295px;
}
.cf_header{
    background: var(--blue);
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 12px;
}
.cf_filter{
    display: flex;
    margin-bottom: 8px;
}
.cf_chk{
    width: 40px;
}
.cf_row{
    padding: 10px;
    background: #fff;
    margin: 10px;
    border-radius: 5px;
    position: relative;
    padding-bottom: 40px;
    transition: all 0.7s;
}
.cf_row_collapsed{
    overflow: hidden;
    max-height: 300px;
}
.sf_delimiter{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #E0E0E0;
    right: 0;
    cursor: pointer;
    padding: 8px;
}
#catalog_row{
    width: 100%;
}
.cat_bottom_panel{
    position: fixed;
    top: 163px;
    left:0;
    width: 100%;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 10;
    height: 56px;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
    display: none;
}
.filter_btn_row{
    display: none;
}
.cb_btn a{
    color: var(--blue);
}
.sf_item{
    width: 20px;
    height: 20px;
}
.user_icon{
    color: #fff;
    font-size: 1.4rem;
}
.filter_collapsed{
    height: 0;
    opacity: 0;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}
.filter_qty{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--menu-color);
    color: #555;
    border-radius: 50%;
}
.cf_clean{
    text-align: center;
    padding: 7px;
}
#close_filters{
    font-size: 1.4rem;
    display: none
}
.manuf_active{
    border: 2px solid #002533;
}
.selected_filters{
    display: flex;
    margin-right: 5px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.selected_filter{
    display: flex;
    margin: 0 10px;
    background-color: var(--menu-color);
    color: var(--font-color);
    border: 1px solid #ddd;
    padding: 8px;
    align-items: center;
    border-radius: 5px;
}
.sf_remove{
    margin-right: 10px;
    cursor: pointer;
}
.sf_name{
    font-weight: bold;
    font-size: 0.8rem;
}
/* Media queries*/
@media screen and (max-width: 1600px) {
    .incat-product{
        width: 23%;
    }
}

@media screen and (max-width: 1200px) {
    .incat-product{
        width: 30%;
    }
    .pagination{
        flex-wrap: wrap;
    }
    .champ_item{
        width: 45%;
    }
}

@media screen and (max-width: 768px){
    .container_line_categories{
        background-color: #fff;
    }
    .container_line_categories, .container_cards{
        border-top: none;
    }
    .nav_icon{
        width: 76px;
        height: 76px;
    }
    .list_cat .prod_holder{
        margin: 0 0 10px 0;
    }
    #catalog_main{
        margin-top: 15px;
    }
    .filter_btn_row{
        display: block;
    }
    #close_filters{
        display: block;
    }
    .title_categoria{
        font-weight: bold;
        margin-top: 10px;
        font-size: 0.8rem;
    }
    .catalog_items{
        width: 100%;
    }
    .cat_bottom_panel{
        display: flex;
    }
    .catalog_filters_row{
        display: none;
        position: absolute;
        width: 95%;
        margin-right: 0;
        z-index: 11;
        top: 0;
        right: 2%;
        background: #fff;
        overflow-y: auto;
        border-radius: 15px;
    }
    /*.burger_menu{
        display: block;
    }
    nav{
        background: transparent;
        margin-top: 7px;
        position: absolute;
        top: 35px;
    }
    .categories_list{
        display: block;
        padding: 7px;
        background:#fff;
    }
    .main_menu_link{
        display: flex;
        align-items: center;
    }*/
    .catalog_cat{
        margin: 0 0 7px 0;
        max-width: 100%;
    }
    .categoria{
        width: auto;
        border: none;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ddd;
        font-size: 12px;
        min-height: auto;
        border-radius: 0;
        justify-content: center;
    }
    .menu_block{
        background: #F0F0F0;
        margin-bottom: 5px;
    }
    .menu_row{
        display: block;
    }
    .text_side{
        width: 4%;
    }
    .text_item span{
        font-size: 1rem !important;
    }
    .nav_icon img{
        width: 60px;
    }
    .nav_label{
        font-size: 0.8rem;
    }
    .logo a img{
        width: 100px;
    }
    .search_block{
        position: absolute;
        top: 50px;
        left: 5px;
        display: none;
    }
    .search_row{
        opacity: 1;
        width: 380px;
        left: -53px
    }
    .sresults{
        left: 0;
        width: 360px;
        top: 84px;
    }
    .banners{
        display: block;
    }
    .banner:first-child{
        margin-bottom: 10px;
    }
    .prod-text{
        font-size: 0.8rem;
    }
    .stiky .top_actions{
        margin-left: 0;
    }
    .stiky{

    }
    .second_level{
        width: calc(100vw - 30px);
    }
    .side_level{
        position: relative;
        right: 0;
        width: 100%;
    }
    .side_level ul{
        right: 0;
    }
    .nav_item{
        position: initial;
    }
    .second_level li:hover, .side_level li:hover{
        background: #F5F5F5;
        color: #444;
    }
    .second_level{
        top: 191px;
        overflow-y: auto;
        right: 16px;
    }
    .dropdown_lbl:hover a{
        color: #444;
    }
    .close_menu{
        display: block;
    }
    .incat-product{
        width: 100%;
    }
    .reg_form{
        width: 100%;
    }
    .login_img{
        display: none;
    }
    .login_data{
        width: 100%;
    }
    .champ_item{
        width: 100%;
    }
    .lo_main, .lo_info{
        display: block;
        margin-bottom: 10px;
    }
    .popular_side_row{
        display: block;
    }
    .popular_name{
        margin-bottom: 10px;
    }
    .dt_actions{
        justify-content: space-between;
    }
    .dt_qty_row{
        width: auto;
    }
    .product_info_row{
        padding: 0;
        padding-inline-start: 15px;
    }
    .rel_products{
        width: 100%;
    }
    .image_row{
        text-align: center;
    }
    .image_row > img{
        max-width: 300px;
    }
    .champ_info{
        top: -82px;
        right: -90px;
        width: 77px;
        height: 76px;
    }
    .list_cat .card-champ-ico{
        border-width: 60px 60px 0 0;
    }
    .list_cat .champ_info{
        top: -57px;
        right: -59px;
        width: 37px;
        height: 74px;
        font-size: 0.7rem;
    }
    .list_cat .product_name{
        width: 90%;
    }

    .list_cat .product_actions{
        margin-top: 15px;
    }
    .checkout_cart .cart-image{
        float:none;
        width: 100%;
    }
    .checkout_cart .cart-name{
        float: none;
        width: 98%;
        text-align: center;
    }
    .fluid-cart-block{
        float:none;
        width: 100%;
    }

    .checkout_cart .cart-image img{
        width:30%;
    }
    .checkout_cart .fluid-cart-block{
        width: 95%;
    }
    .splide__arrow{
        display: block;
    }
    .pay_inner{
        width: 100%
    }
    #payframe{
        width: 100%;
        height: 850px;
    }
    .responsive-tabs .nav{
        display: block !important;
        padding: 0;
    }
    .stiky .top_inner{
        padding-right: 0;
        padding-left: 0;
    }
    .hello_user{
        display: none;
    }
    .checkout-user-info{
        padding-left: 0;
        margin-bottom: 8px;
    }
    #search_icon_mobile{
        display: block;
    }
    nav.search_opened{
        margin-top: 60px;
    }
    .main_content.search_opened{
        margin-top: 264px;
    }
    .search_block.search_opened{
        display: block;
    }
    .delivery_row{
        display: block !important;
    }
    footer{
        flex-direction: column-reverse;
    }
    .header{
        flex-direction: column-reverse;
    }
    .menu_header{
        width: 100%;
        justify-content: space-between;
        margin-top: 15px;
        margin-left:0;
        align-items: center;
    }
    .cart_header, .sing_header, .phone_header{
        width: auto;
    }
    .top_search{
        width: 100%
    }
    .container_line_categories, .container_cards{
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    /*.categories{
        z-index: 10;
        display:none;
    }*/
    .container_line{
        padding-bottom: 10px;
    }
}

.wa-btn {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 2rem;
    color: green;
    border-radius: 50%;
    background: #ededed;
    padding: 5px 10px;
    transition: all 0.5s;
    animation-delay: 0s;
    height: 55px;
}
.wa-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid #6bb51b;
    border-radius: 50px;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    animation: rippleBorderEffect 5s infinite ease-out;
    z-index: -10;
}
.wa-btn a i{
    color: green !important;
}

@media screen and (max-width: 500px){
    header{
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    .top_inner{
        padding-top: 180px
    }

    .splide__arrow{
        display: none;
    }
}

/* End Media queries */