@font-face {
    font-family: digital;
    src: url('/assets/frontend/fonts/digital/digital-7.ttf');
}

@font-face {
    font-family: digital-mono;
    src: url('/assets/frontend/fonts/digital/digital-7 (mono).ttf');
}

.home-main-slider{
    height: 495px;
}

.home-main-slider .home-slider-item{
    height: 495px;
    overflow: hidden;
    border: none;
    outline: none;
}

.home-main-slider .home-slider-item img{
    max-height: 100%;
    max-width: 100%;
}

.home-slider-item-container{
    max-width: 1192px;
    margin: auto;
    padding-left: 270px;
}

.home-slider-item-text,.home-slider-item-image{
    width: 50%;
    float: left;
}

.home-slider-item-text {
    padding: 50px;
    padding-top: 100px;
}

.home-slider-item-text h3 {
    font-size: 40px;
}

.home-main-slider-nav.scroll-box-arrows i {
    bottom: 48%;
}

.single-add-to-cart-container{
    display: none;
}

.single-add-to-cart-container.active{
    display: block;
}

.single-stock-info{
    display: none;
}

.single-stock-info.active, .single-stock-info.active-force{
    display: block;
}

.product-grid-item .hover-img img, .product-grid-item .product-image-link img {
    width: 100%;
    max-height: 268px;
    object-fit: cover;
    /*height: 268px;*/
}

.product-images .slick-track{
    margin: 0;
    width: 100%;
}

.product-gallery-nav img {
    width: 50px;
}

.product-gallery-nav img {
    height: 75px;
    padding: 5px;
    object-fit: cover;
}

.product-gallery img {
    height: 500px;
    object-fit: contain;
}

.cart_item td.product-price del .amount {
    font-size: 13px;
}

h3.product-title {
    height: 54px;
    overflow: hidden;
}

div#slider-range {
    border: none;
    margin-bottom: 15px;
}

ul.children {
    display: none;
}

ul.children.active {
    display: block;
}

.widget_product_categories .woodmart-cats-toggle{
    right: 0;
}

a.current-cat {
    font-weight: bold;
}

.product-grid-item{

    height: 350px;

}

.brands-hover-alt .brand-item img {

    opacity: 1;
    filter: none;
}

.home-slider-container{
    position: relative;
    /*left: -295px;*/
    box-sizing: border-box;
    width: 100vw;
    margin-left: -5px;
}

.product-detail-tabs-body{
    display: none;
}

.product-detail-tabs-body.active{
    display: block;
}

.product-detail-tabs li a{
    cursor: pointer;
}

.delivery-service-container{
    display: none;
    margin-bottom: 40px;
    margin-top: 30px;
    border-bottom: 1px solid #a7a5a5;
}

.delivery-service-container.active{
    display: block;
}

.delivery-service-container .delivery-service-desc{
    display: none;
    position: absolute;
}
.delivery-service-container .payment_methods_label:hover .delivery-service-desc{
    display: block;
    z-index: 1;
}

.payment_methods_label{
    padding-bottom: 20px;
    display: inline-block !important;
    text-align: center;
}



span.checkout-button {
    background-color: #949494 !important;
}

.cat-design-alt.categories-with-shadow .category-image-wrapp {
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 12%);
}

p.min-price-error {
    color: red;
    line-height: 15px;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.validation-error label, .validation-error label a{
    color:red;
}

.validation-error input{
    border-color: red;
}


.sale-pagination{
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 50px;
}

.sale-pagination .pagination{
    float: none !important;
    width: auto;
}

.paginate_button, .paginate_button a{
    cursor: pointer;
}

.param_option .disabled{
    color: #ddd;
}


img.out-of-stock-icon {
    position: absolute;
    width: 75px;
    right: 20px;
    top: 20px;
    transform: rotate(19deg);
    z-index: 100;
}


.product-images img.out-of-stock-icon{
    top: 50px;
    right: 50px;
    width: 140px;
    transform: rotate( 30deg);
}


.express-delivery-icon{
    position: absolute;
    left: 25px;
    width: 36px;
    top: 2px;
}

.express-delivery-icon.mirror{
    right: 25px;
    left: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.woocommerce-pagination li {
    margin-right: 6px;
    border-radius: 5px;
    overflow: hidden;
}


.woocommerce-pagination li .page-numbers {
    display: inline-block;
    box-sizing: content-box;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 24px;
    height: 36px;
    color: #2d2a2a;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
    transition: all .2s ease;
}

.woocommerce-pagination li .page-numbers.current {
    color: #fff;
}

.per-page-variation{
    cursor: pointer;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 100px;
    height: 100px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 300px;
    height: 300px;
    position: absolute;
    top:0;
    right: -300px;
    visibility: hidden;
    /*background: grey;*/
}

.img-zoom-result.active{
    visibility: visible;
    z-index: 50;
    /*background: red;*/
}

.lb-number{
    display: none !important;
}

.variation-price{
    display: none;
}

.variation-price.active{
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}

.fb_dialog.fb_dialog_advanced {
    background: none;
}

.single_add_to_wishlist{
    cursor: pointer !important;
    color: #4eb016 !important;
}


.wishlist_table .product-add-to-cart a.button {
    padding: 6px 13px!important;
    font-size: 12px;
    background: #6ca300;
    color: #fff;
}

a.lang-item.current {
    border: 3px solid #5e5e5e;
    padding: 0px;
    display: inline-block;
    border-radius: 4px;
    background: #5e5e5e;
}

.filter-param-options-list {
    padding-left: 15px;
    padding-bottom: 20px;
}

.filter-param-options-list li{
    margin-bottom: 3px;
}
.filter-param-options-list li label{
    text-align: left;
}
.filter-param-title {
    margin-bottom: 5px;
}

a.lang-item {
    margin-right: 5px;
}

.home-contact-section{
    position: relative;
    box-sizing: border-box;
    margin-left: -40px;
    margin-right: -40px;
}

.registration-type {
    padding-bottom: 15px;
    overflow: hidden;
}

.registration-type-label{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid #ffffff;
}

.registration-type input[type="radio"] {
    display: none;
}

.registration-type input[type="radio"]:checked+label {
    border-bottom: 2px solid #83b735;
}

.show-on-partner{
    display: none;
}

.show-on-partner.active{
    display: block;
}

.selected-gift{
    border: 3px solid #83b735;
    overflow: hidden;
    border-radius: 5px;
}

.select-gift {
    height: auto;
}

.checkout-selected-gift-item {
    text-align: center;
}

.gift-box-title{
    color: #3e3e3e; font-size: 25px; padding: 20px;
}

.gift-popup{
    padding: 25px;
}

.day_products_container{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.countdown-container{
    padding: 0px 5px;
    padding-top: 5px;
    max-width: 315px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.countdown-container ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.countdown-container li {
    display: inline-block;
    font-size: 10px;
    list-style-type: none;
    text-transform: uppercase;
    width: 55px;
    text-align: center;

}

.countdown-container li span {
    display: block;
    font-size: 25px;
    color: #fff;
    font-family: digital-mono;
    letter-spacing: 4px;
    width: 40px;
    /*margin-top: 5px;*/
    margin: auto;
    margin-bottom: 9px;
    font-weight: bold;
}

.countdown-container li span i {
    background: #339933;
    padding: 3px;
    padding-left: 7px;
    margin: 1px;
    text-align: center;
    border-radius: 3px;


}

.sale-page-timer .countdown-container{
    max-width: 450px;
}

#ajax-listing .countdown-container li span i{
    padding: 2px;
    padding-left: 5px;
}

#ajax-listing .countdown-container li span{
    font-size: 20px;
}

/*display: block;*/
/*font-size: 15px;*/
/*color: #DF4044;*/
/*font-family: fantasy;*/
/*letter-spacing: 5px;*/
/*background: #fff;*/
/*width: 40px;*/
/*text-align: center;*/
/*height: 27px;*/
/*padding-top: 3px;*/
/*border-radius: 4px;*/

.product-item-countdown-container {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}

.detail-day-product .product-item-countdown-container{
    position: relative;
}

.detail-day-product .product-item-countdown-container{
    width: 300px;
}

.detail-day-product .countdown-container {
    padding: 5px 25px;
}

.detail-day-product-container {
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 100px;
    padding: 10px;
    margin-top: 20px;
}

.is-day-product .attachment-woocommerce_thumbnail{
    width: 70% !important;
    height: 200px;
    margin-top: 67px;
}

.countdown-container ul{
    max-width: 273px;
    margin: auto;
}

.product-grid-item.col-lg-5.is-day-product {
    height: 480px;
}

.product-grid-item.col-lg-6.is-day-product {
    height: 570px;
}

.is-day-product.col-lg-6 .attachment-woocommerce_thumbnail {
    height: 400px;
    max-height: 400px !important;
}

.is-day-product.col-lg-5 .attachment-woocommerce_thumbnail {
    height: 320px;
    max-height: 320px !important;
}

.detail-day-product-container .detail-day-product-title{
    text-align: left;
    font-size: 16px;
    height: 65px;
    padding: 15px 0;
}
.detail-video-wrapper{
    padding-bottom: 20px;
}
.detail-video-wrapper iframe{
    width: 100%;
    height: 480px;
}

.listing-promotion-container {
    position: absolute;
    bottom: 0;
    background: rgb(53 147 0);
    width: 100%;
    text-align: center;
    color: #fff;
}

.listing-promotion-container label{
    text-align: center;
    color: #fff;
    margin: 0;
}

.product-detail-promotion .listing-promotion-container{
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product-detail-promotion .listing-promotion-container label {
    font-size: 20px;
    padding: 5px;
}

.RightButtons {
    position: fixed;
    top: 200px;
    right: -100px;
    z-index: 999;
}

.RightButtons a {
    display: block;
    margin-bottom: 12px;
    padding-left: 15px;
    background: rgba(227, 165, 32, 1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 150px;
    height: 40px;
    text-decoration: none;
    color: #fff;
    position: relative;
    right: 0;
    transition: .3s;
}

.RightButtons a span {
    width: 30px;
    height: 50px;
    line-height: 53px;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 0px;
}

.RightButtons a:hover {
    right: 10px;
    background: #339933;
}

.new-category-title {
    position: absolute;
    margin: auto;
    width: 60%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 25%;
    text-align: center;
    padding: 15px;
    background: #ffffffad;
}

.title-border-top {
    height: 100%;
    width: 100%;
    position: absolute;
    top: -15px;
    border-top: 3px solid #4eb016ad;
    border-right: 3px solid #4eb016ad;
}

.title-border-bottom {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: -15px;
    border-bottom: 3px solid #f8c817ad;
    border-left: 3px solid #f8c817ad;
}


.cookie-alert {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 320px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    padding: 15px;
    text-align: center;
}

.cookie-alert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}


.page-content ul {
    margin-left: 10px;
}

.vita-food-category-title {
    background: #39b449;
    color: #fff;
    height: 28px;
    padding: 5px;
    width: 78%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    font-size: 18px;
}

.vita-food-category-title-container {
    position: absolute;
    height: 90%;
    width: 90%;
    border: 1px solid #fac805;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: none;
}

.vita-food-bottom-border {
    border-top: 1px solid #fac805;
    width: 30%;
    bottom: 0;
    position: absolute;
}

.vita-food-bottom-border.vita-food-bottom-border-right{
    right: 0;
}

.vita-food-bottom-border-dot{
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fac805;
    border-radius: 10px;
    top: -6px;
}

.vita-food-bottom-border-left .vita-food-bottom-border-dot{
    right: 0;
}

img.vita-food-category-thumb-icon {
    width: 55px !important;
    bottom: -8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.sub-menu-dropdown.category-menu-dropdown{
    width: 60vw;
    max-width: 900px;
    padding: 2px 10px;
}

.category-menu-dropdown .sub-category-menu{
    display: flex;
    flex-wrap: wrap;
}

.sub-category-container{
    padding: 10px;
    width: calc(25% - 10px);
    box-sizing: border-box;
}

.sub-category-container>a{
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    color: #4eb016;
}

.menu-items-promo a{
    background: #e4a421;
    border-radius: 24px;
    height: 45px !important;
    color: #fff !important;
}

.menu-items-sales a{
    background: #4fb015;
}

.is-express-delivery tr.disable-on-express, form:not(.is-express-delivery) .disable-on-standard {
    background: #ff000070;
    position: relative;
}

.disable-express-warning, .disable-standard-warning{
    display: none;
}

.is-express-delivery .disable-express-warning, form:not(.is-express-delivery) .disable-standard-warning{
    display: block;
    position: absolute;
    color: #fff;
    font-size: 10px;
    width: 90%;
}

.is-express-delivery tr.disable-on-express .product-name, form:not(.is-express-delivery) .disable-on-standard .product-name{
    padding-bottom: 35px;
}

nav.woocommerce-pagination {
    margin-top: 55px;
}

@media (min-width: 1100px) {
    .home-contact-section{
        margin-left: -60px;
        margin-right: -60px;
    }
}

@media (min-width: 1400px) {
    .home-contact-section{
        margin-left: -120px;
        margin-right: -120px;
    }
}

@media (min-width: 1650px) {
    .home-contact-section{
        margin-left: -200px;
        margin-right: -200px;
    }
}


@media (max-width: 768px) {

    .product-grid-item {
        height: 366px;
    }

    .is-day-product .countdown-container li {
        width: 40px;
    }

    .is-day-product .countdown-container li span{
        font-size: 12px;
    }

    .countdown-container li span i{
        padding-bottom: 5px;
        padding: 2px;
        padding-left: 5px;
        border-radius: 2px;
    }

    .detail-video-wrapper iframe{
        width: 100%;
        height: 215px;
    }

    .detail-day-product-container{
        height: 170px;
    }

    .product-item-countdown-container{
        width: 105%;
    }


    .detail-day-product-container .detail-day-product-title {
        text-align: center;
    }

    .deliverMessageText{
        font-size: 14px;
    }

    .gift-popup{
        padding: 0px;
    }

    .gift-box-title{
        color: #3e3e3e; font-size: 17px; padding: 0px;
    }

    .img-zoom-lens, .img-zoom-result{
        display: none;
    }

    .home-slider-container{
        width: 100%;
        margin-left: 0;
    }

    .home-main-slider .home-slider-item, .home-main-slider{
        height: auto;
    }
    .fb_dialog.fb_dialog_mobile{
        display: none;
    }

    .home-contact-section {
        position: relative;
        left: 0;
        margin-left: -15px;
        box-sizing: border-box;
        width: 100vw;
        padding: 20px !important;
    }
}

@media (max-width: 480px) {
    .product-grid-item {
        height: 366px;
    }
}

@media (max-width: 400px) {
    .is-day-product .countdown-container li span{
        font-size: 10px;
    }

    .countdown-container li span i{
        padding: 2px;
        border-radius: 2px;
        padding-left: 4px;
        margin-left: 2px;
    }

    .countdown-container li span i:first-child{
        margin-left: 0;
    }

    .countdown-container li span{
        width: 32px;
    }
    .is-day-product .countdown-container li {
        width: 35px;
    }
}

@media (max-width: 360px) {
    .product-grid-item {
        height: 366px;
    }

    .countdown-container li span{
        font-size: 15px;
        width: 44px;
    }

    .detail-day-product .countdown-container {
        padding: 5px 0px;
    }
}
