body{
background-image:url("/uploads/backImage.jpg");
background-repeat:repeat;
}
:root{
	    --kt-special-offers-bg:rgba(0,0,0,.7);
	
	
}
/*
.special-offers-abstract:after {
    --tw-gradient-from: rgba(0,0,0,.7) ;
    --tw-gradient-to:rgba(0,0,0,.7);
    --tw-gradient-to-position: 50%;
}

.special-offers-abstract:before {
	background-position: left top;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    opacity: .12;
}
*/
.special-wrapper{ 
	overflow: hidden;
	border-radius: 16px;
	background-color:#b1dc34 !important;
}
.special-offers .swiper-outer:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 4;
    display: none;
    width: 2px;
    background-color: var(--kt-special-offers-bg); 
}


@media (min-width: 768px) {
    .product-fields-item {
        font-size: 14px;
        margin-right: 21px !important;
    }
}


@media (max-width: 768px) {
    .product-fields-item {
        font-size: 14px;
        margin-right: 21px !important;
    }
}



.tab-content.active {

    padding-right: 20px !important;
    padding-left: 20px !important;
}