.document-type,
.document-type legend {
	background: transparent;
}

.document-type legend {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
	width: fit-content;
}

.document-type label {
	margin-bottom: 0;
	line-height: 5px;
	margin-left: 20px;
	position: relative;
    padding-left: 25px;
	cursor: pointer;
}

input[type=checkbox] {
  accent-color: #c2a94d;
}

.document-type label:before {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #27251F;
    background: #FFFFFF;
}

.document-type label:after {
	    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: 0;
}

.document-type label.selected:after {
	content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #c2a94d;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity .3s ease;
}

.document-type label input {
	display: none;
}

.document-type legend abbr {
	text-decoration: none;
}

#billing_nazwa_firmy_field {
	margin-top: 10px;
}

div.document-type {
	display: flex !important;
	align-items: center;
	margin-top: 10px;
}

@media (max-width: 500px) {
	form.checkout .billing-title,
	.review-title {
		flex-direction: row !important;
		align-items: center !important;
		gap: 0 !important;
	}
	
	form.checkout .billing-title p {
		display: none !important
	}
	
	.billing-title .woocommerce-coupon {
		margin-left: auto !important;
	}
}

@media (max-width: 1300px) {
	form.checkout .billing-title,
	.review-title {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	
	.billing-title .woocommerce-coupon {
		margin-left: 0;
	}
}

@media (max-width: 576px) {
	.mobile-cta-button {
		display: block;
		margin-bottom: 40px;
		margin-top: -40px;
	}
	
	.mobile-cta-button button {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media (max-width: 500px) {
.newsletter-wrapper h3 {
    font-size: 45px !important;
    line-height: 50px !important;
}
}

@media(min-width: 576px) {
	.mobile-cta-button {
		display: none;
	}
}

.page-template-default .content-area {
	width: 100% !important;
	max-width: 1540px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
}

.page-template-default .widget-area {
	display: none !important;
}

ul.products li.product .promo {
	display: none;
}


ul.products li.product .price {
	display: flex;
}

ul.products li.product .price ins {
	margin-left: 0 !important;
}

ul.products li.product .price del {
	font-size: 20px;
}

ul.products li.product .onsale {
	display: none;
}

.mc4wp-response {
	margin-left: -15px;
    margin-top: 10px;
    color: red;
}

.home .contact-form .form-element .wpcf7-list-item input {
	display: block;
	opacity: 0;
    position: absolute;
    left: 5px;
}

.home .contact-form .form-element .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	top: 43%;
}

.shop-splide__button.button-left {
	top: 82%;
    justify-content: flex-start;
    left: 52%;
}

@media (min-width: 992px) {
	.shop-splide__button.button-left {
	top: 82%;
    justify-content: center;
    left: 8vw;
    transform: translate(0, 0);
	max-width: 32vw;
}
}

@media (max-width: 500px) {
	.shop-splide__button {
		left: 50%;
		top: 64%;
	}
	
	.shop-splide__button a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.shop-splide__button.button-left {
		left: 50%;
    	top: 45%;
	}
}

@media (max-width: 600px) {
	.shop-splide__button {
		justify-content: center;
		left: 50%;
	}
	
	.shop-splide__button.button-left {
		justify-content: center;
		left: 50%;
	}
}

@media(min-width: 768px) {
	body ul.products li.product .woocommerce-loop-product__title {
		max-width: 87%;
		display: block;
		margin: auto;
	}

}

@media(max-width: 768px) {
	.document-type label {
		display: inline-block !important;
	}
	
	.document-type {
		margin-bottom: 20px !important;
	}
	
	ul.products li.product>a {
		margin-bottom: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media(max-width: 992px) {
	.document-type>label {
		margin-left: 0 !important;
	}
	
	.document-type {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 10px !important;
		height: auto !important;
	}
	
	.document-type label {
		height: 18px !important;
		line-height: 18px !important
	}
}

ul.products li.product>a {
	background: #efefef;
    display: flex;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 50px 20px;
}

ul.products li.product a img {
	max-width: 90%;
    margin-bottom: 0;
}

.single-product div.product .woocommerce-product-gallery img.zoomImg {
	background-color: transparent !important;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
	background: #efefef;
	border-radius: 20px;
}

.form-field-hidden {
	display: none !important
}

.paczkomat_id_wrapper .button {
	text-align: center;
	color: #FFFFFF !important;
	font-weight: 300 !important;
}

.paczkomat_id_wrapper {
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
}

.paczkomat_id_wrapper .form-row {
	margin-bottom: 0;
}

.paczkomat_id_wrapper label {
	display: none !important;
}

.paczkomat_id_wrapper .input-text {
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.product-barista-banner {
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg,#211d1a 80%,#fff 0);
    background-repeat: repeat-x;
    color: #e3c37a;
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .product-barista-banner {
        font-size:14px
    }
}

.product-barista-banner-image {
    padding-top: 30px;
    padding-left: 45px;
    margin-right: -60px;
    text-align: right
}

@media (max-width: 991.98px) {
    .product-barista-banner-image {
        padding-top:0;
        padding-left: 0;
        margin-right: 0;
        text-align: center
    }
}

.product-barista-banner-text {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .product-barista-banner-text {
        display:-webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 140px
    }
}

@media (max-width: 991.98px) {
    .product-barista-banner-text {
        padding-bottom:0
    }
}

.product-barista-banner h3 {
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .product-barista-banner h3 {
        font-size:16px
    }
}

.product-barista-banner h2 {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 45px !important;
    margin-top: 30px;
    margin-bottom: 50px !important;
    line-height: 1.1;
	text-align: left !important;
}

@media (max-width: 991.98px) {
    .product-barista-banner h2 {
        font-size:24px
    }
}

.product-barista-details {
    background: #f9f5ea;
    padding: 40px 50px 30px;
    text-align: center;
    margin-bottom: 50px
}

.product-barista-details h4 {
    font-size: 18px;
    font-weight: 400
}

@media (min-width: 992px) {
    .product-barista-details h4 {
        min-height:3em
    }
}

.product-barista-details-info {
    margin-bottom: 50px
}

.product-barista-details-info>div {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 992px) {
    .product-barista-details-info>div {
        padding-top:10px;
        padding-bottom: 10px
    }
}

.product-barista-details-info>div+div {
    border-top: 1px solid #d0cdc3
}

@media (min-width: 992px) {
    .product-barista-details-info>div+div {
        border-top:0;
        border-left: 1px solid #d0cdc3
    }
}

.product-barista-details .product-barista-details-content {
    min-height: 80px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 36px;
    color: #c2a94d;
    font-family: Pangolin
}

.product-barista-details .product-barista-details-content img {
    margin-left: 2px;
    margin-right: 2px
}

.product-barista-details .product-barista-details-content p {
    margin-bottom: 0
}

.product-barista-details h2 {
    font-size: 36px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-bottom: 40px !important
}

.product-barista-details .intensity-img {
    opacity: .4
}

.product-barista-details .intensity-img-active {
    opacity: 1
}

.product-barista-banner-white {
    margin-bottom: 40px
}

.product-barista-banner-white h2 {
    text-transform: uppercase;
    color: #0f0f0f;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 30px
}

.product-barista-banner-white p {
    font-weight: 400;
    font-size: 18px
}

.product-barista-banner-white .quick-view,.product-barista-banner-white .small {
    font-size: 12px
}

.product-barista-banner-white .smaller {
    font-size: 10px
}

.product-tucan-banner {
    margin-bottom: 70px;
    background: #211d1a
}

.product-tucan-banner-text {
    padding: 30px 40px
}

.product-tucan-banner p {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1
}

.product-tucan-banner p strong {
    font-weight: 700;
    color: #fff
}

.product-tucan-banner-white {
    margin-bottom: 40px
}

.product-tucan-banner-white p.lead {
    font-size: 25px
}

.product-jacobs-banner {
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg,#00401d 80%,#fff 0);
    background-repeat: repeat-x;
    color: #e3c37a;
    margin-bottom: 40px
}

.product-jacobs-banner .intensity-img {
    opacity: .4
}

.product-jacobs-banner .intensity-img-active {
    opacity: 1
}

@media (max-width: 991.98px) {
    .product-jacobs-banner {
        font-size:14px
    }
}

.product-jacobs-banner-image {
    padding-top: 50px;
    padding-left: 45px;
    text-align: right
}

@media (max-width: 991.98px) {
    .product-jacobs-banner-image {
        padding-top:0;
        padding-left: 0;
        text-align: center
    }
}

.product-jacobs-banner-text {
    padding-top: 50px;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .product-jacobs-banner-text {
        display:-webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        padding-bottom: 140px
    }
}

@media (max-width: 991.98px) {
    .product-jacobs-banner-text {
        padding-bottom:0
    }
}

.product-jacobs-banner h3 {
    font-size: 21px;
    font-weight: 200;
    text-transform: uppercase;
    opacity: .6
}

@media (max-width: 991.98px) {
    .product-jacobs-banner h3 {
        font-size:16px
    }
}

.product-jacobs-banner h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 45px !important;
    margin-bottom: 60px !important;
    line-height: 1.1
}

@media (max-width: 991.98px) {
    .product-jacobs-banner h2 {
        font-size:24px !important;
        margin-bottom: 30px !important
    }
}

.jacobs-coffee-size {
    font-size: 12px;
    vertical-align: bottom;
    line-height: 1;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: baseline;
    opacity: .4
}

.product-description {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

.product-description * {
	font-family: 'Gotham', sans-serif !important;
}




.product-lor-banner {
    background-repeat: no-repeat;
    color: #e3c37a;
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .product-lor-banner {
        font-size:14px
    }
}

.product-lor-banner-image {
    padding-top: 30px;
    padding-left: 45px;
    text-align: right
}

@media (max-width: 991.98px) {
    .product-lor-banner-image {
        padding-top:0;
        text-align: center
    }
}

.product-lor-banner-text {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .product-lor-banner-text {
        display:-webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 140px
    }
}

@media (max-width: 991.98px) {
    .product-lor-banner-text {
        padding-bottom:0
    }
}

.product-lor-banner h3 {
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .product-lor-banner h3 {
        font-size:16px
    }
}

.product-lor-banner h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 45px !important;
    line-height: 1.1
}

@media (max-width: 991.98px) {
    .product-lor-banner h2 {
        font-size:24px !important
    }
}

.product-lor-banner .intensity-img {
    opacity: .4
}

.product-lor-banner .intensity-img-active {
    opacity: 1
}

.product-lor-banner-black {
    background: #000001;
    margin-bottom: 40px;
    color: #fff
}

.product-lor-banner-black h2 {
    text-transform: uppercase;
    color: #e3c37a;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 30px
}

.product-lor-banner-black p {
    font-weight: 400;
    font-size: 18px
}

.product-lor-origins-banner {
    background-size: cover;
    margin-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 10px
}

@media (min-width: 992px) {
    .product-lor-origins-banner {
        padding-top:100px;
        padding-bottom: 20px
    }
}

@media (max-width: 991.98px) {
    .product-lor-origins-banner {
        padding-left:30px;
        padding-right: 30px
    }
}

.product-lor-origins-banner p {
    line-height: 1.1;
    margin-bottom: 50px;
    color: #e3c37a;
    font-weight: 500;
    font-size: 18px
}

.product-lor-banner-white {
    margin-bottom: 40px
}

.product-lor-banner-white h2 {
    text-transform: uppercase;
    color: #e3c37a;
    font-weight: 400;
    font-size: 36px !important;
    line-height: 1.1;
    margin-bottom: 30px !important
}

.product-lor-banner-white h3 {
    font-size: 18px;
    color: #c2a94d;
    font-weight: 500;
    text-transform: uppercase;
}

.product-lor-banner-white p {
    font-weight: 400;
    font-size: 18px
}

.product-lor-banner-white .quick-view,.product-lor-banner-white .small {
    font-size: 12px
}

.product-lor-banner-white .smaller {
    font-size: 10px
}

.text-gold-effect {
    background: -webkit-linear-gradient(left,#c18a2d,#c18a2d 20%,#e3bc55 40%,#c18a2d 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #c2a94d;
}

.product-lor-arcydzielo {
    padding-top: 60px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .product-lor-arcydzielo {
        background-size:cover
    }
}

.product-lor-arcydzielo p {
    text-transform: uppercase;
    font-weight: 100;
    color: #ffffff;
    font-size: 14px;
    line-height: 2.2
}

@media (max-width: 991.98px) {
    .product-lor-arcydzielo p {
        padding-left:30px;
        padding-right: 30px
    }
}

.product-lor-pozostale {
    position: relative
}

.product-lor-pozostale .product-lor-pozostale-content {
    padding-top: 40px;
    padding-bottom: 60px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%
}

@media (max-width: 991.98px) {
    .product-lor-pozostale .product-lor-pozostale-content {
        padding-top:2vw
    }
}

.product-lor-pozostale h2 {
    font-size: 32px !important;
    margin-bottom: 1em !important
}

@media (max-width: 991.98px) {
    .product-lor-pozostale h2 {
        font-size:1.667vw !important
    }
}

@media (max-width: 991.98px) {
    .product-lor-pozostale .btn {
        font-size:1.2vw;
        padding-top: .5em;
        padding-bottom: .5em
    }
}

.product-description .btn-primary.focus, .product-description .btn-primary:focus, .product-description .btn-primary:hover {
    color: #fff !important;
    background-color: #b88926;
    border-color: #ad8224;
}

.product-description .btn-primary-large {
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 40px;
    padding: 10px 60px;
    font-size: 17px;
}

.product-description .btn-primary {
    color: #212529;
    background-color: #c2a94d;
    border-color: #c2a94d;
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.product-description .btn-outline-primay:hover, .product-description .btn-primary {
    color: #fff;
}

p {
	display: block;
}


.product-tassimo-banner {
    background-image: url('/wp-content/uploads/2023/08/73c69d09ee9505ab9560495334445ddb.jpg');
    background-position: left bottom 100px;
    background-repeat: no-repeat;
    color: #fff;
    font-family: Montserrat;
    margin-bottom: 40px
}

.product-tassimo-banner .intensity-img {
    opacity: .4
}

.product-tassimo-banner .intensity-img-active {
    opacity: 1
}

@media (max-width: 991.98px) {
    .product-tassimo-banner {
        font-size:14px;
        background-position: 0 0
    }
}

.product-tassimo-banner-image {
    padding-top: 50px;
    padding-left: 45px;
    text-align: right
}

@media (max-width: 991.98px) {
    .product-tassimo-banner-image {
        padding-top:0;
        padding-left: 0;
        text-align: center
    }
}

.product-tassimo-banner-text {
    padding-top: 50px;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .product-tassimo-banner-text {
        display:-webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        padding-bottom: 140px
    }
}

@media (max-width: 991.98px) {
    .product-tassimo-banner-text {
        padding-bottom:0
    }
}

.product-tassimo-banner h3 {
    font-size: 21px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: Montserrat
}

@media (max-width: 991.98px) {
    .product-tassimo-banner h3 {
        font-size:16px
    }
}

.product-tassimo-banner h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 45px !important;
    margin-bottom: 30px !important;
    line-height: 1.1
}

@media (max-width: 991.98px) {
    .product-tassimo-banner h2 {
        font-size:24px;
        margin-bottom: 30px
    }
}

.product-tassimo-banner-white {
    margin-bottom: 40px
}

.product-tassimo-banner-white h2 {
    color: #c2a94d;
    font-size: 36px;
    line-height: 1.1
}

.product-tassimo-banner-white h2,.product-tassimo-banner-white h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-family: Montserrat;
    margin-bottom: 30px
}

.product-tassimo-banner-white h3 {
    color: #64a70b;
    font-size: 32px
}

.product-tassimo-banner-white p {
    font-weight: 400;
    font-size: 18px
}

.product-tassimo-banner-white .quick-view,.product-tassimo-banner-white .small {
    font-size: 12px
}

.product-tassimo-banner-white .smaller {
    font-size: 10px
}

.product-tassimo-details {
    background: #f9f5ea;
    padding: 40px 50px;
    font-family: Montserrat;
    text-align: center;
    margin-bottom: 50px
}

.product-tassimo-details h4 {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400
}

@media (min-width: 992px) {
    .product-tassimo-details h4 {
        min-height:3em
    }
}

.product-tassimo-details-info>div {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 992px) {
    .product-tassimo-details-info>div {
        padding-top:10px;
        padding-bottom: 10px
    }
}

.product-tassimo-details-info>div+div {
    border-top: 1px solid #d0cdc3
}

@media (min-width: 992px) {
    .product-tassimo-details-info>div+div {
        border-top:0;
        border-left: 1px solid #d0cdc3
    }
}

.product-tassimo-details .product-tassimo-details-content {
    min-height: 80px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 36px;
    color: #c2a94d;
    font-family: Pangolin
}

.product-tassimo-details .product-tassimo-details-content img {
    margin-left: 2px;
    margin-right: 2px
}

.product-tassimo-details h2 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px
}

.product-tassimo-details .intensity-img {
    opacity: .4
}

.product-tassimo-details .intensity-img-active {
    opacity: 1
}


.tassimo-intellibrew h2 {
	color: #575756;
    font-size: 40px !important;
    text-transform: uppercase;
}

.tassimo-intellibrew {
    background: #ededed;
    color: #575756;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px
}

.tassimo-intellibrew h2 {
    font-size: 40px;
    text-transform: uppercase
}

.tassimo-intellibrew .intellibrew-cechy {
    margin-bottom: 30px;
    font-size: 24px
}


.product-jacobs-banner {
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg,#00401d 80%,#fff 0);
    background-repeat: repeat-x;
    color: #e3c37a;
    font-family: Montserrat;
    margin-bottom: 40px
}

.product-jacobs-banner .intensity-img {
    opacity: .4
}

.product-jacobs-banner .intensity-img-active {
    opacity: 1
}

@media (max-width: 991.98px) {
    .product-jacobs-banner {
        font-size:14px
    }
}

.product-jacobs-banner-image {
    padding-top: 50px;
    padding-left: 45px;
    text-align: right
}

@media (max-width: 991.98px) {
    .product-jacobs-banner-image {
        padding-top:0;
        padding-left: 0;
        text-align: center
    }
}

.product-jacobs-banner-text {
    padding-top: 50px;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .product-jacobs-banner-text {
        display:-webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        padding-bottom: 140px
    }
}

@media (max-width: 991.98px) {
    .product-jacobs-banner-text {
        padding-bottom:0
    }
}

.product-jacobs-banner h3 {
    font-size: 21px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: Montserrat;
    opacity: .6
}

@media (max-width: 991.98px) {
    .product-jacobs-banner h3 {
        font-size:16px
    }
}

.product-jacobs-banner h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 60px;
    font-family: Montserrat;
    line-height: 1.1
}

@media (max-width: 991.98px) {
    .product-jacobs-banner h2 {
        font-size:24px;
        margin-bottom: 30px
    }
}

.product-jacobs-banner-white {
    margin-bottom: 40px
}

.product-jacobs-banner-white h2 {
    text-transform: uppercase;
    color: #c2a94d;
    font-size: 36px
}

.product-jacobs-banner-white h2,.product-jacobs-banner-white h3 {
    font-weight: 400;
    font-family: Montserrat;
    line-height: 1.1;
    margin-bottom: 30px
}

.product-jacobs-banner-white h3 {
    color: #0f0f0f;
    font-size: 18px
}

.product-jacobs-banner-white p {
    font-weight: 400;
    font-size: 18px
}

.product-jacobs-banner-white .quick-view,.product-jacobs-banner-white .small {
    font-size: 12px
}

.product-jacobs-banner-white .smaller {
    font-size: 10px
}

.product-jacobs-details {
    background: #f9f5ea;
    padding: 40px 50px;
    font-family: Montserrat;
    text-align: center;
    margin-bottom: 50px
}

.product-jacobs-details h4 {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400
}

@media (min-width: 992px) {
    .product-jacobs-details h4 {
        min-height:3em
    }
}

.product-jacobs-details-info>div {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 992px) {
    .product-jacobs-details-info>div {
        padding-top:10px;
        padding-bottom: 10px
    }
}

.product-jacobs-details-info>div+div {
    border-top: 1px solid #d0cdc3
}

@media (min-width: 992px) {
    .product-jacobs-details-info>div+div {
        border-top:0;
        border-left: 1px solid #d0cdc3
    }
}

.product-jacobs-details .product-jacobs-details-content {
    min-height: 80px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 36px;
    color: #c2a94d;
    font-family: Pangolin
}

.product-jacobs-details .product-jacobs-details-content img {
    margin-left: 2px;
    margin-right: 2px
}

.product-jacobs-details h2 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px
}

.product-jacobs-details .intensity-img {
    opacity: .4
}

.product-jacobs-details .intensity-img-active {
    opacity: 1
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
    overflow-x: hidden;
    flex-wrap: nowrap;
	justify-content: center;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	margin-right: 10px !important;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 10px !important;
}

@media(min-width: 768px) {
	.prod.product .prod-desc {
		display: flex;
		flex-direction: column;
		margin-top: 10px;
		height: 100%;
		gap: 35px;
	}
	
	.prod.product .prod-desc a {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.prod.product .prod-desc .loop--add-to-cart {
		margin-top: auto;
	}

	ul.products {
		display: flex;
		flex-wrap: wrap;
	}

	ul.products li {
		display: flex;
		flex-direction: column;
	}
}

.benefits--items .image img {
	height: 35px;
	width: auto;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	border-radius: 35px;
}

.flaticon-back {
	left: 10px;
}

.flaticon-right-arrow {
	right: 10px !important;
}

.woo-product-gallery-slider .wpgs-for .slick-slide {
	border-radius: 20px;
}

.woo-product-gallery-slider .wpgs-for .slick-slide * {
	border-radius: 20px;
}
.woo-product-gallery-slider .wpgs-for .slick-slide .wpgs-lightbox-icon .zoomtoo-container:before {
	content: url('../../images/front/icon_magnify.svg');
	position: absolute;
	right: 15px;
	top: 15px;
	background: #c2a94d;
	border-radius: 15px;
	padding: 13px 14px 8px 14px;
	z-index: 9;
}

.wpgs-lightbox-icon::before {
	display: none;
}

.newsletter-wrapper .right .form .mc4wp-response p {
	display: block;
}

.newsletter-wrapper .right .form .mc4wp-response {
	margin-left: 0;
}