/*
Theme Name: Rosebud Child
Theme URI: http://rosebud.mikado-themes.com
Description: A child theme of Rosebud Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: rosebud
Template: rosebud
*/

/* TYPOGRAPHY */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

h1.cursive {
	display: block !important;
	color: #1b1b1b !important;
	font-family: "Mr De Haviland",cursive !important;
	font-size: 55px !important;
	line-height: 1em !important;
	margin-bottom: 7px !important;
	text-align: left !important;
	text-transform: none !important;
}
h2 {
	font-family: 'Lora' !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	letter-spacing: .03em !important;
	line-height: 1.4 !important;
}
body p {
	color: #111 !important;
	font-family: "Inter", serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
	font-size: 18px !important;
	letter-spacing: -.01em !important;
	line-height: 1.5 !important;
}
footer p {
	color: #999 !important;
	font-size: 16px !important;
	letter-spacing: -.01em !important;
	line-height: 24px !important;
}
footer table td {
	/* font-family: "Inter", serif !important; */
}

h5.mkdf-iwt-title {
    color: yellow !important;
}

.fa, .fas, .far {
	font-family: 'FontAwesome' !important;
}
a {
	text-decoration: none !important;
}
.page-id-87 h4 {
	font-size: 20px !important;
	font-family: 'Lato' !important;
	margin: 0 0 10px !important;
}

/* VARIE */

* {
	transition: all 300ms;
}

.hidden {
    display: none !important;
}
img {
	border-radius: 20% 10%;
}
body .pp_pic_holder #pp_full_res img {
	border-radius: 0;
}
.mkdf-image-gallery.mkdf-image-hover-zoom .mkdf-ig-image:hover img {
	opacity: .9 !important;
	transform: none !important;
}
.wpb_single_image .vc_figure {
	overflow: hidden !important;
}
.wpb_single_image img {
	transition: all 200ms !important;
}
.wpb_single_image img:hover {
	opacity: .9 !important;
	transform: none !important;
}

.fioreria_box .vc_general.vc_cta3.vc_cta3-style-classic,
.fioreria_box header.vc_cta3-content-header {
	background: transparent !important;
}

#map_wrapper {
	margin: -40px 0 -20px !important;
}
#map_wrapper * {
	border-radius: 0 !important;
}

#timeline_wrapper li {
	list-style-type: none;
	position: relative;
	padding: 0 0 60px 40px;
	line-height: 1.2;
	border-left: 1px solid #ccc;
	text-align: left;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: start;
	align-content: center;
	align-items: center;
}
#timeline_wrapper li.coming {
	opacity: .5;
}
#timeline_wrapper li.coming * {
	color: #C0295E !important;
}
#timeline_wrapper li::before {
	content: "";
	display: block;
	height: 90px;
	width: 50px;
	background-image: url('/gfx/tulip.png') !important;
	background-size: 60% !important;
	background-repeat: no-repeat !important;
	background: center center;
	top: 50%;
	left: -20px;
	z-index: 20;
	position: absolute;
	background-color: #FFF0E9;
	border-radius: 50%;
	padding: 40px 0;
	transform: translateY(-70%);
}
#timeline_wrapper li p {
	margin: 0;
}
#timeline_wrapper li p.period {
	width: 100px;
	flex-grow: 0;
	min-width: 100px;
	font-size: 16px !important;
}
#timeline_wrapper li p.title {
	font-weight: 600 !important;
	font-family: Lora !important;
	line-height: 1.2 !important;
}
#timeline_wrapper li p.location {
	font-size: 16px !important;
	line-height: 1.2 !important;
	margin-top: 5px !important;
}
#timeline_wrapper li:last-of-type {
	border: 0;
}

#timeline_wrapper li.coming_sep::before {
	display: none;
}
#timeline_wrapper li.coming_sep p.period {
	font-family: "Mr De Haviland",cursive !important;
	font-size: 50px !important;
	width: 100%;
}

/* HEADER */

.mkdf-page-header {
    background: #fff;
}
.mkdf-light-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-main-menu > ul > li > a {
	color: #000 !important;
}
.mkdf-light-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-shopping-cart-holder .mkdf-header-cart {
	color: #000 !important;
}
.wpb_single_image.wpb_content_element.vc_align_right figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey .vc_single_image-img.attachment-full {
	opacity: 1;
}

header {
	background: #C0295E !important;
	padding: 10px 0 !important;
}
.mkdf-sticky-header {
	/* background: #86678D !important; */
	background: #C0295E !important;
	padding: 0 !important;
}
.mkdf-sticky-header .mkdf-sticky-holder {
	/* background: #86678D !important; */
	background: #C0295E !important;
}
header *,
.mkdf-sticky-header .mkdf-sticky-holder * {
	color: #fff !important;
}
header ul li a {
	font-family: Lora !important;
	font-size: 15px !important;
	padding: 0 30px !important;
	font-weight: 200 !important;
}
header nav > ul > li > a::before {
	top: -100%;
	transition: all 300ms;
	content: "";
	display: block;
	background-image: url('butterfly.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 15%;
	width: 35px;
	z-index: 10;
	height: 35px;
}
header nav > ul > li > a:hover::before {
	top: 0;
}
header nav > ul > li > a::after {
	content: "";
	display: block;
	background-image: url('flower.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 20px;
	right: -20px;
	width: 120px;
	z-index: 10;
	height: 35px;
	opacity: 0;
	transition: all 600ms;
}
header nav > ul > li > a:hover::after {
	opacity: 1;
}
header > div {
	max-width: 1680px;
	margin: 0 auto;
}
.mkdf-sticky-header {
	max-width: 100%;
}
header ul li a.current::before {
	top: 0;
}
header ul li a.current::after {
	opacity: 1;
}
.mkdf-drop-down .narrow .second .inner ul {
	padding: 5px 0;
}
.mkdf-drop-down .narrow .second .inner ul li {
	width: 280px !important;
}
.mkdf-drop-down .narrow .second .inner ul li a {
	padding: 5px 20px !important;
	line-height: 1.2;
	border-bottom: 1px dotted #777;
}
.mkdf-drop-down .narrow .second .inner ul li:last-of-type a {
	border: 0 !important;
}

.rs-layer[data-type="text"] {
	text-shadow: 2px 2px #86678D !important;
}
.mkdf-slider-inner a.mkdf-btn {
	/* background: #86678D !important; */
	background: #C0295E !important;
	border: 0 !important;
	font-size: 15px !important;
	font-weight: 200 !important;
	text-shadow: none !important;
}
.mkdf-slider-inner a.mkdf-btn:hover {
	background: #fff !important;
}

.subcategory-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 80px;
	margin-top: 40px;
}
.subcategory-item {
	background: #E2E2D9;
	padding: 20px;
	flex-grow: 1;
	margin: 0 10px;
	flex: 1;
	border-radius: 20px 40px;
}
.subcategory-item h3 {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0;
}
.subcategory-item img {
	margin-bottom: 10px;
}

a.mkdf-btn,
.single_add_to_cart_button,
a.page-numbers,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.wpcf7-submit {
	background: #C0295E !important;
	border: 0 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	letter-spacing: .05em !important;
	text-decoration: none !important;
	font-family: 'Inter' !important;
	border-radius: 15px 10px !important;
	text-transform: uppercase !important;
}
a.mkdf-btn.back,
span.page-numbers.current {
	background: #E2E2D9 !important;
	color: #111 !important;
	margin-bottom: 40px !important;
}
a.page-numbers, span.page-numbers {
	border: 0 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	letter-spacing: .05em !important;
	text-decoration: none !important;
	font-family: 'Inter' !important;
	border-radius: 15px 10px !important;
	padding: 5px 10px !important;
	height: 25px !important;
	line-height: 25px !important;
	padding-bottom: 30px !important;
}
.woocommerce-pagination .page-numbers li a.next::before,
.woocommerce-pagination .page-numbers li a.previous::before {
	display: none !important;
}
a.mkdf-btn.back i {
	font-style: normal !important;
	font-size: 22px !important;
	vertical-align: middle !important;
	display: inline-block !important;
	margin-right: 5px !important;
}
a.mkdf-btn:hover,
.single_add_to_cart_button:hover,
a.page-numbers:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.wpcf7-submit:hover {
	background: #ea4881 !important;
	color: #fff !important;
}
.mkdf-slider-inner a.mkdf-btn:hover {
	color: #111 !important;
}

.mkdf-drop-down .second .inner ul li a .item_outer .item_text {
	color: #C0295E !important;
	text-transform: uppercase !important;
}
.mkdf-drop-down .second .inner ul li a .item_outer .item_text:hover {
	font-weight: 600 !important;
}
.mkdf-drop-down .narrow .second .inner ul {
	padding: 15px 0 !important;
}
.mkdf-side-menu-button-opener .mkdf-side-menu-icon .mkdf-line {
	background-color: #fff !important;
}

.pwb-single-product-brands {
	display: none !important;
}
ul.tabs a {
	color: #555 !important;
}
#tab-pwb_tab-content {
	padding-top: 20px;
}

#top_search_wrapper {
	display: inline-block;
}
#top_search_wrapper * {
	font-style: normal !important;
}
#top_search_wrapper i.fas {
	font-size: 18px !important;
}
#top_search {
	background: #C0295E;
	width: 100%;
	display: none;
	padding: 15px 30px;
	border-radius: 25px;
}
#top_search > div {
	background: #fff;
	border-radius: 25px;
}
#search_query {
	width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 25px;
	padding: 15px 30px;
	color: #333 !important;
	font-family: 'Lora';
	letter-spacing: .02em;
	font-size: 18px;
}
#search_results {
	background: #E2E2D9 !important;
	border-radius: 0 0 25px 25px !important;
	display: none;
	padding: 20px;
}
#search_results a {
	color: #333 !important;
	font-family: 'Lora';
	letter-spacing: .02em;
	font-size: 18px;
	border-bottom: 1px dotted #777;
	width: 100%;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#search_results div:last-of-type a {
	border: 0;
}
#search_results a i {
	color: #111 !important;
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	margin-right: 8px;
	opacity: .5;
}
#search_results a span {
	color: #777 !important;
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
}
#search_results a:hover {
	/* color: #C0295E !important; */
	font-weight: 600;
}
#zero_res_message {
	color: #333 !important;
	font-family: 'Lora';
	letter-spacing: .02em;
	font-size: 18px;
}

#hp_cta_row {
	background-color: #fff0e9;
	background-image: url(http://www.pomodorietulipani.it/wp-content/uploads/2018/02/h2-background-team.jpg);
	background-position: 0 67% !important;
	background-repeat: no-repeat !important;
}

.mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-icon-pack .mkdf-cart-number {
	background-color: #fff !important;
	color: #C0295E !important;
	line-height: 14px !important;
}

body.page-template .mkdf-wrapper .mkdf-wrapper-inner .mkdf-content .mkdf-content-inner .mkdf-title-holder {
	background-position: center center !important;
	background-size: cover !important;
}

body:not(.home) .mkdf-eh-item-content {
	padding: 0 !important;
}

/* BLOG */

.mkdf-blog-holder article .mkdf-post-image img {
    display: block;
    /* width: 600px; */
    height: auto;
    max-width: 100%;
	/* max-height: 350px; */
}
.mkdf-blog-holder article .mkdf-post-heading .mkdf-blog-video-holder, 
.mkdf-blog-holder article .mkdf-post-heading .mkdf-post-image {
	margin-bottom: 10px !important;
}
.mkdf-blog-holder article .mkdf-post-content {
	/* border-bottom: 1px dotted #555; */
	padding-bottom: 30px;
}
.mkdf-comment-form {
	display: none !important;
}

/* CTA */

header.vc_cta3-content-header {
	background: #fff !important;
}
header.vc_cta3-content-header * {
	color: #1b1b1b !important;
}
.vc_general.vc_cta3 {
	border: 0 !important;
	padding: 0 !important;
}
.vc_cta3-content h2 {
	margin-bottom: 0 !important;
}
.vc_cta3-content h4 {
	margin: 5px 0 !important;
}
.vc_general.vc_cta3.vc_cta3-style-classic {
	background-color: #fff !important;
	border: 0 !important;
	padding-bottom: 25px !important;
}
.vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
	margin-bottom: 0 !important;
}
/*
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	color: #fff !important;
	background-color: #C0295E !important;
	border: 0 !important;
	border-radius: 0 !important;
	font-family: 'Open Sans' !important;
	font-size: 15px !important;
	font-weight: 200 !important;
	letter-spacing: .15em !important;
	line-height: 1.15em !important;
	padding: 20px 32px !important;
	text-transform: uppercase !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	background-color: #ea4881 !important;
}
*/

.vc_general.vc_cta3.shop_cta {
	padding: 80px 0 !important;
}
.vc_general.vc_cta3.shop_cta,
.vc_general.vc_cta3.shop_cta header.vc_cta3-content-header,
.vc_general.vc_cta3.shop_cta header.vc_cta3-content-header *,
.vc_general.vc_cta3.shop_cta div {
	background: #f6f6f6 !important;
}
.vc_general.vc_cta3.shop_cta .vc_cta3-actions {
	margin-top: 20px !important;
}
body.page-id-3244 .vc_cta3-container {
	margin-bottom: 0px;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
	margin: 0 !important;
}

.mkdf-woo-single-page .mkdf-single-product-summary p.stock.in-stock {
	display: none !important;
}

#block_secure_payment {
	border: 0;
	padding: 0px 0 40px;
	margin-top: 60px !important;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
#block_secure_payment img {
	height: 100px;
	/* margin-bottom: 15px; */
	border: 1px solid #ddd;
	border-radius: 20px !important;
	padding: 10px;
	box-sizing: border-box;
	margin-right: 10px;
}
#block_secure_payment p {
	font-size: 13px !important;
	line-height: 1.2 !important;
}

#reassurances {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	background: #E2E2D9;
	padding: 20px;
	border-radius: 20px;
	margin-top: 40px;
}
#reassurances > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	justify-items: center;
	align-content: center;
	align-items: center;
	flex: 1;
	flex-grow: 1;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
#reassurances > div:last-of-type {
	border: 0;
}
#reassurances img {
	height: 70px;
}
#reassurances div {
	text-align: center;
}
#reassurances .title {
	font-weight: 600;
	text-transform: uppercase;
	font-family: Lora,sans-serif;
	margin-top: 5px;
	color: #111;
	font-size: 16px;
}
#reassurances .desc {
	font-size: 13px;
	line-height: 1.2;
	font-family: Inter;
	margin-top: 3px;
}

/* CHECKOUT */

ul.woocommerce-error {
	background: #990000 !important;
	border-radius: 15px;
}
ul.woocommerce-error li {
	display: block !important;
	color: #fff !important;
	line-height: 1.4 !important;
}
ul.woocommerce-error li * {
	color: #fff !important;
}
ul.woocommerce-error li a {
	float: none !important;
}

form[name='checkout'] h3 {
	font-weight: 600;
}

ul.wc_payment_methods.payment_methods.methods li label {
	font-size: 18px !important;
	cursor: pointer;
}
li.wc_payment_method  {
	padding: 20px 0;
}
#payment_method_payplug + label {
	/* padding: 20px 0; */
}

#ship-to-different-address {
	background: #f4efc3;
	padding: 0 20px;
}
#ship-to-different-address label {
	cursor: pointer;
}

.payment_box.payment_method_bacs p,
.payment_box.payment_method_payplug p {
	display: block; font-size: 14px !important; background: #f4efc3; padding: 5px 12px; border-radius: 8px; max-width: 700px;
}

.mkdf-woocommerce-page .cart-collaterals table th {
	font-size: 18px;
}
tr.woocommerce-shipping-totals.shipping td {
	display: flex;
	flex-direction: column;
}
tr.woocommerce-shipping-totals.shipping td ul {
	order: 3;
}
tr.woocommerce-shipping-totals.shipping td p {
	order: 1;
}
tr.woocommerce-shipping-totals.shipping td form {
	order: 2;
}
.mkdf-woocommerce-page .cart-collaterals tr.shipping #shipping_method li input[type=radio] {
	margin-right: 5px;
}
.mkdf-woocommerce-page .cart-collaterals tr.shipping #shipping_method li label {
	cursor: pointer;
	text-transform: uppercase;
}
.mkdf-woocommerce-page .cart-collaterals tr.shipping #shipping_method {
	list-style: none;
	margin: 15px 0 10px !important;
	padding: 5px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
/* .cm-date-time-input {
	display: none !important;
}
#ship-to-different-address,
h3.cm-main-label-checkout,
.woocommerce-additional-fields .custom-container > label,
.woocommerce-additional-fields .custom-container select,
.woocommerce-additional-fields .custom-container > br,
.cm-address-checkout-fee > br {
	display: none !important;
}
#map {
	background: #eee;
	margin-bottom: 20px;
}
#payment button {
	display: none !important;
}
#custom_order_btn {
    background: #C0295E !important;
    border: 0 !important;
    color: #fff !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: .05em !important;
    text-decoration: none !important;
    font-family: 'Inter' !important;
    border-radius: 15px 10px !important;
    text-transform: uppercase !important;
    margin: -40px 0 80px !important;
    padding: 10px 20px !important;
    width: 480px !important;
    text-align: center !important;
    line-height: 1.3 !important;
    max-width: 95% !important;
}
.mkdf-blog-list-button {
	background: #C0295E !important;
    border: 0 !important;
    color: #fff !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: .05em !important;
    text-decoration: none !important;
    font-family: 'Inter' !important;
    border-radius: 15px 10px !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    width: 180px !important;
    text-align: center !important;
    line-height: 35px !important;
    max-width: 90% !important;
	height: 40px !important;
}
.cm-cost-per-unit {
	display: none !important;
} */

/* CONTATTI */

.contact_form_wrapper label {
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-family: 'Lora' !important;
	font-size: 15px !important;
	text-indent: 5px;
}
.contact_form_wrapper input, .contact_form_wrapper select, .contact_form_wrapper textarea {
	border-radius: 10px !important;
}
.contact_form_wrapper input[type=checkbox] {
	display: inline-block !important;
	margin-right: 5px;
}
.contact_form_wrapper input[type=checkbox] + span {
	font-weight: 400 !important;
	font-family: 'Inter' !important;
	text-transform: none !important;
	font-size: 14px !important;
	text-indent: 0 !important;
}
.wpcf7-form-control.wpcf7-acceptance {
	margin-bottom: 10px;
	display: block;
}

/* FOOTER */

footer a {
	text-decoration: none !important;
}
footer table td {
	padding: 0px 10px !important;
	text-align: left !important;
}
footer table tr {
	border: 0 !important;
}
footer p {
	margin-bottom: 5px !important;
}
footer .widget {
	margin: 0 0 20px !important;
	padding: 0 !important;
}
footer .widget.mkdf-footer-bottom-column-1.widget_text {
	margin: 20px 0 !important;
}
footer .mkdf-footer-bottom-holder p {
	font-size: 14px !important;
}
footer .widget .mkdf-widget-title-holder {
	margin-bottom: 5px !important;
}
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid {
    padding: 60px 0 40px !important;
}

footer .widget ul li {
	padding: 0 0 8px !important;
}

footer #text-3 .textwidget {
	line-height: 1.2;
}
#footer_hours_link {
	background: #C0295E;
	display: block;
	color: #fff;
	margin: 10px 0 8px;
	width: 180px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
footer #text-3 .textwidget ul {
	margin: 0 !important;
	padding: 0 !important;
}
footer #text-3 .textwidget ul li {
	text-indent: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px;
	line-height: 1.5;
}
footer #text-3 .textwidget ul li span {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
}
#real_hours {
	font-size: 14px !important;
	margin-top: 2px;
}
#real_hours a {
	color: #fff !important;
	font-weight: 400;
}
#now_open_info {
	background: #ccc;
	padding: 0 20px 0 10px;
	margin: 5px 0 0;
	border-radius: 5px;
	color: #111 !important;
	font-weight: 400 !important;
	font-family: "Inter", serif !important;
	position: absolute;
	font-size: 14px !important;
	line-height: 25px !important;
}
#now_open_info span {
	padding: 3px 10px 6px;
	color: #fff;
	border-radius: 0 10px 10px 0;
	margin-left: 5px;
	font-weight: 400;
	position: absolute;
	right: 10px;
	top: 0;
	transform: translateX(100%);
	font-size: 14px;
	line-height: 17px;
}
#now_open_info span.open {
	background: green;
}
#now_open_info span.closed {
	background: #a81c1c;
}

/* BOH */

.mkdf-page-header .mkdf-menu-area {
	background: #C0295E !important;
}

/* HEADER */

a.mkdf-side-menu-button-opener {
	display: none !important;
}

/* WOOCOMMERCE */

div.woocommerce > .products > .product-category .woocommerce-loop-category__title {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	width: 100% !important;
	padding: 0 10px !important;
	margin: 10px 0 0 !important;
	color: #333 !important;
	text-align: center !important;
	z-index: 2 !important;
	opacity: 1 !important;
	box-sizing: border-box !important;
	font-size: 20px !important;
	text-transform: none !important;
	font-weight: 600 !important;
	transform: none !important;
	
	text-transform: uppercase !important;
	letter-spacing: .03em !important;
}
div.woocommerce > .products > .product-category .woocommerce-loop-category__title * {
	color: #333 !important;
}
body.page-id-847 .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner,
body.page-id-847 .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
	padding-top: 0 !important;
}
body.tax-product_cat .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner,
body.tax-product_cat .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner,
body.tax-pwb-brand .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner,
body.tax-pwb-brand .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner,
body.single-product .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner,
body.single-product .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
	padding-top: 80px !important;
}
div.woocommerce > .products > .product-category .woocommerce-loop-category__title .count {
	display: block;
	font-size: 13px !important;
	color: #c0295e !important;
	border-radius: 5px !important;
	margin-top: 5px;
	border-top: 0;
	padding-top: 5px;
	background: none;
	font-weight: 600 !important;
	position: relative;
}
div.woocommerce > .products > .product-category .woocommerce-loop-category__title .count::before,
.pwb-brands-col3 small::before {
	content: "";
	display: block;
	background: #ccc;
	width: 100px;
	left: 50%;
	top: 0px;
	z-index: 10;
	height: 1px;
	transform: translateX(-50%);
	position: absolute;
}
.pwb-brands-col3 p {
	display: block;
	font-family: 'Lora' !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	color: #333 !important;
	position: relative;
}
.pwb-brands-col3 small {
	display: block;
	font-size: 13px !important;
	color: #c0295e !important;
	border-radius: 5px !important;
	margin-top: 5px;
	border-top: 0;
	padding-top: 5px;
	background: none;
	font-weight: 600 !important;
	position: relative;
	width: 100%;
	text-align: center;
}
.pwb-all-brands .pwb-pagination-wrapper {
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}

div.woocommerce > .products > .product-category .woocommerce-loop-category__title .count::after,
.pwb-brands-col3 small::after  {
  content: " prodotti";
}
div.woocommerce > .products > .product-category .woocommerce-loop-category__title .count.singular::after {
  content: " prodotto";
}
div.woocommerce > .products > .product-category a::after {
	content: '' !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 80% !important;
	height: 50% !important;
	display: block !important;
	background-color: rgba(27,27,27,.6) !important;
	transform: translateX(-50%) translateY(-60%) !important;
}
div.woocommerce > .products > .product-category a:hover::before {
	content: "Vedi prodotti" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translateX(-50%) translateY(-100%) !important;
	text-align: center !important;
	color: #fff !important;
	font-weight: 600 !important;
	z-index: 9999 !important;
	font-size: 22px !important;
}
body.single-product .mkdf-title-holder,
body.woocommerce-cart .mkdf-title-holder,
body.woocommerce-checkout .mkdf-title-holder {
	display: none !important;
}

.price del {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.price del::after {
  content: "";
  position: absolute;
  top: 20%;
  left: -20%;
  width: 120%;
  height: 60%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(220, 0, 0, 0.2) 25%,
    rgba(220, 0, 0, 0.3) 50%,
    rgba(220, 0, 0, 0.2) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(-10deg);
  border-radius: 4px;
  pointer-events: none;
}
.price ins {
	font-weight: 600 !important;
	color: #88bf2a;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-single-product-title {
	/* text-transform: none !important; */
	font-size: 39px !important;
	margin: 0 0 30px !important;
}
.mkdf-woo-single-page .mkdf-single-product-summary .price {
	font-size: 29px !important;
}
.mkdf-woo-single-page .mkdf-single-product-summary .price del {
	color: rgba(27,27,27,.8);
	font-size: 18px;
	text-decoration: none;
	display: block;
	margin: -12px 0 0px !important;
	position: relative;
	max-width: 70px;
}
.mkdf-woo-single-page .mkdf-single-product-summary .price ins {	/* Prezzo in offerta */
	font-size: 29px !important;
	font-weight: 500 !important;
	color: #88bf2a;
}

/* body.tax-product_cat .mkdf-title-holder, */
/* body.page-id-847 .mkdf-title-holder { */
.mkdf-title-holder {
	height: 200px !important;
}
/* body.page-id-847 .mkdf-content { */
.mkdf-content {
	margin-top: 0 !important;
}
/* body.page-id-847 .mkdf-title-holder *, */
/* body.tax-product_cat .mkdf-title-holder * { */
.mkdf-title-holder * {
	max-height: 100% !important;
	color: #fff !important;
    z-index: 100;
}
#home_featured {
	padding: 40px 20px 80px !important;
	text-align: center !important;
}
#home_featured a {
	text-decoration: none !important;
}
.page-id-847 h2.vc_custom_heading {
	margin: 0 0 30px !important;
	width: 100% !important;
}
#home_featured h2.vc_custom_heading {
	margin-bottom: 10px !important;
}
body.tax-product_cat h1,
body.tax-pwb-brand h1 {
	font-size: 45px !important;
}
.mkdf-shopping-cart-dropdown * {
	color: #555 !important;
}
.mkdf-shopping-cart-dropdown {
	top: calc(100% - 20px) !important;
    transform: translateX(50%) !important;
}
.mkdf-shopping-cart-dropdown ul {
	margin: 10px 20px !important;
}
.mkdf-shopping-cart-holder {
	padding: 0 25px !important;
}
.mkdf-shopping-cart-holder ul li a {
    padding: 0 !important;
    margin-top: -10px !important;
}
.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-view-cart:hover {
	color: #fff !important;
	background-color: #c0295e !important;
	border: 1px solid #c0295e !important;
}
ul.products>.product .mkdf-pl-text-wrapper {
	margin-top: 12px !important;
}
h5.mkdf-product-list-title {
	font-size: 17px !important;
}
ul.products > .product .price {
	position: relative !important;
	display: block !important;
	color: #999 !important;
	margin: 0px 0 0 !important;
	line-height: 1 !important;
	font-size: 18px !important;
}
.mkdf-title-holder {
	background-image: url('/gfx/background.jpg') !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	position: relative !important;
}
.mkdf-title-holder::before {
	background: rgba(0,0,0,.2);
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

body.single-product .mkdf-content {
	padding-bottom: 60px;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li {
	margin-right: 15px;
	border-right: 1px solid #aaa;
	padding-right: 20px;
}
.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li:last-of-type {
	border-right: 0;
	padding-right: 0;
}
#tab-pwb_tab-content > h3 {
	margin: 0 0 5px;
}
#tab-pwb_tab-content > h3 + div {
	color: #111 !important;
	font-family: "Inter", serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
	font-size: 18px !important;
	letter-spacing: -.01em !important;
	line-height: 1.5 !important;
}
#tab-pwb_tab-content > h3 + div + span {
	display: block;
	margin-top: 20px !important;
}

.related.products {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(-50vw + 50%) !important;
	margin-top: 60px !important;
	background-color: #FFF0E9;
	padding: 40px 20px;
	box-sizing: border-box;
}
.related.products h2 {
	max-width: 1300px !important;
	margin: 20px auto 40px !important;
	text-align: center !important;
}
.related.products ul.products {
	max-width: 1300px !important;
	margin: 0 auto !important;
}
.mkdf-woo-single-page .mkdf-single-product-content .mkdf-new-product, 
.mkdf-woo-single-page .mkdf-single-product-content .mkdf-onsale, 
.mkdf-woo-single-page .mkdf-single-product-content .mkdf-out-of-stock {
	right: 40px !important;
	top: 60px;
	padding: 10px 30px !important;
	font-size: 20px !important;
	border-top-left-radius: 15px;
}
.archive li.outofstock img {
	opacity: .5 !important;
}

.woocommerce .mkdf-new-product, 
.woocommerce .mkdf-onsale, 
.woocommerce .mkdf-out-of-stock {
    width: auto !important;
    height: auto !important;
    color: #fff !important;
    /* padding: 5px 10px !important; */
    background: #000 !important;
	letter-spacing: 0 !important;
	border-bottom-left-radius: 15px;
	/* font-size: 14px !important; */

	right: 0px;
	padding: 5px 40px 5px 22px !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	font-family: "Inter", serif !important;
}
.woocommerce .mkdf-onsale {
	background: #88bf2a !important;
}
.woocommerce .mkdf-new-product::before, 
.woocommerce .mkdf-onsale::before, 
.woocommerce .mkdf-out-of-stock::before {
    border: 0 !important;
}

.product-category img {
	border-radius: 30% 20%;
}
ul.products > .product .mkdf-pl-inner, 
ul.products > .product .mkdf-pl-inner .mkdf-pl-image {
	border-radius: 30% 20%;
	border: 1px solid #eee;
}

@media all and (max-width: 1024px) {
	body.single-product .single_add_to_cart_button.button {
		margin-top: 20px !important;
	}
}

body.woocommerce-cart .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, 
body.woocommerce-cart .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner,
body.woocommerce-checkout .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, 
body.woocommerce-checkout .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
	padding-top: 40px !important;
}
body.blog .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, 
body.blog .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner,
body.single-post .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, 
body.single-post .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
	padding-top: 80px !important;
}

.widget.mkdf-author-info-widget {
	border: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.mkdf-page-footer {
	z-index: 90 !important;
}

@media all and (min-width: 1280px) {
	.woocommerce.columns-5 > .products > .product .mkdf-out-of-stock,
	.woocommerce.columns-5 > .products > .product .mkdf-onsale {
		padding: 10px 80px 10px 25px !important;
		font-size: 18px !important;
	}
	.page-id-847 .products.columns-5 li.product:nth-child(n+6) {
		display: none !important;
	}
}

.mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span.posted_in {
	display: none !important;
}

.mkdf-woo-pagination-holder, .woocommerce-pagination {
	margin: 0 0 60px !important;
}
.descrizione-categoria {
	margin: 0 0 40px;
	border-top: 1px dotted #555;
	padding: 20px 0;
	border-bottom: 1px dotted #555;
}

.mkdf-woo-single-page .mkdf-container-inner > .product.type-product {
	margin-top: 50px;
}

/* HOME SLIDER */

.mkdf-slider {
	display: none !important;
}
#home_slider {
	/* height: 560px; */
}
#home_slider .slide_item {
	height: 640px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#home_slider .slide_inner {
	width: 1200px;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	/* border: 1px solid #000; */
}
#home_slider .slide_inner .pretitle {
	font-family: 'Mr De Haviland';
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: normal;
	text-align: left;
	line-height: 1;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 70px;
	text-shadow: 2px 2px #86678D !important;
}
#home_slider .slide_inner .title {
	font-family: 'Lora';
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: normal;
	text-align: inherit;
	line-height: 1.2;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 65px;
	text-shadow: 2px 2px #86678D !important;
	text-transform: uppercase;
	max-width: 1000px;
	margin: 20px 0 40px;
}
#home_slider .slide_inner a.btn {
	background: #C0295E !important;
	border: 0 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-shadow: none !important;
	color: #fff !important;
	letter-spacing: .05em !important;
	text-decoration: none !important;
	font-family: 'Inter' !important;
	border-radius: 15px 10px !important;
	text-transform: uppercase !important;
	padding: 20px 32px 20px 33px;
	box-shadow: 3px 2px #fff;
}

@media all and (max-width: 850px) {
	#home_slider_wrapper {
		padding: 0 !important;
	}
	#home_slider .slide_inner div {
		text-align: center !important;
		width: 100%;
	}
	#home_slider .slide_inner a.btn {
		margin: 0 auto;
	}
	#home_slider .slide_item {
		height: 480px;
	}
	#home_slider .slide_inner .title {
		font-size: 35px;
	}
	#home_slider .slide_inner .pretitle {
		font-size: 50px;
	}
}

/* BREADCRUMBS */

#shop_bc a,
#shop_bc .current {
    display: inline-block;
    background: #E2E2D9;
    /* border-right: 5px solid #fff; */
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 2px 20px;
    position: relative;
    z-index: 1;
	transition: all 300ms;
}
#shop_bc a:not(:first-child),
#shop_bc .current:not(:first-child) {
    margin-left: 0px; /* sovrapposizione */
	padding-left: 30px;
}
#shop_bc a:not(:first-child)::before,
#shop_bc .current:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0; /* quanto sporgere nell’incavo */
    top: 0;
    width: 15px;
    height: 100%;
    background: #fff; /* stesso colore del bordo tra le pillole */
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 2;
}
#shop_bc .current {
    background: #C0295E;
    color: #fff;
    font-weight: 600;
}
#shop_bc a i.fa {
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
}
#shop_bc a:hover {
	background: #71716C;
	color: #fff;
}

/* CARRELLO */
.mkdf-shopping-cart-dropdown ul li {
	padding: 10px 0 !important;
	border-bottom: 1px dotted #333;
}

/* Switch visualizzazione lista prodotti */
.view-toggle {
	display: block;
	width: 120px;
	clear: both;
	float: right;
}
.view-toggle button {
	background: #eee !important;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 22px !important;
	color: #777;
}
.view-toggle button.active {
	background: #c0295e !important;
	color: #fff !important;
}
.mobile-only { display: none; }

@media (max-width: 768px) {	
	#shop_category_list_wrapper, .page-id-847 .pwb-all-brands {
		position: relative;
		left: 50%;
		width: 100vw;
		margin-left: -50vw;
		max-width: 100vw;
		box-sizing: border-box;
		padding: 0 15px;
	}

  .mobile-only {
    display: flex;
    justify-content: end;
    gap: 5px;
    margin: 12px 0 16px;
  }
  .mobile-only .toggle-view {
    background: none; border: 0; font-size: 20px; cursor: pointer;
  }
  .mobile-only .toggle-view.active{ color:#e74c3c; }

  /* LISTA (default) */
  ul.products.list-view { display: block; }

  /* GRIGLIA 2 colonne */
	ul.products.grid-view, 
	.page-id-847 ul.products,
	body.home ul.products {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
  	}
  	ul.products.grid-view li.product,
	.page-id-847 ul.products li.product,
	body.home ul.products li.product {
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
  	}
	.page-id-847 ul.products li.product,
	.page-id-847 ul.products li.product.product-category,
	body.home ul.products li.product {
		width: 100% !important; /* L’elemento occupa tutta la cella */
		float: none !important;
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
	}
	.page-id-847 ul.products li.product.product-category,
	.page-id-847 ul.products li.product.product-category.first,
	.page-id-847 ul.products li.product.product-category.last {
		/* width: calc(100% - 20px) !important; */
		float: none !important;
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
		margin-bottom: 8px !important;
	}
	.page-id-847 ul.products li.product.product-category:nth-of-type(2n) {
		/* margin-left: -20px !important; */
		/* width: 100% !important; */
	}
	.page-id-847 ul.products li.product.product-category * {
		max-width: 100% !important;
	}
	.page-id-847 ul.products li.product.product-category h2 {
		font-size: 16px !important;
		line-height: 1.2 !important;
		padding: 0 !important;
	}
}


/* WA CHAT */

i.fas {
	font-family: 'FontAwesome';
	font-style: normal;
}
.clear {
	min-height: 1px;
	width: 100%;
	display: block;
	clear: both;
}
#wachat {
	bottom: 20px;
	height: 60px;
	left: 20px;
	position: fixed;
	width: 60px;
	z-index: 9999;
}
#wachat:hover {
	height: 65px;
	width: 65px;
}
#wachat_link, #wachat_link img {
	max-height: 100%;
	max-width: 100%;
}
#wachat_label {
	background: #eee;
	border-radius: 5px;
	bottom: 30px;
	height: 40px;
	left: 90px;
	line-height: 40px;
	overflow: hidden;
	position: fixed;
	text-align: center;
	width: 0px;
	z-index: 99990;
}
#wachat:hover + #wachat_label {
	width: 280px;
}
#watext {
	border-left: 1px solid #eee;
	border-radius: 10px;
	bottom: 90px;
	box-shadow: 0 10px 10px -10px #777, 10px 0 10px -10px #777;
	display: block;
	height: auto;
	left: -100%;
	overflow: hidden;
	position: fixed;
	width: 360px;
	z-index: 99999;
}
#watext.visible {
	left: 20px;
}
#watext .wahead {
	background: #0DC152;
	color: #fff;
	padding: 10px;
	text-align: center;
}
#waclose {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
	color: #fff;
	font-size: 20px;
}
#waclose:hover {
	transform: scale(1.1);
}
#watext .wahead p {
	margin: 0 !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 18px !important;
}
#watext .wacont {
	background: #fff;
}
#watext .inner {
	padding: 15px 20px;
}
#watext .wacont .row {
	clear: both !important;
	display: block !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	width: 100% !important;
}
#watext .wacont .lcol {
	/* border: 1px solid blue; */
	float: left;
	width: 20%;
}
#watext .wacont .rcol {
	/* border: 1px solid green; */
	float: left;
	padding-top: 8px;
	width: 80%;
}
#watext .wacont .rcol.user {
	padding-top: 0;
}
#watext .wacont .rcol p.name {
	color: #333 !important;
	font-weight: 600 !important;
	margin: 0 0 3px !important;
	line-height: 1 !important;
	font-size: 15px !important;
}
#watext .wacont .rcol p.text {
	font-weight: 200;
	color: #aaa;
	margin: 0;
}
#watext .wacont .avatar {
	background: #eee;
	border: 1px solid #eee;
	display: block;
	height: 52px;
	width: 52px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
}
#watext .wacont .avatar.user {
	color: #999;
	font-size: 30px;
	text-align: center;
	font-size: 36px;
	line-height: 1.25;
}
#watext .wacont textarea {
	background: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 200;
	min-height: 120px;
	padding: 5px 10px;
	resize: none;
	width: 100%;
	text-align: left;
}
#watext .wafoot {
	background: #f0f0f0;
	color: #000;
	padding: 0;
	text-align: right;
}
#watext .wafoot .submit {
	background: #0DC152;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	text-align: center;
	width: 110px;
}
#watext .wafoot .submit:hover {
	background: #18e266;
}
#watext .wafoot .submit:hover span {
	display: none;
}
#watext .wafoot .submit i {
	display: inline-block;
	margin-left: 5px;
}
#watext .wacont .rcol p.text {
	font-weight: 200;
	color: #aaa;
	margin: 0;
	font-family: Arial;
	font-size: 14px !important;
	line-height: 1.2 !important;
}
#watext .wacont .avatar.user {
	font-size: 28px;
	padding-top: 6px;
}

@media all and (max-width: 480px) {
	#wachat {
		bottom: 10px;
		height: 50px;
		left: 10px;
		width: 50px;
	}
	#watext {
		bottom: 80px;
		width: 320px;
	}
	#watext.visible {
		left: 10px;
	}
	#watext .inner {
		padding: 10px 0;
	}
	#wachat_label {
		display: none;
	}
}

/* RECENSIONI 2025 */

#review_notes {
	text-align: center;
}

#review_head_row {
	border-top: 0;
	padding-top: 0;
	margin: 20px auto 40px;
	max-width: 1300px;
}

.sk-ww-google-reviews {
	background: transparent !important;
}
.sk-google-reviews {
	visibility: visible !important;
}
.sk-posts-container {
	width: 100% !important;
  	max-width: 1280px !important;
	margin: 0 auto !important;
	overflow-x: hidden !important;
}
.sk-posts-container .sk-wrapper {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
}
.sk-posts-container .sk-wrapper > div {
	flex: 1;
	flex-grow: 1;
	min-width: 33.33% !important;
	box-shadow: none !important;
	height: 400px !important;
	max-height: 50vh !important;
	max-width: 90vw !important;
}
body .sk-ww-google-reviews .sk-post {
	box-shadow: none !important;
	border-radius: 15px !important;
	/* border: 1px solid #E2E2D9 !important; */
}
.sk-post__footer {
	display: none !important;
}
.sk-badge {
	display: none !important;
}
.sk-google-reviews .sk_branding, .sk_branding .tutorial_link {
	display: none !important;
}
.sk-button.sk-load-more-btn {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
body .sk-post-modal button, body .sk-ww-google-reviews button {
	background-color: #fff !important;
}
body .sk-post-modal__btn-close--active {
	opacity: 1 !important;
	background: #fff !important;
}
body .sk-ww-google-reviews a.sk-post__user-link {
	color: #C0295E !important;
	border-bottom: 1px solid #ccc !important;
	display: inline-block !important;
	font-family: "Yantramanav", sans-serif !important;
	font-size: 17px !important;
	line-height: 20px !important;
	font-weight: 700 !important;
	margin-bottom: 0px !important;
	padding-bottom: 2px !important;
	text-transform: capitalize !important;
	max-width: 80% !important;
}
body .sk-ww-google-reviews .sk-post__date {
	line-height: 1 !important;
}
body .sk-ww-google-reviews .sk-post__header {
	border-bottom: 5px solid #FFF0E9 !important;
	padding: 20px 25px !important;
}
body .sk-ww-google-reviews .sk-post__body {
	margin: 0 !important;
	padding: 20px 25px !important;
}
body .sk-ww-google-reviews .sk-post__body .sk-post__text.js-post-text,
body .sk-ww-google-reviews .sk-post__body .sk-post__text-content,
body .sk-ww-google-reviews .sk-post__body .sk-post__text-content > div {
	font-family: "Inter", serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
	color: #333 !important;
	font-size: 16px !important;
	letter-spacing: .01em !important;
	line-height: 1.4 !important;
	margin: auto !important;
	max-width: 100% !important;
	text-align: left !important;
	display: block !important;
}
body .sk-ww-google-reviews .sk-post__rating-icon {
	height: 16px !important;
	width: 16px !important;
}

#reviews-slider {
	display: block !important;
	width: 100% !important;
	height: 3px !important;
	margin-top: 20px !important;
	background: #C0295E !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	border-radius: 5px !important;
	outline: none !important;
	position: relative !important;
	z-index: 9999 !important;
	max-width: 1280px !important;
	margin: 40px auto;
}
#reviews-slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    background: #C0295E !important;
    border-radius: 50% !important;
    cursor: pointer !important;
	border: 0 !important;
}
#reviews-slider::-moz-range-thumb {
    width: 20px !important;
    height: 20px !important;
    background: #C0295E !important;
    border-radius: 50% !important;
    cursor: pointer !important;
	border: 0 !important;
}

@media all and (max-width: 1024px) {
	.sk-posts-container .sk-wrapper > div {
		min-width: 50% !important;
	}
}
@media all and (max-width: 480px) {
	.sk-posts-container .sk-wrapper > div {
		min-width: calc(100vw - 30px) !important;
		width: calc(100vw - 30px) !important;
	}
}


/* RESPONSIVE */

/* @media all and (min-width: 1680px) {
	.mkdf-grid-1300 .mkdf-container-inner, .mkdf-grid-1300 .mkdf-grid, .mkdf-grid-1300 .mkdf-row-grid-section {
		max-width: 1680px !important;
		width: 1680px !important;
	}
} */

nav.mkdf-mobile-nav {
	height: 100vh !important;
}
.mkdf-mobile-header .mkdf-mobile-nav ul#menu-fullscreen-menu-2 > li {
	clear: both;
}
.mkdf-mobile-header .mkdf-mobile-nav ul#menu-fullscreen-menu-2 > li.mkdf-opened a {
	border: 0 !important;
}
.mkdf-mobile-header .mkdf-mobile-nav ul#menu-fullscreen-menu-2 li ul {
	padding: 10px 0 !important;
	margin-left: 0 !important;
}
.mkdf-mobile-header .mkdf-mobile-nav ul#menu-fullscreen-menu-2 li ul li {
	width: calc(50% - 5px);
	float: left;
	line-height: 1.2;
	padding: 5px 10px !important;
	background: #eee;
	border-radius: 15px;
	border: 0 !important;
	margin: 0 5px 5px 0;
	text-align: center;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mkdf-mobile-header .mkdf-mobile-nav ul#menu-fullscreen-menu-2 li ul li a {
	border: 0 !important;
}
.mkdf-mobile-header .mkdf-mobile-nav ul#menu-fullscreen-menu-2 li ul::after {
	content: "";
	display: block;
	width: 100%;
	min-height: 1px;
	clear: both;
	float: none;
}

@media all and (min-width: 1300px) {
	.mkdf-content {
		min-height: 65vh !important;
	}
	.mkdf-woo-single-page .mkdf-single-product-summary {
		padding: 0 !important;
	}
	.mkdf-woo-single-page .mkdf-single-product-summary .price {
		display: block;
		max-width: 200px;
		float: left;
	}
	.mkdf-woo-single-page .mkdf-single-product-summary form.cart {
		margin: 0 0 0 40px !important;
		width: 400px !important;
		float: left;
	}
	.page-id-847 h2.vc_custom_heading {
		margin: 10px 0 50px !important;
		font-size: 36px !important;
	}
	div.woocommerce > .products > .product-category .woocommerce-loop-category__title .count,
	.pwb-brands-col3 small {
		font-size: 15px !important;
	}
	.pwb-brands-cols-outer {
		justify-content: center;
	}
}

@media all and (max-width: 1366px) {
	.mkdf-sticky-header {
		display: none !important;
	}
}
@media all and (max-width: 1900px) and (min-width: 601px) {
	header ul li a {
		padding: 0 20px !important;
	}
}
@media all and (max-width: 1600px) {
	#reassurances .title {
		font-size: 14px;
	}
	#block_secure_payment {
		flex-direction: column;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
	}
}
@media all and (max-width: 850px) {
	body p {
		line-height: 1.4 !important;
	}
	header.mkdf-animate-mobile-header, header.mkdf-animate-mobile-header.mobile-header-appear {
		position: fixed !important;
		top: 0px !important;
		height: 70px !important;
		padding: 0 !important;
		margin-bottom: 0px !important;
		display: block !important;
		width: 100% !important;
		/* transition: none !important; */
	}
	.mkdf-sticky-up-mobile-header .mkdf-animate-mobile-header .mkdf-mobile-header-inner {
		transform: none !important;
	}
	#block_secure_payment {
		padding: 0;
	}
	#reassurances {
		flex-direction: column;
		margin-top: 0;
		padding: 10px 15px;
	}
	#reassurances > div {
		display: block !important;
		padding: 10px 0 12px;
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}
	#reassurances > div .icon {
		float: left;
		margin-right: 15px;
	}
	#reassurances > div .title {
		margin-top: 0;
		text-align: left;
		width: 100%;
	}
	#reassurances .desc {
		margin-top: 0;
		text-align: left;
	}
	h2 {
		line-height: 1.4 !important;
	}
	.mkdf-mobile-header .mkdf-mobile-header-inner .mkdf-mobile-header-holder {
		width: 100% !important;
		background: #c0295e !important;
	}
	.mkdf-mobile-header .mkdf-mobile-header-inner {
		border: 0 !important;
	}
	.mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
		display: block;
		height: 70px !important;
		width: auto !important;
	}
	.mkdf-page-header .mkdf-menu-area.mkdf-menu-right {
		display: none !important;
	}
	.mkdf-mobile-header .mkdf-mobile-menu-opener.mkdf-mobile-menu-opener-icon-pack .mkdf-mobile-menu-icon {
		font-size: 32px !important;
	}
	.mkdf-mobile-header .mkdf-mobile-menu-opener {
		position: absolute !important;
		float: none !important;
		right: -30px !important;
	}
	.mkdf-mobile-header .mkdf-mobile-menu-opener a {
		text-decoration: none !important;
	}
	.mkdf-mobile-header .mkdf-mobile-nav ul {
		padding: 20px 0 !important;
	}
	#menu-fullscreen-menu-2 * {
		color: #555 !important;
		text-decoration: none !important;
		padding: 2px 0 !important;
	}
	h1.cursive {
		text-align: center !important;
	}
	h2 {
		font-size: 26px !important;
		text-align: center !important;
		line-height: 1.2 !important;
	}
	h2.vc_custom_heading {
		font-size: 26px !important;
		line-height: 1.2 !important;
		text-align: center !important;
	}
	body.page-id-847 .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner,
	body.page-id-847 .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner,
	body.tax-product_cat .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner,
	body.tax-product_cat .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner,
	body.tax-pwb-brand .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner,
	body.tax-pwb-brand .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner,
	body.single-product .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner,
	body.single-product .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
		padding-top: 20px !important;
	}
	ul.products > .product .mkdf-pl-text-wrapper {
		margin: 10px 0 10px !important;
	}
	body .mkdf-title-holder.mkdf-title-va-header-bottom .mkdf-title-wrapper {
		padding-top: 20px !important;
		box-sizing: border-box !important;
	}
	body.tax-product_cat .mkdf-title-holder,
	body.tax-pwb-brand .mkdf-title-holder {
		height: auto !important;
	}
	.mkdf-title-wrapper {
		height: auto !important;
		padding: 20px !important;
	}
	body.tax-product_cat h1,
	body.tax-pwb-brand h1 {
		font-size: 35px !important;
	}
	.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid {
		padding: 20px 20px 10px !important;
		width: 100% !important
	}
	footer {
		font-size: 13px !important;
		line-height: 1.4 !important;
	}
	footer .mkdf-footer-bottom-holder p {
		font-size: 12px !important;
		line-height: 1.2 !important;
	}
	footer .widget ul {
		/* column-count: 2; */
	}
	footer .widget .mkdf-widget-title-holder {
		margin-bottom: 10px !important;
	}
	footer table td {
		padding: 0px 10px 0 0 !important;
	}
	.mkdf-page-footer .mkdf-column-content:not(:first-child) {
		margin-top: 10px !important;
	}
	.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-inner {
		width: 100% !important;
		padding: 0 20px 0px !important;
	}
	.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-single-product-title {
		font-size: 26px !important;
		line-height: 1.2 !important;
	}
	.mkdf-woo-single-page .mkdf-single-product-summary .price * {
		/* font-size: 20px !important; */
	}
	.mkdf-title-holder.mkdf-has-bg-image .mkdf-title-wrapper {
		box-sizing: border-box !important;
	}
	.mkdf-vertical-align-containers .mkdf-position-right {
		float: left !important;
	}
	.mkdf-vertical-align-containers .mkdf-position-center {
		width: 180px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	#top_search {
		padding: 10px 20px;
	}
	#search_results {
		padding: 10px 15px;
	}
	#search_results > div {
		position: relative;
	}
	#search_query {
		padding: 15px 20px;
		font-size: 17px;
	}
	#search_results a i {
		position: absolute;
		left: 0;
		top: 0;
	}
	#search_results a {
		padding-bottom: 5px;
		margin-bottom: 5px;
		padding-left: 28px;
		padding-top: 2px;
		padding-right: 45px;
		line-height: 1.2;
		font-size: 16px;
	}
	#search_results a span {
		position: absolute;
		right: 0px;
		top: 1px;
	}
	.mkdf-page-content-holder .vc_row {
		padding-top: 60px !important;
		padding-bottom: 80px !important;
	}
	.mkdf-section-title-holder .mkdf-st-tagline-text {
		line-height: .7 !important;
		margin-bottom: 18px !important;
	}
	ol, ul {
		padding-left: 0 !important;
	}
	.vc_empty_space {
		height: 20px !important;
	}
	a.mkdf-btn, .single_add_to_cart_button, a.page-numbers, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .wpcf7-submit {
		margin-bottom: 20px !important;
	}
	.mkdf-title-image img {
		display: none !important;
	}
	.mkdf-content-inner .mkdf-title-holder.mkdf-has-bg-image {
		height: auto !important;
		background-image: url('/gfx/background.jpg') !important;
		min-height: 180px !important;
	}
	.wpb_single_image.wpb_content_element.vc_custom_1519398578468 {
		margin-bottom: 80px !important;
	}
	#timeline_wrapper {
		margin-top: 40px;
		margin-bottom: -60px;
		padding: 0 0 0 15px !important;
	}
	#timeline_wrapper li {
		display: block !important;
		padding: 0 0 40px 40px;
	}
	#timeline_wrapper li p.period {
		width: 100%;
		flex-grow: 0;
		min-width: 100px;
		font-size: 16px !important;
		text-align: left;
		margin-bottom: 5px;
		color: #C0295E !important;
	}
	#timeline_wrapper li p.title {
		font-size: 17px !important;
	}
	#timeline_wrapper li p.location {
		font-size: 15px !important;
		line-height: 1.3 !important;
	}
	.training_gallery {
		margin-top: -120px !important;
	}
	body.page-id-87 .mkdf-page-content-holder .vc_row.vc_custom_1631360635938, 
	body.page-id-87 .mkdf-page-content-holder .vc_row.vc_custom_1631373944858 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	body.page-id-87 .vc_cta3-container {
		margin-bottom: 0 !important;
	}
	/* body.page-id-87 .mkdf-eh-item-content > .mkdf-section-title-holder {
		padding: 40px 0 0 !important;
	} */
	.wpb_single_image.wpb_content_element.vc_align_right figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey .vc_single_image-img.attachment-full {
		opacity: .5 !important;
	}
	.mkdf-section-title-holder .mkdf-st-tagline-text {
		text-align: center !important;
	}
	.wpcf7-form {
		margin-top: 40px;
	}
	body.page-id-191 .mkdf-btn + .vc_empty_space {
		height: 0 !important;
	}
	#map_wrapper {
		margin: -80px 0 -80px !important;
	}
	.contact_form_wrapper label {
		text-indent: 0;
		line-height: 1.2 !important;
	}

	/* SHOP */
	body.page-id-847 .mkdf-page-content-holder .vc_row {
		padding-top: 0px !important;
		padding-bottom: 20px !important;
	}
	body.page-id-847 .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, 
	body.page-id-847 .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner, 
	body.tax-product_cat .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, 
	body.tax-product_cat .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner, 
	body.tax-pwb-brand .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, 
	body.tax-pwb-brand .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner, 
	body.single-product .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, 
	body.single-product .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
		padding-top: 0px !important;
	}
	body.archive.tax-product_cat .mkdf-container,
	body.archive.tax-pwb-brand .mkdf-container,
	body.single.single-product .mkdf-container {
		padding-top: 40px;
	}
	body.tax-product_cat .mkdf-title-holder,
	body.tax-pwb-brand .mkdf-title-holder {
		height: auto !important;
		min-height: 180px !important;
		display: flex;
	}
	.related.products h2 {
		font-size: 25px !important;
		border-bottom: 1px dotted #333;
		text-align: center !important;
		padding-bottom: 10px;
	}
	body.page-id-847 .vc_custom_1734541353687 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	ul.products > .product {
		text-align: center !important;
	}
	.pwb-brands-col3 p {
		display: block !important;
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
	body.blog .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, 
	body.blog .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner,
	body.single-post .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, 
	body.single-post .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
		padding-top: 40px !important;
	}
	#text-4 {
		margin-top: 0px !important;
	}

	.subcategory-list {
		margin-bottom: 40px;
		display: block;
	}
	.subcategory-item {
		border-radius: 20px;
		padding: 10px 10px;
		margin: 0px 5px 10px;
		width: calc(50% - 10px);
		display: block;
		float: left;
	}
	.subcategory-item h3 {
		font-size: 18px;
	}
	.subcategory-count {
		font-size: 13px;
	}
	.subcategory-list + p.woocommerce-result-count {
		margin-top: 20px;
	}
	body.archive .mkdf-content .mkdf-container-inner, body.archive .mkdf-content .mkdf-grid, body.archive .mkdf-content .mkdf-row-grid-section,
		body.single-product .mkdf-content .mkdf-container-inner, body.single-product .mkdf-content .mkdf-grid, body.single-product .mkdf-content .mkdf-row-grid-section {
		width: calc(100% - 40px) !important;
	}

	.related.products ul.products li {
		width: 50% !important;
		display: block;
		margin: 0 0 15px;
	}
	.related.products ul.products li:nth-of-type(2n) {
		padding: 0 15px 0 5px;
	}
	ul.products.grid-view li:nth-of-type(2n),
	.page-id-847 ul.products li:nth-of-type(2n),
	body.home ul.products li:nth-of-type(2n) {
		padding: 0 10px 0 0;
	}
	.related.products ul.products li:nth-of-type(2n+1) {
		padding: 0 5px 0 15px;
	}
	ul.products.grid-view li:nth-of-type(2n+1),
	.page-id-847 ul.products li:nth-of-type(2n+1),
	body.home ul.products li:nth-of-type(2n+1) {
		padding: 0 0 0 10px;
	}
	.related.products ul.products li h5,
	ul.products.grid-view li h5,
	.page-id-847 ul.products li h5,
	body.home ul.products li h5 {
		font-size: 14px !important;
		line-height: 1.2;
	}
	.related.products ul.products li span.price,
	ul.products.grid-view li span.price,
	.page-id-847 ul.products li span.price,
	body.home ul.products li span.price {
		font-size: 14px !important;
	}
	.related.products ul.products li span.mkdf-out-of-stock,
	ul.products.grid-view li span.mkdf-out-of-stock,
	ul.products.grid-view li span.mkdf-onsale,
	.page-id-847 ul.products li span.mkdf-out-of-stock,
	.page-id-847 ul.products li span.mkdf-onsale,
	body.home ul.products li span.mkdf-onsale {
		font-size: 13px !important;
		padding: 3px 8px 3px 12px !important;
		width: 100% !important;
		text-align: center !important;
		margin: 0 !important;
		border-radius: 0 !important;
	}

	.mkdf-woocommerce-page .woocommerce-ordering, 
	.mkdf-woocommerce-page .woocommerce-result-count {
		margin-bottom: 10px !important;
	}
	.mkdf-woocommerce-page .woocommerce-ordering {
		margin-top: -65px !important;
		margin-bottom: 30px !important;
		width: calc(100% - 100px) !important;
	}

	body.single-product .mkdf-single-product-content .woocommerce-product-gallery__wrapper span.mkdf-out-of-stock,
	body.single-product .mkdf-single-product-content .woocommerce-product-gallery__wrapper span.mkdf-onsale {
		border-top-right-radius: 30px;
		right: 10px;
	}

	.mkdf-woo-single-page .mkdf-single-product-content .mkdf-new-product, 
	.mkdf-woo-single-page .mkdf-single-product-content .mkdf-onsale, 
	.mkdf-woo-single-page .mkdf-single-product-content .mkdf-out-of-stock {
		right: 10px !important;
		top: 30px;
		padding: 10px 20px !important;
		font-size: 18px !important;
		border-top-left-radius: 15px;
		border-top-right-radius: 0 !important;
	}

	#menu-footer-links {
		column-count: 2;
		margin-top: 15px;
	}
	.pwb-brands-cols-outer > div {
		width: calc(50% - 11px) !important;
		float: left !important;
	}
	.pwb-brands-col3 p {
		font-size: 16px !important;
		margin-top: 10px !important;
	}
	.mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
		width: 100% !important;
		padding: 0 20px !important;
	}
	.mkdf-image-gallery .mkdf-ig-image {
		width: 50% !important;
		padding: 0 8px !important;
	}
	.mkdf-woo-single-page .woocommerce-tabs {
		margin: 0 !important;
	}
	.page-id-847 h2#shop_new_title {
		margin-top: 40px !important;
	}

	body.home .mkdf-eh-item-content {
		padding-bottom: 30px !important;
	}

	#home_shop_news_title {
		border-top: 1px dotted #000;
		padding-top: 30px;
		margin-top: 30px;
	}
	div.mkdf-mobile-menu-opener {
		margin-right: 18px;
	}
	#home_featured p {
		margin-bottom: 15px;
	}
	body.home #home_featured .mkdf-btn {
		margin-top: 25px;
	}
	#hp_cta_row {
		padding-top: 0 !important;
	}
	#home_featured .vc_column-inner {
		padding: 0 10px !important;
	}

	.woocommerce-breadcrumb {
		display: flex;
		flex-direction: row;
		gap: 0;
		flex-wrap: wrap;
	}
	#shop_bc a {
		min-width: calc(50% - 5px);
		width: calc(50% - 5px);
		margin-right: 5px;
	}
	#shop_bc .current {
		flex: 1;
		flex-grow: 1;
		width: 100%;
		min-width: 100%;
	}
	#shop_bc a, #shop_bc .current {
		padding: 8px 10px;
		line-height: 1.2;
		font-size: 14px;
		display: flex;
		align-items: center;
		border-right: 0;
		margin-bottom: 8px;
		justify-content: center;
		border-radius: 15px !important;
	}
	#shop_bc a:not(:first-child)::before, #shop_bc .current:not(:first-child)::before {
		display: none !important;
	}
	#shop_bc a:not(:first-child), #shop_bc .current:not(:first-child) {
		padding-left: 10px;
	}
	.mkdf-woo-single-page .mkdf-container-inner > .product.type-product {
		margin: 30px 0 50px !important;
	}
	#shop_bc a {
		min-width: auto !important;
		width: auto !important;
		margin-right: 5px !important;
		flex: 1 !important;
		flex-grow: 1 !important;
		justify-content: center !important;
		text-align: center !important;
	}
	.mkdf-woo-single-page #shop_bc a:last-of-type {
		margin-right: 0 !important;
	}
	body.single.single-product .mkdf-container {
		padding-top: 30px;
	}
	.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons {
		margin-bottom: 15px !important;
	}
}
@media all and (max-width: 600px) {
	.mkdf-woo-single-page .mkdf-single-product-summary .price {
		/* max-width: calc(100% - 260px) !important; */
		float: left !important;
	}
	.mkdf-woo-single-page .mkdf-single-product-summary form.cart {
		margin: 5px 0 0 20px !important;
		width: 240px !important;
		float: left !important;
	}
	.mkdf-woo-single-page .mkdf-single-product-summary .product_meta {
		margin: 5px 0 0;
	}
	.related.products {
		padding: 10px 5px 20px;
	}
	.related.products ul.products li:nth-of-type(2n+1) {
		padding: 0 10px 0 15px;
	}
	.related.products ul.products li:nth-of-type(2n) {
		padding: 0 15px 0 10px;
	}
}
@media all and (max-width: 480px) {
	body.archive .mkdf-content .mkdf-container-inner, 
	body.archive .mkdf-content .mkdf-grid, 
	body.archive .mkdf-content .mkdf-row-grid-section, 
	body.single-product .mkdf-content .mkdf-container-inner, 
	body.single-product .mkdf-content .mkdf-grid, 
	body.single-product .mkdf-content .mkdf-row-grid-section {
		width: 100% !important;
	}
	/* .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
		width: 320px !important;
	} */
	body.single-product .single_add_to_cart_button.button {
		margin-top: 0 !important;
		padding: 17px 15px !important;
	}
	.mkdf-woo-single-page .mkdf-single-product-summary form.cart {
		width: 220px !important;
	}
	a.mkdf-btn, .single_add_to_cart_button, a.page-numbers, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .wpcf7-submit {
		letter-spacing: 0 !important;
	}
}