/* Previous CSS */
div#onesignal-bell-container{
	display: none;
}
.mp-error{display: block !important;}

/* Previous CSS */


body.button-custom .button, .mfn-gdpr-button {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}

body.button-custom .button {
    transition-duration: .2s;
    background: rgba(76,175,80,0.66);
}

body.button-custom .button:hover {
    background: rgba(76,175,80,0.56) !important;
}

body.woocommerce-shop .sidebar.columns,
body.tax-product_cat .sidebar.columns {
    width: 24%;
}
body.woocommerce-shop .sections_group,
body.tax-product_cat .sections_group {
    width: 76%;
    float: right;
}

body.woocommerce-shop.aside_right .widget:after,
body.tax-product_cat.aside_right .widget:after {
    width: 100%;
}

body.woocommerce-shop .sidebar.has-lines .widget,
body.tax-product_cat .sidebar.has-lines .widget {
    padding-bottom: 0 !important;
}

.wc-block-components-filter-reset-button {
    font-size: 14px;
    margin-right: 0 !important;
    padding: 8px 15px !important;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}

.wc-block-components-price-slider__range-input-progress {
    --range-color: #33a100 !important;
}

.search-bar .icon_search {
    background: #33a100;
    border-radius: 50%;
    padding: 3px;
    right: 0;
    left: unset !important;
    transform: translate(30%, -50%) !important;
}

.search-bar input[type="text"] {
    padding-left: 20px !important;
}

.mfn-livesearch-loading:after {
    right: 40px !important;
}

.mfn-header-menu {
    justify-content: flex-start !important;
}

#menu-product-category-menu-2 .mfn-submenu {
    width: auto;
    left: unset !important;
}

#menu-product-category-menu-2 .mfn-submenu > .menu-item{
    width: 120px;
    text-align: center;
}

#menu-product-category-menu-2 .mfn-menu-li:hover > .mfn-submenu {
    display: flex;
}

.grid-images > div > div {
    width: 100% !important;
}

.box-img-btn .image_item:not(.no_link) {
    position: relative;
}

.box-img-btn .image_item:not(.no_link) .wp-caption-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #33a100;
    padding: 8px 20px !important;
    border-radius: 4px;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .2s ease-in-out;
}

.box-img-btn .image_item:not(.no_link)::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    background: rgba(0,0,0,.2);
    transition: .2s ease-in-out;
}

.box-img-btn .image_item:hover:before, .box-img-btn .image_item:hover .wp-caption-text{
    opacity: 1;
}



@media (max-width: 767px) {
    .box-img-btn .image_item:not(.no_link) .wp-caption-text {
        display: none;
    }
}

@media (min-width: 768px) {
    .grid-images > div {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, auto);
    }
    .grid-images .column_image:nth-child(2) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

/* Header Banner */

#header-sticky {
    position: static;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
}

.header-top {
    z-index: 2;
}

.header-top::after {
    display: block;
    content: '';
    height: 0;
    position: relative;
}

body.header-fixed #header-sticky {
    position: fixed;
    /*overflow: hidden;*/
    animation: down-animation .3s;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

body.header-fixed .header-top::after {
    height: 54px;
}


.mob-icon {
    width: 50% !important;
}

@media (min-width: 940px) {
    body.header-fixed .logo-sticky {
        display: block;
        max-width: 110px !important;
    }
}

@keyframes down-animation {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


.pagination-banner {
    position: absolute;
    bottom: 20px !important;
    z-index: 5;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.banner-slide-item {
    display: block;
}

.banner-slide-item img {
    width: 100% !important;
    display: block;
}

.pagination-banner .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.67) !important;
}
.pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #33a100 !important;
}


.swp-button-next:after, .swp-button-prev:after {
    font-family: swiper-icons !important;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 22px;
    font-weight: 700;
    color: #fff !important;
}

.swp-button-prev:after {
    content: 'prev';
}

.swp-button-next:after {
    content: 'next';
}

.swp-button {
    background: rgba(0, 0, 0, 0.67);
    opacity: 1;
    padding: 20px 16px;
    box-shadow: none;
    border: 0px solid rgba(0, 0, 0, 1);
    border-radius: 5px;
    position: absolute;
    width: fit-content;
    z-index: 5;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: .2s ease-in-out;
}

.swp-button:hover {
    background: rgba(0, 0, 0, 0.81);
}


.swp-button-prev {
    left: 15px;
}

.swp-button-next {
    right: 15px;
}

.swiper-banner {
    display: none !important;
}

body.home .swiper-banner,
body.woocommerce-page .swiper-banner {
    display: block !important;
}  

/* Product */

.products-small .product {
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px;
}

.products-small .product .onsale-label {
    top: 0 !important;
    left: 0 !important;
}

.products-small .product a img {
    height: 120px !important;
    min-width: 120px !important;
}

.products-small .product .desc {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.products-small .product .mfn-woo-product-title {
    font-size: 12px;
    line-height: 1.2;
    text-align: left !important;
}

.products-small .product .price {
    font-size: 14px !important;
    line-height: 1.4;
}

.products-small .product .mfn-li-product-row-button {
    display: none !important;
}

.products-no-desc .product .info {
    display: none !important;
}

.products .product .info {
    margin: 12px 0;
}

@media (min-width: 768px) {
    .products-small .product {
        display: flex;
        align-items: center;
    }
}

/* Checkout */

.checkout-products {
    margin-top: 20px;
}

.checkout-products .title {
    text-align: center;
    font-weight: 700;
}

/* Countdown */
.column_countdown h3 {
    line-height: 1 !important;
    margin-top: 10px;
}

.column_countdown .number {
    line-height: 1 !important;
}

.column_countdown .quick_fact {
    display: flex;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px;
}

.column_countdown .downcount {
    display: flex;
}


@media (min-width: 480px) {
    .column_countdown {
        width: 100% !important;
    }

    .column_countdown .downcount {
        justify-content: space-between;
    }

}

/*The best sellers*/
.home .column_shop_slider .mcb-item-shop_slider-inner{
    margin-top: 0 !important;
}