.cta-only-mobile {
	display: none;
}

.desktop-banner img,
.mobile-banner img {
	width: 100%;
}

.desktop-banner {
	display: block;
}
.mobile-banner {
	display: none;
}

@media screen and (max-width: 800px) {
	.desktop-banner {
		display: none;
	}
	.mobile-banner {
		display: block;
	}
	.cta-only-mobile {
		display: block;
	}
	.cta-only-desktop {
		display: none;
	}
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 9px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #DDD;
    font-weight: 700;
}

.woocommerce {
	padding-bottom: 30px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    padding: 20px;
    background: #a3d130;
}

.woocommerce form .form-row textarea {
	height: 150px
}

.page-id-1264 .pageheader {
	display: none;
}

.page-id-1264 .post-content h1 {
	font-size: 3.5rem !important;
}

.page-id-1264 .vce-button--style-3d {
	width: 100%
}

.site-footer .site-info__partner {
	width: 100%;
	display: block;
	text-align: center;
}

.site-footer .site-info__partner img {
	max-width: 300px;
}

.site-footer .site-info__partner__first {
	width: 220px;
}

.site-footer .site-info__partner__last {
	width: 70px;
}

.site-footer .site-info__partner {
		display: flex;
		align-items: center;
	  justify-content: center;
}

@media (min-width: 768px) {
	.site-footer .site-info__partner {
		width: 300px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -43px;
		margin-left: -150px;
	}
	.site-footer .site-info__partner img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.site-footer .site-info p {
			margin-bottom: 0;
	}
}

.cta-dr-leventer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 0;
    margin-bottom: 40px;
}

.cta-dr-leventer__cover-all {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.cta-dr-leventer__icon {
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a3d130;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
}

.cta-dr-leventer__icon svg {
    display: block;
    width: 42px;
    fill: #fff;
}

.cta-dr-leventer__text {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    max-width: calc(100% - 106px);
}

@media screen and (max-width: 800px) {
    .cta-dr-leventer__icon {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    
    .cta-dr-leventer__text {
        text-align: center;
        max-width: 100%;
    }
}
























.vce-features--icon svg {
	display: inline-block !important;
}


.vce-features--icon svg:not(.svg-inline--fa) {
	display: none !important;
}





/* Vlad STYLE */
@media(max-width: 500px){
.contactInfo li {
	float: none !important;
}
}


