:root {
    --white: #ffffff;
    --header-bg:#ff6600;
    --border-color:#e5e5e5;
    --link-color:#444;
    --green-border:#2d7843;
    --btn-green:#007e25;
    --btn-hover:#00e443;
    --green-btn-hover:#004b16;
    --old_title:#6d6d91;
    --color-price:#ff0000;
}
ul{
    margin-bottom: 0;
}
.distantiator {
    width: 100%;
    height: 90px;
    /*background-color: var(--header-bg);*/
}
@media (max-width: 767px) {
    .distantiator {
        width: 100%;
        height: 90px;
        /*background-color: var(--header-bg);*/
    }  
}
header#site-header {
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*padding-top: 10px;*/
    z-index: 5;
    box-shadow: 0 0 50px #ccc;
}
header .distantiator {
    width: 100%;
    height: 100px;
}
.sections_top .social_media a svg,
.general_contact a svg{
    width: 18px;
    height: 18px;
}
.desktop-header .top_header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.top_header .social_media,
.sections_top .general_contact .contact_gen {
    display: flex;
}
.top_header .social_media a,
.sections_top .general_contact .contact_gen a{
    margin-right: 8px;
}
.sections_top .contact_phone p,
.sections_top .general_contact p{
    margin-bottom: 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.sections_top .contact_phone p a{
    color: #000;
}
.sections_top .general_contact{
    display: flex;
    align-items: center;
}
.sections_top .general_contact p{
    margin-right: 8px;
}
.dropdown-menu:hover {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.main_list_menu{
    padding-left: 10px;
}
.main_list_menu .list_cat{
    position: relative;
    display: inline-block;
    line-height: 1;
    white-space: normal;
    margin: 0;
}
.sub_category_drop_down{
    position: relative;
}
.bottom-header .main_list_menu .list_cat a.main_link{
    color: #000;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
}
.bottom-header .list_cat ul li{
    list-style: none;
    padding-left: 15px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.caret_category{
    color: #000;
    padding:0px;
}
.caret_sub_category{
    color: var(--link-color);
    transform: rotate(270deg);
    padding:0px;
}
.bottom-header .list_cat ul li a{
    color: var(--link-color);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.dropn_down_menu{
    top: 25px;
    left: 0;
    background-color: var(--white);
    border: 2px solid var(--border-color);
    line-height: 1.5;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    padding: 8px 0 8px 5px;
    position: absolute;
    width: max-content;
    max-width: 250px;
    min-width: 175px;
    z-index: 3;
    text-align: left;
    height: 0;
    border-radius: 8px;
}
.dropdown_subcat{
    padding-left: 5px;
    line-height: 1.5;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    width: max-content;
    max-width: 250px;
    min-width: 175px;
    z-index: 3;
    text-align: left;
    height: 0;
}
.dropdown_subcat_list{
    background-color: var(--white);
    border: 2px solid var(--border-color); 
    margin-left: 5px;
    border-radius: 8px;
    padding: 0;
}
.drop_down_opens{
    height: initial;
    visibility: visible;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.dropn_down_menu_sub{
    left: 100%;
    top: -15px;
}
.bottom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bottom-header .menu_section{
    width: 20%;
}
.bottom-header .logo_section{
    width: 40%;
    text-align: center;
}
.bottom-header .cart_fav_section{
    width: 40%;
}
.cart_fav_section{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.favorite_product  a svg,
.search_product button svg{
    width: 25px;
    height: 25px;
    display: inline-block;
}
.search_product button,
.cart_product button{
    border: none;
    background-color: #fff0;
}
.favorite_product{
    position: relative;
    margin-right: 10px;
}
.cart_product{
    position: relative;
    margin-left: 10px;
}
.amount_favorite{
    position: absolute;
    top: -17px;
    right: -8px;
    color: var(--white);
}
.amount_cart{
    position: absolute;
    top: -12px;
    right: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background: var(--hover-bg);
    color: #FFF;
    border-radius: 50%;   
}
.search_product {
    margin-left: 10px;
}
.custom_color_overlay .offcanvas-backdrop{
    background-color: #ffffffa6!important;
}
.custom_color_overlay .offcanvas{
    background-color: var(--white);
    /*background-color:#eda85f;*/
    box-shadow: 0 0 50px #ccc;
}
.inside_cart_header {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    align-items: center;
    border-bottom: 2px solid #666;
    height: 80px;
    background-color: #666;
}
.close_cart_btn svg {
    width: 35px;
    height: 35px;
    fill: var(--white);
}
button.close_cart_btn {
    border: none;
    background: none;
}
.inside_cart_header a {
    color: var(--white);
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
}
.inside_cart_footer a{
    border-radius: 8px;
    padding: 12px 17px;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: normal;
    background-color: var(--hover-bg);
    color: var(--white) !important;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.inside_cart_footer a:hover{
    border: 2px solid var(--shadow-add-carousel);
    background-color: var(--hover-bg);
}
.inside_cart_footer {
    height: 80px;
    padding: 16px;
}
.inside_cart_body{
    height: calc(100vh - 160px);
}
.template_no_cart_prod {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.template_no_cart_prod p{
    color: var(--white);
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.preview_cart_product {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.image_prev_prod img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.card_prev_product_cart {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    /*margin-bottom: 15px;*/
    border-bottom: 2px solid #666;
    padding-bottom: 10px;
}

.info_product_prev .top_data_prod{
    padding-left: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.info_product_prev a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    display: inline-block;
    color: #666 !important;
    font-family: Poppins,sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
button.delete_product_from_cart svg {
    width: 20px;
    height: 20px;
    fill: #666;
}
button.delete_product_from_cart{
    border: none;
    background: none;
}
.calc_product_qty_price {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.calc_product_qty_price .qty_section {
    display: flex;
}
.calc_product_qty_price .qty_section button{
    height: 37px;
    width: 37px;
    border-radius: 10px;
    line-height: 33px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #666;
    border: none;
    color: #fff;
}
.calc_product_qty_price .qty_section button:hover{
    background-color: var(--hover-bg);
    border: 2px solid var(--shadow-add-carousel);
}
.calc_product_qty_price .qty_section input{
    background-color: transparent;
    border-color: transparent;
    height: 37px;
    width: 46px;
    color: #666;
    font-family: Poppins,sans-serif;
    text-align: center;
    font-size: 14px;
}
.calc_product_qty_price .qty_section input::-webkit-outer-spin-button,
.calc_product_qty_price .qty_section input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.calc_product_qty_price .qty_section input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.calc_product_qty_price .price_section p{
    margin-bottom: 0;
}
.calc_product_qty_price .price_section p:nth-of-type(1){
    font-family: Poppins,sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: 700;
}
.calc_product_qty_price .price_section p:nth-of-type(2){
    font-family: Poppins,sans-serif;
    text-decoration: line-through;
    color: var(--old_title);
    font-size: 14px;
}
.preview_cart_product .subtotal_section{
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0 15px;
    border-bottom: 2px solid #666;
}
.preview_cart_product .subtotal_section .title_subcont h3{
    color: var(--red-price);
    font-family: Poppins,sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.preview_cart_product .subtotal_section .sub_cont_total p{
    color: var(--red-price);
    font-family: Poppins,sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.lateral-menu .offcanvas-backdrop{
    background-color: #ffffffa6;;
}
.lateral-menu  .offcanvas{
    background-color: var(--white);
} 
.btn-close-drower svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}
button.btn-close-drower {
    border: none;
    background: none;
}
.lateral-menu  .drawer-header {
    display: flex;
    justify-content: space-between;
    height: 70px;
    border-bottom: 2px solid #666;
    background-color: #666;
    align-items: center;
    padding: 0 16px;
}
.lateral-menu  .drawer-header h3{
    font-size: 22px;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
    color: var(--white);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 10px;
}
.date-contact-drawer-section a div svg{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.date-contact-drawer-section a{
    font-size: 14px;
    font-family: Poppins,sans-serif;
    text-decoration: none;
    color:#666;
    font-weight: 400;
}
.date-contact-drawer-section a div{
    margin-top: 8px;
    margin-bottom: 8px;
}
.date-contact-drawer-section {
    padding: 16px;
    border-bottom: 2px solid #666;
}
.lateral-menu .drawer-footer{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lateral-menu .drawer-footer a svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
.lateral-menu .drawer-content{
    width: 100%;
    height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto;
}
/* animation */
@keyframes fadeInDown{

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-14px,0);
        -moz-transform: translate3d(0,-14px,0);
        -ms-transform: translate3d(0,-14px,0);
        -o-transform: translate3d(0,-14px,0);
        transform: translate3d(0,-14px,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translateZ(0);
    }
}
.menu-drawer-section {
    padding-bottom: 20px;
    border-bottom: 2px solid #666;
}
.menu-drawer-section ul.general-list{
    padding-left: 15px;
    padding-right: 20px;
}
.menu-drawer-section ul.category_list,
.menu-drawer-section ul.subcat-list
{
    padding-left: 15px;
    padding-right: 20px;
    border-left: 2px solid var(--border-color-green);
}
.menu-drawer-section ul li{
    list-style: none;
    margin-top: 16px;
}
.menu-drawer-section ul li .drawer-drop {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.menu-drawer-section ul li a{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    color: #666;
    text-transform: initial;
    letter-spacing: 0px;
    font-size: 16px;
    padding-top: 10px;
} 
.menu-drawer-section ul li .drawer-drop [aria-expanded="false"] .minus-sign{
    display: none
}
.menu-drawer-section ul li .drawer-drop [aria-expanded="true"] .minus-sign{
    display: block;
}
.menu-drawer-section ul li .drawer-drop [aria-expanded="false"] .plus-sign{
    display: block
}
.menu-drawer-section ul li .drawer-drop [aria-expanded="true"] .plus-sign{
    display: none;
}

.menu-drawer-section ul li .drawer-drop button{
    height: 37px;
    width: 37px;
    border-radius: 10px;
    line-height: 33px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: var(--hover-bg);
    border: none;
    color: #fff;  
}

/* Search  */
#searchCanvas{
    background-color: #fff;
    height: fit-content;
    box-shadow: 0 0 50px #ccc;
}
.search-product-canvas {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}
.search-product-canvas .form-search{
    width:100%;
    display: flex;
}
.search-product-canvas .form-search input{
    height: 45px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: var(--white);
    color: var(--hover-bg);
    border: 2px solid var(--hover-bg);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.search-product-canvas .form-search button{
    background-color: var(--hover-bg);
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search-product-canvas .form-search input::placeholder { 
    color: var(--hover-bg);
}
.search-product-canvas .form-search button svg{
    width: 20px;
    height: 20px;
}
.results-search-modal ul{
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.results-search-modal ul li{
    list-style: none;
    border-bottom: 2px solid var(--green-border);
    padding-bottom: 10px;
    padding-top: 10px;
}
.results-search-modal ul li a{
    text-decoration: none;
}
.results-search-modal ul li a .search-prod-item{
    display: flex;
    align-items: center;
}
.results-search-modal ul li a .search-prod-item .sh-image{
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin-right: 8px;
    padding: 5px;
}
.results-search-modal ul li a .search-prod-item .sh-image img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.results-search-modal ul li a .search-prod-item .sh-data-product span{
    color: var(--white);
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.2;
    font-size: 14px;
}
.results-search-modal ul li a .search-prod-item .sh-data-product .sh-price-container span:nth-of-type(1){
    color: var(--color-price);
    font-weight: 400;
}   
.results-search-modal ul li a .search-prod-item .sh-data-product .sh-price-container span:nth-of-type(2){
    font-weight: 400;
    color: var(--link-color);
    font-size: 14px;
    text-decoration: line-through;
}
.results-search-modal .title-list-search{
    color: var(--white);
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.2;
    font-size: 16px;
}
.search-product-canvas .btn-close-modal-search{
    margin-left: 20px;
    background-color: var(--hover-bg);
    color: var(--white);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 8px;
}
.results-search-modal  .button-search-link button{
    background-color: var(--green-border);
    border: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    color: #fff;
}
@media (max-width: 991.98px) {
    .desktop-section{
        display: none;
    }
    .cart_fav_section .search_product{
        display: none;
    }
    .bottom-header .mobile-cart-search-drawer, .bottom-header .cart_fav_section {
        width: 20%;
    }
    .bottom-header .logo_section {
        width: 60%;
    }
    .bottom-header .logo_section img{
        /*width: 135px;*/
    } 
    .mobile-cart-search-drawer {
        display: flex;
    }
    .mobile-cart-search-drawer .drawer_section button,
    .mobile-cart-search-drawer .search_product_mob button{
        border: none;
        background-color: #fff0;
    }
    .mobile-cart-search-drawer .drawer_section button svg,
    .mobile-cart-search-drawer .search_product_mob button svg{
        width: 25px;
        height: 25px;
        display: inline-block;
    }
    .mobile-cart-search-drawer .drawer_section {
        margin-right: 15px;
    }
    .custom_color_overlay .offcanvas{
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .sections_top:nth-of-type(1),
    .sections_top:nth-of-type(3){
        display: none;
    }
    .sections_top:nth-of-type(2){
        width: 100%;
        text-align: center;
    }
    .sections_top:nth-of-type(2) .contact_phone{
        display: flex;
        justify-content: center;
    }
    .favorite_product a svg, .search_product button svg{
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    .cart_product button.cart_site svg{
        width: 25px;
        height: 25px;
        display: inline-block;
    }
    .bottom-header .mobile-cart-search-drawer, .bottom-header .cart_fav_section {
        width: 30%;
    }
    .bottom-header .logo_section {
        width: 60%;
    }
}
@media (min-width: 992px) {
    .mobile-cart-search-drawer{
        display: none;
    }
}
@media (max-width: 575.98px) {
    .sections_top:nth-of-type(2) p{
        width: 310px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .favorite_product {
        position: relative;
        margin-right: 0px;
    }
    .favorite_product  .amount_favorite{
        font-size: 14px;
        position: absolute;
        top: -12px;
        right: -9px;
    }
    .amount_cart {
        position: absolute;
        top: -11px;
        right: 0px;
        font-size: 14px;
    }
    .mobile-cart-search-drawer .drawer_section button svg, .mobile-cart-search-drawer .search_product_mob button svg {
        width: 22px;
        height: 22px;
        display: inline-block;
    }
    .mobile-cart-search-drawer .drawer_section {
        margin-right: 5px;
    }
    .bottom-header .logo_section img {
        /*width: 150px;*/
    }
    .results-search-modal ul {
        height: 350px;
        overflow-y: auto;
        margin-bottom: 10px;
    }
}