@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');



.text-16 {

	font-size: 16px;

}

.flickity-enabled {

	position: relative
}



.flickity-enabled:focus {

	outline: none
}



.flickity-viewport {

	/* overflow: hidden; */

	position: relative;

	height: 100%
}



.flickity-slider {

	position: absolute;

	width: 100%;

	height: 100%
}



.flickity-enabled.is-draggable {

	-webkit-tap-highlight-color: transparent;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none
}



.flickity-enabled.is-draggable .flickity-viewport {

	cursor: move;

	cursor: -webkit-grab;

	cursor: grab
}



.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {

	cursor: -webkit-grabbing;

	cursor: grabbing
}



.flickity-button {

	position: absolute;

	background: hsla(0, 0%, 100%, .75);

	border: none;

	color: #333
}



.flickity-button:hover {

	background: #fff;

	cursor: pointer
}



.flickity-button:focus {

	outline: none;

	box-shadow: 0 0 0 5px #19f
}



.flickity-button:active {

	opacity: .6
}



.flickity-button:disabled {

	opacity: .3;

	cursor: auto;

	pointer-events: none
}



.flickity-button-icon {

	fill: currentColor
}



.flickity-prev-next-button {

	top: 50%;

	width: 44px;

	height: 44px;

	border-radius: 50%;

	transform: translateY(-50%)
}



.flickity-prev-next-button.previous {

	left: 10px
}



.flickity-prev-next-button.next {

	right: 10px
}



.flickity-rtl .flickity-prev-next-button.previous {

	left: auto;

	right: 10px
}



.flickity-rtl .flickity-prev-next-button.next {

	right: auto;

	left: 10px
}



.flickity-prev-next-button .flickity-button-icon {

	position: absolute;

	left: 20%;

	top: 20%;

	width: 60%;

	height: 60%
}



.flickity-page-dots {

	position: absolute;

	width: 100%;

	bottom: -25px;

	padding: 0;

	margin: 0;

	list-style: none;

	text-align: center;

	line-height: 1
}



.flickity-rtl .flickity-page-dots {

	direction: rtl
}



.flickity-page-dots .dot {

	display: inline-block;

	width: 10px;

	height: 10px;

	margin: 0 8px;

	background: #333;

	border-radius: 50%;

	opacity: .25;

	cursor: pointer
}



.flickity-page-dots .dot.is-selected {

	opacity: 1
}



.flickity-enabled.is-fade .flickity-slider>* {

	pointer-events: none;

	z-index: 0
}



.flickity-enabled.is-fade .flickity-slider>.is-selected {

	pointer-events: auto;

	z-index: 1
}



@font-face {

	font-family: PF Regal Display Pro;

	src: url(../fonts/PFRegalDisplayPro-Black_b56761d3.woff2) format("woff2"), url(../fonts/PFRegalDisplayPro-Black_d5b23874.woff) format("woff");

	font-weight: 900;

	font-style: normal;

	font-display: swap
}



@font-face {

	font-family: Canela;

	src: url(../fonts/Canela-Bold_bb1866bd.woff2) format("woff2"), url(../fonts/Canela-Bold_e7d4e774.woff) format("woff");

	font-weight: 700;

	font-style: normal;

	font-display: swap
}



@font-face {

	font-family: Graphik LG;

	src: url(../fonts/GraphikLG-Regular_73e9b1f2.woff2) format("woff2"), url(../fonts/GraphikLG-Regular_b5ee1215.woff) format("woff");

	font-weight: 400;

	font-style: normal;

	font-display: swap
}



@font-face {

	font-family: Graphik LG Web;

	src: url(../fonts/Graphik-Regular-Gr-Web_ef99b935.woff2) format("woff2"), url(../fonts/Graphik-Regular-Gr-Web_12806295.woff) format("woff");

	font-weight: 400;

	font-style: normal;

	font-stretch: normal
}



@font-face {

	font-family: Nitti;

	src: url(../fonts/Nitti_5d845673.woff2) format("woff2"), url(../fonts/Nitti_1734412f.woff) format("woff");

	font-weight: 400;

	font-style: normal;

	font-display: swap
}



@-webkit-keyframes rotation {

	0% {

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg)
	}



	to {

		-webkit-transform: rotate(359deg);

		transform: rotate(359deg)
	}

}



@-o-keyframes rotation {

	0% {

		-o-transform: rotate(0deg);

		transform: rotate(0deg)
	}



	to {

		-o-transform: rotate(359deg);

		transform: rotate(359deg)
	}

}



@keyframes rotation {

	0% {

		-webkit-transform: rotate(0deg);

		-o-transform: rotate(0deg);

		transform: rotate(0deg)
	}



	to {

		-webkit-transform: rotate(359deg);

		-o-transform: rotate(359deg);

		transform: rotate(359deg)
	}

}



@-webkit-keyframes marquee {

	0% {

		-webkit-transform: translateX(0);

		transform: translateX(0)
	}



	to {

		-webkit-transform: translateX(calc(110% + 2.1em));

		transform: translateX(calc(110% + 2.1em))
	}

}



@-o-keyframes marquee {

	0% {

		-o-transform: translateX(0);

		transform: translateX(0)
	}



	to {

		-o-transform: translateX(calc(110% + 2.1em));

		transform: translateX(calc(110% + 2.1em))
	}

}



@keyframes marquee {

	0% {

		-webkit-transform: translateX(0);

		-o-transform: translateX(0);

		transform: translateX(0)
	}



	to {

		-webkit-transform: translateX(calc(110% + 2.1em));

		-o-transform: translateX(calc(110% + 2.1em));

		transform: translateX(calc(110% + 2.1em))
	}

}



:root {

	--blue: #007bff;

	--indigo: #6610f2;

	--purple: #6f42c1;

	--pink: #e83e8c;

	--red: #dc3545;

	--orange: #fd7e14;

	--yellow: #ffc107;

	--green: #28a745;

	--teal: #20c997;

	--cyan: #17a2b8;

	--white: #fff;

	--gray: #6c757d;

	--gray-dark: #343a40;

	--brand: (pink:#e9a8c6, orange:#ed7b49, cupid:#f5afb9, #000:#000, #fff:#fff, brown:#FFE4E1);

	--background: (pink:#f4b8d4);

	--secondary: (pink:#e9a8c6, raw:#f9dcd4, red:#f35c59);

	--product: (tahini-sketo:#fecf6b, tahini-olikis:#d4b18a, tahini-meli:#fff7b0, tahini-karida:#aed7ad, tahini-maple:#ee5b5e, tahini-xaroupomelo:#a790c2, tahini-bio:#6cb4e1, tahini-chia:#ad6aa9, tahini-linarosporos:#4fb07d, tahini-fitikes-ines:#a6d07d, tahini-protein:#f84f5a, tahini-combo:#f6b8d3, fistikovoutiro:#72a080, fountoukovoutiro:#abafd6, amigdalovoutiro:#f6b8d3, kasious-voutiro:#afe2f8, meli:#ffe699, nuts-psimena:#a5493d, nuts-oma:#fceeea, gift-card:#ec4844, mystery-box:#a383ff);

	--primary: #000;

	--secondary: #6c757d;

	--success: #28a745;

	--info: #17a2b8;

	--warning: #ed7b49;

	--danger: #dc3545;

	--light: #f8f9fa;

	--dark: #343a40;

	--breakpoint-xs: 0;

	--breakpoint-sm: 576px;

	--breakpoint-md: 768px;

	--breakpoint-lg: 992px;

	--breakpoint-xl: 1200px;

	--breakpoint-xxl: 1600px;

	--breakpoint-xxxl: 1920px;

	--breakpoint-xxxxl: 3840px;

	--font-family-sans-serif: "Graphik LG", "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}



*,

:after,

:before {

	-webkit-box-sizing: border-box;

	box-sizing: border-box
}



html {

	font-family: sans-serif;

	line-height: 1.15;

	-webkit-text-size-adjust: 100%;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}



article,

aside,

figcaption,

figure,

footer,

header,

hgroup,

main,

nav,

section {

	display: block
}



body {

	margin: 0;

	font-family: Graphik LG, Arial, sans-serif;

	font-style: normal;

	font-size: 1rem;

	font-weight: 400;

	line-height: 1.5;

	color: #000;

	text-align: left;

	background-color: #fff
}



[tabindex="-1"]:focus {

	outline: 0 !important
}



hr {

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

	height: 0;

	overflow: visible
}



#additional_xmas_wish_field label,

#order_comments_field label,

h1,

h2,

h3,

h4,

h5,

h6 {

	margin-top: 0;

	margin-bottom: .5rem
}



p {

	margin-top: 0;

	margin-bottom: 1rem
}



abbr[data-original-title],

abbr[title] {

	text-decoration: underline;

	-webkit-text-decoration: underline dotted;

	text-decoration: underline dotted;

	cursor: help;

	border-bottom: 0;

	text-decoration-skip-ink: none
}



address {

	font-style: normal;

	line-height: inherit
}



address,

dl,

ol,

ul {

	margin-bottom: 1rem
}



dl,

ol,

ul {

	margin-top: 0
}



ol ol,

ol ul,

ul ol,

ul ul {

	margin-bottom: 0
}



dt {

	font-weight: 700
}



dd {

	margin-bottom: .5rem;

	margin-left: 0
}



blockquote {

	margin: 0 0 1rem
}



b,

strong {

	font-weight: bolder
}



small {

	font-size: 80%
}



sub,

sup {

	position: relative;

	font-size: 75%;

	line-height: 0;

	vertical-align: baseline
}



sub {

	bottom: -.25em
}



sup {

	top: -.5em
}



a {

	background-color: transparent
}



a,

a:hover {

	color: #000;

	text-decoration: none
}



a:not([href]):not([tabindex]),

a:not([href]):not([tabindex]):focus,

a:not([href]):not([tabindex]):hover {

	color: inherit;

	text-decoration: none
}



a:not([href]):not([tabindex]):focus {

	outline: 0
}



code,

kbd,

pre,

samp {

	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;

	font-size: 1em
}



pre {

	margin-top: 0;

	margin-bottom: 1rem;

	overflow: auto
}



figure {

	margin: 0 0 1rem
}



img {

	border-style: none
}



img,

svg {

	vertical-align: middle
}



svg {

	overflow: hidden
}



table {

	border-collapse: collapse
}



caption {

	padding-top: .75rem;

	padding-bottom: .75rem;

	color: #6c757d;

	text-align: left;

	caption-side: bottom
}



th {

	text-align: inherit
}



label {

	display: inline-block;

	margin-bottom: .5rem
}



button {

	border-radius: 0
}



button:focus {

	outline: 1px dotted;

	outline: 5px auto -webkit-focus-ring-color
}



button,

input,

optgroup,

select,

textarea {

	margin: 0;

	font-family: inherit;

	font-size: inherit;

	line-height: inherit
}



button,

input {

	overflow: visible
}



button,

select {

	text-transform: none
}



select {

	word-wrap: normal
}



[type=button],

[type=reset],

[type=submit],

button {

	-webkit-appearance: button
}



[type=button]:not(:disabled),

[type=reset]:not(:disabled),

[type=submit]:not(:disabled),

button:not(:disabled) {

	cursor: pointer
}



[type=button]::-moz-focus-inner,

[type=reset]::-moz-focus-inner,

[type=submit]::-moz-focus-inner,

button::-moz-focus-inner {

	padding: 0;

	border-style: none
}



input[type=checkbox],

input[type=radio] {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	padding: 0
}



input[type=date],

input[type=datetime-local],

input[type=month],

input[type=time] {

	-webkit-appearance: listbox
}



textarea {

	overflow: auto;

	resize: vertical
}



fieldset {

	min-width: 0;

	padding: 0;

	margin: 0;

	border: 0
}



legend {

	display: block;

	width: 100%;

	max-width: 100%;

	padding: 0;

	margin-bottom: .5rem;

	font-size: 1.5rem;

	line-height: inherit;

	color: inherit;

	white-space: normal
}



progress {

	vertical-align: baseline
}



[type=number]::-webkit-inner-spin-button,

[type=number]::-webkit-outer-spin-button {

	height: auto
}



[type=search] {

	outline-offset: -2px;

	-webkit-appearance: none
}



[type=search]::-webkit-search-decoration {

	-webkit-appearance: none
}



::-webkit-file-upload-button {

	font: inherit;

	-webkit-appearance: button
}



output {

	display: inline-block
}



summary {

	display: list-item;

	cursor: pointer
}



template {

	display: none
}



[hidden] {

	display: none !important
}



#additional_xmas_wish_field label,

#order_comments_field label,

.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

	margin-bottom: .5rem;

	font-weight: 500;

	line-height: 1.2
}



.h1,

h1 {

	font-size: 2.5rem
}



.h2,

h2 {

	font-size: 2rem
}



#additional_xmas_wish_field label,

#order_comments_field label,

.h3,

h3 {

	font-size: 1.75rem
}



.h4,

h4 {

	font-size: 1.5rem
}



.h5,

h5 {

	font-size: 1.25rem
}



.h6,

h6 {

	font-size: 1rem
}



.actions button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead,

.mailchimp-form input.mailchimp-email::-webkit-input-placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-list-sidebar .widgettitle,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping],

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.woocommerce-account .addresses .woocommerce-column--billing-address address,

.woocommerce-account .addresses .woocommerce-column--shipping-address address,

.woocommerce-account .my_account_giftcards th,

.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

.woocommerce-account .ywsbs_subscription_table th,

.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

.woocommerce-Address address,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon #coupon_code,

.woocommerce-cart-form .product-quantity .qty,

.woocommerce-cart-form th,

.woocommerce-column--billing-address address,

.woocommerce-column--shipping-address address,

.ywdpd_popup .ywdpd_footer a,

.ywdpd_popup .ywdpd_qty_label,

.ywsl-social,

body.assorted_product .abp-search-reset-btn,

body.assorted_product .abp_assorted_footer,

body.assorted_product .apb_products_items_container .abp_button button,

body.assorted_product .apb_products_items_container .add-product-to-assorted,

body.assorted_product .quantity .screen-reader-text,

ul.woocommerce-order-overview li {

	font-size: 1.25rem;

	font-weight: 300
}



.actions button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead,

.mailchimp-form input.mailchimp-email::-moz-placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-list-sidebar .widgettitle,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping],

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.woocommerce-account .addresses .woocommerce-column--billing-address address,

.woocommerce-account .addresses .woocommerce-column--shipping-address address,

.woocommerce-account .my_account_giftcards th,

.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

.woocommerce-account .ywsbs_subscription_table th,

.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

.woocommerce-Address address,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon #coupon_code,

.woocommerce-cart-form .product-quantity .qty,

.woocommerce-cart-form th,

.woocommerce-column--billing-address address,

.woocommerce-column--shipping-address address,

.ywdpd_popup .ywdpd_footer a,

.ywdpd_popup .ywdpd_qty_label,

.ywsl-social,

body.assorted_product .abp-search-reset-btn,

body.assorted_product .abp_assorted_footer,

body.assorted_product .apb_products_items_container .abp_button button,

body.assorted_product .apb_products_items_container .add-product-to-assorted,

body.assorted_product .quantity .screen-reader-text,

ul.woocommerce-order-overview li {

	font-size: 1.25rem;

	font-weight: 300
}



.actions button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead,

.mailchimp-form input.mailchimp-email::-ms-input-placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-list-sidebar .widgettitle,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping],

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.woocommerce-account .addresses .woocommerce-column--billing-address address,

.woocommerce-account .addresses .woocommerce-column--shipping-address address,

.woocommerce-account .my_account_giftcards th,

.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

.woocommerce-account .ywsbs_subscription_table th,

.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

.woocommerce-Address address,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon #coupon_code,

.woocommerce-cart-form .product-quantity .qty,

.woocommerce-cart-form th,

.woocommerce-column--billing-address address,

.woocommerce-column--shipping-address address,

.ywdpd_popup .ywdpd_footer a,

.ywdpd_popup .ywdpd_qty_label,

.ywsl-social,

body.assorted_product .abp-search-reset-btn,

body.assorted_product .abp_assorted_footer,

body.assorted_product .apb_products_items_container .abp_button button,

body.assorted_product .apb_products_items_container .add-product-to-assorted,

body.assorted_product .quantity .screen-reader-text,

ul.woocommerce-order-overview li {

	font-size: 1.25rem;

	font-weight: 300
}



.actions button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead,

.mailchimp-form input.mailchimp-email::placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-list-sidebar .widgettitle,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping],

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.woocommerce-account .addresses .woocommerce-column--billing-address address,

.woocommerce-account .addresses .woocommerce-column--shipping-address address,

.woocommerce-account .my_account_giftcards th,

.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

.woocommerce-account .ywsbs_subscription_table th,

.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

.woocommerce-Address address,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon #coupon_code,

.woocommerce-cart-form .product-quantity .qty,

.woocommerce-cart-form th,

.woocommerce-column--billing-address address,

.woocommerce-column--shipping-address address,

.ywdpd_popup .ywdpd_footer a,

.ywdpd_popup .ywdpd_qty_label,

.ywsl-social,

body.assorted_product .abp-search-reset-btn,

body.assorted_product .abp_assorted_footer,

body.assorted_product .apb_products_items_container .abp_button button,

body.assorted_product .apb_products_items_container .add-product-to-assorted,

body.assorted_product .quantity .screen-reader-text,

ul.woocommerce-order-overview li {

	font-size: 17px;

	font-weight: 300
}



.display-1 {

	font-size: 6rem
}



.display-1,

.display-2 {

	font-weight: 300;

	line-height: 1.2
}



.display-2 {

	font-size: 5.5rem
}



.display-3 {

	font-size: 4.5rem
}



.display-3,

.display-4 {

	font-weight: 300;

	line-height: 1.2
}



.display-4 {

	font-size: 3.5rem
}



hr {

	margin-top: 1rem;

	margin-bottom: 1rem;

	border: 0;

	border-top: 1px solid rgba(0, 0, 0, .1)
}



.small,

small {

	font-size: 80%;

	font-weight: 400
}



.mark,

mark {

	padding: .2em;

	background-color: #fcf8e3
}



.list-inline,

.list-unstyled,

.woocommerce-MyAccount-navigation ul {

	padding-left: 0;

	list-style: none
}



.list-inline-item {

	display: inline-block
}



.list-inline-item:not(:last-child) {

	margin-right: .5rem
}



.initialism {

	font-size: 90%;

	text-transform: uppercase
}



.blockquote {

	margin-bottom: 1rem;

	font-size: 1.25rem
}



.blockquote-footer {

	display: block;

	font-size: 80%;

	color: #6c757d
}



.blockquote-footer:before {

	content: "\2014\A0"

}



.img-fluid,

.img-thumbnail,

.wp-caption img {

	max-width: 100%;

	height: auto
}



.img-thumbnail {

	padding: .25rem;

	background-color: #fff;

	border: 1px solid #dee2e6;

	border-radius: .25rem
}



.figure,

.wp-caption {

	display: inline-block
}



.figure-img,

.wp-caption img {

	margin-bottom: .5rem;

	line-height: 1
}



.figure-caption,

.wp-caption-text {

	font-size: 90%;

	color: #6c757d
}



.container {

	width: 100%;

	padding-right: 15px;

	padding-left: 15px;

	margin-right: auto;

	margin-left: auto
}



@media (min-width:576px) {

	.container {

		max-width: 667px
	}

}



@media (min-width:768px) {

	.container {

		max-width: 750px
	}

}



@media (min-width:992px) {

	.container {

		max-width: 992px
	}

}



@media (min-width:1200px) {

	.container {

		max-width: 1140px
	}

}



@media (min-width:1600px) {

	.container {

		max-width: 1530px
	}

}



.container-fluid {

	width: 100%;

	padding-right: 15px;

	padding-left: 15px;

	margin-right: auto;

	margin-left: auto
}



.product-main .summary,

.row,

.woocommerce-account .woocommerce-EditAccountForm,

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,

.woocommerce-checkout .woocommerce-address-fields__field-wrapper,

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin-right: -15px;

	margin-left: -15px
}



.no-gutters {

	margin-right: 0;

	margin-left: 0
}



.no-gutters>.col,

.no-gutters>[class*=col-] {

	padding-right: 0;

	padding-left: 0
}



.col,

.col-1,

.col-2,

.col-3,

.col-4,

.col-5,

.col-6,

.col-7,

.col-8,

.col-9,

.col-10,

.col-11,

.col-12,

.col-auto,

.col-lg,

.col-lg-1,

.col-lg-2,

.col-lg-3,

.col-lg-4,

.col-lg-5,

.col-lg-6,

.col-lg-7,

.col-lg-8,

.col-lg-9,

.col-lg-10,

.col-lg-11,

.col-lg-12,

.col-lg-auto,

.col-md,

.col-md-1,

.col-md-2,

.col-md-3,

.col-md-4,

.col-md-5,

.col-md-6,

.col-md-7,

.col-md-8,

.col-md-9,

.col-md-10,

.col-md-11,

.col-md-12,

.col-md-auto,

.col-sm,

.col-sm-1,

.col-sm-2,

.col-sm-3,

.col-sm-4,

.col-sm-5,

.col-sm-6,

.col-sm-7,

.col-sm-8,

.col-sm-9,

.col-sm-10,

.col-sm-11,

.col-sm-12,

.col-sm-auto,

.col-xl,

.col-xl-1,

.col-xl-2,

.col-xl-3,

.col-xl-4,

.col-xl-5,

.col-xl-6,

.col-xl-7,

.col-xl-8,

.col-xl-9,

.col-xl-10,

.col-xl-11,

.col-xl-12,

.col-xl-auto,

.col-xxl,

.col-xxl-1,

.col-xxl-2,

.col-xxl-3,

.col-xxl-4,

.col-xxl-5,

.col-xxl-6,

.col-xxl-7,

.col-xxl-8,

.col-xxl-9,

.col-xxl-10,

.col-xxl-11,

.col-xxl-12,

.col-xxl-auto,

.col-xxxl,

.col-xxxl-1,

.col-xxxl-2,

.col-xxxl-3,

.col-xxxl-4,

.col-xxxl-5,

.col-xxxl-6,

.col-xxxl-7,

.col-xxxl-8,

.col-xxxl-9,

.col-xxxl-10,

.col-xxxl-11,

.col-xxxl-12,

.col-xxxl-auto,

.col-xxxxl,

.col-xxxxl-1,

.col-xxxxl-2,

.col-xxxxl-3,

.col-xxxxl-4,

.col-xxxxl-5,

.col-xxxxl-6,

.col-xxxxl-7,

.col-xxxxl-8,

.col-xxxxl-9,

.col-xxxxl-10,

.col-xxxxl-11,

.col-xxxxl-12,

.col-xxxxl-auto,

.woocommerce-account .woocommerce-EditAccountForm .form-row,

.woocommerce-account .woocommerce-EditAccountForm .form-row-first,

.woocommerce-account .woocommerce-EditAccountForm .form-row-last,

.woocommerce-account .woocommerce-EditAccountForm fieldset,

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#account_password_field,

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_document_field,

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row.notes,

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field),

.woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row#account_password_field,

.woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row#billing_document_field,

.woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row.notes,

.woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field),

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#account_password_field,

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_document_field,

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.notes,

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field),

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row#account_password_field,

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row#billing_document_field,

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row.notes,

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field) {

	position: relative;

	width: 100%;

	padding-right: 15px;

	padding-left: 15px
}



.col {

	-ms-flex-preferred-size: 0;

	flex-basis: 0;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	max-width: 100%
}



.col-auto {

	-ms-flex: 0 0 auto;

	flex: 0 0 auto;

	width: auto;

	max-width: 100%
}



.col-1,

.col-auto {

	-webkit-box-flex: 0
}



.col-1 {

	-ms-flex: 0 0 8.33333%;

	flex: 0 0 8.33333%;

	max-width: 8.33333%
}



.col-2 {

	-ms-flex: 0 0 16.66667%;

	flex: 0 0 16.66667%;

	max-width: 16.66667%
}



.col-2,

.col-3 {

	-webkit-box-flex: 0
}



.col-3 {

	-ms-flex: 0 0 25%;

	flex: 0 0 25%;

	max-width: 25%
}



.col-4 {

	-ms-flex: 0 0 33.33333%;

	flex: 0 0 33.33333%;

	max-width: 33.33333%
}



.col-4,

.col-5 {

	-webkit-box-flex: 0
}



.col-5 {

	-ms-flex: 0 0 41.66667%;

	flex: 0 0 41.66667%;

	max-width: 41.66667%
}



.col-6 {

	-ms-flex: 0 0 50%;

	flex: 0 0 50%;

	max-width: 50%
}



.col-6,

.col-7 {

	-webkit-box-flex: 0
}



.col-7 {

	-ms-flex: 0 0 58.33333%;

	flex: 0 0 58.33333%;

	max-width: 58.33333%
}



.col-8 {

	-ms-flex: 0 0 66.66667%;

	flex: 0 0 66.66667%;

	max-width: 66.66667%
}



.col-8,

.col-9 {

	-webkit-box-flex: 0
}



.col-9 {

	-ms-flex: 0 0 75%;

	flex: 0 0 75%;

	max-width: 75%
}



.col-10 {

	-ms-flex: 0 0 83.33333%;

	flex: 0 0 83.33333%;

	max-width: 83.33333%
}



.col-10,

.col-11 {

	-webkit-box-flex: 0
}



.col-11 {

	-ms-flex: 0 0 91.66667%;

	flex: 0 0 91.66667%;

	max-width: 91.66667%
}



.col-12,

.woocommerce-account .woocommerce-EditAccountForm .form-row,

.woocommerce-account .woocommerce-EditAccountForm fieldset,

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#account_password_field,

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_document_field,

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row.notes,

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field),

.woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row#account_password_field,

.woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row#billing_document_field,

.woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row.notes,

.woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field),

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#account_password_field,

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_document_field,

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.notes,

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field),

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row#account_password_field,

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row#billing_document_field,

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row.notes,

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field) {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%
}



.order-first {

	-webkit-box-ordinal-group: 0;

	-ms-flex-order: -1;

	order: -1
}



.order-last {

	-webkit-box-ordinal-group: 14;

	-ms-flex-order: 13;

	order: 13
}



.order-0 {

	-webkit-box-ordinal-group: 1;

	-ms-flex-order: 0;

	order: 0
}



.order-1 {

	-webkit-box-ordinal-group: 2;

	-ms-flex-order: 1;

	order: 1
}



.order-2 {

	-webkit-box-ordinal-group: 3;

	-ms-flex-order: 2;

	order: 2
}



.order-3 {

	-webkit-box-ordinal-group: 4;

	-ms-flex-order: 3;

	order: 3
}



.order-4 {

	-webkit-box-ordinal-group: 5;

	-ms-flex-order: 4;

	order: 4
}



.order-5 {

	-webkit-box-ordinal-group: 6;

	-ms-flex-order: 5;

	order: 5
}



.order-6 {

	-webkit-box-ordinal-group: 7;

	-ms-flex-order: 6;

	order: 6
}



.order-7 {

	-webkit-box-ordinal-group: 8;

	-ms-flex-order: 7;

	order: 7
}



.order-8 {

	-webkit-box-ordinal-group: 9;

	-ms-flex-order: 8;

	order: 8
}



.order-9 {

	-webkit-box-ordinal-group: 10;

	-ms-flex-order: 9;

	order: 9
}



.order-10 {

	-webkit-box-ordinal-group: 11;

	-ms-flex-order: 10;

	order: 10
}



.order-11 {

	-webkit-box-ordinal-group: 12;

	-ms-flex-order: 11;

	order: 11
}



.order-12 {

	-webkit-box-ordinal-group: 13;

	-ms-flex-order: 12;

	order: 12
}



.offset-1 {

	margin-left: 8.33333%
}



.offset-2 {

	margin-left: 16.66667%
}



.offset-3 {

	margin-left: 25%
}



.offset-4 {

	margin-left: 33.33333%
}



.offset-5 {

	margin-left: 41.66667%
}



.offset-6 {

	margin-left: 50%
}



.offset-7 {

	margin-left: 58.33333%
}



.offset-8 {

	margin-left: 66.66667%
}



.offset-9 {

	margin-left: 75%
}



.offset-10 {

	margin-left: 83.33333%
}



.offset-11 {

	margin-left: 91.66667%
}



@media (min-width:576px) {

	.col-sm {

		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%
	}



	.col-sm-auto {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: 100%
	}



	.col-sm-1 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.33333%;

		flex: 0 0 8.33333%;

		max-width: 8.33333%
	}



	.col-sm-2 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.66667%;

		flex: 0 0 16.66667%;

		max-width: 16.66667%
	}



	.col-sm-3 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%
	}



	.col-sm-4 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.33333%;

		flex: 0 0 33.33333%;

		max-width: 33.33333%
	}



	.col-sm-5 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.66667%;

		flex: 0 0 41.66667%;

		max-width: 41.66667%
	}



	.col-sm-6 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%
	}



	.col-sm-7 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.33333%;

		flex: 0 0 58.33333%;

		max-width: 58.33333%
	}



	.col-sm-8 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.66667%;

		flex: 0 0 66.66667%;

		max-width: 66.66667%
	}



	.col-sm-9 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%
	}



	.col-sm-10 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.33333%;

		flex: 0 0 83.33333%;

		max-width: 83.33333%
	}



	.col-sm-11 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.66667%;

		flex: 0 0 91.66667%;

		max-width: 91.66667%
	}



	.col-sm-12 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%
	}



	.order-sm-first {

		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1
	}



	.order-sm-last {

		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13
	}



	.order-sm-0 {

		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0
	}



	.order-sm-1 {

		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1
	}



	.order-sm-2 {

		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2
	}



	.order-sm-3 {

		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3
	}



	.order-sm-4 {

		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4
	}



	.order-sm-5 {

		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5
	}



	.order-sm-6 {

		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6
	}



	.order-sm-7 {

		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7
	}



	.order-sm-8 {

		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8
	}



	.order-sm-9 {

		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9
	}



	.order-sm-10 {

		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10
	}



	.order-sm-11 {

		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11
	}



	.order-sm-12 {

		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12
	}



	.offset-sm-0 {

		margin-left: 0
	}



	.offset-sm-1 {

		margin-left: 8.33333%
	}



	.offset-sm-2 {

		margin-left: 16.66667%
	}



	.offset-sm-3 {

		margin-left: 25%
	}



	.offset-sm-4 {

		margin-left: 33.33333%
	}



	.offset-sm-5 {

		margin-left: 41.66667%
	}



	.offset-sm-6 {

		margin-left: 50%
	}



	.offset-sm-7 {

		margin-left: 58.33333%
	}



	.offset-sm-8 {

		margin-left: 66.66667%
	}



	.offset-sm-9 {

		margin-left: 75%
	}



	.offset-sm-10 {

		margin-left: 83.33333%
	}



	.offset-sm-11 {

		margin-left: 91.66667%
	}

}



@media (min-width:768px) {

	.col-md {

		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%
	}



	.col-md-auto {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: 100%
	}



	.col-md-1 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.33333%;

		flex: 0 0 8.33333%;

		max-width: 8.33333%
	}



	.col-md-2 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.66667%;

		flex: 0 0 16.66667%;

		max-width: 16.66667%
	}



	.col-md-3 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%
	}



	.col-md-4 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.33333%;

		flex: 0 0 33.33333%;

		max-width: 33.33333%
	}



	.col-md-5 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.66667%;

		flex: 0 0 41.66667%;

		max-width: 41.66667%
	}



	.col-md-6,

	.woocommerce-account .woocommerce-EditAccountForm .form-row-first,

	.woocommerce-account .woocommerce-EditAccountForm .form-row-last,

	.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field),

	.woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field),

	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field),

	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:not(.notes):not(#billing_document_field):not(#account_password_field) {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%
	}



	.col-md-7 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.33333%;

		flex: 0 0 58.33333%;

		max-width: 58.33333%
	}



	.col-md-8 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.66667%;

		flex: 0 0 66.66667%;

		max-width: 66.66667%
	}



	.col-md-9 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%
	}



	.col-md-10 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.33333%;

		flex: 0 0 83.33333%;

		max-width: 83.33333%
	}



	.col-md-11 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.66667%;

		flex: 0 0 91.66667%;

		max-width: 91.66667%
	}



	.col-md-12 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%
	}



	.order-md-first {

		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1
	}



	.order-md-last {

		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13
	}



	.order-md-0 {

		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0
	}



	.order-md-1 {

		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1
	}



	.order-md-2 {

		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2
	}



	.order-md-3 {

		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3
	}



	.order-md-4 {

		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4
	}



	.order-md-5 {

		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5
	}



	.order-md-6 {

		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6
	}



	.order-md-7 {

		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7
	}



	.order-md-8 {

		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8
	}



	.order-md-9 {

		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9
	}



	.order-md-10 {

		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10
	}



	.order-md-11 {

		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11
	}



	.order-md-12 {

		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12
	}



	.offset-md-0 {

		margin-left: 0
	}



	.offset-md-1 {

		margin-left: 8.33333%
	}



	.offset-md-2 {

		margin-left: 16.66667%
	}



	.offset-md-3 {

		margin-left: 25%
	}



	.offset-md-4 {

		margin-left: 33.33333%
	}



	.offset-md-5 {

		margin-left: 41.66667%
	}



	.offset-md-6 {

		margin-left: 50%
	}



	.offset-md-7 {

		margin-left: 58.33333%
	}



	.offset-md-8 {

		margin-left: 66.66667%
	}



	.offset-md-9 {

		margin-left: 75%
	}



	.offset-md-10 {

		margin-left: 83.33333%
	}



	.offset-md-11 {

		margin-left: 91.66667%
	}

}



@media (min-width:992px) {

	.col-lg {

		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%
	}



	.col-lg-auto {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: 100%
	}



	.col-lg-1 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.33333%;

		flex: 0 0 8.33333%;

		max-width: 8.33333%
	}



	.col-lg-2 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.66667%;

		flex: 0 0 16.66667%;

		max-width: 16.66667%
	}



	.col-lg-3 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%
	}



	.col-lg-4 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.33333%;

		flex: 0 0 33.33333%;

		max-width: 33.33333%
	}



	.col-lg-5 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.66667%;

		flex: 0 0 41.66667%;

		max-width: 41.66667%
	}



	.col-lg-6 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%
	}



	.col-lg-7 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.33333%;

		flex: 0 0 58.33333%;

		max-width: 58.33333%
	}



	.col-lg-8 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.66667%;

		flex: 0 0 66.66667%;

		max-width: 66.66667%
	}



	.col-lg-9 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%
	}



	.col-lg-10 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.33333%;

		flex: 0 0 83.33333%;

		max-width: 83.33333%
	}



	.col-lg-11 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.66667%;

		flex: 0 0 91.66667%;

		max-width: 91.66667%
	}



	.col-lg-12 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%
	}



	.order-lg-first {

		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1
	}



	.order-lg-last {

		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13
	}



	.order-lg-0 {

		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0
	}



	.order-lg-1 {

		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1
	}



	.order-lg-2 {

		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2
	}



	.order-lg-3 {

		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3
	}



	.order-lg-4 {

		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4
	}



	.order-lg-5 {

		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5
	}



	.order-lg-6 {

		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6
	}



	.order-lg-7 {

		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7
	}



	.order-lg-8 {

		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8
	}



	.order-lg-9 {

		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9
	}



	.order-lg-10 {

		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10
	}



	.order-lg-11 {

		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11
	}



	.order-lg-12 {

		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12
	}



	.offset-lg-0 {

		margin-left: 0
	}



	.offset-lg-1 {

		margin-left: 8.33333%
	}



	.offset-lg-2 {

		margin-left: 16.66667%
	}



	.offset-lg-3 {

		margin-left: 25%
	}



	.offset-lg-4 {

		margin-left: 33.33333%
	}



	.offset-lg-5 {

		margin-left: 41.66667%
	}



	.offset-lg-6 {

		margin-left: 50%
	}



	.offset-lg-7 {

		margin-left: 58.33333%
	}



	.offset-lg-8 {

		margin-left: 66.66667%
	}



	.offset-lg-9 {

		margin-left: 75%
	}



	.offset-lg-10 {

		margin-left: 83.33333%
	}



	.offset-lg-11 {

		margin-left: 91.66667%
	}

}



@media (min-width:1200px) {

	.col-xl {

		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%
	}



	.col-xl-auto {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: 100%
	}



	.col-xl-1 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.33333%;

		flex: 0 0 8.33333%;

		max-width: 8.33333%
	}



	.col-xl-2 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.66667%;

		flex: 0 0 16.66667%;

		max-width: 16.66667%
	}



	.col-xl-3 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%
	}



	.col-xl-4 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.33333%;

		flex: 0 0 33.33333%;

		max-width: 33.33333%
	}



	.col-xl-5 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.66667%;

		flex: 0 0 41.66667%;

		max-width: 41.66667%
	}



	.col-xl-6 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%
	}



	.col-xl-7 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.33333%;

		flex: 0 0 58.33333%;

		max-width: 58.33333%
	}



	.col-xl-8 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.66667%;

		flex: 0 0 66.66667%;

		max-width: 66.66667%
	}



	.col-xl-9 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%
	}



	.col-xl-10 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.33333%;

		flex: 0 0 83.33333%;

		max-width: 83.33333%
	}



	.col-xl-11 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.66667%;

		flex: 0 0 91.66667%;

		max-width: 91.66667%
	}



	.col-xl-12 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%
	}



	.order-xl-first {

		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1
	}



	.order-xl-last {

		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13
	}



	.order-xl-0 {

		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0
	}



	.order-xl-1 {

		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1
	}



	.order-xl-2 {

		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2
	}



	.order-xl-3 {

		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3
	}



	.order-xl-4 {

		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4
	}



	.order-xl-5 {

		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5
	}



	.order-xl-6 {

		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6
	}



	.order-xl-7 {

		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7
	}



	.order-xl-8 {

		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8
	}



	.order-xl-9 {

		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9
	}



	.order-xl-10 {

		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10
	}



	.order-xl-11 {

		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11
	}



	.order-xl-12 {

		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12
	}



	.offset-xl-0 {

		margin-left: 0
	}



	.offset-xl-1 {

		margin-left: 8.33333%
	}



	.offset-xl-2 {

		margin-left: 16.66667%
	}



	.offset-xl-3 {

		margin-left: 25%
	}



	.offset-xl-4 {

		margin-left: 33.33333%
	}



	.offset-xl-5 {

		margin-left: 41.66667%
	}



	.offset-xl-6 {

		margin-left: 50%
	}



	.offset-xl-7 {

		margin-left: 58.33333%
	}



	.offset-xl-8 {

		margin-left: 66.66667%
	}



	.offset-xl-9 {

		margin-left: 75%
	}



	.offset-xl-10 {

		margin-left: 83.33333%
	}



	.offset-xl-11 {

		margin-left: 91.66667%
	}

}



@media (min-width:1600px) {

	.col-xxl {

		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%
	}



	.col-xxl-auto {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: 100%
	}



	.col-xxl-1 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.33333%;

		flex: 0 0 8.33333%;

		max-width: 8.33333%
	}



	.col-xxl-2 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.66667%;

		flex: 0 0 16.66667%;

		max-width: 16.66667%
	}



	.col-xxl-3 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%
	}



	.col-xxl-4 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.33333%;

		flex: 0 0 33.33333%;

		max-width: 33.33333%
	}



	.col-xxl-5 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.66667%;

		flex: 0 0 41.66667%;

		max-width: 41.66667%
	}



	.col-xxl-6 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%
	}



	.col-xxl-7 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.33333%;

		flex: 0 0 58.33333%;

		max-width: 58.33333%
	}



	.col-xxl-8 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.66667%;

		flex: 0 0 66.66667%;

		max-width: 66.66667%
	}



	.col-xxl-9 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%
	}



	.col-xxl-10 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.33333%;

		flex: 0 0 83.33333%;

		max-width: 83.33333%
	}



	.col-xxl-11 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.66667%;

		flex: 0 0 91.66667%;

		max-width: 91.66667%
	}



	.col-xxl-12 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%
	}



	.order-xxl-first {

		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1
	}



	.order-xxl-last {

		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13
	}



	.order-xxl-0 {

		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0
	}



	.order-xxl-1 {

		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1
	}



	.order-xxl-2 {

		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2
	}



	.order-xxl-3 {

		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3
	}



	.order-xxl-4 {

		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4
	}



	.order-xxl-5 {

		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5
	}



	.order-xxl-6 {

		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6
	}



	.order-xxl-7 {

		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7
	}



	.order-xxl-8 {

		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8
	}



	.order-xxl-9 {

		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9
	}



	.order-xxl-10 {

		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10
	}



	.order-xxl-11 {

		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11
	}



	.order-xxl-12 {

		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12
	}



	.offset-xxl-0 {

		margin-left: 0
	}



	.offset-xxl-1 {

		margin-left: 8.33333%
	}



	.offset-xxl-2 {

		margin-left: 16.66667%
	}



	.offset-xxl-3 {

		margin-left: 25%
	}



	.offset-xxl-4 {

		margin-left: 33.33333%
	}



	.offset-xxl-5 {

		margin-left: 41.66667%
	}



	.offset-xxl-6 {

		margin-left: 50%
	}



	.offset-xxl-7 {

		margin-left: 58.33333%
	}



	.offset-xxl-8 {

		margin-left: 66.66667%
	}



	.offset-xxl-9 {

		margin-left: 75%
	}



	.offset-xxl-10 {

		margin-left: 83.33333%
	}



	.offset-xxl-11 {

		margin-left: 91.66667%
	}

}



@media (min-width:1920px) {

	.col-xxxl {

		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%
	}



	.col-xxxl-auto {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: 100%
	}



	.col-xxxl-1 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.33333%;

		flex: 0 0 8.33333%;

		max-width: 8.33333%
	}



	.col-xxxl-2 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.66667%;

		flex: 0 0 16.66667%;

		max-width: 16.66667%
	}



	.col-xxxl-3 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%
	}



	.col-xxxl-4 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.33333%;

		flex: 0 0 33.33333%;

		max-width: 33.33333%
	}



	.col-xxxl-5 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.66667%;

		flex: 0 0 41.66667%;

		max-width: 41.66667%
	}



	.col-xxxl-6 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%
	}



	.col-xxxl-7 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.33333%;

		flex: 0 0 58.33333%;

		max-width: 58.33333%
	}



	.col-xxxl-8 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.66667%;

		flex: 0 0 66.66667%;

		max-width: 66.66667%
	}



	.col-xxxl-9 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%
	}



	.col-xxxl-10 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.33333%;

		flex: 0 0 83.33333%;

		max-width: 83.33333%
	}



	.col-xxxl-11 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.66667%;

		flex: 0 0 91.66667%;

		max-width: 91.66667%
	}



	.col-xxxl-12 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%
	}



	.order-xxxl-first {

		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1
	}



	.order-xxxl-last {

		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13
	}



	.order-xxxl-0 {

		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0
	}



	.order-xxxl-1 {

		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1
	}



	.order-xxxl-2 {

		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2
	}



	.order-xxxl-3 {

		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3
	}



	.order-xxxl-4 {

		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4
	}



	.order-xxxl-5 {

		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5
	}



	.order-xxxl-6 {

		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6
	}



	.order-xxxl-7 {

		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7
	}



	.order-xxxl-8 {

		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8
	}



	.order-xxxl-9 {

		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9
	}



	.order-xxxl-10 {

		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10
	}



	.order-xxxl-11 {

		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11
	}



	.order-xxxl-12 {

		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12
	}



	.offset-xxxl-0 {

		margin-left: 0
	}



	.offset-xxxl-1 {

		margin-left: 8.33333%
	}



	.offset-xxxl-2 {

		margin-left: 16.66667%
	}



	.offset-xxxl-3 {

		margin-left: 25%
	}



	.offset-xxxl-4 {

		margin-left: 33.33333%
	}



	.offset-xxxl-5 {

		margin-left: 41.66667%
	}



	.offset-xxxl-6 {

		margin-left: 50%
	}



	.offset-xxxl-7 {

		margin-left: 58.33333%
	}



	.offset-xxxl-8 {

		margin-left: 66.66667%
	}



	.offset-xxxl-9 {

		margin-left: 75%
	}



	.offset-xxxl-10 {

		margin-left: 83.33333%
	}



	.offset-xxxl-11 {

		margin-left: 91.66667%
	}

}



@media (min-width:3840px) {

	.col-xxxxl {

		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%
	}



	.col-xxxxl-auto {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: 100%
	}



	.col-xxxxl-1 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.33333%;

		flex: 0 0 8.33333%;

		max-width: 8.33333%
	}



	.col-xxxxl-2 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.66667%;

		flex: 0 0 16.66667%;

		max-width: 16.66667%
	}



	.col-xxxxl-3 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%
	}



	.col-xxxxl-4 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.33333%;

		flex: 0 0 33.33333%;

		max-width: 33.33333%
	}



	.col-xxxxl-5 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.66667%;

		flex: 0 0 41.66667%;

		max-width: 41.66667%
	}



	.col-xxxxl-6 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%
	}



	.col-xxxxl-7 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.33333%;

		flex: 0 0 58.33333%;

		max-width: 58.33333%
	}



	.col-xxxxl-8 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.66667%;

		flex: 0 0 66.66667%;

		max-width: 66.66667%
	}



	.col-xxxxl-9 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%
	}



	.col-xxxxl-10 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.33333%;

		flex: 0 0 83.33333%;

		max-width: 83.33333%
	}



	.col-xxxxl-11 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.66667%;

		flex: 0 0 91.66667%;

		max-width: 91.66667%
	}



	.col-xxxxl-12 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%
	}



	.order-xxxxl-first {

		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1
	}



	.order-xxxxl-last {

		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13
	}



	.order-xxxxl-0 {

		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0
	}



	.order-xxxxl-1 {

		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1
	}



	.order-xxxxl-2 {

		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2
	}



	.order-xxxxl-3 {

		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3
	}



	.order-xxxxl-4 {

		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4
	}



	.order-xxxxl-5 {

		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5
	}



	.order-xxxxl-6 {

		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6
	}



	.order-xxxxl-7 {

		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7
	}



	.order-xxxxl-8 {

		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8
	}



	.order-xxxxl-9 {

		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9
	}



	.order-xxxxl-10 {

		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10
	}



	.order-xxxxl-11 {

		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11
	}



	.order-xxxxl-12 {

		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12
	}



	.offset-xxxxl-0 {

		margin-left: 0
	}



	.offset-xxxxl-1 {

		margin-left: 8.33333%
	}



	.offset-xxxxl-2 {

		margin-left: 16.66667%
	}



	.offset-xxxxl-3 {

		margin-left: 25%
	}



	.offset-xxxxl-4 {

		margin-left: 33.33333%
	}



	.offset-xxxxl-5 {

		margin-left: 41.66667%
	}



	.offset-xxxxl-6 {

		margin-left: 50%
	}



	.offset-xxxxl-7 {

		margin-left: 58.33333%
	}



	.offset-xxxxl-8 {

		margin-left: 66.66667%
	}



	.offset-xxxxl-9 {

		margin-left: 75%
	}



	.offset-xxxxl-10 {

		margin-left: 83.33333%
	}



	.offset-xxxxl-11 {

		margin-left: 91.66667%
	}

}



#coupon_code,

#wc-yith-stripe-cc-form .input-text,

.form-control,

.gift-cards_form .gift-cards-list input,

.gift-cards_form .gift-cards-list textarea,

.gift-cards_form .ywgc-message input,

.gift-cards_form .ywgc-message textarea,

.gift-cards_form .ywgc-recipient-email input,

.gift-cards_form .ywgc-recipient-email textarea,

.gift-cards_form .ywgc-recipient-name input,

.gift-cards_form .ywgc-recipient-name textarea,

.gift-cards_form .ywgc-sender-name input,

.gift-cards_form .ywgc-sender-name textarea,

.shipping-calculator-form input,

.woocommerce-account .woocommerce-address-fields__field-wrapper select,

.woocommerce-cart-form__contents .qty,

.woocommerce-checkout .checkout-login-form-wrap input,

.woocommerce-checkout .checkout-login-form-wrap textarea,

.woocommerce-Input,

.woocommerce-input-wrapper input,

.woocommerce-input-wrapper textarea,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code {

	display: block;

	width: 100%;

	height: 3em;

	padding: .75em .88rem;

	font-size: 1rem;

	font-weight: 400;

	line-height: 1.5;

	color: #000;

	background-color: transparent;

	background-clip: padding-box;

	border: 0 solid #ced4da;

	border-radius: 3px;

	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}



@media (prefers-reduced-motion:reduce) {



	#coupon_code,

	#wc-yith-stripe-cc-form .input-text,

	.form-control,

	.gift-cards_form .gift-cards-list input,

	.gift-cards_form .gift-cards-list textarea,

	.gift-cards_form .ywgc-message input,

	.gift-cards_form .ywgc-message textarea,

	.gift-cards_form .ywgc-recipient-email input,

	.gift-cards_form .ywgc-recipient-email textarea,

	.gift-cards_form .ywgc-recipient-name input,

	.gift-cards_form .ywgc-recipient-name textarea,

	.gift-cards_form .ywgc-sender-name input,

	.gift-cards_form .ywgc-sender-name textarea,

	.shipping-calculator-form input,

	.woocommerce-account .woocommerce-address-fields__field-wrapper select,

	.woocommerce-cart-form__contents .qty,

	.woocommerce-checkout .checkout-login-form-wrap input,

	.woocommerce-checkout .checkout-login-form-wrap textarea,

	.woocommerce-Input,

	.woocommerce-input-wrapper input,

	.woocommerce-input-wrapper textarea,

	.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code {

		-webkit-transition: none;

		-o-transition: none;

		transition: none
	}

}



#coupon_code::-ms-expand,

#wc-yith-stripe-cc-form .input-text::-ms-expand,

.form-control::-ms-expand,

.gift-cards_form .gift-cards-list input::-ms-expand,

.gift-cards_form .gift-cards-list textarea::-ms-expand,

.gift-cards_form .ywgc-message input::-ms-expand,

.gift-cards_form .ywgc-message textarea::-ms-expand,

.gift-cards_form .ywgc-recipient-email input::-ms-expand,

.gift-cards_form .ywgc-recipient-email textarea::-ms-expand,

.gift-cards_form .ywgc-recipient-name input::-ms-expand,

.gift-cards_form .ywgc-recipient-name textarea::-ms-expand,

.gift-cards_form .ywgc-sender-name input::-ms-expand,

.gift-cards_form .ywgc-sender-name textarea::-ms-expand,

.shipping-calculator-form input::-ms-expand,

.woocommerce-account .woocommerce-address-fields__field-wrapper select::-ms-expand,

.woocommerce-cart-form__contents .qty::-ms-expand,

.woocommerce-checkout .checkout-login-form-wrap input::-ms-expand,

.woocommerce-checkout .checkout-login-form-wrap textarea::-ms-expand,

.woocommerce-input-wrapper input::-ms-expand,

.woocommerce-input-wrapper textarea::-ms-expand,

.woocommerce-Input::-ms-expand,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::-ms-expand {

	background-color: transparent;

	border: 0
}



#coupon_code:focus,

#wc-yith-stripe-cc-form .input-text:focus,

.form-control:focus,

.gift-cards_form .gift-cards-list input:focus,

.gift-cards_form .gift-cards-list textarea:focus,

.gift-cards_form .ywgc-message input:focus,

.gift-cards_form .ywgc-message textarea:focus,

.gift-cards_form .ywgc-recipient-email input:focus,

.gift-cards_form .ywgc-recipient-email textarea:focus,

.gift-cards_form .ywgc-recipient-name input:focus,

.gift-cards_form .ywgc-recipient-name textarea:focus,

.gift-cards_form .ywgc-sender-name input:focus,

.gift-cards_form .ywgc-sender-name textarea:focus,

.shipping-calculator-form input:focus,

.woocommerce-account .woocommerce-address-fields__field-wrapper select:focus,

.woocommerce-cart-form__contents .qty:focus,

.woocommerce-checkout .checkout-login-form-wrap input:focus,

.woocommerce-checkout .checkout-login-form-wrap textarea:focus,

.woocommerce-input-wrapper input:focus,

.woocommerce-input-wrapper textarea:focus,

.woocommerce-Input:focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:focus {

	color: #000;

	background-color: transparent;

	border-color: #404040;

	outline: 0;

	-webkit-box-shadow: 0;

	box-shadow: 0
}



#coupon_code::-webkit-input-placeholder,

#wc-yith-stripe-cc-form .input-text::-webkit-input-placeholder,

.form-control::-webkit-input-placeholder,

.gift-cards_form .gift-cards-list input::-webkit-input-placeholder,

.gift-cards_form .gift-cards-list textarea::-webkit-input-placeholder,

.gift-cards_form .ywgc-message input::-webkit-input-placeholder,

.gift-cards_form .ywgc-message textarea::-webkit-input-placeholder,

.gift-cards_form .ywgc-recipient-email input::-webkit-input-placeholder,

.gift-cards_form .ywgc-recipient-email textarea::-webkit-input-placeholder,

.gift-cards_form .ywgc-recipient-name input::-webkit-input-placeholder,

.gift-cards_form .ywgc-recipient-name textarea::-webkit-input-placeholder,

.gift-cards_form .ywgc-sender-name input::-webkit-input-placeholder,

.gift-cards_form .ywgc-sender-name textarea::-webkit-input-placeholder,

.shipping-calculator-form input::-webkit-input-placeholder,

.woocommerce-account .woocommerce-address-fields__field-wrapper select::-webkit-input-placeholder,

.woocommerce-cart-form__contents .qty::-webkit-input-placeholder,

.woocommerce-checkout .checkout-login-form-wrap input::-webkit-input-placeholder,

.woocommerce-checkout .checkout-login-form-wrap textarea::-webkit-input-placeholder,

.woocommerce-input-wrapper input::-webkit-input-placeholder,

.woocommerce-input-wrapper textarea::-webkit-input-placeholder,

.woocommerce-Input::-webkit-input-placeholder,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::-webkit-input-placeholder {

	color: #6c757d;

	opacity: 1
}



#coupon_code::-moz-placeholder,

#wc-yith-stripe-cc-form .input-text::-moz-placeholder,

.form-control::-moz-placeholder,

.gift-cards_form .gift-cards-list input::-moz-placeholder,

.gift-cards_form .gift-cards-list textarea::-moz-placeholder,

.gift-cards_form .ywgc-message input::-moz-placeholder,

.gift-cards_form .ywgc-message textarea::-moz-placeholder,

.gift-cards_form .ywgc-recipient-email input::-moz-placeholder,

.gift-cards_form .ywgc-recipient-email textarea::-moz-placeholder,

.gift-cards_form .ywgc-recipient-name input::-moz-placeholder,

.gift-cards_form .ywgc-recipient-name textarea::-moz-placeholder,

.gift-cards_form .ywgc-sender-name input::-moz-placeholder,

.gift-cards_form .ywgc-sender-name textarea::-moz-placeholder,

.shipping-calculator-form input::-moz-placeholder,

.woocommerce-account .woocommerce-address-fields__field-wrapper select::-moz-placeholder,

.woocommerce-cart-form__contents .qty::-moz-placeholder,

.woocommerce-checkout .checkout-login-form-wrap input::-moz-placeholder,

.woocommerce-checkout .checkout-login-form-wrap textarea::-moz-placeholder,

.woocommerce-input-wrapper input::-moz-placeholder,

.woocommerce-input-wrapper textarea::-moz-placeholder,

.woocommerce-Input::-moz-placeholder,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::-moz-placeholder {

	color: #6c757d;

	opacity: 1
}



#coupon_code::-ms-input-placeholder,

#wc-yith-stripe-cc-form .input-text::-ms-input-placeholder,

.form-control::-ms-input-placeholder,

.gift-cards_form .gift-cards-list input::-ms-input-placeholder,

.gift-cards_form .gift-cards-list textarea::-ms-input-placeholder,

.gift-cards_form .ywgc-message input::-ms-input-placeholder,

.gift-cards_form .ywgc-message textarea::-ms-input-placeholder,

.gift-cards_form .ywgc-recipient-email input::-ms-input-placeholder,

.gift-cards_form .ywgc-recipient-email textarea::-ms-input-placeholder,

.gift-cards_form .ywgc-recipient-name input::-ms-input-placeholder,

.gift-cards_form .ywgc-recipient-name textarea::-ms-input-placeholder,

.gift-cards_form .ywgc-sender-name input::-ms-input-placeholder,

.gift-cards_form .ywgc-sender-name textarea::-ms-input-placeholder,

.shipping-calculator-form input::-ms-input-placeholder,

.woocommerce-account .woocommerce-address-fields__field-wrapper select::-ms-input-placeholder,

.woocommerce-cart-form__contents .qty::-ms-input-placeholder,

.woocommerce-checkout .checkout-login-form-wrap input::-ms-input-placeholder,

.woocommerce-checkout .checkout-login-form-wrap textarea::-ms-input-placeholder,

.woocommerce-input-wrapper input::-ms-input-placeholder,

.woocommerce-input-wrapper textarea::-ms-input-placeholder,

.woocommerce-Input::-ms-input-placeholder,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::-ms-input-placeholder {

	color: #6c757d;

	opacity: 1
}



#coupon_code::placeholder,

#wc-yith-stripe-cc-form .input-text::placeholder,

.form-control::placeholder,

.gift-cards_form .gift-cards-list input::placeholder,

.gift-cards_form .gift-cards-list textarea::placeholder,

.gift-cards_form .ywgc-message input::placeholder,

.gift-cards_form .ywgc-message textarea::placeholder,

.gift-cards_form .ywgc-recipient-email input::placeholder,

.gift-cards_form .ywgc-recipient-email textarea::placeholder,

.gift-cards_form .ywgc-recipient-name input::placeholder,

.gift-cards_form .ywgc-recipient-name textarea::placeholder,

.gift-cards_form .ywgc-sender-name input::placeholder,

.gift-cards_form .ywgc-sender-name textarea::placeholder,

.shipping-calculator-form input::placeholder,

.woocommerce-account .woocommerce-address-fields__field-wrapper select::placeholder,

.woocommerce-cart-form__contents .qty::placeholder,

.woocommerce-checkout .checkout-login-form-wrap input::placeholder,

.woocommerce-checkout .checkout-login-form-wrap textarea::placeholder,

.woocommerce-input-wrapper input::placeholder,

.woocommerce-input-wrapper textarea::placeholder,

.woocommerce-Input::placeholder,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::placeholder {

	color: #6c757d;

	opacity: 1
}



#coupon_code:disabled,

#coupon_code[readonly],

#wc-yith-stripe-cc-form .input-text:disabled,

#wc-yith-stripe-cc-form .input-text[readonly],

.form-control:disabled,

.form-control[readonly],

.gift-cards_form .gift-cards-list input:disabled,

.gift-cards_form .gift-cards-list input[readonly],

.gift-cards_form .gift-cards-list textarea:disabled,

.gift-cards_form .gift-cards-list textarea[readonly],

.gift-cards_form .ywgc-message input:disabled,

.gift-cards_form .ywgc-message input[readonly],

.gift-cards_form .ywgc-message textarea:disabled,

.gift-cards_form .ywgc-message textarea[readonly],

.gift-cards_form .ywgc-recipient-email input:disabled,

.gift-cards_form .ywgc-recipient-email input[readonly],

.gift-cards_form .ywgc-recipient-email textarea:disabled,

.gift-cards_form .ywgc-recipient-email textarea[readonly],

.gift-cards_form .ywgc-recipient-name input:disabled,

.gift-cards_form .ywgc-recipient-name input[readonly],

.gift-cards_form .ywgc-recipient-name textarea:disabled,

.gift-cards_form .ywgc-recipient-name textarea[readonly],

.gift-cards_form .ywgc-sender-name input:disabled,

.gift-cards_form .ywgc-sender-name input[readonly],

.gift-cards_form .ywgc-sender-name textarea:disabled,

.gift-cards_form .ywgc-sender-name textarea[readonly],

.shipping-calculator-form input:disabled,

.shipping-calculator-form input[readonly],

.woocommerce-account .woocommerce-address-fields__field-wrapper select:disabled,

.woocommerce-account .woocommerce-address-fields__field-wrapper select[readonly],

.woocommerce-cart-form__contents .qty:disabled,

.woocommerce-cart-form__contents .qty[readonly],

.woocommerce-checkout .checkout-login-form-wrap input:disabled,

.woocommerce-checkout .checkout-login-form-wrap input[readonly],

.woocommerce-checkout .checkout-login-form-wrap textarea:disabled,

.woocommerce-checkout .checkout-login-form-wrap textarea[readonly],

.woocommerce-input-wrapper input:disabled,

.woocommerce-input-wrapper input[readonly],

.woocommerce-input-wrapper textarea:disabled,

.woocommerce-input-wrapper textarea[readonly],

.woocommerce-Input:disabled,

.woocommerce-Input[readonly],

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:disabled,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code[readonly] {

	background-color: #e9ecef;

	opacity: 1
}



#wc-yith-stripe-cc-form select.input-text:focus::-ms-value,

.woocommerce-account .woocommerce-address-fields__field-wrapper select:focus::-ms-value,

.woocommerce-cart-form__contents select.qty:focus::-ms-value,

.woocommerce-MyAccount-content .form-link-gift-card-to-user select#ywgc-link-code:focus::-ms-value,

select#coupon_code:focus::-ms-value,

select.form-control:focus::-ms-value,

select.woocommerce-Input:focus::-ms-value {

	color: #000;

	background-color: transparent
}



.form-control-file,

.form-control-range {

	display: block;

	width: 100%
}



.col-form-label {

	padding-top: .75em;

	padding-bottom: .75em;

	margin-bottom: 0;

	font-size: inherit;

	line-height: 1.5
}



.col-form-label-lg {

	padding-top: .5rem;

	padding-bottom: .5rem;

	font-size: 1.25rem;

	line-height: 1.5
}



.col-form-label-sm {

	padding-top: .25rem;

	padding-bottom: .25rem;

	font-size: .875rem;

	line-height: 1.5
}



.form-control-plaintext {

	display: block;

	width: 100%;

	padding-top: .75em;

	padding-bottom: .75em;

	margin-bottom: 0;

	line-height: 1.5;

	color: #000;

	background-color: transparent;

	border: 0 solid transparent
}



.form-control-plaintext.form-control-lg,

.form-control-plaintext.form-control-sm {

	padding-right: 0;

	padding-left: 0
}



.form-control-sm {

	height: calc(1.5em + .5rem);

	padding: .25rem .5rem;

	font-size: .875rem;

	line-height: 1.5;

	border-radius: .2rem
}



.form-control-lg {

	height: calc(1.5em + 1rem);

	padding: .5rem 1rem;

	font-size: 1.25rem;

	line-height: 1.5;

	border-radius: .3rem
}



#wc-yith-stripe-cc-form select.input-text[multiple],

#wc-yith-stripe-cc-form select.input-text[size],

#wc-yith-stripe-cc-form textarea.input-text,

.gift-cards_form .gift-cards-list textarea,

.gift-cards_form .ywgc-message textarea,

.gift-cards_form .ywgc-recipient-email textarea,

.gift-cards_form .ywgc-recipient-name textarea,

.gift-cards_form .ywgc-sender-name textarea,

.woocommerce-account .woocommerce-address-fields__field-wrapper select[multiple],

.woocommerce-account .woocommerce-address-fields__field-wrapper select[size],

.woocommerce-cart-form__contents select.qty[multiple],

.woocommerce-cart-form__contents select.qty[size],

.woocommerce-cart-form__contents textarea.qty,

.woocommerce-checkout .checkout-login-form-wrap textarea,

.woocommerce-input-wrapper textarea,

.woocommerce-MyAccount-content .form-link-gift-card-to-user select#ywgc-link-code[multiple],

.woocommerce-MyAccount-content .form-link-gift-card-to-user select#ywgc-link-code[size],

.woocommerce-MyAccount-content .form-link-gift-card-to-user textarea#ywgc-link-code,

select#coupon_code[multiple],

select#coupon_code[size],

select.form-control[multiple],

select.form-control[size],

select.woocommerce-Input[multiple],

select.woocommerce-Input[size],

textarea#coupon_code,

textarea.form-control,

textarea.woocommerce-Input {

	height: auto
}



.form-group,

.gift-cards_form .gift-cards-list,

.gift-cards_form .ywgc-message,

.gift-cards_form .ywgc-recipient-email,

.gift-cards_form .ywgc-recipient-name,

.gift-cards_form .ywgc-sender-name,

.lost_reset_password .form-row,

.lost_reset_password .woocommerce-form-row,

.shipping-calculator-form .form-row,

.shipping-calculator-form .woocommerce-form-row,

.woocommerce-account-fields .form-row,

.woocommerce-account-fields .woocommerce-form-row,

.woocommerce-address-fields .form-row,

.woocommerce-address-fields .woocommerce-form-row,

.woocommerce-billing-fields__field-wrapper .form-row,

.woocommerce-billing-fields__field-wrapper .woocommerce-form-row,

.woocommerce-checkout-payment .form-row,

.woocommerce-checkout-payment .woocommerce-form-row,

.woocommerce-EditAccountForm .form-row,

.woocommerce-EditAccountForm .woocommerce-form-row,

.woocommerce-form-coupon .form-row,

.woocommerce-form-coupon .woocommerce-form-row,

.woocommerce-form .form-row,

.woocommerce-form .woocommerce-form-row,

.woocommerce-ResetPassword .form-row,

.woocommerce-ResetPassword .woocommerce-form-row,

.woocommerce-shipping-fields__field-wrapper .form-row,

.woocommerce-shipping-fields__field-wrapper .woocommerce-form-row {

	margin-bottom: 1rem
}



.form-text {

	display: block;

	margin-top: .25rem
}



.form-row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin-right: -5px;

	margin-left: -5px
}



.form-row>.col,

.form-row>[class*=col-] {

	padding-right: 5px;

	padding-left: 5px
}



.form-check {

	position: relative;

	display: block;

	padding-left: 1.25rem
}



.form-check-input {

	position: absolute;

	margin-top: .3rem;

	margin-left: -1.25rem
}



.form-check-input:disabled~.form-check-label {

	color: #6c757d
}



.form-check-label {

	margin-bottom: 0
}



.form-check-inline {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	padding-left: 0;

	margin-right: .75rem
}



.form-check-inline .form-check-input {

	position: static;

	margin-top: 0;

	margin-right: .3125rem;

	margin-left: 0
}



.valid-feedback {

	display: none;

	width: 100%;

	margin-top: .25rem;

	font-size: 80%;

	color: #28a745
}



.valid-tooltip {

	position: absolute;

	top: 100%;

	z-index: 5;

	display: none;

	max-width: 100%;

	padding: .25rem .5rem;

	margin-top: .1rem;

	font-size: .875rem;

	line-height: 1.5;

	color: #fff;

	background-color: rgba(40, 167, 69, .9);

	border-radius: .25rem
}



#wc-yith-stripe-cc-form .is-valid.input-text,

#wc-yith-stripe-cc-form .was-validated .input-text:valid,

.form-control.is-valid,

.gift-cards_form .gift-cards-list .was-validated input:valid,

.gift-cards_form .gift-cards-list .was-validated textarea:valid,

.gift-cards_form .gift-cards-list input.is-valid,

.gift-cards_form .gift-cards-list textarea.is-valid,

.gift-cards_form .ywgc-message .was-validated input:valid,

.gift-cards_form .ywgc-message .was-validated textarea:valid,

.gift-cards_form .ywgc-message input.is-valid,

.gift-cards_form .ywgc-message textarea.is-valid,

.gift-cards_form .ywgc-recipient-email .was-validated input:valid,

.gift-cards_form .ywgc-recipient-email .was-validated textarea:valid,

.gift-cards_form .ywgc-recipient-email input.is-valid,

.gift-cards_form .ywgc-recipient-email textarea.is-valid,

.gift-cards_form .ywgc-recipient-name .was-validated input:valid,

.gift-cards_form .ywgc-recipient-name .was-validated textarea:valid,

.gift-cards_form .ywgc-recipient-name input.is-valid,

.gift-cards_form .ywgc-recipient-name textarea.is-valid,

.gift-cards_form .ywgc-sender-name .was-validated input:valid,

.gift-cards_form .ywgc-sender-name .was-validated textarea:valid,

.gift-cards_form .ywgc-sender-name input.is-valid,

.gift-cards_form .ywgc-sender-name textarea.is-valid,

.is-valid#coupon_code,

.is-valid.woocommerce-Input,

.shipping-calculator-form .was-validated input:valid,

.shipping-calculator-form input.is-valid,

.was-validated #coupon_code:valid,

.was-validated #wc-yith-stripe-cc-form .input-text:valid,

.was-validated .form-control:valid,

.was-validated .gift-cards_form .gift-cards-list input:valid,

.was-validated .gift-cards_form .gift-cards-list textarea:valid,

.was-validated .gift-cards_form .ywgc-message input:valid,

.was-validated .gift-cards_form .ywgc-message textarea:valid,

.was-validated .gift-cards_form .ywgc-recipient-email input:valid,

.was-validated .gift-cards_form .ywgc-recipient-email textarea:valid,

.was-validated .gift-cards_form .ywgc-recipient-name input:valid,

.was-validated .gift-cards_form .ywgc-recipient-name textarea:valid,

.was-validated .gift-cards_form .ywgc-sender-name input:valid,

.was-validated .gift-cards_form .ywgc-sender-name textarea:valid,

.was-validated .shipping-calculator-form input:valid,

.was-validated .woocommerce-account .woocommerce-address-fields__field-wrapper select:valid,

.was-validated .woocommerce-cart-form__contents .qty:valid,

.was-validated .woocommerce-checkout .checkout-login-form-wrap input:valid,

.was-validated .woocommerce-checkout .checkout-login-form-wrap textarea:valid,

.was-validated .woocommerce-input-wrapper input:valid,

.was-validated .woocommerce-input-wrapper textarea:valid,

.was-validated .woocommerce-Input:valid,

.was-validated .woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:valid,

.woocommerce-account .woocommerce-address-fields__field-wrapper .was-validated select:valid,

.woocommerce-account .woocommerce-address-fields__field-wrapper select.is-valid,

.woocommerce-cart-form__contents .is-valid.qty,

.woocommerce-cart-form__contents .was-validated .qty:valid,

.woocommerce-checkout .checkout-login-form-wrap .was-validated input:valid,

.woocommerce-checkout .checkout-login-form-wrap .was-validated textarea:valid,

.woocommerce-checkout .checkout-login-form-wrap input.is-valid,

.woocommerce-checkout .checkout-login-form-wrap textarea.is-valid,

.woocommerce-input-wrapper .was-validated input:valid,

.woocommerce-input-wrapper .was-validated textarea:valid,

.woocommerce-input-wrapper input.is-valid,

.woocommerce-input-wrapper textarea.is-valid,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .is-valid#ywgc-link-code,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .was-validated #ywgc-link-code:valid {

	border-color: #28a745;

	padding-right: 3em;

	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");

	background-repeat: no-repeat;

	background-position: center right .75em;

	background-size: 1.5em 1.5em
}



#wc-yith-stripe-cc-form .is-valid.input-text:focus,

#wc-yith-stripe-cc-form .was-validated .input-text:valid:focus,

.form-control.is-valid:focus,

.gift-cards_form .gift-cards-list .was-validated input:valid:focus,

.gift-cards_form .gift-cards-list .was-validated textarea:valid:focus,

.gift-cards_form .gift-cards-list input.is-valid:focus,

.gift-cards_form .gift-cards-list textarea.is-valid:focus,

.gift-cards_form .ywgc-message .was-validated input:valid:focus,

.gift-cards_form .ywgc-message .was-validated textarea:valid:focus,

.gift-cards_form .ywgc-message input.is-valid:focus,

.gift-cards_form .ywgc-message textarea.is-valid:focus,

.gift-cards_form .ywgc-recipient-email .was-validated input:valid:focus,

.gift-cards_form .ywgc-recipient-email .was-validated textarea:valid:focus,

.gift-cards_form .ywgc-recipient-email input.is-valid:focus,

.gift-cards_form .ywgc-recipient-email textarea.is-valid:focus,

.gift-cards_form .ywgc-recipient-name .was-validated input:valid:focus,

.gift-cards_form .ywgc-recipient-name .was-validated textarea:valid:focus,

.gift-cards_form .ywgc-recipient-name input.is-valid:focus,

.gift-cards_form .ywgc-recipient-name textarea.is-valid:focus,

.gift-cards_form .ywgc-sender-name .was-validated input:valid:focus,

.gift-cards_form .ywgc-sender-name .was-validated textarea:valid:focus,

.gift-cards_form .ywgc-sender-name input.is-valid:focus,

.gift-cards_form .ywgc-sender-name textarea.is-valid:focus,

.is-valid#coupon_code:focus,

.is-valid.woocommerce-Input:focus,

.shipping-calculator-form .was-validated input:valid:focus,

.shipping-calculator-form input.is-valid:focus,

.was-validated #coupon_code:valid:focus,

.was-validated #wc-yith-stripe-cc-form .input-text:valid:focus,

.was-validated .form-control:valid:focus,

.was-validated .gift-cards_form .gift-cards-list input:valid:focus,

.was-validated .gift-cards_form .gift-cards-list textarea:valid:focus,

.was-validated .gift-cards_form .ywgc-message input:valid:focus,

.was-validated .gift-cards_form .ywgc-message textarea:valid:focus,

.was-validated .gift-cards_form .ywgc-recipient-email input:valid:focus,

.was-validated .gift-cards_form .ywgc-recipient-email textarea:valid:focus,

.was-validated .gift-cards_form .ywgc-recipient-name input:valid:focus,

.was-validated .gift-cards_form .ywgc-recipient-name textarea:valid:focus,

.was-validated .gift-cards_form .ywgc-sender-name input:valid:focus,

.was-validated .gift-cards_form .ywgc-sender-name textarea:valid:focus,

.was-validated .shipping-calculator-form input:valid:focus,

.was-validated .woocommerce-account .woocommerce-address-fields__field-wrapper select:valid:focus,

.was-validated .woocommerce-cart-form__contents .qty:valid:focus,

.was-validated .woocommerce-checkout .checkout-login-form-wrap input:valid:focus,

.was-validated .woocommerce-checkout .checkout-login-form-wrap textarea:valid:focus,

.was-validated .woocommerce-input-wrapper input:valid:focus,

.was-validated .woocommerce-input-wrapper textarea:valid:focus,

.was-validated .woocommerce-Input:valid:focus,

.was-validated .woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:valid:focus,

.woocommerce-account .woocommerce-address-fields__field-wrapper .was-validated select:valid:focus,

.woocommerce-account .woocommerce-address-fields__field-wrapper select.is-valid:focus,

.woocommerce-cart-form__contents .is-valid.qty:focus,

.woocommerce-cart-form__contents .was-validated .qty:valid:focus,

.woocommerce-checkout .checkout-login-form-wrap .was-validated input:valid:focus,

.woocommerce-checkout .checkout-login-form-wrap .was-validated textarea:valid:focus,

.woocommerce-checkout .checkout-login-form-wrap input.is-valid:focus,

.woocommerce-checkout .checkout-login-form-wrap textarea.is-valid:focus,

.woocommerce-input-wrapper .was-validated input:valid:focus,

.woocommerce-input-wrapper .was-validated textarea:valid:focus,

.woocommerce-input-wrapper input.is-valid:focus,

.woocommerce-input-wrapper textarea.is-valid:focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .is-valid#ywgc-link-code:focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .was-validated #ywgc-link-code:valid:focus {

	border-color: #28a745;

	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);

	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}



#wc-yith-stripe-cc-form .is-valid.input-text~.valid-feedback,

#wc-yith-stripe-cc-form .is-valid.input-text~.valid-tooltip,

#wc-yith-stripe-cc-form .was-validated .input-text:valid~.valid-feedback,

#wc-yith-stripe-cc-form .was-validated .input-text:valid~.valid-tooltip,

.form-control.is-valid~.valid-feedback,

.form-control.is-valid~.valid-tooltip,

.gift-cards_form .gift-cards-list .was-validated input:valid~.valid-feedback,

.gift-cards_form .gift-cards-list .was-validated input:valid~.valid-tooltip,

.gift-cards_form .gift-cards-list .was-validated textarea:valid~.valid-feedback,

.gift-cards_form .gift-cards-list .was-validated textarea:valid~.valid-tooltip,

.gift-cards_form .gift-cards-list input.is-valid~.valid-feedback,

.gift-cards_form .gift-cards-list input.is-valid~.valid-tooltip,

.gift-cards_form .gift-cards-list textarea.is-valid~.valid-feedback,

.gift-cards_form .gift-cards-list textarea.is-valid~.valid-tooltip,

.gift-cards_form .ywgc-message .was-validated input:valid~.valid-feedback,

.gift-cards_form .ywgc-message .was-validated input:valid~.valid-tooltip,

.gift-cards_form .ywgc-message .was-validated textarea:valid~.valid-feedback,

.gift-cards_form .ywgc-message .was-validated textarea:valid~.valid-tooltip,

.gift-cards_form .ywgc-message input.is-valid~.valid-feedback,

.gift-cards_form .ywgc-message input.is-valid~.valid-tooltip,

.gift-cards_form .ywgc-message textarea.is-valid~.valid-feedback,

.gift-cards_form .ywgc-message textarea.is-valid~.valid-tooltip,

.gift-cards_form .ywgc-recipient-email .was-validated input:valid~.valid-feedback,

.gift-cards_form .ywgc-recipient-email .was-validated input:valid~.valid-tooltip,

.gift-cards_form .ywgc-recipient-email .was-validated textarea:valid~.valid-feedback,

.gift-cards_form .ywgc-recipient-email .was-validated textarea:valid~.valid-tooltip,

.gift-cards_form .ywgc-recipient-email input.is-valid~.valid-feedback,

.gift-cards_form .ywgc-recipient-email input.is-valid~.valid-tooltip,

.gift-cards_form .ywgc-recipient-email textarea.is-valid~.valid-feedback,

.gift-cards_form .ywgc-recipient-email textarea.is-valid~.valid-tooltip,

.gift-cards_form .ywgc-recipient-name .was-validated input:valid~.valid-feedback,

.gift-cards_form .ywgc-recipient-name .was-validated input:valid~.valid-tooltip,

.gift-cards_form .ywgc-recipient-name .was-validated textarea:valid~.valid-feedback,

.gift-cards_form .ywgc-recipient-name .was-validated textarea:valid~.valid-tooltip,

.gift-cards_form .ywgc-recipient-name input.is-valid~.valid-feedback,

.gift-cards_form .ywgc-recipient-name input.is-valid~.valid-tooltip,

.gift-cards_form .ywgc-recipient-name textarea.is-valid~.valid-feedback,

.gift-cards_form .ywgc-recipient-name textarea.is-valid~.valid-tooltip,

.gift-cards_form .ywgc-sender-name .was-validated input:valid~.valid-feedback,

.gift-cards_form .ywgc-sender-name .was-validated input:valid~.valid-tooltip,

.gift-cards_form .ywgc-sender-name .was-validated textarea:valid~.valid-feedback,

.gift-cards_form .ywgc-sender-name .was-validated textarea:valid~.valid-tooltip,

.gift-cards_form .ywgc-sender-name input.is-valid~.valid-feedback,

.gift-cards_form .ywgc-sender-name input.is-valid~.valid-tooltip,

.gift-cards_form .ywgc-sender-name textarea.is-valid~.valid-feedback,

.gift-cards_form .ywgc-sender-name textarea.is-valid~.valid-tooltip,

.is-valid#coupon_code~.valid-feedback,

.is-valid#coupon_code~.valid-tooltip,

.is-valid.woocommerce-Input~.valid-feedback,

.is-valid.woocommerce-Input~.valid-tooltip,

.shipping-calculator-form .was-validated input:valid~.valid-feedback,

.shipping-calculator-form .was-validated input:valid~.valid-tooltip,

.shipping-calculator-form input.is-valid~.valid-feedback,

.shipping-calculator-form input.is-valid~.valid-tooltip,

.was-validated #coupon_code:valid~.valid-feedback,

.was-validated #coupon_code:valid~.valid-tooltip,

.was-validated #wc-yith-stripe-cc-form .input-text:valid~.valid-feedback,

.was-validated #wc-yith-stripe-cc-form .input-text:valid~.valid-tooltip,

.was-validated .form-control:valid~.valid-feedback,

.was-validated .form-control:valid~.valid-tooltip,

.was-validated .gift-cards_form .gift-cards-list input:valid~.valid-feedback,

.was-validated .gift-cards_form .gift-cards-list input:valid~.valid-tooltip,

.was-validated .gift-cards_form .gift-cards-list textarea:valid~.valid-feedback,

.was-validated .gift-cards_form .gift-cards-list textarea:valid~.valid-tooltip,

.was-validated .gift-cards_form .ywgc-message input:valid~.valid-feedback,

.was-validated .gift-cards_form .ywgc-message input:valid~.valid-tooltip,

.was-validated .gift-cards_form .ywgc-message textarea:valid~.valid-feedback,

.was-validated .gift-cards_form .ywgc-message textarea:valid~.valid-tooltip,

.was-validated .gift-cards_form .ywgc-recipient-email input:valid~.valid-feedback,

.was-validated .gift-cards_form .ywgc-recipient-email input:valid~.valid-tooltip,

.was-validated .gift-cards_form .ywgc-recipient-email textarea:valid~.valid-feedback,

.was-validated .gift-cards_form .ywgc-recipient-email textarea:valid~.valid-tooltip,

.was-validated .gift-cards_form .ywgc-recipient-name input:valid~.valid-feedback,

.was-validated .gift-cards_form .ywgc-recipient-name input:valid~.valid-tooltip,

.was-validated .gift-cards_form .ywgc-recipient-name textarea:valid~.valid-feedback,

.was-validated .gift-cards_form .ywgc-recipient-name textarea:valid~.valid-tooltip,

.was-validated .gift-cards_form .ywgc-sender-name input:valid~.valid-feedback,

.was-validated .gift-cards_form .ywgc-sender-name input:valid~.valid-tooltip,

.was-validated .gift-cards_form .ywgc-sender-name textarea:valid~.valid-feedback,

.was-validated .gift-cards_form .ywgc-sender-name textarea:valid~.valid-tooltip,

.was-validated .shipping-calculator-form input:valid~.valid-feedback,

.was-validated .shipping-calculator-form input:valid~.valid-tooltip,

.was-validated .woocommerce-account .woocommerce-address-fields__field-wrapper select:valid~.valid-feedback,

.was-validated .woocommerce-account .woocommerce-address-fields__field-wrapper select:valid~.valid-tooltip,

.was-validated .woocommerce-cart-form__contents .qty:valid~.valid-feedback,

.was-validated .woocommerce-cart-form__contents .qty:valid~.valid-tooltip,

.was-validated .woocommerce-checkout .checkout-login-form-wrap input:valid~.valid-feedback,

.was-validated .woocommerce-checkout .checkout-login-form-wrap input:valid~.valid-tooltip,

.was-validated .woocommerce-checkout .checkout-login-form-wrap textarea:valid~.valid-feedback,

.was-validated .woocommerce-checkout .checkout-login-form-wrap textarea:valid~.valid-tooltip,

.was-validated .woocommerce-input-wrapper input:valid~.valid-feedback,

.was-validated .woocommerce-input-wrapper input:valid~.valid-tooltip,

.was-validated .woocommerce-input-wrapper textarea:valid~.valid-feedback,

.was-validated .woocommerce-input-wrapper textarea:valid~.valid-tooltip,

.was-validated .woocommerce-Input:valid~.valid-feedback,

.was-validated .woocommerce-Input:valid~.valid-tooltip,

.was-validated .woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:valid~.valid-feedback,

.was-validated .woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:valid~.valid-tooltip,

.woocommerce-account .woocommerce-address-fields__field-wrapper .was-validated select:valid~.valid-feedback,

.woocommerce-account .woocommerce-address-fields__field-wrapper .was-validated select:valid~.valid-tooltip,

.woocommerce-account .woocommerce-address-fields__field-wrapper select.is-valid~.valid-feedback,

.woocommerce-account .woocommerce-address-fields__field-wrapper select.is-valid~.valid-tooltip,

.woocommerce-cart-form__contents .is-valid.qty~.valid-feedback,

.woocommerce-cart-form__contents .is-valid.qty~.valid-tooltip,

.woocommerce-cart-form__contents .was-validated .qty:valid~.valid-feedback,

.woocommerce-cart-form__contents .was-validated .qty:valid~.valid-tooltip,

.woocommerce-checkout .checkout-login-form-wrap .was-validated input:valid~.valid-feedback,

.woocommerce-checkout .checkout-login-form-wrap .was-validated input:valid~.valid-tooltip,

.woocommerce-checkout .checkout-login-form-wrap .was-validated textarea:valid~.valid-feedback,

.woocommerce-checkout .checkout-login-form-wrap .was-validated textarea:valid~.valid-tooltip,

.woocommerce-checkout .checkout-login-form-wrap input.is-valid~.valid-feedback,

.woocommerce-checkout .checkout-login-form-wrap input.is-valid~.valid-tooltip,

.woocommerce-checkout .checkout-login-form-wrap textarea.is-valid~.valid-feedback,

.woocommerce-checkout .checkout-login-form-wrap textarea.is-valid~.valid-tooltip,

.woocommerce-input-wrapper .was-validated input:valid~.valid-feedback,

.woocommerce-input-wrapper .was-validated input:valid~.valid-tooltip,

.woocommerce-input-wrapper .was-validated textarea:valid~.valid-feedback,

.woocommerce-input-wrapper .was-validated textarea:valid~.valid-tooltip,

.woocommerce-input-wrapper input.is-valid~.valid-feedback,

.woocommerce-input-wrapper input.is-valid~.valid-tooltip,

.woocommerce-input-wrapper textarea.is-valid~.valid-feedback,

.woocommerce-input-wrapper textarea.is-valid~.valid-tooltip,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .is-valid#ywgc-link-code~.valid-feedback,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .is-valid#ywgc-link-code~.valid-tooltip,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .was-validated #ywgc-link-code:valid~.valid-feedback,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .was-validated #ywgc-link-code:valid~.valid-tooltip {

	display: block
}



#wc-yith-stripe-cc-form .was-validated textarea.input-text:valid,

#wc-yith-stripe-cc-form textarea.is-valid.input-text,

.gift-cards_form .gift-cards-list .was-validated textarea:valid,

.gift-cards_form .gift-cards-list textarea.is-valid,

.gift-cards_form .ywgc-message .was-validated textarea:valid,

.gift-cards_form .ywgc-message textarea.is-valid,

.gift-cards_form .ywgc-recipient-email .was-validated textarea:valid,

.gift-cards_form .ywgc-recipient-email textarea.is-valid,

.gift-cards_form .ywgc-recipient-name .was-validated textarea:valid,

.gift-cards_form .ywgc-recipient-name textarea.is-valid,

.gift-cards_form .ywgc-sender-name .was-validated textarea:valid,

.gift-cards_form .ywgc-sender-name textarea.is-valid,

.was-validated #wc-yith-stripe-cc-form textarea.input-text:valid,

.was-validated .gift-cards_form .gift-cards-list textarea:valid,

.was-validated .gift-cards_form .ywgc-message textarea:valid,

.was-validated .gift-cards_form .ywgc-recipient-email textarea:valid,

.was-validated .gift-cards_form .ywgc-recipient-name textarea:valid,

.was-validated .gift-cards_form .ywgc-sender-name textarea:valid,

.was-validated .woocommerce-cart-form__contents textarea.qty:valid,

.was-validated .woocommerce-checkout .checkout-login-form-wrap textarea:valid,

.was-validated .woocommerce-input-wrapper textarea:valid,

.was-validated .woocommerce-MyAccount-content .form-link-gift-card-to-user textarea#ywgc-link-code:valid,

.was-validated textarea#coupon_code:valid,

.was-validated textarea.form-control:valid,

.was-validated textarea.woocommerce-Input:valid,

.woocommerce-cart-form__contents .was-validated textarea.qty:valid,

.woocommerce-cart-form__contents textarea.is-valid.qty,

.woocommerce-checkout .checkout-login-form-wrap .was-validated textarea:valid,

.woocommerce-checkout .checkout-login-form-wrap textarea.is-valid,

.woocommerce-input-wrapper .was-validated textarea:valid,

.woocommerce-input-wrapper textarea.is-valid,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .was-validated textarea#ywgc-link-code:valid,

.woocommerce-MyAccount-content .form-link-gift-card-to-user textarea.is-valid#ywgc-link-code,

textarea.form-control.is-valid,

textarea.is-valid#coupon_code,

textarea.is-valid.woocommerce-Input {

	padding-right: 3em;

	background-position: top .75em right .75em
}



.custom-select.is-valid,

.was-validated .custom-select:valid {

	border-color: #28a745;

	padding-right: calc(1.875em + 1.88rem);

	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .88rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") transparent no-repeat center right 1.88rem/1.5em 1.5em
}



.custom-select.is-valid:focus,

.was-validated .custom-select:valid:focus {

	border-color: #28a745;

	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);

	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}



.custom-select.is-valid~.valid-feedback,

.custom-select.is-valid~.valid-tooltip,

.form-control-file.is-valid~.valid-feedback,

.form-control-file.is-valid~.valid-tooltip,

.was-validated .custom-select:valid~.valid-feedback,

.was-validated .custom-select:valid~.valid-tooltip,

.was-validated .form-control-file:valid~.valid-feedback,

.was-validated .form-control-file:valid~.valid-tooltip {

	display: block
}



.form-check-input.is-valid~.form-check-label,

.was-validated .form-check-input:valid~.form-check-label {

	color: #28a745
}



.form-check-input.is-valid~.valid-feedback,

.form-check-input.is-valid~.valid-tooltip,

.was-validated .form-check-input:valid~.valid-feedback,

.was-validated .form-check-input:valid~.valid-tooltip {

	display: block
}



#shipping_method .archive-shop__sidebar ul li .was-validated input:valid:not([type=hidden])~a,

#shipping_method .archive-shop__sidebar ul li input.is-valid:not([type=hidden])~a,

#shipping_method li .custom-control-input.is-valid~input:not([type=hidden])+label,

#shipping_method li .mailchimp-form__terms .was-validated input:valid~input:not([type=hidden])+label,

#shipping_method li .mailchimp-form__terms input.is-valid:not([type=hidden])~label,

#shipping_method li .mailchimp-form__terms input.is-valid~input:not([type=hidden])+label,

#shipping_method li .product-list-sidebar input.is-valid:not([type=hidden])~a,

#shipping_method li .product-main .variations .select_option_label input.is-valid:not([type=hidden])~.yith_wccl_value,

#shipping_method li .was-validated .custom-control-input:valid~input:not([type=hidden])+label,

#shipping_method li .was-validated .mailchimp-form__terms input:valid:not([type=hidden])~label,

#shipping_method li .was-validated .mailchimp-form__terms input:valid~input:not([type=hidden])+label,

#shipping_method li .was-validated .product-list-sidebar input:valid:not([type=hidden])~a,

#shipping_method li .was-validated .product-main .variations .select_option_label input:valid:not([type=hidden])~.yith_wccl_value,

#shipping_method li .was-validated .wc_payment_method>input:valid:not([type=hidden])+label,

#shipping_method li .was-validated .wc_payment_method>input:valid:not([type=hidden])~input+label,

#shipping_method li .was-validated .wc_payment_method>input:valid~input:not([type=hidden])+label,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])+label,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])+span,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])~input+span,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid~input:not([type=hidden])+label,

#shipping_method li .was-validated input:valid:not([type=hidden])+label,

#shipping_method li .was-validated input:valid:not([type=hidden])~.custom-control-label,

#shipping_method li .was-validated input:valid:not([type=hidden])~input:not([type=hidden])+label,

#shipping_method li .was-validated label.checkbox>input:valid:not([type=hidden])+label,

#shipping_method li .was-validated label.checkbox>input:valid:not([type=hidden])+span,

#shipping_method li .was-validated label.checkbox>input:valid:not([type=hidden])~input+span,

#shipping_method li .was-validated label.checkbox>input:valid~input:not([type=hidden])+label,

#shipping_method li .wc_payment_method>input.is-valid:not([type=hidden])+label,

#shipping_method li .wc_payment_method>input.is-valid:not([type=hidden])~input+label,

#shipping_method li .wc_payment_method>input.is-valid~input:not([type=hidden])+label,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:not([type=hidden])+label,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:not([type=hidden])+span,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:not([type=hidden])~input+span,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid~input:not([type=hidden])+label,

#shipping_method li input.is-valid:not([type=hidden])+label,

#shipping_method li input.is-valid:not([type=hidden])~.custom-control-label,

#shipping_method li input.is-valid:not([type=hidden])~input:not([type=hidden])+label,

#shipping_method li label.checkbox>input.is-valid:not([type=hidden])+label,

#shipping_method li label.checkbox>input.is-valid:not([type=hidden])+span,

#shipping_method li label.checkbox>input.is-valid:not([type=hidden])~input+span,

#shipping_method li label.checkbox>input.is-valid~input:not([type=hidden])+label,

.archive-shop__sidebar ul #shipping_method li .was-validated input:valid:not([type=hidden])~a,

.archive-shop__sidebar ul #shipping_method li input.is-valid:not([type=hidden])~a,

.archive-shop__sidebar ul .was-validated #shipping_method li input:valid:not([type=hidden])~a,

.archive-shop__sidebar ul li .custom-control-input.is-valid~a,

.archive-shop__sidebar ul li .mailchimp-form__terms .was-validated input:valid~a,

.archive-shop__sidebar ul li .mailchimp-form__terms input.is-valid~a,

.archive-shop__sidebar ul li .was-validated .custom-control-input:valid~a,

.archive-shop__sidebar ul li .was-validated .mailchimp-form__terms input:valid~a,

.archive-shop__sidebar ul li .was-validated .wc_payment_method>input:valid~a,

.archive-shop__sidebar ul li .was-validated .woocommerce-form__label-for-checkbox>input:valid~a,

.archive-shop__sidebar ul li .was-validated label.checkbox>input:valid~a,

.archive-shop__sidebar ul li .wc_payment_method>input.is-valid~a,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input.is-valid~a,

.archive-shop__sidebar ul li label.checkbox>input.is-valid~a,

.custom-control-input.is-valid~.custom-control-label,

.mailchimp-form__terms #shipping_method li .was-validated input:valid:not([type=hidden])~label,

.mailchimp-form__terms #shipping_method li input.is-valid:not([type=hidden])~label,

.mailchimp-form__terms #shipping_method li input.is-valid~input:not([type=hidden])+label,

.mailchimp-form__terms .archive-shop__sidebar ul li input.is-valid~a,

.mailchimp-form__terms .custom-control-input.is-valid~label,

.mailchimp-form__terms .product-list-sidebar input.is-valid~a,

.mailchimp-form__terms .product-main .variations .select_option_label input.is-valid~.yith_wccl_value,

.mailchimp-form__terms .was-validated #shipping_method li input:valid:not([type=hidden])~label,

.mailchimp-form__terms .was-validated #shipping_method li input:valid~input:not([type=hidden])+label,

.mailchimp-form__terms .was-validated .archive-shop__sidebar ul li input:valid~a,

.mailchimp-form__terms .was-validated .custom-control-input:valid~label,

.mailchimp-form__terms .was-validated .product-list-sidebar input:valid~a,

.mailchimp-form__terms .was-validated .product-main .variations .select_option_label input:valid~.yith_wccl_value,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid+label,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid~input+label,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid~label,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid+span,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid~input+span,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid~label,

.mailchimp-form__terms .was-validated input:valid~.custom-control-label,

.mailchimp-form__terms .was-validated input:valid~label,

.mailchimp-form__terms .was-validated label.checkbox>input:valid+span,

.mailchimp-form__terms .was-validated label.checkbox>input:valid~input+span,

.mailchimp-form__terms .was-validated label.checkbox>input:valid~label,

.mailchimp-form__terms .wc_payment_method>input.is-valid+label,

.mailchimp-form__terms .wc_payment_method>input.is-valid~input+label,

.mailchimp-form__terms .wc_payment_method>input.is-valid~label,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid+span,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid~input+span,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid~label,

.mailchimp-form__terms input.is-valid~.custom-control-label,

.mailchimp-form__terms input.is-valid~label,

.mailchimp-form__terms label.checkbox>input.is-valid+span,

.mailchimp-form__terms label.checkbox>input.is-valid~input+span,

.mailchimp-form__terms label.checkbox>input.is-valid~label,

.product-list-sidebar #shipping_method li .was-validated input:valid:not([type=hidden])~a,

.product-list-sidebar #shipping_method li input.is-valid:not([type=hidden])~a,

.product-list-sidebar .custom-control-input.is-valid~a,

.product-list-sidebar .mailchimp-form__terms .was-validated input:valid~a,

.product-list-sidebar .mailchimp-form__terms input.is-valid~a,

.product-list-sidebar .was-validated #shipping_method li input:valid:not([type=hidden])~a,

.product-list-sidebar .was-validated .custom-control-input:valid~a,

.product-list-sidebar .was-validated .mailchimp-form__terms input:valid~a,

.product-list-sidebar .was-validated .wc_payment_method>input:valid~a,

.product-list-sidebar .was-validated .woocommerce-form__label-for-checkbox>input:valid~a,

.product-list-sidebar .was-validated label.checkbox>input:valid~a,

.product-list-sidebar .wc_payment_method>input.is-valid~a,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input.is-valid~a,

.product-list-sidebar label.checkbox>input.is-valid~a,

.product-main .variations .select_option_label #shipping_method li .was-validated input:valid:not([type=hidden])~.yith_wccl_value,

.product-main .variations .select_option_label #shipping_method li input.is-valid:not([type=hidden])~.yith_wccl_value,

.product-main .variations .select_option_label .custom-control-input.is-valid~.yith_wccl_value,

.product-main .variations .select_option_label .mailchimp-form__terms .was-validated input:valid~.yith_wccl_value,

.product-main .variations .select_option_label .mailchimp-form__terms input.is-valid~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated #shipping_method li input:valid:not([type=hidden])~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated .custom-control-input:valid~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated .mailchimp-form__terms input:valid~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated .wc_payment_method>input:valid~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated .woocommerce-form__label-for-checkbox>input:valid~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated label.checkbox>input:valid~.yith_wccl_value,

.product-main .variations .select_option_label .wc_payment_method>input.is-valid~.yith_wccl_value,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.is-valid~.yith_wccl_value,

.product-main .variations .select_option_label label.checkbox>input.is-valid~.yith_wccl_value,

.was-validated #shipping_method .archive-shop__sidebar ul li input:valid:not([type=hidden])~a,

.was-validated #shipping_method li .custom-control-input:valid~input:not([type=hidden])+label,

.was-validated #shipping_method li .mailchimp-form__terms input:valid:not([type=hidden])~label,

.was-validated #shipping_method li .product-list-sidebar input:valid:not([type=hidden])~a,

.was-validated #shipping_method li .product-main .variations .select_option_label input:valid:not([type=hidden])~.yith_wccl_value,

.was-validated #shipping_method li .wc_payment_method>input:valid:not([type=hidden])+label,

.was-validated #shipping_method li .wc_payment_method>input:valid:not([type=hidden])~input+label,

.was-validated #shipping_method li .wc_payment_method>input:valid~input:not([type=hidden])+label,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])+label,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])+span,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])~input+span,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid~input:not([type=hidden])+label,

.was-validated #shipping_method li input:valid:not([type=hidden])+label,

.was-validated #shipping_method li input:valid:not([type=hidden])~.custom-control-label,

.was-validated #shipping_method li input:valid:not([type=hidden])~input:not([type=hidden])+label,

.was-validated #shipping_method li label.checkbox>input:valid:not([type=hidden])+label,

.was-validated #shipping_method li label.checkbox>input:valid:not([type=hidden])+span,

.was-validated #shipping_method li label.checkbox>input:valid:not([type=hidden])~input+span,

.was-validated #shipping_method li label.checkbox>input:valid~input:not([type=hidden])+label,

.was-validated .archive-shop__sidebar ul li .custom-control-input:valid~a,

.was-validated .archive-shop__sidebar ul li .wc_payment_method>input:valid~a,

.was-validated .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:valid~a,

.was-validated .archive-shop__sidebar ul li label.checkbox>input:valid~a,

.was-validated .custom-control-input:valid~.custom-control-label,

.was-validated .mailchimp-form__terms #shipping_method li input:valid~input:not([type=hidden])+label,

.was-validated .mailchimp-form__terms .archive-shop__sidebar ul li input:valid~a,

.was-validated .mailchimp-form__terms .custom-control-input:valid~label,

.was-validated .mailchimp-form__terms .product-list-sidebar input:valid~a,

.was-validated .mailchimp-form__terms .product-main .variations .select_option_label input:valid~.yith_wccl_value,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid+label,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid~input+label,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid~label,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid+span,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid~input+span,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid~label,

.was-validated .mailchimp-form__terms input:valid~.custom-control-label,

.was-validated .mailchimp-form__terms input:valid~label,

.was-validated .mailchimp-form__terms label.checkbox>input:valid+span,

.was-validated .mailchimp-form__terms label.checkbox>input:valid~input+span,

.was-validated .mailchimp-form__terms label.checkbox>input:valid~label,

.was-validated .product-list-sidebar .custom-control-input:valid~a,

.was-validated .product-list-sidebar .wc_payment_method>input:valid~a,

.was-validated .product-list-sidebar .woocommerce-form__label-for-checkbox>input:valid~a,

.was-validated .product-list-sidebar label.checkbox>input:valid~a,

.was-validated .product-main .variations .select_option_label .custom-control-input:valid~.yith_wccl_value,

.was-validated .product-main .variations .select_option_label .wc_payment_method>input:valid~.yith_wccl_value,

.was-validated .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:valid~.yith_wccl_value,

.was-validated .product-main .variations .select_option_label label.checkbox>input:valid~.yith_wccl_value,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:valid+label,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:valid~input+label,

.was-validated .wc_payment_method>.custom-control-input:valid~input+label,

.was-validated .wc_payment_method>input.custom-control-input:valid+label,

.was-validated .wc_payment_method>input:valid+label,

.was-validated .wc_payment_method>input:valid~.custom-control-label,

.was-validated .wc_payment_method>input:valid~input+label,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:valid+span,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:valid~input+span,

.was-validated .woocommerce-form__label-for-checkbox>.custom-control-input:valid~input+span,

.was-validated .woocommerce-form__label-for-checkbox>input.custom-control-input:valid+span,

.was-validated .woocommerce-form__label-for-checkbox>input:valid+span,

.was-validated .woocommerce-form__label-for-checkbox>input:valid~.custom-control-label,

.was-validated .woocommerce-form__label-for-checkbox>input:valid~input+span,

.was-validated label.checkbox.wc_payment_method>input:valid+span,

.was-validated label.checkbox.wc_payment_method>input:valid~input+span,

.was-validated label.checkbox>.custom-control-input:valid~input+span,

.was-validated label.checkbox>input.custom-control-input:valid+span,

.was-validated label.checkbox>input:valid+span,

.was-validated label.checkbox>input:valid~.custom-control-label,

.was-validated label.checkbox>input:valid~input+span,

.was-validated label.wc_payment_method.checkbox>input:valid+label,

.was-validated label.wc_payment_method.checkbox>input:valid~input+label,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:valid+span,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:valid~input+span,

.wc_payment_method>.custom-control-input.is-valid~input+label,

.wc_payment_method>input.is-valid+label,

.wc_payment_method>input.is-valid~.custom-control-label,

.wc_payment_method>input.is-valid~input+label,

.woocommerce-form__label-for-checkbox>.custom-control-input.is-valid~input+span,

.woocommerce-form__label-for-checkbox>input.is-valid+span,

.woocommerce-form__label-for-checkbox>input.is-valid~.custom-control-label,

.woocommerce-form__label-for-checkbox>input.is-valid~input+span,

label.checkbox>.custom-control-input.is-valid~input+span,

label.checkbox>input.is-valid+span,

label.checkbox>input.is-valid~.custom-control-label,

label.checkbox>input.is-valid~input+span {

	color: #28a745
}



#shipping_method .archive-shop__sidebar ul li .was-validated input:valid:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li input.is-valid:not([type=hidden])~a:before,

#shipping_method li .custom-control-input.is-valid~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .was-validated input:valid~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.is-valid:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input.is-valid~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input.is-valid:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input.is-valid:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .custom-control-input:valid~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:valid:not([type=hidden])~label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:valid~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .product-list-sidebar input:valid:not([type=hidden])~a:before,

#shipping_method li .was-validated .product-main .variations .select_option_label input:valid:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:not([type=hidden])+label:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:not([type=hidden])~input+label:before,

#shipping_method li .was-validated .wc_payment_method>input:valid~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])~input+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid~input:not([type=hidden])+label:before,

#shipping_method li .was-validated input:valid:not([type=hidden])+label:before,

#shipping_method li .was-validated input:valid:not([type=hidden])~.custom-control-label:before,

#shipping_method li .was-validated input:valid:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:valid:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:valid:not([type=hidden])+span:before,

#shipping_method li .was-validated label.checkbox>input:valid:not([type=hidden])~input+span:before,

#shipping_method li .was-validated label.checkbox>input:valid~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-valid:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-valid:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input.is-valid~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid~input:not([type=hidden])+label:before,

#shipping_method li input.is-valid:not([type=hidden])+label:before,

#shipping_method li input.is-valid:not([type=hidden])~.custom-control-label:before,

#shipping_method li input.is-valid:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-valid:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-valid:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input.is-valid:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input.is-valid~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .was-validated input:valid:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li input.is-valid:not([type=hidden])~a:before,

.archive-shop__sidebar ul .was-validated #shipping_method li input:valid:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input.is-valid~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .was-validated input:valid~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input.is-valid~a:before,

.archive-shop__sidebar ul li .was-validated .custom-control-input:valid~a:before,

.archive-shop__sidebar ul li .was-validated .mailchimp-form__terms input:valid~a:before,

.archive-shop__sidebar ul li .was-validated .wc_payment_method>input:valid~a:before,

.archive-shop__sidebar ul li .was-validated .woocommerce-form__label-for-checkbox>input:valid~a:before,

.archive-shop__sidebar ul li .was-validated label.checkbox>input:valid~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input.is-valid~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input.is-valid~a:before,

.archive-shop__sidebar ul li label.checkbox>input.is-valid~a:before,

.custom-control-input.is-valid~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li .was-validated input:valid:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-valid:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-valid~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input.is-valid~a:before,

.mailchimp-form__terms .custom-control-input.is-valid~label:before,

.mailchimp-form__terms .product-list-sidebar input.is-valid~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input.is-valid~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated #shipping_method li input:valid:not([type=hidden])~label:before,

.mailchimp-form__terms .was-validated #shipping_method li input:valid~input:not([type=hidden])+label:before,

.mailchimp-form__terms .was-validated .archive-shop__sidebar ul li input:valid~a:before,

.mailchimp-form__terms .was-validated .custom-control-input:valid~label:before,

.mailchimp-form__terms .was-validated .product-list-sidebar input:valid~a:before,

.mailchimp-form__terms .was-validated .product-main .variations .select_option_label input:valid~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid~input+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid~label:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid~input+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid~label:before,

.mailchimp-form__terms .was-validated input:valid~.custom-control-label:before,

.mailchimp-form__terms .was-validated input:valid~label:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid~input+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid~label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid~label:before,

.mailchimp-form__terms input.is-valid~.custom-control-label:before,

.mailchimp-form__terms input.is-valid~label:before,

.mailchimp-form__terms label.checkbox>input.is-valid+span:before,

.mailchimp-form__terms label.checkbox>input.is-valid~input+span:before,

.mailchimp-form__terms label.checkbox>input.is-valid~label:before,

.product-list-sidebar #shipping_method li .was-validated input:valid:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li input.is-valid:not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input.is-valid~a:before,

.product-list-sidebar .mailchimp-form__terms .was-validated input:valid~a:before,

.product-list-sidebar .mailchimp-form__terms input.is-valid~a:before,

.product-list-sidebar .was-validated #shipping_method li input:valid:not([type=hidden])~a:before,

.product-list-sidebar .was-validated .custom-control-input:valid~a:before,

.product-list-sidebar .was-validated .mailchimp-form__terms input:valid~a:before,

.product-list-sidebar .was-validated .wc_payment_method>input:valid~a:before,

.product-list-sidebar .was-validated .woocommerce-form__label-for-checkbox>input:valid~a:before,

.product-list-sidebar .was-validated label.checkbox>input:valid~a:before,

.product-list-sidebar .wc_payment_method>input.is-valid~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input.is-valid~a:before,

.product-list-sidebar label.checkbox>input.is-valid~a:before,

.product-main .variations .select_option_label #shipping_method li .was-validated input:valid:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li input.is-valid:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input.is-valid~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .was-validated input:valid~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input.is-valid~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated #shipping_method li input:valid:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .custom-control-input:valid~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .mailchimp-form__terms input:valid~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .wc_payment_method>input:valid~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .woocommerce-form__label-for-checkbox>input:valid~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated label.checkbox>input:valid~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input.is-valid~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.is-valid~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input.is-valid~.yith_wccl_value:before,

.was-validated #shipping_method .archive-shop__sidebar ul li input:valid:not([type=hidden])~a:before,

.was-validated #shipping_method li .custom-control-input:valid~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .mailchimp-form__terms input:valid:not([type=hidden])~label:before,

.was-validated #shipping_method li .product-list-sidebar input:valid:not([type=hidden])~a:before,

.was-validated #shipping_method li .product-main .variations .select_option_label input:valid:not([type=hidden])~.yith_wccl_value:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:not([type=hidden])+label:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:not([type=hidden])~input+label:before,

.was-validated #shipping_method li .wc_payment_method>input:valid~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:not([type=hidden])~input+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid~input:not([type=hidden])+label:before,

.was-validated #shipping_method li input:valid:not([type=hidden])+label:before,

.was-validated #shipping_method li input:valid:not([type=hidden])~.custom-control-label:before,

.was-validated #shipping_method li input:valid:not([type=hidden])~input:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:valid:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:valid:not([type=hidden])+span:before,

.was-validated #shipping_method li label.checkbox>input:valid:not([type=hidden])~input+span:before,

.was-validated #shipping_method li label.checkbox>input:valid~input:not([type=hidden])+label:before,

.was-validated .archive-shop__sidebar ul li .custom-control-input:valid~a:before,

.was-validated .archive-shop__sidebar ul li .wc_payment_method>input:valid~a:before,

.was-validated .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:valid~a:before,

.was-validated .archive-shop__sidebar ul li label.checkbox>input:valid~a:before,

.was-validated .custom-control-input:valid~.custom-control-label:before,

.was-validated .mailchimp-form__terms #shipping_method li input:valid~input:not([type=hidden])+label:before,

.was-validated .mailchimp-form__terms .archive-shop__sidebar ul li input:valid~a:before,

.was-validated .mailchimp-form__terms .custom-control-input:valid~label:before,

.was-validated .mailchimp-form__terms .product-list-sidebar input:valid~a:before,

.was-validated .mailchimp-form__terms .product-main .variations .select_option_label input:valid~.yith_wccl_value:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid~input+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid~label:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid~input+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid~label:before,

.was-validated .mailchimp-form__terms input:valid~.custom-control-label:before,

.was-validated .mailchimp-form__terms input:valid~label:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid~input+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid~label:before,

.was-validated .product-list-sidebar .custom-control-input:valid~a:before,

.was-validated .product-list-sidebar .wc_payment_method>input:valid~a:before,

.was-validated .product-list-sidebar .woocommerce-form__label-for-checkbox>input:valid~a:before,

.was-validated .product-list-sidebar label.checkbox>input:valid~a:before,

.was-validated .product-main .variations .select_option_label .custom-control-input:valid~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .wc_payment_method>input:valid~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:valid~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label label.checkbox>input:valid~.yith_wccl_value:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:valid+label:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:valid~input+label:before,

.was-validated .wc_payment_method>.custom-control-input:valid~input+label:before,

.was-validated .wc_payment_method>input.custom-control-input:valid+label:before,

.was-validated .wc_payment_method>input:valid+label:before,

.was-validated .wc_payment_method>input:valid~.custom-control-label:before,

.was-validated .wc_payment_method>input:valid~input+label:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:valid+span:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:valid~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>.custom-control-input:valid~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input.custom-control-input:valid+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid~.custom-control-label:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid~input+span:before,

.was-validated label.checkbox.wc_payment_method>input:valid+span:before,

.was-validated label.checkbox.wc_payment_method>input:valid~input+span:before,

.was-validated label.checkbox>.custom-control-input:valid~input+span:before,

.was-validated label.checkbox>input.custom-control-input:valid+span:before,

.was-validated label.checkbox>input:valid+span:before,

.was-validated label.checkbox>input:valid~.custom-control-label:before,

.was-validated label.checkbox>input:valid~input+span:before,

.was-validated label.wc_payment_method.checkbox>input:valid+label:before,

.was-validated label.wc_payment_method.checkbox>input:valid~input+label:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:valid+span:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:valid~input+span:before,

.wc_payment_method>.custom-control-input.is-valid~input+label:before,

.wc_payment_method>input.is-valid+label:before,

.wc_payment_method>input.is-valid~.custom-control-label:before,

.wc_payment_method>input.is-valid~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input.is-valid~input+span:before,

.woocommerce-form__label-for-checkbox>input.is-valid+span:before,

.woocommerce-form__label-for-checkbox>input.is-valid~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input.is-valid~input+span:before,

label.checkbox>.custom-control-input.is-valid~input+span:before,

label.checkbox>input.is-valid+span:before,

label.checkbox>input.is-valid~.custom-control-label:before,

label.checkbox>input.is-valid~input+span:before {

	border-color: #28a745
}



#shipping_method li .was-validated input:valid:not([type=hidden])~.valid-feedback,

#shipping_method li .was-validated input:valid:not([type=hidden])~.valid-tooltip,

#shipping_method li input.is-valid:not([type=hidden])~.valid-feedback,

#shipping_method li input.is-valid:not([type=hidden])~.valid-tooltip,

.custom-control-input.is-valid~.valid-feedback,

.custom-control-input.is-valid~.valid-tooltip,

.mailchimp-form__terms .was-validated input:valid~.valid-feedback,

.mailchimp-form__terms .was-validated input:valid~.valid-tooltip,

.mailchimp-form__terms input.is-valid~.valid-feedback,

.mailchimp-form__terms input.is-valid~.valid-tooltip,

.was-validated #shipping_method li input:valid:not([type=hidden])~.valid-feedback,

.was-validated #shipping_method li input:valid:not([type=hidden])~.valid-tooltip,

.was-validated .custom-control-input:valid~.valid-feedback,

.was-validated .custom-control-input:valid~.valid-tooltip,

.was-validated .mailchimp-form__terms input:valid~.valid-feedback,

.was-validated .mailchimp-form__terms input:valid~.valid-tooltip,

.was-validated .wc_payment_method>input:valid~.valid-feedback,

.was-validated .wc_payment_method>input:valid~.valid-tooltip,

.was-validated .woocommerce-form__label-for-checkbox>input:valid~.valid-feedback,

.was-validated .woocommerce-form__label-for-checkbox>input:valid~.valid-tooltip,

.was-validated label.checkbox>input:valid~.valid-feedback,

.was-validated label.checkbox>input:valid~.valid-tooltip,

.wc_payment_method>input.is-valid~.valid-feedback,

.wc_payment_method>input.is-valid~.valid-tooltip,

.woocommerce-form__label-for-checkbox>input.is-valid~.valid-feedback,

.woocommerce-form__label-for-checkbox>input.is-valid~.valid-tooltip,

label.checkbox>input.is-valid~.valid-feedback,

label.checkbox>input.is-valid~.valid-tooltip {

	display: block
}



#shipping_method .archive-shop__sidebar ul li .was-validated input:valid:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li input.is-valid:checked:not([type=hidden])~a:before,

#shipping_method li .custom-control-input.is-valid:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .was-validated input:valid:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.is-valid:checked:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input.is-valid:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input.is-valid:checked:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input.is-valid:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .custom-control-input:valid:checked~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:valid:checked:not([type=hidden])~label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:valid:checked~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .product-list-sidebar input:valid:checked:not([type=hidden])~a:before,

#shipping_method li .was-validated .product-main .variations .select_option_label input:valid:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:checked:not([type=hidden])+label:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:checked:not([type=hidden])~input+label:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:checked~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:checked:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:checked:not([type=hidden])+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:checked:not([type=hidden])~input+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:checked~input:not([type=hidden])+label:before,

#shipping_method li .was-validated input:valid:checked:not([type=hidden])+label:before,

#shipping_method li .was-validated input:valid:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .was-validated input:valid:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:valid:checked:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:valid:checked:not([type=hidden])+span:before,

#shipping_method li .was-validated label.checkbox>input:valid:checked:not([type=hidden])~input+span:before,

#shipping_method li .was-validated label.checkbox>input:valid:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-valid:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-valid:checked:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input.is-valid:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:checked~input:not([type=hidden])+label:before,

#shipping_method li input.is-valid:checked:not([type=hidden])+label:before,

#shipping_method li input.is-valid:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li input.is-valid:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-valid:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-valid:checked:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input.is-valid:checked:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input.is-valid:checked~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .was-validated input:valid:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li input.is-valid:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .was-validated #shipping_method li input:valid:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input.is-valid:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .was-validated input:valid:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input.is-valid:checked~a:before,

.archive-shop__sidebar ul li .was-validated .custom-control-input:valid:checked~a:before,

.archive-shop__sidebar ul li .was-validated .mailchimp-form__terms input:valid:checked~a:before,

.archive-shop__sidebar ul li .was-validated .wc_payment_method>input:valid:checked~a:before,

.archive-shop__sidebar ul li .was-validated .woocommerce-form__label-for-checkbox>input:valid:checked~a:before,

.archive-shop__sidebar ul li .was-validated label.checkbox>input:valid:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input.is-valid:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input.is-valid:checked~a:before,

.archive-shop__sidebar ul li label.checkbox>input.is-valid:checked~a:before,

.custom-control-input.is-valid:checked~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li .was-validated input:valid:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-valid:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-valid:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input.is-valid:checked~a:before,

.mailchimp-form__terms .custom-control-input.is-valid:checked~label:before,

.mailchimp-form__terms .product-list-sidebar input.is-valid:checked~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input.is-valid:checked~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated #shipping_method li input:valid:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .was-validated #shipping_method li input:valid:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .was-validated .archive-shop__sidebar ul li input:valid:checked~a:before,

.mailchimp-form__terms .was-validated .custom-control-input:valid:checked~label:before,

.mailchimp-form__terms .was-validated .product-list-sidebar input:valid:checked~a:before,

.mailchimp-form__terms .was-validated .product-main .variations .select_option_label input:valid:checked~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid:checked+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid:checked~input+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid:checked~label:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid:checked+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid:checked~input+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid:checked~label:before,

.mailchimp-form__terms .was-validated input:valid:checked~.custom-control-label:before,

.mailchimp-form__terms .was-validated input:valid:checked~label:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid:checked+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid:checked~input+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid:checked~label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid:checked+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid:checked~label:before,

.mailchimp-form__terms input.is-valid:checked~.custom-control-label:before,

.mailchimp-form__terms input.is-valid:checked~label:before,

.mailchimp-form__terms label.checkbox>input.is-valid:checked+span:before,

.mailchimp-form__terms label.checkbox>input.is-valid:checked~input+span:before,

.mailchimp-form__terms label.checkbox>input.is-valid:checked~label:before,

.product-list-sidebar #shipping_method li .was-validated input:valid:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li input.is-valid:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input.is-valid:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .was-validated input:valid:checked~a:before,

.product-list-sidebar .mailchimp-form__terms input.is-valid:checked~a:before,

.product-list-sidebar .was-validated #shipping_method li input:valid:checked:not([type=hidden])~a:before,

.product-list-sidebar .was-validated .custom-control-input:valid:checked~a:before,

.product-list-sidebar .was-validated .mailchimp-form__terms input:valid:checked~a:before,

.product-list-sidebar .was-validated .wc_payment_method>input:valid:checked~a:before,

.product-list-sidebar .was-validated .woocommerce-form__label-for-checkbox>input:valid:checked~a:before,

.product-list-sidebar .was-validated label.checkbox>input:valid:checked~a:before,

.product-list-sidebar .wc_payment_method>input.is-valid:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input.is-valid:checked~a:before,

.product-list-sidebar label.checkbox>input.is-valid:checked~a:before,

.product-main .variations .select_option_label #shipping_method li .was-validated input:valid:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li input.is-valid:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input.is-valid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .was-validated input:valid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input.is-valid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated #shipping_method li input:valid:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .custom-control-input:valid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .mailchimp-form__terms input:valid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .wc_payment_method>input:valid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .woocommerce-form__label-for-checkbox>input:valid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated label.checkbox>input:valid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input.is-valid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.is-valid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input.is-valid:checked~.yith_wccl_value:before,

.was-validated #shipping_method .archive-shop__sidebar ul li input:valid:checked:not([type=hidden])~a:before,

.was-validated #shipping_method li .custom-control-input:valid:checked~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .mailchimp-form__terms input:valid:checked:not([type=hidden])~label:before,

.was-validated #shipping_method li .product-list-sidebar input:valid:checked:not([type=hidden])~a:before,

.was-validated #shipping_method li .product-main .variations .select_option_label input:valid:checked:not([type=hidden])~.yith_wccl_value:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:checked:not([type=hidden])+label:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:checked:not([type=hidden])~input+label:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:checked~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:checked:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:checked:not([type=hidden])+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:checked:not([type=hidden])~input+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:checked~input:not([type=hidden])+label:before,

.was-validated #shipping_method li input:valid:checked:not([type=hidden])+label:before,

.was-validated #shipping_method li input:valid:checked:not([type=hidden])~.custom-control-label:before,

.was-validated #shipping_method li input:valid:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:valid:checked:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:valid:checked:not([type=hidden])+span:before,

.was-validated #shipping_method li label.checkbox>input:valid:checked:not([type=hidden])~input+span:before,

.was-validated #shipping_method li label.checkbox>input:valid:checked~input:not([type=hidden])+label:before,

.was-validated .archive-shop__sidebar ul li .custom-control-input:valid:checked~a:before,

.was-validated .archive-shop__sidebar ul li .wc_payment_method>input:valid:checked~a:before,

.was-validated .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:valid:checked~a:before,

.was-validated .archive-shop__sidebar ul li label.checkbox>input:valid:checked~a:before,

.was-validated .custom-control-input:valid:checked~.custom-control-label:before,

.was-validated .mailchimp-form__terms #shipping_method li input:valid:checked~input:not([type=hidden])+label:before,

.was-validated .mailchimp-form__terms .archive-shop__sidebar ul li input:valid:checked~a:before,

.was-validated .mailchimp-form__terms .custom-control-input:valid:checked~label:before,

.was-validated .mailchimp-form__terms .product-list-sidebar input:valid:checked~a:before,

.was-validated .mailchimp-form__terms .product-main .variations .select_option_label input:valid:checked~.yith_wccl_value:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid:checked+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid:checked~input+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid:checked~label:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid:checked+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid:checked~input+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid:checked~label:before,

.was-validated .mailchimp-form__terms input:valid:checked~.custom-control-label:before,

.was-validated .mailchimp-form__terms input:valid:checked~label:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid:checked+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid:checked~input+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid:checked~label:before,

.was-validated .product-list-sidebar .custom-control-input:valid:checked~a:before,

.was-validated .product-list-sidebar .wc_payment_method>input:valid:checked~a:before,

.was-validated .product-list-sidebar .woocommerce-form__label-for-checkbox>input:valid:checked~a:before,

.was-validated .product-list-sidebar label.checkbox>input:valid:checked~a:before,

.was-validated .product-main .variations .select_option_label .custom-control-input:valid:checked~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .wc_payment_method>input:valid:checked~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:valid:checked~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label label.checkbox>input:valid:checked~.yith_wccl_value:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:valid:checked+label:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:valid:checked~input+label:before,

.was-validated .wc_payment_method>.custom-control-input:valid:checked~input+label:before,

.was-validated .wc_payment_method>input.custom-control-input:valid:checked+label:before,

.was-validated .wc_payment_method>input:valid:checked+label:before,

.was-validated .wc_payment_method>input:valid:checked~.custom-control-label:before,

.was-validated .wc_payment_method>input:valid:checked~input+label:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:valid:checked+span:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:valid:checked~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>.custom-control-input:valid:checked~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input.custom-control-input:valid:checked+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid:checked+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid:checked~.custom-control-label:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid:checked~input+span:before,

.was-validated label.checkbox.wc_payment_method>input:valid:checked+span:before,

.was-validated label.checkbox.wc_payment_method>input:valid:checked~input+span:before,

.was-validated label.checkbox>.custom-control-input:valid:checked~input+span:before,

.was-validated label.checkbox>input.custom-control-input:valid:checked+span:before,

.was-validated label.checkbox>input:valid:checked+span:before,

.was-validated label.checkbox>input:valid:checked~.custom-control-label:before,

.was-validated label.checkbox>input:valid:checked~input+span:before,

.was-validated label.wc_payment_method.checkbox>input:valid:checked+label:before,

.was-validated label.wc_payment_method.checkbox>input:valid:checked~input+label:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:valid:checked+span:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:valid:checked~input+span:before,

.wc_payment_method>.custom-control-input.is-valid:checked~input+label:before,

.wc_payment_method>input.is-valid:checked+label:before,

.wc_payment_method>input.is-valid:checked~.custom-control-label:before,

.wc_payment_method>input.is-valid:checked~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input.is-valid:checked~input+span:before,

.woocommerce-form__label-for-checkbox>input.is-valid:checked+span:before,

.woocommerce-form__label-for-checkbox>input.is-valid:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input.is-valid:checked~input+span:before,

label.checkbox>.custom-control-input.is-valid:checked~input+span:before,

label.checkbox>input.is-valid:checked+span:before,

label.checkbox>input.is-valid:checked~.custom-control-label:before,

label.checkbox>input.is-valid:checked~input+span:before {

	border-color: #34ce57;

	background-color: #34ce57
}



#shipping_method .archive-shop__sidebar ul li .was-validated input:valid:focus:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li input.is-valid:focus:not([type=hidden])~a:before,

#shipping_method li .custom-control-input.is-valid:focus~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .was-validated input:valid:focus~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.is-valid:focus:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input.is-valid:focus~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input.is-valid:focus:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input.is-valid:focus:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .custom-control-input:valid:focus~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:valid:focus:not([type=hidden])~label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:valid:focus~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .product-list-sidebar input:valid:focus:not([type=hidden])~a:before,

#shipping_method li .was-validated .product-main .variations .select_option_label input:valid:focus:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:focus:not([type=hidden])+label:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:focus:not([type=hidden])~input+label:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:focus~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not([type=hidden])+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not([type=hidden])~input+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus~input:not([type=hidden])+label:before,

#shipping_method li .was-validated input:valid:focus:not([type=hidden])+label:before,

#shipping_method li .was-validated input:valid:focus:not([type=hidden])~.custom-control-label:before,

#shipping_method li .was-validated input:valid:focus:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:valid:focus:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:valid:focus:not([type=hidden])+span:before,

#shipping_method li .was-validated label.checkbox>input:valid:focus:not([type=hidden])~input+span:before,

#shipping_method li .was-validated label.checkbox>input:valid:focus~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-valid:focus:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-valid:focus:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input.is-valid:focus~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:focus:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:focus:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:focus:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:focus~input:not([type=hidden])+label:before,

#shipping_method li input.is-valid:focus:not([type=hidden])+label:before,

#shipping_method li input.is-valid:focus:not([type=hidden])~.custom-control-label:before,

#shipping_method li input.is-valid:focus:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-valid:focus:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-valid:focus:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input.is-valid:focus:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input.is-valid:focus~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .was-validated input:valid:focus:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li input.is-valid:focus:not([type=hidden])~a:before,

.archive-shop__sidebar ul .was-validated #shipping_method li input:valid:focus:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input.is-valid:focus~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .was-validated input:valid:focus~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input.is-valid:focus~a:before,

.archive-shop__sidebar ul li .was-validated .custom-control-input:valid:focus~a:before,

.archive-shop__sidebar ul li .was-validated .mailchimp-form__terms input:valid:focus~a:before,

.archive-shop__sidebar ul li .was-validated .wc_payment_method>input:valid:focus~a:before,

.archive-shop__sidebar ul li .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus~a:before,

.archive-shop__sidebar ul li .was-validated label.checkbox>input:valid:focus~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input.is-valid:focus~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input.is-valid:focus~a:before,

.archive-shop__sidebar ul li label.checkbox>input.is-valid:focus~a:before,

.custom-control-input.is-valid:focus~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li .was-validated input:valid:focus:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-valid:focus:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-valid:focus~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input.is-valid:focus~a:before,

.mailchimp-form__terms .custom-control-input.is-valid:focus~label:before,

.mailchimp-form__terms .product-list-sidebar input.is-valid:focus~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input.is-valid:focus~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated #shipping_method li input:valid:focus:not([type=hidden])~label:before,

.mailchimp-form__terms .was-validated #shipping_method li input:valid:focus~input:not([type=hidden])+label:before,

.mailchimp-form__terms .was-validated .archive-shop__sidebar ul li input:valid:focus~a:before,

.mailchimp-form__terms .was-validated .custom-control-input:valid:focus~label:before,

.mailchimp-form__terms .was-validated .product-list-sidebar input:valid:focus~a:before,

.mailchimp-form__terms .was-validated .product-main .variations .select_option_label input:valid:focus~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid:focus+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid:focus~input+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid:focus~label:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus~input+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus~label:before,

.mailchimp-form__terms .was-validated input:valid:focus~.custom-control-label:before,

.mailchimp-form__terms .was-validated input:valid:focus~label:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid:focus+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid:focus~input+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid:focus~label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid:focus+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid:focus~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid:focus~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid:focus+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid:focus~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid:focus~label:before,

.mailchimp-form__terms input.is-valid:focus~.custom-control-label:before,

.mailchimp-form__terms input.is-valid:focus~label:before,

.mailchimp-form__terms label.checkbox>input.is-valid:focus+span:before,

.mailchimp-form__terms label.checkbox>input.is-valid:focus~input+span:before,

.mailchimp-form__terms label.checkbox>input.is-valid:focus~label:before,

.product-list-sidebar #shipping_method li .was-validated input:valid:focus:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li input.is-valid:focus:not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input.is-valid:focus~a:before,

.product-list-sidebar .mailchimp-form__terms .was-validated input:valid:focus~a:before,

.product-list-sidebar .mailchimp-form__terms input.is-valid:focus~a:before,

.product-list-sidebar .was-validated #shipping_method li input:valid:focus:not([type=hidden])~a:before,

.product-list-sidebar .was-validated .custom-control-input:valid:focus~a:before,

.product-list-sidebar .was-validated .mailchimp-form__terms input:valid:focus~a:before,

.product-list-sidebar .was-validated .wc_payment_method>input:valid:focus~a:before,

.product-list-sidebar .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus~a:before,

.product-list-sidebar .was-validated label.checkbox>input:valid:focus~a:before,

.product-list-sidebar .wc_payment_method>input.is-valid:focus~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input.is-valid:focus~a:before,

.product-list-sidebar label.checkbox>input.is-valid:focus~a:before,

.product-main .variations .select_option_label #shipping_method li .was-validated input:valid:focus:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li input.is-valid:focus:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input.is-valid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .was-validated input:valid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input.is-valid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated #shipping_method li input:valid:focus:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .custom-control-input:valid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .mailchimp-form__terms input:valid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .wc_payment_method>input:valid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated label.checkbox>input:valid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input.is-valid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.is-valid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input.is-valid:focus~.yith_wccl_value:before,

.was-validated #shipping_method .archive-shop__sidebar ul li input:valid:focus:not([type=hidden])~a:before,

.was-validated #shipping_method li .custom-control-input:valid:focus~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .mailchimp-form__terms input:valid:focus:not([type=hidden])~label:before,

.was-validated #shipping_method li .product-list-sidebar input:valid:focus:not([type=hidden])~a:before,

.was-validated #shipping_method li .product-main .variations .select_option_label input:valid:focus:not([type=hidden])~.yith_wccl_value:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:focus:not([type=hidden])+label:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:focus:not([type=hidden])~input+label:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:focus~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:focus:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:focus:not([type=hidden])+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:focus:not([type=hidden])~input+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:focus~input:not([type=hidden])+label:before,

.was-validated #shipping_method li input:valid:focus:not([type=hidden])+label:before,

.was-validated #shipping_method li input:valid:focus:not([type=hidden])~.custom-control-label:before,

.was-validated #shipping_method li input:valid:focus:not([type=hidden])~input:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:valid:focus:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:valid:focus:not([type=hidden])+span:before,

.was-validated #shipping_method li label.checkbox>input:valid:focus:not([type=hidden])~input+span:before,

.was-validated #shipping_method li label.checkbox>input:valid:focus~input:not([type=hidden])+label:before,

.was-validated .archive-shop__sidebar ul li .custom-control-input:valid:focus~a:before,

.was-validated .archive-shop__sidebar ul li .wc_payment_method>input:valid:focus~a:before,

.was-validated .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:valid:focus~a:before,

.was-validated .archive-shop__sidebar ul li label.checkbox>input:valid:focus~a:before,

.was-validated .custom-control-input:valid:focus~.custom-control-label:before,

.was-validated .mailchimp-form__terms #shipping_method li input:valid:focus~input:not([type=hidden])+label:before,

.was-validated .mailchimp-form__terms .archive-shop__sidebar ul li input:valid:focus~a:before,

.was-validated .mailchimp-form__terms .custom-control-input:valid:focus~label:before,

.was-validated .mailchimp-form__terms .product-list-sidebar input:valid:focus~a:before,

.was-validated .mailchimp-form__terms .product-main .variations .select_option_label input:valid:focus~.yith_wccl_value:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid:focus+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid:focus~input+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid:focus~label:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid:focus+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid:focus~input+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid:focus~label:before,

.was-validated .mailchimp-form__terms input:valid:focus~.custom-control-label:before,

.was-validated .mailchimp-form__terms input:valid:focus~label:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid:focus+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid:focus~input+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid:focus~label:before,

.was-validated .product-list-sidebar .custom-control-input:valid:focus~a:before,

.was-validated .product-list-sidebar .wc_payment_method>input:valid:focus~a:before,

.was-validated .product-list-sidebar .woocommerce-form__label-for-checkbox>input:valid:focus~a:before,

.was-validated .product-list-sidebar label.checkbox>input:valid:focus~a:before,

.was-validated .product-main .variations .select_option_label .custom-control-input:valid:focus~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .wc_payment_method>input:valid:focus~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:valid:focus~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label label.checkbox>input:valid:focus~.yith_wccl_value:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:valid:focus+label:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:valid:focus~input+label:before,

.was-validated .wc_payment_method>.custom-control-input:valid:focus~input+label:before,

.was-validated .wc_payment_method>input.custom-control-input:valid:focus+label:before,

.was-validated .wc_payment_method>input:valid:focus+label:before,

.was-validated .wc_payment_method>input:valid:focus~.custom-control-label:before,

.was-validated .wc_payment_method>input:valid:focus~input+label:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:valid:focus+span:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:valid:focus~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>.custom-control-input:valid:focus~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input.custom-control-input:valid:focus+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid:focus+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid:focus~.custom-control-label:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid:focus~input+span:before,

.was-validated label.checkbox.wc_payment_method>input:valid:focus+span:before,

.was-validated label.checkbox.wc_payment_method>input:valid:focus~input+span:before,

.was-validated label.checkbox>.custom-control-input:valid:focus~input+span:before,

.was-validated label.checkbox>input.custom-control-input:valid:focus+span:before,

.was-validated label.checkbox>input:valid:focus+span:before,

.was-validated label.checkbox>input:valid:focus~.custom-control-label:before,

.was-validated label.checkbox>input:valid:focus~input+span:before,

.was-validated label.wc_payment_method.checkbox>input:valid:focus+label:before,

.was-validated label.wc_payment_method.checkbox>input:valid:focus~input+label:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:valid:focus+span:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:valid:focus~input+span:before,

.wc_payment_method>.custom-control-input.is-valid:focus~input+label:before,

.wc_payment_method>input.is-valid:focus+label:before,

.wc_payment_method>input.is-valid:focus~.custom-control-label:before,

.wc_payment_method>input.is-valid:focus~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input.is-valid:focus~input+span:before,

.woocommerce-form__label-for-checkbox>input.is-valid:focus+span:before,

.woocommerce-form__label-for-checkbox>input.is-valid:focus~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input.is-valid:focus~input+span:before,

label.checkbox>.custom-control-input.is-valid:focus~input+span:before,

label.checkbox>input.is-valid:focus+span:before,

label.checkbox>input.is-valid:focus~.custom-control-label:before,

label.checkbox>input.is-valid:focus~input+span:before {

	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);

	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}



#shipping_method .archive-shop__sidebar ul li .was-validated input:valid:focus:not(:checked):not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li input.is-valid:focus:not(:checked):not([type=hidden])~a:before,

#shipping_method li .custom-control-input.is-valid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .was-validated input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.is-valid:focus:not(:checked):not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input.is-valid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input.is-valid:focus:not(:checked):not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input.is-valid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .custom-control-input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:valid:focus:not(:checked):not([type=hidden])~label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .product-list-sidebar input:valid:focus:not(:checked):not([type=hidden])~a:before,

#shipping_method li .was-validated .product-main .variations .select_option_label input:valid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:focus:not(:checked):not([type=hidden])~input+label:before,

#shipping_method li .was-validated .wc_payment_method>input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked):not([type=hidden])+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked):not([type=hidden])~input+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .was-validated input:valid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .was-validated input:valid:focus:not(:checked):not([type=hidden])~.custom-control-label:before,

#shipping_method li .was-validated input:valid:focus:not(:checked):not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:valid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:valid:focus:not(:checked):not([type=hidden])+span:before,

#shipping_method li .was-validated label.checkbox>input:valid:focus:not(:checked):not([type=hidden])~input+span:before,

#shipping_method li .was-validated label.checkbox>input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-valid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-valid:focus:not(:checked):not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input.is-valid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked):not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked):not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li input.is-valid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li input.is-valid:focus:not(:checked):not([type=hidden])~.custom-control-label:before,

#shipping_method li input.is-valid:focus:not(:checked):not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-valid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-valid:focus:not(:checked):not([type=hidden])+span:before,

#shipping_method li label.checkbox>input.is-valid:focus:not(:checked):not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input.is-valid:focus:not(:checked)~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .was-validated input:valid:focus:not(:checked):not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li input.is-valid:focus:not(:checked):not([type=hidden])~a:before,

.archive-shop__sidebar ul .was-validated #shipping_method li input:valid:focus:not(:checked):not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input.is-valid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .was-validated input:valid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input.is-valid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .was-validated .custom-control-input:valid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .was-validated .mailchimp-form__terms input:valid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .was-validated .wc_payment_method>input:valid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .was-validated label.checkbox>input:valid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input.is-valid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li label.checkbox>input.is-valid:focus:not(:checked)~a:before,

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,

.custom-file-input.is-valid~.custom-file-label,

.mailchimp-form__terms #shipping_method li .was-validated input:valid:focus:not(:checked):not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-valid:focus:not(:checked):not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-valid:focus:not(:checked)~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input.is-valid:focus:not(:checked)~a:before,

.mailchimp-form__terms .custom-control-input.is-valid:focus:not(:checked)~label:before,

.mailchimp-form__terms .product-list-sidebar input.is-valid:focus:not(:checked)~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input.is-valid:focus:not(:checked)~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated #shipping_method li input:valid:focus:not(:checked):not([type=hidden])~label:before,

.mailchimp-form__terms .was-validated #shipping_method li input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

.mailchimp-form__terms .was-validated .archive-shop__sidebar ul li input:valid:focus:not(:checked)~a:before,

.mailchimp-form__terms .was-validated .custom-control-input:valid:focus:not(:checked)~label:before,

.mailchimp-form__terms .was-validated .product-list-sidebar input:valid:focus:not(:checked)~a:before,

.mailchimp-form__terms .was-validated .product-main .variations .select_option_label input:valid:focus:not(:checked)~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid:focus:not(:checked)+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid:focus:not(:checked)~input+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:valid:focus:not(:checked)~label:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~input+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~label:before,

.mailchimp-form__terms .was-validated input:valid:focus:not(:checked)~.custom-control-label:before,

.mailchimp-form__terms .was-validated input:valid:focus:not(:checked)~label:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid:focus:not(:checked)+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid:focus:not(:checked)~input+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:valid:focus:not(:checked)~label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid:focus:not(:checked)+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid:focus:not(:checked)~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-valid:focus:not(:checked)~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked)+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked)~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked)~label:before,

.mailchimp-form__terms input.is-valid:focus:not(:checked)~.custom-control-label:before,

.mailchimp-form__terms input.is-valid:focus:not(:checked)~label:before,

.mailchimp-form__terms label.checkbox>input.is-valid:focus:not(:checked)+span:before,

.mailchimp-form__terms label.checkbox>input.is-valid:focus:not(:checked)~input+span:before,

.mailchimp-form__terms label.checkbox>input.is-valid:focus:not(:checked)~label:before,

.product-list-sidebar #shipping_method li .was-validated input:valid:focus:not(:checked):not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li input.is-valid:focus:not(:checked):not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input.is-valid:focus:not(:checked)~a:before,

.product-list-sidebar .mailchimp-form__terms .was-validated input:valid:focus:not(:checked)~a:before,

.product-list-sidebar .mailchimp-form__terms input.is-valid:focus:not(:checked)~a:before,

.product-list-sidebar .was-validated #shipping_method li input:valid:focus:not(:checked):not([type=hidden])~a:before,

.product-list-sidebar .was-validated .custom-control-input:valid:focus:not(:checked)~a:before,

.product-list-sidebar .was-validated .mailchimp-form__terms input:valid:focus:not(:checked)~a:before,

.product-list-sidebar .was-validated .wc_payment_method>input:valid:focus:not(:checked)~a:before,

.product-list-sidebar .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~a:before,

.product-list-sidebar .was-validated label.checkbox>input:valid:focus:not(:checked)~a:before,

.product-list-sidebar .wc_payment_method>input.is-valid:focus:not(:checked)~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked)~a:before,

.product-list-sidebar label.checkbox>input.is-valid:focus:not(:checked)~a:before,

.product-main .variations .select_option_label #shipping_method li .was-validated input:valid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li input.is-valid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input.is-valid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .was-validated input:valid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input.is-valid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated #shipping_method li input:valid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .custom-control-input:valid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .mailchimp-form__terms input:valid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .wc_payment_method>input:valid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated label.checkbox>input:valid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input.is-valid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input.is-valid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated #shipping_method .archive-shop__sidebar ul li input:valid:focus:not(:checked):not([type=hidden])~a:before,

.was-validated #shipping_method li .custom-control-input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .mailchimp-form__terms input:valid:focus:not(:checked):not([type=hidden])~label:before,

.was-validated #shipping_method li .product-list-sidebar input:valid:focus:not(:checked):not([type=hidden])~a:before,

.was-validated #shipping_method li .product-main .variations .select_option_label input:valid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:focus:not(:checked):not([type=hidden])+label:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:focus:not(:checked):not([type=hidden])~input+label:before,

.was-validated #shipping_method li .wc_payment_method>input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked):not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked):not([type=hidden])+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked):not([type=hidden])~input+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

.was-validated #shipping_method li input:valid:focus:not(:checked):not([type=hidden])+label:before,

.was-validated #shipping_method li input:valid:focus:not(:checked):not([type=hidden])~.custom-control-label:before,

.was-validated #shipping_method li input:valid:focus:not(:checked):not([type=hidden])~input:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:valid:focus:not(:checked):not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:valid:focus:not(:checked):not([type=hidden])+span:before,

.was-validated #shipping_method li label.checkbox>input:valid:focus:not(:checked):not([type=hidden])~input+span:before,

.was-validated #shipping_method li label.checkbox>input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

.was-validated .archive-shop__sidebar ul li .custom-control-input:valid:focus:not(:checked)~a:before,

.was-validated .archive-shop__sidebar ul li .wc_payment_method>input:valid:focus:not(:checked)~a:before,

.was-validated .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~a:before,

.was-validated .archive-shop__sidebar ul li label.checkbox>input:valid:focus:not(:checked)~a:before,

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,

.was-validated .custom-file-input:valid~.custom-file-label,

.was-validated .mailchimp-form__terms #shipping_method li input:valid:focus:not(:checked)~input:not([type=hidden])+label:before,

.was-validated .mailchimp-form__terms .archive-shop__sidebar ul li input:valid:focus:not(:checked)~a:before,

.was-validated .mailchimp-form__terms .custom-control-input:valid:focus:not(:checked)~label:before,

.was-validated .mailchimp-form__terms .product-list-sidebar input:valid:focus:not(:checked)~a:before,

.was-validated .mailchimp-form__terms .product-main .variations .select_option_label input:valid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid:focus:not(:checked)+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid:focus:not(:checked)~input+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:valid:focus:not(:checked)~label:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~input+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~label:before,

.was-validated .mailchimp-form__terms input:valid:focus:not(:checked)~.custom-control-label:before,

.was-validated .mailchimp-form__terms input:valid:focus:not(:checked)~label:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid:focus:not(:checked)+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid:focus:not(:checked)~input+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:valid:focus:not(:checked)~label:before,

.was-validated .product-list-sidebar .custom-control-input:valid:focus:not(:checked)~a:before,

.was-validated .product-list-sidebar .wc_payment_method>input:valid:focus:not(:checked)~a:before,

.was-validated .product-list-sidebar .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~a:before,

.was-validated .product-list-sidebar label.checkbox>input:valid:focus:not(:checked)~a:before,

.was-validated .product-main .variations .select_option_label .custom-control-input:valid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .wc_payment_method>input:valid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label label.checkbox>input:valid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)+label:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~input+label:before,

.was-validated .wc_payment_method>.custom-control-input:valid:focus:not(:checked)~input+label:before,

.was-validated .wc_payment_method>input.custom-control-input:valid:focus:not(:checked)+label:before,

.was-validated .wc_payment_method>input:valid:focus:not(:checked)+label:before,

.was-validated .wc_payment_method>input:valid:focus:not(:checked)~.custom-control-label:before,

.was-validated .wc_payment_method>input:valid:focus:not(:checked)~input+label:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:valid:focus:not(:checked)+span:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:valid:focus:not(:checked)~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>.custom-control-input:valid:focus:not(:checked)~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input.custom-control-input:valid:focus:not(:checked)+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~.custom-control-label:before,

.was-validated .woocommerce-form__label-for-checkbox>input:valid:focus:not(:checked)~input+span:before,

.was-validated label.checkbox.wc_payment_method>input:valid:focus:not(:checked)+span:before,

.was-validated label.checkbox.wc_payment_method>input:valid:focus:not(:checked)~input+span:before,

.was-validated label.checkbox>.custom-control-input:valid:focus:not(:checked)~input+span:before,

.was-validated label.checkbox>input.custom-control-input:valid:focus:not(:checked)+span:before,

.was-validated label.checkbox>input:valid:focus:not(:checked)+span:before,

.was-validated label.checkbox>input:valid:focus:not(:checked)~.custom-control-label:before,

.was-validated label.checkbox>input:valid:focus:not(:checked)~input+span:before,

.was-validated label.wc_payment_method.checkbox>input:valid:focus:not(:checked)+label:before,

.was-validated label.wc_payment_method.checkbox>input:valid:focus:not(:checked)~input+label:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:valid:focus:not(:checked)+span:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:valid:focus:not(:checked)~input+span:before,

.wc_payment_method>.custom-control-input.is-valid:focus:not(:checked)~input+label:before,

.wc_payment_method>input.is-valid:focus:not(:checked)+label:before,

.wc_payment_method>input.is-valid:focus:not(:checked)~.custom-control-label:before,

.wc_payment_method>input.is-valid:focus:not(:checked)~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input.is-valid:focus:not(:checked)~input+span:before,

.woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked)+span:before,

.woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked)~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input.is-valid:focus:not(:checked)~input+span:before,

label.checkbox>.custom-control-input.is-valid:focus:not(:checked)~input+span:before,

label.checkbox>input.is-valid:focus:not(:checked)+span:before,

label.checkbox>input.is-valid:focus:not(:checked)~.custom-control-label:before,

label.checkbox>input.is-valid:focus:not(:checked)~input+span:before {

	border-color: #28a745
}



.custom-file-input.is-valid~.valid-feedback,

.custom-file-input.is-valid~.valid-tooltip,

.was-validated .custom-file-input:valid~.valid-feedback,

.was-validated .custom-file-input:valid~.valid-tooltip {

	display: block
}



.custom-file-input.is-valid:focus~.custom-file-label,

.was-validated .custom-file-input:valid:focus~.custom-file-label {

	border-color: #28a745;

	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);

	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}



.invalid-feedback {

	display: none;

	width: 100%;

	margin-top: .25rem;

	font-size: 80%;

	color: #dc3545
}



.invalid-tooltip {

	position: absolute;

	top: 100%;

	z-index: 5;

	display: none;

	max-width: 100%;

	padding: .25rem .5rem;

	margin-top: .1rem;

	font-size: .875rem;

	line-height: 1.5;

	color: #fff;

	background-color: rgba(220, 53, 69, .9);

	border-radius: .25rem
}



#wc-yith-stripe-cc-form .is-invalid.input-text,

#wc-yith-stripe-cc-form .was-validated .input-text:invalid,

.form-control.is-invalid,

.gift-cards_form .gift-cards-list .was-validated input:invalid,

.gift-cards_form .gift-cards-list .was-validated textarea:invalid,

.gift-cards_form .gift-cards-list input.is-invalid,

.gift-cards_form .gift-cards-list textarea.is-invalid,

.gift-cards_form .ywgc-message .was-validated input:invalid,

.gift-cards_form .ywgc-message .was-validated textarea:invalid,

.gift-cards_form .ywgc-message input.is-invalid,

.gift-cards_form .ywgc-message textarea.is-invalid,

.gift-cards_form .ywgc-recipient-email .was-validated input:invalid,

.gift-cards_form .ywgc-recipient-email .was-validated textarea:invalid,

.gift-cards_form .ywgc-recipient-email input.is-invalid,

.gift-cards_form .ywgc-recipient-email textarea.is-invalid,

.gift-cards_form .ywgc-recipient-name .was-validated input:invalid,

.gift-cards_form .ywgc-recipient-name .was-validated textarea:invalid,

.gift-cards_form .ywgc-recipient-name input.is-invalid,

.gift-cards_form .ywgc-recipient-name textarea.is-invalid,

.gift-cards_form .ywgc-sender-name .was-validated input:invalid,

.gift-cards_form .ywgc-sender-name .was-validated textarea:invalid,

.gift-cards_form .ywgc-sender-name input.is-invalid,

.gift-cards_form .ywgc-sender-name textarea.is-invalid,

.is-invalid#coupon_code,

.is-invalid.woocommerce-Input,

.shipping-calculator-form .was-validated input:invalid,

.shipping-calculator-form input.is-invalid,

.was-validated #coupon_code:invalid,

.was-validated #wc-yith-stripe-cc-form .input-text:invalid,

.was-validated .form-control:invalid,

.was-validated .gift-cards_form .gift-cards-list input:invalid,

.was-validated .gift-cards_form .gift-cards-list textarea:invalid,

.was-validated .gift-cards_form .ywgc-message input:invalid,

.was-validated .gift-cards_form .ywgc-message textarea:invalid,

.was-validated .gift-cards_form .ywgc-recipient-email input:invalid,

.was-validated .gift-cards_form .ywgc-recipient-email textarea:invalid,

.was-validated .gift-cards_form .ywgc-recipient-name input:invalid,

.was-validated .gift-cards_form .ywgc-recipient-name textarea:invalid,

.was-validated .gift-cards_form .ywgc-sender-name input:invalid,

.was-validated .gift-cards_form .ywgc-sender-name textarea:invalid,

.was-validated .shipping-calculator-form input:invalid,

.was-validated .woocommerce-account .woocommerce-address-fields__field-wrapper select:invalid,

.was-validated .woocommerce-cart-form__contents .qty:invalid,

.was-validated .woocommerce-checkout .checkout-login-form-wrap input:invalid,

.was-validated .woocommerce-checkout .checkout-login-form-wrap textarea:invalid,

.was-validated .woocommerce-input-wrapper input:invalid,

.was-validated .woocommerce-input-wrapper textarea:invalid,

.was-validated .woocommerce-Input:invalid,

.was-validated .woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:invalid,

.woocommerce-account .woocommerce-address-fields__field-wrapper .was-validated select:invalid,

.woocommerce-account .woocommerce-address-fields__field-wrapper select.is-invalid,

.woocommerce-cart-form__contents .is-invalid.qty,

.woocommerce-cart-form__contents .was-validated .qty:invalid,

.woocommerce-checkout .checkout-login-form-wrap .was-validated input:invalid,

.woocommerce-checkout .checkout-login-form-wrap .was-validated textarea:invalid,

.woocommerce-checkout .checkout-login-form-wrap input.is-invalid,

.woocommerce-checkout .checkout-login-form-wrap textarea.is-invalid,

.woocommerce-input-wrapper .was-validated input:invalid,

.woocommerce-input-wrapper .was-validated textarea:invalid,

.woocommerce-input-wrapper input.is-invalid,

.woocommerce-input-wrapper textarea.is-invalid,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .is-invalid#ywgc-link-code,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .was-validated #ywgc-link-code:invalid {

	border-color: #dc3545;

	padding-right: 3em;

	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");

	background-repeat: no-repeat;

	background-position: center right .75em;

	background-size: 1.5em 1.5em
}



#wc-yith-stripe-cc-form .is-invalid.input-text:focus,

#wc-yith-stripe-cc-form .was-validated .input-text:invalid:focus,

.form-control.is-invalid:focus,

.gift-cards_form .gift-cards-list .was-validated input:invalid:focus,

.gift-cards_form .gift-cards-list .was-validated textarea:invalid:focus,

.gift-cards_form .gift-cards-list input.is-invalid:focus,

.gift-cards_form .gift-cards-list textarea.is-invalid:focus,

.gift-cards_form .ywgc-message .was-validated input:invalid:focus,

.gift-cards_form .ywgc-message .was-validated textarea:invalid:focus,

.gift-cards_form .ywgc-message input.is-invalid:focus,

.gift-cards_form .ywgc-message textarea.is-invalid:focus,

.gift-cards_form .ywgc-recipient-email .was-validated input:invalid:focus,

.gift-cards_form .ywgc-recipient-email .was-validated textarea:invalid:focus,

.gift-cards_form .ywgc-recipient-email input.is-invalid:focus,

.gift-cards_form .ywgc-recipient-email textarea.is-invalid:focus,

.gift-cards_form .ywgc-recipient-name .was-validated input:invalid:focus,

.gift-cards_form .ywgc-recipient-name .was-validated textarea:invalid:focus,

.gift-cards_form .ywgc-recipient-name input.is-invalid:focus,

.gift-cards_form .ywgc-recipient-name textarea.is-invalid:focus,

.gift-cards_form .ywgc-sender-name .was-validated input:invalid:focus,

.gift-cards_form .ywgc-sender-name .was-validated textarea:invalid:focus,

.gift-cards_form .ywgc-sender-name input.is-invalid:focus,

.gift-cards_form .ywgc-sender-name textarea.is-invalid:focus,

.is-invalid#coupon_code:focus,

.is-invalid.woocommerce-Input:focus,

.shipping-calculator-form .was-validated input:invalid:focus,

.shipping-calculator-form input.is-invalid:focus,

.was-validated #coupon_code:invalid:focus,

.was-validated #wc-yith-stripe-cc-form .input-text:invalid:focus,

.was-validated .form-control:invalid:focus,

.was-validated .gift-cards_form .gift-cards-list input:invalid:focus,

.was-validated .gift-cards_form .gift-cards-list textarea:invalid:focus,

.was-validated .gift-cards_form .ywgc-message input:invalid:focus,

.was-validated .gift-cards_form .ywgc-message textarea:invalid:focus,

.was-validated .gift-cards_form .ywgc-recipient-email input:invalid:focus,

.was-validated .gift-cards_form .ywgc-recipient-email textarea:invalid:focus,

.was-validated .gift-cards_form .ywgc-recipient-name input:invalid:focus,

.was-validated .gift-cards_form .ywgc-recipient-name textarea:invalid:focus,

.was-validated .gift-cards_form .ywgc-sender-name input:invalid:focus,

.was-validated .gift-cards_form .ywgc-sender-name textarea:invalid:focus,

.was-validated .shipping-calculator-form input:invalid:focus,

.was-validated .woocommerce-account .woocommerce-address-fields__field-wrapper select:invalid:focus,

.was-validated .woocommerce-cart-form__contents .qty:invalid:focus,

.was-validated .woocommerce-checkout .checkout-login-form-wrap input:invalid:focus,

.was-validated .woocommerce-checkout .checkout-login-form-wrap textarea:invalid:focus,

.was-validated .woocommerce-input-wrapper input:invalid:focus,

.was-validated .woocommerce-input-wrapper textarea:invalid:focus,

.was-validated .woocommerce-Input:invalid:focus,

.was-validated .woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:invalid:focus,

.woocommerce-account .woocommerce-address-fields__field-wrapper .was-validated select:invalid:focus,

.woocommerce-account .woocommerce-address-fields__field-wrapper select.is-invalid:focus,

.woocommerce-cart-form__contents .is-invalid.qty:focus,

.woocommerce-cart-form__contents .was-validated .qty:invalid:focus,

.woocommerce-checkout .checkout-login-form-wrap .was-validated input:invalid:focus,

.woocommerce-checkout .checkout-login-form-wrap .was-validated textarea:invalid:focus,

.woocommerce-checkout .checkout-login-form-wrap input.is-invalid:focus,

.woocommerce-checkout .checkout-login-form-wrap textarea.is-invalid:focus,

.woocommerce-input-wrapper .was-validated input:invalid:focus,

.woocommerce-input-wrapper .was-validated textarea:invalid:focus,

.woocommerce-input-wrapper input.is-invalid:focus,

.woocommerce-input-wrapper textarea.is-invalid:focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .is-invalid#ywgc-link-code:focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .was-validated #ywgc-link-code:invalid:focus {

	border-color: #dc3545;

	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);

	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}



#wc-yith-stripe-cc-form .is-invalid.input-text~.invalid-feedback,

#wc-yith-stripe-cc-form .is-invalid.input-text~.invalid-tooltip,

#wc-yith-stripe-cc-form .was-validated .input-text:invalid~.invalid-feedback,

#wc-yith-stripe-cc-form .was-validated .input-text:invalid~.invalid-tooltip,

.form-control.is-invalid~.invalid-feedback,

.form-control.is-invalid~.invalid-tooltip,

.gift-cards_form .gift-cards-list .was-validated input:invalid~.invalid-feedback,

.gift-cards_form .gift-cards-list .was-validated input:invalid~.invalid-tooltip,

.gift-cards_form .gift-cards-list .was-validated textarea:invalid~.invalid-feedback,

.gift-cards_form .gift-cards-list .was-validated textarea:invalid~.invalid-tooltip,

.gift-cards_form .gift-cards-list input.is-invalid~.invalid-feedback,

.gift-cards_form .gift-cards-list input.is-invalid~.invalid-tooltip,

.gift-cards_form .gift-cards-list textarea.is-invalid~.invalid-feedback,

.gift-cards_form .gift-cards-list textarea.is-invalid~.invalid-tooltip,

.gift-cards_form .ywgc-message .was-validated input:invalid~.invalid-feedback,

.gift-cards_form .ywgc-message .was-validated input:invalid~.invalid-tooltip,

.gift-cards_form .ywgc-message .was-validated textarea:invalid~.invalid-feedback,

.gift-cards_form .ywgc-message .was-validated textarea:invalid~.invalid-tooltip,

.gift-cards_form .ywgc-message input.is-invalid~.invalid-feedback,

.gift-cards_form .ywgc-message input.is-invalid~.invalid-tooltip,

.gift-cards_form .ywgc-message textarea.is-invalid~.invalid-feedback,

.gift-cards_form .ywgc-message textarea.is-invalid~.invalid-tooltip,

.gift-cards_form .ywgc-recipient-email .was-validated input:invalid~.invalid-feedback,

.gift-cards_form .ywgc-recipient-email .was-validated input:invalid~.invalid-tooltip,

.gift-cards_form .ywgc-recipient-email .was-validated textarea:invalid~.invalid-feedback,

.gift-cards_form .ywgc-recipient-email .was-validated textarea:invalid~.invalid-tooltip,

.gift-cards_form .ywgc-recipient-email input.is-invalid~.invalid-feedback,

.gift-cards_form .ywgc-recipient-email input.is-invalid~.invalid-tooltip,

.gift-cards_form .ywgc-recipient-email textarea.is-invalid~.invalid-feedback,

.gift-cards_form .ywgc-recipient-email textarea.is-invalid~.invalid-tooltip,

.gift-cards_form .ywgc-recipient-name .was-validated input:invalid~.invalid-feedback,

.gift-cards_form .ywgc-recipient-name .was-validated input:invalid~.invalid-tooltip,

.gift-cards_form .ywgc-recipient-name .was-validated textarea:invalid~.invalid-feedback,

.gift-cards_form .ywgc-recipient-name .was-validated textarea:invalid~.invalid-tooltip,

.gift-cards_form .ywgc-recipient-name input.is-invalid~.invalid-feedback,

.gift-cards_form .ywgc-recipient-name input.is-invalid~.invalid-tooltip,

.gift-cards_form .ywgc-recipient-name textarea.is-invalid~.invalid-feedback,

.gift-cards_form .ywgc-recipient-name textarea.is-invalid~.invalid-tooltip,

.gift-cards_form .ywgc-sender-name .was-validated input:invalid~.invalid-feedback,

.gift-cards_form .ywgc-sender-name .was-validated input:invalid~.invalid-tooltip,

.gift-cards_form .ywgc-sender-name .was-validated textarea:invalid~.invalid-feedback,

.gift-cards_form .ywgc-sender-name .was-validated textarea:invalid~.invalid-tooltip,

.gift-cards_form .ywgc-sender-name input.is-invalid~.invalid-feedback,

.gift-cards_form .ywgc-sender-name input.is-invalid~.invalid-tooltip,

.gift-cards_form .ywgc-sender-name textarea.is-invalid~.invalid-feedback,

.gift-cards_form .ywgc-sender-name textarea.is-invalid~.invalid-tooltip,

.is-invalid#coupon_code~.invalid-feedback,

.is-invalid#coupon_code~.invalid-tooltip,

.is-invalid.woocommerce-Input~.invalid-feedback,

.is-invalid.woocommerce-Input~.invalid-tooltip,

.shipping-calculator-form .was-validated input:invalid~.invalid-feedback,

.shipping-calculator-form .was-validated input:invalid~.invalid-tooltip,

.shipping-calculator-form input.is-invalid~.invalid-feedback,

.shipping-calculator-form input.is-invalid~.invalid-tooltip,

.was-validated #coupon_code:invalid~.invalid-feedback,

.was-validated #coupon_code:invalid~.invalid-tooltip,

.was-validated #wc-yith-stripe-cc-form .input-text:invalid~.invalid-feedback,

.was-validated #wc-yith-stripe-cc-form .input-text:invalid~.invalid-tooltip,

.was-validated .form-control:invalid~.invalid-feedback,

.was-validated .form-control:invalid~.invalid-tooltip,

.was-validated .gift-cards_form .gift-cards-list input:invalid~.invalid-feedback,

.was-validated .gift-cards_form .gift-cards-list input:invalid~.invalid-tooltip,

.was-validated .gift-cards_form .gift-cards-list textarea:invalid~.invalid-feedback,

.was-validated .gift-cards_form .gift-cards-list textarea:invalid~.invalid-tooltip,

.was-validated .gift-cards_form .ywgc-message input:invalid~.invalid-feedback,

.was-validated .gift-cards_form .ywgc-message input:invalid~.invalid-tooltip,

.was-validated .gift-cards_form .ywgc-message textarea:invalid~.invalid-feedback,

.was-validated .gift-cards_form .ywgc-message textarea:invalid~.invalid-tooltip,

.was-validated .gift-cards_form .ywgc-recipient-email input:invalid~.invalid-feedback,

.was-validated .gift-cards_form .ywgc-recipient-email input:invalid~.invalid-tooltip,

.was-validated .gift-cards_form .ywgc-recipient-email textarea:invalid~.invalid-feedback,

.was-validated .gift-cards_form .ywgc-recipient-email textarea:invalid~.invalid-tooltip,

.was-validated .gift-cards_form .ywgc-recipient-name input:invalid~.invalid-feedback,

.was-validated .gift-cards_form .ywgc-recipient-name input:invalid~.invalid-tooltip,

.was-validated .gift-cards_form .ywgc-recipient-name textarea:invalid~.invalid-feedback,

.was-validated .gift-cards_form .ywgc-recipient-name textarea:invalid~.invalid-tooltip,

.was-validated .gift-cards_form .ywgc-sender-name input:invalid~.invalid-feedback,

.was-validated .gift-cards_form .ywgc-sender-name input:invalid~.invalid-tooltip,

.was-validated .gift-cards_form .ywgc-sender-name textarea:invalid~.invalid-feedback,

.was-validated .gift-cards_form .ywgc-sender-name textarea:invalid~.invalid-tooltip,

.was-validated .shipping-calculator-form input:invalid~.invalid-feedback,

.was-validated .shipping-calculator-form input:invalid~.invalid-tooltip,

.was-validated .woocommerce-account .woocommerce-address-fields__field-wrapper select:invalid~.invalid-feedback,

.was-validated .woocommerce-account .woocommerce-address-fields__field-wrapper select:invalid~.invalid-tooltip,

.was-validated .woocommerce-cart-form__contents .qty:invalid~.invalid-feedback,

.was-validated .woocommerce-cart-form__contents .qty:invalid~.invalid-tooltip,

.was-validated .woocommerce-checkout .checkout-login-form-wrap input:invalid~.invalid-feedback,

.was-validated .woocommerce-checkout .checkout-login-form-wrap input:invalid~.invalid-tooltip,

.was-validated .woocommerce-checkout .checkout-login-form-wrap textarea:invalid~.invalid-feedback,

.was-validated .woocommerce-checkout .checkout-login-form-wrap textarea:invalid~.invalid-tooltip,

.was-validated .woocommerce-input-wrapper input:invalid~.invalid-feedback,

.was-validated .woocommerce-input-wrapper input:invalid~.invalid-tooltip,

.was-validated .woocommerce-input-wrapper textarea:invalid~.invalid-feedback,

.was-validated .woocommerce-input-wrapper textarea:invalid~.invalid-tooltip,

.was-validated .woocommerce-Input:invalid~.invalid-feedback,

.was-validated .woocommerce-Input:invalid~.invalid-tooltip,

.was-validated .woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:invalid~.invalid-feedback,

.was-validated .woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:invalid~.invalid-tooltip,

.woocommerce-account .woocommerce-address-fields__field-wrapper .was-validated select:invalid~.invalid-feedback,

.woocommerce-account .woocommerce-address-fields__field-wrapper .was-validated select:invalid~.invalid-tooltip,

.woocommerce-account .woocommerce-address-fields__field-wrapper select.is-invalid~.invalid-feedback,

.woocommerce-account .woocommerce-address-fields__field-wrapper select.is-invalid~.invalid-tooltip,

.woocommerce-cart-form__contents .is-invalid.qty~.invalid-feedback,

.woocommerce-cart-form__contents .is-invalid.qty~.invalid-tooltip,

.woocommerce-cart-form__contents .was-validated .qty:invalid~.invalid-feedback,

.woocommerce-cart-form__contents .was-validated .qty:invalid~.invalid-tooltip,

.woocommerce-checkout .checkout-login-form-wrap .was-validated input:invalid~.invalid-feedback,

.woocommerce-checkout .checkout-login-form-wrap .was-validated input:invalid~.invalid-tooltip,

.woocommerce-checkout .checkout-login-form-wrap .was-validated textarea:invalid~.invalid-feedback,

.woocommerce-checkout .checkout-login-form-wrap .was-validated textarea:invalid~.invalid-tooltip,

.woocommerce-checkout .checkout-login-form-wrap input.is-invalid~.invalid-feedback,

.woocommerce-checkout .checkout-login-form-wrap input.is-invalid~.invalid-tooltip,

.woocommerce-checkout .checkout-login-form-wrap textarea.is-invalid~.invalid-feedback,

.woocommerce-checkout .checkout-login-form-wrap textarea.is-invalid~.invalid-tooltip,

.woocommerce-input-wrapper .was-validated input:invalid~.invalid-feedback,

.woocommerce-input-wrapper .was-validated input:invalid~.invalid-tooltip,

.woocommerce-input-wrapper .was-validated textarea:invalid~.invalid-feedback,

.woocommerce-input-wrapper .was-validated textarea:invalid~.invalid-tooltip,

.woocommerce-input-wrapper input.is-invalid~.invalid-feedback,

.woocommerce-input-wrapper input.is-invalid~.invalid-tooltip,

.woocommerce-input-wrapper textarea.is-invalid~.invalid-feedback,

.woocommerce-input-wrapper textarea.is-invalid~.invalid-tooltip,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .is-invalid#ywgc-link-code~.invalid-feedback,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .is-invalid#ywgc-link-code~.invalid-tooltip,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .was-validated #ywgc-link-code:invalid~.invalid-feedback,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .was-validated #ywgc-link-code:invalid~.invalid-tooltip {

	display: block
}



#wc-yith-stripe-cc-form .was-validated textarea.input-text:invalid,

#wc-yith-stripe-cc-form textarea.is-invalid.input-text,

.gift-cards_form .gift-cards-list .was-validated textarea:invalid,

.gift-cards_form .gift-cards-list textarea.is-invalid,

.gift-cards_form .ywgc-message .was-validated textarea:invalid,

.gift-cards_form .ywgc-message textarea.is-invalid,

.gift-cards_form .ywgc-recipient-email .was-validated textarea:invalid,

.gift-cards_form .ywgc-recipient-email textarea.is-invalid,

.gift-cards_form .ywgc-recipient-name .was-validated textarea:invalid,

.gift-cards_form .ywgc-recipient-name textarea.is-invalid,

.gift-cards_form .ywgc-sender-name .was-validated textarea:invalid,

.gift-cards_form .ywgc-sender-name textarea.is-invalid,

.was-validated #wc-yith-stripe-cc-form textarea.input-text:invalid,

.was-validated .gift-cards_form .gift-cards-list textarea:invalid,

.was-validated .gift-cards_form .ywgc-message textarea:invalid,

.was-validated .gift-cards_form .ywgc-recipient-email textarea:invalid,

.was-validated .gift-cards_form .ywgc-recipient-name textarea:invalid,

.was-validated .gift-cards_form .ywgc-sender-name textarea:invalid,

.was-validated .woocommerce-cart-form__contents textarea.qty:invalid,

.was-validated .woocommerce-checkout .checkout-login-form-wrap textarea:invalid,

.was-validated .woocommerce-input-wrapper textarea:invalid,

.was-validated .woocommerce-MyAccount-content .form-link-gift-card-to-user textarea#ywgc-link-code:invalid,

.was-validated textarea#coupon_code:invalid,

.was-validated textarea.form-control:invalid,

.was-validated textarea.woocommerce-Input:invalid,

.woocommerce-cart-form__contents .was-validated textarea.qty:invalid,

.woocommerce-cart-form__contents textarea.is-invalid.qty,

.woocommerce-checkout .checkout-login-form-wrap .was-validated textarea:invalid,

.woocommerce-checkout .checkout-login-form-wrap textarea.is-invalid,

.woocommerce-input-wrapper .was-validated textarea:invalid,

.woocommerce-input-wrapper textarea.is-invalid,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .was-validated textarea#ywgc-link-code:invalid,

.woocommerce-MyAccount-content .form-link-gift-card-to-user textarea.is-invalid#ywgc-link-code,

textarea.form-control.is-invalid,

textarea.is-invalid#coupon_code,

textarea.is-invalid.woocommerce-Input {

	padding-right: 3em;

	background-position: top .75em right .75em
}



.custom-select.is-invalid,

.was-validated .custom-select:invalid {

	border-color: #dc3545;

	padding-right: calc(1.875em + 1.88rem);

	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .88rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") transparent no-repeat center right 1.88rem/1.5em 1.5em
}



.custom-select.is-invalid:focus,

.was-validated .custom-select:invalid:focus {

	border-color: #dc3545;

	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);

	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}



.custom-select.is-invalid~.invalid-feedback,

.custom-select.is-invalid~.invalid-tooltip,

.form-control-file.is-invalid~.invalid-feedback,

.form-control-file.is-invalid~.invalid-tooltip,

.was-validated .custom-select:invalid~.invalid-feedback,

.was-validated .custom-select:invalid~.invalid-tooltip,

.was-validated .form-control-file:invalid~.invalid-feedback,

.was-validated .form-control-file:invalid~.invalid-tooltip {

	display: block
}



.form-check-input.is-invalid~.form-check-label,

.was-validated .form-check-input:invalid~.form-check-label {

	color: #dc3545
}



.form-check-input.is-invalid~.invalid-feedback,

.form-check-input.is-invalid~.invalid-tooltip,

.was-validated .form-check-input:invalid~.invalid-feedback,

.was-validated .form-check-input:invalid~.invalid-tooltip {

	display: block
}



#shipping_method .archive-shop__sidebar ul li .was-validated input:invalid:not([type=hidden])~a,

#shipping_method .archive-shop__sidebar ul li input.is-invalid:not([type=hidden])~a,

#shipping_method li .custom-control-input.is-invalid~input:not([type=hidden])+label,

#shipping_method li .mailchimp-form__terms .was-validated input:invalid~input:not([type=hidden])+label,

#shipping_method li .mailchimp-form__terms input.is-invalid:not([type=hidden])~label,

#shipping_method li .mailchimp-form__terms input.is-invalid~input:not([type=hidden])+label,

#shipping_method li .product-list-sidebar input.is-invalid:not([type=hidden])~a,

#shipping_method li .product-main .variations .select_option_label input.is-invalid:not([type=hidden])~.yith_wccl_value,

#shipping_method li .was-validated .custom-control-input:invalid~input:not([type=hidden])+label,

#shipping_method li .was-validated .mailchimp-form__terms input:invalid:not([type=hidden])~label,

#shipping_method li .was-validated .mailchimp-form__terms input:invalid~input:not([type=hidden])+label,

#shipping_method li .was-validated .product-list-sidebar input:invalid:not([type=hidden])~a,

#shipping_method li .was-validated .product-main .variations .select_option_label input:invalid:not([type=hidden])~.yith_wccl_value,

#shipping_method li .was-validated .wc_payment_method>input:invalid:not([type=hidden])+label,

#shipping_method li .was-validated .wc_payment_method>input:invalid:not([type=hidden])~input+label,

#shipping_method li .was-validated .wc_payment_method>input:invalid~input:not([type=hidden])+label,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])+label,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])+span,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])~input+span,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid~input:not([type=hidden])+label,

#shipping_method li .was-validated input:invalid:not([type=hidden])+label,

#shipping_method li .was-validated input:invalid:not([type=hidden])~.custom-control-label,

#shipping_method li .was-validated input:invalid:not([type=hidden])~input:not([type=hidden])+label,

#shipping_method li .was-validated label.checkbox>input:invalid:not([type=hidden])+label,

#shipping_method li .was-validated label.checkbox>input:invalid:not([type=hidden])+span,

#shipping_method li .was-validated label.checkbox>input:invalid:not([type=hidden])~input+span,

#shipping_method li .was-validated label.checkbox>input:invalid~input:not([type=hidden])+label,

#shipping_method li .wc_payment_method>input.is-invalid:not([type=hidden])+label,

#shipping_method li .wc_payment_method>input.is-invalid:not([type=hidden])~input+label,

#shipping_method li .wc_payment_method>input.is-invalid~input:not([type=hidden])+label,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:not([type=hidden])+label,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:not([type=hidden])+span,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:not([type=hidden])~input+span,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid~input:not([type=hidden])+label,

#shipping_method li input.is-invalid:not([type=hidden])+label,

#shipping_method li input.is-invalid:not([type=hidden])~.custom-control-label,

#shipping_method li input.is-invalid:not([type=hidden])~input:not([type=hidden])+label,

#shipping_method li label.checkbox>input.is-invalid:not([type=hidden])+label,

#shipping_method li label.checkbox>input.is-invalid:not([type=hidden])+span,

#shipping_method li label.checkbox>input.is-invalid:not([type=hidden])~input+span,

#shipping_method li label.checkbox>input.is-invalid~input:not([type=hidden])+label,

.archive-shop__sidebar ul #shipping_method li .was-validated input:invalid:not([type=hidden])~a,

.archive-shop__sidebar ul #shipping_method li input.is-invalid:not([type=hidden])~a,

.archive-shop__sidebar ul .was-validated #shipping_method li input:invalid:not([type=hidden])~a,

.archive-shop__sidebar ul li .custom-control-input.is-invalid~a,

.archive-shop__sidebar ul li .mailchimp-form__terms .was-validated input:invalid~a,

.archive-shop__sidebar ul li .mailchimp-form__terms input.is-invalid~a,

.archive-shop__sidebar ul li .was-validated .custom-control-input:invalid~a,

.archive-shop__sidebar ul li .was-validated .mailchimp-form__terms input:invalid~a,

.archive-shop__sidebar ul li .was-validated .wc_payment_method>input:invalid~a,

.archive-shop__sidebar ul li .was-validated .woocommerce-form__label-for-checkbox>input:invalid~a,

.archive-shop__sidebar ul li .was-validated label.checkbox>input:invalid~a,

.archive-shop__sidebar ul li .wc_payment_method>input.is-invalid~a,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input.is-invalid~a,

.archive-shop__sidebar ul li label.checkbox>input.is-invalid~a,

.custom-control-input.is-invalid~.custom-control-label,

.mailchimp-form__terms #shipping_method li .was-validated input:invalid:not([type=hidden])~label,

.mailchimp-form__terms #shipping_method li input.is-invalid:not([type=hidden])~label,

.mailchimp-form__terms #shipping_method li input.is-invalid~input:not([type=hidden])+label,

.mailchimp-form__terms .archive-shop__sidebar ul li input.is-invalid~a,

.mailchimp-form__terms .custom-control-input.is-invalid~label,

.mailchimp-form__terms .product-list-sidebar input.is-invalid~a,

.mailchimp-form__terms .product-main .variations .select_option_label input.is-invalid~.yith_wccl_value,

.mailchimp-form__terms .was-validated #shipping_method li input:invalid:not([type=hidden])~label,

.mailchimp-form__terms .was-validated #shipping_method li input:invalid~input:not([type=hidden])+label,

.mailchimp-form__terms .was-validated .archive-shop__sidebar ul li input:invalid~a,

.mailchimp-form__terms .was-validated .custom-control-input:invalid~label,

.mailchimp-form__terms .was-validated .product-list-sidebar input:invalid~a,

.mailchimp-form__terms .was-validated .product-main .variations .select_option_label input:invalid~.yith_wccl_value,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid+label,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid~input+label,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid~label,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid+span,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid~input+span,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid~label,

.mailchimp-form__terms .was-validated input:invalid~.custom-control-label,

.mailchimp-form__terms .was-validated input:invalid~label,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid+span,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid~input+span,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid~label,

.mailchimp-form__terms .wc_payment_method>input.is-invalid+label,

.mailchimp-form__terms .wc_payment_method>input.is-invalid~input+label,

.mailchimp-form__terms .wc_payment_method>input.is-invalid~label,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid+span,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid~input+span,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid~label,

.mailchimp-form__terms input.is-invalid~.custom-control-label,

.mailchimp-form__terms input.is-invalid~label,

.mailchimp-form__terms label.checkbox>input.is-invalid+span,

.mailchimp-form__terms label.checkbox>input.is-invalid~input+span,

.mailchimp-form__terms label.checkbox>input.is-invalid~label,

.product-list-sidebar #shipping_method li .was-validated input:invalid:not([type=hidden])~a,

.product-list-sidebar #shipping_method li input.is-invalid:not([type=hidden])~a,

.product-list-sidebar .custom-control-input.is-invalid~a,

.product-list-sidebar .mailchimp-form__terms .was-validated input:invalid~a,

.product-list-sidebar .mailchimp-form__terms input.is-invalid~a,

.product-list-sidebar .was-validated #shipping_method li input:invalid:not([type=hidden])~a,

.product-list-sidebar .was-validated .custom-control-input:invalid~a,

.product-list-sidebar .was-validated .mailchimp-form__terms input:invalid~a,

.product-list-sidebar .was-validated .wc_payment_method>input:invalid~a,

.product-list-sidebar .was-validated .woocommerce-form__label-for-checkbox>input:invalid~a,

.product-list-sidebar .was-validated label.checkbox>input:invalid~a,

.product-list-sidebar .wc_payment_method>input.is-invalid~a,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input.is-invalid~a,

.product-list-sidebar label.checkbox>input.is-invalid~a,

.product-main .variations .select_option_label #shipping_method li .was-validated input:invalid:not([type=hidden])~.yith_wccl_value,

.product-main .variations .select_option_label #shipping_method li input.is-invalid:not([type=hidden])~.yith_wccl_value,

.product-main .variations .select_option_label .custom-control-input.is-invalid~.yith_wccl_value,

.product-main .variations .select_option_label .mailchimp-form__terms .was-validated input:invalid~.yith_wccl_value,

.product-main .variations .select_option_label .mailchimp-form__terms input.is-invalid~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated #shipping_method li input:invalid:not([type=hidden])~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated .custom-control-input:invalid~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated .mailchimp-form__terms input:invalid~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated .wc_payment_method>input:invalid~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated .woocommerce-form__label-for-checkbox>input:invalid~.yith_wccl_value,

.product-main .variations .select_option_label .was-validated label.checkbox>input:invalid~.yith_wccl_value,

.product-main .variations .select_option_label .wc_payment_method>input.is-invalid~.yith_wccl_value,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.is-invalid~.yith_wccl_value,

.product-main .variations .select_option_label label.checkbox>input.is-invalid~.yith_wccl_value,

.was-validated #shipping_method .archive-shop__sidebar ul li input:invalid:not([type=hidden])~a,

.was-validated #shipping_method li .custom-control-input:invalid~input:not([type=hidden])+label,

.was-validated #shipping_method li .mailchimp-form__terms input:invalid:not([type=hidden])~label,

.was-validated #shipping_method li .product-list-sidebar input:invalid:not([type=hidden])~a,

.was-validated #shipping_method li .product-main .variations .select_option_label input:invalid:not([type=hidden])~.yith_wccl_value,

.was-validated #shipping_method li .wc_payment_method>input:invalid:not([type=hidden])+label,

.was-validated #shipping_method li .wc_payment_method>input:invalid:not([type=hidden])~input+label,

.was-validated #shipping_method li .wc_payment_method>input:invalid~input:not([type=hidden])+label,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])+label,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])+span,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])~input+span,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid~input:not([type=hidden])+label,

.was-validated #shipping_method li input:invalid:not([type=hidden])+label,

.was-validated #shipping_method li input:invalid:not([type=hidden])~.custom-control-label,

.was-validated #shipping_method li input:invalid:not([type=hidden])~input:not([type=hidden])+label,

.was-validated #shipping_method li label.checkbox>input:invalid:not([type=hidden])+label,

.was-validated #shipping_method li label.checkbox>input:invalid:not([type=hidden])+span,

.was-validated #shipping_method li label.checkbox>input:invalid:not([type=hidden])~input+span,

.was-validated #shipping_method li label.checkbox>input:invalid~input:not([type=hidden])+label,

.was-validated .archive-shop__sidebar ul li .custom-control-input:invalid~a,

.was-validated .archive-shop__sidebar ul li .wc_payment_method>input:invalid~a,

.was-validated .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:invalid~a,

.was-validated .archive-shop__sidebar ul li label.checkbox>input:invalid~a,

.was-validated .custom-control-input:invalid~.custom-control-label,

.was-validated .mailchimp-form__terms #shipping_method li input:invalid~input:not([type=hidden])+label,

.was-validated .mailchimp-form__terms .archive-shop__sidebar ul li input:invalid~a,

.was-validated .mailchimp-form__terms .custom-control-input:invalid~label,

.was-validated .mailchimp-form__terms .product-list-sidebar input:invalid~a,

.was-validated .mailchimp-form__terms .product-main .variations .select_option_label input:invalid~.yith_wccl_value,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid+label,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid~input+label,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid~label,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid+span,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid~input+span,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid~label,

.was-validated .mailchimp-form__terms input:invalid~.custom-control-label,

.was-validated .mailchimp-form__terms input:invalid~label,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid+span,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid~input+span,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid~label,

.was-validated .product-list-sidebar .custom-control-input:invalid~a,

.was-validated .product-list-sidebar .wc_payment_method>input:invalid~a,

.was-validated .product-list-sidebar .woocommerce-form__label-for-checkbox>input:invalid~a,

.was-validated .product-list-sidebar label.checkbox>input:invalid~a,

.was-validated .product-main .variations .select_option_label .custom-control-input:invalid~.yith_wccl_value,

.was-validated .product-main .variations .select_option_label .wc_payment_method>input:invalid~.yith_wccl_value,

.was-validated .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:invalid~.yith_wccl_value,

.was-validated .product-main .variations .select_option_label label.checkbox>input:invalid~.yith_wccl_value,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:invalid+label,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:invalid~input+label,

.was-validated .wc_payment_method>.custom-control-input:invalid~input+label,

.was-validated .wc_payment_method>input.custom-control-input:invalid+label,

.was-validated .wc_payment_method>input:invalid+label,

.was-validated .wc_payment_method>input:invalid~.custom-control-label,

.was-validated .wc_payment_method>input:invalid~input+label,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:invalid+span,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:invalid~input+span,

.was-validated .woocommerce-form__label-for-checkbox>.custom-control-input:invalid~input+span,

.was-validated .woocommerce-form__label-for-checkbox>input.custom-control-input:invalid+span,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid+span,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid~.custom-control-label,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid~input+span,

.was-validated label.checkbox.wc_payment_method>input:invalid+span,

.was-validated label.checkbox.wc_payment_method>input:invalid~input+span,

.was-validated label.checkbox>.custom-control-input:invalid~input+span,

.was-validated label.checkbox>input.custom-control-input:invalid+span,

.was-validated label.checkbox>input:invalid+span,

.was-validated label.checkbox>input:invalid~.custom-control-label,

.was-validated label.checkbox>input:invalid~input+span,

.was-validated label.wc_payment_method.checkbox>input:invalid+label,

.was-validated label.wc_payment_method.checkbox>input:invalid~input+label,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:invalid+span,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:invalid~input+span,

.wc_payment_method>.custom-control-input.is-invalid~input+label,

.wc_payment_method>input.is-invalid+label,

.wc_payment_method>input.is-invalid~.custom-control-label,

.wc_payment_method>input.is-invalid~input+label,

.woocommerce-form__label-for-checkbox>.custom-control-input.is-invalid~input+span,

.woocommerce-form__label-for-checkbox>input.is-invalid+span,

.woocommerce-form__label-for-checkbox>input.is-invalid~.custom-control-label,

.woocommerce-form__label-for-checkbox>input.is-invalid~input+span,

label.checkbox>.custom-control-input.is-invalid~input+span,

label.checkbox>input.is-invalid+span,

label.checkbox>input.is-invalid~.custom-control-label,

label.checkbox>input.is-invalid~input+span {

	color: #dc3545
}



#shipping_method .archive-shop__sidebar ul li .was-validated input:invalid:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li input.is-invalid:not([type=hidden])~a:before,

#shipping_method li .custom-control-input.is-invalid~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .was-validated input:invalid~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.is-invalid:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input.is-invalid~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input.is-invalid:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input.is-invalid:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .custom-control-input:invalid~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:invalid:not([type=hidden])~label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:invalid~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .product-list-sidebar input:invalid:not([type=hidden])~a:before,

#shipping_method li .was-validated .product-main .variations .select_option_label input:invalid:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:not([type=hidden])+label:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:not([type=hidden])~input+label:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])~input+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid~input:not([type=hidden])+label:before,

#shipping_method li .was-validated input:invalid:not([type=hidden])+label:before,

#shipping_method li .was-validated input:invalid:not([type=hidden])~.custom-control-label:before,

#shipping_method li .was-validated input:invalid:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:invalid:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:invalid:not([type=hidden])+span:before,

#shipping_method li .was-validated label.checkbox>input:invalid:not([type=hidden])~input+span:before,

#shipping_method li .was-validated label.checkbox>input:invalid~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input.is-invalid~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid~input:not([type=hidden])+label:before,

#shipping_method li input.is-invalid:not([type=hidden])+label:before,

#shipping_method li input.is-invalid:not([type=hidden])~.custom-control-label:before,

#shipping_method li input.is-invalid:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-invalid:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-invalid:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input.is-invalid:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input.is-invalid~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .was-validated input:invalid:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li input.is-invalid:not([type=hidden])~a:before,

.archive-shop__sidebar ul .was-validated #shipping_method li input:invalid:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input.is-invalid~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .was-validated input:invalid~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input.is-invalid~a:before,

.archive-shop__sidebar ul li .was-validated .custom-control-input:invalid~a:before,

.archive-shop__sidebar ul li .was-validated .mailchimp-form__terms input:invalid~a:before,

.archive-shop__sidebar ul li .was-validated .wc_payment_method>input:invalid~a:before,

.archive-shop__sidebar ul li .was-validated .woocommerce-form__label-for-checkbox>input:invalid~a:before,

.archive-shop__sidebar ul li .was-validated label.checkbox>input:invalid~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input.is-invalid~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input.is-invalid~a:before,

.archive-shop__sidebar ul li label.checkbox>input.is-invalid~a:before,

.custom-control-input.is-invalid~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li .was-validated input:invalid:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-invalid:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-invalid~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input.is-invalid~a:before,

.mailchimp-form__terms .custom-control-input.is-invalid~label:before,

.mailchimp-form__terms .product-list-sidebar input.is-invalid~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input.is-invalid~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated #shipping_method li input:invalid:not([type=hidden])~label:before,

.mailchimp-form__terms .was-validated #shipping_method li input:invalid~input:not([type=hidden])+label:before,

.mailchimp-form__terms .was-validated .archive-shop__sidebar ul li input:invalid~a:before,

.mailchimp-form__terms .was-validated .custom-control-input:invalid~label:before,

.mailchimp-form__terms .was-validated .product-list-sidebar input:invalid~a:before,

.mailchimp-form__terms .was-validated .product-main .variations .select_option_label input:invalid~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid~input+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid~label:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid~input+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid~label:before,

.mailchimp-form__terms .was-validated input:invalid~.custom-control-label:before,

.mailchimp-form__terms .was-validated input:invalid~label:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid~input+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid~label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid~label:before,

.mailchimp-form__terms input.is-invalid~.custom-control-label:before,

.mailchimp-form__terms input.is-invalid~label:before,

.mailchimp-form__terms label.checkbox>input.is-invalid+span:before,

.mailchimp-form__terms label.checkbox>input.is-invalid~input+span:before,

.mailchimp-form__terms label.checkbox>input.is-invalid~label:before,

.product-list-sidebar #shipping_method li .was-validated input:invalid:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li input.is-invalid:not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input.is-invalid~a:before,

.product-list-sidebar .mailchimp-form__terms .was-validated input:invalid~a:before,

.product-list-sidebar .mailchimp-form__terms input.is-invalid~a:before,

.product-list-sidebar .was-validated #shipping_method li input:invalid:not([type=hidden])~a:before,

.product-list-sidebar .was-validated .custom-control-input:invalid~a:before,

.product-list-sidebar .was-validated .mailchimp-form__terms input:invalid~a:before,

.product-list-sidebar .was-validated .wc_payment_method>input:invalid~a:before,

.product-list-sidebar .was-validated .woocommerce-form__label-for-checkbox>input:invalid~a:before,

.product-list-sidebar .was-validated label.checkbox>input:invalid~a:before,

.product-list-sidebar .wc_payment_method>input.is-invalid~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input.is-invalid~a:before,

.product-list-sidebar label.checkbox>input.is-invalid~a:before,

.product-main .variations .select_option_label #shipping_method li .was-validated input:invalid:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li input.is-invalid:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input.is-invalid~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .was-validated input:invalid~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input.is-invalid~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated #shipping_method li input:invalid:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .custom-control-input:invalid~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .mailchimp-form__terms input:invalid~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .wc_payment_method>input:invalid~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .woocommerce-form__label-for-checkbox>input:invalid~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated label.checkbox>input:invalid~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input.is-invalid~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.is-invalid~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input.is-invalid~.yith_wccl_value:before,

.was-validated #shipping_method .archive-shop__sidebar ul li input:invalid:not([type=hidden])~a:before,

.was-validated #shipping_method li .custom-control-input:invalid~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .mailchimp-form__terms input:invalid:not([type=hidden])~label:before,

.was-validated #shipping_method li .product-list-sidebar input:invalid:not([type=hidden])~a:before,

.was-validated #shipping_method li .product-main .variations .select_option_label input:invalid:not([type=hidden])~.yith_wccl_value:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:not([type=hidden])+label:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:not([type=hidden])~input+label:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:not([type=hidden])~input+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid~input:not([type=hidden])+label:before,

.was-validated #shipping_method li input:invalid:not([type=hidden])+label:before,

.was-validated #shipping_method li input:invalid:not([type=hidden])~.custom-control-label:before,

.was-validated #shipping_method li input:invalid:not([type=hidden])~input:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:invalid:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:invalid:not([type=hidden])+span:before,

.was-validated #shipping_method li label.checkbox>input:invalid:not([type=hidden])~input+span:before,

.was-validated #shipping_method li label.checkbox>input:invalid~input:not([type=hidden])+label:before,

.was-validated .archive-shop__sidebar ul li .custom-control-input:invalid~a:before,

.was-validated .archive-shop__sidebar ul li .wc_payment_method>input:invalid~a:before,

.was-validated .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:invalid~a:before,

.was-validated .archive-shop__sidebar ul li label.checkbox>input:invalid~a:before,

.was-validated .custom-control-input:invalid~.custom-control-label:before,

.was-validated .mailchimp-form__terms #shipping_method li input:invalid~input:not([type=hidden])+label:before,

.was-validated .mailchimp-form__terms .archive-shop__sidebar ul li input:invalid~a:before,

.was-validated .mailchimp-form__terms .custom-control-input:invalid~label:before,

.was-validated .mailchimp-form__terms .product-list-sidebar input:invalid~a:before,

.was-validated .mailchimp-form__terms .product-main .variations .select_option_label input:invalid~.yith_wccl_value:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid~input+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid~label:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid~input+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid~label:before,

.was-validated .mailchimp-form__terms input:invalid~.custom-control-label:before,

.was-validated .mailchimp-form__terms input:invalid~label:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid~input+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid~label:before,

.was-validated .product-list-sidebar .custom-control-input:invalid~a:before,

.was-validated .product-list-sidebar .wc_payment_method>input:invalid~a:before,

.was-validated .product-list-sidebar .woocommerce-form__label-for-checkbox>input:invalid~a:before,

.was-validated .product-list-sidebar label.checkbox>input:invalid~a:before,

.was-validated .product-main .variations .select_option_label .custom-control-input:invalid~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .wc_payment_method>input:invalid~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:invalid~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label label.checkbox>input:invalid~.yith_wccl_value:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:invalid+label:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:invalid~input+label:before,

.was-validated .wc_payment_method>.custom-control-input:invalid~input+label:before,

.was-validated .wc_payment_method>input.custom-control-input:invalid+label:before,

.was-validated .wc_payment_method>input:invalid+label:before,

.was-validated .wc_payment_method>input:invalid~.custom-control-label:before,

.was-validated .wc_payment_method>input:invalid~input+label:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:invalid+span:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:invalid~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>.custom-control-input:invalid~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input.custom-control-input:invalid+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid~.custom-control-label:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid~input+span:before,

.was-validated label.checkbox.wc_payment_method>input:invalid+span:before,

.was-validated label.checkbox.wc_payment_method>input:invalid~input+span:before,

.was-validated label.checkbox>.custom-control-input:invalid~input+span:before,

.was-validated label.checkbox>input.custom-control-input:invalid+span:before,

.was-validated label.checkbox>input:invalid+span:before,

.was-validated label.checkbox>input:invalid~.custom-control-label:before,

.was-validated label.checkbox>input:invalid~input+span:before,

.was-validated label.wc_payment_method.checkbox>input:invalid+label:before,

.was-validated label.wc_payment_method.checkbox>input:invalid~input+label:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:invalid+span:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:invalid~input+span:before,

.wc_payment_method>.custom-control-input.is-invalid~input+label:before,

.wc_payment_method>input.is-invalid+label:before,

.wc_payment_method>input.is-invalid~.custom-control-label:before,

.wc_payment_method>input.is-invalid~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input.is-invalid~input+span:before,

.woocommerce-form__label-for-checkbox>input.is-invalid+span:before,

.woocommerce-form__label-for-checkbox>input.is-invalid~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input.is-invalid~input+span:before,

label.checkbox>.custom-control-input.is-invalid~input+span:before,

label.checkbox>input.is-invalid+span:before,

label.checkbox>input.is-invalid~.custom-control-label:before,

label.checkbox>input.is-invalid~input+span:before {

	border-color: #dc3545
}



#shipping_method li .was-validated input:invalid:not([type=hidden])~.invalid-feedback,

#shipping_method li .was-validated input:invalid:not([type=hidden])~.invalid-tooltip,

#shipping_method li input.is-invalid:not([type=hidden])~.invalid-feedback,

#shipping_method li input.is-invalid:not([type=hidden])~.invalid-tooltip,

.custom-control-input.is-invalid~.invalid-feedback,

.custom-control-input.is-invalid~.invalid-tooltip,

.mailchimp-form__terms .was-validated input:invalid~.invalid-feedback,

.mailchimp-form__terms .was-validated input:invalid~.invalid-tooltip,

.mailchimp-form__terms input.is-invalid~.invalid-feedback,

.mailchimp-form__terms input.is-invalid~.invalid-tooltip,

.was-validated #shipping_method li input:invalid:not([type=hidden])~.invalid-feedback,

.was-validated #shipping_method li input:invalid:not([type=hidden])~.invalid-tooltip,

.was-validated .custom-control-input:invalid~.invalid-feedback,

.was-validated .custom-control-input:invalid~.invalid-tooltip,

.was-validated .mailchimp-form__terms input:invalid~.invalid-feedback,

.was-validated .mailchimp-form__terms input:invalid~.invalid-tooltip,

.was-validated .wc_payment_method>input:invalid~.invalid-feedback,

.was-validated .wc_payment_method>input:invalid~.invalid-tooltip,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid~.invalid-feedback,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid~.invalid-tooltip,

.was-validated label.checkbox>input:invalid~.invalid-feedback,

.was-validated label.checkbox>input:invalid~.invalid-tooltip,

.wc_payment_method>input.is-invalid~.invalid-feedback,

.wc_payment_method>input.is-invalid~.invalid-tooltip,

.woocommerce-form__label-for-checkbox>input.is-invalid~.invalid-feedback,

.woocommerce-form__label-for-checkbox>input.is-invalid~.invalid-tooltip,

label.checkbox>input.is-invalid~.invalid-feedback,

label.checkbox>input.is-invalid~.invalid-tooltip {

	display: block
}



#shipping_method .archive-shop__sidebar ul li .was-validated input:invalid:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li input.is-invalid:checked:not([type=hidden])~a:before,

#shipping_method li .custom-control-input.is-invalid:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .was-validated input:invalid:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.is-invalid:checked:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input.is-invalid:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input.is-invalid:checked:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input.is-invalid:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .custom-control-input:invalid:checked~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:invalid:checked:not([type=hidden])~label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:invalid:checked~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .product-list-sidebar input:invalid:checked:not([type=hidden])~a:before,

#shipping_method li .was-validated .product-main .variations .select_option_label input:invalid:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:checked:not([type=hidden])+label:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:checked:not([type=hidden])~input+label:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:checked~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked:not([type=hidden])+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked:not([type=hidden])~input+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked~input:not([type=hidden])+label:before,

#shipping_method li .was-validated input:invalid:checked:not([type=hidden])+label:before,

#shipping_method li .was-validated input:invalid:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .was-validated input:invalid:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:invalid:checked:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:invalid:checked:not([type=hidden])+span:before,

#shipping_method li .was-validated label.checkbox>input:invalid:checked:not([type=hidden])~input+span:before,

#shipping_method li .was-validated label.checkbox>input:invalid:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:checked:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:checked~input:not([type=hidden])+label:before,

#shipping_method li input.is-invalid:checked:not([type=hidden])+label:before,

#shipping_method li input.is-invalid:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li input.is-invalid:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-invalid:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-invalid:checked:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input.is-invalid:checked:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input.is-invalid:checked~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .was-validated input:invalid:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li input.is-invalid:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .was-validated #shipping_method li input:invalid:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input.is-invalid:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .was-validated input:invalid:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input.is-invalid:checked~a:before,

.archive-shop__sidebar ul li .was-validated .custom-control-input:invalid:checked~a:before,

.archive-shop__sidebar ul li .was-validated .mailchimp-form__terms input:invalid:checked~a:before,

.archive-shop__sidebar ul li .was-validated .wc_payment_method>input:invalid:checked~a:before,

.archive-shop__sidebar ul li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked~a:before,

.archive-shop__sidebar ul li .was-validated label.checkbox>input:invalid:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input.is-invalid:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input.is-invalid:checked~a:before,

.archive-shop__sidebar ul li label.checkbox>input.is-invalid:checked~a:before,

.custom-control-input.is-invalid:checked~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li .was-validated input:invalid:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-invalid:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-invalid:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input.is-invalid:checked~a:before,

.mailchimp-form__terms .custom-control-input.is-invalid:checked~label:before,

.mailchimp-form__terms .product-list-sidebar input.is-invalid:checked~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input.is-invalid:checked~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated #shipping_method li input:invalid:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .was-validated #shipping_method li input:invalid:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .was-validated .archive-shop__sidebar ul li input:invalid:checked~a:before,

.mailchimp-form__terms .was-validated .custom-control-input:invalid:checked~label:before,

.mailchimp-form__terms .was-validated .product-list-sidebar input:invalid:checked~a:before,

.mailchimp-form__terms .was-validated .product-main .variations .select_option_label input:invalid:checked~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid:checked+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid:checked~input+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid:checked~label:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked~input+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked~label:before,

.mailchimp-form__terms .was-validated input:invalid:checked~.custom-control-label:before,

.mailchimp-form__terms .was-validated input:invalid:checked~label:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid:checked+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid:checked~input+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid:checked~label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid:checked+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid:checked~label:before,

.mailchimp-form__terms input.is-invalid:checked~.custom-control-label:before,

.mailchimp-form__terms input.is-invalid:checked~label:before,

.mailchimp-form__terms label.checkbox>input.is-invalid:checked+span:before,

.mailchimp-form__terms label.checkbox>input.is-invalid:checked~input+span:before,

.mailchimp-form__terms label.checkbox>input.is-invalid:checked~label:before,

.product-list-sidebar #shipping_method li .was-validated input:invalid:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li input.is-invalid:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input.is-invalid:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .was-validated input:invalid:checked~a:before,

.product-list-sidebar .mailchimp-form__terms input.is-invalid:checked~a:before,

.product-list-sidebar .was-validated #shipping_method li input:invalid:checked:not([type=hidden])~a:before,

.product-list-sidebar .was-validated .custom-control-input:invalid:checked~a:before,

.product-list-sidebar .was-validated .mailchimp-form__terms input:invalid:checked~a:before,

.product-list-sidebar .was-validated .wc_payment_method>input:invalid:checked~a:before,

.product-list-sidebar .was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked~a:before,

.product-list-sidebar .was-validated label.checkbox>input:invalid:checked~a:before,

.product-list-sidebar .wc_payment_method>input.is-invalid:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input.is-invalid:checked~a:before,

.product-list-sidebar label.checkbox>input.is-invalid:checked~a:before,

.product-main .variations .select_option_label #shipping_method li .was-validated input:invalid:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li input.is-invalid:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input.is-invalid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .was-validated input:invalid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input.is-invalid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated #shipping_method li input:invalid:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .custom-control-input:invalid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .mailchimp-form__terms input:invalid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .wc_payment_method>input:invalid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated label.checkbox>input:invalid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input.is-invalid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.is-invalid:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input.is-invalid:checked~.yith_wccl_value:before,

.was-validated #shipping_method .archive-shop__sidebar ul li input:invalid:checked:not([type=hidden])~a:before,

.was-validated #shipping_method li .custom-control-input:invalid:checked~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .mailchimp-form__terms input:invalid:checked:not([type=hidden])~label:before,

.was-validated #shipping_method li .product-list-sidebar input:invalid:checked:not([type=hidden])~a:before,

.was-validated #shipping_method li .product-main .variations .select_option_label input:invalid:checked:not([type=hidden])~.yith_wccl_value:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:checked:not([type=hidden])+label:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:checked:not([type=hidden])~input+label:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:checked~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:checked:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:checked:not([type=hidden])+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:checked:not([type=hidden])~input+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:checked~input:not([type=hidden])+label:before,

.was-validated #shipping_method li input:invalid:checked:not([type=hidden])+label:before,

.was-validated #shipping_method li input:invalid:checked:not([type=hidden])~.custom-control-label:before,

.was-validated #shipping_method li input:invalid:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:invalid:checked:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:invalid:checked:not([type=hidden])+span:before,

.was-validated #shipping_method li label.checkbox>input:invalid:checked:not([type=hidden])~input+span:before,

.was-validated #shipping_method li label.checkbox>input:invalid:checked~input:not([type=hidden])+label:before,

.was-validated .archive-shop__sidebar ul li .custom-control-input:invalid:checked~a:before,

.was-validated .archive-shop__sidebar ul li .wc_payment_method>input:invalid:checked~a:before,

.was-validated .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:invalid:checked~a:before,

.was-validated .archive-shop__sidebar ul li label.checkbox>input:invalid:checked~a:before,

.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,

.was-validated .mailchimp-form__terms #shipping_method li input:invalid:checked~input:not([type=hidden])+label:before,

.was-validated .mailchimp-form__terms .archive-shop__sidebar ul li input:invalid:checked~a:before,

.was-validated .mailchimp-form__terms .custom-control-input:invalid:checked~label:before,

.was-validated .mailchimp-form__terms .product-list-sidebar input:invalid:checked~a:before,

.was-validated .mailchimp-form__terms .product-main .variations .select_option_label input:invalid:checked~.yith_wccl_value:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid:checked+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid:checked~input+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid:checked~label:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid:checked+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid:checked~input+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid:checked~label:before,

.was-validated .mailchimp-form__terms input:invalid:checked~.custom-control-label:before,

.was-validated .mailchimp-form__terms input:invalid:checked~label:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid:checked+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid:checked~input+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid:checked~label:before,

.was-validated .product-list-sidebar .custom-control-input:invalid:checked~a:before,

.was-validated .product-list-sidebar .wc_payment_method>input:invalid:checked~a:before,

.was-validated .product-list-sidebar .woocommerce-form__label-for-checkbox>input:invalid:checked~a:before,

.was-validated .product-list-sidebar label.checkbox>input:invalid:checked~a:before,

.was-validated .product-main .variations .select_option_label .custom-control-input:invalid:checked~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .wc_payment_method>input:invalid:checked~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:invalid:checked~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label label.checkbox>input:invalid:checked~.yith_wccl_value:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:invalid:checked+label:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:invalid:checked~input+label:before,

.was-validated .wc_payment_method>.custom-control-input:invalid:checked~input+label:before,

.was-validated .wc_payment_method>input.custom-control-input:invalid:checked+label:before,

.was-validated .wc_payment_method>input:invalid:checked+label:before,

.was-validated .wc_payment_method>input:invalid:checked~.custom-control-label:before,

.was-validated .wc_payment_method>input:invalid:checked~input+label:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:invalid:checked+span:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:invalid:checked~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>.custom-control-input:invalid:checked~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input.custom-control-input:invalid:checked+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked~.custom-control-label:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid:checked~input+span:before,

.was-validated label.checkbox.wc_payment_method>input:invalid:checked+span:before,

.was-validated label.checkbox.wc_payment_method>input:invalid:checked~input+span:before,

.was-validated label.checkbox>.custom-control-input:invalid:checked~input+span:before,

.was-validated label.checkbox>input.custom-control-input:invalid:checked+span:before,

.was-validated label.checkbox>input:invalid:checked+span:before,

.was-validated label.checkbox>input:invalid:checked~.custom-control-label:before,

.was-validated label.checkbox>input:invalid:checked~input+span:before,

.was-validated label.wc_payment_method.checkbox>input:invalid:checked+label:before,

.was-validated label.wc_payment_method.checkbox>input:invalid:checked~input+label:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:invalid:checked+span:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:invalid:checked~input+span:before,

.wc_payment_method>.custom-control-input.is-invalid:checked~input+label:before,

.wc_payment_method>input.is-invalid:checked+label:before,

.wc_payment_method>input.is-invalid:checked~.custom-control-label:before,

.wc_payment_method>input.is-invalid:checked~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input.is-invalid:checked~input+span:before,

.woocommerce-form__label-for-checkbox>input.is-invalid:checked+span:before,

.woocommerce-form__label-for-checkbox>input.is-invalid:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input.is-invalid:checked~input+span:before,

label.checkbox>.custom-control-input.is-invalid:checked~input+span:before,

label.checkbox>input.is-invalid:checked+span:before,

label.checkbox>input.is-invalid:checked~.custom-control-label:before,

label.checkbox>input.is-invalid:checked~input+span:before {

	border-color: #e4606d;

	background-color: #e4606d
}



#shipping_method .archive-shop__sidebar ul li .was-validated input:invalid:focus:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li input.is-invalid:focus:not([type=hidden])~a:before,

#shipping_method li .custom-control-input.is-invalid:focus~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .was-validated input:invalid:focus~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.is-invalid:focus:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input.is-invalid:focus~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input.is-invalid:focus:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input.is-invalid:focus:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .custom-control-input:invalid:focus~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:invalid:focus:not([type=hidden])~label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:invalid:focus~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .product-list-sidebar input:invalid:focus:not([type=hidden])~a:before,

#shipping_method li .was-validated .product-main .variations .select_option_label input:invalid:focus:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:focus:not([type=hidden])+label:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:focus:not([type=hidden])~input+label:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:focus~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not([type=hidden])+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not([type=hidden])~input+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus~input:not([type=hidden])+label:before,

#shipping_method li .was-validated input:invalid:focus:not([type=hidden])+label:before,

#shipping_method li .was-validated input:invalid:focus:not([type=hidden])~.custom-control-label:before,

#shipping_method li .was-validated input:invalid:focus:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:invalid:focus:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:invalid:focus:not([type=hidden])+span:before,

#shipping_method li .was-validated label.checkbox>input:invalid:focus:not([type=hidden])~input+span:before,

#shipping_method li .was-validated label.checkbox>input:invalid:focus~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:focus:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:focus:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:focus~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:focus~input:not([type=hidden])+label:before,

#shipping_method li input.is-invalid:focus:not([type=hidden])+label:before,

#shipping_method li input.is-invalid:focus:not([type=hidden])~.custom-control-label:before,

#shipping_method li input.is-invalid:focus:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-invalid:focus:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-invalid:focus:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input.is-invalid:focus:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input.is-invalid:focus~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .was-validated input:invalid:focus:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li input.is-invalid:focus:not([type=hidden])~a:before,

.archive-shop__sidebar ul .was-validated #shipping_method li input:invalid:focus:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input.is-invalid:focus~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .was-validated input:invalid:focus~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input.is-invalid:focus~a:before,

.archive-shop__sidebar ul li .was-validated .custom-control-input:invalid:focus~a:before,

.archive-shop__sidebar ul li .was-validated .mailchimp-form__terms input:invalid:focus~a:before,

.archive-shop__sidebar ul li .was-validated .wc_payment_method>input:invalid:focus~a:before,

.archive-shop__sidebar ul li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus~a:before,

.archive-shop__sidebar ul li .was-validated label.checkbox>input:invalid:focus~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input.is-invalid:focus~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input.is-invalid:focus~a:before,

.archive-shop__sidebar ul li label.checkbox>input.is-invalid:focus~a:before,

.custom-control-input.is-invalid:focus~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li .was-validated input:invalid:focus:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-invalid:focus:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-invalid:focus~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input.is-invalid:focus~a:before,

.mailchimp-form__terms .custom-control-input.is-invalid:focus~label:before,

.mailchimp-form__terms .product-list-sidebar input.is-invalid:focus~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input.is-invalid:focus~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated #shipping_method li input:invalid:focus:not([type=hidden])~label:before,

.mailchimp-form__terms .was-validated #shipping_method li input:invalid:focus~input:not([type=hidden])+label:before,

.mailchimp-form__terms .was-validated .archive-shop__sidebar ul li input:invalid:focus~a:before,

.mailchimp-form__terms .was-validated .custom-control-input:invalid:focus~label:before,

.mailchimp-form__terms .was-validated .product-list-sidebar input:invalid:focus~a:before,

.mailchimp-form__terms .was-validated .product-main .variations .select_option_label input:invalid:focus~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid:focus+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid:focus~input+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid:focus~label:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus~input+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus~label:before,

.mailchimp-form__terms .was-validated input:invalid:focus~.custom-control-label:before,

.mailchimp-form__terms .was-validated input:invalid:focus~label:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid:focus+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid:focus~input+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid:focus~label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid:focus+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid:focus~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid:focus~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid:focus+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid:focus~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid:focus~label:before,

.mailchimp-form__terms input.is-invalid:focus~.custom-control-label:before,

.mailchimp-form__terms input.is-invalid:focus~label:before,

.mailchimp-form__terms label.checkbox>input.is-invalid:focus+span:before,

.mailchimp-form__terms label.checkbox>input.is-invalid:focus~input+span:before,

.mailchimp-form__terms label.checkbox>input.is-invalid:focus~label:before,

.product-list-sidebar #shipping_method li .was-validated input:invalid:focus:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li input.is-invalid:focus:not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input.is-invalid:focus~a:before,

.product-list-sidebar .mailchimp-form__terms .was-validated input:invalid:focus~a:before,

.product-list-sidebar .mailchimp-form__terms input.is-invalid:focus~a:before,

.product-list-sidebar .was-validated #shipping_method li input:invalid:focus:not([type=hidden])~a:before,

.product-list-sidebar .was-validated .custom-control-input:invalid:focus~a:before,

.product-list-sidebar .was-validated .mailchimp-form__terms input:invalid:focus~a:before,

.product-list-sidebar .was-validated .wc_payment_method>input:invalid:focus~a:before,

.product-list-sidebar .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus~a:before,

.product-list-sidebar .was-validated label.checkbox>input:invalid:focus~a:before,

.product-list-sidebar .wc_payment_method>input.is-invalid:focus~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input.is-invalid:focus~a:before,

.product-list-sidebar label.checkbox>input.is-invalid:focus~a:before,

.product-main .variations .select_option_label #shipping_method li .was-validated input:invalid:focus:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li input.is-invalid:focus:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input.is-invalid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .was-validated input:invalid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input.is-invalid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated #shipping_method li input:invalid:focus:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .custom-control-input:invalid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .mailchimp-form__terms input:invalid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .wc_payment_method>input:invalid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated label.checkbox>input:invalid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input.is-invalid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.is-invalid:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input.is-invalid:focus~.yith_wccl_value:before,

.was-validated #shipping_method .archive-shop__sidebar ul li input:invalid:focus:not([type=hidden])~a:before,

.was-validated #shipping_method li .custom-control-input:invalid:focus~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .mailchimp-form__terms input:invalid:focus:not([type=hidden])~label:before,

.was-validated #shipping_method li .product-list-sidebar input:invalid:focus:not([type=hidden])~a:before,

.was-validated #shipping_method li .product-main .variations .select_option_label input:invalid:focus:not([type=hidden])~.yith_wccl_value:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:focus:not([type=hidden])+label:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:focus:not([type=hidden])~input+label:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:focus~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:focus:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:focus:not([type=hidden])+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:focus:not([type=hidden])~input+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:focus~input:not([type=hidden])+label:before,

.was-validated #shipping_method li input:invalid:focus:not([type=hidden])+label:before,

.was-validated #shipping_method li input:invalid:focus:not([type=hidden])~.custom-control-label:before,

.was-validated #shipping_method li input:invalid:focus:not([type=hidden])~input:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:invalid:focus:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:invalid:focus:not([type=hidden])+span:before,

.was-validated #shipping_method li label.checkbox>input:invalid:focus:not([type=hidden])~input+span:before,

.was-validated #shipping_method li label.checkbox>input:invalid:focus~input:not([type=hidden])+label:before,

.was-validated .archive-shop__sidebar ul li .custom-control-input:invalid:focus~a:before,

.was-validated .archive-shop__sidebar ul li .wc_payment_method>input:invalid:focus~a:before,

.was-validated .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:invalid:focus~a:before,

.was-validated .archive-shop__sidebar ul li label.checkbox>input:invalid:focus~a:before,

.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,

.was-validated .mailchimp-form__terms #shipping_method li input:invalid:focus~input:not([type=hidden])+label:before,

.was-validated .mailchimp-form__terms .archive-shop__sidebar ul li input:invalid:focus~a:before,

.was-validated .mailchimp-form__terms .custom-control-input:invalid:focus~label:before,

.was-validated .mailchimp-form__terms .product-list-sidebar input:invalid:focus~a:before,

.was-validated .mailchimp-form__terms .product-main .variations .select_option_label input:invalid:focus~.yith_wccl_value:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid:focus+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid:focus~input+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid:focus~label:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid:focus+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid:focus~input+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid:focus~label:before,

.was-validated .mailchimp-form__terms input:invalid:focus~.custom-control-label:before,

.was-validated .mailchimp-form__terms input:invalid:focus~label:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid:focus+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid:focus~input+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid:focus~label:before,

.was-validated .product-list-sidebar .custom-control-input:invalid:focus~a:before,

.was-validated .product-list-sidebar .wc_payment_method>input:invalid:focus~a:before,

.was-validated .product-list-sidebar .woocommerce-form__label-for-checkbox>input:invalid:focus~a:before,

.was-validated .product-list-sidebar label.checkbox>input:invalid:focus~a:before,

.was-validated .product-main .variations .select_option_label .custom-control-input:invalid:focus~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .wc_payment_method>input:invalid:focus~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:invalid:focus~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label label.checkbox>input:invalid:focus~.yith_wccl_value:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:invalid:focus+label:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:invalid:focus~input+label:before,

.was-validated .wc_payment_method>.custom-control-input:invalid:focus~input+label:before,

.was-validated .wc_payment_method>input.custom-control-input:invalid:focus+label:before,

.was-validated .wc_payment_method>input:invalid:focus+label:before,

.was-validated .wc_payment_method>input:invalid:focus~.custom-control-label:before,

.was-validated .wc_payment_method>input:invalid:focus~input+label:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:invalid:focus+span:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:invalid:focus~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>.custom-control-input:invalid:focus~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input.custom-control-input:invalid:focus+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus~.custom-control-label:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus~input+span:before,

.was-validated label.checkbox.wc_payment_method>input:invalid:focus+span:before,

.was-validated label.checkbox.wc_payment_method>input:invalid:focus~input+span:before,

.was-validated label.checkbox>.custom-control-input:invalid:focus~input+span:before,

.was-validated label.checkbox>input.custom-control-input:invalid:focus+span:before,

.was-validated label.checkbox>input:invalid:focus+span:before,

.was-validated label.checkbox>input:invalid:focus~.custom-control-label:before,

.was-validated label.checkbox>input:invalid:focus~input+span:before,

.was-validated label.wc_payment_method.checkbox>input:invalid:focus+label:before,

.was-validated label.wc_payment_method.checkbox>input:invalid:focus~input+label:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:invalid:focus+span:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:invalid:focus~input+span:before,

.wc_payment_method>.custom-control-input.is-invalid:focus~input+label:before,

.wc_payment_method>input.is-invalid:focus+label:before,

.wc_payment_method>input.is-invalid:focus~.custom-control-label:before,

.wc_payment_method>input.is-invalid:focus~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input.is-invalid:focus~input+span:before,

.woocommerce-form__label-for-checkbox>input.is-invalid:focus+span:before,

.woocommerce-form__label-for-checkbox>input.is-invalid:focus~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input.is-invalid:focus~input+span:before,

label.checkbox>.custom-control-input.is-invalid:focus~input+span:before,

label.checkbox>input.is-invalid:focus+span:before,

label.checkbox>input.is-invalid:focus~.custom-control-label:before,

label.checkbox>input.is-invalid:focus~input+span:before {

	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);

	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}



#shipping_method .archive-shop__sidebar ul li .was-validated input:invalid:focus:not(:checked):not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li input.is-invalid:focus:not(:checked):not([type=hidden])~a:before,

#shipping_method li .custom-control-input.is-invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .was-validated input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.is-invalid:focus:not(:checked):not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input.is-invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input.is-invalid:focus:not(:checked):not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input.is-invalid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .custom-control-input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:invalid:focus:not(:checked):not([type=hidden])~label:before,

#shipping_method li .was-validated .mailchimp-form__terms input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .product-list-sidebar input:invalid:focus:not(:checked):not([type=hidden])~a:before,

#shipping_method li .was-validated .product-main .variations .select_option_label input:invalid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:focus:not(:checked):not([type=hidden])~input+label:before,

#shipping_method li .was-validated .wc_payment_method>input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked):not([type=hidden])+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked):not([type=hidden])~input+span:before,

#shipping_method li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .was-validated input:invalid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .was-validated input:invalid:focus:not(:checked):not([type=hidden])~.custom-control-label:before,

#shipping_method li .was-validated input:invalid:focus:not(:checked):not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:invalid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .was-validated label.checkbox>input:invalid:focus:not(:checked):not([type=hidden])+span:before,

#shipping_method li .was-validated label.checkbox>input:invalid:focus:not(:checked):not([type=hidden])~input+span:before,

#shipping_method li .was-validated label.checkbox>input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:focus:not(:checked):not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input.is-invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked):not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked):not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li input.is-invalid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li input.is-invalid:focus:not(:checked):not([type=hidden])~.custom-control-label:before,

#shipping_method li input.is-invalid:focus:not(:checked):not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-invalid:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li label.checkbox>input.is-invalid:focus:not(:checked):not([type=hidden])+span:before,

#shipping_method li label.checkbox>input.is-invalid:focus:not(:checked):not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input.is-invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .was-validated input:invalid:focus:not(:checked):not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li input.is-invalid:focus:not(:checked):not([type=hidden])~a:before,

.archive-shop__sidebar ul .was-validated #shipping_method li input:invalid:focus:not(:checked):not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input.is-invalid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .was-validated input:invalid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input.is-invalid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .was-validated .custom-control-input:invalid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .was-validated .mailchimp-form__terms input:invalid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .was-validated .wc_payment_method>input:invalid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .was-validated label.checkbox>input:invalid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input.is-invalid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li label.checkbox>input.is-invalid:focus:not(:checked)~a:before,

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,

.custom-file-input.is-invalid~.custom-file-label,

.mailchimp-form__terms #shipping_method li .was-validated input:invalid:focus:not(:checked):not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-invalid:focus:not(:checked):not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.is-invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input.is-invalid:focus:not(:checked)~a:before,

.mailchimp-form__terms .custom-control-input.is-invalid:focus:not(:checked)~label:before,

.mailchimp-form__terms .product-list-sidebar input.is-invalid:focus:not(:checked)~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input.is-invalid:focus:not(:checked)~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated #shipping_method li input:invalid:focus:not(:checked):not([type=hidden])~label:before,

.mailchimp-form__terms .was-validated #shipping_method li input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

.mailchimp-form__terms .was-validated .archive-shop__sidebar ul li input:invalid:focus:not(:checked)~a:before,

.mailchimp-form__terms .was-validated .custom-control-input:invalid:focus:not(:checked)~label:before,

.mailchimp-form__terms .was-validated .product-list-sidebar input:invalid:focus:not(:checked)~a:before,

.mailchimp-form__terms .was-validated .product-main .variations .select_option_label input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid:focus:not(:checked)+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid:focus:not(:checked)~input+label:before,

.mailchimp-form__terms .was-validated .wc_payment_method>input:invalid:focus:not(:checked)~label:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~input+span:before,

.mailchimp-form__terms .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~label:before,

.mailchimp-form__terms .was-validated input:invalid:focus:not(:checked)~.custom-control-label:before,

.mailchimp-form__terms .was-validated input:invalid:focus:not(:checked)~label:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid:focus:not(:checked)+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid:focus:not(:checked)~input+span:before,

.mailchimp-form__terms .was-validated label.checkbox>input:invalid:focus:not(:checked)~label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid:focus:not(:checked)+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid:focus:not(:checked)~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.is-invalid:focus:not(:checked)~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked)+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked)~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked)~label:before,

.mailchimp-form__terms input.is-invalid:focus:not(:checked)~.custom-control-label:before,

.mailchimp-form__terms input.is-invalid:focus:not(:checked)~label:before,

.mailchimp-form__terms label.checkbox>input.is-invalid:focus:not(:checked)+span:before,

.mailchimp-form__terms label.checkbox>input.is-invalid:focus:not(:checked)~input+span:before,

.mailchimp-form__terms label.checkbox>input.is-invalid:focus:not(:checked)~label:before,

.product-list-sidebar #shipping_method li .was-validated input:invalid:focus:not(:checked):not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li input.is-invalid:focus:not(:checked):not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input.is-invalid:focus:not(:checked)~a:before,

.product-list-sidebar .mailchimp-form__terms .was-validated input:invalid:focus:not(:checked)~a:before,

.product-list-sidebar .mailchimp-form__terms input.is-invalid:focus:not(:checked)~a:before,

.product-list-sidebar .was-validated #shipping_method li input:invalid:focus:not(:checked):not([type=hidden])~a:before,

.product-list-sidebar .was-validated .custom-control-input:invalid:focus:not(:checked)~a:before,

.product-list-sidebar .was-validated .mailchimp-form__terms input:invalid:focus:not(:checked)~a:before,

.product-list-sidebar .was-validated .wc_payment_method>input:invalid:focus:not(:checked)~a:before,

.product-list-sidebar .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~a:before,

.product-list-sidebar .was-validated label.checkbox>input:invalid:focus:not(:checked)~a:before,

.product-list-sidebar .wc_payment_method>input.is-invalid:focus:not(:checked)~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked)~a:before,

.product-list-sidebar label.checkbox>input.is-invalid:focus:not(:checked)~a:before,

.product-main .variations .select_option_label #shipping_method li .was-validated input:invalid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li input.is-invalid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input.is-invalid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .was-validated input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input.is-invalid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated #shipping_method li input:invalid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .custom-control-input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .mailchimp-form__terms input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .wc_payment_method>input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .was-validated label.checkbox>input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input.is-invalid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input.is-invalid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated #shipping_method .archive-shop__sidebar ul li input:invalid:focus:not(:checked):not([type=hidden])~a:before,

.was-validated #shipping_method li .custom-control-input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .mailchimp-form__terms input:invalid:focus:not(:checked):not([type=hidden])~label:before,

.was-validated #shipping_method li .product-list-sidebar input:invalid:focus:not(:checked):not([type=hidden])~a:before,

.was-validated #shipping_method li .product-main .variations .select_option_label input:invalid:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:focus:not(:checked):not([type=hidden])+label:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:focus:not(:checked):not([type=hidden])~input+label:before,

.was-validated #shipping_method li .wc_payment_method>input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked):not([type=hidden])+label:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked):not([type=hidden])+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked):not([type=hidden])~input+span:before,

.was-validated #shipping_method li .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

.was-validated #shipping_method li input:invalid:focus:not(:checked):not([type=hidden])+label:before,

.was-validated #shipping_method li input:invalid:focus:not(:checked):not([type=hidden])~.custom-control-label:before,

.was-validated #shipping_method li input:invalid:focus:not(:checked):not([type=hidden])~input:not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:invalid:focus:not(:checked):not([type=hidden])+label:before,

.was-validated #shipping_method li label.checkbox>input:invalid:focus:not(:checked):not([type=hidden])+span:before,

.was-validated #shipping_method li label.checkbox>input:invalid:focus:not(:checked):not([type=hidden])~input+span:before,

.was-validated #shipping_method li label.checkbox>input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

.was-validated .archive-shop__sidebar ul li .custom-control-input:invalid:focus:not(:checked)~a:before,

.was-validated .archive-shop__sidebar ul li .wc_payment_method>input:invalid:focus:not(:checked)~a:before,

.was-validated .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~a:before,

.was-validated .archive-shop__sidebar ul li label.checkbox>input:invalid:focus:not(:checked)~a:before,

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,

.was-validated .custom-file-input:invalid~.custom-file-label,

.was-validated .mailchimp-form__terms #shipping_method li input:invalid:focus:not(:checked)~input:not([type=hidden])+label:before,

.was-validated .mailchimp-form__terms .archive-shop__sidebar ul li input:invalid:focus:not(:checked)~a:before,

.was-validated .mailchimp-form__terms .custom-control-input:invalid:focus:not(:checked)~label:before,

.was-validated .mailchimp-form__terms .product-list-sidebar input:invalid:focus:not(:checked)~a:before,

.was-validated .mailchimp-form__terms .product-main .variations .select_option_label input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid:focus:not(:checked)+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid:focus:not(:checked)~input+label:before,

.was-validated .mailchimp-form__terms .wc_payment_method>input:invalid:focus:not(:checked)~label:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~input+span:before,

.was-validated .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~label:before,

.was-validated .mailchimp-form__terms input:invalid:focus:not(:checked)~.custom-control-label:before,

.was-validated .mailchimp-form__terms input:invalid:focus:not(:checked)~label:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid:focus:not(:checked)+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid:focus:not(:checked)~input+span:before,

.was-validated .mailchimp-form__terms label.checkbox>input:invalid:focus:not(:checked)~label:before,

.was-validated .product-list-sidebar .custom-control-input:invalid:focus:not(:checked)~a:before,

.was-validated .product-list-sidebar .wc_payment_method>input:invalid:focus:not(:checked)~a:before,

.was-validated .product-list-sidebar .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~a:before,

.was-validated .product-list-sidebar label.checkbox>input:invalid:focus:not(:checked)~a:before,

.was-validated .product-main .variations .select_option_label .custom-control-input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .wc_payment_method>input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated .product-main .variations .select_option_label label.checkbox>input:invalid:focus:not(:checked)~.yith_wccl_value:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)+label:before,

.was-validated .wc_payment_method.woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~input+label:before,

.was-validated .wc_payment_method>.custom-control-input:invalid:focus:not(:checked)~input+label:before,

.was-validated .wc_payment_method>input.custom-control-input:invalid:focus:not(:checked)+label:before,

.was-validated .wc_payment_method>input:invalid:focus:not(:checked)+label:before,

.was-validated .wc_payment_method>input:invalid:focus:not(:checked)~.custom-control-label:before,

.was-validated .wc_payment_method>input:invalid:focus:not(:checked)~input+label:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:invalid:focus:not(:checked)+span:before,

.was-validated .woocommerce-form__label-for-checkbox.wc_payment_method>input:invalid:focus:not(:checked)~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>.custom-control-input:invalid:focus:not(:checked)~input+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input.custom-control-input:invalid:focus:not(:checked)+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)+span:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~.custom-control-label:before,

.was-validated .woocommerce-form__label-for-checkbox>input:invalid:focus:not(:checked)~input+span:before,

.was-validated label.checkbox.wc_payment_method>input:invalid:focus:not(:checked)+span:before,

.was-validated label.checkbox.wc_payment_method>input:invalid:focus:not(:checked)~input+span:before,

.was-validated label.checkbox>.custom-control-input:invalid:focus:not(:checked)~input+span:before,

.was-validated label.checkbox>input.custom-control-input:invalid:focus:not(:checked)+span:before,

.was-validated label.checkbox>input:invalid:focus:not(:checked)+span:before,

.was-validated label.checkbox>input:invalid:focus:not(:checked)~.custom-control-label:before,

.was-validated label.checkbox>input:invalid:focus:not(:checked)~input+span:before,

.was-validated label.wc_payment_method.checkbox>input:invalid:focus:not(:checked)+label:before,

.was-validated label.wc_payment_method.checkbox>input:invalid:focus:not(:checked)~input+label:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:invalid:focus:not(:checked)+span:before,

.was-validated label.woocommerce-form__label-for-checkbox.checkbox>input:invalid:focus:not(:checked)~input+span:before,

.wc_payment_method>.custom-control-input.is-invalid:focus:not(:checked)~input+label:before,

.wc_payment_method>input.is-invalid:focus:not(:checked)+label:before,

.wc_payment_method>input.is-invalid:focus:not(:checked)~.custom-control-label:before,

.wc_payment_method>input.is-invalid:focus:not(:checked)~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input.is-invalid:focus:not(:checked)~input+span:before,

.woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked)+span:before,

.woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked)~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input.is-invalid:focus:not(:checked)~input+span:before,

label.checkbox>.custom-control-input.is-invalid:focus:not(:checked)~input+span:before,

label.checkbox>input.is-invalid:focus:not(:checked)+span:before,

label.checkbox>input.is-invalid:focus:not(:checked)~.custom-control-label:before,

label.checkbox>input.is-invalid:focus:not(:checked)~input+span:before {

	border-color: #dc3545
}



.custom-file-input.is-invalid~.invalid-feedback,

.custom-file-input.is-invalid~.invalid-tooltip,

.was-validated .custom-file-input:invalid~.invalid-feedback,

.was-validated .custom-file-input:invalid~.invalid-tooltip {

	display: block
}



.custom-file-input.is-invalid:focus~.custom-file-label,

.was-validated .custom-file-input:invalid:focus~.custom-file-label {

	border-color: #dc3545;

	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);

	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}



.form-inline {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row wrap;

	flex-flow: row wrap;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



.form-inline .form-check {

	width: 100%
}



@media (min-width:576px) {

	.form-inline label {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		-webkit-box-pack: center;

		-ms-flex-pack: center;

		justify-content: center;

		margin-bottom: 0
	}



	.form-inline .form-group,

	.form-inline .gift-cards_form .gift-cards-list,

	.form-inline .gift-cards_form .ywgc-message,

	.form-inline .gift-cards_form .ywgc-recipient-email,

	.form-inline .gift-cards_form .ywgc-recipient-name,

	.form-inline .gift-cards_form .ywgc-sender-name,

	.form-inline .lost_reset_password .form-row,

	.form-inline .lost_reset_password .woocommerce-form-row,

	.form-inline .shipping-calculator-form .form-row,

	.form-inline .shipping-calculator-form .woocommerce-form-row,

	.form-inline .woocommerce-account-fields .form-row,

	.form-inline .woocommerce-account-fields .woocommerce-form-row,

	.form-inline .woocommerce-address-fields .form-row,

	.form-inline .woocommerce-address-fields .woocommerce-form-row,

	.form-inline .woocommerce-billing-fields__field-wrapper .form-row,

	.form-inline .woocommerce-billing-fields__field-wrapper .woocommerce-form-row,

	.form-inline .woocommerce-checkout-payment .form-row,

	.form-inline .woocommerce-checkout-payment .woocommerce-form-row,

	.form-inline .woocommerce-EditAccountForm .form-row,

	.form-inline .woocommerce-EditAccountForm .woocommerce-form-row,

	.form-inline .woocommerce-form-coupon .form-row,

	.form-inline .woocommerce-form-coupon .woocommerce-form-row,

	.form-inline .woocommerce-form .form-row,

	.form-inline .woocommerce-form .woocommerce-form-row,

	.form-inline .woocommerce-ResetPassword .form-row,

	.form-inline .woocommerce-ResetPassword .woocommerce-form-row,

	.form-inline .woocommerce-shipping-fields__field-wrapper .form-row,

	.form-inline .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row,

	.gift-cards_form .form-inline .gift-cards-list,

	.gift-cards_form .form-inline .ywgc-message,

	.gift-cards_form .form-inline .ywgc-recipient-email,

	.gift-cards_form .form-inline .ywgc-recipient-name,

	.gift-cards_form .form-inline .ywgc-sender-name,

	.lost_reset_password .form-inline .form-row,

	.lost_reset_password .form-inline .woocommerce-form-row,

	.shipping-calculator-form .form-inline .form-row,

	.shipping-calculator-form .form-inline .woocommerce-form-row,

	.woocommerce-account-fields .form-inline .form-row,

	.woocommerce-account-fields .form-inline .woocommerce-form-row,

	.woocommerce-address-fields .form-inline .form-row,

	.woocommerce-address-fields .form-inline .woocommerce-form-row,

	.woocommerce-billing-fields__field-wrapper .form-inline .form-row,

	.woocommerce-billing-fields__field-wrapper .form-inline .woocommerce-form-row,

	.woocommerce-checkout-payment .form-inline .form-row,

	.woocommerce-checkout-payment .form-inline .woocommerce-form-row,

	.woocommerce-EditAccountForm .form-inline .form-row,

	.woocommerce-EditAccountForm .form-inline .woocommerce-form-row,

	.woocommerce-form-coupon .form-inline .form-row,

	.woocommerce-form-coupon .form-inline .woocommerce-form-row,

	.woocommerce-form .form-inline .form-row,

	.woocommerce-form .form-inline .woocommerce-form-row,

	.woocommerce-ResetPassword .form-inline .form-row,

	.woocommerce-ResetPassword .form-inline .woocommerce-form-row,

	.woocommerce-shipping-fields__field-wrapper .form-inline .form-row,

	.woocommerce-shipping-fields__field-wrapper .form-inline .woocommerce-form-row {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		-webkit-box-orient: horizontal;

		-webkit-box-direction: normal;

		-ms-flex-flow: row wrap;

		flex-flow: row wrap;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		margin-bottom: 0
	}



	#wc-yith-stripe-cc-form .form-inline .input-text,

	.form-inline #coupon_code,

	.form-inline #wc-yith-stripe-cc-form .input-text,

	.form-inline .form-control,

	.form-inline .gift-cards_form .gift-cards-list input,

	.form-inline .gift-cards_form .gift-cards-list textarea,

	.form-inline .gift-cards_form .ywgc-message input,

	.form-inline .gift-cards_form .ywgc-message textarea,

	.form-inline .gift-cards_form .ywgc-recipient-email input,

	.form-inline .gift-cards_form .ywgc-recipient-email textarea,

	.form-inline .gift-cards_form .ywgc-recipient-name input,

	.form-inline .gift-cards_form .ywgc-recipient-name textarea,

	.form-inline .gift-cards_form .ywgc-sender-name input,

	.form-inline .gift-cards_form .ywgc-sender-name textarea,

	.form-inline .shipping-calculator-form input,

	.form-inline .woocommerce-account .woocommerce-address-fields__field-wrapper select,

	.form-inline .woocommerce-cart-form__contents .qty,

	.form-inline .woocommerce-checkout .checkout-login-form-wrap input,

	.form-inline .woocommerce-checkout .checkout-login-form-wrap textarea,

	.form-inline .woocommerce-Input,

	.form-inline .woocommerce-input-wrapper input,

	.form-inline .woocommerce-input-wrapper textarea,

	.form-inline .woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code,

	.gift-cards_form .gift-cards-list .form-inline input,

	.gift-cards_form .gift-cards-list .form-inline textarea,

	.gift-cards_form .ywgc-message .form-inline input,

	.gift-cards_form .ywgc-message .form-inline textarea,

	.gift-cards_form .ywgc-recipient-email .form-inline input,

	.gift-cards_form .ywgc-recipient-email .form-inline textarea,

	.gift-cards_form .ywgc-recipient-name .form-inline input,

	.gift-cards_form .ywgc-recipient-name .form-inline textarea,

	.gift-cards_form .ywgc-sender-name .form-inline input,

	.gift-cards_form .ywgc-sender-name .form-inline textarea,

	.shipping-calculator-form .form-inline input,

	.woocommerce-account .woocommerce-address-fields__field-wrapper .form-inline select,

	.woocommerce-cart-form__contents .form-inline .qty,

	.woocommerce-checkout .checkout-login-form-wrap .form-inline input,

	.woocommerce-checkout .checkout-login-form-wrap .form-inline textarea,

	.woocommerce-input-wrapper .form-inline input,

	.woocommerce-input-wrapper .form-inline textarea,

	.woocommerce-MyAccount-content .form-link-gift-card-to-user .form-inline #ywgc-link-code {

		display: inline-block;

		width: auto;

		vertical-align: middle
	}



	.form-inline .form-control-plaintext {

		display: inline-block
	}



	.form-inline .custom-select,

	.form-inline .input-group {

		width: auto
	}



	.form-inline .form-check {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		-webkit-box-pack: center;

		-ms-flex-pack: center;

		justify-content: center;

		width: auto;

		padding-left: 0
	}



	.form-inline .form-check-input {

		position: relative;

		-ms-flex-negative: 0;

		flex-shrink: 0;

		margin-top: 0;

		margin-right: .25rem;

		margin-left: 0
	}



	#shipping_method .form-inline li,

	.form-inline #shipping_method li,

	.form-inline .custom-control,

	.form-inline .mailchimp-form__terms,

	.form-inline .product-main .variations .select_option_label,

	.form-inline .wc_payment_method,

	.form-inline .woocommerce-form__label-for-checkbox,

	.form-inline label.checkbox,

	.product-main .variations .form-inline .select_option_label {

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		-webkit-box-pack: center;

		-ms-flex-pack: center;

		justify-content: center
	}



	#shipping_method li .form-inline input:not([type=hidden])+label,

	.archive-shop__sidebar ul li .form-inline a,

	.form-inline #shipping_method li input:not([type=hidden])+label,

	.form-inline .archive-shop__sidebar ul li a,

	.form-inline .custom-control-label,

	.form-inline .mailchimp-form__terms label,

	.form-inline .product-list-sidebar a,

	.form-inline .product-main .variations .select_option_label .yith_wccl_value,

	.form-inline .wc_payment_method>input+label,

	.form-inline .woocommerce-form__label-for-checkbox>input+span,

	.form-inline label.checkbox>input+span,

	.mailchimp-form__terms .form-inline label,

	.product-list-sidebar .form-inline a,

	.product-main .variations .select_option_label .form-inline .yith_wccl_value {

		margin-bottom: 0
	}

}



.btn,

.cart-collaterals .checkout-button,

.minicart .checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button,

.newsletter-modal .mailchimp-form__field--subscribe button,

.single_add_to_cart_button,

.woocommerce-account .addresses a.edit,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

.woocommerce-address-fields .button,

.woocommerce-Addresses a.edit,

.woocommerce-Button,

.woocommerce-cart-form .coupon .button,

.woocommerce-checkout .place-order button#place_order,

.woocommerce-columns--addresses a.edit,

.woocommerce-form-login__submit,

.woocommerce-form-register__submit,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

.ywdpd_popup .single_add_to_cart_button,

body.assorted_product .abp_products_footer .button {

	display: inline-block;

	font-weight: 400;

	color: #000;

	text-align: center;

	vertical-align: middle;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	background-color: transparent;

	border: 1px solid transparent;

	padding: .8em 2.1em;

	font-size: 1rem;

	line-height: 1.5;

	border-radius: 2em;

	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}



@media (prefers-reduced-motion:reduce) {



	.btn,

	.cart-collaterals .checkout-button,

	.minicart .checkout,

	.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button,

	.newsletter-modal .mailchimp-form__field--subscribe button,

	.single_add_to_cart_button,

	.woocommerce-account .addresses a.edit,

	.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

	.woocommerce-address-fields .button,

	.woocommerce-Addresses a.edit,

	.woocommerce-Button,

	.woocommerce-cart-form .coupon .button,

	.woocommerce-checkout .place-order button#place_order,

	.woocommerce-columns--addresses a.edit,

	.woocommerce-form-login__submit,

	.woocommerce-form-register__submit,

	.woocommerce-MyAccount-content .form-link-gift-card-to-user button,

	.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button,

	.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

	.ywdpd_popup .single_add_to_cart_button,

	body.assorted_product .abp_products_footer .button {

		-webkit-transition: none;

		-o-transition: none;

		transition: none
	}

}



.btn:hover,

.cart-collaterals .checkout-button:hover,

.minicart .checkout:hover,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:hover,

.newsletter-modal .mailchimp-form__field--subscribe button:hover,

.single_add_to_cart_button:hover,

.woocommerce-account .addresses a.edit:hover,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:hover,

.woocommerce-address-fields .button:hover,

.woocommerce-Addresses a.edit:hover,

.woocommerce-Button:hover,

.woocommerce-cart-form .coupon .button:hover,

.woocommerce-checkout .place-order button#place_order:hover,

.woocommerce-columns--addresses a.edit:hover,

.woocommerce-form-login__submit:hover,

.woocommerce-form-register__submit:hover,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:hover,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:hover,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:hover,

body.assorted_product .abp_products_footer .button:hover {

	color: #000;

	text-decoration: none
}



.btn.focus,

.btn:focus,

.cart-collaterals .checkout-button:focus,

.cart-collaterals .focus.checkout-button,

.focus.single_add_to_cart_button,

.focus.woocommerce-Button,

.focus.woocommerce-form-login__submit,

.focus.woocommerce-form-register__submit,

.minicart .checkout:focus,

.minicart .focus.checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:focus,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .focus.button,

.newsletter-modal .mailchimp-form__field--subscribe button.focus,

.newsletter-modal .mailchimp-form__field--subscribe button:focus,

.single_add_to_cart_button:focus,

.woocommerce-account .addresses a.edit:focus,

.woocommerce-account .addresses a.focus.edit,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button.focus,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:focus,

.woocommerce-address-fields .button:focus,

.woocommerce-address-fields .focus.button,

.woocommerce-Addresses a.edit:focus,

.woocommerce-Addresses a.focus.edit,

.woocommerce-Button:focus,

.woocommerce-cart-form .coupon .button:focus,

.woocommerce-cart-form .coupon .focus.button,

.woocommerce-checkout .place-order button#place_order:focus,

.woocommerce-checkout .place-order button.focus#place_order,

.woocommerce-columns--addresses a.edit:focus,

.woocommerce-columns--addresses a.focus.edit,

.woocommerce-form-login__submit:focus,

.woocommerce-form-register__submit:focus,

.woocommerce-MyAccount-content .focus.yith-add-new-gc-my-account-button,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button.focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:focus,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:focus,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a.focus,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:focus,

body.assorted_product .abp_products_footer .button:focus,

body.assorted_product .abp_products_footer .focus.button {

	outline: 0;

	-webkit-box-shadow: 0;

	box-shadow: 0
}



.btn.disabled,

.btn:disabled,

.cart-collaterals .checkout-button:disabled,

.cart-collaterals .disabled.checkout-button,

.disabled.single_add_to_cart_button,

.disabled.woocommerce-Button,

.disabled.woocommerce-form-login__submit,

.disabled.woocommerce-form-register__submit,

.minicart .checkout:disabled,

.minicart .disabled.checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:disabled,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .disabled.button,

.newsletter-modal .mailchimp-form__field--subscribe button.disabled,

.newsletter-modal .mailchimp-form__field--subscribe button:disabled,

.single_add_to_cart_button:disabled,

.woocommerce-account .addresses a.disabled.edit,

.woocommerce-account .addresses a.edit:disabled,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button.disabled,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:disabled,

.woocommerce-address-fields .button:disabled,

.woocommerce-address-fields .disabled.button,

.woocommerce-Addresses a.disabled.edit,

.woocommerce-Addresses a.edit:disabled,

.woocommerce-Button:disabled,

.woocommerce-cart-form .coupon .button:disabled,

.woocommerce-cart-form .coupon .disabled.button,

.woocommerce-checkout .place-order button#place_order:disabled,

.woocommerce-checkout .place-order button.disabled#place_order,

.woocommerce-columns--addresses a.disabled.edit,

.woocommerce-columns--addresses a.edit:disabled,

.woocommerce-form-login__submit:disabled,

.woocommerce-form-register__submit:disabled,

.woocommerce-MyAccount-content .disabled.yith-add-new-gc-my-account-button,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button.disabled,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:disabled,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:disabled,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a.disabled,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:disabled,

body.assorted_product .abp_products_footer .button:disabled,

body.assorted_product .abp_products_footer .disabled.button {

	opacity: .65
}



.cart-collaterals a.disabled.checkout-button,

.cart-collaterals fieldset:disabled a.checkout-button,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) a.disabled.button,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) fieldset:disabled a.button,

.minicart a.disabled.checkout,

.minicart fieldset:disabled a.checkout,

.woocommerce-account .addresses a.disabled.edit,

.woocommerce-account .addresses fieldset:disabled a.edit,

.woocommerce-address-fields a.disabled.button,

.woocommerce-address-fields fieldset:disabled a.button,

.woocommerce-Addresses a.disabled.edit,

.woocommerce-Addresses fieldset:disabled a.edit,

.woocommerce-cart-form .coupon a.disabled.button,

.woocommerce-cart-form .coupon fieldset:disabled a.button,

.woocommerce-columns--addresses a.disabled.edit,

.woocommerce-columns--addresses fieldset:disabled a.edit,

.woocommerce-MyAccount-content a.disabled.yith-add-new-gc-my-account-button,

.woocommerce-MyAccount-content fieldset:disabled a.yith-add-new-gc-my-account-button,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a.disabled,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container fieldset:disabled a,

a.btn.disabled,

a.disabled.single_add_to_cart_button,

a.disabled.woocommerce-Button,

a.disabled.woocommerce-form-login__submit,

a.disabled.woocommerce-form-register__submit,

body.assorted_product .abp_products_footer a.disabled.button,

body.assorted_product .abp_products_footer fieldset:disabled a.button,

fieldset:disabled .cart-collaterals a.checkout-button,

fieldset:disabled .minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) a.button,

fieldset:disabled .minicart a.checkout,

fieldset:disabled .woocommerce-account .addresses a.edit,

fieldset:disabled .woocommerce-address-fields a.button,

fieldset:disabled .woocommerce-Addresses a.edit,

fieldset:disabled .woocommerce-cart-form .coupon a.button,

fieldset:disabled .woocommerce-columns--addresses a.edit,

fieldset:disabled .woocommerce-MyAccount-content a.yith-add-new-gc-my-account-button,

fieldset:disabled .ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

fieldset:disabled a.btn,

fieldset:disabled a.single_add_to_cart_button,

fieldset:disabled a.woocommerce-Button,

fieldset:disabled a.woocommerce-form-login__submit,

fieldset:disabled a.woocommerce-form-register__submit,

fieldset:disabled body.assorted_product .abp_products_footer a.button {

	pointer-events: none
}



.btn--primary,

.btn--primary:hover,

.btn-primary,

.btn-primary:hover,

.cart-collaterals .checkout-button,

.cart-collaterals .checkout-button:hover,

.minicart .checkout,

.minicart .checkout:hover,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:hover,

.newsletter-modal .mailchimp-form__field--subscribe button,

.newsletter-modal .mailchimp-form__field--subscribe button:hover,

.single_add_to_cart_button,

.single_add_to_cart_button:hover,

.woocommerce-account .addresses a.edit,

.woocommerce-account .addresses a.edit:hover,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:hover,

.woocommerce-address-fields .button,

.woocommerce-address-fields .button:hover,

.woocommerce-Address a.edit,

.woocommerce-Address a.edit:hover,

.woocommerce-Addresses a.edit,

.woocommerce-Addresses a.edit:hover,

.woocommerce-Button,

.woocommerce-Button:hover,

.woocommerce-cart-form .coupon .button,

.woocommerce-cart-form .coupon .button:hover,

.woocommerce-checkout .place-order button#place_order,

.woocommerce-checkout .place-order button#place_order:hover,

.woocommerce-column--billing-address a.edit,

.woocommerce-column--billing-address a.edit:hover,

.woocommerce-column--shipping-address a.edit,

.woocommerce-column--shipping-address a.edit:hover,

.woocommerce-columns--addresses a.edit,

.woocommerce-columns--addresses a.edit:hover,

.woocommerce-form-login__submit,

.woocommerce-form-login__submit:hover,

.woocommerce-form-register__submit,

.woocommerce-form-register__submit:hover,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:hover,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:hover,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:hover,

.ywdpd_popup .single_add_to_cart_button,

body.assorted_product .abp_products_footer .button,

body.assorted_product .abp_products_footer .button:hover {

	color: #fff;

	background-color: #e6007d;

	border-color: #000
}



.btn--primary:focus,

.btn-primary.focus,

.btn-primary:focus,

.cart-collaterals .checkout-button:focus,

.cart-collaterals .focus.checkout-button,

.focus.btn--primary,

.focus.single_add_to_cart_button,

.focus.woocommerce-Button,

.focus.woocommerce-form-login__submit,

.focus.woocommerce-form-register__submit,

.minicart .checkout:focus,

.minicart .focus.checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:focus,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .focus.button,

.newsletter-modal .mailchimp-form__field--subscribe button.focus,

.newsletter-modal .mailchimp-form__field--subscribe button:focus,

.single_add_to_cart_button:focus,

.woocommerce-account .addresses a.edit:focus,

.woocommerce-account .addresses a.focus.edit,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button.focus,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:focus,

.woocommerce-address-fields .button:focus,

.woocommerce-address-fields .focus.button,

.woocommerce-Address a.edit:focus,

.woocommerce-Address a.focus.edit,

.woocommerce-Addresses a.edit:focus,

.woocommerce-Addresses a.focus.edit,

.woocommerce-Button:focus,

.woocommerce-cart-form .coupon .button:focus,

.woocommerce-cart-form .coupon .focus.button,

.woocommerce-checkout .place-order button#place_order:focus,

.woocommerce-checkout .place-order button.focus#place_order,

.woocommerce-column--billing-address a.edit:focus,

.woocommerce-column--billing-address a.focus.edit,

.woocommerce-column--shipping-address a.edit:focus,

.woocommerce-column--shipping-address a.focus.edit,

.woocommerce-columns--addresses a.edit:focus,

.woocommerce-columns--addresses a.focus.edit,

.woocommerce-form-login__submit:focus,

.woocommerce-form-register__submit:focus,

.woocommerce-MyAccount-content .focus.yith-add-new-gc-my-account-button,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button.focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:focus,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:focus,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a.focus,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:focus,

body.assorted_product .abp_products_footer .button:focus,

body.assorted_product .abp_products_footer .focus.button {

	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);

	box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}



.btn--primary:disabled,

.btn--primary:not(:disabled):not(.disabled).active,

.btn--primary:not(:disabled):not(.disabled):active,

.btn-primary.disabled,

.btn-primary:disabled,

.btn-primary:not(:disabled):not(.disabled).active,

.btn-primary:not(:disabled):not(.disabled):active,

.cart-collaterals .checkout-button:disabled,

.cart-collaterals .checkout-button:not(:disabled):not(.disabled).active,

.cart-collaterals .checkout-button:not(:disabled):not(.disabled):active,

.cart-collaterals .disabled.checkout-button,

.cart-collaterals .show>.dropdown-toggle.checkout-button,

.disabled.btn--primary,

.disabled.single_add_to_cart_button,

.disabled.woocommerce-Button,

.disabled.woocommerce-form-login__submit,

.disabled.woocommerce-form-register__submit,

.minicart .checkout:disabled,

.minicart .checkout:not(:disabled):not(.disabled).active,

.minicart .checkout:not(:disabled):not(.disabled):active,

.minicart .disabled.checkout,

.minicart .show>.dropdown-toggle.checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:disabled,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:not(:disabled):not(.disabled).active,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:not(:disabled):not(.disabled):active,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .disabled.button,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .show>.dropdown-toggle.button,

.newsletter-modal .mailchimp-form__field--subscribe .show>button.dropdown-toggle,

.newsletter-modal .mailchimp-form__field--subscribe button.disabled,

.newsletter-modal .mailchimp-form__field--subscribe button:disabled,

.newsletter-modal .mailchimp-form__field--subscribe button:not(:disabled):not(.disabled).active,

.newsletter-modal .mailchimp-form__field--subscribe button:not(:disabled):not(.disabled):active,

.show>.btn-primary.dropdown-toggle,

.show>.dropdown-toggle.btn--primary,

.show>.dropdown-toggle.single_add_to_cart_button,

.show>.dropdown-toggle.woocommerce-Button,

.show>.dropdown-toggle.woocommerce-form-login__submit,

.show>.dropdown-toggle.woocommerce-form-register__submit,

.single_add_to_cart_button:disabled,

.single_add_to_cart_button:not(:disabled):not(.disabled).active,

.single_add_to_cart_button:not(:disabled):not(.disabled):active,

.woocommerce-account .addresses .show>a.dropdown-toggle.edit,

.woocommerce-account .addresses a.disabled.edit,

.woocommerce-account .addresses a.edit:disabled,

.woocommerce-account .addresses a.edit:not(:disabled):not(.disabled).active,

.woocommerce-account .addresses a.edit:not(:disabled):not(.disabled):active,

.woocommerce-account .ywsbs-change-status-buttons-wrapper .show>button.dropdown-toggle,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button.disabled,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:disabled,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:not(:disabled):not(.disabled).active,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:not(:disabled):not(.disabled):active,

.woocommerce-address-fields .button:disabled,

.woocommerce-address-fields .button:not(:disabled):not(.disabled).active,

.woocommerce-address-fields .button:not(:disabled):not(.disabled):active,

.woocommerce-address-fields .disabled.button,

.woocommerce-address-fields .show>.dropdown-toggle.button,

.woocommerce-Address .show>a.dropdown-toggle.edit,

.woocommerce-Address a.disabled.edit,

.woocommerce-Address a.edit:disabled,

.woocommerce-Address a.edit:not(:disabled):not(.disabled).active,

.woocommerce-Address a.edit:not(:disabled):not(.disabled):active,

.woocommerce-Addresses .show>a.dropdown-toggle.edit,

.woocommerce-Addresses a.disabled.edit,

.woocommerce-Addresses a.edit:disabled,

.woocommerce-Addresses a.edit:not(:disabled):not(.disabled).active,

.woocommerce-Addresses a.edit:not(:disabled):not(.disabled):active,

.woocommerce-Button:disabled,

.woocommerce-Button:not(:disabled):not(.disabled).active,

.woocommerce-Button:not(:disabled):not(.disabled):active,

.woocommerce-cart-form .coupon .button:disabled,

.woocommerce-cart-form .coupon .button:not(:disabled):not(.disabled).active,

.woocommerce-cart-form .coupon .button:not(:disabled):not(.disabled):active,

.woocommerce-cart-form .coupon .disabled.button,

.woocommerce-cart-form .coupon .show>.dropdown-toggle.button,

.woocommerce-checkout .place-order .show>button.dropdown-toggle#place_order,

.woocommerce-checkout .place-order button#place_order:disabled,

.woocommerce-checkout .place-order button#place_order:not(:disabled):not(.disabled).active,

.woocommerce-checkout .place-order button#place_order:not(:disabled):not(.disabled):active,

.woocommerce-checkout .place-order button.disabled#place_order,

.woocommerce-column--billing-address .show>a.dropdown-toggle.edit,

.woocommerce-column--billing-address a.disabled.edit,

.woocommerce-column--billing-address a.edit:disabled,

.woocommerce-column--billing-address a.edit:not(:disabled):not(.disabled).active,

.woocommerce-column--billing-address a.edit:not(:disabled):not(.disabled):active,

.woocommerce-column--shipping-address .show>a.dropdown-toggle.edit,

.woocommerce-column--shipping-address a.disabled.edit,

.woocommerce-column--shipping-address a.edit:disabled,

.woocommerce-column--shipping-address a.edit:not(:disabled):not(.disabled).active,

.woocommerce-column--shipping-address a.edit:not(:disabled):not(.disabled):active,

.woocommerce-columns--addresses .show>a.dropdown-toggle.edit,

.woocommerce-columns--addresses a.disabled.edit,

.woocommerce-columns--addresses a.edit:disabled,

.woocommerce-columns--addresses a.edit:not(:disabled):not(.disabled).active,

.woocommerce-columns--addresses a.edit:not(:disabled):not(.disabled):active,

.woocommerce-form-login__submit:disabled,

.woocommerce-form-login__submit:not(:disabled):not(.disabled).active,

.woocommerce-form-login__submit:not(:disabled):not(.disabled):active,

.woocommerce-form-register__submit:disabled,

.woocommerce-form-register__submit:not(:disabled):not(.disabled).active,

.woocommerce-form-register__submit:not(:disabled):not(.disabled):active,

.woocommerce-MyAccount-content .disabled.yith-add-new-gc-my-account-button,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .show>button.dropdown-toggle,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button.disabled,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:disabled,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:not(:disabled):not(.disabled).active,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:not(:disabled):not(.disabled):active,

.woocommerce-MyAccount-content .show>.dropdown-toggle.yith-add-new-gc-my-account-button,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:disabled,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:not(:disabled):not(.disabled).active,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:not(:disabled):not(.disabled):active,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container .show>a.dropdown-toggle,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a.disabled,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:disabled,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:not(:disabled):not(.disabled).active,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:not(:disabled):not(.disabled):active,

body.assorted_product .abp_products_footer .button:disabled,

body.assorted_product .abp_products_footer .button:not(:disabled):not(.disabled).active,

body.assorted_product .abp_products_footer .button:not(:disabled):not(.disabled):active,

body.assorted_product .abp_products_footer .disabled.button,

body.assorted_product .abp_products_footer .show>.dropdown-toggle.button {

	color: #fff;

	background-color: #000;

	border-color: #000
}



.btn--primary:not(:disabled):not(.disabled).active:focus,

.btn--primary:not(:disabled):not(.disabled):active:focus,

.btn-primary:not(:disabled):not(.disabled).active:focus,

.btn-primary:not(:disabled):not(.disabled):active:focus,

.cart-collaterals .checkout-button:not(:disabled):not(.disabled).active:focus,

.cart-collaterals .checkout-button:not(:disabled):not(.disabled):active:focus,

.cart-collaterals .show>.dropdown-toggle.checkout-button:focus,

.minicart .checkout:not(:disabled):not(.disabled).active:focus,

.minicart .checkout:not(:disabled):not(.disabled):active:focus,

.minicart .show>.dropdown-toggle.checkout:focus,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:not(:disabled):not(.disabled).active:focus,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:not(:disabled):not(.disabled):active:focus,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .show>.dropdown-toggle.button:focus,

.newsletter-modal .mailchimp-form__field--subscribe .show>button.dropdown-toggle:focus,

.newsletter-modal .mailchimp-form__field--subscribe button:not(:disabled):not(.disabled).active:focus,

.newsletter-modal .mailchimp-form__field--subscribe button:not(:disabled):not(.disabled):active:focus,

.show>.btn-primary.dropdown-toggle:focus,

.show>.dropdown-toggle.btn--primary:focus,

.show>.dropdown-toggle.single_add_to_cart_button:focus,

.show>.dropdown-toggle.woocommerce-Button:focus,

.show>.dropdown-toggle.woocommerce-form-login__submit:focus,

.show>.dropdown-toggle.woocommerce-form-register__submit:focus,

.single_add_to_cart_button:not(:disabled):not(.disabled).active:focus,

.single_add_to_cart_button:not(:disabled):not(.disabled):active:focus,

.woocommerce-account .addresses .show>a.dropdown-toggle.edit:focus,

.woocommerce-account .addresses a.edit:not(:disabled):not(.disabled).active:focus,

.woocommerce-account .addresses a.edit:not(:disabled):not(.disabled):active:focus,

.woocommerce-account .ywsbs-change-status-buttons-wrapper .show>button.dropdown-toggle:focus,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:not(:disabled):not(.disabled).active:focus,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:not(:disabled):not(.disabled):active:focus,

.woocommerce-address-fields .button:not(:disabled):not(.disabled).active:focus,

.woocommerce-address-fields .button:not(:disabled):not(.disabled):active:focus,

.woocommerce-address-fields .show>.dropdown-toggle.button:focus,

.woocommerce-Address .show>a.dropdown-toggle.edit:focus,

.woocommerce-Address a.edit:not(:disabled):not(.disabled).active:focus,

.woocommerce-Address a.edit:not(:disabled):not(.disabled):active:focus,

.woocommerce-Addresses .show>a.dropdown-toggle.edit:focus,

.woocommerce-Addresses a.edit:not(:disabled):not(.disabled).active:focus,

.woocommerce-Addresses a.edit:not(:disabled):not(.disabled):active:focus,

.woocommerce-Button:not(:disabled):not(.disabled).active:focus,

.woocommerce-Button:not(:disabled):not(.disabled):active:focus,

.woocommerce-cart-form .coupon .button:not(:disabled):not(.disabled).active:focus,

.woocommerce-cart-form .coupon .button:not(:disabled):not(.disabled):active:focus,

.woocommerce-cart-form .coupon .show>.dropdown-toggle.button:focus,

.woocommerce-checkout .place-order .show>button.dropdown-toggle#place_order:focus,

.woocommerce-checkout .place-order button#place_order:not(:disabled):not(.disabled).active:focus,

.woocommerce-checkout .place-order button#place_order:not(:disabled):not(.disabled):active:focus,

.woocommerce-column--billing-address .show>a.dropdown-toggle.edit:focus,

.woocommerce-column--billing-address a.edit:not(:disabled):not(.disabled).active:focus,

.woocommerce-column--billing-address a.edit:not(:disabled):not(.disabled):active:focus,

.woocommerce-column--shipping-address .show>a.dropdown-toggle.edit:focus,

.woocommerce-column--shipping-address a.edit:not(:disabled):not(.disabled).active:focus,

.woocommerce-column--shipping-address a.edit:not(:disabled):not(.disabled):active:focus,

.woocommerce-columns--addresses .show>a.dropdown-toggle.edit:focus,

.woocommerce-columns--addresses a.edit:not(:disabled):not(.disabled).active:focus,

.woocommerce-columns--addresses a.edit:not(:disabled):not(.disabled):active:focus,

.woocommerce-form-login__submit:not(:disabled):not(.disabled).active:focus,

.woocommerce-form-login__submit:not(:disabled):not(.disabled):active:focus,

.woocommerce-form-register__submit:not(:disabled):not(.disabled).active:focus,

.woocommerce-form-register__submit:not(:disabled):not(.disabled):active:focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user .show>button.dropdown-toggle:focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:not(:disabled):not(.disabled).active:focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:not(:disabled):not(.disabled):active:focus,

.woocommerce-MyAccount-content .show>.dropdown-toggle.yith-add-new-gc-my-account-button:focus,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:not(:disabled):not(.disabled).active:focus,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:not(:disabled):not(.disabled):active:focus,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container .show>a.dropdown-toggle:focus,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:not(:disabled):not(.disabled).active:focus,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:not(:disabled):not(.disabled):active:focus,

body.assorted_product .abp_products_footer .button:not(:disabled):not(.disabled).active:focus,

body.assorted_product .abp_products_footer .button:not(:disabled):not(.disabled):active:focus,

body.assorted_product .abp_products_footer .show>.dropdown-toggle.button:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);

	box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}



.btn-secondary {

	color: #fff;

	background-color: #6c757d;

	border-color: #6c757d
}



.btn-secondary:hover {

	color: #fff;

	background-color: #5a6268;

	border-color: #545b62
}



.btn-secondary.focus,

.btn-secondary:focus {

	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5);

	box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}



.btn-secondary.disabled,

.btn-secondary:disabled {

	color: #fff;

	background-color: #6c757d;

	border-color: #6c757d
}



.btn-secondary:not(:disabled):not(.disabled).active,

.btn-secondary:not(:disabled):not(.disabled):active,

.show>.btn-secondary.dropdown-toggle {

	color: #fff;

	background-color: #545b62;

	border-color: #4e555b
}



.btn-secondary:not(:disabled):not(.disabled).active:focus,

.btn-secondary:not(:disabled):not(.disabled):active:focus,

.show>.btn-secondary.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5);

	box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}



.btn-success {

	color: #fff;

	background-color: #28a745;

	border-color: #28a745
}



.btn-success:hover {

	color: #fff;

	background-color: #218838;

	border-color: #1e7e34
}



.btn-success.focus,

.btn-success:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);

	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}



.btn-success.disabled,

.btn-success:disabled {

	color: #fff;

	background-color: #28a745;

	border-color: #28a745
}



.btn-success:not(:disabled):not(.disabled).active,

.btn-success:not(:disabled):not(.disabled):active,

.show>.btn-success.dropdown-toggle {

	color: #fff;

	background-color: #1e7e34;

	border-color: #1c7430
}



.btn-success:not(:disabled):not(.disabled).active:focus,

.btn-success:not(:disabled):not(.disabled):active:focus,

.show>.btn-success.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);

	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}



.btn-info {

	color: #fff;

	background-color: #17a2b8;

	border-color: #17a2b8
}



.btn-info:hover {

	color: #fff;

	background-color: #138496;

	border-color: #117a8b
}



.btn-info.focus,

.btn-info:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);

	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}



.btn-info.disabled,

.btn-info:disabled {

	color: #fff;

	background-color: #17a2b8;

	border-color: #17a2b8
}



.btn-info:not(:disabled):not(.disabled).active,

.btn-info:not(:disabled):not(.disabled):active,

.show>.btn-info.dropdown-toggle {

	color: #fff;

	background-color: #117a8b;

	border-color: #10707f
}



.btn-info:not(:disabled):not(.disabled).active:focus,

.btn-info:not(:disabled):not(.disabled):active:focus,

.show>.btn-info.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);

	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}



.btn-warning {

	color: #212529;

	background-color: #ed7b49;

	border-color: #ed7b49
}



.btn-warning:hover {

	color: #fff;

	background-color: #ea6226;

	border-color: #e8591b
}



.btn-warning.focus,

.btn-warning:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(206, 110, 68, .5);

	box-shadow: 0 0 0 .2rem rgba(206, 110, 68, .5)
}



.btn-warning.disabled,

.btn-warning:disabled {

	color: #212529;

	background-color: #ed7b49;

	border-color: #ed7b49
}



.btn-warning:not(:disabled):not(.disabled).active,

.btn-warning:not(:disabled):not(.disabled):active,

.show>.btn-warning.dropdown-toggle {

	color: #fff;

	background-color: #e8591b;

	border-color: #e05416
}



.btn-warning:not(:disabled):not(.disabled).active:focus,

.btn-warning:not(:disabled):not(.disabled):active:focus,

.show>.btn-warning.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(206, 110, 68, .5);

	box-shadow: 0 0 0 .2rem rgba(206, 110, 68, .5)
}



.btn-danger {

	color: #fff;

	background-color: #dc3545;

	border-color: #dc3545
}



.btn-danger:hover {

	color: #fff;

	background-color: #c82333;

	border-color: #bd2130
}



.btn-danger.focus,

.btn-danger:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);

	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}



.btn-danger.disabled,

.btn-danger:disabled {

	color: #fff;

	background-color: #dc3545;

	border-color: #dc3545
}



.btn-danger:not(:disabled):not(.disabled).active,

.btn-danger:not(:disabled):not(.disabled):active,

.show>.btn-danger.dropdown-toggle {

	color: #fff;

	background-color: #bd2130;

	border-color: #b21f2d
}



.btn-danger:not(:disabled):not(.disabled).active:focus,

.btn-danger:not(:disabled):not(.disabled):active:focus,

.show>.btn-danger.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);

	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}



.btn-light {

	color: #212529;

	background-color: #f8f9fa;

	border-color: #f8f9fa
}



.btn-light:hover {

	color: #212529;

	background-color: #e2e6ea;

	border-color: #dae0e5
}



.btn-light.focus,

.btn-light:focus {

	-webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);

	box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}



.btn-light.disabled,

.btn-light:disabled {

	color: #212529;

	background-color: #f8f9fa;

	border-color: #f8f9fa
}



.btn-light:not(:disabled):not(.disabled).active,

.btn-light:not(:disabled):not(.disabled):active,

.show>.btn-light.dropdown-toggle {

	color: #212529;

	background-color: #dae0e5;

	border-color: #d3d9df
}



.btn-light:not(:disabled):not(.disabled).active:focus,

.btn-light:not(:disabled):not(.disabled):active:focus,

.show>.btn-light.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);

	box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}



.btn-dark {

	color: #fff;

	background-color: #343a40;

	border-color: #343a40
}



.btn-dark:hover {

	color: #fff;

	background-color: #23272b;

	border-color: #1d2124
}



.btn-dark.focus,

.btn-dark:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);

	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}



.btn-dark.disabled,

.btn-dark:disabled {

	color: #fff;

	background-color: #343a40;

	border-color: #343a40
}



.btn-dark:not(:disabled):not(.disabled).active,

.btn-dark:not(:disabled):not(.disabled):active,

.show>.btn-dark.dropdown-toggle {

	color: #fff;

	background-color: #1d2124;

	border-color: #171a1d
}



.btn-dark:not(:disabled):not(.disabled).active:focus,

.btn-dark:not(:disabled):not(.disabled):active:focus,

.show>.btn-dark.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);

	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}



.btn-outline-primary {

	color: #000;

	border-color: #000
}



.btn-outline-primary:hover {

	color: #fff;

	background-color: #000;

	border-color: #000
}



.btn-outline-primary.focus,

.btn-outline-primary:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);

	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}



.btn-outline-primary.disabled,

.btn-outline-primary:disabled {

	color: #000;

	background-color: transparent
}



.btn-outline-primary:not(:disabled):not(.disabled).active,

.btn-outline-primary:not(:disabled):not(.disabled):active,

.show>.btn-outline-primary.dropdown-toggle {

	color: #fff;

	background-color: #000;

	border-color: #000
}



.btn-outline-primary:not(:disabled):not(.disabled).active:focus,

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-primary.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);

	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}



.btn-outline-secondary {

	color: #6c757d;

	border-color: #6c757d
}



.btn-outline-secondary:hover {

	color: #fff;

	background-color: #6c757d;

	border-color: #6c757d
}



.btn-outline-secondary.focus,

.btn-outline-secondary:focus {

	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);

	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}



.btn-outline-secondary.disabled,

.btn-outline-secondary:disabled {

	color: #6c757d;

	background-color: transparent
}



.btn-outline-secondary:not(:disabled):not(.disabled).active,

.btn-outline-secondary:not(:disabled):not(.disabled):active,

.show>.btn-outline-secondary.dropdown-toggle {

	color: #fff;

	background-color: #6c757d;

	border-color: #6c757d
}



.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-secondary.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);

	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}



.btn-outline-success {

	color: #28a745;

	border-color: #28a745
}



.btn-outline-success:hover {

	color: #fff;

	background-color: #28a745;

	border-color: #28a745
}



.btn-outline-success.focus,

.btn-outline-success:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);

	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}



.btn-outline-success.disabled,

.btn-outline-success:disabled {

	color: #28a745;

	background-color: transparent
}



.btn-outline-success:not(:disabled):not(.disabled).active,

.btn-outline-success:not(:disabled):not(.disabled):active,

.show>.btn-outline-success.dropdown-toggle {

	color: #fff;

	background-color: #28a745;

	border-color: #28a745
}



.btn-outline-success:not(:disabled):not(.disabled).active:focus,

.btn-outline-success:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-success.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);

	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}



.btn-outline-info {

	color: #17a2b8;

	border-color: #17a2b8
}



.btn-outline-info:hover {

	color: #fff;

	background-color: #17a2b8;

	border-color: #17a2b8
}



.btn-outline-info.focus,

.btn-outline-info:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);

	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}



.btn-outline-info.disabled,

.btn-outline-info:disabled {

	color: #17a2b8;

	background-color: transparent
}



.btn-outline-info:not(:disabled):not(.disabled).active,

.btn-outline-info:not(:disabled):not(.disabled):active,

.show>.btn-outline-info.dropdown-toggle {

	color: #fff;

	background-color: #17a2b8;

	border-color: #17a2b8
}



.btn-outline-info:not(:disabled):not(.disabled).active:focus,

.btn-outline-info:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-info.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);

	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}



.btn-outline-warning {

	color: #ed7b49;

	border-color: #ed7b49
}



.btn-outline-warning:hover {

	color: #212529;

	background-color: #ed7b49;

	border-color: #ed7b49
}



.btn-outline-warning.focus,

.btn-outline-warning:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(237, 123, 73, .5);

	box-shadow: 0 0 0 .2rem rgba(237, 123, 73, .5)
}



.btn-outline-warning.disabled,

.btn-outline-warning:disabled {

	color: #ed7b49;

	background-color: transparent
}



.btn-outline-warning:not(:disabled):not(.disabled).active,

.btn-outline-warning:not(:disabled):not(.disabled):active,

.show>.btn-outline-warning.dropdown-toggle {

	color: #212529;

	background-color: #ed7b49;

	border-color: #ed7b49
}



.btn-outline-warning:not(:disabled):not(.disabled).active:focus,

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-warning.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(237, 123, 73, .5);

	box-shadow: 0 0 0 .2rem rgba(237, 123, 73, .5)
}



.btn-outline-danger {

	color: #dc3545;

	border-color: #dc3545
}



.btn-outline-danger:hover {

	color: #fff;

	background-color: #dc3545;

	border-color: #dc3545
}



.btn-outline-danger.focus,

.btn-outline-danger:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);

	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}



.btn-outline-danger.disabled,

.btn-outline-danger:disabled {

	color: #dc3545;

	background-color: transparent
}



.btn-outline-danger:not(:disabled):not(.disabled).active,

.btn-outline-danger:not(:disabled):not(.disabled):active,

.show>.btn-outline-danger.dropdown-toggle {

	color: #fff;

	background-color: #dc3545;

	border-color: #dc3545
}



.btn-outline-danger:not(:disabled):not(.disabled).active:focus,

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-danger.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);

	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}



.btn-outline-light {

	color: #f8f9fa;

	border-color: #f8f9fa
}



.btn-outline-light:hover {

	color: #212529;

	background-color: #f8f9fa;

	border-color: #f8f9fa
}



.btn-outline-light.focus,

.btn-outline-light:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);

	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}



.btn-outline-light.disabled,

.btn-outline-light:disabled {

	color: #f8f9fa;

	background-color: transparent
}



.btn-outline-light:not(:disabled):not(.disabled).active,

.btn-outline-light:not(:disabled):not(.disabled):active,

.show>.btn-outline-light.dropdown-toggle {

	color: #212529;

	background-color: #f8f9fa;

	border-color: #f8f9fa
}



.btn-outline-light:not(:disabled):not(.disabled).active:focus,

.btn-outline-light:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-light.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);

	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}



.btn-outline-dark {

	color: #343a40;

	border-color: #343a40
}



.btn-outline-dark:hover {

	color: #fff;

	background-color: #343a40;

	border-color: #343a40
}



.btn-outline-dark.focus,

.btn-outline-dark:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);

	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}



.btn-outline-dark.disabled,

.btn-outline-dark:disabled {

	color: #343a40;

	background-color: transparent
}



.btn-outline-dark:not(:disabled):not(.disabled).active,

.btn-outline-dark:not(:disabled):not(.disabled):active,

.show>.btn-outline-dark.dropdown-toggle {

	color: #fff;

	background-color: #343a40;

	border-color: #343a40
}



.btn-outline-dark:not(:disabled):not(.disabled).active:focus,

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,

.show>.btn-outline-dark.dropdown-toggle:focus {

	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);

	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}



.btn-link {

	font-weight: 400
}



.btn-link,

.btn-link:hover {

	color: #000;

	text-decoration: none
}



.btn-link.focus,

.btn-link:focus {

	text-decoration: none;

	-webkit-box-shadow: none;

	box-shadow: none
}



.btn-link.disabled,

.btn-link:disabled {

	color: #6c757d;

	pointer-events: none
}



.btn-lg {

	padding: .5rem 1rem;

	font-size: 1.25rem;

	line-height: 1.5;

	border-radius: .3rem
}



.btn-sm {

	padding: .25rem .5rem;

	font-size: .875rem;

	line-height: 1.5;

	border-radius: .2rem
}



.btn--block,

.btn-block,

.minicart .checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button,

.woocommerce-account .addresses a.edit,

.woocommerce-Addresses a.edit,

.woocommerce-columns--addresses a.edit {

	display: block;

	width: 100%
}



.btn--block+.btn--block,

.btn--block+.btn-block,

.btn-block+.btn--block,

.btn-block+.btn-block,

.minicart .btn--block+.checkout,

.minicart .btn-block+.checkout,

.minicart .checkout+.btn--block,

.minicart .checkout+.btn-block,

.minicart .checkout+.checkout,

.minicart .woocommerce-account .addresses .checkout+a.edit,

.minicart .woocommerce-account .addresses a.edit+.checkout,

.minicart .woocommerce-Addresses .checkout+a.edit,

.minicart .woocommerce-Addresses a.edit+.checkout,

.minicart .woocommerce-columns--addresses .checkout+a.edit,

.minicart .woocommerce-columns--addresses a.edit+.checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .btn--block+.button,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .btn-block+.button,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button+.btn--block,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button+.btn-block,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button+.button,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button+.checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .checkout+.button,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .woocommerce-account .addresses .button+a.edit,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .woocommerce-account .addresses a.edit+.button,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .woocommerce-Addresses .button+a.edit,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .woocommerce-Addresses a.edit+.button,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .woocommerce-columns--addresses .button+a.edit,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .woocommerce-columns--addresses a.edit+.button,

.woocommerce-account .addresses .btn--block+a.edit,

.woocommerce-account .addresses .btn-block+a.edit,

.woocommerce-account .addresses .minicart .checkout+a.edit,

.woocommerce-account .addresses .minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button+a.edit,

.woocommerce-account .addresses .minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) a.edit+.button,

.woocommerce-account .addresses .minicart a.edit+.checkout,

.woocommerce-account .addresses a.edit+.btn--block,

.woocommerce-account .addresses a.edit+.btn-block,

.woocommerce-account .addresses a.edit+a.edit,

.woocommerce-Addresses .btn--block+a.edit,

.woocommerce-Addresses .btn-block+a.edit,

.woocommerce-Addresses .minicart .checkout+a.edit,

.woocommerce-Addresses .minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button+a.edit,

.woocommerce-Addresses .minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) a.edit+.button,

.woocommerce-Addresses .minicart a.edit+.checkout,

.woocommerce-Addresses a.edit+.btn--block,

.woocommerce-Addresses a.edit+.btn-block,

.woocommerce-Addresses a.edit+a.edit,

.woocommerce-columns--addresses .btn--block+a.edit,

.woocommerce-columns--addresses .btn-block+a.edit,

.woocommerce-columns--addresses .minicart .checkout+a.edit,

.woocommerce-columns--addresses .minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button+a.edit,

.woocommerce-columns--addresses .minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) a.edit+.button,

.woocommerce-columns--addresses .minicart a.edit+.checkout,

.woocommerce-columns--addresses a.edit+.btn--block,

.woocommerce-columns--addresses a.edit+.btn-block,

.woocommerce-columns--addresses a.edit+a.edit {

	margin-top: .5rem
}



.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) input.button[type=button],

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) input.button[type=reset],

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) input.button[type=submit],

.minicart input.checkout[type=button],

.minicart input.checkout[type=reset],

.minicart input.checkout[type=submit],

input.btn--block[type=button],

input.btn--block[type=reset],

input.btn--block[type=submit],

input[type=button].btn-block,

input[type=reset].btn-block,

input[type=submit].btn-block {

	width: 100%
}



.fade {

	-webkit-transition: opacity .15s linear;

	-o-transition: opacity .15s linear;

	transition: opacity .15s linear
}



@media (prefers-reduced-motion:reduce) {

	.fade {

		-webkit-transition: none;

		-o-transition: none;

		transition: none
	}

}



.fade:not(.show) {

	opacity: 0
}



.collapse:not(.show) {

	display: none
}



.collapsing {

	position: relative;

	height: 0;

	overflow: hidden;

	-webkit-transition: height .35s ease;

	-o-transition: height .35s ease;

	transition: height .35s ease
}



@media (prefers-reduced-motion:reduce) {

	.collapsing {

		-webkit-transition: none;

		-o-transition: none;

		transition: none
	}

}



#shipping_method li,

.custom-control,

.mailchimp-form__terms,

.product-main .variations .select_option_label,

.wc_payment_method,

.woocommerce-form__label-for-checkbox,

label.checkbox {

	position: relative;

	display: block;

	min-height: 1.5rem;

	padding-left: 2.35rem
}



.custom-control-inline {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	margin-right: 1rem
}



#shipping_method li input:not([type=hidden]),

.custom-control-input,

.mailchimp-form__terms input,

.wc_payment_method>input,

.woocommerce-form__label-for-checkbox>input,

label.checkbox>input {

	position: absolute;

	z-index: -1;

	opacity: 0
}



#shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

#shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li input:checked:not([type=hidden])+label:before,

#shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

.custom-control-input:checked~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms .custom-control-input:checked~label:before,

.mailchimp-form__terms .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:before,

.mailchimp-form__terms input:checked~.custom-control-label:before,

.mailchimp-form__terms input:checked~label:before,

.mailchimp-form__terms label.checkbox>input:checked+span:before,

.mailchimp-form__terms label.checkbox>input:checked~input+span:before,

.mailchimp-form__terms label.checkbox>input:checked~label:before,

.product-list-sidebar #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar .wc_payment_method>input:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar label.checkbox>input:checked~a:before,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

.wc_payment_method>.custom-control-input:checked~input+label:before,

.wc_payment_method>input:checked+label:before,

.wc_payment_method>input:checked~.custom-control-label:before,

.wc_payment_method>input:checked~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

.woocommerce-form__label-for-checkbox>input:checked+span:before,

.woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

label.checkbox>.custom-control-input:checked~input+span:before,

label.checkbox>input:checked+span:before,

label.checkbox>input:checked~.custom-control-label:before,

label.checkbox>input:checked~input+span:before {

	color: #fff;

	border-color: #000;

	background-color: #000
}



#shipping_method .archive-shop__sidebar ul li input:focus:not([type=hidden])~a:before,

#shipping_method li .custom-control-input:focus~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:focus:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:focus~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input:focus:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input:focus:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .wc_payment_method>input:focus:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input:focus:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input:focus~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:focus:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:focus:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:focus:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:focus~input:not([type=hidden])+label:before,

#shipping_method li input:focus:not([type=hidden])+label:before,

#shipping_method li input:focus:not([type=hidden])~.custom-control-label:before,

#shipping_method li input:focus:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:focus:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:focus:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:focus:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:focus~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li input:focus:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input:focus~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input:focus~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input:focus~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:focus~a:before,

.archive-shop__sidebar ul li label.checkbox>input:focus~a:before,

.custom-control-input:focus~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:focus:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:focus~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input:focus~a:before,

.mailchimp-form__terms .custom-control-input:focus~label:before,

.mailchimp-form__terms .product-list-sidebar input:focus~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:focus~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method>input:focus+label:before,

.mailchimp-form__terms .wc_payment_method>input:focus~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:focus~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:focus+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:focus~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:focus~label:before,

.mailchimp-form__terms input:focus~.custom-control-label:before,

.mailchimp-form__terms input:focus~label:before,

.mailchimp-form__terms label.checkbox>input:focus+span:before,

.mailchimp-form__terms label.checkbox>input:focus~input+span:before,

.mailchimp-form__terms label.checkbox>input:focus~label:before,

.product-list-sidebar #shipping_method li input:focus:not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input:focus~a:before,

.product-list-sidebar .mailchimp-form__terms input:focus~a:before,

.product-list-sidebar .wc_payment_method>input:focus~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:focus~a:before,

.product-list-sidebar label.checkbox>input:focus~a:before,

.product-main .variations .select_option_label #shipping_method li input:focus:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:focus~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:focus~.yith_wccl_value:before,

.wc_payment_method>.custom-control-input:focus~input+label:before,

.wc_payment_method>input:focus+label:before,

.wc_payment_method>input:focus~.custom-control-label:before,

.wc_payment_method>input:focus~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input:focus~input+span:before,

.woocommerce-form__label-for-checkbox>input:focus+span:before,

.woocommerce-form__label-for-checkbox>input:focus~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input:focus~input+span:before,

label.checkbox>.custom-control-input:focus~input+span:before,

label.checkbox>input:focus+span:before,

label.checkbox>input:focus~.custom-control-label:before,

label.checkbox>input:focus~input+span:before {

	-webkit-box-shadow: 0;

	box-shadow: 0
}



#shipping_method .archive-shop__sidebar ul li input:focus:not(:checked):not([type=hidden])~a:before,

#shipping_method li .custom-control-input:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:focus:not(:checked):not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input:focus:not(:checked):not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .wc_payment_method>input:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input:focus:not(:checked):not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:focus:not(:checked):not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:focus:not(:checked):not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:focus:not(:checked)~input:not([type=hidden])+label:before,

#shipping_method li input:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li input:focus:not(:checked):not([type=hidden])~.custom-control-label:before,

#shipping_method li input:focus:not(:checked):not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:focus:not(:checked):not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:focus:not(:checked):not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:focus:not(:checked):not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:focus:not(:checked)~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li input:focus:not(:checked):not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:focus:not(:checked)~a:before,

.archive-shop__sidebar ul li label.checkbox>input:focus:not(:checked)~a:before,

.custom-control-input:focus:not(:checked)~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:focus:not(:checked):not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:focus:not(:checked)~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input:focus:not(:checked)~a:before,

.mailchimp-form__terms .custom-control-input:focus:not(:checked)~label:before,

.mailchimp-form__terms .product-list-sidebar input:focus:not(:checked)~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:focus:not(:checked)~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method>input:focus:not(:checked)+label:before,

.mailchimp-form__terms .wc_payment_method>input:focus:not(:checked)~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:focus:not(:checked)~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:focus:not(:checked)+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:focus:not(:checked)~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:focus:not(:checked)~label:before,

.mailchimp-form__terms input:focus:not(:checked)~.custom-control-label:before,

.mailchimp-form__terms input:focus:not(:checked)~label:before,

.mailchimp-form__terms label.checkbox>input:focus:not(:checked)+span:before,

.mailchimp-form__terms label.checkbox>input:focus:not(:checked)~input+span:before,

.mailchimp-form__terms label.checkbox>input:focus:not(:checked)~label:before,

.product-list-sidebar #shipping_method li input:focus:not(:checked):not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input:focus:not(:checked)~a:before,

.product-list-sidebar .mailchimp-form__terms input:focus:not(:checked)~a:before,

.product-list-sidebar .wc_payment_method>input:focus:not(:checked)~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:focus:not(:checked)~a:before,

.product-list-sidebar label.checkbox>input:focus:not(:checked)~a:before,

.product-main .variations .select_option_label #shipping_method li input:focus:not(:checked):not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:focus:not(:checked)~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:focus:not(:checked)~.yith_wccl_value:before,

.wc_payment_method>.custom-control-input:focus:not(:checked)~input+label:before,

.wc_payment_method>input:focus:not(:checked)+label:before,

.wc_payment_method>input:focus:not(:checked)~.custom-control-label:before,

.wc_payment_method>input:focus:not(:checked)~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input:focus:not(:checked)~input+span:before,

.woocommerce-form__label-for-checkbox>input:focus:not(:checked)+span:before,

.woocommerce-form__label-for-checkbox>input:focus:not(:checked)~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input:focus:not(:checked)~input+span:before,

label.checkbox>.custom-control-input:focus:not(:checked)~input+span:before,

label.checkbox>input:focus:not(:checked)+span:before,

label.checkbox>input:focus:not(:checked)~.custom-control-label:before,

label.checkbox>input:focus:not(:checked)~input+span:before {

	border-color: #404040
}



#shipping_method .archive-shop__sidebar ul li input:not(:disabled):active:not([type=hidden])~a:before,

#shipping_method li .custom-control-input:not(:disabled):active~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:not(:disabled):active:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:not(:disabled):active~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input:not(:disabled):active:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input:not(:disabled):active:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .wc_payment_method>input:not(:disabled):active:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input:not(:disabled):active:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input:not(:disabled):active~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:not(:disabled):active:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:not(:disabled):active:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:not(:disabled):active:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:not(:disabled):active~input:not([type=hidden])+label:before,

#shipping_method li input:not(:disabled):active:not([type=hidden])+label:before,

#shipping_method li input:not(:disabled):active:not([type=hidden])~.custom-control-label:before,

#shipping_method li input:not(:disabled):active:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:not(:disabled):active:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:not(:disabled):active:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:not(:disabled):active:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:not(:disabled):active~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li input:not(:disabled):active:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input:not(:disabled):active~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input:not(:disabled):active~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input:not(:disabled):active~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:not(:disabled):active~a:before,

.archive-shop__sidebar ul li label.checkbox>input:not(:disabled):active~a:before,

.custom-control-input:not(:disabled):active~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:not(:disabled):active:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:not(:disabled):active~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input:not(:disabled):active~a:before,

.mailchimp-form__terms .custom-control-input:not(:disabled):active~label:before,

.mailchimp-form__terms .product-list-sidebar input:not(:disabled):active~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:not(:disabled):active~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method>input:not(:disabled):active+label:before,

.mailchimp-form__terms .wc_payment_method>input:not(:disabled):active~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:not(:disabled):active~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:not(:disabled):active+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:not(:disabled):active~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:not(:disabled):active~label:before,

.mailchimp-form__terms input:not(:disabled):active~.custom-control-label:before,

.mailchimp-form__terms input:not(:disabled):active~label:before,

.mailchimp-form__terms label.checkbox>input:not(:disabled):active+span:before,

.mailchimp-form__terms label.checkbox>input:not(:disabled):active~input+span:before,

.mailchimp-form__terms label.checkbox>input:not(:disabled):active~label:before,

.product-list-sidebar #shipping_method li input:not(:disabled):active:not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input:not(:disabled):active~a:before,

.product-list-sidebar .mailchimp-form__terms input:not(:disabled):active~a:before,

.product-list-sidebar .wc_payment_method>input:not(:disabled):active~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:not(:disabled):active~a:before,

.product-list-sidebar label.checkbox>input:not(:disabled):active~a:before,

.product-main .variations .select_option_label #shipping_method li input:not(:disabled):active:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input:not(:disabled):active~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:not(:disabled):active~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input:not(:disabled):active~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:not(:disabled):active~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:not(:disabled):active~.yith_wccl_value:before,

.wc_payment_method>.custom-control-input:not(:disabled):active~input+label:before,

.wc_payment_method>input:not(:disabled):active+label:before,

.wc_payment_method>input:not(:disabled):active~.custom-control-label:before,

.wc_payment_method>input:not(:disabled):active~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input:not(:disabled):active~input+span:before,

.woocommerce-form__label-for-checkbox>input:not(:disabled):active+span:before,

.woocommerce-form__label-for-checkbox>input:not(:disabled):active~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input:not(:disabled):active~input+span:before,

label.checkbox>.custom-control-input:not(:disabled):active~input+span:before,

label.checkbox>input:not(:disabled):active+span:before,

label.checkbox>input:not(:disabled):active~.custom-control-label:before,

label.checkbox>input:not(:disabled):active~input+span:before {

	color: #fff;

	background-color: #595959;

	border-color: #595959
}



#shipping_method .archive-shop__sidebar ul li input:disabled:not([type=hidden])~a,

#shipping_method li .custom-control-input:disabled~input:not([type=hidden])+label,

#shipping_method li .mailchimp-form__terms input:disabled:not([type=hidden])~label,

#shipping_method li .mailchimp-form__terms input:disabled~input:not([type=hidden])+label,

#shipping_method li .product-list-sidebar input:disabled:not([type=hidden])~a,

#shipping_method li .product-main .variations .select_option_label input:disabled:not([type=hidden])~.yith_wccl_value,

#shipping_method li .wc_payment_method>input:disabled:not([type=hidden])+label,

#shipping_method li .wc_payment_method>input:disabled:not([type=hidden])~input+label,

#shipping_method li .wc_payment_method>input:disabled~input:not([type=hidden])+label,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:not([type=hidden])+label,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:not([type=hidden])+span,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:not([type=hidden])~input+span,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled~input:not([type=hidden])+label,

#shipping_method li input:disabled:not([type=hidden])+label,

#shipping_method li input:disabled:not([type=hidden])~.custom-control-label,

#shipping_method li input:disabled:not([type=hidden])~input:not([type=hidden])+label,

#shipping_method li label.checkbox>input:disabled:not([type=hidden])+label,

#shipping_method li label.checkbox>input:disabled:not([type=hidden])+span,

#shipping_method li label.checkbox>input:disabled:not([type=hidden])~input+span,

#shipping_method li label.checkbox>input:disabled~input:not([type=hidden])+label,

.archive-shop__sidebar ul #shipping_method li input:disabled:not([type=hidden])~a,

.archive-shop__sidebar ul li .custom-control-input:disabled~a,

.archive-shop__sidebar ul li .mailchimp-form__terms input:disabled~a,

.archive-shop__sidebar ul li .wc_payment_method>input:disabled~a,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled~a,

.archive-shop__sidebar ul li label.checkbox>input:disabled~a,

.custom-control-input:disabled~.custom-control-label,

.mailchimp-form__terms #shipping_method li input:disabled:not([type=hidden])~label,

.mailchimp-form__terms #shipping_method li input:disabled~input:not([type=hidden])+label,

.mailchimp-form__terms .archive-shop__sidebar ul li input:disabled~a,

.mailchimp-form__terms .custom-control-input:disabled~label,

.mailchimp-form__terms .product-list-sidebar input:disabled~a,

.mailchimp-form__terms .product-main .variations .select_option_label input:disabled~.yith_wccl_value,

.mailchimp-form__terms .wc_payment_method>input:disabled+label,

.mailchimp-form__terms .wc_payment_method>input:disabled~input+label,

.mailchimp-form__terms .wc_payment_method>input:disabled~label,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled+span,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled~input+span,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled~label,

.mailchimp-form__terms input:disabled~.custom-control-label,

.mailchimp-form__terms input:disabled~label,

.mailchimp-form__terms label.checkbox>input:disabled+span,

.mailchimp-form__terms label.checkbox>input:disabled~input+span,

.mailchimp-form__terms label.checkbox>input:disabled~label,

.product-list-sidebar #shipping_method li input:disabled:not([type=hidden])~a,

.product-list-sidebar .custom-control-input:disabled~a,

.product-list-sidebar .mailchimp-form__terms input:disabled~a,

.product-list-sidebar .wc_payment_method>input:disabled~a,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled~a,

.product-list-sidebar label.checkbox>input:disabled~a,

.product-main .variations .select_option_label #shipping_method li input:disabled:not([type=hidden])~.yith_wccl_value,

.product-main .variations .select_option_label .custom-control-input:disabled~.yith_wccl_value,

.product-main .variations .select_option_label .mailchimp-form__terms input:disabled~.yith_wccl_value,

.product-main .variations .select_option_label .wc_payment_method>input:disabled~.yith_wccl_value,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled~.yith_wccl_value,

.product-main .variations .select_option_label label.checkbox>input:disabled~.yith_wccl_value,

.wc_payment_method>.custom-control-input:disabled~input+label,

.wc_payment_method>input:disabled+label,

.wc_payment_method>input:disabled~.custom-control-label,

.wc_payment_method>input:disabled~input+label,

.woocommerce-form__label-for-checkbox>.custom-control-input:disabled~input+span,

.woocommerce-form__label-for-checkbox>input:disabled+span,

.woocommerce-form__label-for-checkbox>input:disabled~.custom-control-label,

.woocommerce-form__label-for-checkbox>input:disabled~input+span,

label.checkbox>.custom-control-input:disabled~input+span,

label.checkbox>input:disabled+span,

label.checkbox>input:disabled~.custom-control-label,

label.checkbox>input:disabled~input+span {

	color: #6c757d
}



#shipping_method .archive-shop__sidebar ul li input:disabled:not([type=hidden])~a:before,

#shipping_method li .custom-control-input:disabled~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:disabled:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:disabled~input:not([type=hidden])+label:before,

#shipping_method li .product-list-sidebar input:disabled:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label input:disabled:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .wc_payment_method>input:disabled:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input:disabled:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input:disabled~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled~input:not([type=hidden])+label:before,

#shipping_method li input:disabled:not([type=hidden])+label:before,

#shipping_method li input:disabled:not([type=hidden])~.custom-control-label:before,

#shipping_method li input:disabled:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:disabled:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:disabled:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:disabled:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:disabled~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li input:disabled:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-control-input:disabled~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input:disabled~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input:disabled~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled~a:before,

.archive-shop__sidebar ul li label.checkbox>input:disabled~a:before,

.custom-control-input:disabled~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:disabled:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:disabled~input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input:disabled~a:before,

.mailchimp-form__terms .custom-control-input:disabled~label:before,

.mailchimp-form__terms .product-list-sidebar input:disabled~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:disabled~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method>input:disabled+label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled~label:before,

.mailchimp-form__terms input:disabled~.custom-control-label:before,

.mailchimp-form__terms input:disabled~label:before,

.mailchimp-form__terms label.checkbox>input:disabled+span:before,

.mailchimp-form__terms label.checkbox>input:disabled~input+span:before,

.mailchimp-form__terms label.checkbox>input:disabled~label:before,

.product-list-sidebar #shipping_method li input:disabled:not([type=hidden])~a:before,

.product-list-sidebar .custom-control-input:disabled~a:before,

.product-list-sidebar .mailchimp-form__terms input:disabled~a:before,

.product-list-sidebar .wc_payment_method>input:disabled~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled~a:before,

.product-list-sidebar label.checkbox>input:disabled~a:before,

.product-main .variations .select_option_label #shipping_method li input:disabled:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-control-input:disabled~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:disabled~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input:disabled~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:disabled~.yith_wccl_value:before,

.wc_payment_method>.custom-control-input:disabled~input+label:before,

.wc_payment_method>input:disabled+label:before,

.wc_payment_method>input:disabled~.custom-control-label:before,

.wc_payment_method>input:disabled~input+label:before,

.woocommerce-form__label-for-checkbox>.custom-control-input:disabled~input+span:before,

.woocommerce-form__label-for-checkbox>input:disabled+span:before,

.woocommerce-form__label-for-checkbox>input:disabled~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input:disabled~input+span:before,

label.checkbox>.custom-control-input:disabled~input+span:before,

label.checkbox>input:disabled+span:before,

label.checkbox>input:disabled~.custom-control-label:before,

label.checkbox>input:disabled~input+span:before {

	background-color: #e9ecef
}



#shipping_method li input:not([type=hidden])+label,

.archive-shop__sidebar ul li a,

.custom-control-label,

.mailchimp-form__terms label,

.product-list-sidebar a,

.product-main .variations .select_option_label .yith_wccl_value,

.wc_payment_method>input+label,

.woocommerce-form__label-for-checkbox>input+span,

label.checkbox>input+span {

	position: relative;

	margin-bottom: 0;

	vertical-align: top
}



#shipping_method li input:not([type=hidden])+label:before,

.archive-shop__sidebar ul li a:before,

.custom-control-label:before,

.mailchimp-form__terms label:before,

.product-list-sidebar a:before,

.product-main .variations .select_option_label .yith_wccl_value:before,

.wc_payment_method>input+label:before,

.woocommerce-form__label-for-checkbox>input+span:before,

label.checkbox>input+span:before {

	position: absolute;

	top: .125rem;

	left: -2.35rem;

	display: block;

	width: 1.25rem;

	height: 1.25rem;

	pointer-events: none;

	content: "";

	background-color: transparent;

	border: 0 solid #adb5bd
}



#shipping_method li input:not([type=hidden])+label:after,

.archive-shop__sidebar ul li a:after,

.custom-control-label:after,

.mailchimp-form__terms label:after,

.product-list-sidebar a:after,

.product-main .variations .select_option_label .yith_wccl_value:after,

.wc_payment_method>input+label:after,

.woocommerce-form__label-for-checkbox>input+span:after,

label.checkbox>input+span:after {

	position: absolute;

	top: .125rem;

	left: -2.35rem;

	display: block;

	width: 1.25rem;

	height: 1.25rem;

	content: "";

	background: no-repeat 50%/50% 50%
}



#shipping_method li .custom-checkbox input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:not([type=hidden])+label:before,

#shipping_method li label.checkbox input:not([type=hidden])+label:before,

.archive-shop__sidebar ul li .custom-checkbox a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox a:before,

.archive-shop__sidebar ul li label.checkbox a:before,

.custom-checkbox #shipping_method li input:not([type=hidden])+label:before,

.custom-checkbox .archive-shop__sidebar ul li a:before,

.custom-checkbox .custom-control-label:before,

.custom-checkbox .mailchimp-form__terms label:before,

.custom-checkbox .product-list-sidebar a:before,

.custom-checkbox .product-main .variations .select_option_label .yith_wccl_value:before,

.custom-checkbox .wc_payment_method>input+label:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input+span:before,

.custom-checkbox label.checkbox>input+span:before,

.mailchimp-form__terms #shipping_method li input:not([type=hidden])+label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li a:before,

.mailchimp-form__terms .custom-checkbox label:before,

.mailchimp-form__terms .custom-control-label:before,

.mailchimp-form__terms .product-list-sidebar a:before,

.mailchimp-form__terms .product-main .variations .select_option_label .yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input+span:before,

.mailchimp-form__terms label.checkbox>input+span:before,

.mailchimp-form__terms label:before,

.product-list-sidebar .custom-checkbox a:before,

.product-list-sidebar .mailchimp-form__terms a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox a:before,

.product-list-sidebar label.checkbox a:before,

.product-main .variations .select_option_label .custom-checkbox .yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li a:before,

.woocommerce-form__label-for-checkbox .custom-control-label:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar a:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input+label:before,

.woocommerce-form__label-for-checkbox>input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input+span:before,

label.checkbox #shipping_method li input:not([type=hidden])+label:before,

label.checkbox .archive-shop__sidebar ul li a:before,

label.checkbox .custom-control-label:before,

label.checkbox .product-list-sidebar a:before,

label.checkbox .product-main .variations .select_option_label .yith_wccl_value:before,

label.checkbox .wc_payment_method>input+label:before,

label.checkbox .woocommerce-form__label-for-checkbox>input+span:before,

label.checkbox>input+span:before {

	border-radius: 0
}



#shipping_method .archive-shop__sidebar ul li .custom-checkbox input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li label.checkbox input:checked:not([type=hidden])~a:after,

#shipping_method li .custom-checkbox .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .custom-checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .custom-checkbox .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .custom-checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .custom-checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .custom-checkbox label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .custom-checkbox label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li label.checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li label.checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li label.checkbox .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li label.checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li label.checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.archive-shop__sidebar ul #shipping_method li .custom-checkbox input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li label.checkbox input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .custom-checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul label.checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul li .custom-checkbox .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .custom-checkbox .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .custom-checkbox .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .custom-checkbox label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-checkbox input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li label.checkbox .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li label.checkbox .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li label.checkbox .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li label.checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.custom-checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.custom-checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.custom-checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.custom-checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.custom-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.custom-checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.custom-checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.custom-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.custom-checkbox #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.custom-checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.custom-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.custom-checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.custom-checkbox .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.custom-checkbox .custom-control-input:checked~.custom-control-label:after,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.custom-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.custom-checkbox .mailchimp-form__terms .custom-control-input:checked~label:after,

.custom-checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.custom-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.custom-checkbox .mailchimp-form__terms input:checked~.custom-control-label:after,

.custom-checkbox .mailchimp-form__terms input:checked~label:after,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:checked+span:after,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:checked~label:after,

.custom-checkbox .product-list-sidebar .custom-control-input:checked~a:after,

.custom-checkbox .product-list-sidebar .wc_payment_method>input:checked~a:after,

.custom-checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.custom-checkbox .product-list-sidebar label.checkbox>input:checked~a:after,

.custom-checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.custom-checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.custom-checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.custom-checkbox .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.custom-checkbox .wc_payment_method>.custom-control-input:checked~input+label:after,

.custom-checkbox .wc_payment_method>input.custom-control-input:checked+label:after,

.custom-checkbox .wc_payment_method>input:checked+label:after,

.custom-checkbox .wc_payment_method>input:checked~.custom-control-label:after,

.custom-checkbox .wc_payment_method>input:checked~input+label:after,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-checkbox label.checkbox.wc_payment_method>input:checked+span:after,

.custom-checkbox label.checkbox.wc_payment_method>input:checked~input+span:after,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-checkbox label.checkbox>.custom-control-input:checked~input+span:after,

.custom-checkbox label.checkbox>input.custom-control-input:checked+span:after,

.custom-checkbox label.checkbox>input:checked+span:after,

.custom-checkbox label.checkbox>input:checked~.custom-control-label:after,

.custom-checkbox label.checkbox>input:checked~input+span:after,

.custom-checkbox label.wc_payment_method.checkbox>input:checked+label:after,

.custom-checkbox label.wc_payment_method.checkbox>input:checked~input+label:after,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.mailchimp-form__terms #shipping_method li .custom-checkbox input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li label.checkbox input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-checkbox .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .custom-checkbox .custom-control-input:checked~label:after,

.mailchimp-form__terms .custom-checkbox .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .custom-checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .custom-checkbox input:checked~.custom-control-label:after,

.mailchimp-form__terms .custom-checkbox input:checked~label:after,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:checked+span:after,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:checked~label:after,

.mailchimp-form__terms .custom-control-input:checked~.custom-control-label:after,

.mailchimp-form__terms .custom-control-input:checked~label:after,

.mailchimp-form__terms .product-list-sidebar .custom-control-input:checked~a:after,

.mailchimp-form__terms .product-list-sidebar .wc_payment_method>input:checked~a:after,

.mailchimp-form__terms .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .product-list-sidebar label.checkbox>input:checked~a:after,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.mailchimp-form__terms .wc_payment_method>.custom-control-input:checked~input+label:after,

.mailchimp-form__terms .wc_payment_method>input.custom-control-input:checked+label:after,

.mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .wc_payment_method>input:checked~.custom-control-label:after,

.mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .custom-control-input:checked~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:checked~label:after,

.mailchimp-form__terms input:checked~.custom-control-label:after,

.mailchimp-form__terms input:checked~label:after,

.mailchimp-form__terms label.checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms label.checkbox #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms label.checkbox #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms label.checkbox .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms label.checkbox .custom-control-input:checked~label:after,

.mailchimp-form__terms label.checkbox .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms label.checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:checked+span:after,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:checked~input+span:after,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms label.checkbox>.custom-control-input:checked~input+span:after,

.mailchimp-form__terms label.checkbox>input.custom-control-input:checked+span:after,

.mailchimp-form__terms label.checkbox>input:checked+span:after,

.mailchimp-form__terms label.checkbox>input:checked~.custom-control-label:after,

.mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms label.checkbox>input:checked~label:after,

.mailchimp-form__terms label.checkbox input:checked~.custom-control-label:after,

.mailchimp-form__terms label.checkbox input:checked~label:after,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:checked+label:after,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:checked~input+label:after,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.product-list-sidebar #shipping_method li .custom-checkbox input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li label.checkbox input:checked:not([type=hidden])~a:after,

.product-list-sidebar .custom-checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .custom-checkbox .custom-control-input:checked~a:after,

.product-list-sidebar .custom-checkbox .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .custom-checkbox .wc_payment_method>input:checked~a:after,

.product-list-sidebar .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .custom-checkbox label.checkbox>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .mailchimp-form__terms .custom-checkbox input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .custom-control-input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms label.checkbox>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms label.checkbox input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox .custom-control-input:checked~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox label.checkbox>input:checked~a:after,

.product-list-sidebar label.checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar label.checkbox .custom-control-input:checked~a:after,

.product-list-sidebar label.checkbox .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar label.checkbox .wc_payment_method>input:checked~a:after,

.product-list-sidebar label.checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar label.checkbox>input:checked~a:after,

.product-main .variations .select_option_label #shipping_method li .custom-checkbox input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-checkbox input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .custom-control-input:checked~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .custom-control-input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .wc_payment_method>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>.custom-control-input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input.custom-control-input:checked+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .mailchimp-form__terms label.checkbox>input:checked~label:after,

.woocommerce-checkout .checkout-login-form-wrap .product-list-sidebar label.checkbox>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input.custom-control-input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:checked+label:after,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .custom-control-input:checked~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .custom-control-input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .wc_payment_method>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>.custom-control-input:checked~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input.custom-control-input:checked+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .mailchimp-form__terms label.checkbox>input:checked~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .product-list-sidebar label.checkbox>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input.custom-control-input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:checked+label:after,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:checked~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.woocommerce-form__label-for-checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.woocommerce-form__label-for-checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.woocommerce-form__label-for-checkbox .custom-control-input:checked~.custom-control-label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .custom-control-input:checked~label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~.custom-control-label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:checked+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:checked~label:after,

.woocommerce-form__label-for-checkbox .product-list-sidebar .custom-control-input:checked~a:after,

.woocommerce-form__label-for-checkbox .product-list-sidebar .wc_payment_method>input:checked~a:after,

.woocommerce-form__label-for-checkbox .product-list-sidebar label.checkbox>input:checked~a:after,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>.custom-control-input:checked~input+label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input.custom-control-input:checked+label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:checked+label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~.custom-control-label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~input+label:after,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>input.custom-control-input:checked+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>input:checked+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>input:checked~.custom-control-label:after,

.woocommerce-form__label-for-checkbox label.checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:checked+label:after,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:checked~input+label:after,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

label.checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

label.checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

label.checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

label.checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

label.checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

label.checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

label.checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

label.checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

label.checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

label.checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

label.checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

label.checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

label.checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

label.checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

label.checkbox .custom-control-input:checked~.custom-control-label:after,

label.checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

label.checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

label.checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

label.checkbox .mailchimp-form__terms .custom-control-input:checked~label:after,

label.checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

label.checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

label.checkbox .mailchimp-form__terms input:checked~.custom-control-label:after,

label.checkbox .mailchimp-form__terms input:checked~label:after,

label.checkbox .mailchimp-form__terms label.checkbox>input:checked+span:after,

label.checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

label.checkbox .product-list-sidebar .custom-control-input:checked~a:after,

label.checkbox .product-list-sidebar .wc_payment_method>input:checked~a:after,

label.checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

label.checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

label.checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

label.checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

label.checkbox .wc_payment_method>.custom-control-input:checked~input+label:after,

label.checkbox .wc_payment_method>input.custom-control-input:checked+label:after,

label.checkbox .wc_payment_method>input:checked+label:after,

label.checkbox .wc_payment_method>input:checked~.custom-control-label:after,

label.checkbox .wc_payment_method>input:checked~input+label:after,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

label.checkbox>.custom-control-input:checked~input+span:after,

label.checkbox>input.custom-control-input:checked+span:after,

label.checkbox>input:checked+span:after,

label.checkbox>input:checked~.custom-control-label:after,

label.checkbox>input:checked~input+span:after,

label.checkbox label.checkbox.wc_payment_method>input:checked+span:after,

label.checkbox label.checkbox.wc_payment_method>input:checked~input+span:after,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

label.wc_payment_method.checkbox>input:checked+label:after,

label.wc_payment_method.checkbox>input:checked~input+label:after,

label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after {

	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}



#shipping_method .archive-shop__sidebar ul li .custom-checkbox input:indeterminate:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:indeterminate:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li label.checkbox input:indeterminate:not([type=hidden])~a:before,

#shipping_method li .custom-checkbox .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

#shipping_method li .custom-checkbox .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input.custom-control-input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox label.checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox label.checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li .custom-checkbox label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .custom-checkbox label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.custom-control-input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input.custom-control-input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input.custom-control-input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

#shipping_method li .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input.custom-control-input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

#shipping_method li label.checkbox .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li label.checkbox .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li label.checkbox .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox input.custom-control-input:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox input:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox input:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li label.checkbox input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li label.checkbox input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul .custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-checkbox .custom-control-input:indeterminate~a:before,

.archive-shop__sidebar ul li .custom-checkbox .mailchimp-form__terms input:indeterminate~a:before,

.archive-shop__sidebar ul li .custom-checkbox .wc_payment_method>input:indeterminate~a:before,

.archive-shop__sidebar ul li .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li .custom-checkbox label.checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-checkbox input:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-control-input:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method>input:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li label.checkbox .custom-control-input:indeterminate~a:before,

.archive-shop__sidebar ul li label.checkbox .mailchimp-form__terms input:indeterminate~a:before,

.archive-shop__sidebar ul li label.checkbox .wc_payment_method>input:indeterminate~a:before,

.archive-shop__sidebar ul li label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:before,

.custom-checkbox #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:before,

.custom-checkbox #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

.custom-checkbox #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

.custom-checkbox #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:before,

.custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:before,

.custom-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

.custom-checkbox #shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

.custom-checkbox .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:before,

.custom-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:before,

.custom-checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.custom-checkbox .archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:before,

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

.custom-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:before,

.custom-checkbox .mailchimp-form__terms .custom-control-input:indeterminate~label:before,

.custom-checkbox .mailchimp-form__terms .product-list-sidebar input:indeterminate~a:before,

.custom-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate+label:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~label:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~label:before,

.custom-checkbox .mailchimp-form__terms input:indeterminate~.custom-control-label:before,

.custom-checkbox .mailchimp-form__terms input:indeterminate~label:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate+span:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~input+span:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~label:before,

.custom-checkbox .product-list-sidebar .custom-control-input:indeterminate~a:before,

.custom-checkbox .product-list-sidebar .wc_payment_method>input:indeterminate~a:before,

.custom-checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.custom-checkbox .product-list-sidebar label.checkbox>input:indeterminate~a:before,

.custom-checkbox .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:before,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:before,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:before,

.custom-checkbox .wc_payment_method>.custom-control-input:indeterminate~input+label:before,

.custom-checkbox .wc_payment_method>input.custom-control-input:indeterminate+label:before,

.custom-checkbox .wc_payment_method>input:indeterminate+label:before,

.custom-checkbox .wc_payment_method>input:indeterminate~.custom-control-label:before,

.custom-checkbox .wc_payment_method>input:indeterminate~input+label:before,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.custom-checkbox label.checkbox.wc_payment_method>input:indeterminate+span:before,

.custom-checkbox label.checkbox.wc_payment_method>input:indeterminate~input+span:before,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.custom-checkbox label.checkbox>.custom-control-input:indeterminate~input+span:before,

.custom-checkbox label.checkbox>input.custom-control-input:indeterminate+span:before,

.custom-checkbox label.checkbox>input:indeterminate+span:before,

.custom-checkbox label.checkbox>input:indeterminate~.custom-control-label:before,

.custom-checkbox label.checkbox>input:indeterminate~input+span:before,

.custom-checkbox label.wc_payment_method.checkbox>input:indeterminate+label:before,

.custom-checkbox label.wc_payment_method.checkbox>input:indeterminate~input+label:before,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:before,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:before,

.mailchimp-form__terms #shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-checkbox .archive-shop__sidebar ul li input:indeterminate~a:before,

.mailchimp-form__terms .custom-checkbox .custom-control-input:indeterminate~label:before,

.mailchimp-form__terms .custom-checkbox .product-list-sidebar input:indeterminate~a:before,

.mailchimp-form__terms .custom-checkbox .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:indeterminate+label:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:indeterminate~input+label:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:indeterminate~label:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~label:before,

.mailchimp-form__terms .custom-checkbox input:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .custom-checkbox input:indeterminate~label:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:indeterminate+span:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:indeterminate~label:before,

.mailchimp-form__terms .custom-control-input:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .custom-control-input:indeterminate~label:before,

.mailchimp-form__terms .product-list-sidebar .custom-control-input:indeterminate~a:before,

.mailchimp-form__terms .product-list-sidebar .wc_payment_method>input:indeterminate~a:before,

.mailchimp-form__terms .product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.mailchimp-form__terms .product-list-sidebar input:indeterminate~a:before,

.mailchimp-form__terms .product-list-sidebar label.checkbox>input:indeterminate~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:before,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:before,

.mailchimp-form__terms .wc_payment_method>.custom-control-input:indeterminate~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.custom-control-input:indeterminate+label:before,

.mailchimp-form__terms .wc_payment_method>input:indeterminate+label:before,

.mailchimp-form__terms .wc_payment_method>input:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li input:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~input+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li input:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~input+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li input:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-list-sidebar input:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~input+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~label:before,

.mailchimp-form__terms input:indeterminate~.custom-control-label:before,

.mailchimp-form__terms input:indeterminate~label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms label.checkbox .archive-shop__sidebar ul li input:indeterminate~a:before,

.mailchimp-form__terms label.checkbox .custom-control-input:indeterminate~label:before,

.mailchimp-form__terms label.checkbox .product-list-sidebar input:indeterminate~a:before,

.mailchimp-form__terms label.checkbox .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:indeterminate+label:before,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:indeterminate+span:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:indeterminate~input+label:before,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:indeterminate~input+span:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:indeterminate~label:before,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~label:before,

.mailchimp-form__terms label.checkbox>.custom-control-input:indeterminate~input+span:before,

.mailchimp-form__terms label.checkbox>input.custom-control-input:indeterminate+span:before,

.mailchimp-form__terms label.checkbox>input:indeterminate+span:before,

.mailchimp-form__terms label.checkbox>input:indeterminate~.custom-control-label:before,

.mailchimp-form__terms label.checkbox>input:indeterminate~input+span:before,

.mailchimp-form__terms label.checkbox>input:indeterminate~label:before,

.mailchimp-form__terms label.checkbox input:indeterminate~.custom-control-label:before,

.mailchimp-form__terms label.checkbox input:indeterminate~label:before,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:indeterminate+label:before,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:indeterminate~input+label:before,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:before,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:before,

.product-list-sidebar #shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li label.checkbox input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .custom-checkbox .custom-control-input:indeterminate~a:before,

.product-list-sidebar .custom-checkbox .mailchimp-form__terms input:indeterminate~a:before,

.product-list-sidebar .custom-checkbox .wc_payment_method>input:indeterminate~a:before,

.product-list-sidebar .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.product-list-sidebar .custom-checkbox label.checkbox>input:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-checkbox input:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-control-input:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method>input:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms input:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms label.checkbox>input:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms label.checkbox input:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~a:before,

.product-list-sidebar label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar label.checkbox .custom-control-input:indeterminate~a:before,

.product-list-sidebar label.checkbox .mailchimp-form__terms input:indeterminate~a:before,

.product-list-sidebar label.checkbox .wc_payment_method>input:indeterminate~a:before,

.product-list-sidebar label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.product-list-sidebar label.checkbox>input:indeterminate~a:before,

.product-main .variations .select_option_label #shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .custom-control-input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .mailchimp-form__terms input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox label.checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-checkbox input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .custom-control-input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .mailchimp-form__terms input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:before,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:before,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .custom-control-input:indeterminate~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-list-sidebar input:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .custom-control-input:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .wc_payment_method>input:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>.custom-control-input:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input.custom-control-input:indeterminate+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .mailchimp-form__terms label.checkbox>input:indeterminate~label:before,

.woocommerce-checkout .checkout-login-form-wrap .product-list-sidebar label.checkbox>input:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>.custom-control-input:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input.custom-control-input:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:indeterminate+label:before,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .custom-control-input:indeterminate~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-list-sidebar input:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .custom-control-input:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .wc_payment_method>input:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>.custom-control-input:indeterminate~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input.custom-control-input:indeterminate+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .mailchimp-form__terms label.checkbox>input:indeterminate~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .product-list-sidebar label.checkbox>input:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>.custom-control-input:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input.custom-control-input:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:indeterminate+label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:indeterminate~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:before,

.woocommerce-form__label-for-checkbox #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

.woocommerce-form__label-for-checkbox #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .custom-control-input:indeterminate~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-list-sidebar input:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~label:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar .custom-control-input:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar .wc_payment_method>input:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar label.checkbox>input:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>.custom-control-input:indeterminate~input+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input.custom-control-input:indeterminate+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~input+label:before,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:before,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:before,

.woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

.woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:indeterminate+span:before,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>.custom-control-input:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input.custom-control-input:indeterminate+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~.custom-control-label:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:indeterminate+label:before,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:indeterminate~input+label:before,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:before,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:before,

label.checkbox #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:before,

label.checkbox #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:before,

label.checkbox #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:before,

label.checkbox #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:before,

label.checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:before,

label.checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:before,

label.checkbox #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:before,

label.checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:before,

label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:before,

label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:before,

label.checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:before,

label.checkbox .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:before,

label.checkbox .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:before,

label.checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

label.checkbox .custom-control-input:indeterminate~.custom-control-label:before,

label.checkbox .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:before,

label.checkbox .mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:before,

label.checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:before,

label.checkbox .mailchimp-form__terms .custom-control-input:indeterminate~label:before,

label.checkbox .mailchimp-form__terms .product-list-sidebar input:indeterminate~a:before,

label.checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate+label:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~label:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~label:before,

label.checkbox .mailchimp-form__terms input:indeterminate~.custom-control-label:before,

label.checkbox .mailchimp-form__terms input:indeterminate~label:before,

label.checkbox .mailchimp-form__terms label.checkbox>input:indeterminate+span:before,

label.checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~input+span:before,

label.checkbox .product-list-sidebar .custom-control-input:indeterminate~a:before,

label.checkbox .product-list-sidebar .wc_payment_method>input:indeterminate~a:before,

label.checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:before,

label.checkbox .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:before,

label.checkbox .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:before,

label.checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:before,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:before,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:before,

label.checkbox .wc_payment_method>.custom-control-input:indeterminate~input+label:before,

label.checkbox .wc_payment_method>input.custom-control-input:indeterminate+label:before,

label.checkbox .wc_payment_method>input:indeterminate+label:before,

label.checkbox .wc_payment_method>input:indeterminate~.custom-control-label:before,

label.checkbox .wc_payment_method>input:indeterminate~input+label:before,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:before,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:before,

label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:before,

label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

label.checkbox>.custom-control-input:indeterminate~input+span:before,

label.checkbox>input.custom-control-input:indeterminate+span:before,

label.checkbox>input:indeterminate+span:before,

label.checkbox>input:indeterminate~.custom-control-label:before,

label.checkbox>input:indeterminate~input+span:before,

label.checkbox label.checkbox.wc_payment_method>input:indeterminate+span:before,

label.checkbox label.checkbox.wc_payment_method>input:indeterminate~input+span:before,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:before,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:before,

label.wc_payment_method.checkbox>input:indeterminate+label:before,

label.wc_payment_method.checkbox>input:indeterminate~input+label:before,

label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:before,

label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:before {

	border-color: #000;

	background-color: #000
}



#shipping_method .archive-shop__sidebar ul li .custom-checkbox input:indeterminate:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:indeterminate:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li label.checkbox input:indeterminate:not([type=hidden])~a:after,

#shipping_method li .custom-checkbox .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

#shipping_method li .custom-checkbox .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .custom-checkbox .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

#shipping_method li .custom-checkbox .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox input.custom-control-input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~.custom-control-label:after,

#shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox label.checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox label.checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li .custom-checkbox label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li .custom-checkbox label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input.custom-control-input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~.custom-control-label:after,

#shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

#shipping_method li .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input.custom-control-input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~.custom-control-label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input.custom-control-input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~.custom-control-label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

#shipping_method li .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input.custom-control-input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~.custom-control-label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])+label:after,

#shipping_method li label.checkbox .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

#shipping_method li label.checkbox .mailchimp-form__terms input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

#shipping_method li label.checkbox .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li label.checkbox .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li label.checkbox .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

#shipping_method li label.checkbox .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:after,

#shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:after,

#shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

#shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox input.custom-control-input:indeterminate:not([type=hidden])+label:after,

#shipping_method li label.checkbox input:indeterminate:not([type=hidden])+label:after,

#shipping_method li label.checkbox input:indeterminate:not([type=hidden])~.custom-control-label:after,

#shipping_method li label.checkbox input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

.archive-shop__sidebar ul #shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li label.checkbox input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul .custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.archive-shop__sidebar ul li .custom-checkbox .custom-control-input:indeterminate~a:after,

.archive-shop__sidebar ul li .custom-checkbox .mailchimp-form__terms input:indeterminate~a:after,

.archive-shop__sidebar ul li .custom-checkbox .wc_payment_method>input:indeterminate~a:after,

.archive-shop__sidebar ul li .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li .custom-checkbox label.checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-checkbox input:indeterminate~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-control-input:indeterminate~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method>input:indeterminate~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms input:indeterminate~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li label.checkbox .custom-control-input:indeterminate~a:after,

.archive-shop__sidebar ul li label.checkbox .mailchimp-form__terms input:indeterminate~a:after,

.archive-shop__sidebar ul li label.checkbox .wc_payment_method>input:indeterminate~a:after,

.archive-shop__sidebar ul li label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:after,

.custom-checkbox #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:after,

.custom-checkbox #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

.custom-checkbox #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

.custom-checkbox #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.custom-checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

.custom-checkbox #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:after,

.custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:after,

.custom-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

.custom-checkbox #shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

.custom-checkbox .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:after,

.custom-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:after,

.custom-checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.custom-checkbox .archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:after,

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

.custom-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:after,

.custom-checkbox .mailchimp-form__terms .custom-control-input:indeterminate~label:after,

.custom-checkbox .mailchimp-form__terms .product-list-sidebar input:indeterminate~a:after,

.custom-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate+label:after,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:after,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~label:after,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~label:after,

.custom-checkbox .mailchimp-form__terms input:indeterminate~.custom-control-label:after,

.custom-checkbox .mailchimp-form__terms input:indeterminate~label:after,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate+span:after,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~input+span:after,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~label:after,

.custom-checkbox .product-list-sidebar .custom-control-input:indeterminate~a:after,

.custom-checkbox .product-list-sidebar .wc_payment_method>input:indeterminate~a:after,

.custom-checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.custom-checkbox .product-list-sidebar label.checkbox>input:indeterminate~a:after,

.custom-checkbox .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:after,

.custom-checkbox .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.custom-checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

.custom-checkbox .product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:after,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:after,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:after,

.custom-checkbox .wc_payment_method>.custom-control-input:indeterminate~input+label:after,

.custom-checkbox .wc_payment_method>input.custom-control-input:indeterminate+label:after,

.custom-checkbox .wc_payment_method>input:indeterminate+label:after,

.custom-checkbox .wc_payment_method>input:indeterminate~.custom-control-label:after,

.custom-checkbox .wc_payment_method>input:indeterminate~input+label:after,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.custom-checkbox label.checkbox.wc_payment_method>input:indeterminate+span:after,

.custom-checkbox label.checkbox.wc_payment_method>input:indeterminate~input+span:after,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.custom-checkbox label.checkbox>.custom-control-input:indeterminate~input+span:after,

.custom-checkbox label.checkbox>input.custom-control-input:indeterminate+span:after,

.custom-checkbox label.checkbox>input:indeterminate+span:after,

.custom-checkbox label.checkbox>input:indeterminate~.custom-control-label:after,

.custom-checkbox label.checkbox>input:indeterminate~input+span:after,

.custom-checkbox label.wc_payment_method.checkbox>input:indeterminate+label:after,

.custom-checkbox label.wc_payment_method.checkbox>input:indeterminate~input+label:after,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:after,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:after,

.mailchimp-form__terms #shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:after,

.mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li label.checkbox input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:after,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-checkbox .archive-shop__sidebar ul li input:indeterminate~a:after,

.mailchimp-form__terms .custom-checkbox .custom-control-input:indeterminate~label:after,

.mailchimp-form__terms .custom-checkbox .product-list-sidebar input:indeterminate~a:after,

.mailchimp-form__terms .custom-checkbox .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:indeterminate+label:after,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:indeterminate~input+label:after,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:indeterminate~label:after,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~label:after,

.mailchimp-form__terms .custom-checkbox input:indeterminate~.custom-control-label:after,

.mailchimp-form__terms .custom-checkbox input:indeterminate~label:after,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:indeterminate+span:after,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:indeterminate~label:after,

.mailchimp-form__terms .custom-control-input:indeterminate~.custom-control-label:after,

.mailchimp-form__terms .custom-control-input:indeterminate~label:after,

.mailchimp-form__terms .product-list-sidebar .custom-control-input:indeterminate~a:after,

.mailchimp-form__terms .product-list-sidebar .wc_payment_method>input:indeterminate~a:after,

.mailchimp-form__terms .product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.mailchimp-form__terms .product-list-sidebar input:indeterminate~a:after,

.mailchimp-form__terms .product-list-sidebar label.checkbox>input:indeterminate~a:after,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:after,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:after,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:after,

.mailchimp-form__terms .wc_payment_method>.custom-control-input:indeterminate~input+label:after,

.mailchimp-form__terms .wc_payment_method>input.custom-control-input:indeterminate+label:after,

.mailchimp-form__terms .wc_payment_method>input:indeterminate+label:after,

.mailchimp-form__terms .wc_payment_method>input:indeterminate~.custom-control-label:after,

.mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:after,

.mailchimp-form__terms .wc_payment_method>input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li input:indeterminate~a:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:indeterminate~a:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~input+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li input:indeterminate~a:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:indeterminate~a:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~input+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li input:indeterminate~a:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-list-sidebar input:indeterminate~a:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~input+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~label:after,

.mailchimp-form__terms input:indeterminate~.custom-control-label:after,

.mailchimp-form__terms input:indeterminate~label:after,

.mailchimp-form__terms label.checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.mailchimp-form__terms label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~label:after,

.mailchimp-form__terms label.checkbox #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

.mailchimp-form__terms label.checkbox .archive-shop__sidebar ul li input:indeterminate~a:after,

.mailchimp-form__terms label.checkbox .custom-control-input:indeterminate~label:after,

.mailchimp-form__terms label.checkbox .product-list-sidebar input:indeterminate~a:after,

.mailchimp-form__terms label.checkbox .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:indeterminate+label:after,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:indeterminate+span:after,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:indeterminate~input+label:after,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:indeterminate~input+span:after,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:indeterminate~label:after,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~label:after,

.mailchimp-form__terms label.checkbox>.custom-control-input:indeterminate~input+span:after,

.mailchimp-form__terms label.checkbox>input.custom-control-input:indeterminate+span:after,

.mailchimp-form__terms label.checkbox>input:indeterminate+span:after,

.mailchimp-form__terms label.checkbox>input:indeterminate~.custom-control-label:after,

.mailchimp-form__terms label.checkbox>input:indeterminate~input+span:after,

.mailchimp-form__terms label.checkbox>input:indeterminate~label:after,

.mailchimp-form__terms label.checkbox input:indeterminate~.custom-control-label:after,

.mailchimp-form__terms label.checkbox input:indeterminate~label:after,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:indeterminate+label:after,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:indeterminate~input+label:after,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:after,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:after,

.product-list-sidebar #shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li label.checkbox input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar .custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar .custom-checkbox .custom-control-input:indeterminate~a:after,

.product-list-sidebar .custom-checkbox .mailchimp-form__terms input:indeterminate~a:after,

.product-list-sidebar .custom-checkbox .wc_payment_method>input:indeterminate~a:after,

.product-list-sidebar .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.product-list-sidebar .custom-checkbox label.checkbox>input:indeterminate~a:after,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar .mailchimp-form__terms .custom-checkbox input:indeterminate~a:after,

.product-list-sidebar .mailchimp-form__terms .custom-control-input:indeterminate~a:after,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method>input:indeterminate~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~a:after,

.product-list-sidebar .mailchimp-form__terms input:indeterminate~a:after,

.product-list-sidebar .mailchimp-form__terms label.checkbox>input:indeterminate~a:after,

.product-list-sidebar .mailchimp-form__terms label.checkbox input:indeterminate~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~a:after,

.product-list-sidebar label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~a:after,

.product-list-sidebar label.checkbox .custom-control-input:indeterminate~a:after,

.product-list-sidebar label.checkbox .mailchimp-form__terms input:indeterminate~a:after,

.product-list-sidebar label.checkbox .wc_payment_method>input:indeterminate~a:after,

.product-list-sidebar label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.product-list-sidebar label.checkbox>input:indeterminate~a:after,

.product-main .variations .select_option_label #shipping_method li .custom-checkbox input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .custom-control-input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .mailchimp-form__terms input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox label.checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-checkbox input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .custom-control-input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .mailchimp-form__terms input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:after,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:after,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:indeterminate~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .custom-control-input:indeterminate~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-list-sidebar input:indeterminate~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:indeterminate~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:indeterminate+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .custom-control-input:indeterminate~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .wc_payment_method>input:indeterminate~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>.custom-control-input:indeterminate~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input.custom-control-input:indeterminate+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:indeterminate~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:indeterminate+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:indeterminate~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .mailchimp-form__terms label.checkbox>input:indeterminate~label:after,

.woocommerce-checkout .checkout-login-form-wrap .product-list-sidebar label.checkbox>input:indeterminate~a:after,

.woocommerce-checkout .checkout-login-form-wrap .product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>.custom-control-input:indeterminate~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input.custom-control-input:indeterminate+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:indeterminate+label:after,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:indeterminate~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:indeterminate~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .custom-control-input:indeterminate~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-list-sidebar input:indeterminate~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:indeterminate~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:indeterminate+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .custom-control-input:indeterminate~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .wc_payment_method>input:indeterminate~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>.custom-control-input:indeterminate~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input.custom-control-input:indeterminate+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:indeterminate~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:indeterminate+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:indeterminate~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .mailchimp-form__terms label.checkbox>input:indeterminate~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .product-list-sidebar label.checkbox>input:indeterminate~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>.custom-control-input:indeterminate~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input.custom-control-input:indeterminate+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:indeterminate~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:indeterminate+label:after,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:indeterminate~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:after,

.woocommerce-form__label-for-checkbox #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:after,

.woocommerce-form__label-for-checkbox #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

.woocommerce-form__label-for-checkbox #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:after,

.woocommerce-form__label-for-checkbox #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:after,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:after,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li label.checkbox>input:indeterminate~a:after,

.woocommerce-form__label-for-checkbox .custom-control-input:indeterminate~.custom-control-label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .custom-control-input:indeterminate~label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-list-sidebar input:indeterminate~a:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~.custom-control-label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:indeterminate~label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~input+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~label:after,

.woocommerce-form__label-for-checkbox .product-list-sidebar .custom-control-input:indeterminate~a:after,

.woocommerce-form__label-for-checkbox .product-list-sidebar .wc_payment_method>input:indeterminate~a:after,

.woocommerce-form__label-for-checkbox .product-list-sidebar label.checkbox>input:indeterminate~a:after,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label label.checkbox>input:indeterminate~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>.custom-control-input:indeterminate~input+label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input.custom-control-input:indeterminate+label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate+label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~.custom-control-label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:indeterminate~input+label:after,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:after,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:after,

.woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:after,

.woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:after,

.woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

.woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:after,

.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:indeterminate+span:after,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:indeterminate~input+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>.custom-control-input:indeterminate~input+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>input.custom-control-input:indeterminate+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~.custom-control-label:after,

.woocommerce-form__label-for-checkbox label.checkbox>input:indeterminate~input+span:after,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:indeterminate+label:after,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:indeterminate~input+label:after,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:after,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:after,

label.checkbox #shipping_method .archive-shop__sidebar ul li input:indeterminate:not([type=hidden])~a:after,

label.checkbox #shipping_method li .custom-control-input:indeterminate~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li .mailchimp-form__terms input:indeterminate:not([type=hidden])~label:after,

label.checkbox #shipping_method li .product-list-sidebar input:indeterminate:not([type=hidden])~a:after,

label.checkbox #shipping_method li .product-main .variations .select_option_label input:indeterminate:not([type=hidden])~.yith_wccl_value:after,

label.checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])+label:after,

label.checkbox #shipping_method li .wc_payment_method>input:indeterminate:not([type=hidden])~input+label:after,

label.checkbox #shipping_method li .wc_payment_method>input:indeterminate~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+label:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])+span:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate:not([type=hidden])~input+span:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:indeterminate~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li input.custom-control-input:indeterminate:not([type=hidden])+label:after,

label.checkbox #shipping_method li input:indeterminate:not([type=hidden])+label:after,

label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~.custom-control-label:after,

label.checkbox #shipping_method li input:indeterminate:not([type=hidden])~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])+span:after,

label.checkbox #shipping_method li label.checkbox>input:indeterminate:not([type=hidden])~input+span:after,

label.checkbox .archive-shop__sidebar ul li .custom-control-input:indeterminate~a:after,

label.checkbox .archive-shop__sidebar ul li .wc_payment_method>input:indeterminate~a:after,

label.checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

label.checkbox .custom-control-input:indeterminate~.custom-control-label:after,

label.checkbox .mailchimp-form__terms #shipping_method li input:indeterminate:not([type=hidden])+label:after,

label.checkbox .mailchimp-form__terms #shipping_method li input:indeterminate~input:not([type=hidden])+label:after,

label.checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:indeterminate~a:after,

label.checkbox .mailchimp-form__terms .custom-control-input:indeterminate~label:after,

label.checkbox .mailchimp-form__terms .product-list-sidebar input:indeterminate~a:after,

label.checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:indeterminate~.yith_wccl_value:after,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate+label:after,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~input+label:after,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:indeterminate~label:after,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:indeterminate~label:after,

label.checkbox .mailchimp-form__terms input:indeterminate~.custom-control-label:after,

label.checkbox .mailchimp-form__terms input:indeterminate~label:after,

label.checkbox .mailchimp-form__terms label.checkbox>input:indeterminate+span:after,

label.checkbox .mailchimp-form__terms label.checkbox>input:indeterminate~input+span:after,

label.checkbox .product-list-sidebar .custom-control-input:indeterminate~a:after,

label.checkbox .product-list-sidebar .wc_payment_method>input:indeterminate~a:after,

label.checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:indeterminate~a:after,

label.checkbox .product-main .variations .select_option_label .custom-control-input:indeterminate~.yith_wccl_value:after,

label.checkbox .product-main .variations .select_option_label .wc_payment_method>input:indeterminate~.yith_wccl_value:after,

label.checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:indeterminate~.yith_wccl_value:after,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate+label:after,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:indeterminate~input+label:after,

label.checkbox .wc_payment_method>.custom-control-input:indeterminate~input+label:after,

label.checkbox .wc_payment_method>input.custom-control-input:indeterminate+label:after,

label.checkbox .wc_payment_method>input:indeterminate+label:after,

label.checkbox .wc_payment_method>input:indeterminate~.custom-control-label:after,

label.checkbox .wc_payment_method>input:indeterminate~input+label:after,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate+span:after,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:indeterminate~input+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:indeterminate~input+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:indeterminate+span:after,

label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~.custom-control-label:after,

label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

label.checkbox>.custom-control-input:indeterminate~input+span:after,

label.checkbox>input.custom-control-input:indeterminate+span:after,

label.checkbox>input:indeterminate+span:after,

label.checkbox>input:indeterminate~.custom-control-label:after,

label.checkbox>input:indeterminate~input+span:after,

label.checkbox label.checkbox.wc_payment_method>input:indeterminate+span:after,

label.checkbox label.checkbox.wc_payment_method>input:indeterminate~input+span:after,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate+span:after,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:indeterminate~input+span:after,

label.wc_payment_method.checkbox>input:indeterminate+label:after,

label.wc_payment_method.checkbox>input:indeterminate~input+label:after,

label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate+span:after,

label.woocommerce-form__label-for-checkbox.checkbox>input:indeterminate~input+span:after {

	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}



#shipping_method .archive-shop__sidebar ul li .custom-checkbox input:disabled:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox input:disabled:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li label.checkbox input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .custom-checkbox .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .custom-checkbox .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .custom-checkbox input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .custom-checkbox label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .custom-checkbox label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li label.checkbox .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li label.checkbox .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

#shipping_method li label.checkbox .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li label.checkbox input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .custom-checkbox input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li label.checkbox input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .custom-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul label.checkbox #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-checkbox .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-checkbox .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-checkbox .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-checkbox label.checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-checkbox input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li label.checkbox .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul li label.checkbox .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul li label.checkbox .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul li label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

.custom-checkbox #shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

.custom-checkbox #shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

.custom-checkbox #shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

.custom-checkbox #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

.custom-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

.custom-checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.custom-checkbox #shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.custom-checkbox .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

.custom-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

.custom-checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.custom-checkbox .archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.custom-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:checked~a:before,

.custom-checkbox .mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

.custom-checkbox .mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

.custom-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.custom-checkbox .mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

.custom-checkbox .mailchimp-form__terms input:disabled:checked~label:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked~label:before,

.custom-checkbox .product-list-sidebar .custom-control-input:disabled:checked~a:before,

.custom-checkbox .product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

.custom-checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.custom-checkbox .product-list-sidebar label.checkbox>input:disabled:checked~a:before,

.custom-checkbox .product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

.custom-checkbox .wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

.custom-checkbox .wc_payment_method>input.custom-control-input:disabled:checked+label:before,

.custom-checkbox .wc_payment_method>input:disabled:checked+label:before,

.custom-checkbox .wc_payment_method>input:disabled:checked~.custom-control-label:before,

.custom-checkbox .wc_payment_method>input:disabled:checked~input+label:before,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.custom-checkbox label.checkbox.wc_payment_method>input:disabled:checked+span:before,

.custom-checkbox label.checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.custom-checkbox label.checkbox>.custom-control-input:disabled:checked~input+span:before,

.custom-checkbox label.checkbox>input.custom-control-input:disabled:checked+span:before,

.custom-checkbox label.checkbox>input:disabled:checked+span:before,

.custom-checkbox label.checkbox>input:disabled:checked~.custom-control-label:before,

.custom-checkbox label.checkbox>input:disabled:checked~input+span:before,

.custom-checkbox label.wc_payment_method.checkbox>input:disabled:checked+label:before,

.custom-checkbox label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

.mailchimp-form__terms #shipping_method li .custom-checkbox input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-checkbox .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms .custom-checkbox .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms .custom-checkbox .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms .custom-checkbox .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .custom-checkbox input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .custom-checkbox input:disabled:checked~label:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .custom-control-input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms .product-list-sidebar .custom-control-input:disabled:checked~a:before,

.mailchimp-form__terms .product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

.mailchimp-form__terms .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms .product-list-sidebar label.checkbox>input:disabled:checked~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.custom-control-input:disabled:checked+label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms input:disabled:checked~label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms label.checkbox .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms label.checkbox .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms label.checkbox .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms label.checkbox .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:disabled:checked+span:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms label.checkbox>.custom-control-input:disabled:checked~input+span:before,

.mailchimp-form__terms label.checkbox>input.custom-control-input:disabled:checked+span:before,

.mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms label.checkbox>input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms label.checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms label.checkbox input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms label.checkbox input:disabled:checked~label:before,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:disabled:checked+label:before,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before,

.product-list-sidebar #shipping_method li .custom-checkbox input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li label.checkbox input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-checkbox .custom-control-input:disabled:checked~a:before,

.product-list-sidebar .custom-checkbox .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar .custom-checkbox .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar .custom-checkbox label.checkbox>input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-checkbox input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-control-input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms label.checkbox>input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms label.checkbox input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .custom-control-input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked~a:before,

.product-list-sidebar label.checkbox #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar label.checkbox .custom-control-input:disabled:checked~a:before,

.product-list-sidebar label.checkbox .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar label.checkbox .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar label.checkbox>input:disabled:checked~a:before,

.product-main .variations .select_option_label #shipping_method li .custom-checkbox input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-checkbox input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox #shipping_method li input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:checked~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:checked~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .custom-control-input:disabled:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input.custom-control-input:disabled:checked+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:disabled:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .mailchimp-form__terms label.checkbox>input:disabled:checked~label:before,

.woocommerce-checkout .checkout-login-form-wrap .product-list-sidebar label.checkbox>input:disabled:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>.custom-control-input:disabled:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input.custom-control-input:disabled:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:disabled:checked+label:before,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:checked~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:checked~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .custom-control-input:disabled:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input.custom-control-input:disabled:checked+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:checked~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:disabled:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .mailchimp-form__terms label.checkbox>input:disabled:checked~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .product-list-sidebar label.checkbox>input:disabled:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>.custom-control-input:disabled:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input.custom-control-input:disabled:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:disabled:checked+label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

.woocommerce-form__label-for-checkbox #shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

.woocommerce-form__label-for-checkbox #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

.woocommerce-form__label-for-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:checked~a:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:checked~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked~label:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar .custom-control-input:disabled:checked~a:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar label.checkbox>input:disabled:checked~a:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input.custom-control-input:disabled:checked+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:checked~input+label:before,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

.woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:disabled:checked+span:before,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>.custom-control-input:disabled:checked~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input.custom-control-input:disabled:checked+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:disabled:checked~input+span:before,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:disabled:checked+label:before,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before,

label.checkbox #shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

label.checkbox #shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

label.checkbox #shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

label.checkbox #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

label.checkbox #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

label.checkbox #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

label.checkbox #shipping_method li .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

label.checkbox #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

label.checkbox #shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

label.checkbox #shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

label.checkbox #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

label.checkbox .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

label.checkbox .archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

label.checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

label.checkbox .custom-control-input:disabled:checked~.custom-control-label:before,

label.checkbox .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

label.checkbox .mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

label.checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:checked~a:before,

label.checkbox .mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

label.checkbox .mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

label.checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

label.checkbox .mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

label.checkbox .mailchimp-form__terms input:disabled:checked~label:before,

label.checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

label.checkbox .mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

label.checkbox .product-list-sidebar .custom-control-input:disabled:checked~a:before,

label.checkbox .product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

label.checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

label.checkbox .product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

label.checkbox .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

label.checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

label.checkbox .wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

label.checkbox .wc_payment_method>input.custom-control-input:disabled:checked+label:before,

label.checkbox .wc_payment_method>input:disabled:checked+label:before,

label.checkbox .wc_payment_method>input:disabled:checked~.custom-control-label:before,

label.checkbox .wc_payment_method>input:disabled:checked~input+label:before,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

label.checkbox>.custom-control-input:disabled:checked~input+span:before,

label.checkbox>input.custom-control-input:disabled:checked+span:before,

label.checkbox>input:disabled:checked+span:before,

label.checkbox>input:disabled:checked~.custom-control-label:before,

label.checkbox>input:disabled:checked~input+span:before,

label.checkbox label.checkbox.wc_payment_method>input:disabled:checked+span:before,

label.checkbox label.checkbox.wc_payment_method>input:disabled:checked~input+span:before,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

label.wc_payment_method.checkbox>input:disabled:checked+label:before,

label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before {

	background-color: rgba(0, 0, 0, .5)
}



#shipping_method .archive-shop__sidebar ul li .custom-checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li label.checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method li .custom-checkbox .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method li .custom-checkbox .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li .custom-checkbox input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li .custom-checkbox label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .custom-checkbox label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method li .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

#shipping_method li label.checkbox .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li label.checkbox .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

#shipping_method li label.checkbox .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox input:disabled:indeterminate:not([type=hidden])+label:before,

#shipping_method li label.checkbox input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

#shipping_method li label.checkbox input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .custom-checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li label.checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul .custom-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul label.checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-checkbox .custom-control-input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .custom-checkbox .mailchimp-form__terms input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .custom-checkbox .wc_payment_method>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .custom-checkbox label.checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-checkbox input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-control-input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .custom-control-input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li label.checkbox .custom-control-input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li label.checkbox .mailchimp-form__terms input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li label.checkbox .wc_payment_method>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.archive-shop__sidebar ul li label.checkbox>input:disabled:indeterminate~a:before,

.custom-checkbox #shipping_method .archive-shop__sidebar ul li input:disabled:indeterminate:not([type=hidden])~a:before,

.custom-checkbox #shipping_method li .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

.custom-checkbox #shipping_method li .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

.custom-checkbox #shipping_method li .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

.custom-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

.custom-checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

.custom-checkbox #shipping_method li label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.custom-checkbox .archive-shop__sidebar ul li .custom-control-input:disabled:indeterminate~a:before,

.custom-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:disabled:indeterminate~a:before,

.custom-checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.custom-checkbox .archive-shop__sidebar ul li label.checkbox>input:disabled:indeterminate~a:before,

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

.custom-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

.custom-checkbox .mailchimp-form__terms .custom-control-input:disabled:indeterminate~label:before,

.custom-checkbox .mailchimp-form__terms .product-list-sidebar input:disabled:indeterminate~a:before,

.custom-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate+label:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~input+label:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~label:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~label:before,

.custom-checkbox .mailchimp-form__terms input:disabled:indeterminate~.custom-control-label:before,

.custom-checkbox .mailchimp-form__terms input:disabled:indeterminate~label:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate+span:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~input+span:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~label:before,

.custom-checkbox .product-list-sidebar .custom-control-input:disabled:indeterminate~a:before,

.custom-checkbox .product-list-sidebar .wc_payment_method>input:disabled:indeterminate~a:before,

.custom-checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.custom-checkbox .product-list-sidebar label.checkbox>input:disabled:indeterminate~a:before,

.custom-checkbox .product-main .variations .select_option_label .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+label:before,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+label:before,

.custom-checkbox .wc_payment_method>.custom-control-input:disabled:indeterminate~input+label:before,

.custom-checkbox .wc_payment_method>input.custom-control-input:disabled:indeterminate+label:before,

.custom-checkbox .wc_payment_method>input:disabled:indeterminate+label:before,

.custom-checkbox .wc_payment_method>input:disabled:indeterminate~.custom-control-label:before,

.custom-checkbox .wc_payment_method>input:disabled:indeterminate~input+label:before,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:indeterminate+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.custom-control-label:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.custom-checkbox label.checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

.custom-checkbox label.checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.custom-checkbox label.checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

.custom-checkbox label.checkbox>input.custom-control-input:disabled:indeterminate+span:before,

.custom-checkbox label.checkbox>input:disabled:indeterminate+span:before,

.custom-checkbox label.checkbox>input:disabled:indeterminate~.custom-control-label:before,

.custom-checkbox label.checkbox>input:disabled:indeterminate~input+span:before,

.custom-checkbox label.wc_payment_method.checkbox>input:disabled:indeterminate+label:before,

.custom-checkbox label.wc_payment_method.checkbox>input:disabled:indeterminate~input+label:before,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate+span:before,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:disabled:indeterminate:not([type=hidden])~a:before,

.mailchimp-form__terms #shipping_method li .custom-checkbox input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .custom-control-input:disabled:indeterminate~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .wc_payment_method>input:disabled:indeterminate~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li label.checkbox>input:disabled:indeterminate~a:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-checkbox .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

.mailchimp-form__terms .custom-checkbox .custom-control-input:disabled:indeterminate~label:before,

.mailchimp-form__terms .custom-checkbox .product-list-sidebar input:disabled:indeterminate~a:before,

.mailchimp-form__terms .custom-checkbox .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:disabled:indeterminate+label:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:disabled:indeterminate~input+label:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .custom-checkbox input:disabled:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .custom-checkbox input:disabled:indeterminate~label:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .custom-control-input:disabled:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .custom-control-input:disabled:indeterminate~label:before,

.mailchimp-form__terms .product-list-sidebar .custom-control-input:disabled:indeterminate~a:before,

.mailchimp-form__terms .product-list-sidebar .wc_payment_method>input:disabled:indeterminate~a:before,

.mailchimp-form__terms .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.mailchimp-form__terms .product-list-sidebar input:disabled:indeterminate~a:before,

.mailchimp-form__terms .product-list-sidebar label.checkbox>input:disabled:indeterminate~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+label:before,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+label:before,

.mailchimp-form__terms .wc_payment_method>.custom-control-input:disabled:indeterminate~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.custom-control-input:disabled:indeterminate+label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate+label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:disabled:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate~input+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:disabled:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate~input+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .custom-control-input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-list-sidebar input:disabled:indeterminate~a:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate~input+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:indeterminate~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:indeterminate~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate~label:before,

.mailchimp-form__terms input:disabled:indeterminate~.custom-control-label:before,

.mailchimp-form__terms input:disabled:indeterminate~label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

.mailchimp-form__terms label.checkbox .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

.mailchimp-form__terms label.checkbox .custom-control-input:disabled:indeterminate~label:before,

.mailchimp-form__terms label.checkbox .product-list-sidebar input:disabled:indeterminate~a:before,

.mailchimp-form__terms label.checkbox .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:disabled:indeterminate+label:before,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:disabled:indeterminate~input+label:before,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:disabled:indeterminate~label:before,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~label:before,

.mailchimp-form__terms label.checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms label.checkbox>input.custom-control-input:disabled:indeterminate+span:before,

.mailchimp-form__terms label.checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms label.checkbox>input:disabled:indeterminate~.custom-control-label:before,

.mailchimp-form__terms label.checkbox>input:disabled:indeterminate~input+span:before,

.mailchimp-form__terms label.checkbox>input:disabled:indeterminate~label:before,

.mailchimp-form__terms label.checkbox input:disabled:indeterminate~.custom-control-label:before,

.mailchimp-form__terms label.checkbox input:disabled:indeterminate~label:before,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:disabled:indeterminate+label:before,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:disabled:indeterminate~input+label:before,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate+span:before,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate~input+span:before,

.product-list-sidebar #shipping_method li .custom-checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li label.checkbox input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .custom-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .custom-checkbox .custom-control-input:disabled:indeterminate~a:before,

.product-list-sidebar .custom-checkbox .mailchimp-form__terms input:disabled:indeterminate~a:before,

.product-list-sidebar .custom-checkbox .wc_payment_method>input:disabled:indeterminate~a:before,

.product-list-sidebar .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar .custom-checkbox label.checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-checkbox input:disabled:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-control-input:disabled:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms input:disabled:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar .mailchimp-form__terms label.checkbox input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .custom-control-input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar label.checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~a:before,

.product-list-sidebar label.checkbox .custom-control-input:disabled:indeterminate~a:before,

.product-list-sidebar label.checkbox .mailchimp-form__terms input:disabled:indeterminate~a:before,

.product-list-sidebar label.checkbox .wc_payment_method>input:disabled:indeterminate~a:before,

.product-list-sidebar label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.product-list-sidebar label.checkbox>input:disabled:indeterminate~a:before,

.product-main .variations .select_option_label #shipping_method li .custom-checkbox input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .mailchimp-form__terms input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-checkbox input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .mailchimp-form__terms input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+label:before,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .archive-shop__sidebar ul li label.checkbox>input:disabled:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method .archive-shop__sidebar ul li input:disabled:indeterminate:not([type=hidden])~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .custom-control-input:disabled:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:disabled:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .custom-control-input:disabled:indeterminate~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-list-sidebar input:disabled:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:disabled:indeterminate~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .custom-control-input:disabled:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .wc_payment_method>input:disabled:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>.custom-control-input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input.custom-control-input:disabled:indeterminate+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~label:before,

.woocommerce-checkout .checkout-login-form-wrap .product-list-sidebar label.checkbox>input:disabled:indeterminate~a:before,

.woocommerce-checkout .checkout-login-form-wrap .product-main .variations .select_option_label label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input.custom-control-input:disabled:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:disabled:indeterminate+label:before,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .archive-shop__sidebar ul li label.checkbox>input:disabled:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method .archive-shop__sidebar ul li input:disabled:indeterminate:not([type=hidden])~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .custom-control-input:disabled:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:disabled:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .custom-control-input:disabled:indeterminate~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-list-sidebar input:disabled:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:disabled:indeterminate~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .custom-control-input:disabled:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .wc_payment_method>input:disabled:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>.custom-control-input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input.custom-control-input:disabled:indeterminate+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .product-list-sidebar label.checkbox>input:disabled:indeterminate~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .product-main .variations .select_option_label label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input.custom-control-input:disabled:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:disabled:indeterminate+label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:disabled:indeterminate~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method .archive-shop__sidebar ul li input:disabled:indeterminate:not([type=hidden])~a:before,

.woocommerce-form__label-for-checkbox #shipping_method li .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

.woocommerce-form__label-for-checkbox #shipping_method li .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .custom-control-input:disabled:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:disabled:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li label.checkbox>input:disabled:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .custom-control-input:disabled:indeterminate~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-list-sidebar input:disabled:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~input+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:disabled:indeterminate~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~label:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar .custom-control-input:disabled:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar .wc_payment_method>input:disabled:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar label.checkbox>input:disabled:indeterminate~a:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label label.checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>.custom-control-input:disabled:indeterminate~input+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input.custom-control-input:disabled:indeterminate+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:disabled:indeterminate~input+label:before,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:indeterminate+span:before,

.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input.custom-control-input:disabled:indeterminate+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate~.custom-control-label:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:disabled:indeterminate~input+span:before,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:disabled:indeterminate+label:before,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:disabled:indeterminate~input+label:before,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate+span:before,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate~input+span:before,

label.checkbox #shipping_method .archive-shop__sidebar ul li input:disabled:indeterminate:not([type=hidden])~a:before,

label.checkbox #shipping_method li .custom-control-input:disabled:indeterminate~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li .mailchimp-form__terms input:disabled:indeterminate:not([type=hidden])~label:before,

label.checkbox #shipping_method li .product-list-sidebar input:disabled:indeterminate:not([type=hidden])~a:before,

label.checkbox #shipping_method li .product-main .variations .select_option_label input:disabled:indeterminate:not([type=hidden])~.yith_wccl_value:before,

label.checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])+label:before,

label.checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate:not([type=hidden])~input+label:before,

label.checkbox #shipping_method li .wc_payment_method>input:disabled:indeterminate~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+label:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li input.custom-control-input:disabled:indeterminate:not([type=hidden])+label:before,

label.checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

label.checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~.custom-control-label:before,

label.checkbox #shipping_method li input:disabled:indeterminate:not([type=hidden])~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])+span:before,

label.checkbox #shipping_method li label.checkbox>input:disabled:indeterminate:not([type=hidden])~input+span:before,

label.checkbox .archive-shop__sidebar ul li .custom-control-input:disabled:indeterminate~a:before,

label.checkbox .archive-shop__sidebar ul li .wc_payment_method>input:disabled:indeterminate~a:before,

label.checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

label.checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,

label.checkbox .mailchimp-form__terms #shipping_method li input:disabled:indeterminate:not([type=hidden])+label:before,

label.checkbox .mailchimp-form__terms #shipping_method li input:disabled:indeterminate~input:not([type=hidden])+label:before,

label.checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:indeterminate~a:before,

label.checkbox .mailchimp-form__terms .custom-control-input:disabled:indeterminate~label:before,

label.checkbox .mailchimp-form__terms .product-list-sidebar input:disabled:indeterminate~a:before,

label.checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:indeterminate~.yith_wccl_value:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate+label:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~input+label:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:disabled:indeterminate~label:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~label:before,

label.checkbox .mailchimp-form__terms input:disabled:indeterminate~.custom-control-label:before,

label.checkbox .mailchimp-form__terms input:disabled:indeterminate~label:before,

label.checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate+span:before,

label.checkbox .mailchimp-form__terms label.checkbox>input:disabled:indeterminate~input+span:before,

label.checkbox .product-list-sidebar .custom-control-input:disabled:indeterminate~a:before,

label.checkbox .product-list-sidebar .wc_payment_method>input:disabled:indeterminate~a:before,

label.checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~a:before,

label.checkbox .product-main .variations .select_option_label .custom-control-input:disabled:indeterminate~.yith_wccl_value:before,

label.checkbox .product-main .variations .select_option_label .wc_payment_method>input:disabled:indeterminate~.yith_wccl_value:before,

label.checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.yith_wccl_value:before,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+label:before,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+label:before,

label.checkbox .wc_payment_method>.custom-control-input:disabled:indeterminate~input+label:before,

label.checkbox .wc_payment_method>input.custom-control-input:disabled:indeterminate+label:before,

label.checkbox .wc_payment_method>input:disabled:indeterminate+label:before,

label.checkbox .wc_payment_method>input:disabled:indeterminate~.custom-control-label:before,

label.checkbox .wc_payment_method>input:disabled:indeterminate~input+label:before,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:indeterminate+span:before,

label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~.custom-control-label:before,

label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

label.checkbox>.custom-control-input:disabled:indeterminate~input+span:before,

label.checkbox>input.custom-control-input:disabled:indeterminate+span:before,

label.checkbox>input:disabled:indeterminate+span:before,

label.checkbox>input:disabled:indeterminate~.custom-control-label:before,

label.checkbox>input:disabled:indeterminate~input+span:before,

label.checkbox label.checkbox.wc_payment_method>input:disabled:indeterminate+span:before,

label.checkbox label.checkbox.wc_payment_method>input:disabled:indeterminate~input+span:before,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate+span:before,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:indeterminate~input+span:before,

label.wc_payment_method.checkbox>input:disabled:indeterminate+label:before,

label.wc_payment_method.checkbox>input:disabled:indeterminate~input+label:before,

label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate+span:before,

label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:indeterminate~input+span:before {

	background-color: rgba(0, 0, 0, .5)
}



#shipping_method .archive-shop__sidebar ul li a:before,

#shipping_method li .custom-control-label:before,

#shipping_method li .custom-radio input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label:before,

#shipping_method li .product-list-sidebar a:before,

#shipping_method li .product-main .variations .select_option_label .yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input+label:before,

#shipping_method li .wc_payment_method input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input+span:before,

#shipping_method li input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input+span:before,

.archive-shop__sidebar ul #shipping_method li a:before,

.archive-shop__sidebar ul li .custom-radio a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label a:before,

.archive-shop__sidebar ul li .wc_payment_method a:before,

.custom-radio .archive-shop__sidebar ul li a:before,

.custom-radio .custom-control-label:before,

.custom-radio .mailchimp-form__terms label:before,

.custom-radio .product-list-sidebar a:before,

.custom-radio .wc_payment_method>input+label:before,

.custom-radio .woocommerce-form__label-for-checkbox>input+span:before,

.custom-radio label.checkbox>input+span:before,

.mailchimp-form__terms #shipping_method li label:before,

.mailchimp-form__terms .custom-radio label:before,

.mailchimp-form__terms .product-main .variations .select_option_label label:before,

.mailchimp-form__terms .wc_payment_method label:before,

.product-list-sidebar #shipping_method li a:before,

.product-list-sidebar .custom-radio a:before,

.product-list-sidebar .product-main .variations .select_option_label a:before,

.product-list-sidebar .wc_payment_method a:before,

.product-main .variations .select_option_label #shipping_method li .yith_wccl_value:before,

.product-main .variations .select_option_label .archive-shop__sidebar ul li a:before,

.product-main .variations .select_option_label .custom-control-label:before,

.product-main .variations .select_option_label .mailchimp-form__terms label:before,

.product-main .variations .select_option_label .product-list-sidebar a:before,

.product-main .variations .select_option_label .wc_payment_method>input+label:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input+span:before,

.product-main .variations .select_option_label .yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input+span:before,

.wc_payment_method .archive-shop__sidebar ul li a:before,

.wc_payment_method .custom-control-label:before,

.wc_payment_method .mailchimp-form__terms label:before,

.wc_payment_method .product-list-sidebar a:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>input+span:before,

.wc_payment_method>input+label:before,

.wc_payment_method label.checkbox>input+span:before {

	border-radius: 50%
}



#shipping_method .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

#shipping_method .archive-shop__sidebar ul li .custom-radio input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:checked~a:after,

#shipping_method .archive-shop__sidebar ul li .product-main .variations .select_option_label input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

#shipping_method .archive-shop__sidebar ul li .wc_payment_method input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

#shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

#shipping_method li .custom-control-input:checked~.custom-control-label:after,

#shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .custom-radio .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .custom-radio .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .custom-radio .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .custom-radio .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .custom-radio input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .custom-radio label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .custom-radio label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-control-input:checked~label:after,

#shipping_method li .mailchimp-form__terms .custom-radio input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-radio input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .mailchimp-form__terms input:checked~.custom-control-label:after,

#shipping_method li .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:checked~label:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked+span:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked~label:after,

#shipping_method li .product-list-sidebar .custom-control-input:checked~a:after,

#shipping_method li .product-list-sidebar .wc_payment_method>input:checked~a:after,

#shipping_method li .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

#shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .product-list-sidebar label.checkbox>input:checked~a:after,

#shipping_method li .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

#shipping_method li .product-main .variations .select_option_label .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .wc_payment_method .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method>.custom-control-input:checked~input+label:after,

#shipping_method li .wc_payment_method>input.custom-control-input:checked+label:after,

#shipping_method li .wc_payment_method>input:checked+label:after,

#shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .wc_payment_method>input:checked~.custom-control-label:after,

#shipping_method li .wc_payment_method>input:checked~input+label:after,

#shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .wc_payment_method input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .wc_payment_method label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .wc_payment_method label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li input:checked:not([type=hidden])+label:after,

#shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox.wc_payment_method>input:checked+span:after,

#shipping_method li label.checkbox.wc_payment_method>input:checked~input+span:after,

#shipping_method li label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

#shipping_method li label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

#shipping_method li label.checkbox>.custom-control-input:checked~input+span:after,

#shipping_method li label.checkbox>input.custom-control-input:checked+span:after,

#shipping_method li label.checkbox>input:checked+span:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li label.checkbox>input:checked~.custom-control-label:after,

#shipping_method li label.checkbox>input:checked~input+span:after,

#shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.wc_payment_method.checkbox>input:checked+label:after,

#shipping_method li label.wc_payment_method.checkbox>input:checked~input+label:after,

#shipping_method li label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

#shipping_method li label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.archive-shop__sidebar ul #shipping_method li .custom-control-input:checked~a:after,

.archive-shop__sidebar ul #shipping_method li .custom-radio input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul #shipping_method li .wc_payment_method input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul .custom-radio #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:checked~a:after,

.archive-shop__sidebar ul .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .wc_payment_method #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul li .custom-radio .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .custom-radio .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .custom-radio .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .custom-radio .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .custom-radio label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-radio input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .product-main .variations .select_option_label input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method input:checked~a:after,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .product-main .variations .select_option_label label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .wc_payment_method .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .wc_payment_method .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .wc_payment_method label.checkbox>input:checked~a:after,

.custom-radio #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.custom-radio #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.custom-radio #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.custom-radio #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.custom-radio #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.custom-radio #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.custom-radio #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.custom-radio #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.custom-radio #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.custom-radio #shipping_method li input:checked:not([type=hidden])+label:after,

.custom-radio #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.custom-radio #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.custom-radio #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.custom-radio #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.custom-radio #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.custom-radio #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.custom-radio .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.custom-radio .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.custom-radio .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.custom-radio .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.custom-radio .custom-control-input:checked~.custom-control-label:after,

.custom-radio .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.custom-radio .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.custom-radio .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.custom-radio .mailchimp-form__terms .custom-control-input:checked~label:after,

.custom-radio .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.custom-radio .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.custom-radio .mailchimp-form__terms input:checked~.custom-control-label:after,

.custom-radio .mailchimp-form__terms input:checked~label:after,

.custom-radio .mailchimp-form__terms label.checkbox>input:checked+span:after,

.custom-radio .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.custom-radio .mailchimp-form__terms label.checkbox>input:checked~label:after,

.custom-radio .product-list-sidebar .custom-control-input:checked~a:after,

.custom-radio .product-list-sidebar .wc_payment_method>input:checked~a:after,

.custom-radio .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.custom-radio .product-list-sidebar label.checkbox>input:checked~a:after,

.custom-radio .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.custom-radio .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.custom-radio .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.custom-radio .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.custom-radio .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.custom-radio .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.custom-radio .wc_payment_method>.custom-control-input:checked~input+label:after,

.custom-radio .wc_payment_method>input.custom-control-input:checked+label:after,

.custom-radio .wc_payment_method>input:checked+label:after,

.custom-radio .wc_payment_method>input:checked~.custom-control-label:after,

.custom-radio .wc_payment_method>input:checked~input+label:after,

.custom-radio .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.custom-radio .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.custom-radio .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.custom-radio .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.custom-radio .woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-radio .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.custom-radio .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-radio label.checkbox.wc_payment_method>input:checked+span:after,

.custom-radio label.checkbox.wc_payment_method>input:checked~input+span:after,

.custom-radio label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-radio label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-radio label.checkbox>.custom-control-input:checked~input+span:after,

.custom-radio label.checkbox>input.custom-control-input:checked+span:after,

.custom-radio label.checkbox>input:checked+span:after,

.custom-radio label.checkbox>input:checked~.custom-control-label:after,

.custom-radio label.checkbox>input:checked~input+span:after,

.custom-radio label.wc_payment_method.checkbox>input:checked+label:after,

.custom-radio label.wc_payment_method.checkbox>input:checked~input+label:after,

.custom-radio label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.custom-radio label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms #shipping_method li .custom-control-input:checked~label:after,

.mailchimp-form__terms #shipping_method li .custom-radio input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li input:checked~.custom-control-label:after,

.mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:checked~label:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked+span:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked~label:after,

.mailchimp-form__terms .custom-radio #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-radio #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .custom-radio #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-radio .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .custom-radio .custom-control-input:checked~label:after,

.mailchimp-form__terms .custom-radio .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .custom-radio .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .custom-radio input:checked~.custom-control-label:after,

.mailchimp-form__terms .custom-radio input:checked~label:after,

.mailchimp-form__terms .custom-radio label.checkbox>input:checked+span:after,

.mailchimp-form__terms .custom-radio label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .custom-radio label.checkbox>input:checked~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .product-main .variations .select_option_label .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:checked~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~.custom-control-label:after,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked+span:after,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked~label:after,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .wc_payment_method .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .wc_payment_method .custom-control-input:checked~label:after,

.mailchimp-form__terms .wc_payment_method .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .wc_payment_method .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .wc_payment_method input:checked~.custom-control-label:after,

.mailchimp-form__terms .wc_payment_method input:checked~label:after,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:checked+span:after,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:checked~label:after,

.product-list-sidebar #shipping_method li .custom-control-input:checked~a:after,

.product-list-sidebar #shipping_method li .custom-radio input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .wc_payment_method>input:checked~a:after,

.product-list-sidebar #shipping_method li .wc_payment_method input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li label.checkbox>input:checked~a:after,

.product-list-sidebar .custom-radio #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .custom-radio .custom-control-input:checked~a:after,

.product-list-sidebar .custom-radio .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .custom-radio .wc_payment_method>input:checked~a:after,

.product-list-sidebar .custom-radio .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .custom-radio label.checkbox>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .custom-radio input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .product-main .variations .select_option_label input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method input:checked~a:after,

.product-list-sidebar .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .product-main .variations .select_option_label .custom-control-input:checked~a:after,

.product-list-sidebar .product-main .variations .select_option_label .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .product-main .variations .select_option_label .wc_payment_method>input:checked~a:after,

.product-list-sidebar .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .product-main .variations .select_option_label label.checkbox>input:checked~a:after,

.product-list-sidebar .wc_payment_method #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .wc_payment_method .custom-control-input:checked~a:after,

.product-list-sidebar .wc_payment_method .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .wc_payment_method>input:checked~a:after,

.product-list-sidebar .wc_payment_method label.checkbox>input:checked~a:after,

.product-main .variations .select_option_label #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.product-main .variations .select_option_label #shipping_method li .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li .custom-radio input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-main .variations .select_option_label .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.product-main .variations .select_option_label .custom-control-input:checked~.custom-control-label:after,

.product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:checked~label:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-radio input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~.custom-control-label:after,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~label:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked+span:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked~label:after,

.product-main .variations .select_option_label .product-list-sidebar .custom-control-input:checked~a:after,

.product-main .variations .select_option_label .product-list-sidebar .wc_payment_method>input:checked~a:after,

.product-main .variations .select_option_label .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-main .variations .select_option_label .product-list-sidebar label.checkbox>input:checked~a:after,

.product-main .variations .select_option_label .wc_payment_method #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .wc_payment_method .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .wc_payment_method .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.product-main .variations .select_option_label .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.product-main .variations .select_option_label .wc_payment_method>.custom-control-input:checked~input+label:after,

.product-main .variations .select_option_label .wc_payment_method>input.custom-control-input:checked+label:after,

.product-main .variations .select_option_label .wc_payment_method>input:checked+label:after,

.product-main .variations .select_option_label .wc_payment_method>input:checked~.custom-control-label:after,

.product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .wc_payment_method>input:checked~input+label:after,

.product-main .variations .select_option_label .wc_payment_method label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked+span:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.product-main .variations .select_option_label label.checkbox.wc_payment_method>input:checked+span:after,

.product-main .variations .select_option_label label.checkbox.wc_payment_method>input:checked~input+span:after,

.product-main .variations .select_option_label label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.product-main .variations .select_option_label label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.product-main .variations .select_option_label label.checkbox>.custom-control-input:checked~input+span:after,

.product-main .variations .select_option_label label.checkbox>input.custom-control-input:checked+span:after,

.product-main .variations .select_option_label label.checkbox>input:checked+span:after,

.product-main .variations .select_option_label label.checkbox>input:checked~.custom-control-label:after,

.product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox>input:checked~input+span:after,

.product-main .variations .select_option_label label.wc_payment_method.checkbox>input:checked+label:after,

.product-main .variations .select_option_label label.wc_payment_method.checkbox>input:checked~input+label:after,

.product-main .variations .select_option_label label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.product-main .variations .select_option_label label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.wc_payment_method #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.wc_payment_method #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.wc_payment_method #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.wc_payment_method #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.wc_payment_method #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li input:checked:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.wc_payment_method #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.wc_payment_method #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.wc_payment_method #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.wc_payment_method .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.wc_payment_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.wc_payment_method .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.wc_payment_method .custom-control-input:checked~.custom-control-label:after,

.wc_payment_method .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.wc_payment_method .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.wc_payment_method .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.wc_payment_method .mailchimp-form__terms .custom-control-input:checked~label:after,

.wc_payment_method .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.wc_payment_method .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.wc_payment_method .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.wc_payment_method .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.wc_payment_method .mailchimp-form__terms input:checked~.custom-control-label:after,

.wc_payment_method .mailchimp-form__terms input:checked~label:after,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:checked+span:after,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:checked~label:after,

.wc_payment_method .product-list-sidebar .custom-control-input:checked~a:after,

.wc_payment_method .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.wc_payment_method .product-list-sidebar label.checkbox>input:checked~a:after,

.wc_payment_method .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.wc_payment_method .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.wc_payment_method .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.wc_payment_method .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.wc_payment_method .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:checked+span:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.wc_payment_method>.custom-control-input:checked~input+label:after,

.wc_payment_method>input.custom-control-input:checked+label:after,

.wc_payment_method>input:checked+label:after,

.wc_payment_method>input:checked~.custom-control-label:after,

.wc_payment_method>input:checked~input+label:after,

.wc_payment_method label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.wc_payment_method label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.wc_payment_method label.checkbox>.custom-control-input:checked~input+span:after,

.wc_payment_method label.checkbox>input.custom-control-input:checked+span:after,

.wc_payment_method label.checkbox>input:checked+span:after,

.wc_payment_method label.checkbox>input:checked~.custom-control-label:after,

.wc_payment_method label.checkbox>input:checked~input+span:after,

.wc_payment_method label.wc_payment_method.checkbox>input:checked+label:after,

.wc_payment_method label.wc_payment_method.checkbox>input:checked~input+label:after,

.wc_payment_method label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.wc_payment_method label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

label.checkbox.wc_payment_method>input:checked+span:after,

label.checkbox.wc_payment_method>input:checked~input+span:after {

	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}



#shipping_method .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

#shipping_method .archive-shop__sidebar ul li .custom-radio input:disabled:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:disabled:checked~a:before,

#shipping_method .archive-shop__sidebar ul li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

#shipping_method .archive-shop__sidebar ul li .wc_payment_method input:disabled:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

#shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

#shipping_method li .custom-control-input:disabled:checked~.custom-control-label:before,

#shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio .mailchimp-form__terms input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li .custom-radio .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .custom-radio .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .custom-radio .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

#shipping_method li .custom-radio .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .custom-radio input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .custom-radio label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .custom-radio label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

#shipping_method li .mailchimp-form__terms .custom-radio input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-radio input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

#shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

#shipping_method li .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:disabled:checked~label:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:disabled:checked~label:before,

#shipping_method li .product-list-sidebar .custom-control-input:disabled:checked~a:before,

#shipping_method li .product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

#shipping_method li .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

#shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .product-list-sidebar label.checkbox>input:disabled:checked~a:before,

#shipping_method li .product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .wc_payment_method .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

#shipping_method li .wc_payment_method>input.custom-control-input:disabled:checked+label:before,

#shipping_method li .wc_payment_method>input:disabled:checked+label:before,

#shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input:disabled:checked~.custom-control-label:before,

#shipping_method li .wc_payment_method>input:disabled:checked~input+label:before,

#shipping_method li .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .wc_payment_method input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .wc_payment_method label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .wc_payment_method label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox.wc_payment_method>input:disabled:checked+span:before,

#shipping_method li label.checkbox.wc_payment_method>input:disabled:checked~input+span:before,

#shipping_method li label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

#shipping_method li label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

#shipping_method li label.checkbox>.custom-control-input:disabled:checked~input+span:before,

#shipping_method li label.checkbox>input.custom-control-input:disabled:checked+span:before,

#shipping_method li label.checkbox>input:disabled:checked+span:before,

#shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:disabled:checked~.custom-control-label:before,

#shipping_method li label.checkbox>input:disabled:checked~input+span:before,

#shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li label.wc_payment_method.checkbox>input:disabled:checked+label:before,

#shipping_method li label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

#shipping_method li label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

#shipping_method li label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before,

.archive-shop__sidebar ul #shipping_method li .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul #shipping_method li .custom-radio input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul #shipping_method li .wc_payment_method input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li label.checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul .custom-radio #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:disabled:checked~a:before,

.archive-shop__sidebar ul .product-main .variations .select_option_label #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .wc_payment_method #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-radio .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-radio .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-radio .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-radio label.checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-radio input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method input:disabled:checked~a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label label.checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method label.checkbox>input:disabled:checked~a:before,

.custom-radio #shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

.custom-radio #shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

.custom-radio #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

.custom-radio #shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

.custom-radio #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.custom-radio #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

.custom-radio #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

.custom-radio #shipping_method li .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.custom-radio #shipping_method li input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

.custom-radio #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.custom-radio #shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

.custom-radio #shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.custom-radio #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

.custom-radio #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

.custom-radio #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.custom-radio #shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.custom-radio .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

.custom-radio .archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

.custom-radio .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.custom-radio .archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before,

.custom-radio .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.custom-radio .mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.custom-radio .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:checked~a:before,

.custom-radio .mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

.custom-radio .mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

.custom-radio .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.custom-radio .mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

.custom-radio .mailchimp-form__terms input:disabled:checked~label:before,

.custom-radio .mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

.custom-radio .mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

.custom-radio .mailchimp-form__terms label.checkbox>input:disabled:checked~label:before,

.custom-radio .product-list-sidebar .custom-control-input:disabled:checked~a:before,

.custom-radio .product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

.custom-radio .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.custom-radio .product-list-sidebar label.checkbox>input:disabled:checked~a:before,

.custom-radio .product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

.custom-radio .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.custom-radio .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.custom-radio .product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.custom-radio .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

.custom-radio .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

.custom-radio .wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

.custom-radio .wc_payment_method>input.custom-control-input:disabled:checked+label:before,

.custom-radio .wc_payment_method>input:disabled:checked+label:before,

.custom-radio .wc_payment_method>input:disabled:checked~.custom-control-label:before,

.custom-radio .wc_payment_method>input:disabled:checked~input+label:before,

.custom-radio .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

.custom-radio .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.custom-radio .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

.custom-radio .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

.custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

.custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.custom-radio label.checkbox.wc_payment_method>input:disabled:checked+span:before,

.custom-radio label.checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.custom-radio label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.custom-radio label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.custom-radio label.checkbox>.custom-control-input:disabled:checked~input+span:before,

.custom-radio label.checkbox>input.custom-control-input:disabled:checked+span:before,

.custom-radio label.checkbox>input:disabled:checked+span:before,

.custom-radio label.checkbox>input:disabled:checked~.custom-control-label:before,

.custom-radio label.checkbox>input:disabled:checked~input+span:before,

.custom-radio label.wc_payment_method.checkbox>input:disabled:checked+label:before,

.custom-radio label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

.custom-radio label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

.custom-radio label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms #shipping_method li .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms #shipping_method li .custom-radio input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:disabled:checked~label:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .custom-radio #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-radio #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .custom-radio #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-radio .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms .custom-radio .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms .custom-radio .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms .custom-radio .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .custom-radio input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .custom-radio input:disabled:checked~label:before,

.mailchimp-form__terms .custom-radio label.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .custom-radio label.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .custom-radio label.checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .product-main .variations .select_option_label .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .wc_payment_method .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms .wc_payment_method .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms .wc_payment_method .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms .wc_payment_method .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms .wc_payment_method input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .wc_payment_method input:disabled:checked~label:before,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:disabled:checked~label:before,

.product-list-sidebar #shipping_method li .custom-control-input:disabled:checked~a:before,

.product-list-sidebar #shipping_method li .custom-radio input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar #shipping_method li .wc_payment_method input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li label.checkbox>input:disabled:checked~a:before,

.product-list-sidebar .custom-radio #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-radio .custom-control-input:disabled:checked~a:before,

.product-list-sidebar .custom-radio .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar .custom-radio .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar .custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar .custom-radio label.checkbox>input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-radio input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method input:disabled:checked~a:before,

.product-list-sidebar .product-main .variations .select_option_label #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .product-main .variations .select_option_label .custom-control-input:disabled:checked~a:before,

.product-list-sidebar .product-main .variations .select_option_label .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar .product-main .variations .select_option_label label.checkbox>input:disabled:checked~a:before,

.product-list-sidebar .wc_payment_method #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .wc_payment_method .custom-control-input:disabled:checked~a:before,

.product-list-sidebar .wc_payment_method .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar .wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar .wc_payment_method label.checkbox>input:disabled:checked~a:before,

.product-main .variations .select_option_label #shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

.product-main .variations .select_option_label #shipping_method li .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li .custom-radio input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

.product-main .variations .select_option_label #shipping_method li input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-main .variations .select_option_label .archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

.product-main .variations .select_option_label .custom-control-input:disabled:checked~.custom-control-label:before,

.product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio #shipping_method li input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:checked~a:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-radio input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:disabled:checked~label:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:disabled:checked~label:before,

.product-main .variations .select_option_label .product-list-sidebar .custom-control-input:disabled:checked~a:before,

.product-main .variations .select_option_label .product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

.product-main .variations .select_option_label .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-main .variations .select_option_label .product-list-sidebar label.checkbox>input:disabled:checked~a:before,

.product-main .variations .select_option_label .wc_payment_method #shipping_method li input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

.product-main .variations .select_option_label .wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

.product-main .variations .select_option_label .wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

.product-main .variations .select_option_label .wc_payment_method>input.custom-control-input:disabled:checked+label:before,

.product-main .variations .select_option_label .wc_payment_method>input:disabled:checked+label:before,

.product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.custom-control-label:before,

.product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~input+label:before,

.product-main .variations .select_option_label .wc_payment_method label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.product-main .variations .select_option_label label.checkbox.wc_payment_method>input:disabled:checked+span:before,

.product-main .variations .select_option_label label.checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.product-main .variations .select_option_label label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.product-main .variations .select_option_label label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.product-main .variations .select_option_label label.checkbox>.custom-control-input:disabled:checked~input+span:before,

.product-main .variations .select_option_label label.checkbox>input.custom-control-input:disabled:checked+span:before,

.product-main .variations .select_option_label label.checkbox>input:disabled:checked+span:before,

.product-main .variations .select_option_label label.checkbox>input:disabled:checked~.custom-control-label:before,

.product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:disabled:checked~input+span:before,

.product-main .variations .select_option_label label.wc_payment_method.checkbox>input:disabled:checked+label:before,

.product-main .variations .select_option_label label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

.product-main .variations .select_option_label label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

.product-main .variations .select_option_label label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before,

.wc_payment_method #shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

.wc_payment_method #shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

.wc_payment_method #shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

.wc_payment_method #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.wc_payment_method #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li input.custom-control-input:disabled:checked:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

.wc_payment_method #shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

.wc_payment_method #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.wc_payment_method #shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.wc_payment_method .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

.wc_payment_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.wc_payment_method .archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

.wc_payment_method .custom-control-input:disabled:checked~.custom-control-label:before,

.wc_payment_method .mailchimp-form__terms #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.wc_payment_method .mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.wc_payment_method .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:checked~a:before,

.wc_payment_method .mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

.wc_payment_method .mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

.wc_payment_method .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.wc_payment_method .mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

.wc_payment_method .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.wc_payment_method .mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

.wc_payment_method .mailchimp-form__terms input:disabled:checked~label:before,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:disabled:checked~label:before,

.wc_payment_method .product-list-sidebar .custom-control-input:disabled:checked~a:before,

.wc_payment_method .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.wc_payment_method .product-list-sidebar label.checkbox>input:disabled:checked~a:before,

.wc_payment_method .product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

.wc_payment_method .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.wc_payment_method .product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.wc_payment_method .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

.wc_payment_method .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

.wc_payment_method>input.custom-control-input:disabled:checked+label:before,

.wc_payment_method>input:disabled:checked+label:before,

.wc_payment_method>input:disabled:checked~.custom-control-label:before,

.wc_payment_method>input:disabled:checked~input+label:before,

.wc_payment_method label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.wc_payment_method label.checkbox.woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.wc_payment_method label.checkbox>.custom-control-input:disabled:checked~input+span:before,

.wc_payment_method label.checkbox>input.custom-control-input:disabled:checked+span:before,

.wc_payment_method label.checkbox>input:disabled:checked+span:before,

.wc_payment_method label.checkbox>input:disabled:checked~.custom-control-label:before,

.wc_payment_method label.checkbox>input:disabled:checked~input+span:before,

.wc_payment_method label.wc_payment_method.checkbox>input:disabled:checked+label:before,

.wc_payment_method label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

.wc_payment_method label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

.wc_payment_method label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before,

.woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

.woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

label.checkbox.wc_payment_method>input:disabled:checked+span:before,

label.checkbox.wc_payment_method>input:disabled:checked~input+span:before {

	background-color: rgba(0, 0, 0, .5)
}



.custom-switch {

	padding-left: 3.2875rem
}



#shipping_method li .custom-switch input:not([type=hidden])+label:before,

.archive-shop__sidebar ul li .custom-switch a:before,

.custom-switch #shipping_method li input:not([type=hidden])+label:before,

.custom-switch .archive-shop__sidebar ul li a:before,

.custom-switch .custom-control-label:before,

.custom-switch .mailchimp-form__terms label:before,

.custom-switch .product-list-sidebar a:before,

.custom-switch .product-main .variations .select_option_label .yith_wccl_value:before,

.custom-switch .wc_payment_method>input+label:before,

.custom-switch .woocommerce-form__label-for-checkbox>input+span:before,

.custom-switch label.checkbox>input+span:before,

.mailchimp-form__terms .custom-switch label:before,

.product-list-sidebar .custom-switch a:before,

.product-main .variations .select_option_label .custom-switch .yith_wccl_value:before {

	left: -3.2875rem;

	width: 2.1875rem;

	pointer-events: all;

	border-radius: .625rem
}



#shipping_method li .custom-switch input:not([type=hidden])+label:after,

.archive-shop__sidebar ul li .custom-switch a:after,

.custom-switch #shipping_method li input:not([type=hidden])+label:after,

.custom-switch .archive-shop__sidebar ul li a:after,

.custom-switch .custom-control-label:after,

.custom-switch .mailchimp-form__terms label:after,

.custom-switch .product-list-sidebar a:after,

.custom-switch .product-main .variations .select_option_label .yith_wccl_value:after,

.custom-switch .wc_payment_method>input+label:after,

.custom-switch .woocommerce-form__label-for-checkbox>input+span:after,

.custom-switch label.checkbox>input+span:after,

.mailchimp-form__terms .custom-switch label:after,

.product-list-sidebar .custom-switch a:after,

.product-main .variations .select_option_label .custom-switch .yith_wccl_value:after {

	top: .125rem;

	left: -3.2875rem;

	width: 1.25rem;

	height: 1.25rem;

	background-color: #adb5bd;

	border-radius: .625rem;

	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -o-transform .15s ease-in-out;

	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -o-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}



@media (prefers-reduced-motion:reduce) {



	#shipping_method li .custom-switch input:not([type=hidden])+label:after,

	.archive-shop__sidebar ul li .custom-switch a:after,

	.custom-switch #shipping_method li input:not([type=hidden])+label:after,

	.custom-switch .archive-shop__sidebar ul li a:after,

	.custom-switch .custom-control-label:after,

	.custom-switch .mailchimp-form__terms label:after,

	.custom-switch .product-list-sidebar a:after,

	.custom-switch .product-main .variations .select_option_label .yith_wccl_value:after,

	.custom-switch .wc_payment_method>input+label:after,

	.custom-switch .woocommerce-form__label-for-checkbox>input+span:after,

	.custom-switch label.checkbox>input+span:after,

	.mailchimp-form__terms .custom-switch label:after,

	.product-list-sidebar .custom-switch a:after,

	.product-main .variations .select_option_label .custom-switch .yith_wccl_value:after {

		-webkit-transition: none;

		-o-transition: none;

		transition: none
	}

}



#shipping_method .archive-shop__sidebar ul li .custom-switch input:checked:not([type=hidden])~a:after,

#shipping_method li .custom-switch .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-switch .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .custom-switch .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-switch .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .custom-switch .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .custom-switch .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-switch .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .custom-switch .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-switch .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-switch .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .custom-switch .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .custom-switch .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-switch input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-switch input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .custom-switch input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .custom-switch label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-switch label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .custom-switch label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .custom-switch label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-switch input:checked~input:not([type=hidden])+label:after,

.archive-shop__sidebar ul #shipping_method li .custom-switch input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .custom-switch #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul li .custom-switch .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .custom-switch .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .custom-switch .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .custom-switch .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .custom-switch label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-switch input:checked~a:after,

.custom-switch #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.custom-switch #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.custom-switch #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.custom-switch #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.custom-switch #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.custom-switch #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.custom-switch #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.custom-switch #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.custom-switch #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.custom-switch #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.custom-switch #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.custom-switch #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.custom-switch #shipping_method li input:checked:not([type=hidden])+label:after,

.custom-switch #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.custom-switch #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.custom-switch #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.custom-switch #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.custom-switch #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.custom-switch #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.custom-switch .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.custom-switch .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.custom-switch .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.custom-switch .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.custom-switch .custom-control-input:checked~.custom-control-label:after,

.custom-switch .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.custom-switch .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.custom-switch .mailchimp-form__terms .custom-control-input:checked~label:after,

.custom-switch .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.custom-switch .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.custom-switch .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.custom-switch .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.custom-switch .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.custom-switch .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-switch .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-switch .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.custom-switch .mailchimp-form__terms input:checked~.custom-control-label:after,

.custom-switch .mailchimp-form__terms input:checked~label:after,

.custom-switch .mailchimp-form__terms label.checkbox>input:checked+span:after,

.custom-switch .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.custom-switch .mailchimp-form__terms label.checkbox>input:checked~label:after,

.custom-switch .product-list-sidebar .custom-control-input:checked~a:after,

.custom-switch .product-list-sidebar .wc_payment_method>input:checked~a:after,

.custom-switch .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.custom-switch .product-list-sidebar label.checkbox>input:checked~a:after,

.custom-switch .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.custom-switch .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.custom-switch .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.custom-switch .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.custom-switch .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.custom-switch .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.custom-switch .wc_payment_method>.custom-control-input:checked~input+label:after,

.custom-switch .wc_payment_method>input.custom-control-input:checked+label:after,

.custom-switch .wc_payment_method>input:checked+label:after,

.custom-switch .wc_payment_method>input:checked~.custom-control-label:after,

.custom-switch .wc_payment_method>input:checked~input+label:after,

.custom-switch .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.custom-switch .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.custom-switch .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.custom-switch .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.custom-switch .woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-switch .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.custom-switch .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-switch label.checkbox.wc_payment_method>input:checked+span:after,

.custom-switch label.checkbox.wc_payment_method>input:checked~input+span:after,

.custom-switch label.checkbox>.custom-control-input:checked~input+span:after,

.custom-switch label.checkbox>input.custom-control-input:checked+span:after,

.custom-switch label.checkbox>input:checked+span:after,

.custom-switch label.checkbox>input:checked~.custom-control-label:after,

.custom-switch label.checkbox>input:checked~input+span:after,

.custom-switch label.wc_payment_method.checkbox>input:checked+label:after,

.custom-switch label.wc_payment_method.checkbox>input:checked~input+label:after,

.custom-switch label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.custom-switch label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.mailchimp-form__terms #shipping_method li .custom-switch input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .custom-switch #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .custom-switch #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-switch .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .custom-switch .custom-control-input:checked~label:after,

.mailchimp-form__terms .custom-switch .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .custom-switch .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .custom-switch .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .custom-switch .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .custom-switch .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .custom-switch .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .custom-switch .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .custom-switch .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .custom-switch input:checked~.custom-control-label:after,

.mailchimp-form__terms .custom-switch input:checked~label:after,

.mailchimp-form__terms .custom-switch label.checkbox>input:checked+span:after,

.mailchimp-form__terms .custom-switch label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .custom-switch label.checkbox>input:checked~label:after,

.product-list-sidebar #shipping_method li .custom-switch input:checked:not([type=hidden])~a:after,

.product-list-sidebar .custom-switch #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .custom-switch .custom-control-input:checked~a:after,

.product-list-sidebar .custom-switch .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .custom-switch .wc_payment_method>input:checked~a:after,

.product-list-sidebar .custom-switch .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .custom-switch label.checkbox>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .custom-switch input:checked~a:after,

.product-main .variations .select_option_label #shipping_method li .custom-switch input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-switch #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-switch .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-switch .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-switch .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-switch .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-switch label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-switch input:checked~.yith_wccl_value:after {

	background-color: transparent;

	-webkit-transform: translateX(.9375rem);

	-o-transform: translateX(.9375rem);

	transform: translateX(.9375rem)
}



#shipping_method .archive-shop__sidebar ul li .custom-switch input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .custom-switch .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-switch .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

#shipping_method li .custom-switch .mailchimp-form__terms input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-switch .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

#shipping_method li .custom-switch .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .custom-switch .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-switch .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

#shipping_method li .custom-switch .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-switch input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-switch input:disabled:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .custom-switch input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .custom-switch label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

#shipping_method li .custom-switch label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

#shipping_method li .custom-switch label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

#shipping_method li .custom-switch label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-switch input:disabled:checked~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .custom-switch input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .custom-switch #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-switch .custom-control-input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-switch .mailchimp-form__terms input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-switch .wc_payment_method>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .custom-switch label.checkbox>input:disabled:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-switch input:disabled:checked~a:before,

.custom-switch #shipping_method .archive-shop__sidebar ul li input:disabled:checked:not([type=hidden])~a:before,

.custom-switch #shipping_method li .custom-control-input:disabled:checked~input:not([type=hidden])+label:before,

.custom-switch #shipping_method li .mailchimp-form__terms input:disabled:checked:not([type=hidden])~label:before,

.custom-switch #shipping_method li .product-list-sidebar input:disabled:checked:not([type=hidden])~a:before,

.custom-switch #shipping_method li .product-main .variations .select_option_label input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.custom-switch #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])+label:before,

.custom-switch #shipping_method li .wc_payment_method>input:disabled:checked:not([type=hidden])~input+label:before,

.custom-switch #shipping_method li .wc_payment_method>input:disabled:checked~input:not([type=hidden])+label:before,

.custom-switch #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+label:before,

.custom-switch #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])+span:before,

.custom-switch #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.custom-switch #shipping_method li .woocommerce-form__label-for-checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.custom-switch #shipping_method li input:disabled:checked:not([type=hidden])+label:before,

.custom-switch #shipping_method li input:disabled:checked:not([type=hidden])~.custom-control-label:before,

.custom-switch #shipping_method li input:disabled:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.custom-switch #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+label:before,

.custom-switch #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])+span:before,

.custom-switch #shipping_method li label.checkbox>input:disabled:checked:not([type=hidden])~input+span:before,

.custom-switch #shipping_method li label.checkbox>input:disabled:checked~input:not([type=hidden])+label:before,

.custom-switch .archive-shop__sidebar ul li .custom-control-input:disabled:checked~a:before,

.custom-switch .archive-shop__sidebar ul li .wc_payment_method>input:disabled:checked~a:before,

.custom-switch .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.custom-switch .archive-shop__sidebar ul li label.checkbox>input:disabled:checked~a:before,

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before,

.custom-switch .mailchimp-form__terms #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.custom-switch .mailchimp-form__terms .archive-shop__sidebar ul li input:disabled:checked~a:before,

.custom-switch .mailchimp-form__terms .custom-control-input:disabled:checked~label:before,

.custom-switch .mailchimp-form__terms .product-list-sidebar input:disabled:checked~a:before,

.custom-switch .mailchimp-form__terms .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.custom-switch .mailchimp-form__terms .wc_payment_method>input:disabled:checked+label:before,

.custom-switch .mailchimp-form__terms .wc_payment_method>input:disabled:checked~input+label:before,

.custom-switch .mailchimp-form__terms .wc_payment_method>input:disabled:checked~label:before,

.custom-switch .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.custom-switch .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.custom-switch .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.custom-switch .mailchimp-form__terms input:disabled:checked~.custom-control-label:before,

.custom-switch .mailchimp-form__terms input:disabled:checked~label:before,

.custom-switch .mailchimp-form__terms label.checkbox>input:disabled:checked+span:before,

.custom-switch .mailchimp-form__terms label.checkbox>input:disabled:checked~input+span:before,

.custom-switch .mailchimp-form__terms label.checkbox>input:disabled:checked~label:before,

.custom-switch .product-list-sidebar .custom-control-input:disabled:checked~a:before,

.custom-switch .product-list-sidebar .wc_payment_method>input:disabled:checked~a:before,

.custom-switch .product-list-sidebar .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.custom-switch .product-list-sidebar label.checkbox>input:disabled:checked~a:before,

.custom-switch .product-main .variations .select_option_label .custom-control-input:disabled:checked~.yith_wccl_value:before,

.custom-switch .product-main .variations .select_option_label .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.custom-switch .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.custom-switch .product-main .variations .select_option_label label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.custom-switch .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked+label:before,

.custom-switch .wc_payment_method.woocommerce-form__label-for-checkbox>input:disabled:checked~input+label:before,

.custom-switch .wc_payment_method>.custom-control-input:disabled:checked~input+label:before,

.custom-switch .wc_payment_method>input.custom-control-input:disabled:checked+label:before,

.custom-switch .wc_payment_method>input:disabled:checked+label:before,

.custom-switch .wc_payment_method>input:disabled:checked~.custom-control-label:before,

.custom-switch .wc_payment_method>input:disabled:checked~input+label:before,

.custom-switch .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked+span:before,

.custom-switch .woocommerce-form__label-for-checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.custom-switch .woocommerce-form__label-for-checkbox>.custom-control-input:disabled:checked~input+span:before,

.custom-switch .woocommerce-form__label-for-checkbox>input.custom-control-input:disabled:checked+span:before,

.custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked~.custom-control-label:before,

.custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.custom-switch label.checkbox.wc_payment_method>input:disabled:checked+span:before,

.custom-switch label.checkbox.wc_payment_method>input:disabled:checked~input+span:before,

.custom-switch label.checkbox>.custom-control-input:disabled:checked~input+span:before,

.custom-switch label.checkbox>input.custom-control-input:disabled:checked+span:before,

.custom-switch label.checkbox>input:disabled:checked+span:before,

.custom-switch label.checkbox>input:disabled:checked~.custom-control-label:before,

.custom-switch label.checkbox>input:disabled:checked~input+span:before,

.custom-switch label.wc_payment_method.checkbox>input:disabled:checked+label:before,

.custom-switch label.wc_payment_method.checkbox>input:disabled:checked~input+label:before,

.custom-switch label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked+span:before,

.custom-switch label.woocommerce-form__label-for-checkbox.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms #shipping_method li .custom-switch input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .custom-switch #shipping_method li input:disabled:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .custom-switch #shipping_method li input:disabled:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-switch .archive-shop__sidebar ul li input:disabled:checked~a:before,

.mailchimp-form__terms .custom-switch .custom-control-input:disabled:checked~label:before,

.mailchimp-form__terms .custom-switch .product-list-sidebar input:disabled:checked~a:before,

.mailchimp-form__terms .custom-switch .product-main .variations .select_option_label input:disabled:checked~.yith_wccl_value:before,

.mailchimp-form__terms .custom-switch .wc_payment_method>input:disabled:checked+label:before,

.mailchimp-form__terms .custom-switch .wc_payment_method>input:disabled:checked~input+label:before,

.mailchimp-form__terms .custom-switch .wc_payment_method>input:disabled:checked~label:before,

.mailchimp-form__terms .custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked~label:before,

.mailchimp-form__terms .custom-switch input:disabled:checked~.custom-control-label:before,

.mailchimp-form__terms .custom-switch input:disabled:checked~label:before,

.mailchimp-form__terms .custom-switch label.checkbox>input:disabled:checked+span:before,

.mailchimp-form__terms .custom-switch label.checkbox>input:disabled:checked~input+span:before,

.mailchimp-form__terms .custom-switch label.checkbox>input:disabled:checked~label:before,

.product-list-sidebar #shipping_method li .custom-switch input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-switch #shipping_method li input:disabled:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-switch .custom-control-input:disabled:checked~a:before,

.product-list-sidebar .custom-switch .mailchimp-form__terms input:disabled:checked~a:before,

.product-list-sidebar .custom-switch .wc_payment_method>input:disabled:checked~a:before,

.product-list-sidebar .custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked~a:before,

.product-list-sidebar .custom-switch label.checkbox>input:disabled:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-switch input:disabled:checked~a:before,

.product-main .variations .select_option_label #shipping_method li .custom-switch input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-switch #shipping_method li input:disabled:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-switch .custom-control-input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-switch .mailchimp-form__terms input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-switch .wc_payment_method>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-switch .woocommerce-form__label-for-checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-switch label.checkbox>input:disabled:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-switch input:disabled:checked~.yith_wccl_value:before {

	background-color: rgba(0, 0, 0, .5)
}



.custom-select {

	display: inline-block;

	width: 100%;

	height: 3em;

	padding: .75em 1.88rem .75em .88rem;

	font-size: 1rem;

	font-weight: 400;

	line-height: 1.5;

	color: #000;

	vertical-align: middle;

	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .88rem center/8px 10px;

	background-color: transparent;

	border: 0 solid #ced4da;

	border-radius: .25rem;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none
}



.custom-select:focus {

	border-color: #404040;

	outline: 0;

	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);

	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}



.custom-select:focus::-ms-value {

	color: #000;

	background-color: transparent
}



.custom-select[multiple],

.custom-select[size]:not([size="1"]) {

	height: auto;

	padding-right: .88rem;

	background-image: none
}



.custom-select:disabled {

	color: #6c757d;

	background-color: #e9ecef
}



.custom-select::-ms-expand {

	display: none
}



.custom-select-sm {

	height: calc(1.5em + .5rem);

	padding-top: .25rem;

	padding-bottom: .25rem;

	padding-left: .5rem;

	font-size: .875rem
}



.custom-select-lg {

	height: calc(1.5em + 1rem);

	padding-top: .5rem;

	padding-bottom: .5rem;

	padding-left: 1rem;

	font-size: 1.25rem
}



.custom-file {

	display: inline-block;

	margin-bottom: 0
}



.custom-file,

.custom-file-input {

	position: relative;

	width: 100%;

	height: 3em
}



.custom-file-input {

	z-index: 2;

	margin: 0;

	opacity: 0
}



.custom-file-input:focus~.custom-file-label {

	border-color: #404040;

	-webkit-box-shadow: 0;

	box-shadow: 0
}



.custom-file-input:disabled~.custom-file-label {

	background-color: #e9ecef
}



.custom-file-input:lang(en)~.custom-file-label:after {

	content: "Browse"

}



.custom-file-input~.custom-file-label[data-browse]:after {

	content: attr(data-browse)
}



.custom-file-label {

	left: 0;

	z-index: 1;

	font-weight: 400;

	background-color: transparent;

	border: 0 solid #ced4da;

	border-radius: 3px
}



.custom-file-label,

.custom-file-label:after {

	position: absolute;

	top: 0;

	right: 0;

	height: 3em;

	padding: .75em .88rem;

	line-height: 1.5;

	color: #000
}



.custom-file-label:after {

	bottom: 0;

	z-index: 3;

	display: block;

	content: "Browse";

	background-color: #e9ecef;

	border-left: inherit;

	border-radius: 0 3px 3px 0
}



.custom-range {

	width: 100%;

	height: 1.4rem;

	padding: 0;

	background-color: transparent;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none
}



.custom-range:focus {

	outline: none
}



.custom-range:focus::-webkit-slider-thumb {

	-webkit-box-shadow: 0 0 0 1px #fff, 0;

	box-shadow: 0 0 0 1px #fff, 0
}



.custom-range:focus::-moz-range-thumb {

	box-shadow: 0 0 0 1px #fff, 0
}



.custom-range:focus::-ms-thumb {

	box-shadow: 0 0 0 1px #fff, 0
}



.custom-range::-moz-focus-outer {

	border: 0
}



.custom-range::-webkit-slider-thumb {

	width: 1rem;

	height: 1rem;

	margin-top: -.25rem;

	background-color: #000;

	border: 0;

	border-radius: 1rem;

	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	-webkit-appearance: none;

	appearance: none
}



@media (prefers-reduced-motion:reduce) {

	.custom-range::-webkit-slider-thumb {

		-webkit-transition: none;

		-o-transition: none;

		transition: none
	}

}



.custom-range::-webkit-slider-thumb:active {

	background-color: #595959
}



.custom-range::-webkit-slider-runnable-track {

	width: 100%;

	height: .5rem;

	color: transparent;

	cursor: pointer;

	background-color: #dee2e6;

	border-color: transparent;

	border-radius: 1rem
}



.custom-range::-moz-range-thumb {

	width: 1rem;

	height: 1rem;

	background-color: #000;

	border: 0;

	border-radius: 1rem;

	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	-moz-appearance: none;

	appearance: none
}



@media (prefers-reduced-motion:reduce) {

	.custom-range::-moz-range-thumb {

		-webkit-transition: none;

		-o-transition: none;

		transition: none
	}

}



.custom-range::-moz-range-thumb:active {

	background-color: #595959
}



.custom-range::-moz-range-track {

	width: 100%;

	height: .5rem;

	color: transparent;

	cursor: pointer;

	background-color: #dee2e6;

	border-color: transparent;

	border-radius: 1rem
}



.custom-range::-ms-thumb {

	width: 1rem;

	height: 1rem;

	margin-top: 0;

	margin-right: .2rem;

	margin-left: .2rem;

	background-color: #000;

	border: 0;

	border-radius: 1rem;

	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	appearance: none
}



@media (prefers-reduced-motion:reduce) {

	.custom-range::-ms-thumb {

		-webkit-transition: none;

		-o-transition: none;

		transition: none
	}

}



.custom-range::-ms-thumb:active {

	background-color: #595959
}



.custom-range::-ms-track {

	width: 100%;

	height: .5rem;

	color: transparent;

	cursor: pointer;

	background-color: transparent;

	border-color: transparent;

	border-width: .5rem
}



.custom-range::-ms-fill-lower,

.custom-range::-ms-fill-upper {

	background-color: #dee2e6;

	border-radius: 1rem
}



.custom-range::-ms-fill-upper {

	margin-right: 15px
}



.custom-range:disabled::-webkit-slider-thumb {

	background-color: #adb5bd
}



.custom-range:disabled::-webkit-slider-runnable-track {

	cursor: default
}



.custom-range:disabled::-moz-range-thumb {

	background-color: #adb5bd
}



.custom-range:disabled::-moz-range-track {

	cursor: default
}



.custom-range:disabled::-ms-thumb {

	background-color: #adb5bd
}



#shipping_method li input:not([type=hidden])+label:before,

.archive-shop__sidebar ul li a:before,

.custom-control-label:before,

.custom-file-label,

.custom-select,

.mailchimp-form__terms label:before,

.product-list-sidebar a:before,

.product-main .variations .select_option_label .yith_wccl_value:before,

.wc_payment_method>input+label:before,

.woocommerce-form__label-for-checkbox>input+span:before,

label.checkbox>input+span:before {

	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

	-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}



@media (prefers-reduced-motion:reduce) {



	#shipping_method li input:not([type=hidden])+label:before,

	.archive-shop__sidebar ul li a:before,

	.custom-control-label:before,

	.custom-file-label,

	.custom-select,

	.mailchimp-form__terms label:before,

	.product-list-sidebar a:before,

	.product-main .variations .select_option_label .yith_wccl_value:before,

	.wc_payment_method>input+label:before,

	.woocommerce-form__label-for-checkbox>input+span:before,

	label.checkbox>input+span:before {

		-webkit-transition: none;

		-o-transition: none;

		transition: none
	}

}



.archive-shop__breadcrumbs ul,

.nav {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	padding-left: 0;

	margin-bottom: 0;

	list-style: none
}



.nav-link {

	display: block;

	padding: .5rem 1rem
}



.nav-link:focus,

.nav-link:hover {

	text-decoration: none
}



.nav-link.disabled {

	color: #6c757d;

	pointer-events: none;

	cursor: default
}



.nav-tabs {

	border-bottom: 1px solid #dee2e6
}



.nav-tabs .nav-item {

	margin-bottom: -1px
}



.nav-tabs .nav-link {

	border: 1px solid transparent;

	border-top-left-radius: .25rem;

	border-top-right-radius: .25rem
}



.nav-tabs .nav-link:focus,

.nav-tabs .nav-link:hover {

	border-color: #e9ecef #e9ecef #dee2e6
}



.nav-tabs .nav-link.disabled {

	color: #6c757d;

	background-color: transparent;

	border-color: transparent
}



.nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link.active {

	color: #495057;

	background-color: #fff;

	border-color: #dee2e6 #dee2e6 #fff
}



.nav-tabs .dropdown-menu {

	margin-top: -1px;

	border-top-left-radius: 0;

	border-top-right-radius: 0
}



.nav-pills .nav-link {

	border-radius: .25rem
}



.nav-pills .nav-link.active,

.nav-pills .show>.nav-link {

	color: #fff;

	background-color: #000
}



.nav-fill .nav-item {

	-webkit-box-flex: 1;

	-ms-flex: 1 1 auto;

	flex: 1 1 auto;

	text-align: center
}



.nav-justified .nav-item {

	-ms-flex-preferred-size: 0;

	flex-basis: 0;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	text-align: center
}



.tab-content>.tab-pane {

	display: none
}



.tab-content>.active {

	display: block
}



.alert,

.gift-cards_form .ywgc-manual-amount-error,

.woocommerce-password-strength,

.woocommerce-password-strength+.woocommerce-password-hint {

	position: relative;

	padding: .75rem 1.25rem;

	margin-bottom: 1rem;

	border: 0 solid transparent;

	border-radius: .25rem
}



.alert-heading {

	color: inherit
}



.alert-link {

	font-weight: 700
}



.alert-dismissible {

	padding-right: 4rem
}



.alert-dismissible .close {

	position: absolute;

	top: 0;

	right: 0;

	padding: .75rem 1.25rem;

	color: inherit
}



.alert-primary {

	color: #000;

	background-color: #ccc;

	border-color: #b8b8b8
}



.alert-primary hr {

	border-top-color: #ababab
}



.alert-primary .alert-link {

	color: #000
}



.alert-secondary {

	color: #383d41;

	background-color: #e2e3e5;

	border-color: #d6d8db
}



.alert-secondary hr {

	border-top-color: #c8cbcf
}



.alert-secondary .alert-link {

	color: #202326
}



.alert-success,

.woocommerce-password-strength.strong,

.woocommerce-password-strength.strong+.woocommerce-password-hint {

	color: #155724;

	background-color: #d4edda;

	border-color: #c3e6cb
}



.alert-success hr,

.woocommerce-password-strength.strong+.woocommerce-password-hint hr,

.woocommerce-password-strength.strong hr {

	border-top-color: #b1dfbb
}



.alert-success .alert-link,

.woocommerce-password-strength.strong+.woocommerce-password-hint .alert-link,

.woocommerce-password-strength.strong .alert-link {

	color: #0b2e13
}



.alert-info {

	color: #0c5460;

	background-color: #d1ecf1;

	border-color: #bee5eb
}



.alert-info hr {

	border-top-color: #abdde5
}



.alert-info .alert-link {

	color: #062c33
}



.alert-warning,

.gift-cards_form .ywgc-manual-amount-error,

.woocommerce-password-strength.good,

.woocommerce-password-strength.good+.woocommerce-password-hint {

	color: #7b4026;

	background-color: #fbe5db;

	border-color: #fadacc
}



.alert-warning hr,

.gift-cards_form .ywgc-manual-amount-error hr,

.woocommerce-password-strength.good+.woocommerce-password-hint hr,

.woocommerce-password-strength.good hr {

	border-top-color: #f8c9b5
}



.alert-warning .alert-link,

.gift-cards_form .ywgc-manual-amount-error .alert-link,

.woocommerce-password-strength.good+.woocommerce-password-hint .alert-link,

.woocommerce-password-strength.good .alert-link {

	color: #542c1a
}



.alert-danger,

.woocommerce-password-strength.bad,

.woocommerce-password-strength.bad+.woocommerce-password-hint,

.woocommerce-password-strength.short,

.woocommerce-password-strength.short+.woocommerce-password-hint {

	color: #721c24;

	background-color: #f8d7da;

	border-color: #f5c6cb
}



.alert-danger hr,

.woocommerce-password-strength.bad+.woocommerce-password-hint hr,

.woocommerce-password-strength.bad hr,

.woocommerce-password-strength.short+.woocommerce-password-hint hr,

.woocommerce-password-strength.short hr {

	border-top-color: #f1b0b7
}



.alert-danger .alert-link,

.woocommerce-password-strength.bad+.woocommerce-password-hint .alert-link,

.woocommerce-password-strength.bad .alert-link,

.woocommerce-password-strength.short+.woocommerce-password-hint .alert-link,

.woocommerce-password-strength.short .alert-link {

	color: #491217
}



.alert-light {

	color: #818182;

	background-color: #fefefe;

	border-color: #fdfdfe
}



.alert-light hr {

	border-top-color: #ececf6
}



.alert-light .alert-link {

	color: #686868
}



.alert-dark {

	color: #1b1e21;

	background-color: #d6d8d9;

	border-color: #c6c8ca
}



.alert-dark hr {

	border-top-color: #b9bbbe
}



.alert-dark .alert-link {

	color: #040505
}



.align-baseline {

	vertical-align: baseline !important
}



.align-top {

	vertical-align: top !important
}



.align-middle {

	vertical-align: middle !important
}



.align-bottom {

	vertical-align: bottom !important
}



.align-text-bottom {

	vertical-align: text-bottom !important
}



.align-text-top {

	vertical-align: text-top !important
}



.bg-primary,

a.bg-primary:focus,

a.bg-primary:hover,

button.bg-primary:focus,

button.bg-primary:hover {

	background-color: #000 !important
}



.bg-secondary {

	background-color: #6c757d !important
}



a.bg-secondary:focus,

a.bg-secondary:hover,

button.bg-secondary:focus,

button.bg-secondary:hover {

	background-color: #545b62 !important
}



.bg-success {

	background-color: #28a745 !important
}



a.bg-success:focus,

a.bg-success:hover,

button.bg-success:focus,

button.bg-success:hover {

	background-color: #1e7e34 !important
}



.bg-info {

	background-color: #17a2b8 !important
}



a.bg-info:focus,

a.bg-info:hover,

button.bg-info:focus,

button.bg-info:hover {

	background-color: #117a8b !important
}



.bg-warning {

	background-color: #ed7b49 !important
}



a.bg-warning:focus,

a.bg-warning:hover,

button.bg-warning:focus,

button.bg-warning:hover {

	background-color: #e8591b !important
}



.bg-danger {

	background-color: #dc3545 !important
}



a.bg-danger:focus,

a.bg-danger:hover,

button.bg-danger:focus,

button.bg-danger:hover {

	background-color: #bd2130 !important
}



.bg-light {

	background-color: #f8f9fa !important
}



a.bg-light:focus,

a.bg-light:hover,

button.bg-light:focus,

button.bg-light:hover {

	background-color: #dae0e5 !important
}



.bg-dark {

	background-color: #343a40 !important
}



a.bg-dark:focus,

a.bg-dark:hover,

button.bg-dark:focus,

button.bg-dark:hover {

	background-color: #1d2124 !important
}



.bg-white {

	background-color: #fff !important
}



.bg-transparent {

	background-color: transparent !important
}



.border {

	border: 1px solid #dee2e6 !important
}



.border-top {

	border-top: 1px solid #dee2e6 !important
}



.border-right {

	border-right: 1px solid #dee2e6 !important
}



.border-bottom {

	border-bottom: 1px solid #dee2e6 !important
}



.border-left {

	border-left: 1px solid #dee2e6 !important
}



.border-0 {

	border: 0 !important
}



.border-top-0 {

	border-top: 0 !important
}



.border-right-0 {

	border-right: 0 !important
}



.border-bottom-0 {

	border-bottom: 0 !important
}



.border-left-0 {

	border-left: 0 !important
}



.border-primary {

	border-color: #000 !important
}



.border-secondary {

	border-color: #6c757d !important
}



.border-success {

	border-color: #28a745 !important
}



.border-info {

	border-color: #17a2b8 !important
}



.border-warning {

	border-color: #ed7b49 !important
}



.border-danger {

	border-color: #dc3545 !important
}



.border-light {

	border-color: #f8f9fa !important
}



.border-dark {

	border-color: #343a40 !important
}



.border-white {

	border-color: #fff !important
}



.rounded-sm {

	border-radius: .2rem !important
}



.rounded {

	border-radius: .25rem !important
}



.rounded-top {

	border-top-left-radius: .25rem !important
}



.rounded-right,

.rounded-top {

	border-top-right-radius: .25rem !important
}



.rounded-bottom,

.rounded-right {

	border-bottom-right-radius: .25rem !important
}



.rounded-bottom,

.rounded-left {

	border-bottom-left-radius: .25rem !important
}



.rounded-left {

	border-top-left-radius: .25rem !important
}



.rounded-lg {

	border-radius: .3rem !important
}



.rounded-circle {

	border-radius: 50% !important
}



.rounded-pill {

	border-radius: 50rem !important
}



.rounded-0 {

	border-radius: 0 !important
}



.clearfix:after {

	display: block;

	clear: both;

	content: ""

}



.d-none {

	display: none !important
}



.d-inline {

	display: inline !important
}



.d-inline-block {

	display: inline-block !important
}



.d-block {

	display: block !important
}



.d-table {

	display: table !important
}



.d-table-row {

	display: table-row !important
}



.d-table-cell {

	display: table-cell !important
}



.d-flex {

	display: -webkit-box !important;

	display: -ms-flexbox !important;

	display: flex !important
}



.d-inline-flex {

	display: -webkit-inline-box !important;

	display: -ms-inline-flexbox !important;

	display: inline-flex !important
}



@media (min-width:576px) {

	.d-sm-none {

		display: none !important
	}



	.d-sm-inline {

		display: inline !important
	}



	.d-sm-inline-block {

		display: inline-block !important
	}



	.d-sm-block {

		display: block !important
	}



	.d-sm-table {

		display: table !important
	}



	.d-sm-table-row {

		display: table-row !important
	}



	.d-sm-table-cell {

		display: table-cell !important
	}



	.d-sm-flex {

		display: -webkit-box !important;

		display: -ms-flexbox !important;

		display: flex !important
	}



	.d-sm-inline-flex {

		display: -webkit-inline-box !important;

		display: -ms-inline-flexbox !important;

		display: inline-flex !important
	}

}



@media (min-width:768px) {

	.d-md-none {

		display: none !important
	}



	.d-md-inline {

		display: inline !important
	}



	.d-md-inline-block {

		display: inline-block !important
	}



	.d-md-block {

		display: block !important
	}



	.d-md-table {

		display: table !important
	}



	.d-md-table-row {

		display: table-row !important
	}



	.d-md-table-cell {

		display: table-cell !important
	}



	.d-md-flex {

		display: -webkit-box !important;

		display: -ms-flexbox !important;

		display: flex !important
	}



	.d-md-inline-flex {

		display: -webkit-inline-box !important;

		display: -ms-inline-flexbox !important;

		display: inline-flex !important
	}

}



@media (min-width:992px) {

	.d-lg-none {

		display: none !important
	}



	.d-lg-inline {

		display: inline !important
	}



	.d-lg-inline-block {

		display: inline-block !important
	}



	.d-lg-block {

		display: block !important
	}



	.d-lg-table {

		display: table !important
	}



	.d-lg-table-row {

		display: table-row !important
	}



	.d-lg-table-cell {

		display: table-cell !important
	}



	.d-lg-flex {

		display: -webkit-box !important;

		display: -ms-flexbox !important;

		display: flex !important
	}



	.d-lg-inline-flex {

		display: -webkit-inline-box !important;

		display: -ms-inline-flexbox !important;

		display: inline-flex !important
	}

}



@media (min-width:1200px) {

	.d-xl-none {

		display: none !important
	}



	.d-xl-inline {

		display: inline !important
	}



	.d-xl-inline-block {

		display: inline-block !important
	}



	.d-xl-block {

		display: block !important
	}



	.d-xl-table {

		display: table !important
	}



	.d-xl-table-row {

		display: table-row !important
	}



	.d-xl-table-cell {

		display: table-cell !important
	}



	.d-xl-flex {

		display: -webkit-box !important;

		display: -ms-flexbox !important;

		display: flex !important
	}



	.d-xl-inline-flex {

		display: -webkit-inline-box !important;

		display: -ms-inline-flexbox !important;

		display: inline-flex !important
	}



}



@media (min-width:1600px) {

	.d-xxl-none {

		display: none !important
	}



	.d-xxl-inline {

		display: inline !important
	}



	.d-xxl-inline-block {

		display: inline-block !important
	}



	.d-xxl-block {

		display: block !important
	}



	.d-xxl-table {

		display: table !important
	}



	.d-xxl-table-row {

		display: table-row !important
	}



	.d-xxl-table-cell {

		display: table-cell !important
	}



	.d-xxl-flex {

		display: -webkit-box !important;

		display: -ms-flexbox !important;

		display: flex !important
	}



	.d-xxl-inline-flex {

		display: -webkit-inline-box !important;

		display: -ms-inline-flexbox !important;

		display: inline-flex !important
	}



}



@media (min-width:1920px) {

	.d-xxxl-none {

		display: none !important
	}



	.d-xxxl-inline {

		display: inline !important
	}



	.d-xxxl-inline-block {

		display: inline-block !important
	}



	.d-xxxl-block {

		display: block !important
	}



	.d-xxxl-table {

		display: table !important
	}



	.d-xxxl-table-row {

		display: table-row !important
	}



	.d-xxxl-table-cell {

		display: table-cell !important
	}



	.d-xxxl-flex {

		display: -webkit-box !important;

		display: -ms-flexbox !important;

		display: flex !important
	}



	.d-xxxl-inline-flex {

		display: -webkit-inline-box !important;

		display: -ms-inline-flexbox !important;

		display: inline-flex !important
	}

}



@media (min-width:3840px) {

	.d-xxxxl-none {

		display: none !important
	}



	.d-xxxxl-inline {

		display: inline !important
	}



	.d-xxxxl-inline-block {

		display: inline-block !important
	}



	.d-xxxxl-block {

		display: block !important
	}



	.d-xxxxl-table {

		display: table !important
	}



	.d-xxxxl-table-row {

		display: table-row !important
	}



	.d-xxxxl-table-cell {

		display: table-cell !important
	}



	.d-xxxxl-flex {

		display: -webkit-box !important;

		display: -ms-flexbox !important;

		display: flex !important
	}



	.d-xxxxl-inline-flex {

		display: -webkit-inline-box !important;

		display: -ms-inline-flexbox !important;

		display: inline-flex !important
	}

}



@media print {

	.d-print-none {

		display: none !important
	}



	.d-print-inline {

		display: inline !important
	}



	.d-print-inline-block {

		display: inline-block !important
	}



	.d-print-block {

		display: block !important
	}



	.d-print-table {

		display: table !important
	}



	.d-print-table-row {

		display: table-row !important
	}



	.d-print-table-cell {

		display: table-cell !important
	}



	.d-print-flex {

		display: -webkit-box !important;

		display: -ms-flexbox !important;

		display: flex !important
	}



	.d-print-inline-flex {

		display: -webkit-inline-box !important;

		display: -ms-inline-flexbox !important;

		display: inline-flex !important
	}

}



.embed-responsive {

	position: relative;

	display: block;

	width: 100%;

	padding: 0;

	overflow: hidden
}



.embed-responsive:before {

	display: block;

	content: ""

}



.embed-responsive .embed-responsive-item,

.embed-responsive embed,

.embed-responsive iframe,

.embed-responsive object,

.embed-responsive video {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 100%;

	border: 0
}



.embed-responsive-21by9:before {

	padding-top: 42.85714%
}



.embed-responsive-16by9:before {

	padding-top: 56.25%
}



.embed-responsive-4by3:before {

	padding-top: 75%
}



.embed-responsive-1by1:before {

	padding-top: 100%
}



.flex-row {

	-webkit-box-orient: horizontal !important;

	-ms-flex-direction: row !important;

	flex-direction: row !important
}



.flex-column,

.flex-row {

	-webkit-box-direction: normal !important
}



.flex-column {

	-webkit-box-orient: vertical !important;

	-ms-flex-direction: column !important;

	flex-direction: column !important
}



.flex-row-reverse {

	-webkit-box-orient: horizontal !important;

	-ms-flex-direction: row-reverse !important;

	flex-direction: row-reverse !important
}



.flex-column-reverse,

.flex-row-reverse {

	-webkit-box-direction: reverse !important
}



.flex-column-reverse {

	-webkit-box-orient: vertical !important;

	-ms-flex-direction: column-reverse !important;

	flex-direction: column-reverse !important
}



.flex-wrap {

	-ms-flex-wrap: wrap !important;

	flex-wrap: wrap !important
}



.flex-nowrap {

	-ms-flex-wrap: nowrap !important;

	flex-wrap: nowrap !important
}



.flex-wrap-reverse {

	-ms-flex-wrap: wrap-reverse !important;

	flex-wrap: wrap-reverse !important
}



.flex-fill {

	-webkit-box-flex: 1 !important;

	-ms-flex: 1 1 auto !important;

	flex: 1 1 auto !important
}



.flex-grow-0 {

	-webkit-box-flex: 0 !important;

	-ms-flex-positive: 0 !important;

	flex-grow: 0 !important
}



.flex-grow-1 {

	-webkit-box-flex: 1 !important;

	-ms-flex-positive: 1 !important;

	flex-grow: 1 !important
}



.flex-shrink-0 {

	-ms-flex-negative: 0 !important;

	flex-shrink: 0 !important
}



.flex-shrink-1 {

	-ms-flex-negative: 1 !important;

	flex-shrink: 1 !important
}



.justify-content-start {

	-webkit-box-pack: start !important;

	-ms-flex-pack: start !important;

	justify-content: flex-start !important
}



.justify-content-end {

	-webkit-box-pack: end !important;

	-ms-flex-pack: end !important;

	justify-content: flex-end !important
}



.justify-content-center {

	-webkit-box-pack: center !important;

	-ms-flex-pack: center !important;

	justify-content: center !important
}



.justify-content-between {

	-webkit-box-pack: justify !important;

	-ms-flex-pack: justify !important;

	justify-content: space-between !important
}



.justify-content-around {

	-ms-flex-pack: distribute !important;

	justify-content: space-around !important
}



.align-items-start {

	-webkit-box-align: start !important;

	-ms-flex-align: start !important;

	align-items: flex-start !important
}



.align-items-end {

	-webkit-box-align: end !important;

	-ms-flex-align: end !important;

	align-items: flex-end !important
}



.align-items-center {

	-webkit-box-align: center !important;

	-ms-flex-align: center !important;

	align-items: center !important
}



.align-items-baseline {

	-webkit-box-align: baseline !important;

	-ms-flex-align: baseline !important;

	align-items: baseline !important
}



.align-items-stretch {

	-webkit-box-align: stretch !important;

	-ms-flex-align: stretch !important;

	align-items: stretch !important
}



.align-content-start {

	-ms-flex-line-pack: start !important;

	align-content: flex-start !important
}



.align-content-end {

	-ms-flex-line-pack: end !important;

	align-content: flex-end !important
}



.align-content-center {

	-ms-flex-line-pack: center !important;

	align-content: center !important
}



.align-content-between {

	-ms-flex-line-pack: justify !important;

	align-content: space-between !important
}



.align-content-around {

	-ms-flex-line-pack: distribute !important;

	align-content: space-around !important
}



.align-content-stretch {

	-ms-flex-line-pack: stretch !important;

	align-content: stretch !important
}



.align-self-auto {

	-ms-flex-item-align: auto !important;

	align-self: auto !important
}



.align-self-start {

	-ms-flex-item-align: start !important;

	align-self: flex-start !important
}



.align-self-end {

	-ms-flex-item-align: end !important;

	align-self: flex-end !important
}



.align-self-center {

	-ms-flex-item-align: center !important;

	align-self: center !important
}



.align-self-baseline {

	-ms-flex-item-align: baseline !important;

	align-self: baseline !important
}



.align-self-stretch {

	-ms-flex-item-align: stretch !important;

	align-self: stretch !important
}



@media (min-width:576px) {

	.flex-sm-row {

		-webkit-box-orient: horizontal !important;

		-ms-flex-direction: row !important;

		flex-direction: row !important
	}



	.flex-sm-column,

	.flex-sm-row {

		-webkit-box-direction: normal !important
	}



	.flex-sm-column {

		-webkit-box-orient: vertical !important;

		-ms-flex-direction: column !important;

		flex-direction: column !important
	}



	.flex-sm-row-reverse {

		-webkit-box-orient: horizontal !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: row-reverse !important;

		flex-direction: row-reverse !important
	}



	.flex-sm-column-reverse {

		-webkit-box-orient: vertical !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: column-reverse !important;

		flex-direction: column-reverse !important
	}



	.flex-sm-wrap {

		-ms-flex-wrap: wrap !important;

		flex-wrap: wrap !important
	}



	.flex-sm-nowrap {

		-ms-flex-wrap: nowrap !important;

		flex-wrap: nowrap !important
	}



	.flex-sm-wrap-reverse {

		-ms-flex-wrap: wrap-reverse !important;

		flex-wrap: wrap-reverse !important
	}



	.flex-sm-fill {

		-webkit-box-flex: 1 !important;

		-ms-flex: 1 1 auto !important;

		flex: 1 1 auto !important
	}



	.flex-sm-grow-0 {

		-webkit-box-flex: 0 !important;

		-ms-flex-positive: 0 !important;

		flex-grow: 0 !important
	}



	.flex-sm-grow-1 {

		-webkit-box-flex: 1 !important;

		-ms-flex-positive: 1 !important;

		flex-grow: 1 !important
	}



	.flex-sm-shrink-0 {

		-ms-flex-negative: 0 !important;

		flex-shrink: 0 !important
	}



	.flex-sm-shrink-1 {

		-ms-flex-negative: 1 !important;

		flex-shrink: 1 !important
	}



	.justify-content-sm-start {

		-webkit-box-pack: start !important;

		-ms-flex-pack: start !important;

		justify-content: flex-start !important
	}



	.justify-content-sm-end {

		-webkit-box-pack: end !important;

		-ms-flex-pack: end !important;

		justify-content: flex-end !important
	}



	.justify-content-sm-center {

		-webkit-box-pack: center !important;

		-ms-flex-pack: center !important;

		justify-content: center !important
	}



	.justify-content-sm-between {

		-webkit-box-pack: justify !important;

		-ms-flex-pack: justify !important;

		justify-content: space-between !important
	}



	.justify-content-sm-around {

		-ms-flex-pack: distribute !important;

		justify-content: space-around !important
	}



	.align-items-sm-start {

		-webkit-box-align: start !important;

		-ms-flex-align: start !important;

		align-items: flex-start !important
	}



	.align-items-sm-end {

		-webkit-box-align: end !important;

		-ms-flex-align: end !important;

		align-items: flex-end !important
	}



	.align-items-sm-center {

		-webkit-box-align: center !important;

		-ms-flex-align: center !important;

		align-items: center !important
	}



	.align-items-sm-baseline {

		-webkit-box-align: baseline !important;

		-ms-flex-align: baseline !important;

		align-items: baseline !important
	}



	.align-items-sm-stretch {

		-webkit-box-align: stretch !important;

		-ms-flex-align: stretch !important;

		align-items: stretch !important
	}



	.align-content-sm-start {

		-ms-flex-line-pack: start !important;

		align-content: flex-start !important
	}



	.align-content-sm-end {

		-ms-flex-line-pack: end !important;

		align-content: flex-end !important
	}



	.align-content-sm-center {

		-ms-flex-line-pack: center !important;

		align-content: center !important
	}



	.align-content-sm-between {

		-ms-flex-line-pack: justify !important;

		align-content: space-between !important
	}



	.align-content-sm-around {

		-ms-flex-line-pack: distribute !important;

		align-content: space-around !important
	}



	.align-content-sm-stretch {

		-ms-flex-line-pack: stretch !important;

		align-content: stretch !important
	}



	.align-self-sm-auto {

		-ms-flex-item-align: auto !important;

		align-self: auto !important
	}



	.align-self-sm-start {

		-ms-flex-item-align: start !important;

		align-self: flex-start !important
	}



	.align-self-sm-end {

		-ms-flex-item-align: end !important;

		align-self: flex-end !important
	}



	.align-self-sm-center {

		-ms-flex-item-align: center !important;

		align-self: center !important
	}



	.align-self-sm-baseline {

		-ms-flex-item-align: baseline !important;

		align-self: baseline !important
	}



	.align-self-sm-stretch {

		-ms-flex-item-align: stretch !important;

		align-self: stretch !important
	}

}



@media (min-width:768px) {

	.flex-md-row {

		-webkit-box-orient: horizontal !important;

		-ms-flex-direction: row !important;

		flex-direction: row !important
	}



	.flex-md-column,

	.flex-md-row {

		-webkit-box-direction: normal !important
	}



	.flex-md-column {

		-webkit-box-orient: vertical !important;

		-ms-flex-direction: column !important;

		flex-direction: column !important
	}



	.flex-md-row-reverse {

		-webkit-box-orient: horizontal !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: row-reverse !important;

		flex-direction: row-reverse !important
	}



	.flex-md-column-reverse {

		-webkit-box-orient: vertical !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: column-reverse !important;

		flex-direction: column-reverse !important
	}



	.flex-md-wrap {

		-ms-flex-wrap: wrap !important;

		flex-wrap: wrap !important
	}



	.flex-md-nowrap {

		-ms-flex-wrap: nowrap !important;

		flex-wrap: nowrap !important
	}



	.flex-md-wrap-reverse {

		-ms-flex-wrap: wrap-reverse !important;

		flex-wrap: wrap-reverse !important
	}



	.flex-md-fill {

		-webkit-box-flex: 1 !important;

		-ms-flex: 1 1 auto !important;

		flex: 1 1 auto !important
	}



	.flex-md-grow-0 {

		-webkit-box-flex: 0 !important;

		-ms-flex-positive: 0 !important;

		flex-grow: 0 !important
	}



	.flex-md-grow-1 {

		-webkit-box-flex: 1 !important;

		-ms-flex-positive: 1 !important;

		flex-grow: 1 !important
	}



	.flex-md-shrink-0 {

		-ms-flex-negative: 0 !important;

		flex-shrink: 0 !important
	}



	.flex-md-shrink-1 {

		-ms-flex-negative: 1 !important;

		flex-shrink: 1 !important
	}



	.justify-content-md-start {

		-webkit-box-pack: start !important;

		-ms-flex-pack: start !important;

		justify-content: flex-start !important
	}



	.justify-content-md-end {

		-webkit-box-pack: end !important;

		-ms-flex-pack: end !important;

		justify-content: flex-end !important
	}



	.justify-content-md-center {

		-webkit-box-pack: center !important;

		-ms-flex-pack: center !important;

		justify-content: center !important
	}



	.justify-content-md-between {

		-webkit-box-pack: justify !important;

		-ms-flex-pack: justify !important;

		justify-content: space-between !important
	}



	.justify-content-md-around {

		-ms-flex-pack: distribute !important;

		justify-content: space-around !important
	}



	.align-items-md-start {

		-webkit-box-align: start !important;

		-ms-flex-align: start !important;

		align-items: flex-start !important
	}



	.align-items-md-end {

		-webkit-box-align: end !important;

		-ms-flex-align: end !important;

		align-items: flex-end !important
	}



	.align-items-md-center {

		-webkit-box-align: center !important;

		-ms-flex-align: center !important;

		align-items: center !important
	}



	.align-items-md-baseline {

		-webkit-box-align: baseline !important;

		-ms-flex-align: baseline !important;

		align-items: baseline !important
	}



	.align-items-md-stretch {

		-webkit-box-align: stretch !important;

		-ms-flex-align: stretch !important;

		align-items: stretch !important
	}



	.align-content-md-start {

		-ms-flex-line-pack: start !important;

		align-content: flex-start !important
	}



	.align-content-md-end {

		-ms-flex-line-pack: end !important;

		align-content: flex-end !important
	}



	.align-content-md-center {

		-ms-flex-line-pack: center !important;

		align-content: center !important
	}



	.align-content-md-between {

		-ms-flex-line-pack: justify !important;

		align-content: space-between !important
	}



	.align-content-md-around {

		-ms-flex-line-pack: distribute !important;

		align-content: space-around !important
	}



	.align-content-md-stretch {

		-ms-flex-line-pack: stretch !important;

		align-content: stretch !important
	}



	.align-self-md-auto {

		-ms-flex-item-align: auto !important;

		align-self: auto !important
	}



	.align-self-md-start {

		-ms-flex-item-align: start !important;

		align-self: flex-start !important
	}



	.align-self-md-end {

		-ms-flex-item-align: end !important;

		align-self: flex-end !important
	}



	.align-self-md-center {

		-ms-flex-item-align: center !important;

		align-self: center !important
	}



	.align-self-md-baseline {

		-ms-flex-item-align: baseline !important;

		align-self: baseline !important
	}



	.align-self-md-stretch {

		-ms-flex-item-align: stretch !important;

		align-self: stretch !important
	}

}



@media (min-width:992px) {

	.flex-lg-row {

		-webkit-box-orient: horizontal !important;

		-ms-flex-direction: row !important;

		flex-direction: row !important
	}



	.flex-lg-column,

	.flex-lg-row {

		-webkit-box-direction: normal !important
	}



	.flex-lg-column {

		-webkit-box-orient: vertical !important;

		-ms-flex-direction: column !important;

		flex-direction: column !important
	}



	.flex-lg-row-reverse {

		-webkit-box-orient: horizontal !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: row-reverse !important;

		flex-direction: row-reverse !important
	}



	.flex-lg-column-reverse {

		-webkit-box-orient: vertical !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: column-reverse !important;

		flex-direction: column-reverse !important
	}



	.flex-lg-wrap {

		-ms-flex-wrap: wrap !important;

		flex-wrap: wrap !important
	}



	.flex-lg-nowrap {

		-ms-flex-wrap: nowrap !important;

		flex-wrap: nowrap !important
	}



	.flex-lg-wrap-reverse {

		-ms-flex-wrap: wrap-reverse !important;

		flex-wrap: wrap-reverse !important
	}



	.flex-lg-fill {

		-webkit-box-flex: 1 !important;

		-ms-flex: 1 1 auto !important;

		flex: 1 1 auto !important
	}



	.flex-lg-grow-0 {

		-webkit-box-flex: 0 !important;

		-ms-flex-positive: 0 !important;

		flex-grow: 0 !important
	}



	.flex-lg-grow-1 {

		-webkit-box-flex: 1 !important;

		-ms-flex-positive: 1 !important;

		flex-grow: 1 !important
	}



	.flex-lg-shrink-0 {

		-ms-flex-negative: 0 !important;

		flex-shrink: 0 !important
	}



	.flex-lg-shrink-1 {

		-ms-flex-negative: 1 !important;

		flex-shrink: 1 !important
	}



	.justify-content-lg-start {

		-webkit-box-pack: start !important;

		-ms-flex-pack: start !important;

		justify-content: flex-start !important
	}



	.justify-content-lg-end {

		-webkit-box-pack: end !important;

		-ms-flex-pack: end !important;

		justify-content: flex-end !important
	}



	.justify-content-lg-center {

		-webkit-box-pack: center !important;

		-ms-flex-pack: center !important;

		justify-content: center !important
	}



	.justify-content-lg-between {

		-webkit-box-pack: justify !important;

		-ms-flex-pack: justify !important;

		justify-content: space-between !important
	}



	.justify-content-lg-around {

		-ms-flex-pack: distribute !important;

		justify-content: space-around !important
	}



	.align-items-lg-start {

		-webkit-box-align: start !important;

		-ms-flex-align: start !important;

		align-items: flex-start !important
	}



	.align-items-lg-end {

		-webkit-box-align: end !important;

		-ms-flex-align: end !important;

		align-items: flex-end !important
	}



	.align-items-lg-center {

		-webkit-box-align: center !important;

		-ms-flex-align: center !important;

		align-items: center !important
	}



	.align-items-lg-baseline {

		-webkit-box-align: baseline !important;

		-ms-flex-align: baseline !important;

		align-items: baseline !important
	}



	.align-items-lg-stretch {

		-webkit-box-align: stretch !important;

		-ms-flex-align: stretch !important;

		align-items: stretch !important
	}



	.align-content-lg-start {

		-ms-flex-line-pack: start !important;

		align-content: flex-start !important
	}



	.align-content-lg-end {

		-ms-flex-line-pack: end !important;

		align-content: flex-end !important
	}



	.align-content-lg-center {

		-ms-flex-line-pack: center !important;

		align-content: center !important
	}



	.align-content-lg-between {

		-ms-flex-line-pack: justify !important;

		align-content: space-between !important
	}



	.align-content-lg-around {

		-ms-flex-line-pack: distribute !important;

		align-content: space-around !important
	}



	.align-content-lg-stretch {

		-ms-flex-line-pack: stretch !important;

		align-content: stretch !important
	}



	.align-self-lg-auto {

		-ms-flex-item-align: auto !important;

		align-self: auto !important
	}



	.align-self-lg-start {

		-ms-flex-item-align: start !important;

		align-self: flex-start !important
	}



	.align-self-lg-end {

		-ms-flex-item-align: end !important;

		align-self: flex-end !important
	}



	.align-self-lg-center {

		-ms-flex-item-align: center !important;

		align-self: center !important
	}



	.align-self-lg-baseline {

		-ms-flex-item-align: baseline !important;

		align-self: baseline !important
	}



	.align-self-lg-stretch {

		-ms-flex-item-align: stretch !important;

		align-self: stretch !important
	}

}



@media (min-width:1200px) {

	.flex-xl-row {

		-webkit-box-orient: horizontal !important;

		-ms-flex-direction: row !important;

		flex-direction: row !important
	}



	.flex-xl-column,

	.flex-xl-row {

		-webkit-box-direction: normal !important
	}



	.flex-xl-column {

		-webkit-box-orient: vertical !important;

		-ms-flex-direction: column !important;

		flex-direction: column !important
	}



	.flex-xl-row-reverse {

		-webkit-box-orient: horizontal !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: row-reverse !important;

		flex-direction: row-reverse !important
	}



	.flex-xl-column-reverse {

		-webkit-box-orient: vertical !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: column-reverse !important;

		flex-direction: column-reverse !important
	}



	.flex-xl-wrap {

		-ms-flex-wrap: wrap !important;

		flex-wrap: wrap !important
	}



	.flex-xl-nowrap {

		-ms-flex-wrap: nowrap !important;

		flex-wrap: nowrap !important
	}



	.flex-xl-wrap-reverse {

		-ms-flex-wrap: wrap-reverse !important;

		flex-wrap: wrap-reverse !important
	}



	.flex-xl-fill {

		-webkit-box-flex: 1 !important;

		-ms-flex: 1 1 auto !important;

		flex: 1 1 auto !important
	}



	.flex-xl-grow-0 {

		-webkit-box-flex: 0 !important;

		-ms-flex-positive: 0 !important;

		flex-grow: 0 !important
	}



	.flex-xl-grow-1 {

		-webkit-box-flex: 1 !important;

		-ms-flex-positive: 1 !important;

		flex-grow: 1 !important
	}



	.flex-xl-shrink-0 {

		-ms-flex-negative: 0 !important;

		flex-shrink: 0 !important
	}



	.flex-xl-shrink-1 {

		-ms-flex-negative: 1 !important;

		flex-shrink: 1 !important
	}



	.justify-content-xl-start {

		-webkit-box-pack: start !important;

		-ms-flex-pack: start !important;

		justify-content: flex-start !important
	}



	.justify-content-xl-end {

		-webkit-box-pack: end !important;

		-ms-flex-pack: end !important;

		justify-content: flex-end !important
	}



	.justify-content-xl-center {

		-webkit-box-pack: center !important;

		-ms-flex-pack: center !important;

		justify-content: center !important
	}



	.justify-content-xl-between {

		-webkit-box-pack: justify !important;

		-ms-flex-pack: justify !important;

		justify-content: space-between !important
	}



	.justify-content-xl-around {

		-ms-flex-pack: distribute !important;

		justify-content: space-around !important
	}



	.align-items-xl-start {

		-webkit-box-align: start !important;

		-ms-flex-align: start !important;

		align-items: flex-start !important
	}



	.align-items-xl-end {

		-webkit-box-align: end !important;

		-ms-flex-align: end !important;

		align-items: flex-end !important
	}



	.align-items-xl-center {

		-webkit-box-align: center !important;

		-ms-flex-align: center !important;

		align-items: center !important
	}



	.align-items-xl-baseline {

		-webkit-box-align: baseline !important;

		-ms-flex-align: baseline !important;

		align-items: baseline !important
	}



	.align-items-xl-stretch {

		-webkit-box-align: stretch !important;

		-ms-flex-align: stretch !important;

		align-items: stretch !important
	}



	.align-content-xl-start {

		-ms-flex-line-pack: start !important;

		align-content: flex-start !important
	}



	.align-content-xl-end {

		-ms-flex-line-pack: end !important;

		align-content: flex-end !important
	}



	.align-content-xl-center {

		-ms-flex-line-pack: center !important;

		align-content: center !important
	}



	.align-content-xl-between {

		-ms-flex-line-pack: justify !important;

		align-content: space-between !important
	}



	.align-content-xl-around {

		-ms-flex-line-pack: distribute !important;

		align-content: space-around !important
	}



	.align-content-xl-stretch {

		-ms-flex-line-pack: stretch !important;

		align-content: stretch !important
	}



	.align-self-xl-auto {

		-ms-flex-item-align: auto !important;

		align-self: auto !important
	}



	.align-self-xl-start {

		-ms-flex-item-align: start !important;

		align-self: flex-start !important
	}



	.align-self-xl-end {

		-ms-flex-item-align: end !important;

		align-self: flex-end !important
	}



	.align-self-xl-center {

		-ms-flex-item-align: center !important;

		align-self: center !important
	}



	.align-self-xl-baseline {

		-ms-flex-item-align: baseline !important;

		align-self: baseline !important
	}



	.align-self-xl-stretch {

		-ms-flex-item-align: stretch !important;

		align-self: stretch !important
	}

}



@media (min-width:1600px) {

	.flex-xxl-row {

		-webkit-box-orient: horizontal !important;

		-ms-flex-direction: row !important;

		flex-direction: row !important
	}



	.flex-xxl-column,

	.flex-xxl-row {

		-webkit-box-direction: normal !important
	}



	.flex-xxl-column {

		-webkit-box-orient: vertical !important;

		-ms-flex-direction: column !important;

		flex-direction: column !important
	}



	.flex-xxl-row-reverse {

		-webkit-box-orient: horizontal !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: row-reverse !important;

		flex-direction: row-reverse !important
	}



	.flex-xxl-column-reverse {

		-webkit-box-orient: vertical !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: column-reverse !important;

		flex-direction: column-reverse !important
	}



	.flex-xxl-wrap {

		-ms-flex-wrap: wrap !important;

		flex-wrap: wrap !important
	}



	.flex-xxl-nowrap {

		-ms-flex-wrap: nowrap !important;

		flex-wrap: nowrap !important
	}



	.flex-xxl-wrap-reverse {

		-ms-flex-wrap: wrap-reverse !important;

		flex-wrap: wrap-reverse !important
	}



	.flex-xxl-fill {

		-webkit-box-flex: 1 !important;

		-ms-flex: 1 1 auto !important;

		flex: 1 1 auto !important
	}



	.flex-xxl-grow-0 {

		-webkit-box-flex: 0 !important;

		-ms-flex-positive: 0 !important;

		flex-grow: 0 !important
	}



	.flex-xxl-grow-1 {

		-webkit-box-flex: 1 !important;

		-ms-flex-positive: 1 !important;

		flex-grow: 1 !important
	}



	.flex-xxl-shrink-0 {

		-ms-flex-negative: 0 !important;

		flex-shrink: 0 !important
	}



	.flex-xxl-shrink-1 {

		-ms-flex-negative: 1 !important;

		flex-shrink: 1 !important
	}



	.justify-content-xxl-start {

		-webkit-box-pack: start !important;

		-ms-flex-pack: start !important;

		justify-content: flex-start !important
	}



	.justify-content-xxl-end {

		-webkit-box-pack: end !important;

		-ms-flex-pack: end !important;

		justify-content: flex-end !important
	}



	.justify-content-xxl-center {

		-webkit-box-pack: center !important;

		-ms-flex-pack: center !important;

		justify-content: center !important
	}



	.justify-content-xxl-between {

		-webkit-box-pack: justify !important;

		-ms-flex-pack: justify !important;

		justify-content: space-between !important
	}



	.justify-content-xxl-around {

		-ms-flex-pack: distribute !important;

		justify-content: space-around !important
	}



	.align-items-xxl-start {

		-webkit-box-align: start !important;

		-ms-flex-align: start !important;

		align-items: flex-start !important
	}



	.align-items-xxl-end {

		-webkit-box-align: end !important;

		-ms-flex-align: end !important;

		align-items: flex-end !important
	}



	.align-items-xxl-center {

		-webkit-box-align: center !important;

		-ms-flex-align: center !important;

		align-items: center !important
	}



	.align-items-xxl-baseline {

		-webkit-box-align: baseline !important;

		-ms-flex-align: baseline !important;

		align-items: baseline !important
	}



	.align-items-xxl-stretch {

		-webkit-box-align: stretch !important;

		-ms-flex-align: stretch !important;

		align-items: stretch !important
	}



	.align-content-xxl-start {

		-ms-flex-line-pack: start !important;

		align-content: flex-start !important
	}



	.align-content-xxl-end {

		-ms-flex-line-pack: end !important;

		align-content: flex-end !important
	}



	.align-content-xxl-center {

		-ms-flex-line-pack: center !important;

		align-content: center !important
	}



	.align-content-xxl-between {

		-ms-flex-line-pack: justify !important;

		align-content: space-between !important
	}



	.align-content-xxl-around {

		-ms-flex-line-pack: distribute !important;

		align-content: space-around !important
	}



	.align-content-xxl-stretch {

		-ms-flex-line-pack: stretch !important;

		align-content: stretch !important
	}



	.align-self-xxl-auto {

		-ms-flex-item-align: auto !important;

		align-self: auto !important
	}



	.align-self-xxl-start {

		-ms-flex-item-align: start !important;

		align-self: flex-start !important
	}



	.align-self-xxl-end {

		-ms-flex-item-align: end !important;

		align-self: flex-end !important
	}



	.align-self-xxl-center {

		-ms-flex-item-align: center !important;

		align-self: center !important
	}



	.align-self-xxl-baseline {

		-ms-flex-item-align: baseline !important;

		align-self: baseline !important
	}



	.align-self-xxl-stretch {

		-ms-flex-item-align: stretch !important;

		align-self: stretch !important
	}

}



@media (min-width:1920px) {

	.flex-xxxl-row {

		-webkit-box-orient: horizontal !important;

		-ms-flex-direction: row !important;

		flex-direction: row !important
	}



	.flex-xxxl-column,

	.flex-xxxl-row {

		-webkit-box-direction: normal !important
	}



	.flex-xxxl-column {

		-webkit-box-orient: vertical !important;

		-ms-flex-direction: column !important;

		flex-direction: column !important
	}



	.flex-xxxl-row-reverse {

		-webkit-box-orient: horizontal !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: row-reverse !important;

		flex-direction: row-reverse !important
	}



	.flex-xxxl-column-reverse {

		-webkit-box-orient: vertical !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: column-reverse !important;

		flex-direction: column-reverse !important
	}



	.flex-xxxl-wrap {

		-ms-flex-wrap: wrap !important;

		flex-wrap: wrap !important
	}



	.flex-xxxl-nowrap {

		-ms-flex-wrap: nowrap !important;

		flex-wrap: nowrap !important
	}



	.flex-xxxl-wrap-reverse {

		-ms-flex-wrap: wrap-reverse !important;

		flex-wrap: wrap-reverse !important
	}



	.flex-xxxl-fill {

		-webkit-box-flex: 1 !important;

		-ms-flex: 1 1 auto !important;

		flex: 1 1 auto !important
	}



	.flex-xxxl-grow-0 {

		-webkit-box-flex: 0 !important;

		-ms-flex-positive: 0 !important;

		flex-grow: 0 !important
	}



	.flex-xxxl-grow-1 {

		-webkit-box-flex: 1 !important;

		-ms-flex-positive: 1 !important;

		flex-grow: 1 !important
	}



	.flex-xxxl-shrink-0 {

		-ms-flex-negative: 0 !important;

		flex-shrink: 0 !important
	}



	.flex-xxxl-shrink-1 {

		-ms-flex-negative: 1 !important;

		flex-shrink: 1 !important
	}



	.justify-content-xxxl-start {

		-webkit-box-pack: start !important;

		-ms-flex-pack: start !important;

		justify-content: flex-start !important
	}



	.justify-content-xxxl-end {

		-webkit-box-pack: end !important;

		-ms-flex-pack: end !important;

		justify-content: flex-end !important
	}



	.justify-content-xxxl-center {

		-webkit-box-pack: center !important;

		-ms-flex-pack: center !important;

		justify-content: center !important
	}



	.justify-content-xxxl-between {

		-webkit-box-pack: justify !important;

		-ms-flex-pack: justify !important;

		justify-content: space-between !important
	}



	.justify-content-xxxl-around {

		-ms-flex-pack: distribute !important;

		justify-content: space-around !important
	}



	.align-items-xxxl-start {

		-webkit-box-align: start !important;

		-ms-flex-align: start !important;

		align-items: flex-start !important
	}



	.align-items-xxxl-end {

		-webkit-box-align: end !important;

		-ms-flex-align: end !important;

		align-items: flex-end !important
	}



	.align-items-xxxl-center {

		-webkit-box-align: center !important;

		-ms-flex-align: center !important;

		align-items: center !important
	}



	.align-items-xxxl-baseline {

		-webkit-box-align: baseline !important;

		-ms-flex-align: baseline !important;

		align-items: baseline !important
	}



	.align-items-xxxl-stretch {

		-webkit-box-align: stretch !important;

		-ms-flex-align: stretch !important;

		align-items: stretch !important
	}



	.align-content-xxxl-start {

		-ms-flex-line-pack: start !important;

		align-content: flex-start !important
	}



	.align-content-xxxl-end {

		-ms-flex-line-pack: end !important;

		align-content: flex-end !important
	}



	.align-content-xxxl-center {

		-ms-flex-line-pack: center !important;

		align-content: center !important
	}



	.align-content-xxxl-between {

		-ms-flex-line-pack: justify !important;

		align-content: space-between !important
	}



	.align-content-xxxl-around {

		-ms-flex-line-pack: distribute !important;

		align-content: space-around !important
	}



	.align-content-xxxl-stretch {

		-ms-flex-line-pack: stretch !important;

		align-content: stretch !important
	}



	.align-self-xxxl-auto {

		-ms-flex-item-align: auto !important;

		align-self: auto !important
	}



	.align-self-xxxl-start {

		-ms-flex-item-align: start !important;

		align-self: flex-start !important
	}



	.align-self-xxxl-end {

		-ms-flex-item-align: end !important;

		align-self: flex-end !important
	}



	.align-self-xxxl-center {

		-ms-flex-item-align: center !important;

		align-self: center !important
	}



	.align-self-xxxl-baseline {

		-ms-flex-item-align: baseline !important;

		align-self: baseline !important
	}



	.align-self-xxxl-stretch {

		-ms-flex-item-align: stretch !important;

		align-self: stretch !important
	}

}



@media (min-width:3840px) {

	.flex-xxxxl-row {

		-webkit-box-orient: horizontal !important;

		-ms-flex-direction: row !important;

		flex-direction: row !important
	}



	.flex-xxxxl-column,

	.flex-xxxxl-row {

		-webkit-box-direction: normal !important
	}



	.flex-xxxxl-column {

		-webkit-box-orient: vertical !important;

		-ms-flex-direction: column !important;

		flex-direction: column !important
	}



	.flex-xxxxl-row-reverse {

		-webkit-box-orient: horizontal !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: row-reverse !important;

		flex-direction: row-reverse !important
	}



	.flex-xxxxl-column-reverse {

		-webkit-box-orient: vertical !important;

		-webkit-box-direction: reverse !important;

		-ms-flex-direction: column-reverse !important;

		flex-direction: column-reverse !important
	}



	.flex-xxxxl-wrap {

		-ms-flex-wrap: wrap !important;

		flex-wrap: wrap !important
	}



	.flex-xxxxl-nowrap {

		-ms-flex-wrap: nowrap !important;

		flex-wrap: nowrap !important
	}



	.flex-xxxxl-wrap-reverse {

		-ms-flex-wrap: wrap-reverse !important;

		flex-wrap: wrap-reverse !important
	}



	.flex-xxxxl-fill {

		-webkit-box-flex: 1 !important;

		-ms-flex: 1 1 auto !important;

		flex: 1 1 auto !important
	}



	.flex-xxxxl-grow-0 {

		-webkit-box-flex: 0 !important;

		-ms-flex-positive: 0 !important;

		flex-grow: 0 !important
	}



	.flex-xxxxl-grow-1 {

		-webkit-box-flex: 1 !important;

		-ms-flex-positive: 1 !important;

		flex-grow: 1 !important
	}



	.flex-xxxxl-shrink-0 {

		-ms-flex-negative: 0 !important;

		flex-shrink: 0 !important
	}



	.flex-xxxxl-shrink-1 {

		-ms-flex-negative: 1 !important;

		flex-shrink: 1 !important
	}



	.justify-content-xxxxl-start {

		-webkit-box-pack: start !important;

		-ms-flex-pack: start !important;

		justify-content: flex-start !important
	}



	.justify-content-xxxxl-end {

		-webkit-box-pack: end !important;

		-ms-flex-pack: end !important;

		justify-content: flex-end !important
	}



	.justify-content-xxxxl-center {

		-webkit-box-pack: center !important;

		-ms-flex-pack: center !important;

		justify-content: center !important
	}



	.justify-content-xxxxl-between {

		-webkit-box-pack: justify !important;

		-ms-flex-pack: justify !important;

		justify-content: space-between !important
	}



	.justify-content-xxxxl-around {

		-ms-flex-pack: distribute !important;

		justify-content: space-around !important
	}



	.align-items-xxxxl-start {

		-webkit-box-align: start !important;

		-ms-flex-align: start !important;

		align-items: flex-start !important
	}



	.align-items-xxxxl-end {

		-webkit-box-align: end !important;

		-ms-flex-align: end !important;

		align-items: flex-end !important
	}



	.align-items-xxxxl-center {

		-webkit-box-align: center !important;

		-ms-flex-align: center !important;

		align-items: center !important
	}



	.align-items-xxxxl-baseline {

		-webkit-box-align: baseline !important;

		-ms-flex-align: baseline !important;

		align-items: baseline !important
	}



	.align-items-xxxxl-stretch {

		-webkit-box-align: stretch !important;

		-ms-flex-align: stretch !important;

		align-items: stretch !important
	}



	.align-content-xxxxl-start {

		-ms-flex-line-pack: start !important;

		align-content: flex-start !important
	}



	.align-content-xxxxl-end {

		-ms-flex-line-pack: end !important;

		align-content: flex-end !important
	}



	.align-content-xxxxl-center {

		-ms-flex-line-pack: center !important;

		align-content: center !important
	}



	.align-content-xxxxl-between {

		-ms-flex-line-pack: justify !important;

		align-content: space-between !important
	}



	.align-content-xxxxl-around {

		-ms-flex-line-pack: distribute !important;

		align-content: space-around !important
	}



	.align-content-xxxxl-stretch {

		-ms-flex-line-pack: stretch !important;

		align-content: stretch !important
	}



	.align-self-xxxxl-auto {

		-ms-flex-item-align: auto !important;

		align-self: auto !important
	}



	.align-self-xxxxl-start {

		-ms-flex-item-align: start !important;

		align-self: flex-start !important
	}



	.align-self-xxxxl-end {

		-ms-flex-item-align: end !important;

		align-self: flex-end !important
	}



	.align-self-xxxxl-center {

		-ms-flex-item-align: center !important;

		align-self: center !important
	}



	.align-self-xxxxl-baseline {

		-ms-flex-item-align: baseline !important;

		align-self: baseline !important
	}



	.align-self-xxxxl-stretch {

		-ms-flex-item-align: stretch !important;

		align-self: stretch !important
	}

}



.float-left {

	float: left !important
}



.float-right {

	float: right !important
}



.float-none {

	float: none !important
}



@media (min-width:576px) {

	.float-sm-left {

		float: left !important
	}



	.float-sm-right {

		float: right !important
	}



	.float-sm-none {

		float: none !important
	}

}



@media (min-width:768px) {

	.float-md-left {

		float: left !important
	}



	.float-md-right {

		float: right !important
	}



	.float-md-none {

		float: none !important
	}

}



@media (min-width:992px) {

	.float-lg-left {

		float: left !important
	}



	.float-lg-right {

		float: right !important
	}



	.float-lg-none {

		float: none !important
	}

}



@media (min-width:1200px) {

	.float-xl-left {

		float: left !important
	}



	.float-xl-right {

		float: right !important
	}



	.float-xl-none {

		float: none !important
	}

}



@media (min-width:1600px) {

	.float-xxl-left {

		float: left !important
	}



	.float-xxl-right {

		float: right !important
	}



	.float-xxl-none {

		float: none !important
	}

}



@media (min-width:1920px) {

	.float-xxxl-left {

		float: left !important
	}



	.float-xxxl-right {

		float: right !important
	}



	.float-xxxl-none {

		float: none !important
	}

}



@media (min-width:3840px) {

	.float-xxxxl-left {

		float: left !important
	}



	.float-xxxxl-right {

		float: right !important
	}



	.float-xxxxl-none {

		float: none !important
	}

}



.overflow-auto {

	overflow: auto !important
}



.overflow-hidden {

	overflow: hidden !important
}



.position-static {

	position: static !important
}



.position-relative {

	position: relative !important;

	/* padding-bottom: 0 !important; */

}



.position-absolute {

	position: absolute !important
}



.position-fixed {

	position: fixed !important
}



.position-sticky {

	position: sticky !important
}



.fixed-top {

	top: 0
}



.fixed-bottom,

.fixed-top {

	position: fixed;

	right: 0;

	left: 0;

	z-index: 1030
}



.fixed-bottom {

	bottom: 0
}



@supports (position:sticky) {

	.sticky-top {

		position: sticky;

		top: 0;

		z-index: 1020
	}

}



.gift-cards_form label[for=ywgc-edit-message],

.screen-reader-text,

.sr-only {

	position: absolute;

	width: 1px;

	height: 1px;

	padding: 0;

	overflow: hidden;

	clip: rect(0, 0, 0, 0);

	white-space: nowrap;

	border: 0
}



.screen-reader-text:active,

.screen-reader-text:focus,

.sr-only-focusable:active,

.sr-only-focusable:focus {

	position: static;

	width: auto;

	height: auto;

	overflow: visible;

	clip: auto;

	white-space: normal
}



.shadow-sm {

	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}



.shadow {

	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}



.shadow-lg {

	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;

	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}



.shadow-none {

	-webkit-box-shadow: none !important;

	box-shadow: none !important
}



.w-25 {

	width: 25% !important
}



.w-50 {

	width: 50% !important
}



.w-75 {

	width: 75% !important
}



.w-100 {

	width: 100% !important
}



.w-auto {

	width: auto !important
}



.h-25 {

	height: 25% !important
}



.h-50 {

	height: 50% !important
}



.h-75 {

	height: 75% !important
}



.h-100 {

	height: 100% !important
}



.h-auto {

	height: auto !important
}



.mw-100 {

	max-width: 100% !important
}



.mh-100 {

	max-height: 100% !important
}



.min-vw-100 {

	min-width: 100vw !important
}



.min-vh-100 {

	min-height: 100vh !important
}



.vw-100 {

	width: 100vw !important
}



.vh-100 {

	height: 100vh !important
}



.stretched-link:after {

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	z-index: 1;

	pointer-events: auto;

	content: "";

	background-color: transparent
}



.m-0 {

	margin: 0 !important
}



.mt-0,

.my-0 {

	margin-top: 0 !important
}



.mr-0,

.mx-0 {

	margin-right: 0 !important
}



.mb-0,

.my-0 {

	margin-bottom: 0 !important
}



.ml-0,

.mx-0 {

	margin-left: 0 !important
}



.m-1 {

	margin: .25rem !important
}



.mt-1,

.my-1 {

	margin-top: .25rem !important
}



.mr-1,

.mx-1 {

	margin-right: .25rem !important
}



.mb-1,

.my-1 {

	margin-bottom: .25rem !important
}



.ml-1,

.mx-1 {

	margin-left: .25rem !important
}



.m-2 {

	margin: .5rem !important
}



.mt-2,

.my-2 {

	margin-top: .5rem !important
}



.mr-2,

.mx-2 {

	margin-right: .5rem !important
}



.mb-2,

.my-2 {

	margin-bottom: .5rem !important
}



.ml-2,

.mx-2 {

	margin-left: .5rem !important
}



.m-3 {

	margin: 1rem !important
}



.mt-3,

.my-3 {

	margin-top: 1rem !important
}



.mr-3,

.mx-3 {

	margin-right: 1rem !important
}



.mb-3,

.my-3 {

	margin-bottom: 1rem !important
}



.ml-3,

.mx-3 {

	margin-left: 1rem !important
}



.m-4 {

	margin: 1.5rem !important
}



.mt-4,

.my-4 {

	margin-top: 1.5rem !important
}



.mr-4,

.mx-4 {

	margin-right: 1.5rem !important
}



.mb-4,

.my-4 {

	margin-bottom: 1.5rem !important
}



.ml-4,

.mx-4 {

	margin-left: 1.5rem !important
}



.m-5 {

	margin: 3rem !important
}



.mt-5,

.my-5 {

	margin-top: 3rem !important
}



.mr-5,

.mx-5 {

	margin-right: 3rem !important
}



.mb-5,

.my-5 {

	margin-bottom: 3rem !important
}



.ml-5,

.mx-5 {

	margin-left: 3rem !important
}



.p-0 {

	padding: 0 !important
}



.pt-0,

.py-0 {

	padding-top: 0 !important
}



.pr-0,

.px-0 {

	padding-right: 0 !important
}



.pb-0,

.py-0 {

	padding-bottom: 0 !important
}



.pl-0,

.px-0 {

	padding-left: 0 !important
}



.p-1 {

	padding: .25rem !important
}



.pt-1,

.py-1 {

	padding-top: .25rem !important
}



.pr-1,

.px-1 {

	padding-right: .25rem !important
}



.pb-1,

.py-1 {

	padding-bottom: .25rem !important
}



.pl-1,

.px-1 {

	padding-left: .25rem !important
}



.p-2 {

	padding: .5rem !important
}



.pt-2,

.py-2 {

	padding-top: .5rem !important
}



.pr-2,

.px-2 {

	padding-right: .5rem !important
}



.pb-2,

.py-2 {

	padding-bottom: .5rem !important
}



.pl-2,

.px-2 {

	padding-left: .5rem !important
}



.p-3 {

	padding: 1rem !important
}



.pt-3,

.py-3 {

	padding-top: 1rem !important
}



.pr-3,

.px-3 {

	padding-right: 1rem !important
}



.pb-3,

.py-3 {

	padding-bottom: 1rem !important
}



.pl-3,

.px-3 {

	padding-left: 1rem !important
}



.p-4 {

	padding: 1.5rem !important
}



.pt-4,

.py-4 {

	padding-top: 1.5rem !important
}



.pr-4,

.px-4 {

	padding-right: 1.5rem !important
}



.pb-4,

.py-4 {

	padding-bottom: 1.5rem !important
}



.pl-4,

.px-4 {

	padding-left: 1.5rem !important
}



.p-5 {

	padding: 3rem !important
}



.pt-5,

.py-5 {

	padding-top: 3rem !important
}



.pr-5,

.px-5 {

	padding-right: 3rem !important
}



.pb-5,

.py-5 {

	padding-bottom: 3rem !important
}



.pl-5,

.px-5 {

	padding-left: 3rem !important
}



.m-n1 {

	margin: -.25rem !important
}



.mt-n1,

.my-n1 {

	margin-top: -.25rem !important
}



.mr-n1,

.mx-n1 {

	margin-right: -.25rem !important
}



.mb-n1,

.my-n1 {

	margin-bottom: -.25rem !important
}



.ml-n1,

.mx-n1 {

	margin-left: -.25rem !important
}



.m-n2 {

	margin: -.5rem !important
}



.mt-n2,

.my-n2 {

	margin-top: -.5rem !important
}



.mr-n2,

.mx-n2 {

	margin-right: -.5rem !important
}



.mb-n2,

.my-n2 {

	margin-bottom: -.5rem !important
}



.ml-n2,

.mx-n2 {

	margin-left: -.5rem !important
}



.m-n3 {

	margin: -1rem !important
}



.mt-n3,

.my-n3 {

	margin-top: -1rem !important
}



.mr-n3,

.mx-n3 {

	margin-right: -1rem !important
}



.mb-n3,

.my-n3 {

	margin-bottom: -1rem !important
}



.ml-n3,

.mx-n3 {

	margin-left: -1rem !important
}



.m-n4 {

	margin: -1.5rem !important
}



.mt-n4,

.my-n4 {

	margin-top: -1.5rem !important
}



.mr-n4,

.mx-n4 {

	margin-right: -1.5rem !important
}



.mb-n4,

.my-n4 {

	margin-bottom: -1.5rem !important
}



.ml-n4,

.mx-n4 {

	margin-left: -1.5rem !important
}



.m-n5 {

	margin: -3rem !important
}



.mt-n5,

.my-n5 {

	margin-top: -3rem !important
}



.mr-n5,

.mx-n5 {

	margin-right: -3rem !important
}



.mb-n5,

.my-n5 {

	margin-bottom: -3rem !important
}



.ml-n5,

.mx-n5 {

	margin-left: -3rem !important
}



.m-auto {

	margin: auto !important
}



.mt-auto,

.my-auto {

	margin-top: auto !important
}



.mr-auto,

.mx-auto {

	margin-right: auto !important
}



.mb-auto,

.my-auto {

	margin-bottom: auto !important
}



.ml-auto,

.mx-auto {

	margin-left: auto !important
}



@media (min-width:576px) {

	.m-sm-0 {

		margin: 0 !important
	}



	.mt-sm-0,

	.my-sm-0 {

		margin-top: 0 !important
	}



	.mr-sm-0,

	.mx-sm-0 {

		margin-right: 0 !important
	}



	.mb-sm-0,

	.my-sm-0 {

		margin-bottom: 0 !important
	}



	.ml-sm-0,

	.mx-sm-0 {

		margin-left: 0 !important
	}



	.m-sm-1 {

		margin: .25rem !important
	}



	.mt-sm-1,

	.my-sm-1 {

		margin-top: .25rem !important
	}



	.mr-sm-1,

	.mx-sm-1 {

		margin-right: .25rem !important
	}



	.mb-sm-1,

	.my-sm-1 {

		margin-bottom: .25rem !important
	}



	.ml-sm-1,

	.mx-sm-1 {

		margin-left: .25rem !important
	}



	.m-sm-2 {

		margin: .5rem !important
	}



	.mt-sm-2,

	.my-sm-2 {

		margin-top: .5rem !important
	}



	.mr-sm-2,

	.mx-sm-2 {

		margin-right: .5rem !important
	}



	.mb-sm-2,

	.my-sm-2 {

		margin-bottom: .5rem !important
	}



	.ml-sm-2,

	.mx-sm-2 {

		margin-left: .5rem !important
	}



	.m-sm-3 {

		margin: 1rem !important
	}



	.mt-sm-3,

	.my-sm-3 {

		margin-top: 1rem !important
	}



	.mr-sm-3,

	.mx-sm-3 {

		margin-right: 1rem !important
	}



	.mb-sm-3,

	.my-sm-3 {

		margin-bottom: 1rem !important
	}



	.ml-sm-3,

	.mx-sm-3 {

		margin-left: 1rem !important
	}



	.m-sm-4 {

		margin: 1.5rem !important
	}



	.mt-sm-4,

	.my-sm-4 {

		margin-top: 1.5rem !important
	}



	.mr-sm-4,

	.mx-sm-4 {

		margin-right: 1.5rem !important
	}



	.mb-sm-4,

	.my-sm-4 {

		margin-bottom: 1.5rem !important
	}



	.ml-sm-4,

	.mx-sm-4 {

		margin-left: 1.5rem !important
	}



	.m-sm-5 {

		margin: 3rem !important
	}



	.mt-sm-5,

	.my-sm-5 {

		margin-top: 3rem !important
	}



	.mr-sm-5,

	.mx-sm-5 {

		margin-right: 3rem !important
	}



	.mb-sm-5,

	.my-sm-5 {

		margin-bottom: 3rem !important
	}



	.ml-sm-5,

	.mx-sm-5 {

		margin-left: 3rem !important
	}



	.p-sm-0 {

		padding: 0 !important
	}



	.pt-sm-0,

	.py-sm-0 {

		padding-top: 0 !important
	}



	.pr-sm-0,

	.px-sm-0 {

		padding-right: 0 !important
	}



	.pb-sm-0,

	.py-sm-0 {

		padding-bottom: 0 !important
	}



	.pl-sm-0,

	.px-sm-0 {

		padding-left: 0 !important
	}



	.p-sm-1 {

		padding: .25rem !important
	}



	.pt-sm-1,

	.py-sm-1 {

		padding-top: .25rem !important
	}



	.pr-sm-1,

	.px-sm-1 {

		padding-right: .25rem !important
	}



	.pb-sm-1,

	.py-sm-1 {

		padding-bottom: .25rem !important
	}



	.pl-sm-1,

	.px-sm-1 {

		padding-left: .25rem !important
	}



	.p-sm-2 {

		padding: .5rem !important
	}



	.pt-sm-2,

	.py-sm-2 {

		padding-top: .5rem !important
	}



	.pr-sm-2,

	.px-sm-2 {

		padding-right: .5rem !important
	}



	.pb-sm-2,

	.py-sm-2 {

		padding-bottom: .5rem !important
	}



	.pl-sm-2,

	.px-sm-2 {

		padding-left: .5rem !important
	}



	.p-sm-3 {

		padding: 1rem !important
	}



	.pt-sm-3,

	.py-sm-3 {

		padding-top: 1rem !important
	}



	.pr-sm-3,

	.px-sm-3 {

		padding-right: 1rem !important
	}



	.pb-sm-3,

	.py-sm-3 {

		padding-bottom: 1rem !important
	}



	.pl-sm-3,

	.px-sm-3 {

		padding-left: 1rem !important
	}



	.p-sm-4 {

		padding: 1.5rem !important
	}



	.pt-sm-4,

	.py-sm-4 {

		padding-top: 1.5rem !important
	}



	.pr-sm-4,

	.px-sm-4 {

		padding-right: 1.5rem !important
	}



	.pb-sm-4,

	.py-sm-4 {

		padding-bottom: 1.5rem !important
	}



	.pl-sm-4,

	.px-sm-4 {

		padding-left: 1.5rem !important
	}



	.p-sm-5 {

		padding: 3rem !important
	}



	.pt-sm-5,

	.py-sm-5 {

		padding-top: 3rem !important
	}



	.pr-sm-5,

	.px-sm-5 {

		padding-right: 3rem !important
	}



	.pb-sm-5,

	.py-sm-5 {

		padding-bottom: 3rem !important
	}



	.pl-sm-5,

	.px-sm-5 {

		padding-left: 3rem !important
	}



	.m-sm-n1 {

		margin: -.25rem !important
	}



	.mt-sm-n1,

	.my-sm-n1 {

		margin-top: -.25rem !important
	}



	.mr-sm-n1,

	.mx-sm-n1 {

		margin-right: -.25rem !important
	}



	.mb-sm-n1,

	.my-sm-n1 {

		margin-bottom: -.25rem !important
	}



	.ml-sm-n1,

	.mx-sm-n1 {

		margin-left: -.25rem !important
	}



	.m-sm-n2 {

		margin: -.5rem !important
	}



	.mt-sm-n2,

	.my-sm-n2 {

		margin-top: -.5rem !important
	}



	.mr-sm-n2,

	.mx-sm-n2 {

		margin-right: -.5rem !important
	}



	.mb-sm-n2,

	.my-sm-n2 {

		margin-bottom: -.5rem !important
	}



	.ml-sm-n2,

	.mx-sm-n2 {

		margin-left: -.5rem !important
	}



	.m-sm-n3 {

		margin: -1rem !important
	}



	.mt-sm-n3,

	.my-sm-n3 {

		margin-top: -1rem !important
	}



	.mr-sm-n3,

	.mx-sm-n3 {

		margin-right: -1rem !important
	}



	.mb-sm-n3,

	.my-sm-n3 {

		margin-bottom: -1rem !important
	}



	.ml-sm-n3,

	.mx-sm-n3 {

		margin-left: -1rem !important
	}



	.m-sm-n4 {

		margin: -1.5rem !important
	}



	.mt-sm-n4,

	.my-sm-n4 {

		margin-top: -1.5rem !important
	}



	.mr-sm-n4,

	.mx-sm-n4 {

		margin-right: -1.5rem !important
	}



	.mb-sm-n4,

	.my-sm-n4 {

		margin-bottom: -1.5rem !important
	}



	.ml-sm-n4,

	.mx-sm-n4 {

		margin-left: -1.5rem !important
	}



	.m-sm-n5 {

		margin: -3rem !important
	}



	.mt-sm-n5,

	.my-sm-n5 {

		margin-top: -3rem !important
	}



	.mr-sm-n5,

	.mx-sm-n5 {

		margin-right: -3rem !important
	}



	.mb-sm-n5,

	.my-sm-n5 {

		margin-bottom: -3rem !important
	}



	.ml-sm-n5,

	.mx-sm-n5 {

		margin-left: -3rem !important
	}



	.m-sm-auto {

		margin: auto !important
	}



	.mt-sm-auto,

	.my-sm-auto {

		margin-top: auto !important
	}



	.mr-sm-auto,

	.mx-sm-auto {

		margin-right: auto !important
	}



	.mb-sm-auto,

	.my-sm-auto {

		margin-bottom: auto !important
	}



	.ml-sm-auto,

	.mx-sm-auto {

		margin-left: auto !important
	}

}



@media (min-width:768px) {

	.m-md-0 {

		margin: 0 !important
	}



	.mt-md-0,

	.my-md-0 {

		margin-top: 0 !important
	}



	.mr-md-0,

	.mx-md-0 {

		margin-right: 0 !important
	}



	.mb-md-0,

	.my-md-0 {

		margin-bottom: 0 !important
	}



	.ml-md-0,

	.mx-md-0 {

		margin-left: 0 !important
	}



	.m-md-1 {

		margin: .25rem !important
	}



	.mt-md-1,

	.my-md-1 {

		margin-top: .25rem !important
	}



	.mr-md-1,

	.mx-md-1 {

		margin-right: .25rem !important
	}



	.mb-md-1,

	.my-md-1 {

		margin-bottom: .25rem !important
	}



	.ml-md-1,

	.mx-md-1 {

		margin-left: .25rem !important
	}



	.m-md-2 {

		margin: .5rem !important
	}



	.mt-md-2,

	.my-md-2 {

		margin-top: .5rem !important
	}



	.mr-md-2,

	.mx-md-2 {

		margin-right: .5rem !important
	}



	.mb-md-2,

	.my-md-2 {

		margin-bottom: .5rem !important
	}



	.ml-md-2,

	.mx-md-2 {

		margin-left: .5rem !important
	}



	.m-md-3 {

		margin: 1rem !important
	}



	.mt-md-3,

	.my-md-3 {

		margin-top: 1rem !important
	}



	.mr-md-3,

	.mx-md-3 {

		margin-right: 1rem !important
	}



	.mb-md-3,

	.my-md-3 {

		margin-bottom: 1rem !important
	}



	.ml-md-3,

	.mx-md-3 {

		margin-left: 1rem !important
	}



	.m-md-4 {

		margin: 1.5rem !important
	}



	.mt-md-4,

	.my-md-4 {

		margin-top: 1.5rem !important
	}



	.mr-md-4,

	.mx-md-4 {

		margin-right: 1.5rem !important
	}



	.mb-md-4,

	.my-md-4 {

		margin-bottom: 1.5rem !important
	}



	.ml-md-4,

	.mx-md-4 {

		margin-left: 1.5rem !important
	}



	.m-md-5 {

		margin: 3rem !important
	}



	.mt-md-5,

	.my-md-5 {

		margin-top: 3rem !important
	}



	.mr-md-5,

	.mx-md-5 {

		margin-right: 3rem !important
	}



	.mb-md-5,

	.my-md-5 {

		margin-bottom: 3rem !important
	}



	.ml-md-5,

	.mx-md-5 {

		margin-left: 3rem !important
	}



	.p-md-0 {

		padding: 0 !important
	}



	.pt-md-0,

	.py-md-0 {

		padding-top: 0 !important
	}



	.pr-md-0,

	.px-md-0 {

		padding-right: 0 !important
	}



	.pb-md-0,

	.py-md-0 {

		padding-bottom: 0 !important
	}



	.pl-md-0,

	.px-md-0 {

		padding-left: 0 !important
	}



	.p-md-1 {

		padding: .25rem !important
	}



	.pt-md-1,

	.py-md-1 {

		padding-top: .25rem !important
	}



	.pr-md-1,

	.px-md-1 {

		padding-right: .25rem !important
	}



	.pb-md-1,

	.py-md-1 {

		padding-bottom: .25rem !important
	}



	.pl-md-1,

	.px-md-1 {

		padding-left: .25rem !important
	}



	.p-md-2 {

		padding: .5rem !important
	}



	.pt-md-2,

	.py-md-2 {

		padding-top: .5rem !important
	}



	.pr-md-2,

	.px-md-2 {

		padding-right: .5rem !important
	}



	.pb-md-2,

	.py-md-2 {

		padding-bottom: .5rem !important
	}



	.pl-md-2,

	.px-md-2 {

		padding-left: .5rem !important
	}



	.p-md-3 {

		padding: 1rem !important
	}



	.pt-md-3,

	.py-md-3 {

		padding-top: 1rem !important
	}



	.pr-md-3,

	.px-md-3 {

		padding-right: 1rem !important
	}



	.pb-md-3,

	.py-md-3 {

		padding-bottom: 1rem !important
	}



	.pl-md-3,

	.px-md-3 {

		padding-left: 1rem !important
	}



	.p-md-4 {

		padding: 1.5rem !important
	}



	.pt-md-4,

	.py-md-4 {

		padding-top: 1.5rem !important
	}



	.pr-md-4,

	.px-md-4 {

		padding-right: 1.5rem !important
	}



	.pb-md-4,

	.py-md-4 {

		padding-bottom: 1.5rem !important
	}



	.pl-md-4,

	.px-md-4 {

		padding-left: 1.5rem !important
	}



	.p-md-5 {

		padding: 3rem !important
	}



	.pt-md-5,

	.py-md-5 {

		padding-top: 3rem !important
	}



	.pr-md-5,

	.px-md-5 {

		padding-right: 3rem !important
	}



	.pb-md-5,

	.py-md-5 {

		padding-bottom: 3rem !important
	}



	.pl-md-5,

	.px-md-5 {

		padding-left: 3rem !important
	}



	.m-md-n1 {

		margin: -.25rem !important
	}



	.mt-md-n1,

	.my-md-n1 {

		margin-top: -.25rem !important
	}



	.mr-md-n1,

	.mx-md-n1 {

		margin-right: -.25rem !important
	}



	.mb-md-n1,

	.my-md-n1 {

		margin-bottom: -.25rem !important
	}



	.ml-md-n1,

	.mx-md-n1 {

		margin-left: -.25rem !important
	}



	.m-md-n2 {

		margin: -.5rem !important
	}



	.mt-md-n2,

	.my-md-n2 {

		margin-top: -.5rem !important
	}



	.mr-md-n2,

	.mx-md-n2 {

		margin-right: -.5rem !important
	}



	.mb-md-n2,

	.my-md-n2 {

		margin-bottom: -.5rem !important
	}



	.ml-md-n2,

	.mx-md-n2 {

		margin-left: -.5rem !important
	}



	.m-md-n3 {

		margin: -1rem !important
	}



	.mt-md-n3,

	.my-md-n3 {

		margin-top: -1rem !important
	}



	.mr-md-n3,

	.mx-md-n3 {

		margin-right: -1rem !important
	}



	.mb-md-n3,

	.my-md-n3 {

		margin-bottom: -1rem !important
	}



	.ml-md-n3,

	.mx-md-n3 {

		margin-left: -1rem !important
	}



	.m-md-n4 {

		margin: -1.5rem !important
	}



	.mt-md-n4,

	.my-md-n4 {

		margin-top: -1.5rem !important
	}



	.mr-md-n4,

	.mx-md-n4 {

		margin-right: -1.5rem !important
	}



	.mb-md-n4,

	.my-md-n4 {

		margin-bottom: -1.5rem !important
	}



	.ml-md-n4,

	.mx-md-n4 {

		margin-left: -1.5rem !important
	}



	.m-md-n5 {

		margin: -3rem !important
	}



	.mt-md-n5,

	.my-md-n5 {

		margin-top: -3rem !important
	}



	.mr-md-n5,

	.mx-md-n5 {

		margin-right: -3rem !important
	}



	.mb-md-n5,

	.my-md-n5 {

		margin-bottom: -3rem !important
	}



	.ml-md-n5,

	.mx-md-n5 {

		margin-left: -3rem !important
	}



	.m-md-auto {

		margin: auto !important
	}



	.mt-md-auto,

	.my-md-auto {

		margin-top: auto !important
	}



	.mr-md-auto,

	.mx-md-auto {

		margin-right: auto !important
	}



	.mb-md-auto,

	.my-md-auto {

		margin-bottom: auto !important
	}



	.ml-md-auto,

	.mx-md-auto {

		margin-left: auto !important
	}

}



@media (min-width:992px) {

	.m-lg-0 {

		margin: 0 !important
	}



	.mt-lg-0,

	.my-lg-0 {

		margin-top: 0 !important
	}



	.mr-lg-0,

	.mx-lg-0 {

		margin-right: 0 !important
	}



	.mb-lg-0,

	.my-lg-0 {

		margin-bottom: 0 !important
	}



	.ml-lg-0,

	.mx-lg-0 {

		margin-left: 0 !important
	}



	.m-lg-1 {

		margin: .25rem !important
	}



	.mt-lg-1,

	.my-lg-1 {

		margin-top: .25rem !important
	}



	.mr-lg-1,

	.mx-lg-1 {

		margin-right: .25rem !important
	}



	.mb-lg-1,

	.my-lg-1 {

		margin-bottom: .25rem !important
	}



	.ml-lg-1,

	.mx-lg-1 {

		margin-left: .25rem !important
	}



	.m-lg-2 {

		margin: .5rem !important
	}



	.mt-lg-2,

	.my-lg-2 {

		margin-top: .5rem !important
	}



	.mr-lg-2,

	.mx-lg-2 {

		margin-right: .5rem !important
	}



	.mb-lg-2,

	.my-lg-2 {

		margin-bottom: .5rem !important
	}



	.ml-lg-2,

	.mx-lg-2 {

		margin-left: .5rem !important
	}



	.m-lg-3 {

		margin: 1rem !important
	}



	.mt-lg-3,

	.my-lg-3 {

		margin-top: 1rem !important
	}



	.mr-lg-3,

	.mx-lg-3 {

		margin-right: 1rem !important
	}



	.mb-lg-3,

	.my-lg-3 {

		margin-bottom: 1rem !important
	}



	.ml-lg-3,

	.mx-lg-3 {

		margin-left: 1rem !important
	}



	.m-lg-4 {

		margin: 1.5rem !important
	}



	.mt-lg-4,

	.my-lg-4 {

		margin-top: 1.5rem !important
	}



	.mr-lg-4,

	.mx-lg-4 {

		margin-right: 1.5rem !important
	}



	.mb-lg-4,

	.my-lg-4 {

		margin-bottom: 1.5rem !important
	}



	.ml-lg-4,

	.mx-lg-4 {

		margin-left: 1.5rem !important
	}



	.m-lg-5 {

		margin: 3rem !important
	}



	.mt-lg-5,

	.my-lg-5 {

		margin-top: 3rem !important
	}



	.mr-lg-5,

	.mx-lg-5 {

		margin-right: 3rem !important
	}



	.mb-lg-5,

	.my-lg-5 {

		margin-bottom: 3rem !important
	}



	.ml-lg-5,

	.mx-lg-5 {

		margin-left: 3rem !important
	}



	.p-lg-0 {

		padding: 0 !important
	}



	.pt-lg-0,

	.py-lg-0 {

		padding-top: 0 !important
	}



	.pr-lg-0,

	.px-lg-0 {

		padding-right: 0 !important
	}



	.pb-lg-0,

	.py-lg-0 {

		padding-bottom: 0 !important
	}



	.pl-lg-0,

	.px-lg-0 {

		padding-left: 0 !important
	}



	.p-lg-1 {

		padding: .25rem !important
	}



	.pt-lg-1,

	.py-lg-1 {

		padding-top: .25rem !important
	}



	.pr-lg-1,

	.px-lg-1 {

		padding-right: .25rem !important
	}



	.pb-lg-1,

	.py-lg-1 {

		padding-bottom: .25rem !important
	}



	.pl-lg-1,

	.px-lg-1 {

		padding-left: .25rem !important
	}



	.p-lg-2 {

		padding: .5rem !important
	}



	.pt-lg-2,

	.py-lg-2 {

		padding-top: .5rem !important
	}



	.pr-lg-2,

	.px-lg-2 {

		padding-right: .5rem !important
	}



	.pb-lg-2,

	.py-lg-2 {

		padding-bottom: .5rem !important
	}



	.pl-lg-2,

	.px-lg-2 {

		padding-left: .5rem !important
	}



	.p-lg-3 {

		padding: 1rem !important
	}



	.pt-lg-3,

	.py-lg-3 {

		padding-top: 1rem !important
	}



	.pr-lg-3,

	.px-lg-3 {

		padding-right: 1rem !important
	}



	.pb-lg-3,

	.py-lg-3 {

		padding-bottom: 1rem !important
	}



	.pl-lg-3,

	.px-lg-3 {

		padding-left: 1rem !important
	}



	.p-lg-4 {

		padding: 1.5rem !important
	}



	.pt-lg-4,

	.py-lg-4 {

		padding-top: 1.5rem !important
	}



	.pr-lg-4,

	.px-lg-4 {

		padding-right: 1.5rem !important
	}



	.pb-lg-4,

	.py-lg-4 {

		padding-bottom: 1.5rem !important
	}



	.pl-lg-4,

	.px-lg-4 {

		padding-left: 1.5rem !important
	}



	.p-lg-5 {

		padding: 3rem !important
	}



	.pt-lg-5,

	.py-lg-5 {

		padding-top: 3rem !important
	}



	.pr-lg-5,

	.px-lg-5 {

		padding-right: 3rem !important
	}



	.pb-lg-5,

	.py-lg-5 {

		padding-bottom: 3rem !important
	}



	.pl-lg-5,

	.px-lg-5 {

		padding-left: 3rem !important
	}



	.m-lg-n1 {

		margin: -.25rem !important
	}



	.mt-lg-n1,

	.my-lg-n1 {

		margin-top: -.25rem !important
	}



	.mr-lg-n1,

	.mx-lg-n1 {

		margin-right: -.25rem !important
	}



	.mb-lg-n1,

	.my-lg-n1 {

		margin-bottom: -.25rem !important
	}



	.ml-lg-n1,

	.mx-lg-n1 {

		margin-left: -.25rem !important
	}



	.m-lg-n2 {

		margin: -.5rem !important
	}



	.mt-lg-n2,

	.my-lg-n2 {

		margin-top: -.5rem !important
	}



	.mr-lg-n2,

	.mx-lg-n2 {

		margin-right: -.5rem !important
	}



	.mb-lg-n2,

	.my-lg-n2 {

		margin-bottom: -.5rem !important
	}



	.ml-lg-n2,

	.mx-lg-n2 {

		margin-left: -.5rem !important
	}



	.m-lg-n3 {

		margin: -1rem !important
	}



	.mt-lg-n3,

	.my-lg-n3 {

		margin-top: -1rem !important
	}



	.mr-lg-n3,

	.mx-lg-n3 {

		margin-right: -1rem !important
	}



	.mb-lg-n3,

	.my-lg-n3 {

		margin-bottom: -1rem !important
	}



	.ml-lg-n3,

	.mx-lg-n3 {

		margin-left: -1rem !important
	}



	.m-lg-n4 {

		margin: -1.5rem !important
	}



	.mt-lg-n4,

	.my-lg-n4 {

		margin-top: -1.5rem !important
	}



	.mr-lg-n4,

	.mx-lg-n4 {

		margin-right: -1.5rem !important
	}



	.mb-lg-n4,

	.my-lg-n4 {

		margin-bottom: -1.5rem !important
	}



	.ml-lg-n4,

	.mx-lg-n4 {

		margin-left: -1.5rem !important
	}



	.m-lg-n5 {

		margin: -3rem !important
	}



	.mt-lg-n5,

	.my-lg-n5 {

		margin-top: -3rem !important
	}



	.mr-lg-n5,

	.mx-lg-n5 {

		margin-right: -3rem !important
	}



	.mb-lg-n5,

	.my-lg-n5 {

		margin-bottom: -3rem !important
	}



	.ml-lg-n5,

	.mx-lg-n5 {

		margin-left: -3rem !important
	}



	.m-lg-auto {

		margin: auto !important
	}



	.mt-lg-auto,

	.my-lg-auto {

		margin-top: auto !important
	}



	.mr-lg-auto,

	.mx-lg-auto {

		margin-right: auto !important
	}



	.mb-lg-auto,

	.my-lg-auto {

		margin-bottom: auto !important
	}



	.ml-lg-auto,

	.mx-lg-auto {

		margin-left: auto !important
	}

}



@media (min-width:1200px) {

	.m-xl-0 {

		margin: 0 !important
	}



	.mt-xl-0,

	.my-xl-0 {

		margin-top: 0 !important
	}



	.mr-xl-0,

	.mx-xl-0 {

		margin-right: 0 !important
	}



	.mb-xl-0,

	.my-xl-0 {

		margin-bottom: 0 !important
	}



	.ml-xl-0,

	.mx-xl-0 {

		margin-left: 0 !important
	}



	.m-xl-1 {

		margin: .25rem !important
	}



	.mt-xl-1,

	.my-xl-1 {

		margin-top: .25rem !important
	}



	.mr-xl-1,

	.mx-xl-1 {

		margin-right: .25rem !important
	}



	.mb-xl-1,

	.my-xl-1 {

		margin-bottom: .25rem !important
	}



	.ml-xl-1,

	.mx-xl-1 {

		margin-left: .25rem !important
	}



	.m-xl-2 {

		margin: .5rem !important
	}



	.mt-xl-2,

	.my-xl-2 {

		margin-top: .5rem !important
	}



	.mr-xl-2,

	.mx-xl-2 {

		margin-right: .5rem !important
	}



	.mb-xl-2,

	.my-xl-2 {

		margin-bottom: .5rem !important
	}



	.ml-xl-2,

	.mx-xl-2 {

		margin-left: .5rem !important
	}



	.m-xl-3 {

		margin: 1rem !important
	}



	.mt-xl-3,

	.my-xl-3 {

		margin-top: 1rem !important
	}



	.mr-xl-3,

	.mx-xl-3 {

		margin-right: 1rem !important
	}



	.mb-xl-3,

	.my-xl-3 {

		margin-bottom: 1rem !important
	}



	.ml-xl-3,

	.mx-xl-3 {

		margin-left: 1rem !important
	}



	.m-xl-4 {

		margin: 1.5rem !important
	}



	.mt-xl-4,

	.my-xl-4 {

		margin-top: 1.5rem !important
	}



	.mr-xl-4,

	.mx-xl-4 {

		margin-right: 1.5rem !important
	}



	.mb-xl-4,

	.my-xl-4 {

		margin-bottom: 1.5rem !important
	}



	.ml-xl-4,

	.mx-xl-4 {

		margin-left: 1.5rem !important
	}



	.m-xl-5 {

		margin: 3rem !important
	}



	.mt-xl-5,

	.my-xl-5 {

		margin-top: 3rem !important
	}



	.mr-xl-5,

	.mx-xl-5 {

		margin-right: 3rem !important
	}



	.mb-xl-5,

	.my-xl-5 {

		margin-bottom: 3rem !important
	}



	.ml-xl-5,

	.mx-xl-5 {

		margin-left: 3rem !important
	}



	.p-xl-0 {

		padding: 0 !important
	}



	.pt-xl-0,

	.py-xl-0 {

		padding-top: 0 !important
	}



	.pr-xl-0,

	.px-xl-0 {

		padding-right: 0 !important
	}



	.pb-xl-0,

	.py-xl-0 {

		padding-bottom: 0 !important
	}



	.pl-xl-0,

	.px-xl-0 {

		padding-left: 0 !important
	}



	.p-xl-1 {

		padding: .25rem !important
	}



	.pt-xl-1,

	.py-xl-1 {

		padding-top: .25rem !important
	}



	.pr-xl-1,

	.px-xl-1 {

		padding-right: .25rem !important
	}



	.pb-xl-1,

	.py-xl-1 {

		padding-bottom: .25rem !important
	}



	.pl-xl-1,

	.px-xl-1 {

		padding-left: .25rem !important
	}



	.p-xl-2 {

		padding: .5rem !important
	}



	.pt-xl-2,

	.py-xl-2 {

		padding-top: .5rem !important
	}



	.pr-xl-2,

	.px-xl-2 {

		padding-right: .5rem !important
	}



	.pb-xl-2,

	.py-xl-2 {

		padding-bottom: .5rem !important
	}



	.pl-xl-2,

	.px-xl-2 {

		padding-left: .5rem !important
	}



	.p-xl-3 {

		padding: 1rem !important
	}



	.pt-xl-3,

	.py-xl-3 {

		padding-top: 1rem !important
	}



	.pr-xl-3,

	.px-xl-3 {

		padding-right: 1rem !important
	}



	.pb-xl-3,

	.py-xl-3 {

		padding-bottom: 1rem !important
	}



	.pl-xl-3,

	.px-xl-3 {

		padding-left: 1rem !important
	}



	.p-xl-4 {

		padding: 1.5rem !important
	}



	.pt-xl-4,

	.py-xl-4 {

		padding-top: 1.5rem !important
	}



	.pr-xl-4,

	.px-xl-4 {

		padding-right: 1.5rem !important
	}



	.pb-xl-4,

	.py-xl-4 {

		padding-bottom: 1.5rem !important
	}



	.pl-xl-4,

	.px-xl-4 {

		padding-left: 1.5rem !important
	}



	.p-xl-5 {

		padding: 3rem !important
	}



	.pt-xl-5,

	.py-xl-5 {

		padding-top: 3rem !important
	}



	.pr-xl-5,

	.px-xl-5 {

		padding-right: 3rem !important
	}



	.pb-xl-5,

	.py-xl-5 {

		padding-bottom: 3rem !important
	}



	.pl-xl-5,

	.px-xl-5 {

		padding-left: 3rem !important
	}



	.m-xl-n1 {

		margin: -.25rem !important
	}



	.mt-xl-n1,

	.my-xl-n1 {

		margin-top: -.25rem !important
	}



	.mr-xl-n1,

	.mx-xl-n1 {

		margin-right: -.25rem !important
	}



	.mb-xl-n1,

	.my-xl-n1 {

		margin-bottom: -.25rem !important
	}



	.ml-xl-n1,

	.mx-xl-n1 {

		margin-left: -.25rem !important
	}



	.m-xl-n2 {

		margin: -.5rem !important
	}



	.mt-xl-n2,

	.my-xl-n2 {

		margin-top: -.5rem !important
	}



	.mr-xl-n2,

	.mx-xl-n2 {

		margin-right: -.5rem !important
	}



	.mb-xl-n2,

	.my-xl-n2 {

		margin-bottom: -.5rem !important
	}



	.ml-xl-n2,

	.mx-xl-n2 {

		margin-left: -.5rem !important
	}



	.m-xl-n3 {

		margin: -1rem !important
	}



	.mt-xl-n3,

	.my-xl-n3 {

		margin-top: -1rem !important
	}



	.mr-xl-n3,

	.mx-xl-n3 {

		margin-right: -1rem !important
	}



	.mb-xl-n3,

	.my-xl-n3 {

		margin-bottom: -1rem !important
	}



	.ml-xl-n3,

	.mx-xl-n3 {

		margin-left: -1rem !important
	}



	.m-xl-n4 {

		margin: -1.5rem !important
	}



	.mt-xl-n4,

	.my-xl-n4 {

		margin-top: -1.5rem !important
	}



	.mr-xl-n4,

	.mx-xl-n4 {

		margin-right: -1.5rem !important
	}



	.mb-xl-n4,

	.my-xl-n4 {

		margin-bottom: -1.5rem !important
	}



	.ml-xl-n4,

	.mx-xl-n4 {

		margin-left: -1.5rem !important
	}



	.m-xl-n5 {

		margin: -3rem !important
	}



	.mt-xl-n5,

	.my-xl-n5 {

		margin-top: -3rem !important
	}



	.mr-xl-n5,

	.mx-xl-n5 {

		margin-right: -3rem !important
	}



	.mb-xl-n5,

	.my-xl-n5 {

		margin-bottom: -3rem !important
	}



	.ml-xl-n5,

	.mx-xl-n5 {

		margin-left: -3rem !important
	}



	.m-xl-auto {

		margin: auto !important
	}



	.mt-xl-auto,

	.my-xl-auto {

		margin-top: auto !important
	}



	.mr-xl-auto,

	.mx-xl-auto {

		margin-right: auto !important
	}



	.mb-xl-auto,

	.my-xl-auto {

		margin-bottom: auto !important
	}



	.ml-xl-auto,

	.mx-xl-auto {

		margin-left: auto !important
	}

}



@media (min-width:1600px) {

	.m-xxl-0 {

		margin: 0 !important
	}



	.mt-xxl-0,

	.my-xxl-0 {

		margin-top: 0 !important
	}



	.mr-xxl-0,

	.mx-xxl-0 {

		margin-right: 0 !important
	}



	.mb-xxl-0,

	.my-xxl-0 {

		margin-bottom: 0 !important
	}



	.ml-xxl-0,

	.mx-xxl-0 {

		margin-left: 0 !important
	}



	.m-xxl-1 {

		margin: .25rem !important
	}



	.mt-xxl-1,

	.my-xxl-1 {

		margin-top: .25rem !important
	}



	.mr-xxl-1,

	.mx-xxl-1 {

		margin-right: .25rem !important
	}



	.mb-xxl-1,

	.my-xxl-1 {

		margin-bottom: .25rem !important
	}



	.ml-xxl-1,

	.mx-xxl-1 {

		margin-left: .25rem !important
	}



	.m-xxl-2 {

		margin: .5rem !important
	}



	.mt-xxl-2,

	.my-xxl-2 {

		margin-top: .5rem !important
	}



	.mr-xxl-2,

	.mx-xxl-2 {

		margin-right: .5rem !important
	}



	.mb-xxl-2,

	.my-xxl-2 {

		margin-bottom: .5rem !important
	}



	.ml-xxl-2,

	.mx-xxl-2 {

		margin-left: .5rem !important
	}



	.m-xxl-3 {

		margin: 1rem !important
	}



	.mt-xxl-3,

	.my-xxl-3 {

		margin-top: 1rem !important
	}



	.mr-xxl-3,

	.mx-xxl-3 {

		margin-right: 1rem !important
	}



	.mb-xxl-3,

	.my-xxl-3 {

		margin-bottom: 1rem !important
	}



	.ml-xxl-3,

	.mx-xxl-3 {

		margin-left: 1rem !important
	}



	.m-xxl-4 {

		margin: 1.5rem !important
	}



	.mt-xxl-4,

	.my-xxl-4 {

		margin-top: 1.5rem !important
	}



	.mr-xxl-4,

	.mx-xxl-4 {

		margin-right: 1.5rem !important
	}



	.mb-xxl-4,

	.my-xxl-4 {

		margin-bottom: 1.5rem !important
	}



	.ml-xxl-4,

	.mx-xxl-4 {

		margin-left: 1.5rem !important
	}



	.m-xxl-5 {

		margin: 3rem !important
	}



	.mt-xxl-5,

	.my-xxl-5 {

		margin-top: 3rem !important
	}



	.mr-xxl-5,

	.mx-xxl-5 {

		margin-right: 3rem !important
	}



	.mb-xxl-5,

	.my-xxl-5 {

		margin-bottom: 3rem !important
	}



	.ml-xxl-5,

	.mx-xxl-5 {

		margin-left: 3rem !important
	}



	.p-xxl-0 {

		padding: 0 !important
	}



	.pt-xxl-0,

	.py-xxl-0 {

		padding-top: 0 !important
	}



	.pr-xxl-0,

	.px-xxl-0 {

		padding-right: 0 !important
	}



	.pb-xxl-0,

	.py-xxl-0 {

		padding-bottom: 0 !important
	}



	.pl-xxl-0,

	.px-xxl-0 {

		padding-left: 0 !important
	}



	.p-xxl-1 {

		padding: .25rem !important
	}



	.pt-xxl-1,

	.py-xxl-1 {

		padding-top: .25rem !important
	}



	.pr-xxl-1,

	.px-xxl-1 {

		padding-right: .25rem !important
	}



	.pb-xxl-1,

	.py-xxl-1 {

		padding-bottom: .25rem !important
	}



	.pl-xxl-1,

	.px-xxl-1 {

		padding-left: .25rem !important
	}



	.p-xxl-2 {

		padding: .5rem !important
	}



	.pt-xxl-2,

	.py-xxl-2 {

		padding-top: .5rem !important
	}



	.pr-xxl-2,

	.px-xxl-2 {

		padding-right: .5rem !important
	}



	.pb-xxl-2,

	.py-xxl-2 {

		padding-bottom: .5rem !important
	}



	.pl-xxl-2,

	.px-xxl-2 {

		padding-left: .5rem !important
	}



	.p-xxl-3 {

		padding: 1rem !important
	}



	.pt-xxl-3,

	.py-xxl-3 {

		padding-top: 1rem !important
	}



	.pr-xxl-3,

	.px-xxl-3 {

		padding-right: 1rem !important
	}



	.pb-xxl-3,

	.py-xxl-3 {

		padding-bottom: 1rem !important
	}



	.pl-xxl-3,

	.px-xxl-3 {

		padding-left: 1rem !important
	}



	.p-xxl-4 {

		padding: 1.5rem !important
	}



	.pt-xxl-4,

	.py-xxl-4 {

		padding-top: 1.5rem !important
	}



	.pr-xxl-4,

	.px-xxl-4 {

		padding-right: 1.5rem !important
	}



	.pb-xxl-4,

	.py-xxl-4 {

		padding-bottom: 1.5rem !important
	}



	.pl-xxl-4,

	.px-xxl-4 {

		padding-left: 1.5rem !important
	}



	.p-xxl-5 {

		padding: 3rem !important
	}



	.pt-xxl-5,

	.py-xxl-5 {

		padding-top: 3rem !important
	}



	.pr-xxl-5,

	.px-xxl-5 {

		padding-right: 3rem !important
	}



	.pb-xxl-5,

	.py-xxl-5 {

		padding-bottom: 3rem !important
	}



	.pl-xxl-5,

	.px-xxl-5 {

		padding-left: 3rem !important
	}



	.m-xxl-n1 {

		margin: -.25rem !important
	}



	.mt-xxl-n1,

	.my-xxl-n1 {

		margin-top: -.25rem !important
	}



	.mr-xxl-n1,

	.mx-xxl-n1 {

		margin-right: -.25rem !important
	}



	.mb-xxl-n1,

	.my-xxl-n1 {

		margin-bottom: -.25rem !important
	}



	.ml-xxl-n1,

	.mx-xxl-n1 {

		margin-left: -.25rem !important
	}



	.m-xxl-n2 {

		margin: -.5rem !important
	}



	.mt-xxl-n2,

	.my-xxl-n2 {

		margin-top: -.5rem !important
	}



	.mr-xxl-n2,

	.mx-xxl-n2 {

		margin-right: -.5rem !important
	}



	.mb-xxl-n2,

	.my-xxl-n2 {

		margin-bottom: -.5rem !important
	}



	.ml-xxl-n2,

	.mx-xxl-n2 {

		margin-left: -.5rem !important
	}



	.m-xxl-n3 {

		margin: -1rem !important
	}



	.mt-xxl-n3,

	.my-xxl-n3 {

		margin-top: -1rem !important
	}



	.mr-xxl-n3,

	.mx-xxl-n3 {

		margin-right: -1rem !important
	}



	.mb-xxl-n3,

	.my-xxl-n3 {

		margin-bottom: -1rem !important
	}



	.ml-xxl-n3,

	.mx-xxl-n3 {

		margin-left: -1rem !important
	}



	.m-xxl-n4 {

		margin: -1.5rem !important
	}



	.mt-xxl-n4,

	.my-xxl-n4 {

		margin-top: -1.5rem !important
	}



	.mr-xxl-n4,

	.mx-xxl-n4 {

		margin-right: -1.5rem !important
	}



	.mb-xxl-n4,

	.my-xxl-n4 {

		margin-bottom: -1.5rem !important
	}



	.ml-xxl-n4,

	.mx-xxl-n4 {

		margin-left: -1.5rem !important
	}



	.m-xxl-n5 {

		margin: -3rem !important
	}



	.mt-xxl-n5,

	.my-xxl-n5 {

		margin-top: -3rem !important
	}



	.mr-xxl-n5,

	.mx-xxl-n5 {

		margin-right: -3rem !important
	}



	.mb-xxl-n5,

	.my-xxl-n5 {

		margin-bottom: -3rem !important
	}



	.ml-xxl-n5,

	.mx-xxl-n5 {

		margin-left: -3rem !important
	}



	.m-xxl-auto {

		margin: auto !important
	}



	.mt-xxl-auto,

	.my-xxl-auto {

		margin-top: auto !important
	}



	.mr-xxl-auto,

	.mx-xxl-auto {

		margin-right: auto !important
	}



	.mb-xxl-auto,

	.my-xxl-auto {

		margin-bottom: auto !important
	}



	.ml-xxl-auto,

	.mx-xxl-auto {

		margin-left: auto !important
	}

}



@media (min-width:1920px) {

	.m-xxxl-0 {

		margin: 0 !important
	}



	.mt-xxxl-0,

	.my-xxxl-0 {

		margin-top: 0 !important
	}



	.mr-xxxl-0,

	.mx-xxxl-0 {

		margin-right: 0 !important
	}



	.mb-xxxl-0,

	.my-xxxl-0 {

		margin-bottom: 0 !important
	}



	.ml-xxxl-0,

	.mx-xxxl-0 {

		margin-left: 0 !important
	}



	.m-xxxl-1 {

		margin: .25rem !important
	}



	.mt-xxxl-1,

	.my-xxxl-1 {

		margin-top: .25rem !important
	}



	.mr-xxxl-1,

	.mx-xxxl-1 {

		margin-right: .25rem !important
	}



	.mb-xxxl-1,

	.my-xxxl-1 {

		margin-bottom: .25rem !important
	}



	.ml-xxxl-1,

	.mx-xxxl-1 {

		margin-left: .25rem !important
	}



	.m-xxxl-2 {

		margin: .5rem !important
	}



	.mt-xxxl-2,

	.my-xxxl-2 {

		margin-top: .5rem !important
	}



	.mr-xxxl-2,

	.mx-xxxl-2 {

		margin-right: .5rem !important
	}



	.mb-xxxl-2,

	.my-xxxl-2 {

		margin-bottom: .5rem !important
	}



	.ml-xxxl-2,

	.mx-xxxl-2 {

		margin-left: .5rem !important
	}



	.m-xxxl-3 {

		margin: 1rem !important
	}



	.mt-xxxl-3,

	.my-xxxl-3 {

		margin-top: 1rem !important
	}



	.mr-xxxl-3,

	.mx-xxxl-3 {

		margin-right: 1rem !important
	}



	.mb-xxxl-3,

	.my-xxxl-3 {

		margin-bottom: 1rem !important
	}



	.ml-xxxl-3,

	.mx-xxxl-3 {

		margin-left: 1rem !important
	}



	.m-xxxl-4 {

		margin: 1.5rem !important
	}



	.mt-xxxl-4,

	.my-xxxl-4 {

		margin-top: 1.5rem !important
	}



	.mr-xxxl-4,

	.mx-xxxl-4 {

		margin-right: 1.5rem !important
	}



	.mb-xxxl-4,

	.my-xxxl-4 {

		margin-bottom: 1.5rem !important
	}



	.ml-xxxl-4,

	.mx-xxxl-4 {

		margin-left: 1.5rem !important
	}



	.m-xxxl-5 {

		margin: 3rem !important
	}



	.mt-xxxl-5,

	.my-xxxl-5 {

		margin-top: 3rem !important
	}



	.mr-xxxl-5,

	.mx-xxxl-5 {

		margin-right: 3rem !important
	}



	.mb-xxxl-5,

	.my-xxxl-5 {

		margin-bottom: 3rem !important
	}



	.ml-xxxl-5,

	.mx-xxxl-5 {

		margin-left: 3rem !important
	}



	.p-xxxl-0 {

		padding: 0 !important
	}



	.pt-xxxl-0,

	.py-xxxl-0 {

		padding-top: 0 !important
	}



	.pr-xxxl-0,

	.px-xxxl-0 {

		padding-right: 0 !important
	}



	.pb-xxxl-0,

	.py-xxxl-0 {

		padding-bottom: 0 !important
	}



	.pl-xxxl-0,

	.px-xxxl-0 {

		padding-left: 0 !important
	}



	.p-xxxl-1 {

		padding: .25rem !important
	}



	.pt-xxxl-1,

	.py-xxxl-1 {

		padding-top: .25rem !important
	}



	.pr-xxxl-1,

	.px-xxxl-1 {

		padding-right: .25rem !important
	}



	.pb-xxxl-1,

	.py-xxxl-1 {

		padding-bottom: .25rem !important
	}



	.pl-xxxl-1,

	.px-xxxl-1 {

		padding-left: .25rem !important
	}



	.p-xxxl-2 {

		padding: .5rem !important
	}



	.pt-xxxl-2,

	.py-xxxl-2 {

		padding-top: .5rem !important
	}



	.pr-xxxl-2,

	.px-xxxl-2 {

		padding-right: .5rem !important
	}



	.pb-xxxl-2,

	.py-xxxl-2 {

		padding-bottom: .5rem !important
	}



	.pl-xxxl-2,

	.px-xxxl-2 {

		padding-left: .5rem !important
	}



	.p-xxxl-3 {

		padding: 1rem !important
	}



	.pt-xxxl-3,

	.py-xxxl-3 {

		padding-top: 1rem !important
	}



	.pr-xxxl-3,

	.px-xxxl-3 {

		padding-right: 1rem !important
	}



	.pb-xxxl-3,

	.py-xxxl-3 {

		padding-bottom: 1rem !important
	}



	.pl-xxxl-3,

	.px-xxxl-3 {

		padding-left: 1rem !important
	}



	.p-xxxl-4 {

		padding: 1.5rem !important
	}



	.pt-xxxl-4,

	.py-xxxl-4 {

		padding-top: 1.5rem !important
	}



	.pr-xxxl-4,

	.px-xxxl-4 {

		padding-right: 1.5rem !important
	}



	.pb-xxxl-4,

	.py-xxxl-4 {

		padding-bottom: 1.5rem !important
	}



	.pl-xxxl-4,

	.px-xxxl-4 {

		padding-left: 1.5rem !important
	}



	.p-xxxl-5 {

		padding: 3rem !important
	}



	.pt-xxxl-5,

	.py-xxxl-5 {

		padding-top: 3rem !important
	}



	.pr-xxxl-5,

	.px-xxxl-5 {

		padding-right: 3rem !important
	}



	.pb-xxxl-5,

	.py-xxxl-5 {

		padding-bottom: 3rem !important
	}



	.pl-xxxl-5,

	.px-xxxl-5 {

		padding-left: 3rem !important
	}



	.m-xxxl-n1 {

		margin: -.25rem !important
	}



	.mt-xxxl-n1,

	.my-xxxl-n1 {

		margin-top: -.25rem !important
	}



	.mr-xxxl-n1,

	.mx-xxxl-n1 {

		margin-right: -.25rem !important
	}



	.mb-xxxl-n1,

	.my-xxxl-n1 {

		margin-bottom: -.25rem !important
	}



	.ml-xxxl-n1,

	.mx-xxxl-n1 {

		margin-left: -.25rem !important
	}



	.m-xxxl-n2 {

		margin: -.5rem !important
	}



	.mt-xxxl-n2,

	.my-xxxl-n2 {

		margin-top: -.5rem !important
	}



	.mr-xxxl-n2,

	.mx-xxxl-n2 {

		margin-right: -.5rem !important
	}



	.mb-xxxl-n2,

	.my-xxxl-n2 {

		margin-bottom: -.5rem !important
	}



	.ml-xxxl-n2,

	.mx-xxxl-n2 {

		margin-left: -.5rem !important
	}



	.m-xxxl-n3 {

		margin: -1rem !important
	}



	.mt-xxxl-n3,

	.my-xxxl-n3 {

		margin-top: -1rem !important
	}



	.mr-xxxl-n3,

	.mx-xxxl-n3 {

		margin-right: -1rem !important
	}



	.mb-xxxl-n3,

	.my-xxxl-n3 {

		margin-bottom: -1rem !important
	}



	.ml-xxxl-n3,

	.mx-xxxl-n3 {

		margin-left: -1rem !important
	}



	.m-xxxl-n4 {

		margin: -1.5rem !important
	}



	.mt-xxxl-n4,

	.my-xxxl-n4 {

		margin-top: -1.5rem !important
	}



	.mr-xxxl-n4,

	.mx-xxxl-n4 {

		margin-right: -1.5rem !important
	}



	.mb-xxxl-n4,

	.my-xxxl-n4 {

		margin-bottom: -1.5rem !important
	}



	.ml-xxxl-n4,

	.mx-xxxl-n4 {

		margin-left: -1.5rem !important
	}



	.m-xxxl-n5 {

		margin: -3rem !important
	}



	.mt-xxxl-n5,

	.my-xxxl-n5 {

		margin-top: -3rem !important
	}



	.mr-xxxl-n5,

	.mx-xxxl-n5 {

		margin-right: -3rem !important
	}



	.mb-xxxl-n5,

	.my-xxxl-n5 {

		margin-bottom: -3rem !important
	}



	.ml-xxxl-n5,

	.mx-xxxl-n5 {

		margin-left: -3rem !important
	}



	.m-xxxl-auto {

		margin: auto !important
	}



	.mt-xxxl-auto,

	.my-xxxl-auto {

		margin-top: auto !important
	}



	.mr-xxxl-auto,

	.mx-xxxl-auto {

		margin-right: auto !important
	}



	.mb-xxxl-auto,

	.my-xxxl-auto {

		margin-bottom: auto !important
	}



	.ml-xxxl-auto,

	.mx-xxxl-auto {

		margin-left: auto !important
	}

}



@media (min-width:3840px) {

	.m-xxxxl-0 {

		margin: 0 !important
	}



	.mt-xxxxl-0,

	.my-xxxxl-0 {

		margin-top: 0 !important
	}



	.mr-xxxxl-0,

	.mx-xxxxl-0 {

		margin-right: 0 !important
	}



	.mb-xxxxl-0,

	.my-xxxxl-0 {

		margin-bottom: 0 !important
	}



	.ml-xxxxl-0,

	.mx-xxxxl-0 {

		margin-left: 0 !important
	}



	.m-xxxxl-1 {

		margin: .25rem !important
	}



	.mt-xxxxl-1,

	.my-xxxxl-1 {

		margin-top: .25rem !important
	}



	.mr-xxxxl-1,

	.mx-xxxxl-1 {

		margin-right: .25rem !important
	}



	.mb-xxxxl-1,

	.my-xxxxl-1 {

		margin-bottom: .25rem !important
	}



	.ml-xxxxl-1,

	.mx-xxxxl-1 {

		margin-left: .25rem !important
	}



	.m-xxxxl-2 {

		margin: .5rem !important
	}



	.mt-xxxxl-2,

	.my-xxxxl-2 {

		margin-top: .5rem !important
	}



	.mr-xxxxl-2,

	.mx-xxxxl-2 {

		margin-right: .5rem !important
	}



	.mb-xxxxl-2,

	.my-xxxxl-2 {

		margin-bottom: .5rem !important
	}



	.ml-xxxxl-2,

	.mx-xxxxl-2 {

		margin-left: .5rem !important
	}



	.m-xxxxl-3 {

		margin: 1rem !important
	}



	.mt-xxxxl-3,

	.my-xxxxl-3 {

		margin-top: 1rem !important
	}



	.mr-xxxxl-3,

	.mx-xxxxl-3 {

		margin-right: 1rem !important
	}



	.mb-xxxxl-3,

	.my-xxxxl-3 {

		margin-bottom: 1rem !important
	}



	.ml-xxxxl-3,

	.mx-xxxxl-3 {

		margin-left: 1rem !important
	}



	.m-xxxxl-4 {

		margin: 1.5rem !important
	}



	.mt-xxxxl-4,

	.my-xxxxl-4 {

		margin-top: 1.5rem !important
	}



	.mr-xxxxl-4,

	.mx-xxxxl-4 {

		margin-right: 1.5rem !important
	}



	.mb-xxxxl-4,

	.my-xxxxl-4 {

		margin-bottom: 1.5rem !important
	}



	.ml-xxxxl-4,

	.mx-xxxxl-4 {

		margin-left: 1.5rem !important
	}



	.m-xxxxl-5 {

		margin: 3rem !important
	}



	.mt-xxxxl-5,

	.my-xxxxl-5 {

		margin-top: 3rem !important
	}



	.mr-xxxxl-5,

	.mx-xxxxl-5 {

		margin-right: 3rem !important
	}



	.mb-xxxxl-5,

	.my-xxxxl-5 {

		margin-bottom: 3rem !important
	}



	.ml-xxxxl-5,

	.mx-xxxxl-5 {

		margin-left: 3rem !important
	}



	.p-xxxxl-0 {

		padding: 0 !important
	}



	.pt-xxxxl-0,

	.py-xxxxl-0 {

		padding-top: 0 !important
	}



	.pr-xxxxl-0,

	.px-xxxxl-0 {

		padding-right: 0 !important
	}



	.pb-xxxxl-0,

	.py-xxxxl-0 {

		padding-bottom: 0 !important
	}



	.pl-xxxxl-0,

	.px-xxxxl-0 {

		padding-left: 0 !important
	}



	.p-xxxxl-1 {

		padding: .25rem !important
	}



	.pt-xxxxl-1,

	.py-xxxxl-1 {

		padding-top: .25rem !important
	}



	.pr-xxxxl-1,

	.px-xxxxl-1 {

		padding-right: .25rem !important
	}



	.pb-xxxxl-1,

	.py-xxxxl-1 {

		padding-bottom: .25rem !important
	}



	.pl-xxxxl-1,

	.px-xxxxl-1 {

		padding-left: .25rem !important
	}



	.p-xxxxl-2 {

		padding: .5rem !important
	}



	.pt-xxxxl-2,

	.py-xxxxl-2 {

		padding-top: .5rem !important
	}



	.pr-xxxxl-2,

	.px-xxxxl-2 {

		padding-right: .5rem !important
	}



	.pb-xxxxl-2,

	.py-xxxxl-2 {

		padding-bottom: .5rem !important
	}



	.pl-xxxxl-2,

	.px-xxxxl-2 {

		padding-left: .5rem !important
	}



	.p-xxxxl-3 {

		padding: 1rem !important
	}



	.pt-xxxxl-3,

	.py-xxxxl-3 {

		padding-top: 1rem !important
	}



	.pr-xxxxl-3,

	.px-xxxxl-3 {

		padding-right: 1rem !important
	}



	.pb-xxxxl-3,

	.py-xxxxl-3 {

		padding-bottom: 1rem !important
	}



	.pl-xxxxl-3,

	.px-xxxxl-3 {

		padding-left: 1rem !important
	}



	.p-xxxxl-4 {

		padding: 1.5rem !important
	}



	.pt-xxxxl-4,

	.py-xxxxl-4 {

		padding-top: 1.5rem !important
	}



	.pr-xxxxl-4,

	.px-xxxxl-4 {

		padding-right: 1.5rem !important
	}



	.pb-xxxxl-4,

	.py-xxxxl-4 {

		padding-bottom: 1.5rem !important
	}



	.pl-xxxxl-4,

	.px-xxxxl-4 {

		padding-left: 1.5rem !important
	}



	.p-xxxxl-5 {

		padding: 3rem !important
	}



	.pt-xxxxl-5,

	.py-xxxxl-5 {

		padding-top: 3rem !important
	}



	.pr-xxxxl-5,

	.px-xxxxl-5 {

		padding-right: 3rem !important
	}



	.pb-xxxxl-5,

	.py-xxxxl-5 {

		padding-bottom: 3rem !important
	}



	.pl-xxxxl-5,

	.px-xxxxl-5 {

		padding-left: 3rem !important
	}



	.m-xxxxl-n1 {

		margin: -.25rem !important
	}



	.mt-xxxxl-n1,

	.my-xxxxl-n1 {

		margin-top: -.25rem !important
	}



	.mr-xxxxl-n1,

	.mx-xxxxl-n1 {

		margin-right: -.25rem !important
	}



	.mb-xxxxl-n1,

	.my-xxxxl-n1 {

		margin-bottom: -.25rem !important
	}



	.ml-xxxxl-n1,

	.mx-xxxxl-n1 {

		margin-left: -.25rem !important
	}



	.m-xxxxl-n2 {

		margin: -.5rem !important
	}



	.mt-xxxxl-n2,

	.my-xxxxl-n2 {

		margin-top: -.5rem !important
	}



	.mr-xxxxl-n2,

	.mx-xxxxl-n2 {

		margin-right: -.5rem !important
	}



	.mb-xxxxl-n2,

	.my-xxxxl-n2 {

		margin-bottom: -.5rem !important
	}



	.ml-xxxxl-n2,

	.mx-xxxxl-n2 {

		margin-left: -.5rem !important
	}



	.m-xxxxl-n3 {

		margin: -1rem !important
	}



	.mt-xxxxl-n3,

	.my-xxxxl-n3 {

		margin-top: -1rem !important
	}



	.mr-xxxxl-n3,

	.mx-xxxxl-n3 {

		margin-right: -1rem !important
	}



	.mb-xxxxl-n3,

	.my-xxxxl-n3 {

		margin-bottom: -1rem !important
	}



	.ml-xxxxl-n3,

	.mx-xxxxl-n3 {

		margin-left: -1rem !important
	}



	.m-xxxxl-n4 {

		margin: -1.5rem !important
	}



	.mt-xxxxl-n4,

	.my-xxxxl-n4 {

		margin-top: -1.5rem !important
	}



	.mr-xxxxl-n4,

	.mx-xxxxl-n4 {

		margin-right: -1.5rem !important
	}



	.mb-xxxxl-n4,

	.my-xxxxl-n4 {

		margin-bottom: -1.5rem !important
	}



	.ml-xxxxl-n4,

	.mx-xxxxl-n4 {

		margin-left: -1.5rem !important
	}



	.m-xxxxl-n5 {

		margin: -3rem !important
	}



	.mt-xxxxl-n5,

	.my-xxxxl-n5 {

		margin-top: -3rem !important
	}



	.mr-xxxxl-n5,

	.mx-xxxxl-n5 {

		margin-right: -3rem !important
	}



	.mb-xxxxl-n5,

	.my-xxxxl-n5 {

		margin-bottom: -3rem !important
	}



	.ml-xxxxl-n5,

	.mx-xxxxl-n5 {

		margin-left: -3rem !important
	}



	.m-xxxxl-auto {

		margin: auto !important
	}



	.mt-xxxxl-auto,

	.my-xxxxl-auto {

		margin-top: auto !important
	}



	.mr-xxxxl-auto,

	.mx-xxxxl-auto {

		margin-right: auto !important
	}



	.mb-xxxxl-auto,

	.my-xxxxl-auto {

		margin-bottom: auto !important
	}



	.ml-xxxxl-auto,

	.mx-xxxxl-auto {

		margin-left: auto !important
	}

}



.text-monospace {

	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}



.text-justify {

	text-align: justify !important
}



.text-wrap {

	white-space: normal !important
}



.text-nowrap {

	white-space: nowrap !important
}



.text-truncate {

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap
}



.text-left {

	text-align: left !important
}



.text-right {

	text-align: right !important
}



.text-center {

	text-align: center !important
}



@media (min-width:576px) {

	.text-sm-left {

		text-align: left !important
	}



	.text-sm-right {

		text-align: right !important
	}



	.text-sm-center {

		text-align: center !important
	}

}



@media (min-width:768px) {

	.text-md-left {

		text-align: left !important
	}



	.text-md-right {

		text-align: right !important
	}



	.text-md-center {

		text-align: center !important
	}

}



@media (min-width:992px) {

	.text-lg-left {

		text-align: left !important
	}



	.text-lg-right {

		text-align: right !important
	}



	.text-lg-center {

		text-align: center !important
	}

}



@media (min-width:1200px) {

	.text-xl-left {

		text-align: left !important
	}



	.text-xl-right {

		text-align: right !important
	}



	.text-xl-center {

		text-align: center !important
	}

}



@media (min-width:1600px) {

	.text-xxl-left {

		text-align: left !important
	}



	.text-xxl-right {

		text-align: right !important
	}



	.text-xxl-center {

		text-align: center !important
	}

}



@media (min-width:1920px) {

	.text-xxxl-left {

		text-align: left !important
	}



	.text-xxxl-right {

		text-align: right !important
	}



	.text-xxxl-center {

		text-align: center !important
	}

}



@media (min-width:3840px) {

	.text-xxxxl-left {

		text-align: left !important
	}



	.text-xxxxl-right {

		text-align: right !important
	}



	.text-xxxxl-center {

		text-align: center !important
	}

}



.text-lowercase {

	text-transform: lowercase !important
}



.text-uppercase {

	text-transform: uppercase !important
}



.text-capitalize {

	text-transform: capitalize !important
}



.font-weight-light {

	font-weight: 300 !important
}



.font-weight-lighter {

	font-weight: lighter !important
}



.font-weight-normal {

	font-weight: 400 !important
}



.font-weight-bold {

	font-weight: 700 !important
}



.font-weight-bolder {

	font-weight: bolder !important
}



.font-italic {

	font-style: italic !important
}



.text-white {

	color: #fff !important
}



.text-primary,

a.text-primary:focus,

a.text-primary:hover {

	color: #000 !important
}



.text-secondary {

	color: #6c757d !important
}



a.text-secondary:focus,

a.text-secondary:hover {

	color: #494f54 !important
}



.text-success {

	color: #28a745 !important
}



a.text-success:focus,

a.text-success:hover {

	color: #19692c !important
}



.text-info {

	color: #17a2b8 !important
}



a.text-info:focus,

a.text-info:hover {

	color: #0f6674 !important
}



.text-warning {

	color: #ed7b49 !important
}



a.text-warning:focus,

a.text-warning:hover {

	color: #d44f15 !important
}



.text-danger {

	color: #dc3545 !important
}



a.text-danger:focus,

a.text-danger:hover {

	color: #a71d2a !important
}



.text-light {

	color: #f8f9fa !important
}



a.text-light:focus,

a.text-light:hover {

	color: #cbd3da !important
}



.text-dark {

	color: #343a40 !important
}



a.text-dark:focus,

a.text-dark:hover {

	color: #121416 !important
}



.text-body {

	color: #000 !important
}



.text-muted {

	color: #6c757d !important
}



.text-black-50 {

	color: rgba(0, 0, 0, .5) !important
}



.text-white-50 {

	color: hsla(0, 0%, 100%, .5) !important
}



.text-hide {

	font: 0/0 a;

	color: transparent;

	text-shadow: none;

	background-color: transparent;

	border: 0
}



.text-decoration-none {

	text-decoration: none !important
}



.text-break {

	word-break: break-word !important;

	overflow-wrap: break-word !important
}



.text-reset {

	color: inherit !important
}



.visible {

	visibility: visible !important
}



.invisible {

	visibility: hidden !important
}



@media print {



	*,

	:after,

	:before {

		text-shadow: none !important;

		-webkit-box-shadow: none !important;

		box-shadow: none !important
	}



	a:not(.btn):not(.woocommerce-Button):not(.woocommerce-form-login__submit):not(.woocommerce-form-register__submit):not(.single_add_to_cart_button) {

		text-decoration: underline
	}



	abbr[title]:after {

		content: " (" attr(title) ")"

	}



	pre {

		white-space: pre-wrap !important
	}



	blockquote,

	pre {

		border: 1px solid #adb5bd;

		page-break-inside: avoid
	}



	thead {

		display: table-header-group
	}



	img,

	tr {

		page-break-inside: avoid
	}



	#additional_xmas_wish_field label,

	#order_comments_field label,

	h2,

	h3,

	p {

		orphans: 3;

		widows: 3
	}



	#additional_xmas_wish_field label,

	#order_comments_field label,

	h2,

	h3 {

		page-break-after: avoid
	}



	@page {

		size: a3
	}



	.container,

	body {

		min-width: 992px !important
	}



	.navbar {

		display: none
	}



	.badge {

		border: 1px solid #000
	}



	.table {

		border-collapse: collapse !important
	}



	.table td,

	.table th {

		background-color: #fff !important
	}



	.table-bordered td,

	.table-bordered th {

		border: 1px solid #dee2e6 !important
	}



	.table-dark {

		color: inherit
	}



	.table-dark tbody+tbody,

	.table-dark td,

	.table-dark th,

	.table-dark thead th {

		border-color: #dee2e6
	}



	.table .thead-dark th {

		color: inherit;

		border-color: #dee2e6
	}

}



.media-item {

	position: relative
}



.media-item,

.media-item__inner {

	overflow: hidden
}



.media-item__image,

.media-item__video,

.media-item__video-player,

.media-item iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	display: block;

}



.media-item__image.lazyload:not([src]) {

	visibility: hidden
}



.media-item__video-player[data-autoplay=true] .media-item__video-btn {

	opacity: 0;

	visibility: hidden
}



.media-item__video-btn {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	display: block;

	background: transparent;

	border: 0;

	border-radius: 0;

	padding: 0;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MiA1MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTIgNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPnBsYXk8L3RpdGxlPgo8cGF0aCBkPSJNMzYuMiwyN2wtMTYuNSw5LjVjLTAuNCwwLjQtMSwwLjUtMS40LDAuMWMtMC4zLTAuMy0wLjQtMC43LTAuMy0xLjF2LTE5Yy0wLjItMC41LDAuMS0xLjEsMC42LTEuM2MwLjQtMC4yLDAuOCwwLDEuMSwwLjMKCUwzNi4yLDI1YzAuNiwwLjMsMC44LDAuOSwwLjUsMS41QzM2LjYsMjYuNywzNi40LDI2LjksMzYuMiwyN3ogTTUyLDI2YzAsMTQuNC0xMS42LDI2LTI2LDI2UzAsNDAuNCwwLDI2UzExLjYsMCwyNiwwUzUyLDExLjYsNTIsMjYKCXogTTQ4LDI2YzAtMTIuMi05LjgtMjItMjItMjJTNCwxMy44LDQsMjZzOS44LDIyLDIyLDIyUzQ4LDM4LjIsNDgsMjZ6Ii8+Cjwvc3ZnPgo=);

	background-size: 114px 120px;

	background-position: 50%;

	background-repeat: no-repeat
}



:root {

	--mm-line-height: 20px;

	--mm-listitem-size: 44px;

	--mm-navbar-size: 44px;

	--mm-offset-top: 0;

	--mm-offset-right: 0;

	--mm-offset-bottom: 0;

	--mm-offset-left: 0;

	--mm-color-border: rgba(0, 0, 0, .1);

	--mm-color-button: rgba(0, 0, 0, .3);

	--mm-color-text: rgba(0, 0, 0, .75);

	--mm-color-text-dimmed: rgba(0, 0, 0, .3);

	--mm-color-background: #f3f3f3;

	--mm-color-background-highlight: rgba(0, 0, 0, .05);

	--mm-color-background-emphasis: hsla(0, 0%, 100%, .4);

	--mm-shadow: 0 0 10px rgba(0, 0, 0, .3)
}



.mm-hidden {

	display: none !important
}



.mm-wrapper {

	overflow-x: hidden;

	position: relative
}



.mm-menu {

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	background: #f3f3f3;

	border-color: rgba(0, 0, 0, .1);

	color: rgba(0, 0, 0, .75);

	line-height: 20px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	padding: 0;

	margin: 0;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	position: absolute;

	top: var(--mm-offset-top);

	right: var(--mm-offset-right);

	bottom: var(--mm-offset-bottom);

	left: var(--mm-offset-left);

	z-index: 0;

	background: var(--mm-color-background);

	border-color: var(--mm-color-border);

	color: var(--mm-color-text);

	line-height: var(--mm-line-height);

	-webkit-tap-highlight-color: var(--mm-color-background-emphasis);

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale
}



.mm-menu a,

.mm-menu a:active,

.mm-menu a:hover,

.mm-menu a:link,

.mm-menu a:visited {

	text-decoration: none;

	color: inherit
}



[dir=rtl] .mm-menu {

	direction: rtl
}



.mm-panel {

	background: #f3f3f3;

	border-color: rgba(0, 0, 0, .1);

	color: rgba(0, 0, 0, .75);

	z-index: 0;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	width: 100%;

	-webkit-overflow-scrolling: touch;

	overflow: hidden;

	overflow-y: auto;

	-ms-scroll-chaining: none;

	overscroll-behavior: contain;

	color: var(--mm-color-text);

	border-color: var(--mm-color-border);

	background: var(--mm-color-background);

	-webkit-transform: translate3d(100%, 0, 0);

	transform: translate3d(100%, 0, 0);

	-webkit-transition: -webkit-transform .4s ease;

	transition: -webkit-transform .4s ease;

	-o-transition: -o-transform .4s ease;

	transition: transform .4s ease;

	transition: transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease
}



.mm-panel:after {

	height: 44px
}



.mm-panel:not(.mm-hidden) {

	display: block
}



.mm-panel:after {

	content: "";

	display: block;

	height: var(--mm-listitem-size)
}



.mm-panel_opened {

	z-index: 1;

	-webkit-transform: translateZ(0);

	transform: translateZ(0)
}



.mm-panel_opened-parent {

	-webkit-transform: translate3d(-30%, 0, 0);

	transform: translate3d(-30%, 0, 0)
}



.mm-panel_highest {

	z-index: 2
}



.mm-panel_noanimation {

	-webkit-transition: none !important;

	-o-transition: none !important;

	transition: none !important
}



.mm-panel_noanimation.mm-panel_opened-parent {

	-webkit-transform: translateZ(0);

	transform: translateZ(0)
}



.mm-panels>.mm-panel {

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0
}



.mm-panel__content {

	padding: 20px 20px 0
}



.mm-panels {

	background: #f3f3f3;

	border-color: rgba(0, 0, 0, .1);

	color: rgba(0, 0, 0, .75);

	position: relative;

	height: 100%;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	overflow: hidden;

	background: var(--mm-color-background);

	border-color: var(--mm-color-border);

	color: var(--mm-color-text)
}



[dir=rtl] .mm-panel:not(.mm-panel_opened) {

	-webkit-transform: translate3d(-100%, 0, 0);

	transform: translate3d(-100%, 0, 0)
}



[dir=rtl] .mm-panel.mm-panel_opened-parent {

	-webkit-transform: translate3d(30%, 0, 0);

	transform: translate3d(30%, 0, 0)
}



.mm-listitem_vertical>.mm-panel {

	display: none;

	width: 100%;

	padding: 10px 0 10px 10px;

	-webkit-transform: none !important;

	-o-transform: none !important;

	transform: none !important
}



.mm-listitem_vertical>.mm-panel:after,

.mm-listitem_vertical>.mm-panel:before {

	content: none;

	display: none
}



.mm-listitem_opened>.mm-panel {

	display: block
}



.mm-listitem_vertical>.mm-listitem__btn {

	height: 44px;

	height: var(--mm-listitem-size);

	bottom: auto
}



.mm-listitem_vertical .mm-listitem:last-child:after {

	border-color: transparent
}



.mm-listitem_opened>.mm-listitem__btn:after {

	-webkit-transform: rotate(225deg);

	-o-transform: rotate(225deg);

	transform: rotate(225deg);

	right: 19px
}



.mm-btn {

	-webkit-box-flex: 0;

	-ms-flex-positive: 0;

	flex-grow: 0;

	-ms-flex-negative: 0;

	flex-shrink: 0;

	position: relative;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	width: 50px;

	padding: 0
}



.mm-btn:after,

.mm-btn:before {

	border: 2px solid rgba(0, 0, 0, .3);

	border: 2px solid var(--mm-color-button)
}



.mm-btn_next:after,

.mm-btn_prev:before {

	content: "";

	border-bottom: none;

	border-right: none;

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

	display: block;

	width: 8px;

	height: 8px;

	margin: auto;

	position: absolute;

	top: 0;

	bottom: 0
}



.mm-btn_prev:before {

	-webkit-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	transform: rotate(-45deg);

	left: 23px;

	right: auto
}



.mm-btn_next:after {

	-webkit-transform: rotate(135deg);

	-o-transform: rotate(135deg);

	transform: rotate(135deg);

	right: 23px;

	left: auto
}



.mm-btn_close:after,

.mm-btn_close:before {

	content: "";

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

	display: block;

	width: 5px;

	height: 5px;

	margin: auto;

	position: absolute;

	top: 0;

	bottom: 0;

	-webkit-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	transform: rotate(-45deg)
}



.mm-btn_close:before {

	border-right: none;

	border-bottom: none;

	right: 18px
}



.mm-btn_close:after {

	border-left: none;

	border-top: none;

	right: 25px
}



[dir=rtl] .mm-btn_next:after {

	-webkit-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	transform: rotate(-45deg);

	left: 23px;

	right: auto
}



[dir=rtl] .mm-btn_prev:before {

	-webkit-transform: rotate(135deg);

	-o-transform: rotate(135deg);

	transform: rotate(135deg);

	right: 23px;

	left: auto
}



[dir=rtl] .mm-btn_close:after,

[dir=rtl] .mm-btn_close:before {

	right: auto
}



[dir=rtl] .mm-btn_close:before {

	left: 25px
}



[dir=rtl] .mm-btn_close:after {

	left: 18px
}



.mm-navbar {

	min-height: 44px;

	border-bottom: 1px solid rgba(0, 0, 0, .1);

	background: #f3f3f3;

	color: rgba(0, 0, 0, .3);

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	min-height: var(--mm-navbar-size);

	border-bottom: 1px solid var(--mm-color-border);

	background: var(--mm-color-background);

	color: var(--mm-color-text-dimmed);

	text-align: center;

	opacity: 1;

	-webkit-transition: opacity .4s ease;

	-o-transition: opacity .4s ease;

	transition: opacity .4s ease
}



.mm-navbar>* {

	min-height: 44px
}



@supports (position:sticky) {

	.mm-navbar_sticky {

		position: sticky;

		top: 0;

		z-index: 1
	}

}



.mm-navbar>* {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	-webkit-box-sizing: border-box;

	box-sizing: border-box
}



.mm-navbar__btn {

	-webkit-box-flex: 0;

	-ms-flex-positive: 0;

	flex-grow: 0
}



.mm-navbar__title {

	-webkit-box-flex: 1;

	-ms-flex: 1 1 50%;

	flex: 1 1 50%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	padding-left: 20px;

	padding-right: 20px;

	overflow: hidden
}



.mm-navbar__title:not(:last-child) {

	padding-right: 0
}



.mm-navbar__title>span {

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden
}



.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title {

	padding-left: 0
}



.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child {

	padding-right: 50px
}



[dir=rtl] .mm-navbar {

	-webkit-box-orient: horizontal;

	-webkit-box-direction: reverse;

	-ms-flex-direction: row-reverse;

	flex-direction: row-reverse
}



.mm-listview {

	display: block
}



.mm-listitem,

.mm-listview {

	list-style: none;

	padding: 0;

	margin: 0
}



.mm-listitem {

	color: rgba(0, 0, 0, .75);

	border-color: rgba(0, 0, 0, .1);

	color: var(--mm-color-text);

	border-color: var(--mm-color-border);

	display: block;

	position: relative;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap
}



.mm-listitem:after {

	content: "";

	border-color: inherit;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	display: block;

	position: absolute;

	left: 20px;

	right: 0;

	bottom: 0
}



.mm-listitem a,

.mm-listitem a:hover {

	text-decoration: none
}



.mm-listitem__btn,

.mm-listitem__text {

	padding: 12px;

	display: block;

	padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/2);

	padding-left: 0;

	padding-right: 0;

	color: inherit
}



.mm-listitem__text {

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	padding-left: 20px;

	padding-right: 10px;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	-ms-flex-preferred-size: 10%;

	flex-basis: 10%
}



.mm-listitem__btn {

	background: rgba(3, 2, 1, 0);

	border-color: inherit;

	width: auto;

	padding-right: 50px;

	position: relative
}



.mm-listitem__btn:not(.mm-listitem__text) {

	border-left-width: 1px;

	border-left-style: solid
}



.mm-listitem_selected>.mm-listitem__text {

	background: hsla(0, 0%, 100%, .4);

	background: var(--mm-color-background-emphasis)
}



.mm-listitem_opened>.mm-listitem__btn,

.mm-listitem_opened>.mm-panel {

	background: rgba(0, 0, 0, .05);

	background: var(--mm-color-background-highlight)
}



[dir=rtl] .mm-listitem:after {

	left: 0;

	right: 20px
}



[dir=rtl] .mm-listitem__text {

	padding-left: 10px;

	padding-right: 20px
}



[dir=rtl] .mm-listitem__btn {

	padding-left: 50px;

	border-left-width: 0;

	border-left-style: none
}



[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {

	padding-right: 0;

	border-right-width: 1px;

	border-right-style: solid
}



.mm-page {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	position: relative
}



.mm-slideout {

	-webkit-transition: -webkit-transform .4s ease;

	transition: -webkit-transform .4s ease;

	-o-transition: -o-transform .4s ease;

	transition: transform .4s ease;

	transition: transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease;

	z-index: 1
}



.mm-wrapper_opened {

	overflow-x: hidden;

	position: relative
}



.mm-wrapper_opened .mm-page {

	min-height: 100vh
}



.mm-wrapper_background .mm-page {

	background: inherit
}



.mm-menu_offcanvas {

	position: fixed;

	right: auto;

	z-index: 0
}



.mm-menu_offcanvas:not(.mm-menu_opened) {

	display: none
}



.mm-menu_offcanvas {

	width: 80%;

	min-width: 240px;

	max-width: 440px
}



.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(80vw, 0, 0);

	transform: translate3d(80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(240px, 0, 0);

		transform: translate3d(240px, 0, 0)
	}

}



@media (min-width:550px) {

	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(440px, 0, 0);

		transform: translate3d(440px, 0, 0)
	}

}



.mm-wrapper__blocker {

	background: rgba(3, 2, 1, 0);

	overflow: hidden;

	display: none;

	position: fixed;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	z-index: 2
}



.mm-wrapper_blocking,

.mm-wrapper_blocking body {

	overflow: hidden
}



.mm-wrapper_blocking .mm-wrapper__blocker {

	display: block
}



.mm-sronly {

	border: 0 !important;

	clip: rect(1px, 1px, 1px, 1px) !important;

	-webkit-clip-path: inset(50%) !important;

	clip-path: inset(50%) !important;

	white-space: nowrap !important;

	width: 1px !important;

	min-width: 1px !important;

	height: 1px !important;

	min-height: 1px !important;

	padding: 0 !important;

	overflow: hidden !important;

	position: absolute !important
}



.mm-menu_autoheight:not(.mm-menu_offcanvas) {

	position: relative
}



.mm-menu_autoheight.mm-menu_position-bottom,

.mm-menu_autoheight.mm-menu_position-top {

	max-height: 80%
}



.mm-menu_autoheight-measuring .mm-panel {

	display: block !important
}



.mm-menu_autoheight-measuring .mm-panels>.mm-panel {

	bottom: auto !important;

	height: auto !important
}



.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {

	display: none !important
}



[class*=mm-menu_columns-] {

	-webkit-transition-property: width;

	-o-transition-property: width;

	transition-property: width
}



[class*=mm-menu_columns-] .mm-panels>.mm-panel {

	right: auto;

	-webkit-transition-property: width, -webkit-transform;

	transition-property: width, -webkit-transform;

	-o-transition-property: width, -o-transform;

	transition-property: width, transform;

	transition-property: width, transform, -webkit-transform, -o-transform
}



[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,

[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {

	display: block !important
}



[class*=mm-panel_columns-] {

	border-right: 1px solid;

	border-color: inherit
}



.mm-menu_columns-1 .mm-panel_columns-0,

.mm-menu_columns-2 .mm-panel_columns-1,

.mm-menu_columns-3 .mm-panel_columns-2,

.mm-menu_columns-4 .mm-panel_columns-3 {

	border-right: none
}



[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {

	-webkit-transform: translateZ(0);

	transform: translateZ(0)
}



.mm-menu_columns-0 .mm-panels>.mm-panel {

	z-index: 0
}



.mm-menu_columns-0 .mm-panels>.mm-panel else {

	width: 100%
}



.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {

	-webkit-transform: translate3d(100%, 0, 0);

	transform: translate3d(100%, 0, 0)
}



.mm-menu_columns-0 {

	width: 80%;

	min-width: 240px;

	max-width: 0
}



.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(80vw, 0, 0);

	transform: translate3d(80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(240px, 0, 0);

		transform: translate3d(240px, 0, 0)
	}

}



@media (min-width:0px) {

	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {

		-webkit-transform: translateZ(0);

		transform: translateZ(0)
	}

}



.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(-80vw, 0, 0);

	transform: translate3d(-80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-240px, 0, 0);

		transform: translate3d(-240px, 0, 0)
	}

}



@media (min-width:0px) {

	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translateZ(0);

		transform: translateZ(0)
	}

}



[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {

	-webkit-transform: translate3d(100%, 0, 0);

	transform: translate3d(100%, 0, 0)
}



.mm-menu_columns-1 .mm-panels>.mm-panel {

	z-index: 1;

	width: 100%
}



.mm-menu_columns-1 .mm-panels>.mm-panel else {

	width: 100%
}



.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {

	-webkit-transform: translate3d(200%, 0, 0);

	transform: translate3d(200%, 0, 0)
}



.mm-menu_columns-1 {

	width: 80%;

	min-width: 240px;

	max-width: 440px
}



.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(80vw, 0, 0);

	transform: translate3d(80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(240px, 0, 0);

		transform: translate3d(240px, 0, 0)
	}

}



@media (min-width:550px) {

	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(440px, 0, 0);

		transform: translate3d(440px, 0, 0)
	}

}



.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(-80vw, 0, 0);

	transform: translate3d(-80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-240px, 0, 0);

		transform: translate3d(-240px, 0, 0)
	}

}



@media (min-width:550px) {

	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-440px, 0, 0);

		transform: translate3d(-440px, 0, 0)
	}

}



[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {

	-webkit-transform: translate3d(200%, 0, 0);

	transform: translate3d(200%, 0, 0)
}



.mm-menu_columns-2 .mm-panels>.mm-panel {

	z-index: 2;

	width: 50%
}



.mm-menu_columns-2 .mm-panels>.mm-panel else {

	width: 100%
}



.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {

	-webkit-transform: translate3d(300%, 0, 0);

	transform: translate3d(300%, 0, 0)
}



.mm-menu_columns-2 {

	width: 80%;

	min-width: 240px;

	max-width: 880px
}



.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(80vw, 0, 0);

	transform: translate3d(80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(240px, 0, 0);

		transform: translate3d(240px, 0, 0)
	}

}



@media (min-width:1100px) {

	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(880px, 0, 0);

		transform: translate3d(880px, 0, 0)
	}

}



.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(-80vw, 0, 0);

	transform: translate3d(-80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-240px, 0, 0);

		transform: translate3d(-240px, 0, 0)
	}

}



@media (min-width:1100px) {

	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-880px, 0, 0);

		transform: translate3d(-880px, 0, 0)
	}

}



[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {

	-webkit-transform: translate3d(300%, 0, 0);

	transform: translate3d(300%, 0, 0)
}



.mm-menu_columns-3 .mm-panels>.mm-panel {

	z-index: 3;

	width: 33.34%
}



.mm-menu_columns-3 .mm-panels>.mm-panel else {

	width: 100%
}



.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {

	-webkit-transform: translate3d(400%, 0, 0);

	transform: translate3d(400%, 0, 0)
}



.mm-menu_columns-3 {

	width: 80%;

	min-width: 240px;

	max-width: 1320px
}



.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(80vw, 0, 0);

	transform: translate3d(80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(240px, 0, 0);

		transform: translate3d(240px, 0, 0)
	}

}



@media (min-width:1650px) {

	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(1320px, 0, 0);

		transform: translate3d(1320px, 0, 0)
	}

}



.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(-80vw, 0, 0);

	transform: translate3d(-80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-240px, 0, 0);

		transform: translate3d(-240px, 0, 0)
	}

}



@media (min-width:1650px) {

	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-1320px, 0, 0);

		transform: translate3d(-1320px, 0, 0)
	}

}



[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {

	-webkit-transform: translate3d(400%, 0, 0);

	transform: translate3d(400%, 0, 0)
}



.mm-menu_columns-4 .mm-panels>.mm-panel {

	z-index: 4;

	width: 25%
}



.mm-menu_columns-4 .mm-panels>.mm-panel else {

	width: 100%
}



.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {

	-webkit-transform: translate3d(500%, 0, 0);

	transform: translate3d(500%, 0, 0)
}



.mm-menu_columns-4 {

	width: 80%;

	min-width: 240px;

	max-width: 1760px
}



.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(80vw, 0, 0);

	transform: translate3d(80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(240px, 0, 0);

		transform: translate3d(240px, 0, 0)
	}

}



@media (min-width:2200px) {

	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(1760px, 0, 0);

		transform: translate3d(1760px, 0, 0)
	}

}



.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(-80vw, 0, 0);

	transform: translate3d(-80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-240px, 0, 0);

		transform: translate3d(-240px, 0, 0)
	}

}



@media (min-width:2200px) {

	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-1760px, 0, 0);

		transform: translate3d(-1760px, 0, 0)
	}

}



[class*=mm-menu_columns-].mm-menu_position-bottom,

[class*=mm-menu_columns-].mm-menu_position-top {

	width: 100%;

	max-width: 100%;

	min-width: 100%
}



.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {

	-webkit-transition-property: width, min-width, max-width, -webkit-transform;

	transition-property: width, min-width, max-width, -webkit-transform;

	-o-transition-property: width, min-width, max-width, -o-transform;

	transition-property: width, min-width, max-width, transform;

	transition-property: width, min-width, max-width, transform, -webkit-transform, -o-transform
}



.mm-counter {

	color: rgba(0, 0, 0, .3);

	display: block;

	padding-left: 20px;

	float: right;

	text-align: right;

	color: var(--mm-color-text-dimmed)
}



.mm-listitem_nosubitems>.mm-counter {

	display: none
}



[dir=rtl] .mm-counter {

	text-align: left;

	float: left;

	padding-left: 0;

	padding-right: 20px
}



.mm-divider {

	position: relative;

	min-height: 20px;

	padding: 4.3px;

	background: #f3f3f3;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	min-height: var(--mm-line-height);

	padding: calc((var(--mm-listitem-size)*0.65 - var(--mm-line-height))*0.5);

	padding-right: 10px;

	padding-left: 20px;

	font-size: 75%;

	text-transform: uppercase;

	background: var(--mm-color-background);

	opacity: 1;

	-webkit-transition: opacity .4s ease;

	-o-transition: opacity .4s ease;

	transition: opacity .4s ease
}



.mm-divider:before {

	background: rgba(0, 0, 0, .05)
}



@supports (position:sticky) {

	.mm-divider {

		position: sticky;

		z-index: 2;

		top: 0
	}



	.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider {

		top: var(--mm-navbar-size)
	}

}



.mm-divider:before {

	content: "";

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	z-index: -1;

	background: var(--mm-color-background-highlight)
}



.mm-wrapper_dragging .mm-menu,

.mm-wrapper_dragging .mm-slideout {

	-webkit-transition-duration: 0s !important;

	-o-transition-duration: 0s !important;

	transition-duration: 0s !important;

	-webkit-user-select: none !important;

	-moz-user-select: none !important;

	-ms-user-select: none !important;

	user-select: none !important
}



.mm-wrapper_dragging .mm-menu {

	pointer-events: none !important
}



.mm-wrapper_dragging .mm-wrapper__blocker {

	display: none !important
}



.mm-menu_dropdown {

	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);

	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);

	height: 80%
}



.mm-wrapper_dropdown .mm-slideout {

	-webkit-transform: none !important;

	-o-transform: none !important;

	transform: none !important;

	z-index: 0
}



.mm-wrapper_dropdown .mm-wrapper__blocker {

	-webkit-transition-delay: 0s !important;

	-o-transition-delay: 0s !important;

	transition-delay: 0s !important;

	z-index: 1
}



.mm-wrapper_dropdown .mm-menu_dropdown {

	z-index: 2
}



.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {

	display: none
}



.mm-menu_tip-bottom:before,

.mm-menu_tip-left:before,

.mm-menu_tip-right:before,

.mm-menu_tip-top:before {

	content: "";

	background: inherit;

	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);

	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);

	display: block;

	width: 15px;

	height: 15px;

	position: absolute;

	z-index: -1;

	-webkit-transform: rotate(45deg);

	-o-transform: rotate(45deg);

	transform: rotate(45deg)
}



.mm-menu_tip-left:before {

	left: 22px
}



.mm-menu_tip-right:before {

	right: 22px
}



.mm-menu_tip-top:before {

	top: -8px
}



.mm-menu_tip-bottom:before {

	bottom: -8px
}



:root {

	--mm-iconbar-size: 50px
}



.mm-menu_iconbar-left .mm-navbars_bottom,

.mm-menu_iconbar-left .mm-navbars_top,

.mm-menu_iconbar-left .mm-panels {

	margin-left: 50px;

	margin-left: var(--mm-iconbar-size)
}



.mm-menu_iconbar-right .mm-navbars_bottom,

.mm-menu_iconbar-right .mm-navbars_top,

.mm-menu_iconbar-right .mm-panels {

	margin-right: 50px;

	margin-right: var(--mm-iconbar-size)
}



.mm-iconbar {

	width: 50px;

	background: #f3f3f3;

	color: rgba(0, 0, 0, .3);

	display: none;

	position: absolute;

	top: 0;

	bottom: 0;

	z-index: 2;

	width: var(--mm-iconbar-size);

	overflow: hidden;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	border: 0 solid;

	border-color: var(--mm-color-border);

	background: var(--mm-color-background);

	color: var(--mm-color-text-dimmed);

	text-align: center
}



.mm-menu_iconbar-left .mm-iconbar,

.mm-menu_iconbar-right .mm-iconbar {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between
}



.mm-menu_iconbar-left .mm-iconbar {

	border-right-width: 1px;

	left: 0
}



.mm-menu_iconbar-right .mm-iconbar {

	border-left-width: 1px;

	right: 0
}



.mm-iconbar__bottom,

.mm-iconbar__top {

	width: 100%;

	-webkit-overflow-scrolling: touch;

	overflow: hidden;

	overflow-y: auto;

	-ms-scroll-chaining: none;

	overscroll-behavior: contain
}



.mm-iconbar__bottom>*,

.mm-iconbar__top>* {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	display: block;

	padding: 12.5px 0
}



.mm-iconbar__bottom a,

.mm-iconbar__bottom a:hover,

.mm-iconbar__top a,

.mm-iconbar__top a:hover {

	text-decoration: none
}



.mm-iconbar__tab_selected {

	background: hsla(0, 0%, 100%, .4);

	background: var(--mm-color-background-emphasis)
}



:root {

	--mm-iconpanel-size: 50px
}



.mm-panel_iconpanel-1 {

	width: calc(100% - 50px);

	width: calc(100% - var(--mm-iconpanel-size)*1)
}



.mm-panel_iconpanel-2 {

	width: calc(100% - 100px);

	width: calc(100% - var(--mm-iconpanel-size)*2)
}



.mm-panel_iconpanel-3 {

	width: calc(100% - 150px);

	width: calc(100% - var(--mm-iconpanel-size)*3)
}



.mm-panel_iconpanel-first~.mm-panel {

	width: calc(100% - 50px);

	width: calc(100% - var(--mm-iconpanel-size))
}



.mm-menu_iconpanel .mm-panels>.mm-panel {

	left: auto;

	-webkit-transition-property: width, -webkit-transform;

	transition-property: width, -webkit-transform;

	-o-transition-property: width, -o-transform;

	transition-property: transform, width;

	transition-property: transform, width, -webkit-transform, -o-transform
}



.mm-menu_iconpanel .mm-panels>.mm-panel_opened,

.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {

	display: block !important
}



.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {

	overflow-y: hidden;

	-webkit-transform: unset;

	-o-transform: unset;

	transform: unset
}



.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {

	border-left-width: 1px;

	border-left-style: solid
}



.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,

.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {

	opacity: 0
}



.mm-panel__blocker {

	background: inherit;

	opacity: 0;

	display: block;

	position: absolute;

	top: 0;

	right: 0;

	left: 0;

	z-index: 3;

	-webkit-transition: opacity .4s ease;

	-o-transition: opacity .4s ease;

	transition: opacity .4s ease
}



.mm-panel_opened-parent .mm-panel__blocker {

	opacity: .6;

	bottom: -100000px
}



[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel {

	left: 0;

	right: auto;

	-webkit-transition-property: width, -webkit-transform;

	transition-property: width, -webkit-transform;

	-o-transition-property: width, -o-transform;

	transition-property: transform, width;

	transition-property: transform, width, -webkit-transform, -o-transform
}



[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {

	border-left: none;

	border-right: 1px solid;

	border-color: inherit
}



.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus,

.mm-menu_keyboardfocus a:focus {

	background: hsla(0, 0%, 100%, .4);

	background: var(--mm-color-background-emphasis);

	outline: none
}



.mm-wrapper__blocker .mm-tabstart {

	cursor: default;

	display: block;

	width: 100%;

	height: 100%
}



.mm-wrapper__blocker .mm-tabend {

	opacity: 0;

	position: absolute;

	bottom: 0
}



.mm-navbars_top {

	-ms-flex-negative: 0;

	flex-shrink: 0
}



.mm-navbars_top .mm-navbar:not(:last-child) {

	border-bottom: none
}



.mm-navbars_bottom {

	-ms-flex-negative: 0;

	flex-shrink: 0
}



.mm-navbars_bottom .mm-navbar {

	border-bottom: none
}



.mm-navbars_bottom .mm-navbar:first-child {

	border-top: 1px solid rgba(0, 0, 0, .1);

	border-top: 1px solid var(--mm-color-border)
}



.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input {

	padding-left: 0
}



.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {

	padding-right: 0
}



.mm-navbar__breadcrumbs {

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	-webkit-box-flex: 1;

	-ms-flex: 1 1 50%;

	flex: 1 1 50%;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	padding: 0 20px;

	overflow-x: auto;

	-webkit-overflow-scrolling: touch
}



.mm-navbar__breadcrumbs,

.mm-navbar__breadcrumbs>* {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex
}



.mm-navbar__breadcrumbs>* {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	padding-right: 6px
}



.mm-navbar__breadcrumbs>a {

	text-decoration: underline
}



.mm-navbar__breadcrumbs:not(:last-child) {

	padding-right: 0
}



.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {

	padding-left: 0
}



.mm-navbar_tabs>* {

	padding: 0 10px;

	border: 1px solid transparent
}



.mm-navbar__tab_selected {

	background: #f3f3f3;

	color: rgba(0, 0, 0, .75);

	background: var(--mm-color-background);

	color: var(--mm-color-text)
}



.mm-navbar__tab_selected:not(:first-child) {

	border-left-color: rgba(0, 0, 0, .1)
}



.mm-navbar__tab_selected:not(:last-child) {

	border-right-color: rgba(0, 0, 0, .1)
}



.mm-navbar__tab_selected:not(:first-child) {

	border-left-color: var(--mm-color-border)
}



.mm-navbar__tab_selected:not(:last-child) {

	border-right-color: var(--mm-color-border)
}



.mm-navbars_top .mm-navbar_tabs {

	border-bottom: none
}



.mm-navbars_top .mm-navbar_tabs>* {

	border-bottom-color: rgba(0, 0, 0, .1);

	border-bottom-color: var(--mm-color-border)
}



.mm-navbars_top .mm-navbar__tab_selected {

	border-top-color: rgba(0, 0, 0, .1);

	border-top-color: var(--mm-color-border);

	border-bottom-color: transparent
}



.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {

	background: hsla(0, 0%, 100%, .4);

	background: var(--mm-color-background-emphasis)
}



.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {

	background: #f3f3f3;

	background: var(--mm-color-background)
}



.mm-navbars_bottom .mm-navbar_tabs:first-child {

	border-top: none
}



.mm-navbars_bottom .mm-navbar_tabs>* {

	border-top-color: rgba(0, 0, 0, .1);

	border-top-color: var(--mm-color-border)
}



.mm-navbars_bottom .mm-navbar__tab_selected {

	border-bottom-color: rgba(0, 0, 0, .1);

	border-bottom-color: var(--mm-color-border);

	border-top-color: transparent
}



.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {

	background: #f3f3f3;

	background: var(--mm-color-background)
}



.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {

	background: hsla(0, 0%, 100%, .4);

	background: var(--mm-color-background-emphasis)
}



.mm-searchfield {

	height: 44px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	height: var(--mm-navbar-size);

	padding: 0;

	overflow: hidden
}



.mm-searchfield input {

	height: 30.8px;

	line-height: 30.8px
}



.mm-searchfield input,

.mm-searchfield input:focus,

.mm-searchfield input:hover {

	background: rgba(0, 0, 0, .05);

	color: rgba(0, 0, 0, .75)
}



.mm-searchfield input {

	display: block;

	width: 100%;

	max-width: 100%;

	height: calc(var(--mm-navbar-size)*0.7);

	min-height: unset;

	max-height: unset;

	margin: 0;

	padding: 0 10px;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	border: none !important;

	border-radius: 4px;

	line-height: calc(var(--mm-navbar-size)*0.7);

	-webkit-box-shadow: none !important;

	box-shadow: none !important;

	outline: none !important;

	font: inherit;

	font-size: inherit
}



.mm-searchfield input,

.mm-searchfield input:focus,

.mm-searchfield input:hover {

	background: var(--mm-color-background-highlight);

	color: var(--mm-color-text)
}



.mm-searchfield input::-ms-clear {

	display: none
}



.mm-searchfield__input {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-flex: 1;

	-ms-flex: 1;

	flex: 1;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	position: relative;

	width: 100%;

	max-width: 100%;

	padding: 0 10px;

	-webkit-box-sizing: border-box;

	box-sizing: border-box
}



.mm-panel__noresultsmsg {

	color: rgba(0, 0, 0, .3);

	padding: 50px 0;

	color: var(--mm-color-text-dimmed);

	text-align: center;

	font-size: 150%
}



.mm-searchfield__btn {

	position: absolute;

	right: 0;

	top: 0;

	bottom: 0
}



.mm-panel_search {

	left: 0 !important;

	right: 0 !important;

	width: 100% !important;

	border-left: none !important
}



.mm-searchfield__cancel {

	line-height: 44px;

	display: block;

	padding-right: 10px;

	margin-right: -100px;

	line-height: var(--mm-navbar-size);

	text-decoration: none;

	-webkit-transition: margin .4s ease;

	-o-transition: margin .4s ease;

	transition: margin .4s ease
}



.mm-searchfield__cancel-active {

	margin-right: 0
}



.mm-listitem_nosubitems>.mm-listitem__btn {

	display: none
}



.mm-listitem_nosubitems>.mm-listitem__text {

	padding-right: 10px
}



.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn) {

	z-index: -1;

	pointer-events: none
}



.mm-sectionindexer {

	background: inherit;

	text-align: center;

	font-size: 12px;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	width: 20px;

	position: absolute;

	top: 0;

	bottom: 0;

	right: -20px;

	z-index: 5;

	-webkit-transition: right .4s ease;

	-o-transition: right .4s ease;

	transition: right .4s ease;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-pack: space-evenly;

	-ms-flex-pack: space-evenly;

	justify-content: space-evenly
}



.mm-sectionindexer a {

	color: rgba(0, 0, 0, .3);

	color: var(--mm-color-text-dimmed);

	line-height: 1;

	text-decoration: none;

	display: block
}



.mm-sectionindexer~.mm-panel {

	padding-right: 0
}



.mm-sectionindexer_active {

	right: 0
}



.mm-sectionindexer_active~.mm-panel {

	padding-right: 20px
}



.mm-menu_selected-hover .mm-listitem__btn,

.mm-menu_selected-hover .mm-listitem__text,

.mm-menu_selected-parent .mm-listitem__btn,

.mm-menu_selected-parent .mm-listitem__text {

	-webkit-transition: background-color .4s ease;

	-o-transition: background-color .4s ease;

	transition: background-color .4s ease
}



.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected:not(:hover)>.mm-listitem__text {

	background: none
}



.mm-menu_selected-hover .mm-listitem__btn:hover,

.mm-menu_selected-hover .mm-listitem__text:hover {

	background: hsla(0, 0%, 100%, .4);

	background: var(--mm-color-background-emphasis)
}



.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text {

	background: none
}



.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,

.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text {

	background: hsla(0, 0%, 100%, .4);

	background: var(--mm-color-background-emphasis)
}



:root {

	--mm-sidebar-collapsed-size: 50px;

	--mm-sidebar-expanded-size: 440px
}



.mm-wrapper_sidebar-collapsed body,

.mm-wrapper_sidebar-expanded body {

	position: relative
}



.mm-wrapper_sidebar-collapsed .mm-slideout,

.mm-wrapper_sidebar-expanded .mm-slideout {

	-webkit-transition-property: width, -webkit-transform;

	transition-property: width, -webkit-transform;

	-o-transition-property: width, -o-transform;

	transition-property: width, transform;

	transition-property: width, transform, -webkit-transform, -o-transform
}



.mm-wrapper_sidebar-collapsed .mm-page,

.mm-wrapper_sidebar-expanded .mm-page {

	background: inherit;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	min-height: 100vh
}



.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {

	display: -webkit-box !important;

	display: -ms-flexbox !important;

	display: flex !important;

	top: 0 !important;

	right: auto !important;

	bottom: 0 !important;

	left: 0 !important
}



.mm-wrapper_sidebar-collapsed .mm-slideout {

	width: calc(100% - 50px);

	-webkit-transform: translate3d(50px, 0, 0);

	transform: translate3d(50px, 0, 0);

	width: calc(100% - var(--mm-sidebar-collapsed-size));

	-webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);

	transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}



.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {

	opacity: 0
}



.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {

	width: 440px;

	width: var(--mm-sidebar-expanded-size);

	min-width: 0 !important;

	max-width: 100000px !important;

	border-right-width: 1px;

	border-right-style: solid
}



.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {

	content: none;

	display: none
}



.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {

	overflow: visible
}



.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {

	display: none !important
}



.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {

	width: calc(100% - 440px);

	-webkit-transform: translate3d(440px, 0, 0);

	transform: translate3d(440px, 0, 0);

	width: calc(100% - var(--mm-sidebar-expanded-size));

	-webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);

	transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}



.mm-menu__blocker {

	background: rgba(3, 2, 1, 0);

	display: block;

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	z-index: 3
}



.mm-menu_opened .mm-menu__blocker {

	display: none
}



[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout,

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout,

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {

	-webkit-transform: translateZ(0);

	transform: translateZ(0)
}



input.mm-toggle {

	background: rgba(0, 0, 0, .1);

	display: inline-block;

	min-width: 58px;

	width: 58px;

	height: 34px;

	margin: 0 10px;

	margin-top: calc((var(--mm-listitem-size) - 34px)/2);

	border: none !important;

	background: var(--mm-color-border);

	border-radius: 34px;

	-webkit-appearance: none !important;

	-moz-appearance: none !important;

	appearance: none !important;

	cursor: pointer;

	-webkit-transition: background-color .2s ease;

	-o-transition: background-color .2s ease;

	transition: background-color .2s ease
}



input.mm-toggle:before {

	background: #f3f3f3;

	content: "";

	display: block;

	width: 32px;

	height: 32px;

	margin: 1px;

	border-radius: 34px;

	background: var(--mm-color-background);

	-webkit-transition: -webkit-transform .2s ease;

	transition: -webkit-transform .2s ease;

	-o-transition: -o-transform .2s ease;

	transition: transform .2s ease;

	transition: transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease
}



input.mm-toggle:checked {

	background: #4bd963
}



input.mm-toggle:checked:before {

	-webkit-transform: translateX(24px);

	-o-transform: translateX(24px);

	transform: translateX(24px)
}



input.mm-check {

	-webkit-appearance: none !important;

	-moz-appearance: none !important;

	appearance: none !important;

	border: none !important;

	background: none !important;

	cursor: pointer;

	display: inline-block;

	width: 40px;

	height: 40px;

	margin: 0 10px;

	margin-top: calc((var(--mm-listitem-size) - 40px)/2)
}



input.mm-check:before {

	content: "";

	display: block;

	width: 40%;

	height: 20%;

	margin: 25% 0 0 20%;

	border-left: 3px solid;

	border: var(--mm-color-text);

	border-bottom: 3px solid;

	opacity: .3;

	-webkit-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	transform: rotate(-45deg);

	-webkit-transition: opacity .2s ease;

	-o-transition: opacity .2s ease;

	transition: opacity .2s ease
}



input.mm-check:checked:before {

	opacity: 1
}



[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before {

	float: left
}



.mm-menu_border-none .mm-listitem:after {

	content: none
}



.mm-menu_border-full .mm-listitem:after {

	left: 0 !important
}



.mm-menu_fx-menu-slide {

	-webkit-transition: -webkit-transform .4s ease;

	transition: -webkit-transform .4s ease;

	-o-transition: -o-transform .4s ease;

	transition: transform .4s ease;

	transition: transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease
}



.mm-wrapper_opened .mm-menu_fx-menu-slide {

	-webkit-transform: translate3d(-30%, 0, 0);

	transform: translate3d(-30%, 0, 0)
}



.mm-wrapper_opening .mm-menu_fx-menu-slide {

	-webkit-transform: translateZ(0);

	transform: translateZ(0)
}



.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {

	-webkit-transform: translate3d(30%, 0, 0);

	transform: translate3d(30%, 0, 0)
}



.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {

	-webkit-transform: translateZ(0);

	transform: translateZ(0)
}



.mm-menu_fx-panels-none .mm-panel,

.mm-panel_fx-none {

	-webkit-transition-property: none;

	-o-transition-property: none;

	transition-property: none
}



.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,

.mm-panel_fx-none.mm-panel_opened-parent {

	-webkit-transform: translateZ(0);

	transform: translateZ(0)
}



.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {

	-webkit-transform: translate3d(-100%, 0, 0);

	transform: translate3d(-100%, 0, 0)
}



.mm-menu_fullscreen {

	width: 100%;

	min-width: 140px;

	max-width: 10000px
}



.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(100vw, 0, 0);

	transform: translate3d(100vw, 0, 0)
}



@media (max-width:140px) {

	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(140px, 0, 0);

		transform: translate3d(140px, 0, 0)
	}

}



@media (min-width:10000px) {

	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(10000px, 0, 0);

		transform: translate3d(10000px, 0, 0)
	}

}



.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(-100vw, 0, 0);

	transform: translate3d(-100vw, 0, 0)
}



@media (max-width:140px) {

	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-140px, 0, 0);

		transform: translate3d(-140px, 0, 0)
	}

}



@media (min-width:10000px) {

	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-10000px, 0, 0);

		transform: translate3d(-10000px, 0, 0)
	}

}



.mm-menu_fullscreen.mm-menu_position-bottom,

.mm-menu_fullscreen.mm-menu_position-top {

	height: 100vh;

	min-height: 140px;

	max-height: 10000px
}



.mm-menu_listview-justify .mm-panels>.mm-panel {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column
}



.mm-menu_listview-justify .mm-panels>.mm-panel:after {

	content: none;

	display: none
}



.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	height: 100%;

	margin-top: 0;

	margin-bottom: 0
}



.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem {

	-webkit-box-flex: 1;

	-ms-flex: 1 0 auto;

	flex: 1 0 auto;

	min-height: 50px
}



.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	-webkit-box-flex: 1;

	-ms-flex: 1 0 auto;

	flex: 1 0 auto;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



.mm-listview_inset {

	list-style: inside disc;

	width: 100%;

	padding: 0 30px 15px;

	margin: 0
}



.mm-listview_inset .mm-listitem {

	padding: 5px 0
}



.mm-menu_multiline .mm-listitem__text {

	text-overflow: clip;

	white-space: normal
}



[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {

	opacity: 0
}



.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {

	opacity: .3;

	-webkit-transition: opacity .4s ease .4s;

	-o-transition: opacity .4s ease .4s;

	transition: opacity .4s ease .4s
}



.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker {

	background: inherit
}



.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {

	background: #000
}



.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker {

	background: #fff
}



.mm-menu_popup {

	-webkit-transition: opacity .4s ease;

	-o-transition: opacity .4s ease;

	transition: opacity .4s ease;

	opacity: 0;

	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);

	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);

	height: 80%;

	min-height: 140px;

	max-height: 880px;

	top: 50%;

	left: 50%;

	bottom: auto;

	right: auto;

	z-index: 2;

	-webkit-transform: translate3d(-50%, -50%, 0);

	transform: translate3d(-50%, -50%, 0)
}



.mm-menu_popup.mm-menu_opened~.mm-slideout {

	-webkit-transform: none !important;

	-o-transform: none !important;

	transform: none !important;

	z-index: 0
}



.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker {

	-webkit-transition-delay: 0s !important;

	-o-transition-delay: 0s !important;

	transition-delay: 0s !important;

	z-index: 1
}



.mm-wrapper_opening .mm-menu_popup {

	opacity: 1
}



.mm-menu_position-right {

	left: auto;

	right: 0
}



.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {

	-webkit-transform: translate3d(-80vw, 0, 0);

	transform: translate3d(-80vw, 0, 0)
}



@media (max-width:300px) {

	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-240px, 0, 0);

		transform: translate3d(-240px, 0, 0)
	}

}



@media (min-width:550px) {

	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {

		-webkit-transform: translate3d(-440px, 0, 0);

		transform: translate3d(-440px, 0, 0)
	}

}



.mm-menu_position-bottom,

.mm-menu_position-front,

.mm-menu_position-top {

	-webkit-transition: -webkit-transform .4s ease;

	transition: -webkit-transform .4s ease;

	-o-transition: -o-transform .4s ease;

	transition: transform .4s ease;

	transition: transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease
}



.mm-menu_position-bottom.mm-menu_opened,

.mm-menu_position-front.mm-menu_opened,

.mm-menu_position-top.mm-menu_opened {

	z-index: 2
}



.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,

.mm-menu_position-front.mm-menu_opened~.mm-slideout,

.mm-menu_position-top.mm-menu_opened~.mm-slideout {

	-webkit-transform: none !important;

	-o-transform: none !important;

	transform: none !important;

	z-index: 0
}



.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,

.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,

.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker {

	z-index: 1
}



.mm-menu_position-front {

	-webkit-transform: translate3d(-100%, 0, 0);

	transform: translate3d(-100%, 0, 0)
}



.mm-menu_position-front.mm-menu_position-right {

	-webkit-transform: translate3d(100%, 0, 0);

	transform: translate3d(100%, 0, 0)
}



.mm-menu_position-bottom,

.mm-menu_position-top {

	width: 100%;

	min-width: 100%;

	max-width: 100%
}



.mm-menu_position-top {

	-webkit-transform: translate3d(0, -100%, 0);

	transform: translate3d(0, -100%, 0);

	height: 80vh;

	min-height: 140px;

	max-height: 880px
}



.mm-menu_position-bottom {

	-webkit-transform: translate3d(0, 100%, 0);

	transform: translate3d(0, 100%, 0);

	top: auto;

	height: 80vh;

	min-height: 140px;

	max-height: 880px
}



.mm-wrapper_opening .mm-menu_position-bottom,

.mm-wrapper_opening .mm-menu_position-front,

.mm-wrapper_opening .mm-menu_position-top {

	-webkit-transform: translateZ(0);

	transform: translateZ(0)
}



.mm-menu_shadow-page:after {

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);

	box-shadow: 0 0 10px rgba(0, 0, 0, .3);

	content: "";

	display: block;

	width: 20px;

	height: 120%;

	position: absolute;

	left: 100%;

	top: -10%;

	z-index: 100;

	-webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);

	clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);

	-webkit-box-shadow: var(--mm-shadow);

	box-shadow: var(--mm-shadow)
}



.mm-menu_shadow-page.mm-menu_position-right:after {

	left: auto;

	right: 100%;

	-webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);

	clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}



.mm-menu_shadow-page.mm-menu_position-front:after {

	content: none;

	display: none
}



.mm-menu_shadow-menu,

.mm-menu_shadow-panels .mm-panels>.mm-panel {

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);

	box-shadow: 0 0 10px rgba(0, 0, 0, .3);

	-webkit-box-shadow: var(--mm-shadow);

	box-shadow: var(--mm-shadow)
}



.mm-menu_theme-white {

	--mm-color-border: rgba(0, 0, 0, .1);

	--mm-color-button: rgba(0, 0, 0, .3);

	--mm-color-text: rgba(0, 0, 0, .7);

	--mm-color-text-dimmed: rgba(0, 0, 0, .3);

	--mm-color-background: #fff;

	--mm-color-background-highlight: rgba(0, 0, 0, .06);

	--mm-color-background-emphasis: rgba(0, 0, 0, .03);

	--mm-shadow: 0 0 10px rgba(0, 0, 0, .2)
}



.mm-menu_theme-dark {

	--mm-color-border: rgba(0, 0, 0, .3);

	--mm-color-button: hsla(0, 0%, 100%, .4);

	--mm-color-text: hsla(0, 0%, 100%, .85);

	--mm-color-text-dimmed: hsla(0, 0%, 100%, .4);

	--mm-color-background: #333;

	--mm-color-background-highlight: hsla(0, 0%, 100%, .08);

	--mm-color-background-emphasis: rgba(0, 0, 0, .1);

	--mm-shadow: 0 0 20px rgba(0, 0, 0, .5)
}



.mm-menu_theme-black {

	--mm-color-border: hsla(0, 0%, 100%, .25);

	--mm-color-button: hsla(0, 0%, 100%, .4);

	--mm-color-text: hsla(0, 0%, 100%, .75);

	--mm-color-text-dimmed: hsla(0, 0%, 100%, .4);

	--mm-color-background: #000;

	--mm-color-background-highlight: hsla(0, 0%, 100%, .2);

	--mm-color-background-emphasis: hsla(0, 0%, 100%, .15);

	--mm-shadow: none
}



body.modal-open .mm-slideout {

	z-index: unset
}



.toggle-x {

	display: block;

	width: 28px;

	height: 19px;

	padding: 15px;

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

	cursor: pointer;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	border: 0;

	background: transparent;

	-webkit-transition: -webkit-transform .35s ease-out;

	transition: -webkit-transform .35s ease-out;

	-o-transition: -o-transform .35s ease-out;

	transition: transform .35s ease-out;

	transition: transform .35s ease-out, -webkit-transform .35s ease-out, -o-transform .35s ease-out
}



.toggle-x:focus {

	outline: none
}



.toggle-x div {

	position: relative;

	width: 100%;

	height: 100%
}



.toggle-x span {

	top: 50%;

	-webkit-transform: translateY(-1px);

	-o-transform: translateY(-1px);

	transform: translateY(-1px)
}



.toggle-x span,

.toggle-x span:after,

.toggle-x span:before {

	content: "";

	position: absolute;

	left: 0;

	width: 100%;

	height: 0;

	border-top: 1px solid #000;

	-webkit-transition: left .15s ease-out, opacity .35s linear, -webkit-transform .35s ease-out;

	transition: left .15s ease-out, opacity .35s linear, -webkit-transform .35s ease-out;

	-o-transition: left .15s ease-out, opacity .35s linear, -o-transform .35s ease-out;

	transition: left .15s ease-out, transform .35s ease-out, opacity .35s linear;

	transition: left .15s ease-out, transform .35s ease-out, opacity .35s linear, -webkit-transform .35s ease-out, -o-transform .35s ease-out
}



.toggle-x span:after,

.toggle-x span:before {

	top: 0
}



.toggle-x span:before {

	-webkit-transform: translateY(-10px);

	-o-transform: translateY(-10px);

	transform: translateY(-10px)
}



.toggle-x span:after {

	-webkit-transform: translateY(8px);

	-o-transform: translateY(8px);

	transform: translateY(8px)
}



.toggle-x:not(.toggle-x--close):hover span:before {

	left: 33.333%
}



.toggle-x--close {

	-webkit-transform: rotate(180deg);

	-o-transform: rotate(180deg);

	transform: rotate(180deg)
}



.toggle-x--close span {

	-webkit-transform: rotate(45deg) !important;

	-o-transform: rotate(45deg) !important;

	transform: rotate(45deg) !important
}



.toggle-x--close span,

.toggle-x--close span:after,

.toggle-x--close span:before {

	-webkit-transition-delay: 0s !important;

	-o-transition-delay: 0s !important;

	transition-delay: 0s !important
}



.toggle-x--close span:after,

.toggle-x--close span:before {

	-webkit-transform: translateY(-1px) rotate(-90deg) !important;

	-o-transform: translateY(-1px) rotate(-90deg) !important;

	transform: translateY(-1px) rotate(-90deg) !important
}



.toggle-x--close span:after {

	-webkit-transition-delay: 0s !important;

	-o-transition-delay: 0s !important;

	transition-delay: 0s !important
}



.toggle-x--white span,

.toggle-x--white span:after,

.toggle-x--white span:before {

	border-top-color: #fff
}



.modal {

	position: fixed;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	z-index: 90000;

	visibility: hidden;

	opacity: 0;

	display: none
}



.modal__scrim {

	position: absolute;

	background: #fff
}



.modal__close {

	position: absolute;

	top: 15px;

	right: 15px;

	z-index: 3
}



.modal__title {

	position: absolute;

	top: 15px;

	left: 15px;

	padding: 7.5px 15px;

	font-size: 24px;

	text-transform: uppercase
}



.modal__inner {

	position: relative;

	z-index: 2;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	width: 100%;

	height: 100%;

	overflow: auto;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	padding: 80px 15px
}



.modal__content {

	width: 100%;

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%
}



.scrim {

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	opacity: 0;

	visibility: hidden
}



.scrim--dark {

	background: rgba(0, 0, 0, .8)
}



.scrim--light {

	background: hsla(0, 0%, 100%, .9)
}



.scrim--above-all {

	z-index: 100000
}



.flickity-page-dots .dot {

	background: none;

	opacity: 1;

	border: 1px solid #000;

	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);

	transition: all .3s cubic-bezier(0, .5, .5, 1)
}



.flickity-page-dots .dot.is-selected {

	background: #000
}



.yith-add-new-gc-my-account-notice-message {

	font-weight: 400 !important
}



body {

	font-size: 100%;

	-webkit-text-size-adjust: 100%;

	font-variant-ligatures: none;

	-webkit-font-variant-ligatures: none;

	text-rendering: optimizeLegibility;

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;

	font-size: 14px;

	overflow-x: hidden;

	overflow-y: scroll
}



@media (min-width:1200px) {

	body {

		font-size: 16px
	}

}



@media (min-width:1600px) {

	body {

		font-size: 18px
	}

}



.alert,

.gift-cards_form .ywgc-manual-amount-error,

.woocommerce-password-strength,

.woocommerce-password-strength+.woocommerce-password-hint {

	color: #000
}



.lazyload,

.lazyloading {

	opacity: 0
}



.lazyloaded {

	opacity: 1;

	-webkit-transition: opacity .3s;

	-o-transition: opacity .3s;

	transition: opacity .3s
}



.blockOverlay {

	background-color: transparent !important;

	cursor: progress !important
}



.sp-line {

	overflow: hidden
}



#home-manifest-card-slider {

	margin-top: 0px;

}



@media (min-width:1200px) {

	#home-manifest-card-slider {

		/* margin-top: 80px; */

	}

}



#store-menu-image .media-figure {

	margin-top: -30px;

	margin-left: -30px;

	margin-right: -30px
}



#additional_xmas_wish_field .main-menu-mobile__footer .widget label,

#additional_xmas_wish_field .u-wysiwyg-content label,

#additional_xmas_wish_field .woocommerce-checkout label,

#additional_xmas_wish_field .woocommerce-MyAccount-content label,

#customer_login .col-1 h2,

#customer_login .col-2 h2,

#order_comments_field .main-menu-mobile__footer .widget label,

#order_comments_field .u-wysiwyg-content label,

#order_comments_field .woocommerce-checkout label,

#order_comments_field .woocommerce-MyAccount-content label,

.accordion__item__title,

.archive-shop__breadcrumbs .widget_layered_nav_filters li,

.cart-collaterals .cross-sells h2,

.cart-collaterals .shop_table th,

.display,

.main-menu-mobile__footer .widget #additional_xmas_wish_field label,

.main-menu-mobile__footer .widget #order_comments_field label,

.main-menu-mobile__footer .widget h3,

.minicart .woocommerce-mini-cart__total,

.mm-listitem__text,

.product-main .price,

.product-main .product_title,

.products-menu__nav__menu a,

.u-wysiwyg-content #additional_xmas_wish_field label,

.u-wysiwyg-content #order_comments_field label,

.u-wysiwyg-content h1,

.u-wysiwyg-content h2,

.u-wysiwyg-content h3,

.u-wysiwyg-content h4,

.ui-dialog .ui-dialog-titlebar,

.woocommerce-account .my_account_giftcards .ywsbs-subscription,

.woocommerce-account .product-name,

.woocommerce-account .subscription-review-table th,

.woocommerce-account .ywsbs_subscription_table .ywsbs-subscription,

.woocommerce-cart-form .coupon label,

.woocommerce-cart-form td.product-name,

.woocommerce-checkout #additional_xmas_wish_field label,

.woocommerce-checkout #customer_details .col-1 #different_shipping_address_field span,

.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields span,

.woocommerce-checkout #order_comments_field label,

.woocommerce-checkout #order_review_heading,

.woocommerce-checkout-review-order-table th,

.woocommerce-checkout h3,

.woocommerce-column--billing-address h2,

.woocommerce-column--shipping-address h2,

.woocommerce-form-login .wc-social-login .ywsl-label,

.woocommerce-MyAccount-content #additional_xmas_wish_field label,

.woocommerce-MyAccount-content #order_comments_field label,

.woocommerce-MyAccount-content .medium-title,

.woocommerce-MyAccount-content h2,

.woocommerce-MyAccount-content h3,

.woocommerce-order-details__title,

.woocommerce-table--order-details th,

.woocommerce-view-order .woocommerce-table__product-name,

.woocommerce-view-order .woocommerce-table th,

.ywdpd_popup .ywdpd_rule_title,

.ywdpd_popup .ywdpd_single_product h5,

body.assorted_product .abp_bundle_itmes_content [class^=abp-product-],

body.assorted_product .abp_review_order h2,

body.assorted_product .apb_products_items_container .apb-title {

	font-family: Graphik LG, Arial, sans-serif;

	font-weight: bold
}



#additional_xmas_wish_field .main-menu-mobile__footer .widget label:lang(el),

#additional_xmas_wish_field .u-wysiwyg-content label:lang(el),

#additional_xmas_wish_field .woocommerce-checkout label:lang(el),

#additional_xmas_wish_field .woocommerce-MyAccount-content label:lang(el),

#customer_login .col-1 h2:lang(el),

#customer_login .col-2 h2:lang(el),

#order_comments_field .main-menu-mobile__footer .widget label:lang(el),

#order_comments_field .u-wysiwyg-content label:lang(el),

#order_comments_field .woocommerce-checkout label:lang(el),

#order_comments_field .woocommerce-MyAccount-content label:lang(el),

.accordion__item__title:lang(el),

.archive-shop__breadcrumbs .widget_layered_nav_filters li:lang(el),

.cart-collaterals .cross-sells h2:lang(el),

.cart-collaterals .shop_table th:lang(el),

.display:lang(el),

.main-menu-mobile__footer .widget #additional_xmas_wish_field label:lang(el),

.main-menu-mobile__footer .widget #order_comments_field label:lang(el),

.main-menu-mobile__footer .widget h3:lang(el),

.minicart .woocommerce-mini-cart__total:lang(el),

.mm-listitem__text:lang(el),

.product-main .price:lang(el),

.product-main .product_title:lang(el),

.products-menu__nav__menu a:lang(el),

.u-wysiwyg-content #additional_xmas_wish_field label:lang(el),

.u-wysiwyg-content #order_comments_field label:lang(el),

.u-wysiwyg-content h1:lang(el),

.u-wysiwyg-content h2:lang(el),

.u-wysiwyg-content h3:lang(el),

.u-wysiwyg-content h4:lang(el),

.ui-dialog .ui-dialog-titlebar:lang(el),

.woocommerce-account .my_account_giftcards .ywsbs-subscription:lang(el),

.woocommerce-account .product-name:lang(el),

.woocommerce-account .subscription-review-table th:lang(el),

.woocommerce-account .ywsbs_subscription_table .ywsbs-subscription:lang(el),

.woocommerce-cart-form .coupon label:lang(el),

.woocommerce-cart-form td.product-name:lang(el),

.woocommerce-checkout #additional_xmas_wish_field label:lang(el),

.woocommerce-checkout #customer_details .col-1 #different_shipping_address_field span:lang(el),

.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields span:lang(el),

.woocommerce-checkout #order_comments_field label:lang(el),

.woocommerce-checkout #order_review_heading:lang(el),

.woocommerce-checkout-review-order-table th:lang(el),

.woocommerce-checkout h3:lang(el),

.woocommerce-column--billing-address h2:lang(el),

.woocommerce-column--shipping-address h2:lang(el),

.woocommerce-form-login .wc-social-login .ywsl-label:lang(el),

.woocommerce-MyAccount-content #additional_xmas_wish_field label:lang(el),

.woocommerce-MyAccount-content #order_comments_field label:lang(el),

.woocommerce-MyAccount-content .medium-title:lang(el),

.woocommerce-MyAccount-content h2:lang(el),

.woocommerce-MyAccount-content h3:lang(el),

.woocommerce-order-details__title:lang(el),

.woocommerce-table--order-details th:lang(el),

.woocommerce-view-order .woocommerce-table__product-name:lang(el),

.woocommerce-view-order .woocommerce-table th:lang(el),

.ywdpd_popup .ywdpd_rule_title:lang(el),

.ywdpd_popup .ywdpd_single_product h5:lang(el),

body.assorted_product .abp_bundle_itmes_content :lang(el)[class^=abp-product-],

body.assorted_product .abp_review_order h2:lang(el),

body.assorted_product .apb_products_items_container .apb-title:lang(el) {

	font-family: PF Regal Display Pro, Canela, Times New Roman, serif;

	font-weight: 900
}



.display--1,

.u-wysiwyg-content h1 {

	font-size: 36px;

	line-height: 1.1
}



@media (min-width:768px) {



	.display--1,

	.u-wysiwyg-content h1 {

		font-size: 70px
	}

}



@media (min-width:1200px) {



	.display--1,

	.u-wysiwyg-content h1 {

		font-size: 70px
	}

}



@media (min-width:1600px) {



	.display--1,

	.u-wysiwyg-content h1 {

		font-size: 70px
	}

}



#customer_login .col-1 h2,

#customer_login .col-2 h2,

.display--2,

.product-main .price,

.product-main .product_title,

.u-wysiwyg-content h2 {

	line-height: 1.2;

	font-size: 30px
}



@media (min-width:768px) {



	#customer_login .col-1 h2,

	#customer_login .col-2 h2,

	.display--2,

	.product-main .price,

	.product-main .product_title,

	.u-wysiwyg-content h2 {

		font-size: 42px
	}

}



@media (min-width:1600px) {



	#customer_login .col-1 h2,

	#customer_login .col-2 h2,

	.display--2,

	.product-main .price,

	.product-main .product_title,

	.u-wysiwyg-content h2 {

		font-size: 52px
	}

}



#additional_xmas_wish_field .u-wysiwyg-content label,

#additional_xmas_wish_field .woocommerce-checkout label,

#order_comments_field .u-wysiwyg-content label,

#order_comments_field .woocommerce-checkout label,

.archive-shop__breadcrumbs .widget_layered_nav_filters li,

.display--3,

.u-wysiwyg-content #additional_xmas_wish_field label,

.u-wysiwyg-content #order_comments_field label,

.u-wysiwyg-content h3,

.woocommerce-checkout #additional_xmas_wish_field label,

.woocommerce-checkout #order_comments_field label,

.woocommerce-checkout #order_review_heading,

.woocommerce-checkout h3,

.ywdpd_popup .ywdpd_rule_title,

body.assorted_product .abp_assorted_bundle_price,

body.assorted_product .abp_review_order h2,

body.assorted_product .apb_products_items_container .apb-title {

	font-size: 26px;

	line-height: 1.17;

}



@media (min-width:768px) {



	#additional_xmas_wish_field .u-wysiwyg-content label,

	#additional_xmas_wish_field .woocommerce-checkout label,

	#order_comments_field .u-wysiwyg-content label,

	#order_comments_field .woocommerce-checkout label,

	.archive-shop__breadcrumbs .widget_layered_nav_filters li,

	.display--3,

	.u-wysiwyg-content #additional_xmas_wish_field label,

	.u-wysiwyg-content #order_comments_field label,

	.u-wysiwyg-content h3,

	.woocommerce-checkout #additional_xmas_wish_field label,

	.woocommerce-checkout #order_comments_field label,

	.woocommerce-checkout #order_review_heading,

	.woocommerce-checkout h3,

	.ywdpd_popup .ywdpd_rule_title,

	body.assorted_product .abp_assorted_bundle_price,

	body.assorted_product .abp_review_order h2,

	body.assorted_product .apb_products_items_container .apb-title {

		font-size: 36px
	}

}



#additional_xmas_wish_field .main-menu-mobile__footer .widget label,

#additional_xmas_wish_field .woocommerce-MyAccount-content label,

#order_comments_field .main-menu-mobile__footer .widget label,

#order_comments_field .woocommerce-MyAccount-content label,

.cart-collaterals .cross-sells h2,

.display--4,

.display--4b,

.main-menu-mobile__footer .widget #additional_xmas_wish_field label,

.main-menu-mobile__footer .widget #order_comments_field label,

.main-menu-mobile__footer .widget h3,

.mm-listitem__text,

.products-menu__nav__menu a,

.u-wysiwyg-content h4,

.ui-dialog .ui-dialog-titlebar,

.woocommerce-column--billing-address h2,

.woocommerce-column--shipping-address h2,

.woocommerce-form-login .wc-social-login .ywsl-label,

.woocommerce-MyAccount-content #additional_xmas_wish_field label,

.woocommerce-MyAccount-content #order_comments_field label,

.woocommerce-MyAccount-content .medium-title,

.woocommerce-MyAccount-content h2,

.woocommerce-MyAccount-content h3,

.woocommerce-order-details__title,

.woocommerce-view-order .medium-title {

	font-size: 24px
}



@media (min-width:1200px) {



	#additional_xmas_wish_field .main-menu-mobile__footer .widget label,

	#additional_xmas_wish_field .woocommerce-MyAccount-content label,

	#order_comments_field .main-menu-mobile__footer .widget label,

	#order_comments_field .woocommerce-MyAccount-content label,

	.cart-collaterals .cross-sells h2,

	.display--4,

	.display--4b,

	.main-menu-mobile__footer .widget #additional_xmas_wish_field label,

	.main-menu-mobile__footer .widget #order_comments_field label,

	.main-menu-mobile__footer .widget h3,

	.mm-listitem__text,

	.products-menu__nav__menu a,

	.u-wysiwyg-content h4,

	.ui-dialog .ui-dialog-titlebar,

	.woocommerce-column--billing-address h2,

	.woocommerce-column--shipping-address h2,

	.woocommerce-form-login .wc-social-login .ywsl-label,

	.woocommerce-MyAccount-content #additional_xmas_wish_field label,

	.woocommerce-MyAccount-content #order_comments_field label,

	.woocommerce-MyAccount-content .medium-title,

	.woocommerce-MyAccount-content h2,

	.woocommerce-MyAccount-content h3,

	.woocommerce-order-details__title,

	.woocommerce-view-order .medium-title {

		font-size: 32px
	}

}



@media (min-width:768px) {

	.display--4b {

		font-size: 32px
	}

}



.accordion__item__title,

.cart-collaterals .cross-sells .product-list .product .product-card__title,

.cart-collaterals .cross-sells .product-list .product body.assorted_product .apb_products_items_container .apb-title,

.cart-collaterals .shop_table th,

.display--5,

.minicart .woocommerce-mini-cart__total,

.woocommerce-cart-form td.product-name,

.woocommerce-checkout-review-order-table th,

.woocommerce-table--order-details th,

.woocommerce-view-order .woocommerce-table__product-name,

.woocommerce-view-order .woocommerce-table th,

body.assorted_product .abp_bundle_itmes_content [class^=abp-product-],

body.assorted_product .apb_products_items_container .cart-collaterals .cross-sells .product-list .product .apb-title {

	font-size: 18px
}



@media (min-width:1200px) {



	.accordion__item__title,

	.cart-collaterals .cross-sells .product-list .product .product-card__title,

	.cart-collaterals .cross-sells .product-list .product body.assorted_product .apb_products_items_container .apb-title,

	.cart-collaterals .shop_table th,

	.display--5,

	.minicart .woocommerce-mini-cart__total,

	.woocommerce-cart-form td.product-name,

	.woocommerce-checkout-review-order-table th,

	.woocommerce-table--order-details th,

	.woocommerce-view-order .woocommerce-table__product-name,

	.woocommerce-view-order .woocommerce-table th,

	body.assorted_product .abp_bundle_itmes_content [class^=abp-product-],

	body.assorted_product .apb_products_items_container .cart-collaterals .cross-sells .product-list .product .apb-title {

		font-size: 21px
	}

}



.display--6,

.woocommerce-account .my_account_giftcards .ywsbs-subscription,

.woocommerce-account .product-name,

.woocommerce-account .subscription-review-table th,

.woocommerce-account .ywsbs_subscription_table .ywsbs-subscription,

.woocommerce-checkout #customer_details .col-1 #different_shipping_address_field span,

.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields span {

	font-size: 16px
}



@media (min-width:1200px) {



	.display--6,

	.woocommerce-account .my_account_giftcards .ywsbs-subscription,

	.woocommerce-account .product-name,

	.woocommerce-account .subscription-review-table th,

	.woocommerce-account .ywsbs_subscription_table .ywsbs-subscription,

	.woocommerce-checkout #customer_details .col-1 #different_shipping_address_field span,

	.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields span {

		font-size: 18px
	}

}



.actions button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead,

.mailchimp-form input.mailchimp-email::-webkit-input-placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-list-sidebar .widgettitle,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping],

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.woocommerce-account .addresses .woocommerce-column--billing-address address,

.woocommerce-account .addresses .woocommerce-column--shipping-address address,

.woocommerce-account .my_account_giftcards th,

.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

.woocommerce-account .ywsbs_subscription_table th,

.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

.woocommerce-Address address,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon #coupon_code,

.woocommerce-cart-form .product-quantity .qty,

.woocommerce-cart-form th,

.woocommerce-column--billing-address address,

.woocommerce-column--shipping-address address,

.ywdpd_popup .ywdpd_footer a,

.ywdpd_popup .ywdpd_qty_label,

.ywsl-social,

body.assorted_product .abp-search-reset-btn,

body.assorted_product .abp_assorted_footer,

body.assorted_product .apb_products_items_container .abp_button button,

body.assorted_product .apb_products_items_container .add-product-to-assorted,

body.assorted_product .quantity .screen-reader-text,

ul.woocommerce-order-overview li {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-weight: 400;

}



.actions button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead,

.mailchimp-form input.mailchimp-email::-moz-placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-list-sidebar .widgettitle,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping],

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.woocommerce-account .addresses .woocommerce-column--billing-address address,

.woocommerce-account .addresses .woocommerce-column--shipping-address address,

.woocommerce-account .my_account_giftcards th,

.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

.woocommerce-account .ywsbs_subscription_table th,

.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

.woocommerce-Address address,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon #coupon_code,

.woocommerce-cart-form .product-quantity .qty,

.woocommerce-cart-form th,

.woocommerce-column--billing-address address,

.woocommerce-column--shipping-address address,

.ywdpd_popup .ywdpd_footer a,

.ywdpd_popup .ywdpd_qty_label,

.ywsl-social,

body.assorted_product .abp-search-reset-btn,

body.assorted_product .abp_assorted_footer,

body.assorted_product .apb_products_items_container .abp_button button,

body.assorted_product .apb_products_items_container .add-product-to-assorted,

body.assorted_product .quantity .screen-reader-text,

ul.woocommerce-order-overview li {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-weight: 400
}



.actions button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead,

.mailchimp-form input.mailchimp-email::-ms-input-placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-list-sidebar .widgettitle,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping],

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.woocommerce-account .addresses .woocommerce-column--billing-address address,

.woocommerce-account .addresses .woocommerce-column--shipping-address address,

.woocommerce-account .my_account_giftcards th,

.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

.woocommerce-account .ywsbs_subscription_table th,

.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

.woocommerce-Address address,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon #coupon_code,

.woocommerce-cart-form .product-quantity .qty,

.woocommerce-cart-form th,

.woocommerce-column--billing-address address,

.woocommerce-column--shipping-address address,

.ywdpd_popup .ywdpd_footer a,

.ywdpd_popup .ywdpd_qty_label,

.ywsl-social,

body.assorted_product .abp-search-reset-btn,

body.assorted_product .abp_assorted_footer,

body.assorted_product .apb_products_items_container .abp_button button,

body.assorted_product .apb_products_items_container .add-product-to-assorted,

body.assorted_product .quantity .screen-reader-text,

ul.woocommerce-order-overview li {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-weight: 400
}



.actions button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead,

.mailchimp-form input.mailchimp-email::placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-list-sidebar .widgettitle,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping],

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.woocommerce-account .addresses .woocommerce-column--billing-address address,

.woocommerce-account .addresses .woocommerce-column--shipping-address address,

.woocommerce-account .my_account_giftcards th,

.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

.woocommerce-account .ywsbs_subscription_table th,

.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

.woocommerce-Address address,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon #coupon_code,

.woocommerce-cart-form .product-quantity .qty,

.woocommerce-cart-form th,

.woocommerce-column--billing-address address,

.woocommerce-column--shipping-address address,

.ywdpd_popup .ywdpd_footer a,

.ywdpd_popup .ywdpd_qty_label,

.ywsl-social,

body.assorted_product .abp-search-reset-btn,

body.assorted_product .abp_assorted_footer,

body.assorted_product .apb_products_items_container .abp_button button,

body.assorted_product .apb_products_items_container .add-product-to-assorted,

body.assorted_product .quantity .screen-reader-text,

ul.woocommerce-order-overview li {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-weight: 400
}



.lead--1 {

	font-size: 21px;

	text-transform: uppercase
}



@media (min-width:1600px) {

	.lead--1 {

		font-size: 20px
	}

}



.lead--1a {

	font-size: 18px;

	text-transform: uppercase
}



@media (min-width:768px) {

	.lead--1a {

		font-size: 21px
	}

}



.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead--2,

.mailchimp-form input.mailchimp-email::-webkit-input-placeholder,

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.ywsl-social {

	text-transform: uppercase;

	font-size: 14px
}



.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead--2,

.mailchimp-form input.mailchimp-email::-moz-placeholder,

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.ywsl-social {

	text-transform: uppercase;

	font-size: 14px
}



.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead--2,

.mailchimp-form input.mailchimp-email::-ms-input-placeholder,

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.ywsl-social {

	text-transform: uppercase;

	font-size: 14px
}



.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.footer-widget .textwidget,

.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.lead--2,

.mailchimp-form input.mailchimp-email::placeholder,

.mm-navbar__btn.mm-btn_prev:after,

.mm-navbar__title,

.product-main.product-type-simple .cart .quantity label,

.product-main .woocommerce-variation-add-to-cart .quantity label,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.woocommerce-bacs-bank-details .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.ywsl-social {

	text-transform: uppercase;

	font-size: 14px
}



@media (min-width:768px) {



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::-webkit-input-placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 14px
	}



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::-moz-placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 14px
	}



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::-ms-input-placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 14px
	}



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 14px
	}

}



@media (min-width:1200px) {



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::-webkit-input-placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 16px
	}



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::-moz-placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 16px
	}



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::-ms-input-placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 16px
	}



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 16px
	}

}



@media (min-width:1600px) {



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::-webkit-input-placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 18px
	}



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::-moz-placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 18px
	}



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::-ms-input-placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 18px
	}



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.footer-widget .textwidget,

	.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.lead--2,

	.mailchimp-form input.mailchimp-email::placeholder,

	.mm-navbar__btn.mm-btn_prev:after,

	.mm-navbar__title,

	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.ywsl-social {

		font-size: 15px
	}

}



.lead--2a,

.product-list-sidebar .widgettitle,

.woocommerce-account .addresses .woocommerce-column--billing-address address,

.woocommerce-account .addresses .woocommerce-column--shipping-address address,

.woocommerce-Address address,

.woocommerce-cart-form th,

.woocommerce-column--billing-address address,

.woocommerce-column--shipping-address address {

	text-transform: uppercase;

	font-size: 14px
}



@media (min-width:768px) {



	.lead--2a,

	.product-list-sidebar .widgettitle,

	.woocommerce-account .addresses .woocommerce-column--billing-address address,

	.woocommerce-account .addresses .woocommerce-column--shipping-address address,

	.woocommerce-Address address,

	.woocommerce-cart-form th,

	.woocommerce-column--billing-address address,

	.woocommerce-column--shipping-address address {

		font-size: 14px
	}

}



@media (min-width:1200px) {



	.lead--2a,

	.product-list-sidebar .widgettitle,

	.woocommerce-account .addresses .woocommerce-column--billing-address address,

	.woocommerce-account .addresses .woocommerce-column--shipping-address address,

	.woocommerce-Address address,

	.woocommerce-cart-form th,

	.woocommerce-column--billing-address address,

	.woocommerce-column--shipping-address address {

		font-size: 16px
	}

}



.lead--3,

.mailchimp-form__terms label,

.ywdpd_popup .ywdpd_footer a,

.ywdpd_popup .ywdpd_qty_label {

	font-size: 16px
}



.actions button[name=update_cart],

.lead--4,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping],

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.woocommerce-account .my_account_giftcards th,

.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

.woocommerce-account .ywsbs_subscription_table th,

.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

.woocommerce-cart-form .coupon #coupon_code,

.woocommerce-cart-form .product-quantity .qty,

body.assorted_product .abp-search-reset-btn,

body.assorted_product .abp_assorted_footer,

body.assorted_product .apb_products_items_container .abp_button button,

body.assorted_product .apb_products_items_container .add-product-to-assorted,

body.assorted_product .quantity .screen-reader-text,

ul.woocommerce-order-overview li {

	text-transform: uppercase;

	font-size: 14px
}



@media (min-width:768px) {



	.actions button[name=update_cart],

	.lead--4,

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

	.shipping-calculator-button,

	.shipping-calculator-form button[name=calc_shipping],

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

	.woocommerce-account .my_account_giftcards th,

	.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

	.woocommerce-account .ywsbs_subscription_table th,

	.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

	.woocommerce-cart-form .coupon #coupon_code,

	.woocommerce-cart-form .product-quantity .qty,

	body.assorted_product .abp-search-reset-btn,

	body.assorted_product .abp_assorted_footer,

	body.assorted_product .apb_products_items_container .abp_button button,

	body.assorted_product .apb_products_items_container .add-product-to-assorted,

	body.assorted_product .quantity .screen-reader-text,

	ul.woocommerce-order-overview li {

		font-size: 16px
	}

}



@media (min-width:1600px) {



	.actions button[name=update_cart],

	.lead--4,

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

	.shipping-calculator-button,

	.shipping-calculator-form button[name=calc_shipping],

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

	.woocommerce-account .my_account_giftcards th,

	.woocommerce-account .my_account_giftcards th.ywsbs-subscription,

	.woocommerce-account .ywsbs_subscription_table th,

	.woocommerce-account .ywsbs_subscription_table th.ywsbs-subscription,

	.woocommerce-cart-form .coupon #coupon_code,

	.woocommerce-cart-form .product-quantity .qty,

	body.assorted_product .abp-search-reset-btn,

	body.assorted_product .abp_assorted_footer,

	body.assorted_product .apb_products_items_container .abp_button button,

	body.assorted_product .apb_products_items_container .add-product-to-assorted,

	body.assorted_product .quantity .screen-reader-text,

	ul.woocommerce-order-overview li {

		font-size: 20px
	}

}



.big-copy,

body.assorted_product .apb_products_items_container .abp_abp_assorted_item_price,

body.assorted_product input[type=number],

body.assorted_product input[type=text],

body.assorted_product input[type=text]::-webkit-input-placeholder {

	font-family: Graphik LG, Arial, sans-serif;

	font-size: 16px;

	font-weight: 400
}



.big-copy,

body.assorted_product .apb_products_items_container .abp_abp_assorted_item_price,

body.assorted_product input[type=number],

body.assorted_product input[type=text],

body.assorted_product input[type=text]::-moz-placeholder {

	font-family: Graphik LG, Arial, sans-serif;

	font-size: 16px;

	font-weight: 400
}



.big-copy,

body.assorted_product .apb_products_items_container .abp_abp_assorted_item_price,

body.assorted_product input[type=number],

body.assorted_product input[type=text],

body.assorted_product input[type=text]::-ms-input-placeholder {

	font-family: Graphik LG, Arial, sans-serif;

	font-size: 16px;

	font-weight: 400
}



.big-copy,

body.assorted_product .apb_products_items_container .abp_abp_assorted_item_price,

body.assorted_product input[type=number],

body.assorted_product input[type=text],

body.assorted_product input[type=text]::placeholder {

	font-family: Graphik LG, Arial, sans-serif;

	font-size: 16px;

	font-weight: 400
}



@media (min-width:768px) {



	.big-copy,

	body.assorted_product .apb_products_items_container .abp_abp_assorted_item_price,

	body.assorted_product input[type=number],

	body.assorted_product input[type=text],

	body.assorted_product input[type=text]::-webkit-input-placeholder {

		font-size: 21px
	}



	.big-copy,

	body.assorted_product .apb_products_items_container .abp_abp_assorted_item_price,

	body.assorted_product input[type=number],

	body.assorted_product input[type=text],

	body.assorted_product input[type=text]::-moz-placeholder {

		font-size: 21px
	}



	.big-copy,

	body.assorted_product .apb_products_items_container .abp_abp_assorted_item_price,

	body.assorted_product input[type=number],

	body.assorted_product input[type=text],

	body.assorted_product input[type=text]::-ms-input-placeholder {

		font-size: 21px
	}



	.big-copy,

	body.assorted_product .apb_products_items_container .abp_abp_assorted_item_price,

	body.assorted_product input[type=number],

	body.assorted_product input[type=text],

	body.assorted_product input[type=text]::placeholder {

		font-size: 21px
	}

}



.sc-text-medium {

	margin: 0 0 .6em
}



.sc-text-mini {

	margin: 70px auto;

	text-align: center;

	line-height: 1.2;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	text-transform: inherit;

}



@media (min-width:1200px) {

	.sc-text-mini {

		margin: 90px auto
	}

}



@media (min-width:768px) {

	.sc-text-mini:not(.sc-text-mini--fullwidth) {

		width: 80%
	}

}



@media (min-width:1200px) {

	.sc-text-mini:not(.sc-text-mini--fullwidth) {

		width: 75%
	}

}



.actions button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.base-link,

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping],

.tax-recipe_category .recipe-list__menu li:first-child a,

.tax-recipe_product .recipe-list__menu li:first-child a,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a,

.woocommerce-checkout .woocommerce-form-login-toggle a,

.woocommerce-MyAccount-navigation-link a {

	position: relative;

	display: inline-block;

	overflow: hidden;

	padding-bottom: 4px;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	border: none;

	background: transparent
}



.actions button[name=update_cart]:before,

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a:before,

.base-link:before,

.shipping-calculator-button:before,

.shipping-calculator-form button[name=calc_shipping]:before,

.tax-recipe_category .recipe-list__menu li:first-child a:before,

.tax-recipe_product .recipe-list__menu li:first-child a:before,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a:before,

.template-information .information-sidebar .nav li a:before,

.woocommerce-checkout .woocommerce-form-login-toggle a:before,

.woocommerce-MyAccount-navigation-link a:before {

	content: "";

	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcsAAAAVCAYAAAApQcWsAAAACXBIWXMAACxKAAAsSgF3enRNAAAB1ElEQVR4nO3d4VHCQBCG4V2G/9CBdmBKsAPpQEuxBK1A7YASpINYgaGDUMEyFy4OJAQhd0cYeJ8Zxz+SOS7MfNnjvFUzk0umqpmITI8c4il/2/SYaBrcmCaJro3btrjgd1+KSD7wGHI/jnMpzWzo94xEgsJSVZsBc+9/mrqCyAXbAzcXAI62SvwgkvJB5zvBNXMzS/5Q1ApLVZ36aqiu0rYD0P2+Sz0oAAAG8tNYkZib2dtfWKrqp68ACUMAADZWZjYdyyYoX0XkmYkBAGDHRFVnVWWpqiWbUAAA2Ot95BKToAQAoFM2EpEZ8wMAQKdMRaRgUw8AAN1cWF72qQQAAAxrMeIGAABwUE5lCQBAt1W9wQcAALS5oJyZWUFYAgCwy4Xkl6sozaw6z9ad4LNkNywARLH0/2EQU4rDx2XgzjBJO7RsnXF+yL4GH6U/mL015+47y7mIPKUaNICrE6M1WIwAKCIFU+GW2SJcB1ds7D+0hCVwnNDKITQkQl9/lnZGwLVR33brlzuLHpqtbE4R0pg3pKKgQS+Ak9UHqec0YY4mpPLoWzWEfPfAEhQA/KMOyxcR+TjDZPXt8B0SBn0DiOUqAEBlu/nzvp1BXVjKAgDcBhFZA7dBkkZ9pTtFAAAAAElFTkSuQmCC);

	background-repeat: no-repeat;

	background-size: 100% 4px;

	width: 100%;

	height: 4px;

	position: absolute;

	left: 0;

	bottom: 0;

	-webkit-transition: -webkit-transform .25s cubic-bezier(0, .5, .5, 1);

	transition: -webkit-transform .25s cubic-bezier(0, .5, .5, 1);

	-o-transition: -o-transform .25s cubic-bezier(0, .5, .5, 1);

	transition: transform .25s cubic-bezier(0, .5, .5, 1);

	transition: transform .25s cubic-bezier(0, .5, .5, 1), -webkit-transform .25s cubic-bezier(0, .5, .5, 1), -o-transform .25s cubic-bezier(0, .5, .5, 1);

	-webkit-transform: scaleX(0);

	-o-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 100% 0;

	-o-transform-origin: 100% 0;

	transform-origin: 100% 0
}



.actions button[name=update_cart][disabled]:before,

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a[disabled]:before,

.base-link[disabled]:before,

.shipping-calculator-button[disabled]:before,

.shipping-calculator-form button[name=calc_shipping][disabled]:before,

.tax-recipe_category .recipe-list__menu li:first-child a[disabled]:before,

.tax-recipe_product .recipe-list__menu li:first-child a[disabled]:before,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a[disabled]:before,

.template-information .information-sidebar .nav li a[disabled]:before,

.woocommerce-checkout .woocommerce-form-login-toggle a[disabled]:before,

.woocommerce-MyAccount-navigation-link a[disabled]:before {

	opacity: .3
}



.actions button.active[name=update_cart]:before,

.actions button[name=update_cart]:not([disabled]):hover:before,

.active.shipping-calculator-button:before,

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a.active:before,

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a:not([disabled]):hover:before,

.base-link.active:before,

.base-link:not([disabled]):hover:before,

.shipping-calculator-button:not([disabled]):hover:before,

.shipping-calculator-form button.active[name=calc_shipping]:before,

.shipping-calculator-form button[name=calc_shipping]:not([disabled]):hover:before,

.tax-recipe_category .recipe-list__menu li:first-child a.active:before,

.tax-recipe_category .recipe-list__menu li:first-child a:not([disabled]):hover:before,

.tax-recipe_product .recipe-list__menu li:first-child a.active:before,

.tax-recipe_product .recipe-list__menu li:first-child a:not([disabled]):hover:before,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a.active:before,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a:not([disabled]):hover:before,

.template-information .information-sidebar .nav li a.active:before,

.template-information .information-sidebar .nav li a:not([disabled]):hover:before,

.woocommerce-checkout .woocommerce-form-login-toggle a.active:before,

.woocommerce-checkout .woocommerce-form-login-toggle a:not([disabled]):hover:before,

.woocommerce-MyAccount-navigation-link a.active:before,

.woocommerce-MyAccount-navigation-link a:not([disabled]):hover:before {

	-webkit-transform: scaleX(1);

	-o-transform: scaleX(1);

	transform: scaleX(1);

	-webkit-transform-origin: 0 100%;

	-o-transform-origin: 0 100%;

	transform-origin: 0 100%
}



.actions button:focus[name=update_cart],

.shipping-calculator-form button:focus[name=calc_shipping],

button.base-link:focus,

button.shipping-calculator-button:focus {

	outline: none
}



.inline-link,

.woocommerce-checkout .woocommerce-form-login-toggle a {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	text-decoration: underline;

	text-transform: uppercase
}



.inline-link--sm {

	font-size: 14px
}



.animate-in {

	visibility: hidden;

	opacity: 0
}



.alignnone {

	margin-left: 0;

	margin-right: 0;

	max-width: 100%;

	height: auto
}



.aligncenter {

	display: block;

	margin: .5rem auto;

	height: auto
}



.alignleft,

.alignright {

	margin-bottom: .5rem;

	height: auto
}



@media (min-width:576px) {

	.alignleft {

		float: left;

		margin-right: .5rem
	}



	.alignright {

		float: right;

		margin-left: .5rem
	}



}



.wp-caption-text {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-weight: 400;

	font-size: 14px;

	color: #000
}



@media (min-width:768px) {

	.wp-caption-text {

		font-size: 16px
	}

}



.u-escape-container,

.woocommerce-checkout-review-order-table tbody,

.woocommerce-checkout-review-order-table tfoot:before,

.woocommerce-table--order-details tbody,

.woocommerce-table--order-details tfoot:before {

	margin-left: -15px;

	margin-right: -15px
}



@media (min-width:576px) {



	.u-escape-container,

	.woocommerce-checkout-review-order-table tbody,

	.woocommerce-checkout-review-order-table tfoot:before,

	.woocommerce-table--order-details tbody,

	.woocommerce-table--order-details tfoot:before {

		margin-left: calc((100vw - 637px)/-2);

		margin-right: calc((100vw - 637px)/-2)
	}



}



@media (min-width:768px) {



	.u-escape-container,

	.woocommerce-checkout-review-order-table tbody,

	.woocommerce-checkout-review-order-table tfoot:before,

	.woocommerce-table--order-details tbody,

	.woocommerce-table--order-details tfoot:before {

		margin-left: calc((100vw - 690px)/-2);

		margin-right: calc((100vw - 690px)/-2)
	}

}



@media (min-width:992px) {



	.u-escape-container,

	.woocommerce-checkout-review-order-table tbody,

	.woocommerce-checkout-review-order-table tfoot:before,

	.woocommerce-table--order-details tbody,

	.woocommerce-table--order-details tfoot:before {

		margin-left: calc((100vw - 962px)/-2);

		margin-right: calc((100vw - 962px)/-2)
	}

}



@media (min-width:1200px) {



	.u-escape-container,

	.woocommerce-checkout-review-order-table tbody,

	.woocommerce-checkout-review-order-table tfoot:before,

	.woocommerce-table--order-details tbody,

	.woocommerce-table--order-details tfoot:before {

		margin-left: calc((100vw - 1110px)/-2);

		margin-right: calc((100vw - 1110px)/-2)
	}

}



@media (min-width:1600px) {



	.u-escape-container,

	.woocommerce-checkout-review-order-table tbody,

	.woocommerce-checkout-review-order-table tfoot:before,

	.woocommerce-table--order-details tbody,

	.woocommerce-table--order-details tfoot:before {

		margin-left: calc((100vw - 1500px)/-2);

		margin-right: calc((100vw - 1500px)/-2)
	}

}



.u-escape-container--left,

.woocommerce-form-login .wc-social-login {

	margin-left: -15px
}



@media (min-width:576px) {



	.u-escape-container--left,

	.woocommerce-form-login .wc-social-login {

		margin-left: calc((100vw - 637px)/-2)
	}

}



@media (min-width:768px) {



	.u-escape-container--left,

	.woocommerce-form-login .wc-social-login {

		margin-left: calc((100vw - 690px)/-2)
	}

}



@media (min-width:992px) {



	.u-escape-container--left,

	.woocommerce-form-login .wc-social-login {

		margin-left: calc((100vw - 962px)/-2)
	}

}



@media (min-width:1200px) {



	.u-escape-container--left,

	.woocommerce-form-login .wc-social-login {

		margin-left: calc((100vw - 1110px)/-2)
	}

}



@media (min-width:1600px) {



	.u-escape-container--left,

	.woocommerce-form-login .wc-social-login {

		margin-left: calc((100vw - 1500px)/-2)
	}

}



.u-escape-container--left .u-escape-container--reversed,

.woocommerce-form-login .wc-social-login .u-escape-container--reversed,

.woocommerce-form-login .wc-social-login .ywsl-label,

.woocommerce-form-login .wc-social-login .ywsl-social {

	margin-left: 15px
}



@media (min-width:576px) {



	.u-escape-container--left .u-escape-container--reversed,

	.woocommerce-form-login .wc-social-login .u-escape-container--reversed,

	.woocommerce-form-login .wc-social-login .ywsl-label,

	.woocommerce-form-login .wc-social-login .ywsl-social {

		margin-left: calc((100vw - 637px)/2)
	}

}



@media (min-width:768px) {



	.u-escape-container--left .u-escape-container--reversed,

	.woocommerce-form-login .wc-social-login .u-escape-container--reversed,

	.woocommerce-form-login .wc-social-login .ywsl-label,

	.woocommerce-form-login .wc-social-login .ywsl-social {

		margin-left: calc((100vw - 690px)/2)
	}

}



@media (min-width:992px) {



	.u-escape-container--left .u-escape-container--reversed,

	.woocommerce-form-login .wc-social-login .u-escape-container--reversed,

	.woocommerce-form-login .wc-social-login .ywsl-label,

	.woocommerce-form-login .wc-social-login .ywsl-social {

		margin-left: calc((100vw - 962px)/2)
	}

}



@media (min-width:1200px) {



	.u-escape-container--left .u-escape-container--reversed,

	.woocommerce-form-login .wc-social-login .u-escape-container--reversed,

	.woocommerce-form-login .wc-social-login .ywsl-label,

	.woocommerce-form-login .wc-social-login .ywsl-social {

		margin-left: calc((100vw - 1110px)/2)
	}

}



@media (min-width:1600px) {



	.u-escape-container--left .u-escape-container--reversed,

	.woocommerce-form-login .wc-social-login .u-escape-container--reversed,

	.woocommerce-form-login .wc-social-login .ywsl-label,

	.woocommerce-form-login .wc-social-login .ywsl-social {

		margin-left: calc((100vw - 1500px)/2)
	}

}



.u-escape-container--right {

	margin-right: -15px
}



@media (min-width:576px) {

	.u-escape-container--right {

		margin-right: calc((100vw - 637px)/-2)
	}

}



@media (min-width:768px) {

	.u-escape-container--right {

		margin-right: calc((100vw - 690px)/-2)
	}

}



@media (min-width:992px) {

	.u-escape-container--right {

		margin-right: calc((100vw - 962px)/-2)
	}

}



@media (min-width:1200px) {

	.u-escape-container--right {

		margin-right: calc((100vw - 1110px)/-2)
	}

}



@media (min-width:1600px) {

	.u-escape-container--right {

		margin-right: calc((100vw - 1500px)/-2)
	}

}



.u-wysiwyg-content h4 {

	margin-bottom: 23px
}



.u-wysiwyg-content a {

	text-decoration: underline
}



.u-wysiwyg-content p {

	margin-bottom: 20px
}



.u-wysiwyg-content>ul {

	padding-left: 1em
}



.u-wysiwyg-content>ol {

	padding-left: 1.75em
}



.u-wysiwyg-content>ol>li,

.u-wysiwyg-content>ul>li {

	margin-bottom: 8px;

	padding-left: 9px
}



.u-wysiwyg-content :last-child {

	margin-bottom: 0
}



.messenger-close,

.u-btn-unstyled {

	background: none;

	border: none;

	padding: 0
}



.messenger-close:focus,

.u-btn-unstyled:focus {

	outline: none
}



.u-color-white {

	color: #fff
}



.u-cursor-grab {

	cursor: -webkit-grab;

	cursor: grab
}



.u-cursor-grabbing {

	cursor: -webkit-grabbing;

	cursor: grabbing
}



.hover-link,

body.assorted_product .abp-search-reset-btn,

body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap {

	position: relative;

	-webkit-transition: all .125s linear;

	-o-transition: all .125s linear;

	transition: all .125s linear;

	text-decoration: none !important;

	display: inline-block
}



.hover-link:after,

.hover-link:before,

body.assorted_product .abp-search-reset-btn:after,

body.assorted_product .abp-search-reset-btn:before,

body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap:after,

body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap:before {

	content: "";

	position: absolute;

	bottom: -.1em;

	left: 0;

	right: 0;

	display: block;

	border-bottom: 1px solid #000;

	-webkit-transition: -webkit-transform .4s cubic-bezier(.7, 0, .2, 1);

	transition: -webkit-transform .4s cubic-bezier(.7, 0, .2, 1);

	-o-transition: -o-transform .4s cubic-bezier(.7, 0, .2, 1);

	transition: transform .4s cubic-bezier(.7, 0, .2, 1);

	transition: transform .4s cubic-bezier(.7, 0, .2, 1), -webkit-transform .4s cubic-bezier(.7, 0, .2, 1), -o-transform .4s cubic-bezier(.7, 0, .2, 1)
}



.hover-link:before,

body.assorted_product .abp-search-reset-btn:before,

body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap:before {

	-webkit-transform-origin: left center;

	-o-transform-origin: left center;

	transform-origin: left center;

	-webkit-transform: scaleX(1);

	-o-transform: scaleX(1);

	transform: scaleX(1);

	-webkit-transition-delay: .1s;

	-o-transition-delay: .1s;

	transition-delay: .1s
}



.hover-link.hover:before,

.hover-link:after,

.hover-link:hover:before,

a:hover .hover-link:before,

a:hover body.assorted_product .abp-search-reset-btn:before,

a:hover body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap:before,

body.assorted_product .abp-search-reset-btn:after,

body.assorted_product .abp-search-reset-btn:hover:before,

body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap:after,

body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap:hover:before,

body.assorted_product .abp_assorted_footer .hover.abp_assorted_clear_wrap:before,

body.assorted_product .abp_assorted_footer a:hover .abp_assorted_clear_wrap:before,

body.assorted_product .hover.abp-search-reset-btn:before,

body.assorted_product a:hover .abp-search-reset-btn:before {

	-webkit-transform: scaleX(0);

	-o-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: right center;

	-o-transform-origin: right center;

	transform-origin: right center;

	-webkit-transition-delay: 0s;

	-o-transition-delay: 0s;

	transition-delay: 0s
}



.hover-link.hover:after,

.hover-link:hover:after,

a:hover .hover-link:after,

a:hover body.assorted_product .abp-search-reset-btn:after,

a:hover body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap:after,

body.assorted_product .abp-search-reset-btn:hover:after,

body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap:hover:after,

body.assorted_product .abp_assorted_footer .hover.abp_assorted_clear_wrap:after,

body.assorted_product .abp_assorted_footer a:hover .abp_assorted_clear_wrap:after,

body.assorted_product .hover.abp-search-reset-btn:after,

body.assorted_product a:hover .abp-search-reset-btn:after {

	-webkit-transform: scaleX(1);

	-o-transform: scaleX(1);

	transform: scaleX(1);

	-webkit-transform-origin: left center;

	-o-transform-origin: left center;

	transform-origin: left center;

	-webkit-transition-delay: .1s;

	-o-transition-delay: .1s;

	transition-delay: .1s
}



a .hover-link,

a body.assorted_product .abp-search-reset-btn,

a body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap,

body.assorted_product .abp_assorted_footer a .abp_assorted_clear_wrap,

body.assorted_product a .abp-search-reset-btn {

	pointer-events: none
}



.hover-link-alt {

	position: relative;

	-webkit-transition: all .125s linear;

	-o-transition: all .125s linear;

	transition: all .125s linear;

	text-decoration: none !important;

	display: inline-block
}



.hover-link-alt:after,

.hover-link-alt:before {

	content: "";

	position: absolute;

	bottom: -.1em;

	left: 0;

	right: 0;

	display: block;

	border-bottom: 1px solid #000;

	-webkit-transition: -webkit-transform .4s cubic-bezier(.7, 0, .2, 1);

	transition: -webkit-transform .4s cubic-bezier(.7, 0, .2, 1);

	-o-transition: -o-transform .4s cubic-bezier(.7, 0, .2, 1);

	transition: transform .4s cubic-bezier(.7, 0, .2, 1);

	transition: transform .4s cubic-bezier(.7, 0, .2, 1), -webkit-transform .4s cubic-bezier(.7, 0, .2, 1), -o-transform .4s cubic-bezier(.7, 0, .2, 1)
}



.hover-link-alt:before {

	-webkit-transform-origin: left center;

	-o-transform-origin: left center;

	transform-origin: left center;

	-webkit-transform: scaleX(0);

	-o-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transition-delay: .1s;

	-o-transition-delay: .1s;

	transition-delay: .1s
}



.hover-link-alt.hover:before,

.hover-link-alt:after,

.hover-link-alt:hover:before,

a:hover .hover-link-alt:before {

	-webkit-transform: scaleX(0);

	-o-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: right center;

	-o-transform-origin: right center;

	transform-origin: right center;

	-webkit-transition-delay: 0s;

	-o-transition-delay: 0s;

	transition-delay: 0s
}



.hover-link-alt.hover:after,

.hover-link-alt:hover:after,

a:hover .hover-link-alt:after {

	-webkit-transform: scaleX(1);

	-o-transform: scaleX(1);

	transform: scaleX(1);

	-webkit-transform-origin: left center;

	-o-transform-origin: left center;

	transform-origin: left center;

	-webkit-transition-delay: .1s;

	-o-transition-delay: .1s;

	transition-delay: .1s
}



a .hover-link-alt {

	pointer-events: none
}



.post-type-archive-recipe,

.post-type-archive-recipe .product-select__options,

.post-type-archive-recipe .product-select__toggle,

.post-type-archive-recipe .recipe-select__options,

.post-type-archive-recipe .recipe-select__toggle,

.post-type-archive-recipe .site-footer,

.tax-recipe_category,

.tax-recipe_category .product-select__options,

.tax-recipe_category .product-select__toggle,

.tax-recipe_category .recipe-select__options,

.tax-recipe_category .recipe-select__toggle,

.tax-recipe_category .site-footer,

.tax-recipe_product,

.tax-recipe_product .product-select__options,

.tax-recipe_product .product-select__toggle,

.tax-recipe_product .recipe-select__options,

.tax-recipe_product .recipe-select__toggle,

.tax-recipe_product .site-footer {

	background: #e9a8c6
}



.tax-recipe_category .recipe-list__menu li:first-child a:before,

.tax-recipe_product .recipe-list__menu li:first-child a:before {

	-webkit-transform: scaleX(0);

	-o-transform: scaleX(0);

	transform: scaleX(0)
}



.form-group>label,

.form-group>span>label,

.gift-cards_form .gift-cards-list>label,

.gift-cards_form .gift-cards-list>span>label,

.gift-cards_form .ywgc-message>label,

.gift-cards_form .ywgc-message>span>label,

.gift-cards_form .ywgc-recipient-email>label,

.gift-cards_form .ywgc-recipient-email>span>label,

.gift-cards_form .ywgc-recipient-name>label,

.gift-cards_form .ywgc-recipient-name>span>label,

.gift-cards_form .ywgc-sender-name>label,

.gift-cards_form .ywgc-sender-name>span>label,

.lost_reset_password .form-row>label,

.lost_reset_password .form-row>span>label,

.lost_reset_password .woocommerce-form-row>label,

.lost_reset_password .woocommerce-form-row>span>label,

.shipping-calculator-form .form-row>label,

.shipping-calculator-form .form-row>span>label,

.shipping-calculator-form .woocommerce-form-row>label,

.shipping-calculator-form .woocommerce-form-row>span>label,

.woocommerce-account-fields .form-row>label,

.woocommerce-account-fields .form-row>span>label,

.woocommerce-account-fields .woocommerce-form-row>label,

.woocommerce-account-fields .woocommerce-form-row>span>label,

.woocommerce-address-fields .form-row>label,

.woocommerce-address-fields .form-row>span>label,

.woocommerce-address-fields .woocommerce-form-row>label,

.woocommerce-address-fields .woocommerce-form-row>span>label,

.woocommerce-billing-fields__field-wrapper .form-row>label,

.woocommerce-billing-fields__field-wrapper .form-row>span>label,

.woocommerce-billing-fields__field-wrapper .woocommerce-form-row>label,

.woocommerce-billing-fields__field-wrapper .woocommerce-form-row>span>label,

.woocommerce-checkout-payment .form-row>label,

.woocommerce-checkout-payment .form-row>span>label,

.woocommerce-checkout-payment .woocommerce-form-row>label,

.woocommerce-checkout-payment .woocommerce-form-row>span>label,

.woocommerce-EditAccountForm .form-row>label,

.woocommerce-EditAccountForm .form-row>span>label,

.woocommerce-EditAccountForm .woocommerce-form-row>label,

.woocommerce-EditAccountForm .woocommerce-form-row>span>label,

.woocommerce-form-coupon .form-row>label,

.woocommerce-form-coupon .form-row>span>label,

.woocommerce-form-coupon .woocommerce-form-row>label,

.woocommerce-form-coupon .woocommerce-form-row>span>label,

.woocommerce-form .form-row>label,

.woocommerce-form .form-row>span>label,

.woocommerce-form .woocommerce-form-row>label,

.woocommerce-form .woocommerce-form-row>span>label,

.woocommerce-ResetPassword .form-row>label,

.woocommerce-ResetPassword .form-row>span>label,

.woocommerce-ResetPassword .woocommerce-form-row>label,

.woocommerce-ResetPassword .woocommerce-form-row>span>label,

.woocommerce-shipping-fields__field-wrapper .form-row>label,

.woocommerce-shipping-fields__field-wrapper .form-row>span>label,

.woocommerce-shipping-fields__field-wrapper .woocommerce-form-row>label,

.woocommerce-shipping-fields__field-wrapper .woocommerce-form-row>span>label {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	line-height: 1.19;

	text-transform: uppercase;

	color: #000
}



#coupon_code::-webkit-input-placeholder,

#wc-yith-stripe-cc-form .input-text::-webkit-input-placeholder,

.form-control::-webkit-input-placeholder,

.gift-cards_form .gift-cards-list input::-webkit-input-placeholder,

.gift-cards_form .gift-cards-list textarea::-webkit-input-placeholder,

.gift-cards_form .ywgc-message input::-webkit-input-placeholder,

.gift-cards_form .ywgc-message textarea::-webkit-input-placeholder,

.gift-cards_form .ywgc-recipient-email input::-webkit-input-placeholder,

.gift-cards_form .ywgc-recipient-email textarea::-webkit-input-placeholder,

.gift-cards_form .ywgc-recipient-name input::-webkit-input-placeholder,

.gift-cards_form .ywgc-recipient-name textarea::-webkit-input-placeholder,

.gift-cards_form .ywgc-sender-name input::-webkit-input-placeholder,

.gift-cards_form .ywgc-sender-name textarea::-webkit-input-placeholder,

.shipping-calculator-form input::-webkit-input-placeholder,

.woocommerce-account .woocommerce-address-fields__field-wrapper select::-webkit-input-placeholder,

.woocommerce-cart-form__contents .qty::-webkit-input-placeholder,

.woocommerce-checkout .checkout-login-form-wrap input::-webkit-input-placeholder,

.woocommerce-checkout .checkout-login-form-wrap textarea::-webkit-input-placeholder,

.woocommerce-input-wrapper input::-webkit-input-placeholder,

.woocommerce-input-wrapper textarea::-webkit-input-placeholder,

.woocommerce-Input::-webkit-input-placeholder,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::-webkit-input-placeholder {

	color: rgba(0, 0, 0, .4)
}



#coupon_code::-moz-placeholder,

#wc-yith-stripe-cc-form .input-text::-moz-placeholder,

.form-control::-moz-placeholder,

.gift-cards_form .gift-cards-list input::-moz-placeholder,

.gift-cards_form .gift-cards-list textarea::-moz-placeholder,

.gift-cards_form .ywgc-message input::-moz-placeholder,

.gift-cards_form .ywgc-message textarea::-moz-placeholder,

.gift-cards_form .ywgc-recipient-email input::-moz-placeholder,

.gift-cards_form .ywgc-recipient-email textarea::-moz-placeholder,

.gift-cards_form .ywgc-recipient-name input::-moz-placeholder,

.gift-cards_form .ywgc-recipient-name textarea::-moz-placeholder,

.gift-cards_form .ywgc-sender-name input::-moz-placeholder,

.gift-cards_form .ywgc-sender-name textarea::-moz-placeholder,

.shipping-calculator-form input::-moz-placeholder,

.woocommerce-account .woocommerce-address-fields__field-wrapper select::-moz-placeholder,

.woocommerce-cart-form__contents .qty::-moz-placeholder,

.woocommerce-checkout .checkout-login-form-wrap input::-moz-placeholder,

.woocommerce-checkout .checkout-login-form-wrap textarea::-moz-placeholder,

.woocommerce-input-wrapper input::-moz-placeholder,

.woocommerce-input-wrapper textarea::-moz-placeholder,

.woocommerce-Input::-moz-placeholder,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::-moz-placeholder {

	color: rgba(0, 0, 0, .4)
}



#coupon_code::-ms-input-placeholder,

#wc-yith-stripe-cc-form .input-text::-ms-input-placeholder,

.form-control::-ms-input-placeholder,

.gift-cards_form .gift-cards-list input::-ms-input-placeholder,

.gift-cards_form .gift-cards-list textarea::-ms-input-placeholder,

.gift-cards_form .ywgc-message input::-ms-input-placeholder,

.gift-cards_form .ywgc-message textarea::-ms-input-placeholder,

.gift-cards_form .ywgc-recipient-email input::-ms-input-placeholder,

.gift-cards_form .ywgc-recipient-email textarea::-ms-input-placeholder,

.gift-cards_form .ywgc-recipient-name input::-ms-input-placeholder,

.gift-cards_form .ywgc-recipient-name textarea::-ms-input-placeholder,

.gift-cards_form .ywgc-sender-name input::-ms-input-placeholder,

.gift-cards_form .ywgc-sender-name textarea::-ms-input-placeholder,

.shipping-calculator-form input::-ms-input-placeholder,

.woocommerce-account .woocommerce-address-fields__field-wrapper select::-ms-input-placeholder,

.woocommerce-cart-form__contents .qty::-ms-input-placeholder,

.woocommerce-checkout .checkout-login-form-wrap input::-ms-input-placeholder,

.woocommerce-checkout .checkout-login-form-wrap textarea::-ms-input-placeholder,

.woocommerce-input-wrapper input::-ms-input-placeholder,

.woocommerce-input-wrapper textarea::-ms-input-placeholder,

.woocommerce-Input::-ms-input-placeholder,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::-ms-input-placeholder {

	color: rgba(0, 0, 0, .4)
}



#coupon_code::placeholder,

#wc-yith-stripe-cc-form .input-text::placeholder,

.form-control::placeholder,

.gift-cards_form .gift-cards-list input::placeholder,

.gift-cards_form .gift-cards-list textarea::placeholder,

.gift-cards_form .ywgc-message input::placeholder,

.gift-cards_form .ywgc-message textarea::placeholder,

.gift-cards_form .ywgc-recipient-email input::placeholder,

.gift-cards_form .ywgc-recipient-email textarea::placeholder,

.gift-cards_form .ywgc-recipient-name input::placeholder,

.gift-cards_form .ywgc-recipient-name textarea::placeholder,

.gift-cards_form .ywgc-sender-name input::placeholder,

.gift-cards_form .ywgc-sender-name textarea::placeholder,

.shipping-calculator-form input::placeholder,

.woocommerce-account .woocommerce-address-fields__field-wrapper select::placeholder,

.woocommerce-cart-form__contents .qty::placeholder,

.woocommerce-checkout .checkout-login-form-wrap input::placeholder,

.woocommerce-checkout .checkout-login-form-wrap textarea::placeholder,

.woocommerce-input-wrapper input::placeholder,

.woocommerce-input-wrapper textarea::placeholder,

.woocommerce-Input::placeholder,

.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::placeholder {

	color: rgba(0, 0, 0, .4)
}



#shipping_method li input:not([type=hidden])+label,

.archive-shop__sidebar ul li a,

.custom-control-label,

.mailchimp-form__terms label,

.product-list-sidebar a,

.product-main .variations .select_option_label .yith_wccl_value,

.wc_payment_method>input+label,

.woocommerce-form__label-for-checkbox>input+span,

label.checkbox>input+span {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	text-transform: uppercase
}



#shipping_method li input:not([type=hidden])+label:before,

.archive-shop__sidebar ul li a:before,

.custom-control-label:before,

.mailchimp-form__terms label:before,

.product-list-sidebar a:before,

.product-main .variations .select_option_label .yith_wccl_value:before,

.wc_payment_method>input+label:before,

.woocommerce-form__label-for-checkbox>input+span:before,

label.checkbox>input+span:before {

	border: 1px solid
}



#shipping_method li .custom-checkbox input:not([type=hidden]):after,

#shipping_method li .custom-checkbox input:not([type=hidden]):before,

#shipping_method li .mailchimp-form__terms input:not([type=hidden]):after,

#shipping_method li .mailchimp-form__terms input:not([type=hidden]):before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:not([type=hidden]):after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:not([type=hidden]):before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:not([type=hidden]):after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:not([type=hidden]):before,

#shipping_method li .woocommerce-form__label-for-checkbox input:not([type=hidden]):after,

#shipping_method li .woocommerce-form__label-for-checkbox input:not([type=hidden]):before,

#shipping_method li label.checkbox input:not([type=hidden]):after,

#shipping_method li label.checkbox input:not([type=hidden]):before,

.custom-checkbox #shipping_method li input:not([type=hidden]):after,

.custom-checkbox #shipping_method li input:not([type=hidden]):before,

.custom-checkbox .custom-control-input:after,

.custom-checkbox .custom-control-input:before,

.custom-checkbox .mailchimp-form__terms input:after,

.custom-checkbox .mailchimp-form__terms input:before,

.custom-checkbox .wc_payment_method>input:after,

.custom-checkbox .wc_payment_method>input:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:before,

.custom-checkbox label.checkbox>input:after,

.custom-checkbox label.checkbox>input:before,

.mailchimp-form__terms #shipping_method li input:not([type=hidden]):after,

.mailchimp-form__terms #shipping_method li input:not([type=hidden]):before,

.mailchimp-form__terms .custom-checkbox input:after,

.mailchimp-form__terms .custom-checkbox input:before,

.mailchimp-form__terms .custom-control-input:after,

.mailchimp-form__terms .custom-control-input:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:before,

.mailchimp-form__terms input:after,

.mailchimp-form__terms input:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:not([type=hidden]):after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:not([type=hidden]):before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:not([type=hidden]):after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:not([type=hidden]):before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:not([type=hidden]):after,

.woocommerce-form__label-for-checkbox #shipping_method li input:not([type=hidden]):before,

.woocommerce-form__label-for-checkbox .custom-control-input:after,

.woocommerce-form__label-for-checkbox .custom-control-input:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:before,

.woocommerce-form__label-for-checkbox>input:after,

.woocommerce-form__label-for-checkbox>input:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:after,

.woocommerce-form__label-for-checkbox label.checkbox>input:before,

label.checkbox #shipping_method li input:not([type=hidden]):after,

label.checkbox #shipping_method li input:not([type=hidden]):before,

label.checkbox .custom-control-input:after,

label.checkbox .custom-control-input:before,

label.checkbox .wc_payment_method>input:after,

label.checkbox .wc_payment_method>input:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:after,

label.checkbox .woocommerce-form__label-for-checkbox>input:before,

label.checkbox>input:after,

label.checkbox>input:before {

	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);

	transition: all .3s cubic-bezier(0, .5, .5, 1)
}



#shipping_method .archive-shop__sidebar ul li .custom-checkbox input:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li label.checkbox input:checked:not([type=hidden])~a:before,

#shipping_method li .custom-checkbox .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li .custom-checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

#shipping_method li .custom-checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input.custom-control-input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .custom-checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-checkbox label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .custom-checkbox label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .custom-checkbox label.checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input.custom-control-input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms label.checkbox input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input.custom-control-input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input.custom-control-input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input.custom-control-input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li label.checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li label.checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li label.checkbox .wc_payment_method>input:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

#shipping_method li label.checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox input.custom-control-input:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox input:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li label.checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.archive-shop__sidebar ul #shipping_method li .custom-checkbox input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li label.checkbox input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .custom-checkbox #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul label.checkbox #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-checkbox .custom-control-input:checked~a:before,

.archive-shop__sidebar ul li .custom-checkbox .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul li .custom-checkbox .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .custom-checkbox label.checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-checkbox input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-control-input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .custom-control-input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox label.checkbox>input:checked~a:before,

.archive-shop__sidebar ul li label.checkbox .custom-control-input:checked~a:before,

.archive-shop__sidebar ul li label.checkbox .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul li label.checkbox .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul li label.checkbox .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

.custom-checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

.custom-checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

.custom-checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

.custom-checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

.custom-checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input:checked:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

.custom-checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

.custom-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

.custom-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

.custom-checkbox #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

.custom-checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:before,

.custom-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

.custom-checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.custom-checkbox .archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

.custom-checkbox .custom-control-input:checked~.custom-control-label:before,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:before,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

.custom-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:before,

.custom-checkbox .mailchimp-form__terms .custom-control-input:checked~label:before,

.custom-checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:before,

.custom-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:before,

.custom-checkbox .mailchimp-form__terms input:checked~.custom-control-label:before,

.custom-checkbox .mailchimp-form__terms input:checked~label:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:checked+span:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:before,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:checked~label:before,

.custom-checkbox .product-list-sidebar .custom-control-input:checked~a:before,

.custom-checkbox .product-list-sidebar .wc_payment_method>input:checked~a:before,

.custom-checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

.custom-checkbox .product-list-sidebar label.checkbox>input:checked~a:before,

.custom-checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.custom-checkbox .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:before,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:before,

.custom-checkbox .wc_payment_method>.custom-control-input:checked~input+label:before,

.custom-checkbox .wc_payment_method>input.custom-control-input:checked+label:before,

.custom-checkbox .wc_payment_method>input:checked+label:before,

.custom-checkbox .wc_payment_method>input:checked~.custom-control-label:before,

.custom-checkbox .wc_payment_method>input:checked~input+label:before,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:checked+span:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.custom-checkbox label.checkbox.wc_payment_method>input:checked+span:before,

.custom-checkbox label.checkbox.wc_payment_method>input:checked~input+span:before,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:before,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.custom-checkbox label.checkbox>.custom-control-input:checked~input+span:before,

.custom-checkbox label.checkbox>input.custom-control-input:checked+span:before,

.custom-checkbox label.checkbox>input:checked+span:before,

.custom-checkbox label.checkbox>input:checked~.custom-control-label:before,

.custom-checkbox label.checkbox>input:checked~input+span:before,

.custom-checkbox label.wc_payment_method.checkbox>input:checked+label:before,

.custom-checkbox label.wc_payment_method.checkbox>input:checked~input+label:before,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:before,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:before,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

.mailchimp-form__terms #shipping_method li .custom-checkbox input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li label.checkbox input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .custom-control-input:checked~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms .archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-checkbox .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms .custom-checkbox .custom-control-input:checked~label:before,

.mailchimp-form__terms .custom-checkbox .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms .custom-checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~label:before,

.mailchimp-form__terms .custom-checkbox input:checked~.custom-control-label:before,

.mailchimp-form__terms .custom-checkbox input:checked~label:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:checked+span:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:checked~input+span:before,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:checked~label:before,

.mailchimp-form__terms .custom-control-input:checked~.custom-control-label:before,

.mailchimp-form__terms .custom-control-input:checked~label:before,

.mailchimp-form__terms .product-list-sidebar .custom-control-input:checked~a:before,

.mailchimp-form__terms .product-list-sidebar .wc_payment_method>input:checked~a:before,

.mailchimp-form__terms .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

.mailchimp-form__terms .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms .product-list-sidebar label.checkbox>input:checked~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:before,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>.custom-control-input:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>input.custom-control-input:checked+label:before,

.mailchimp-form__terms .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms .wc_payment_method>input:checked~.custom-control-label:before,

.mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~label:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~input+span:before,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .custom-control-input:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~.custom-control-label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~label:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:checked+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:checked~input+span:before,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:checked~label:before,

.mailchimp-form__terms input:checked~.custom-control-label:before,

.mailchimp-form__terms input:checked~label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms label.checkbox #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms label.checkbox .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms label.checkbox .custom-control-input:checked~label:before,

.mailchimp-form__terms label.checkbox .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms label.checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:checked+span:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:checked~input+span:before,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:checked~label:before,

.mailchimp-form__terms label.checkbox>.custom-control-input:checked~input+span:before,

.mailchimp-form__terms label.checkbox>input.custom-control-input:checked+span:before,

.mailchimp-form__terms label.checkbox>input:checked+span:before,

.mailchimp-form__terms label.checkbox>input:checked~.custom-control-label:before,

.mailchimp-form__terms label.checkbox>input:checked~input+span:before,

.mailchimp-form__terms label.checkbox>input:checked~label:before,

.mailchimp-form__terms label.checkbox input:checked~.custom-control-label:before,

.mailchimp-form__terms label.checkbox input:checked~label:before,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:checked+label:before,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:checked~input+label:before,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:before,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:before,

.product-list-sidebar #shipping_method li .custom-checkbox input:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li label.checkbox input:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-checkbox #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-checkbox .custom-control-input:checked~a:before,

.product-list-sidebar .custom-checkbox .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar .custom-checkbox .wc_payment_method>input:checked~a:before,

.product-list-sidebar .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar .custom-checkbox label.checkbox>input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-checkbox input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-control-input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method>input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms label.checkbox>input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms label.checkbox input:checked~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .custom-control-input:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar .woocommerce-form__label-for-checkbox label.checkbox>input:checked~a:before,

.product-list-sidebar label.checkbox #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar label.checkbox .custom-control-input:checked~a:before,

.product-list-sidebar label.checkbox .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar label.checkbox .wc_payment_method>input:checked~a:before,

.product-list-sidebar label.checkbox .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar label.checkbox>input:checked~a:before,

.product-main .variations .select_option_label #shipping_method li .custom-checkbox input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .wc_payment_method>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-checkbox label.checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-checkbox input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox label.checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .wc_payment_method>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:before,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .custom-control-input:checked~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .custom-control-input:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .wc_payment_method>input:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>.custom-control-input:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input.custom-control-input:checked+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap .mailchimp-form__terms label.checkbox>input:checked~label:before,

.woocommerce-checkout .checkout-login-form-wrap .product-list-sidebar label.checkbox>input:checked~a:before,

.woocommerce-checkout .checkout-login-form-wrap .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>.custom-control-input:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input.custom-control-input:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~.custom-control-label:before,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~input+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:checked+label:before,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:checked~input+label:before,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:before,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .custom-control-input:checked~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .custom-control-input:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .wc_payment_method>input:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>.custom-control-input:checked~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input.custom-control-input:checked+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper .mailchimp-form__terms label.checkbox>input:checked~label:before,

.woocommerce-checkout .woocommerce-input-wrapper .product-list-sidebar label.checkbox>input:checked~a:before,

.woocommerce-checkout .woocommerce-input-wrapper .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>.custom-control-input:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input.custom-control-input:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~.custom-control-label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~input+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:checked+label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:checked~input+label:before,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:before,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

.woocommerce-form__label-for-checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

.woocommerce-form__label-for-checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

.woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

.woocommerce-form__label-for-checkbox .custom-control-input:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .custom-control-input:checked~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~label:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:checked+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:before,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:checked~label:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar .custom-control-input:checked~a:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar .wc_payment_method>input:checked~a:before,

.woocommerce-form__label-for-checkbox .product-list-sidebar label.checkbox>input:checked~a:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>.custom-control-input:checked~input+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input.custom-control-input:checked+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:checked+label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~input+label:before,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:before,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:before,

.woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

.woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:before,

.woocommerce-form__label-for-checkbox>input:checked+span:before,

.woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:checked+span:before,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:checked~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>.custom-control-input:checked~input+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input.custom-control-input:checked+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:checked+span:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:checked~.custom-control-label:before,

.woocommerce-form__label-for-checkbox label.checkbox>input:checked~input+span:before,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:checked+label:before,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:checked~input+label:before,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:before,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:before,

label.checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

label.checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

label.checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

label.checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

label.checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

label.checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

label.checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:before,

label.checkbox #shipping_method li input:checked:not([type=hidden])+label:before,

label.checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

label.checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

label.checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

label.checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

label.checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:before,

label.checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

label.checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

label.checkbox .custom-control-input:checked~.custom-control-label:before,

label.checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:before,

label.checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

label.checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:before,

label.checkbox .mailchimp-form__terms .custom-control-input:checked~label:before,

label.checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:before,

label.checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:before,

label.checkbox .mailchimp-form__terms input:checked~.custom-control-label:before,

label.checkbox .mailchimp-form__terms input:checked~label:before,

label.checkbox .mailchimp-form__terms label.checkbox>input:checked+span:before,

label.checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:before,

label.checkbox .product-list-sidebar .custom-control-input:checked~a:before,

label.checkbox .product-list-sidebar .wc_payment_method>input:checked~a:before,

label.checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

label.checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

label.checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:before,

label.checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:before,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:before,

label.checkbox .wc_payment_method>.custom-control-input:checked~input+label:before,

label.checkbox .wc_payment_method>input.custom-control-input:checked+label:before,

label.checkbox .wc_payment_method>input:checked+label:before,

label.checkbox .wc_payment_method>input:checked~.custom-control-label:before,

label.checkbox .wc_payment_method>input:checked~input+label:before,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:before,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:before,

label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:checked+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

label.checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

label.checkbox>.custom-control-input:checked~input+span:before,

label.checkbox>input.custom-control-input:checked+span:before,

label.checkbox>input:checked+span:before,

label.checkbox>input:checked~.custom-control-label:before,

label.checkbox>input:checked~input+span:before,

label.checkbox label.checkbox.wc_payment_method>input:checked+span:before,

label.checkbox label.checkbox.wc_payment_method>input:checked~input+span:before,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:before,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

label.wc_payment_method.checkbox>input:checked+label:before,

label.wc_payment_method.checkbox>input:checked~input+label:before,

label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:before,

label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:before {

	background: transparent
}



#shipping_method .archive-shop__sidebar ul li .custom-checkbox input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li label.checkbox input:checked:not([type=hidden])~a:after,

#shipping_method li .custom-checkbox .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .custom-checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .custom-checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .custom-checkbox .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .custom-checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .custom-checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-checkbox label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .custom-checkbox label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .custom-checkbox label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-checkbox input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms label.checkbox input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li label.checkbox .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li label.checkbox .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li label.checkbox .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li label.checkbox .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li label.checkbox .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li label.checkbox input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.archive-shop__sidebar ul #shipping_method li .custom-checkbox input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li label.checkbox input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .custom-checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul label.checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul li .custom-checkbox .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .custom-checkbox .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .custom-checkbox .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .custom-checkbox label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-checkbox input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms label.checkbox input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li label.checkbox .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li label.checkbox .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li label.checkbox .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li label.checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.custom-checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.custom-checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.custom-checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.custom-checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.custom-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.custom-checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.custom-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.custom-checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.custom-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.custom-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.custom-checkbox #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.custom-checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.custom-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.custom-checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.custom-checkbox .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.custom-checkbox .custom-control-input:checked~.custom-control-label:after,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.custom-checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.custom-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.custom-checkbox .mailchimp-form__terms .custom-control-input:checked~label:after,

.custom-checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.custom-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.custom-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.custom-checkbox .mailchimp-form__terms input:checked~.custom-control-label:after,

.custom-checkbox .mailchimp-form__terms input:checked~label:after,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:checked+span:after,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.custom-checkbox .mailchimp-form__terms label.checkbox>input:checked~label:after,

.custom-checkbox .product-list-sidebar .custom-control-input:checked~a:after,

.custom-checkbox .product-list-sidebar .wc_payment_method>input:checked~a:after,

.custom-checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.custom-checkbox .product-list-sidebar label.checkbox>input:checked~a:after,

.custom-checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.custom-checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.custom-checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.custom-checkbox .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.custom-checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.custom-checkbox .wc_payment_method>.custom-control-input:checked~input+label:after,

.custom-checkbox .wc_payment_method>input.custom-control-input:checked+label:after,

.custom-checkbox .wc_payment_method>input:checked+label:after,

.custom-checkbox .wc_payment_method>input:checked~.custom-control-label:after,

.custom-checkbox .wc_payment_method>input:checked~input+label:after,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-checkbox label.checkbox.wc_payment_method>input:checked+span:after,

.custom-checkbox label.checkbox.wc_payment_method>input:checked~input+span:after,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-checkbox label.checkbox>.custom-control-input:checked~input+span:after,

.custom-checkbox label.checkbox>input.custom-control-input:checked+span:after,

.custom-checkbox label.checkbox>input:checked+span:after,

.custom-checkbox label.checkbox>input:checked~.custom-control-label:after,

.custom-checkbox label.checkbox>input:checked~input+span:after,

.custom-checkbox label.wc_payment_method.checkbox>input:checked+label:after,

.custom-checkbox label.wc_payment_method.checkbox>input:checked~input+label:after,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.custom-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.mailchimp-form__terms #shipping_method li .custom-checkbox input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li label.checkbox input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .custom-checkbox #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-checkbox .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .custom-checkbox .custom-control-input:checked~label:after,

.mailchimp-form__terms .custom-checkbox .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .custom-checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .custom-checkbox .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .custom-checkbox input:checked~.custom-control-label:after,

.mailchimp-form__terms .custom-checkbox input:checked~label:after,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:checked+span:after,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .custom-checkbox label.checkbox>input:checked~label:after,

.mailchimp-form__terms .custom-control-input:checked~.custom-control-label:after,

.mailchimp-form__terms .custom-control-input:checked~label:after,

.mailchimp-form__terms .product-list-sidebar .custom-control-input:checked~a:after,

.mailchimp-form__terms .product-list-sidebar .wc_payment_method>input:checked~a:after,

.mailchimp-form__terms .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .product-list-sidebar label.checkbox>input:checked~a:after,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.mailchimp-form__terms .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.mailchimp-form__terms .wc_payment_method>.custom-control-input:checked~input+label:after,

.mailchimp-form__terms .wc_payment_method>input.custom-control-input:checked+label:after,

.mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .wc_payment_method>input:checked~.custom-control-label:after,

.mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~label:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .custom-control-input:checked~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~.custom-control-label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~label:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:checked+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .woocommerce-form__label-for-checkbox label.checkbox>input:checked~label:after,

.mailchimp-form__terms input:checked~.custom-control-label:after,

.mailchimp-form__terms input:checked~label:after,

.mailchimp-form__terms label.checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms label.checkbox #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms label.checkbox #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms label.checkbox .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms label.checkbox .custom-control-input:checked~label:after,

.mailchimp-form__terms label.checkbox .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms label.checkbox .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:checked+span:after,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms label.checkbox.wc_payment_method>input:checked~input+span:after,

.mailchimp-form__terms label.checkbox .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms label.checkbox .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms label.checkbox>.custom-control-input:checked~input+span:after,

.mailchimp-form__terms label.checkbox>input.custom-control-input:checked+span:after,

.mailchimp-form__terms label.checkbox>input:checked+span:after,

.mailchimp-form__terms label.checkbox>input:checked~.custom-control-label:after,

.mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms label.checkbox>input:checked~label:after,

.mailchimp-form__terms label.checkbox input:checked~.custom-control-label:after,

.mailchimp-form__terms label.checkbox input:checked~label:after,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:checked+label:after,

.mailchimp-form__terms label.wc_payment_method.checkbox>input:checked~input+label:after,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.mailchimp-form__terms label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.product-list-sidebar #shipping_method li .custom-checkbox input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li label.checkbox input:checked:not([type=hidden])~a:after,

.product-list-sidebar .custom-checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .custom-checkbox .custom-control-input:checked~a:after,

.product-list-sidebar .custom-checkbox .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .custom-checkbox .wc_payment_method>input:checked~a:after,

.product-list-sidebar .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .custom-checkbox label.checkbox>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .mailchimp-form__terms .custom-checkbox input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .custom-control-input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms label.checkbox>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms label.checkbox input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox .custom-control-input:checked~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .woocommerce-form__label-for-checkbox label.checkbox>input:checked~a:after,

.product-list-sidebar label.checkbox #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar label.checkbox .custom-control-input:checked~a:after,

.product-list-sidebar label.checkbox .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar label.checkbox .wc_payment_method>input:checked~a:after,

.product-list-sidebar label.checkbox .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar label.checkbox>input:checked~a:after,

.product-main .variations .select_option_label #shipping_method li .custom-checkbox input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-checkbox label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-checkbox input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .checkout-login-form-wrap .checkbox input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-checkout .woocommerce-input-wrapper .checkbox input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .custom-control-input:checked~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .custom-control-input:checked~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms input:checked~label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .custom-control-input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .wc_payment_method>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>.custom-control-input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input.custom-control-input:checked+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .wc_payment_method>input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap .mailchimp-form__terms label.checkbox>input:checked~label:after,

.woocommerce-checkout .checkout-login-form-wrap .product-list-sidebar label.checkbox>input:checked~a:after,

.woocommerce-checkout .checkout-login-form-wrap .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input.custom-control-input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~.custom-control-label:after,

.woocommerce-checkout .checkout-login-form-wrap label.checkbox>input:checked~input+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:checked+label:after,

.woocommerce-checkout .checkout-login-form-wrap label.wc_payment_method.checkbox>input:checked~input+label:after,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .custom-control-input:checked~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .custom-control-input:checked~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms input:checked~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .custom-control-input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .wc_payment_method>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>.custom-control-input:checked~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input.custom-control-input:checked+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .wc_payment_method>input:checked~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper .mailchimp-form__terms label.checkbox>input:checked~label:after,

.woocommerce-checkout .woocommerce-input-wrapper .product-list-sidebar label.checkbox>input:checked~a:after,

.woocommerce-checkout .woocommerce-input-wrapper .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input.custom-control-input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~.custom-control-label:after,

.woocommerce-checkout .woocommerce-input-wrapper label.checkbox>input:checked~input+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:checked+label:after,

.woocommerce-checkout .woocommerce-input-wrapper label.wc_payment_method.checkbox>input:checked~input+label:after,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.woocommerce-checkout .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.woocommerce-form__label-for-checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.woocommerce-form__label-for-checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.woocommerce-form__label-for-checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.woocommerce-form__label-for-checkbox #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.woocommerce-form__label-for-checkbox .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.woocommerce-form__label-for-checkbox .custom-control-input:checked~.custom-control-label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .custom-control-input:checked~label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~.custom-control-label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms input:checked~label:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:checked+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox .mailchimp-form__terms label.checkbox>input:checked~label:after,

.woocommerce-form__label-for-checkbox .product-list-sidebar .custom-control-input:checked~a:after,

.woocommerce-form__label-for-checkbox .product-list-sidebar .wc_payment_method>input:checked~a:after,

.woocommerce-form__label-for-checkbox .product-list-sidebar label.checkbox>input:checked~a:after,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>.custom-control-input:checked~input+label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input.custom-control-input:checked+label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:checked+label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~.custom-control-label:after,

.woocommerce-form__label-for-checkbox .wc_payment_method>input:checked~input+label:after,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-form__label-for-checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.woocommerce-form__label-for-checkbox>input:checked+span:after,

.woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-form__label-for-checkbox label.checkbox.wc_payment_method>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>.custom-control-input:checked~input+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>input.custom-control-input:checked+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>input:checked+span:after,

.woocommerce-form__label-for-checkbox label.checkbox>input:checked~.custom-control-label:after,

.woocommerce-form__label-for-checkbox label.checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:checked+label:after,

.woocommerce-form__label-for-checkbox label.wc_payment_method.checkbox>input:checked~input+label:after,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.woocommerce-form__label-for-checkbox label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

label.checkbox #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

label.checkbox #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

label.checkbox #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

label.checkbox #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

label.checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

label.checkbox #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

label.checkbox #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

label.checkbox #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

label.checkbox #shipping_method li input:checked:not([type=hidden])+label:after,

label.checkbox #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

label.checkbox #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

label.checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

label.checkbox #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

label.checkbox .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

label.checkbox .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

label.checkbox .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

label.checkbox .custom-control-input:checked~.custom-control-label:after,

label.checkbox .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

label.checkbox .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

label.checkbox .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

label.checkbox .mailchimp-form__terms .custom-control-input:checked~label:after,

label.checkbox .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

label.checkbox .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

label.checkbox .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

label.checkbox .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

label.checkbox .mailchimp-form__terms input:checked~.custom-control-label:after,

label.checkbox .mailchimp-form__terms input:checked~label:after,

label.checkbox .mailchimp-form__terms label.checkbox>input:checked+span:after,

label.checkbox .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

label.checkbox .product-list-sidebar .custom-control-input:checked~a:after,

label.checkbox .product-list-sidebar .wc_payment_method>input:checked~a:after,

label.checkbox .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

label.checkbox .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

label.checkbox .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

label.checkbox .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

label.checkbox .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

label.checkbox .wc_payment_method>.custom-control-input:checked~input+label:after,

label.checkbox .wc_payment_method>input.custom-control-input:checked+label:after,

label.checkbox .wc_payment_method>input:checked+label:after,

label.checkbox .wc_payment_method>input:checked~.custom-control-label:after,

label.checkbox .wc_payment_method>input:checked~input+label:after,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

label.checkbox .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input:checked+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

label.checkbox .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

label.checkbox>.custom-control-input:checked~input+span:after,

label.checkbox>input.custom-control-input:checked+span:after,

label.checkbox>input:checked+span:after,

label.checkbox>input:checked~.custom-control-label:after,

label.checkbox>input:checked~input+span:after,

label.checkbox label.checkbox.wc_payment_method>input:checked+span:after,

label.checkbox label.checkbox.wc_payment_method>input:checked~input+span:after,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

label.checkbox label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

label.wc_payment_method.checkbox>input:checked+label:after,

label.wc_payment_method.checkbox>input:checked~input+label:after,

label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after {

	-webkit-transform: scale(.57);

	-o-transform: scale(.57);

	transform: scale(.57);

	display: block;

	background: #000
}



#shipping_method li .custom-control-input:after,

#shipping_method li .custom-control-input:before,

#shipping_method li .mailchimp-form__terms input:after,

#shipping_method li .mailchimp-form__terms input:before,

#shipping_method li .wc_payment_method>input:after,

#shipping_method li .wc_payment_method>input:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:before,

#shipping_method li input:not([type=hidden]):after,

#shipping_method li input:not([type=hidden]):before,

#shipping_method li label.checkbox>input:after,

#shipping_method li label.checkbox>input:before,

.custom-radio .custom-control-input:after,

.custom-radio .custom-control-input:before,

.custom-radio .mailchimp-form__terms input:after,

.custom-radio .mailchimp-form__terms input:before,

.custom-radio .wc_payment_method>input:after,

.custom-radio .wc_payment_method>input:before,

.custom-radio .woocommerce-form__label-for-checkbox>input:after,

.custom-radio .woocommerce-form__label-for-checkbox>input:before,

.custom-radio label.checkbox>input:after,

.custom-radio label.checkbox>input:before,

.mailchimp-form__terms #shipping_method li input:after,

.mailchimp-form__terms #shipping_method li input:before,

.mailchimp-form__terms .custom-radio input:after,

.mailchimp-form__terms .custom-radio input:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:after,

.mailchimp-form__terms .product-main .variations .select_option_label input:before,

.mailchimp-form__terms .wc_payment_method input:after,

.mailchimp-form__terms .wc_payment_method input:before,

.product-main .variations .select_option_label .custom-control-input:after,

.product-main .variations .select_option_label .custom-control-input:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:after,

.product-main .variations .select_option_label .mailchimp-form__terms input:before,

.product-main .variations .select_option_label .wc_payment_method>input:after,

.product-main .variations .select_option_label .wc_payment_method>input:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:before,

.product-main .variations .select_option_label label.checkbox>input:after,

.product-main .variations .select_option_label label.checkbox>input:before,

.wc_payment_method .custom-control-input:after,

.wc_payment_method .custom-control-input:before,

.wc_payment_method .mailchimp-form__terms input:after,

.wc_payment_method .mailchimp-form__terms input:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:before,

.wc_payment_method>input:after,

.wc_payment_method>input:before,

.wc_payment_method label.checkbox>input:after,

.wc_payment_method label.checkbox>input:before {

	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);

	transition: all .3s cubic-bezier(0, .5, .5, 1)
}



#shipping_method .archive-shop__sidebar ul li .custom-control-input:checked~a:before,

#shipping_method .archive-shop__sidebar ul li .custom-radio input:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:checked~a:before,

#shipping_method .archive-shop__sidebar ul li .product-main .variations .select_option_label input:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

#shipping_method .archive-shop__sidebar ul li .wc_payment_method input:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

#shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

#shipping_method .archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

#shipping_method li .custom-control-input:checked~.custom-control-label:before,

#shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio .mailchimp-form__terms input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li .custom-radio .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li .custom-radio .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .custom-radio .wc_payment_method>input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

#shipping_method li .custom-radio .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio input.custom-control-input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .custom-radio input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .custom-radio label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .custom-radio label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .custom-radio label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .custom-radio label.checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-control-input:checked~label:before,

#shipping_method li .mailchimp-form__terms .custom-radio input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .custom-radio input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:checked~a:before,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked~label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .wc_payment_method input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:before,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li .mailchimp-form__terms input:checked~.custom-control-label:before,

#shipping_method li .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li .mailchimp-form__terms input:checked~label:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked~input+span:before,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked~label:before,

#shipping_method li .product-list-sidebar .custom-control-input:checked~a:before,

#shipping_method li .product-list-sidebar .wc_payment_method>input:checked~a:before,

#shipping_method li .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

#shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li .product-list-sidebar label.checkbox>input:checked~a:before,

#shipping_method li .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label input.custom-control-input:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method .custom-control-input:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method .product-list-sidebar input:checked:not([type=hidden])~a:before,

#shipping_method li .wc_payment_method .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

#shipping_method li .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:before,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:before,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>.custom-control-input:checked~input+label:before,

#shipping_method li .wc_payment_method>input.custom-control-input:checked+label:before,

#shipping_method li .wc_payment_method>input:checked+label:before,

#shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

#shipping_method li .wc_payment_method>input:checked~.custom-control-label:before,

#shipping_method li .wc_payment_method>input:checked~input+label:before,

#shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method input.custom-control-input:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method input:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li .wc_payment_method input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .wc_payment_method label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .wc_payment_method label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .wc_payment_method label.checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li input.custom-control-input:checked:not([type=hidden])+label:before,

#shipping_method li input:checked:not([type=hidden])+label:before,

#shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

#shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

#shipping_method li label.checkbox.wc_payment_method>input:checked+span:before,

#shipping_method li label.checkbox.wc_payment_method>input:checked~input+span:before,

#shipping_method li label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:before,

#shipping_method li label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

#shipping_method li label.checkbox>.custom-control-input:checked~input+span:before,

#shipping_method li label.checkbox>input.custom-control-input:checked+span:before,

#shipping_method li label.checkbox>input:checked+span:before,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

#shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

#shipping_method li label.checkbox>input:checked~.custom-control-label:before,

#shipping_method li label.checkbox>input:checked~input+span:before,

#shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

#shipping_method li label.wc_payment_method.checkbox>input:checked+label:before,

#shipping_method li label.wc_payment_method.checkbox>input:checked~input+label:before,

#shipping_method li label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:before,

#shipping_method li label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:before,

.archive-shop__sidebar ul #shipping_method li .custom-control-input:checked~a:before,

.archive-shop__sidebar ul #shipping_method li .custom-radio input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul #shipping_method li .wc_payment_method input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul #shipping_method li label.checkbox>input:checked~a:before,

.archive-shop__sidebar ul .custom-radio #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:checked~a:before,

.archive-shop__sidebar ul .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul .wc_payment_method #shipping_method li input:checked:not([type=hidden])~a:before,

.archive-shop__sidebar ul li .custom-radio .custom-control-input:checked~a:before,

.archive-shop__sidebar ul li .custom-radio .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul li .custom-radio .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul li .custom-radio .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .custom-radio label.checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-radio input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .product-main .variations .select_option_label input:checked~a:before,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method input:checked~a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .custom-control-input:checked~a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .product-main .variations .select_option_label label.checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method .custom-control-input:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method .mailchimp-form__terms input:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

.archive-shop__sidebar ul li .wc_payment_method label.checkbox>input:checked~a:before,

.custom-radio #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

.custom-radio #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

.custom-radio #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

.custom-radio #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

.custom-radio #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

.custom-radio #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

.custom-radio #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

.custom-radio #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

.custom-radio #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:before,

.custom-radio #shipping_method li input:checked:not([type=hidden])+label:before,

.custom-radio #shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

.custom-radio #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.custom-radio #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

.custom-radio #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

.custom-radio #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

.custom-radio #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

.custom-radio .archive-shop__sidebar ul li .custom-control-input:checked~a:before,

.custom-radio .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

.custom-radio .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.custom-radio .archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

.custom-radio .custom-control-input:checked~.custom-control-label:before,

.custom-radio .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:before,

.custom-radio .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

.custom-radio .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:before,

.custom-radio .mailchimp-form__terms .custom-control-input:checked~label:before,

.custom-radio .mailchimp-form__terms .product-list-sidebar input:checked~a:before,

.custom-radio .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:checked+label:before,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:checked~label:before,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:before,

.custom-radio .mailchimp-form__terms input:checked~.custom-control-label:before,

.custom-radio .mailchimp-form__terms input:checked~label:before,

.custom-radio .mailchimp-form__terms label.checkbox>input:checked+span:before,

.custom-radio .mailchimp-form__terms label.checkbox>input:checked~input+span:before,

.custom-radio .mailchimp-form__terms label.checkbox>input:checked~label:before,

.custom-radio .product-list-sidebar .custom-control-input:checked~a:before,

.custom-radio .product-list-sidebar .wc_payment_method>input:checked~a:before,

.custom-radio .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

.custom-radio .product-list-sidebar label.checkbox>input:checked~a:before,

.custom-radio .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

.custom-radio .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:before,

.custom-radio .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.custom-radio .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

.custom-radio .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:before,

.custom-radio .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:before,

.custom-radio .wc_payment_method>.custom-control-input:checked~input+label:before,

.custom-radio .wc_payment_method>input.custom-control-input:checked+label:before,

.custom-radio .wc_payment_method>input:checked+label:before,

.custom-radio .wc_payment_method>input:checked~.custom-control-label:before,

.custom-radio .wc_payment_method>input:checked~input+label:before,

.custom-radio .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:before,

.custom-radio .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:before,

.custom-radio .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

.custom-radio .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:before,

.custom-radio .woocommerce-form__label-for-checkbox>input:checked+span:before,

.custom-radio .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

.custom-radio .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.custom-radio label.checkbox.wc_payment_method>input:checked+span:before,

.custom-radio label.checkbox.wc_payment_method>input:checked~input+span:before,

.custom-radio label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:before,

.custom-radio label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.custom-radio label.checkbox>.custom-control-input:checked~input+span:before,

.custom-radio label.checkbox>input.custom-control-input:checked+span:before,

.custom-radio label.checkbox>input:checked+span:before,

.custom-radio label.checkbox>input:checked~.custom-control-label:before,

.custom-radio label.checkbox>input:checked~input+span:before,

.custom-radio label.wc_payment_method.checkbox>input:checked+label:before,

.custom-radio label.wc_payment_method.checkbox>input:checked~input+label:before,

.custom-radio label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:before,

.custom-radio label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:before,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms #shipping_method li .custom-control-input:checked~label:before,

.mailchimp-form__terms #shipping_method li .custom-radio input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms #shipping_method li .wc_payment_method input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~label:before,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms #shipping_method li input:checked~.custom-control-label:before,

.mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms #shipping_method li input:checked~label:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked~input+span:before,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked~label:before,

.mailchimp-form__terms .custom-radio #shipping_method li input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-radio #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .custom-radio #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .custom-radio .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms .custom-radio .custom-control-input:checked~label:before,

.mailchimp-form__terms .custom-radio .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms .custom-radio .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:checked~label:before,

.mailchimp-form__terms .custom-radio input:checked~.custom-control-label:before,

.mailchimp-form__terms .custom-radio input:checked~label:before,

.mailchimp-form__terms .custom-radio label.checkbox>input:checked+span:before,

.mailchimp-form__terms .custom-radio label.checkbox>input:checked~input+span:before,

.mailchimp-form__terms .custom-radio label.checkbox>input:checked~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .product-main .variations .select_option_label .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:checked~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~.custom-control-label:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~label:before,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked+span:before,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked~input+span:before,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked~label:before,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:checked:not([type=hidden])+label:before,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:checked:not([type=hidden])~label:before,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:checked~input:not([type=hidden])+label:before,

.mailchimp-form__terms .wc_payment_method .archive-shop__sidebar ul li input:checked~a:before,

.mailchimp-form__terms .wc_payment_method .custom-control-input:checked~label:before,

.mailchimp-form__terms .wc_payment_method .product-list-sidebar input:checked~a:before,

.mailchimp-form__terms .wc_payment_method .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked+span:before,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~label:before,

.mailchimp-form__terms .wc_payment_method>input:checked+label:before,

.mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

.mailchimp-form__terms .wc_payment_method>input:checked~label:before,

.mailchimp-form__terms .wc_payment_method input:checked~.custom-control-label:before,

.mailchimp-form__terms .wc_payment_method input:checked~label:before,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:checked+span:before,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:checked~input+span:before,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:checked~label:before,

.product-list-sidebar #shipping_method li .custom-control-input:checked~a:before,

.product-list-sidebar #shipping_method li .custom-radio input:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .wc_payment_method>input:checked~a:before,

.product-list-sidebar #shipping_method li .wc_payment_method input:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar #shipping_method li label.checkbox>input:checked~a:before,

.product-list-sidebar .custom-radio #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar .custom-radio .custom-control-input:checked~a:before,

.product-list-sidebar .custom-radio .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar .custom-radio .wc_payment_method>input:checked~a:before,

.product-list-sidebar .custom-radio .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar .custom-radio label.checkbox>input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .custom-radio input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .product-main .variations .select_option_label input:checked~a:before,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method input:checked~a:before,

.product-list-sidebar .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar .product-main .variations .select_option_label .custom-control-input:checked~a:before,

.product-list-sidebar .product-main .variations .select_option_label .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar .product-main .variations .select_option_label .wc_payment_method>input:checked~a:before,

.product-list-sidebar .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar .product-main .variations .select_option_label label.checkbox>input:checked~a:before,

.product-list-sidebar .wc_payment_method #shipping_method li input:checked:not([type=hidden])~a:before,

.product-list-sidebar .wc_payment_method .custom-control-input:checked~a:before,

.product-list-sidebar .wc_payment_method .mailchimp-form__terms input:checked~a:before,

.product-list-sidebar .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-list-sidebar .wc_payment_method>input:checked~a:before,

.product-list-sidebar .wc_payment_method label.checkbox>input:checked~a:before,

.product-main .variations .select_option_label #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

.product-main .variations .select_option_label #shipping_method li .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li .custom-radio input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .custom-control-input:checked~a:before,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:before,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-main .variations .select_option_label .archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

.product-main .variations .select_option_label .custom-control-input:checked~.custom-control-label:before,

.product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio .wc_payment_method>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .custom-radio label.checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:before,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

.product-main .variations .select_option_label .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:checked~label:before,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-radio input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .product-list-sidebar input:checked~a:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked+label:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked~label:before,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~.custom-control-label:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~label:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked+span:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked~input+span:before,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked~label:before,

.product-main .variations .select_option_label .product-list-sidebar .custom-control-input:checked~a:before,

.product-main .variations .select_option_label .product-list-sidebar .wc_payment_method>input:checked~a:before,

.product-main .variations .select_option_label .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

.product-main .variations .select_option_label .product-list-sidebar label.checkbox>input:checked~a:before,

.product-main .variations .select_option_label .wc_payment_method #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method .custom-control-input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method .mailchimp-form__terms input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:before,

.product-main .variations .select_option_label .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:before,

.product-main .variations .select_option_label .wc_payment_method>.custom-control-input:checked~input+label:before,

.product-main .variations .select_option_label .wc_payment_method>input.custom-control-input:checked+label:before,

.product-main .variations .select_option_label .wc_payment_method>input:checked+label:before,

.product-main .variations .select_option_label .wc_payment_method>input:checked~.custom-control-label:before,

.product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .wc_payment_method>input:checked~input+label:before,

.product-main .variations .select_option_label .wc_payment_method label.checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked+span:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.product-main .variations .select_option_label label.checkbox.wc_payment_method>input:checked+span:before,

.product-main .variations .select_option_label label.checkbox.wc_payment_method>input:checked~input+span:before,

.product-main .variations .select_option_label label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:before,

.product-main .variations .select_option_label label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.product-main .variations .select_option_label label.checkbox>.custom-control-input:checked~input+span:before,

.product-main .variations .select_option_label label.checkbox>input.custom-control-input:checked+span:before,

.product-main .variations .select_option_label label.checkbox>input:checked+span:before,

.product-main .variations .select_option_label label.checkbox>input:checked~.custom-control-label:before,

.product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

.product-main .variations .select_option_label label.checkbox>input:checked~input+span:before,

.product-main .variations .select_option_label label.wc_payment_method.checkbox>input:checked+label:before,

.product-main .variations .select_option_label label.wc_payment_method.checkbox>input:checked~input+label:before,

.product-main .variations .select_option_label label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:before,

.product-main .variations .select_option_label label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:before,

.wc_payment_method #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:before,

.wc_payment_method #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:before,

.wc_payment_method #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:before,

.wc_payment_method #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:before,

.wc_payment_method #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:before,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:before,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:before,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li input:checked:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li input:checked:not([type=hidden])~.custom-control-label:before,

.wc_payment_method #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:before,

.wc_payment_method #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:before,

.wc_payment_method #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:before,

.wc_payment_method #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:before,

.wc_payment_method .archive-shop__sidebar ul li .custom-control-input:checked~a:before,

.wc_payment_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:before,

.wc_payment_method .archive-shop__sidebar ul li label.checkbox>input:checked~a:before,

.wc_payment_method .custom-control-input:checked~.custom-control-label:before,

.wc_payment_method .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:before,

.wc_payment_method .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:before,

.wc_payment_method .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:before,

.wc_payment_method .mailchimp-form__terms .custom-control-input:checked~label:before,

.wc_payment_method .mailchimp-form__terms .product-list-sidebar input:checked~a:before,

.wc_payment_method .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:before,

.wc_payment_method .mailchimp-form__terms .wc_payment_method>input:checked+label:before,

.wc_payment_method .mailchimp-form__terms .wc_payment_method>input:checked~input+label:before,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:before,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:before,

.wc_payment_method .mailchimp-form__terms input:checked~.custom-control-label:before,

.wc_payment_method .mailchimp-form__terms input:checked~label:before,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:checked+span:before,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:checked~input+span:before,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:checked~label:before,

.wc_payment_method .product-list-sidebar .custom-control-input:checked~a:before,

.wc_payment_method .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:before,

.wc_payment_method .product-list-sidebar label.checkbox>input:checked~a:before,

.wc_payment_method .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:before,

.wc_payment_method .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:before,

.wc_payment_method .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:before,

.wc_payment_method .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:before,

.wc_payment_method .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:checked+span:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:before,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.wc_payment_method>.custom-control-input:checked~input+label:before,

.wc_payment_method>input.custom-control-input:checked+label:before,

.wc_payment_method>input:checked+label:before,

.wc_payment_method>input:checked~.custom-control-label:before,

.wc_payment_method>input:checked~input+label:before,

.wc_payment_method label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:before,

.wc_payment_method label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:before,

.wc_payment_method label.checkbox>.custom-control-input:checked~input+span:before,

.wc_payment_method label.checkbox>input.custom-control-input:checked+span:before,

.wc_payment_method label.checkbox>input:checked+span:before,

.wc_payment_method label.checkbox>input:checked~.custom-control-label:before,

.wc_payment_method label.checkbox>input:checked~input+span:before,

.wc_payment_method label.wc_payment_method.checkbox>input:checked+label:before,

.wc_payment_method label.wc_payment_method.checkbox>input:checked~input+label:before,

.wc_payment_method label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:before,

.wc_payment_method label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:before,

.woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:before,

.woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:before,

label.checkbox.wc_payment_method>input:checked+span:before,

label.checkbox.wc_payment_method>input:checked~input+span:before {

	background: transparent
}



#shipping_method .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

#shipping_method .archive-shop__sidebar ul li .custom-radio input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .mailchimp-form__terms input:checked~a:after,

#shipping_method .archive-shop__sidebar ul li .product-main .variations .select_option_label input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

#shipping_method .archive-shop__sidebar ul li .wc_payment_method input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

#shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

#shipping_method .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

#shipping_method li .custom-control-input:checked~.custom-control-label:after,

#shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .custom-radio .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .custom-radio .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .custom-radio .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .custom-radio .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .custom-radio .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .custom-radio input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .custom-radio label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .custom-radio label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .custom-radio label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .custom-radio label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-control-input:checked~label:after,

#shipping_method li .mailchimp-form__terms .custom-radio input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .custom-radio input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

#shipping_method li .mailchimp-form__terms .product-main .variations .select_option_label input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .wc_payment_method input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

#shipping_method li .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .mailchimp-form__terms input:checked~.custom-control-label:after,

#shipping_method li .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .mailchimp-form__terms input:checked~label:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked+span:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

#shipping_method li .mailchimp-form__terms label.checkbox>input:checked~label:after,

#shipping_method li .product-list-sidebar .custom-control-input:checked~a:after,

#shipping_method li .product-list-sidebar .wc_payment_method>input:checked~a:after,

#shipping_method li .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

#shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .product-list-sidebar label.checkbox>input:checked~a:after,

#shipping_method li .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

#shipping_method li .product-main .variations .select_option_label .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .product-main .variations .select_option_label .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

#shipping_method li .product-main .variations .select_option_label .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

#shipping_method li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

#shipping_method li .product-main .variations .select_option_label label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method .custom-control-input:checked~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

#shipping_method li .wc_payment_method .mailchimp-form__terms input:checked~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method .product-list-sidebar input:checked:not([type=hidden])~a:after,

#shipping_method li .wc_payment_method .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

#shipping_method li .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

#shipping_method li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method>.custom-control-input:checked~input+label:after,

#shipping_method li .wc_payment_method>input.custom-control-input:checked+label:after,

#shipping_method li .wc_payment_method>input:checked+label:after,

#shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

#shipping_method li .wc_payment_method>input:checked~.custom-control-label:after,

#shipping_method li .wc_payment_method>input:checked~input+label:after,

#shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li .wc_payment_method input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .wc_payment_method label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .wc_payment_method label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .wc_payment_method label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

#shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

#shipping_method li input:checked:not([type=hidden])+label:after,

#shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

#shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

#shipping_method li label.checkbox.wc_payment_method>input:checked+span:after,

#shipping_method li label.checkbox.wc_payment_method>input:checked~input+span:after,

#shipping_method li label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

#shipping_method li label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

#shipping_method li label.checkbox>.custom-control-input:checked~input+span:after,

#shipping_method li label.checkbox>input.custom-control-input:checked+span:after,

#shipping_method li label.checkbox>input:checked+span:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

#shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

#shipping_method li label.checkbox>input:checked~.custom-control-label:after,

#shipping_method li label.checkbox>input:checked~input+span:after,

#shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

#shipping_method li label.wc_payment_method.checkbox>input:checked+label:after,

#shipping_method li label.wc_payment_method.checkbox>input:checked~input+label:after,

#shipping_method li label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

#shipping_method li label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.archive-shop__sidebar ul #shipping_method li .custom-control-input:checked~a:after,

.archive-shop__sidebar ul #shipping_method li .custom-radio input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul #shipping_method li .wc_payment_method input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul #shipping_method li label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul .custom-radio #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .mailchimp-form__terms #shipping_method li input:checked~a:after,

.archive-shop__sidebar ul .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul .wc_payment_method #shipping_method li input:checked:not([type=hidden])~a:after,

.archive-shop__sidebar ul li .custom-radio .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .custom-radio .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .custom-radio .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .custom-radio .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .custom-radio label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .custom-radio input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .product-main .variations .select_option_label input:checked~a:after,

.archive-shop__sidebar ul li .mailchimp-form__terms .wc_payment_method input:checked~a:after,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .product-main .variations .select_option_label label.checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .wc_payment_method .custom-control-input:checked~a:after,

.archive-shop__sidebar ul li .wc_payment_method .mailchimp-form__terms input:checked~a:after,

.archive-shop__sidebar ul li .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~a:after,

.archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.archive-shop__sidebar ul li .wc_payment_method label.checkbox>input:checked~a:after,

.custom-radio #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.custom-radio #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.custom-radio #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.custom-radio #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.custom-radio #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.custom-radio #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.custom-radio #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.custom-radio #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.custom-radio #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.custom-radio #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.custom-radio #shipping_method li input:checked:not([type=hidden])+label:after,

.custom-radio #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.custom-radio #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.custom-radio #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.custom-radio #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.custom-radio #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.custom-radio #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.custom-radio .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.custom-radio .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.custom-radio .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.custom-radio .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.custom-radio .custom-control-input:checked~.custom-control-label:after,

.custom-radio .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.custom-radio .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.custom-radio .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.custom-radio .mailchimp-form__terms .custom-control-input:checked~label:after,

.custom-radio .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.custom-radio .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.custom-radio .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-radio .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.custom-radio .mailchimp-form__terms input:checked~.custom-control-label:after,

.custom-radio .mailchimp-form__terms input:checked~label:after,

.custom-radio .mailchimp-form__terms label.checkbox>input:checked+span:after,

.custom-radio .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.custom-radio .mailchimp-form__terms label.checkbox>input:checked~label:after,

.custom-radio .product-list-sidebar .custom-control-input:checked~a:after,

.custom-radio .product-list-sidebar .wc_payment_method>input:checked~a:after,

.custom-radio .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.custom-radio .product-list-sidebar label.checkbox>input:checked~a:after,

.custom-radio .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.custom-radio .product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.custom-radio .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.custom-radio .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.custom-radio .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.custom-radio .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.custom-radio .wc_payment_method>.custom-control-input:checked~input+label:after,

.custom-radio .wc_payment_method>input.custom-control-input:checked+label:after,

.custom-radio .wc_payment_method>input:checked+label:after,

.custom-radio .wc_payment_method>input:checked~.custom-control-label:after,

.custom-radio .wc_payment_method>input:checked~input+label:after,

.custom-radio .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.custom-radio .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.custom-radio .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.custom-radio .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.custom-radio .woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-radio .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.custom-radio .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-radio label.checkbox.wc_payment_method>input:checked+span:after,

.custom-radio label.checkbox.wc_payment_method>input:checked~input+span:after,

.custom-radio label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.custom-radio label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.custom-radio label.checkbox>.custom-control-input:checked~input+span:after,

.custom-radio label.checkbox>input.custom-control-input:checked+span:after,

.custom-radio label.checkbox>input:checked+span:after,

.custom-radio label.checkbox>input:checked~.custom-control-label:after,

.custom-radio label.checkbox>input:checked~input+span:after,

.custom-radio label.wc_payment_method.checkbox>input:checked+label:after,

.custom-radio label.wc_payment_method.checkbox>input:checked~input+label:after,

.custom-radio label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.custom-radio label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.mailchimp-form__terms #shipping_method .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms #shipping_method li .custom-control-input:checked~label:after,

.mailchimp-form__terms #shipping_method li .custom-radio input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms #shipping_method li .wc_payment_method input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms #shipping_method li input:checked~.custom-control-label:after,

.mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms #shipping_method li input:checked~label:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked+span:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms #shipping_method li label.checkbox>input:checked~label:after,

.mailchimp-form__terms .custom-radio #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-radio #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .custom-radio #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .custom-radio .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .custom-radio .custom-control-input:checked~label:after,

.mailchimp-form__terms .custom-radio .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .custom-radio .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .custom-radio .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .custom-radio .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .custom-radio input:checked~.custom-control-label:after,

.mailchimp-form__terms .custom-radio input:checked~label:after,

.mailchimp-form__terms .custom-radio label.checkbox>input:checked+span:after,

.mailchimp-form__terms .custom-radio label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .custom-radio label.checkbox>input:checked~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .product-main .variations .select_option_label .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .product-main .variations .select_option_label .custom-control-input:checked~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .product-main .variations .select_option_label .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~.custom-control-label:after,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .product-main .variations .select_option_label input:checked~label:after,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked+span:after,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .product-main .variations .select_option_label label.checkbox>input:checked~label:after,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:checked:not([type=hidden])+label:after,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:checked:not([type=hidden])~label:after,

.mailchimp-form__terms .wc_payment_method #shipping_method li input:checked~input:not([type=hidden])+label:after,

.mailchimp-form__terms .wc_payment_method .archive-shop__sidebar ul li input:checked~a:after,

.mailchimp-form__terms .wc_payment_method .custom-control-input:checked~label:after,

.mailchimp-form__terms .wc_payment_method .product-list-sidebar input:checked~a:after,

.mailchimp-form__terms .wc_payment_method .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked+span:after,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.mailchimp-form__terms .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~label:after,

.mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.mailchimp-form__terms .wc_payment_method input:checked~.custom-control-label:after,

.mailchimp-form__terms .wc_payment_method input:checked~label:after,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:checked+span:after,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:checked~input+span:after,

.mailchimp-form__terms .wc_payment_method label.checkbox>input:checked~label:after,

.product-list-sidebar #shipping_method li .custom-control-input:checked~a:after,

.product-list-sidebar #shipping_method li .custom-radio input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .wc_payment_method>input:checked~a:after,

.product-list-sidebar #shipping_method li .wc_payment_method input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar #shipping_method li label.checkbox>input:checked~a:after,

.product-list-sidebar .custom-radio #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .custom-radio .custom-control-input:checked~a:after,

.product-list-sidebar .custom-radio .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .custom-radio .wc_payment_method>input:checked~a:after,

.product-list-sidebar .custom-radio .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .custom-radio label.checkbox>input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms #shipping_method li input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .custom-radio input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .product-main .variations .select_option_label input:checked~a:after,

.product-list-sidebar .mailchimp-form__terms .wc_payment_method input:checked~a:after,

.product-list-sidebar .product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .product-main .variations .select_option_label .custom-control-input:checked~a:after,

.product-list-sidebar .product-main .variations .select_option_label .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .product-main .variations .select_option_label .wc_payment_method>input:checked~a:after,

.product-list-sidebar .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .product-main .variations .select_option_label label.checkbox>input:checked~a:after,

.product-list-sidebar .wc_payment_method #shipping_method li input:checked:not([type=hidden])~a:after,

.product-list-sidebar .wc_payment_method .custom-control-input:checked~a:after,

.product-list-sidebar .wc_payment_method .mailchimp-form__terms input:checked~a:after,

.product-list-sidebar .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-list-sidebar .wc_payment_method>input:checked~a:after,

.product-list-sidebar .wc_payment_method label.checkbox>input:checked~a:after,

.product-main .variations .select_option_label #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.product-main .variations .select_option_label #shipping_method li .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li .custom-radio input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.product-main .variations .select_option_label #shipping_method li .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method>input:checked~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li .wc_payment_method input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .wc_payment_method>input:checked~a:after,

.product-main .variations .select_option_label .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-main .variations .select_option_label .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.product-main .variations .select_option_label .custom-control-input:checked~.custom-control-label:after,

.product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .custom-radio label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.product-main .variations .select_option_label .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-control-input:checked~label:after,

.product-main .variations .select_option_label .mailchimp-form__terms .custom-radio input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method>input:checked~label:after,

.product-main .variations .select_option_label .mailchimp-form__terms .wc_payment_method input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.product-main .variations .select_option_label .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~.custom-control-label:after,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .mailchimp-form__terms input:checked~label:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked+span:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.product-main .variations .select_option_label .mailchimp-form__terms label.checkbox>input:checked~label:after,

.product-main .variations .select_option_label .product-list-sidebar .custom-control-input:checked~a:after,

.product-main .variations .select_option_label .product-list-sidebar .wc_payment_method>input:checked~a:after,

.product-main .variations .select_option_label .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.product-main .variations .select_option_label .product-list-sidebar label.checkbox>input:checked~a:after,

.product-main .variations .select_option_label .wc_payment_method #shipping_method li input:checked:not([type=hidden])~.yith_wccl_value:after,

.product-main .variations .select_option_label .wc_payment_method .custom-control-input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .wc_payment_method .mailchimp-form__terms input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.product-main .variations .select_option_label .wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.product-main .variations .select_option_label .wc_payment_method>.custom-control-input:checked~input+label:after,

.product-main .variations .select_option_label .wc_payment_method>input.custom-control-input:checked+label:after,

.product-main .variations .select_option_label .wc_payment_method>input:checked+label:after,

.product-main .variations .select_option_label .wc_payment_method>input:checked~.custom-control-label:after,

.product-main .variations .select_option_label .wc_payment_method>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .wc_payment_method>input:checked~input+label:after,

.product-main .variations .select_option_label .wc_payment_method label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked+span:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.product-main .variations .select_option_label label.checkbox.wc_payment_method>input:checked+span:after,

.product-main .variations .select_option_label label.checkbox.wc_payment_method>input:checked~input+span:after,

.product-main .variations .select_option_label label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.product-main .variations .select_option_label label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.product-main .variations .select_option_label label.checkbox>.custom-control-input:checked~input+span:after,

.product-main .variations .select_option_label label.checkbox>input.custom-control-input:checked+span:after,

.product-main .variations .select_option_label label.checkbox>input:checked+span:after,

.product-main .variations .select_option_label label.checkbox>input:checked~.custom-control-label:after,

.product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.product-main .variations .select_option_label label.checkbox>input:checked~input+span:after,

.product-main .variations .select_option_label label.wc_payment_method.checkbox>input:checked+label:after,

.product-main .variations .select_option_label label.wc_payment_method.checkbox>input:checked~input+label:after,

.product-main .variations .select_option_label label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.product-main .variations .select_option_label label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.wc_payment_method #shipping_method .archive-shop__sidebar ul li input:checked:not([type=hidden])~a:after,

.wc_payment_method #shipping_method li .custom-control-input:checked~input:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li .mailchimp-form__terms input:checked:not([type=hidden])~label:after,

.wc_payment_method #shipping_method li .product-list-sidebar input:checked:not([type=hidden])~a:after,

.wc_payment_method #shipping_method li .product-main .variations .select_option_label input:checked:not([type=hidden])~.yith_wccl_value:after,

.wc_payment_method #shipping_method li .wc_payment_method>input:checked:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li .wc_payment_method>input:checked:not([type=hidden])~input+label:after,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])+span:after,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked:not([type=hidden])~input+span:after,

.wc_payment_method #shipping_method li .woocommerce-form__label-for-checkbox>input:checked~input:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li input.custom-control-input:checked:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li input:checked:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li input:checked:not([type=hidden])~.custom-control-label:after,

.wc_payment_method #shipping_method li input:checked:not([type=hidden])~input:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li label.checkbox>input:checked:not([type=hidden])+label:after,

.wc_payment_method #shipping_method li label.checkbox>input:checked:not([type=hidden])+span:after,

.wc_payment_method #shipping_method li label.checkbox>input:checked:not([type=hidden])~input+span:after,

.wc_payment_method #shipping_method li label.checkbox>input:checked~input:not([type=hidden])+label:after,

.wc_payment_method .archive-shop__sidebar ul li .custom-control-input:checked~a:after,

.wc_payment_method .archive-shop__sidebar ul li .woocommerce-form__label-for-checkbox>input:checked~a:after,

.wc_payment_method .archive-shop__sidebar ul li label.checkbox>input:checked~a:after,

.wc_payment_method .custom-control-input:checked~.custom-control-label:after,

.wc_payment_method .mailchimp-form__terms #shipping_method li input:checked:not([type=hidden])+label:after,

.wc_payment_method .mailchimp-form__terms #shipping_method li input:checked~input:not([type=hidden])+label:after,

.wc_payment_method .mailchimp-form__terms .archive-shop__sidebar ul li input:checked~a:after,

.wc_payment_method .mailchimp-form__terms .custom-control-input:checked~label:after,

.wc_payment_method .mailchimp-form__terms .product-list-sidebar input:checked~a:after,

.wc_payment_method .mailchimp-form__terms .product-main .variations .select_option_label input:checked~.yith_wccl_value:after,

.wc_payment_method .mailchimp-form__terms .wc_payment_method>input:checked+label:after,

.wc_payment_method .mailchimp-form__terms .wc_payment_method>input:checked~input+label:after,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked+span:after,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.wc_payment_method .mailchimp-form__terms .woocommerce-form__label-for-checkbox>input:checked~label:after,

.wc_payment_method .mailchimp-form__terms input:checked~.custom-control-label:after,

.wc_payment_method .mailchimp-form__terms input:checked~label:after,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:checked+span:after,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:checked~input+span:after,

.wc_payment_method .mailchimp-form__terms label.checkbox>input:checked~label:after,

.wc_payment_method .product-list-sidebar .custom-control-input:checked~a:after,

.wc_payment_method .product-list-sidebar .woocommerce-form__label-for-checkbox>input:checked~a:after,

.wc_payment_method .product-list-sidebar label.checkbox>input:checked~a:after,

.wc_payment_method .product-main .variations .select_option_label .custom-control-input:checked~.yith_wccl_value:after,

.wc_payment_method .product-main .variations .select_option_label .woocommerce-form__label-for-checkbox>input:checked~.yith_wccl_value:after,

.wc_payment_method .product-main .variations .select_option_label label.checkbox>input:checked~.yith_wccl_value:after,

.wc_payment_method .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked+label:after,

.wc_payment_method .wc_payment_method.woocommerce-form__label-for-checkbox>input:checked~input+label:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>.custom-control-input:checked~input+span:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>input.custom-control-input:checked+span:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:checked+span:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~.custom-control-label:after,

.wc_payment_method .woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.wc_payment_method>.custom-control-input:checked~input+label:after,

.wc_payment_method>input.custom-control-input:checked+label:after,

.wc_payment_method>input:checked+label:after,

.wc_payment_method>input:checked~.custom-control-label:after,

.wc_payment_method>input:checked~input+label:after,

.wc_payment_method label.checkbox.woocommerce-form__label-for-checkbox>input:checked+span:after,

.wc_payment_method label.checkbox.woocommerce-form__label-for-checkbox>input:checked~input+span:after,

.wc_payment_method label.checkbox>.custom-control-input:checked~input+span:after,

.wc_payment_method label.checkbox>input.custom-control-input:checked+span:after,

.wc_payment_method label.checkbox>input:checked+span:after,

.wc_payment_method label.checkbox>input:checked~.custom-control-label:after,

.wc_payment_method label.checkbox>input:checked~input+span:after,

.wc_payment_method label.wc_payment_method.checkbox>input:checked+label:after,

.wc_payment_method label.wc_payment_method.checkbox>input:checked~input+label:after,

.wc_payment_method label.woocommerce-form__label-for-checkbox.checkbox>input:checked+span:after,

.wc_payment_method label.woocommerce-form__label-for-checkbox.checkbox>input:checked~input+span:after,

.woocommerce-form__label-for-checkbox.wc_payment_method>input:checked+span:after,

.woocommerce-form__label-for-checkbox.wc_payment_method>input:checked~input+span:after,

label.checkbox.wc_payment_method>input:checked+span:after,

label.checkbox.wc_payment_method>input:checked~input+span:after {

	background: #000;

	-webkit-transform: scale(.56);

	-o-transform: scale(.56);

	transform: scale(.56);

	border-radius: 100%
}



body.error404 {

	background-color: #FFE4E1
}



@media (min-width:1200px) {

	body.error404 .page-header {

		width: 100%
	}

}



.mm-menu,

.mm-navbar,

.mm-panel,

.mm-panels {

	background-color: #80c7e4
}



.mm-panel {

	border-left: 1px solid #000
}



.mm-navbar {

	border-bottom: 0;

	min-height: 80px
}



.mm-navbar__title {

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start
}



.mm-navbar__title span {

	color: #000
}



.mm-navbar__btn {

	-webkit-box-ordinal-group: 3;

	-ms-flex-order: 2;

	order: 2
}



.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title {

	padding-left: 15px
}



.mm-navbar__btn.mm-btn_prev:before {

	left: -10px
}



.mm-navbar__btn.mm-btn_prev:after {

	content: "BACK";

	border: 0;

	color: #000
}



.mm-navbar__btn.mm-btn_prev:after:lang(el) {

	content: "\3A0\399\3A3\3A9"

}



.mm-listitem {

	color: #000
}



.mm-listitem:after {

	content: none
}



.mm-listitem_selected .mm-listitem__text {

	background-color: transparent
}



.mm-listitem__text {

	padding: 10px 15px
}



.mm-btn_next:after,

.mm-btn_prev:before {

	width: 10px;

	height: 13px;

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMzc3MTMgMTIuODQ4OEM5LjQ5ODc3IDEyLjc3OTggOS42MDYxIDEyLjY2MDkgOS42NzE5MyAxMi40ODQ4QzkuODI2NDkgMTIuMDcxIDkuNzU2MzcgMTEuNDk0MiA5LjQ0NTgyIDExLjI2MDhDNy41MTM4NSA5LjgwNzkyIDUuNTQxODEgOC40NjggMy41OTI2NyA3LjA2MzVDMy4zNTY1NCA2Ljg5MzI2IDMuMTIwNDEgNi43MjE1NSAyLjg4NDI4IDYuNTQ4MzhDNS4wNDgwOSA0Ljg5ODc5IDcuMjU3NjkgMy4zNzEwMiA5LjQwMjg5IDEuNjc0NDhDOS45NDgxMyAxLjI0MyA5LjcwMTk5IC0wLjExMzA1OSA5LjA4Mzc2IDAuMDA3Mjg0MDJDNy4xNjAzNyAwLjM3ODU4NyA2Ljc5OTc0IDAuOTgwMzAzIDMuMDM1OTggMi45NjAwOUMyLjY5NTM4IDMuMTM5MTQgMS4zMzE1NSA0LjEyMDk3IDEuMDQ1MzMgNC40NDA5QzAuNzk0ODk0IDQuNzIxMjEgMC41MzAxNDMgNS4wMDE1MyAwLjMwMjYgNS4zMkMtMC4wNTk0NjUgNS44MjYzMiAtMC4wOTk1MzU1IDYuNTk5NzQgMC4xOTgxMzEgNy4xODUzMUMwLjQwNDIwNyA3LjU5MDM3IDEuMzU4NzQgOC4yNzU3NCAxLjY1Nzg0IDguNTM1NTFDMi44MDU1NyA5LjUyOTA3IDQuMTY1MTEgMTAuMzY0MSA0Ljg3NjM2IDEwLjc3OTVDNi4yODg4NCAxMS42MDQzIDcuNDUzNzUgMTIuMTcwOCA4Ljg3NjI1IDEyLjk1NTlDOS4wMzc5NiAxMy4wNDY5IDkuMjI1NDMgMTIuOTg4MiA5LjM3NzEzIDEyLjg0ODhaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);

	background-repeat: no-repeat;

	border: 0
}



.mm-btn_prev:before {

	-webkit-transform: none;

	-o-transform: none;

	transform: none
}



.mm-btn_next:after {

	-webkit-transform: rotate(180deg);

	-o-transform: rotate(180deg);

	transform: rotate(180deg)
}



.single-recipe {

	background: #fceeea
}



.single-recipe .page-title {

	margin-top: -20px
}



@media (min-width:768px) {

	.single-recipe .page-title {

		margin-top: -30px
	}

}



@media (min-width:992px) {

	.single-recipe .page-title {

		margin-top: -50px
	}

}



.single-recipe__ingredients-box {

	margin-top: -55px;

	padding: 40px 0 32px;

	background: #f5afb9;

	border-top-right-radius: 220px
}



@media (min-width:768px) {

	.single-recipe__ingredients-box {

		margin-top: -145px
	}

}



@media (min-width:992px) {

	.single-recipe__ingredients-box {

		margin-top: -180px;

		padding: 115px 0 100px
	}

}



.single-recipe__ingredients {

	position: relative;

	margin-left: 15px;

	padding-right: 25px;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-weight: 400;

	font-style: normal
}



@media (min-width:768px) and (max-width:991px) {

	.single-recipe__ingredients {

		padding-right: 8.33333%
	}

}



#additional_xmas_wish_field .single-recipe__ingredients label,

#order_comments_field .single-recipe__ingredients label,

.single-recipe__ingredients #additional_xmas_wish_field label,

.single-recipe__ingredients #order_comments_field label,

.single-recipe__ingredients h1,

.single-recipe__ingredients h2,

.single-recipe__ingredients h3,

.single-recipe__ingredients h4,

.single-recipe__ingredients h5,

.single-recipe__ingredients h6 {

	font-size: 18px;

	margin: 40px 0;

	line-height: 22px;

	font-family: inherit !important;

	font-weight: 400 !important;

	text-transform: uppercase
}



#additional_xmas_wish_field .single-recipe__ingredients label:first-child,

#order_comments_field .single-recipe__ingredients label:first-child,

.single-recipe__ingredients #additional_xmas_wish_field label:first-child,

.single-recipe__ingredients #order_comments_field label:first-child,

.single-recipe__ingredients h1:first-child,

.single-recipe__ingredients h2:first-child,

.single-recipe__ingredients h3:first-child,

.single-recipe__ingredients h4:first-child,

.single-recipe__ingredients h5:first-child,

.single-recipe__ingredients h6:first-child {

	margin-top: 0
}



@media (max-width:767px) {



	#additional_xmas_wish_field .single-recipe__ingredients label:first-child,

	#order_comments_field .single-recipe__ingredients label:first-child,

	.single-recipe__ingredients #additional_xmas_wish_field label:first-child,

	.single-recipe__ingredients #order_comments_field label:first-child,

	.single-recipe__ingredients h1:first-child,

	.single-recipe__ingredients h2:first-child,

	.single-recipe__ingredients h3:first-child,

	.single-recipe__ingredients h4:first-child,

	.single-recipe__ingredients h5:first-child,

	.single-recipe__ingredients h6:first-child {

		padding-right: 25%
	}

}



@media (max-width:767px) {

	.single-recipe__ingredients>:nth-child(2) {

		padding-right: 20%
	}

}



.single-recipe__ingredients p {

	font-size: 16px;

	margin-bottom: .33em
}



@media (max-width:767px) {

	.single-recipe__ingredients p {

		font-size: 14px;

		margin-bottom: 0
	}

}



.single-recipe__content {

	padding: 74px 0 28px
}



@media (min-width:768px) {

	.single-recipe__content {

		font-size: 16px;

		padding: 74px 0 58px
	}

}



@media (min-width:1200px) {

	.single-recipe__content {

		padding: 65px 0
	}

}



.single-recipe__related-product-title {

	padding: 140px 0 0
}



@media (min-width:768px) {

	.single-recipe__related-product-title {

		padding: 140px 0 0
	}

}



@media (min-width:1200px) {

	.single-recipe__related-product-title {

		padding: 110px 0 0
	}

}



.single-recipe .products-slider {

	padding-top: 10px;

	padding-bottom: 0;

	background: none
}



@media (min-width:1200px) {

	.single-recipe .products-slider {

		padding-bottom: 75px
	}

}



.single-recipe .recipes-slider {

	padding-bottom: 35px
}



@media (min-width:1200px) {

	.single-recipe .recipes-slider {

		padding-top: 176px;

		padding-bottom: 160px
	}

}



.single-recipe-products {

	margin-top: 150px
}



.template-faq {

	background-color: #a5493d
}



.template-faq .faq-content {

	margin-bottom: 45px
}



@media (min-width:768px) {

	.template-faq .faq-content {

		margin-bottom: 28px;

		margin-bottom: 49px
	}

}



.template-faq .site-footer {

	background-color: #a5493d
}



.template-information {

	background-color: #FFE4E1
}



.template-information .page-header h1 {

	margin-bottom: 53px
}



@media (max-width:767px) {

	.template-information .information-sidebar {

		margin-bottom: 40px
	}

}



@media (min-width:768px) {



	#additional_xmas_wish_field .template-information .information-sidebar label,

	#order_comments_field .template-information .information-sidebar label,

	.template-information .information-sidebar #additional_xmas_wish_field label,

	.template-information .information-sidebar #order_comments_field label,

	.template-information .information-sidebar h3 {

		line-height: 77px;

		padding-top: 7px
	}

}



@media (min-width:1200px) {



	#additional_xmas_wish_field .template-information .information-sidebar label,

	#order_comments_field .template-information .information-sidebar label,

	.template-information .information-sidebar #additional_xmas_wish_field label,

	.template-information .information-sidebar #order_comments_field label,

	.template-information .information-sidebar h3 {

		line-height: 94px;

		padding-top: 11px
	}

}



@media (min-width:1600px) {



	#additional_xmas_wish_field .template-information .information-sidebar label,

	#order_comments_field .template-information .information-sidebar label,

	.template-information .information-sidebar #additional_xmas_wish_field label,

	.template-information .information-sidebar #order_comments_field label,

	.template-information .information-sidebar h3 {

		line-height: 121px;

		padding-top: 12px
	}

}



.template-information .information-sidebar .widget {

	margin-bottom: 53px
}



.archive-shop__breadcrumbs .template-information .information-sidebar ul li,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li,

.template-information .information-sidebar .nav li {

	margin-bottom: 3px;

	display: block;

	width: 100%
}



@media (max-width:767px) {



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li,

	.template-information .information-sidebar .nav li {

		display: inline-block;

		margin: 0 auto 15px;

		text-align: left;

		width: 100%
	}

}



.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.template-information .information-sidebar .nav li a {

	display: inline-block;

	position: relative;

	width: auto
}



@media (max-width:767px) {



	.archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.template-information .information-sidebar .nav li a {

		display: inline-block
	}

}



.archive-shop__breadcrumbs .template-information .information-sidebar ul li a span,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a span,

.template-information .information-sidebar .nav li a span {

	position: relative;

	display: block
}



.archive-shop__breadcrumbs .template-information .information-sidebar ul li a span svg,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a span svg,

.template-information .information-sidebar .nav li a span svg {

	position: absolute;

	left: -5px;

	top: 100%;

	width: calc(100% + 10px);

	height: auto;

	-webkit-transform: scaleX(0);

	-o-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 100% 0;

	-o-transform-origin: 100% 0;

	transform-origin: 100% 0;

	-webkit-transition: -webkit-transform .25s cubic-bezier(0, .5, .5, 1);

	transition: -webkit-transform .25s cubic-bezier(0, .5, .5, 1);

	-o-transition: -o-transform .25s cubic-bezier(0, .5, .5, 1);

	transition: transform .25s cubic-bezier(0, .5, .5, 1);

	transition: transform .25s cubic-bezier(0, .5, .5, 1), -webkit-transform .25s cubic-bezier(0, .5, .5, 1), -o-transform .25s cubic-bezier(0, .5, .5, 1)
}



.archive-shop__breadcrumbs .template-information .information-sidebar ul li.active span svg,

.archive-shop__breadcrumbs .template-information .information-sidebar ul li a:hover span svg,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li.active span svg,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li a:hover span svg,

.template-information .information-sidebar .nav li.active span svg,

.template-information .information-sidebar .nav li a:hover span svg {

	-webkit-transform: scaleX(1);

	-o-transform: scaleX(1);

	transform: scaleX(1);

	-webkit-transform-origin: 0 100%;

	-o-transform-origin: 0 100%;

	transform-origin: 0 100%
}



body#tinymce {

	margin: 12px !important
}



.woocommerce-account .addresses .woocommerce-column--billing-address,

.woocommerce-account .addresses .woocommerce-column--shipping-address,

.woocommerce-Address,

.woocommerce-column--billing-address,

.woocommerce-column--shipping-address {

	position: relative;

	text-align: center;

	padding-top: 50px;

	margin-bottom: 30px;

	padding-bottom: 50px
}



@media (min-width:768px) {



	.woocommerce-account .addresses .woocommerce-column--billing-address,

	.woocommerce-account .addresses .woocommerce-column--shipping-address,

	.woocommerce-Address,

	.woocommerce-column--billing-address,

	.woocommerce-column--shipping-address {

		margin-bottom: 0;

		padding-top: 80px;

		padding-bottom: 80px;

		padding-top: 70px;

		padding-bottom: 50px
	}

}



.woocommerce-account .addresses .woocommerce-column--billing-address:before,

.woocommerce-account .addresses .woocommerce-column--shipping-address:before,

.woocommerce-Address:before,

.woocommerce-column--billing-address:before,

.woocommerce-column--shipping-address:before {

	content: "";

	position: absolute;

	top: 0;

	left: 15px;

	width: calc(100% - 30px);

	height: 100%;

	background-color: #f9dcd4;

	border-radius: 275px
}



#additional_xmas_wish_field .woocommerce-account .addresses .woocommerce-column--billing-address label,

#additional_xmas_wish_field .woocommerce-account .addresses .woocommerce-column--shipping-address label,

#additional_xmas_wish_field .woocommerce-Address label,

#additional_xmas_wish_field .woocommerce-column--billing-address label,

#additional_xmas_wish_field .woocommerce-column--shipping-address label,

#order_comments_field .woocommerce-account .addresses .woocommerce-column--billing-address label,

#order_comments_field .woocommerce-account .addresses .woocommerce-column--shipping-address label,

#order_comments_field .woocommerce-Address label,

#order_comments_field .woocommerce-column--billing-address label,

#order_comments_field .woocommerce-column--shipping-address label,

.woocommerce-account .addresses .woocommerce-column--billing-address #additional_xmas_wish_field label,

.woocommerce-account .addresses .woocommerce-column--billing-address #order_comments_field label,

.woocommerce-account .addresses .woocommerce-column--billing-address h2,

.woocommerce-account .addresses .woocommerce-column--billing-address h3,

.woocommerce-account .addresses .woocommerce-column--shipping-address #additional_xmas_wish_field label,

.woocommerce-account .addresses .woocommerce-column--shipping-address #order_comments_field label,

.woocommerce-account .addresses .woocommerce-column--shipping-address h2,

.woocommerce-account .addresses .woocommerce-column--shipping-address h3,

.woocommerce-Address #additional_xmas_wish_field label,

.woocommerce-Address #order_comments_field label,

.woocommerce-Address h2,

.woocommerce-Address h3,

.woocommerce-column--billing-address #additional_xmas_wish_field label,

.woocommerce-column--billing-address #order_comments_field label,

.woocommerce-column--billing-address h2,

.woocommerce-column--billing-address h3,

.woocommerce-column--shipping-address #additional_xmas_wish_field label,

.woocommerce-column--shipping-address #order_comments_field label,

.woocommerce-column--shipping-address h2,

.woocommerce-column--shipping-address h3 {

	position: relative;

	margin-bottom: .5em
}



.woocommerce-account .addresses .woocommerce-column--billing-address address,

.woocommerce-account .addresses .woocommerce-column--shipping-address address,

.woocommerce-Address address,

.woocommerce-column--billing-address address,

.woocommerce-column--shipping-address address {

	position: relative;

	max-width: 270px;

	margin: 0 auto
}



.woocommerce-account .addresses .woocommerce-column--billing-address a.edit,

.woocommerce-account .addresses .woocommerce-column--shipping-address a.edit,

.woocommerce-Address a.edit,

.woocommerce-column--billing-address a.edit,

.woocommerce-column--shipping-address a.edit {

	position: absolute !important;

	left: 50%;

	-webkit-transform: translateX(-50%);

	-o-transform: translateX(-50%);

	transform: translateX(-50%);

	top: 110%;

	display: inline-block;

	width: auto
}



.archive .page-wrapper,

.archive .product-list-header,

.archive .product-list-header:before {

	background: #fff;

}

.product-list-header1.product-list-header:before {

	background: #fff !important;

}



@media (min-width:768px) {

	.product-pagination {

		margin-left: 50%;

		margin-right: -15px;

		width: calc(50% + 15px);

		padding: 0 15px
	}

}



@media (min-width:768px) {

	.product-pagination__inner {

		margin: 0 auto;

		max-width: 400px
	}

}



@media (min-width:1200px) {

	.product-pagination__inner {

		max-width: 360px
	}

}



.product-pagination .pagination-nav {

	margin: 0 auto
}



@media (min-width:768px) {

	.product-pagination .pagination-nav {

		margin-left: 0
	}

}



body.woocommerce-cart {

	background: #f4b8d4
}



.woocommerce-cart-form__contents {

	width: 100%;

	display: block
}



.woocommerce-cart-form__cart-item {

	border-bottom: 1px solid #000
}



@media (min-width:768px) {

	.woocommerce-cart-form__cart-item {

		min-height: 110px
	}

}



.woocommerce-cart-form__cart-item--assorted-child .product-name,

.woocommerce-cart-form__cart-item--assorted-child .product-thumbnail {

	position: relative;

	left: 25px
}



@media (min-width:768px) {



	.woocommerce-cart-form__cart-item--assorted-child .product-name,

	.woocommerce-cart-form__cart-item--assorted-child .product-thumbnail {

		left: 45px
	}

}



@media (min-width:1200px) {



	.woocommerce-cart-form__cart-item--assorted-child .product-name,

	.woocommerce-cart-form__cart-item--assorted-child .product-thumbnail {

		left: 75px
	}

}



.woocommerce-cart-form__cart-item--assorted-child .product-name {

	padding-right: 25px !important
}



@media (min-width:1200px) {

	.woocommerce-cart-form__cart-item--assorted-child .product-name {

		padding-right: 45px !important
	}

}



@media (max-width:767px) {

	.woocommerce-cart-form__cart-item--assorted-child .product-quantity {

		position: relative;

		left: 90px
	}

}



.woocommerce-cart-form a {

	-webkit-transition: all .125s linear;

	-o-transition: all .125s linear;

	transition: all .125s linear
}



.woocommerce-cart-form a:hover {

	opacity: .6
}



.woocommerce-cart-form tbody,

.woocommerce-cart-form td,

.woocommerce-cart-form thead {

	display: block
}



.woocommerce-cart-form tr {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



@media (max-width:767px) {

	.woocommerce-cart-form tr {

		-ms-flex-wrap: wrap;

		flex-wrap: wrap
	}

}



@media (min-width:768px) {

	.woocommerce-cart-form td {

		padding-right: 15px
	}

}



.woocommerce-cart-form thead {

	padding-bottom: 8px
}



@media (max-width:767px) {

	.woocommerce-cart-form thead {

		display: none
	}

}



.woocommerce-cart-form thead .product-thumbnail {

	display: none
}



.woocommerce-cart-form tbody tr {

	position: relative
}



@media (max-width:767px) {

	.woocommerce-cart-form tbody tr {

		padding: 15px 0 13px;

		-webkit-box-pack: justify;

		-ms-flex-pack: justify;

		justify-content: space-between
	}

}



.woocommerce-cart-form tbody tr:first-child {

	border-top: 2px solid #000
}



.woocommerce-cart-form tbody tr:last-child {

	border-top: 1px solid #000;

	border-bottom: 0
}



@media (min-width:768px) {



	.woocommerce-cart-form .product-price,

	.woocommerce-cart-form .product-quantity,

	.woocommerce-cart-form .product-subtotal {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 17%;

		flex: 0 0 17%
	}

}



@media (min-width:1200px) {



	.woocommerce-cart-form .product-price,

	.woocommerce-cart-form .product-quantity,

	.woocommerce-cart-form .product-subtotal {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 15%;

		flex: 0 0 15%
	}

}



.woocommerce-cart-form .product-subtotal .ywdpd_subtotal_row {

	text-align: right
}



@media (min-width:768px) {

	.woocommerce-cart-form .product-subtotal .ywdpd_subtotal_row {

		text-align: left
	}

}



.woocommerce-cart-form .product-subtotal .ywdpd_subtotal_row strong {

	font-weight: 400 !important
}



.woocommerce-cart-form .product-subtotal .ywdpd_subtotal_row small {

	font-size: 70% !important;

	margin-right: 0 !important
}



.woocommerce-cart-form .actions,

.woocommerce-cart-form .product-remove,

.woocommerce-cart-form .product-thumbnail {

	padding-right: 0
}



.woocommerce-cart-form .product-remove {

	position: absolute;

	top: 10px;

	right: -10px
}



@media (min-width:768px) {

	.woocommerce-cart-form .product-remove {

		position: static;

		-webkit-box-ordinal-group: 101;

		-ms-flex-order: 100;

		order: 100;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		text-align: center;

		-webkit-box-pack: center;

		-ms-flex-pack: center;

		justify-content: center;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		-webkit-box-flex: 0;

		-ms-flex: 0 0 40px;

		flex: 0 0 40px
	}

}



@media (min-width:1200px) {

	.woocommerce-cart-form .product-remove {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 120px;

		flex: 0 0 120px
	}

}



.woocommerce-cart-form .product-remove a {

	display: block;

	width: 40px;

	-webkit-box-flex: 0;

	-ms-flex: 0 0 40px;

	flex: 0 0 40px;

	height: 40px;

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMSAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMzAuMDU0IDI0Ljc5OTJDMjYuNzQzNSAyMS42MDU5IDIzLjMwOTYgMTguMzgwOCAxOS44MjgyIDE1LjE5MzhDMjIuOTg2OCAxMS41MTkzIDI1Ljk3MTMgNy42MTM4NyAyOC43MTIxIDMuNTQwNjZDMjkuNDE0NyAyLjQ5NjI0IDI5LjI3MjMgMS4yMTEzIDI4LjM3MDMgMC40ODMzNzRDMjcuNDQzIC0wLjI2OTg3MSAyNi4xMDQyIC0wLjEyNDI4NiAyNS4xODY0IDAuODI1MTgyQzIxLjk2NzcgNC4xNjA5OCAxOC43MTc0IDcuNjIwMiAxNS41MDgyIDExLjEyNjlMMTUuMTQ0MiAxMC43NjYxTDE1LjA1ODcgMTAuODgzMkMxMS42MDI3IDcuNzk0MjcgOC4xMjc2MyA0Ljc2MjMxIDQuNzA5NTUgMS44NjAxQzQuNjMwNDMgMS43OTM2NCA0LjU1NzYzIDEuNzQzIDQuNDk3NSAxLjcwNTAyQzQuNDI3ODcgMS42NTc1NSA0LjM1NTA4IDEuNjEzMjQgNC4yNjY0NiAxLjU2MjZDNC4xNzE1MiAxLjUwNTYzIDQuMDc2NTcgMS40NTgxNiAzLjk5MTEyIDEuNDIzMzVDMy44MjY1NCAxLjM1MzcyIDMuNjU4OCAxLjMwMzA4IDMuNDc4NDEgMS4yNjgyN0wzLjI3NTg1IDEuMjM2NjJDMi41ODkwNyAxLjE2MzgzIDEuOTI0NDQgMS4zOTQ4NiAxLjQ2MjM3IDEuODY5NkMxLjAzMTk1IDIuMzE1ODUgMC44MjMwNjIgMi45MjM1IDAuODgzMTk1IDMuNTUwMTVDMC45MTQ4NDQgMy45MjY3OCAxLjA1NDEgNC40NDI2NSAxLjUwNjY4IDQuOTU1MzZDNC40ODgwMSA4LjYzMjk3IDcuODI2OTcgMTIuMjEyNSAxMS40NDEzIDE1LjYyNzRDOC4yOTIyIDE5LjE0NjcgNS4yMDMyNyAyMi42ODUxIDIuMjQ3MjYgMjYuMTY5NkMyLjE4MDggMjYuMjQ4OCAyLjEzMDE2IDI2LjMyMTUgMi4wOTIxOCAyNi4zODE3QzIuMDMyMDUgMjYuNDcwMyAxLjk4NDU4IDI2LjU0NjMgMS45NDY2IDI2LjYxMjdDMS44OTI4IDI2LjcwNzcgMS44NDIxNiAyNi44MDI2IDEuODEwNTEgMjYuODgxN0MxLjczNzcyIDI3LjA0OTUgMS42ODcwOCAyNy4yMjA0IDEuNjUyMjYgMjcuNDAwOEwxLjYyMDYxIDI3LjYwMDJDMS41NDc4MiAyOC4yOTAxIDEuNzc4ODYgMjguOTUxNiAyLjI1MzU5IDI5LjQxMzZDMi42NDkyIDI5Ljc5NjYgMy4xNzE0MSAzMC4wMDU1IDMuNzIyMSAzMC4wMDU1QzMuNzkxNzMgMzAuMDA1NSAzLjg2NDUyIDMwLjAwMjMgMy45MzQxNSAyOS45OTZDNC4zMTA3NyAyOS45NjQzIDQuODI2NjUgMjkuODI1MSA1LjMzOTM2IDI5LjM3MjVDOC45NjMxNiAyNi40MzU1IDEyLjQ4ODggMjMuMTUwMyAxNS44NTYzIDE5LjU5NjJDMTkuNDgwMSAyMi42OTc3IDIzLjMyNTQgMjUuNjI4NCAyNy4zMzIyIDI4LjMyODFDMjcuNzc1MyAyOC42MjU2IDI4LjI2MjcgMjguNzcxMiAyOC43MzExIDI4Ljc3MTJDMjkuMzY3MiAyOC43NzEyIDI5Ljk3MTcgMjguNTA1MyAzMC4zODk1IDI3Ljk4NjNDMzEuMTQ1OSAyNy4wNTU4IDMxLjAwMzUgMjUuNzE3MSAzMC4wNTQgMjQuNzk5MloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);

	background-position: 50%;

	background-repeat: no-repeat;

	background-size: 15px;

	color: transparent
}



.woocommerce-cart-form .product-thumbnail {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 80px;

	flex: 0 0 80px
}



@media (min-width:768px) {

	.woocommerce-cart-form .product-thumbnail {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 60px;

		flex: 0 0 60px
	}

}



@media (min-width:1200px) {

	.woocommerce-cart-form .product-thumbnail {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100px;

		flex: 0 0 100px
	}

}



.woocommerce-cart-form .product-thumbnail a {

	display: block;

	padding: 0 20px 0 10px
}



@media (min-width:768px) {

	.woocommerce-cart-form .product-thumbnail a {

		padding: 0 10px 0 0
	}

}



@media (min-width:1200px) {

	.woocommerce-cart-form .product-thumbnail a {

		padding: 0 20px 0 10px
	}

}



.woocommerce-cart-form .product-thumbnail img {

	width: 100%;

	height: auto
}



.woocommerce-cart-form .product-name {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 calc(100% - 80px);

	flex: 0 0 calc(100% - 80px)
}



@media (max-width:767px) {

	.woocommerce-cart-form .product-name {

		padding-right: 15px;

		min-height: 42px
	}

}



@media (min-width:768px) {

	.woocommerce-cart-form .product-name {

		-webkit-box-flex: 1;

		-ms-flex: 1 1;

		flex: 1 1
	}

}



.woocommerce-cart-form .product-name a {

	display: block
}



.woocommerce-cart-form td.product-name {

	line-height: 1.2
}



@media (max-width:767px) {

	.woocommerce-cart-form .product-price {

		margin-left: 80px
	}

}



@media (max-width:767px) {

	.woocommerce-cart-form .product-quantity {

		width: 52px
	}

}



.woocommerce-cart-form .product-quantity .qty {

	background: #e9a8c6;

	width: 52px;

	padding-top: .5em;

	padding-bottom: .5em;

	text-align: center
}



@media (min-width:768px) {

	.woocommerce-cart-form .product-quantity .qty {

		padding-top: .55em;

		padding-bottom: .55em
	}

}



.woocommerce-cart-form .product-quantity .qty::-webkit-inner-spin-button,

.woocommerce-cart-form .product-quantity .qty::-webkit-outer-spin-button {

	-webkit-appearance: none;

	appearance: none;

	margin: 0
}



.woocommerce-cart-form .product-quantity .qty:active,

.woocommerce-cart-form .product-quantity .qty:focus {

	background: #e9a8c6
}



.woocommerce-cart-form .actions {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column
}



.woocommerce-cart-form .actions button[name=update_cart] {

	margin-top: 18px
}



@media (min-width:768px) {

	.woocommerce-cart-form .actions button[name=update_cart] {

		margin-top: 30px
	}

}



.woocommerce-cart-form .coupon {

	position: relative;

	background: #000;

	color: #fff;

	border-radius: 0 150px 0 0;

	margin-top: 65px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-ordinal-group: 3;

	-ms-flex-order: 2;

	order: 2;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	width: calc(100% + 15px);

	padding: 40px 0 38px;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start
}



@media (max-width:767px) {

	.woocommerce-cart-form .coupon {

		margin-left: -15px;

		margin-right: -15px
	}

}



@media (min-width:768px) {

	.woocommerce-cart-form .coupon {

		margin-top: 55px;

		width: 100%;

		padding-bottom: 60px;

		border-radius: 0 220px 0 0
	}

}



@media (min-width:1200px) {

	.woocommerce-cart-form .coupon {

		min-height: 250px;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		-webkit-box-orient: horizontal;

		-webkit-box-direction: normal;

		-ms-flex-direction: row;

		flex-direction: row
	}

}



.woocommerce-cart-form .coupon:before {

	content: "";

	position: absolute;

	display: block;

	top: 0;

	bottom: 0;

	left: -1000px;

	right: 100%;

	background-color: #000
}



.woocommerce-cart-form .coupon #coupon_code,

.woocommerce-cart-form .coupon label {

	width: 180px
}



@media (min-width:768px) {



	.woocommerce-cart-form .coupon #coupon_code,

	.woocommerce-cart-form .coupon label {

		width: 340px
	}

}



.woocommerce-cart-form .coupon label {

	font-size: 24px;

	margin: 0
}



@media (min-width:768px) {

	.woocommerce-cart-form .coupon label {

		font-size: 32px
	}

}



@media (min-width:1200px) {

	.woocommerce-cart-form .coupon label {

		font-size: 42px;

		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.33333%;

		flex: 0 0 33.33333%;

		padding-right: 30px
	}

}



.woocommerce-cart-form .coupon #coupon_code {

	border-radius: 0;

	padding-left: 0;

	border-bottom: 1px solid #fff;

	color: #fff
}



@media (max-width:767px) {

	.woocommerce-cart-form .coupon #coupon_code {

		width: calc(100% - 20px)
	}

}



@media (min-width:1200px) {

	.woocommerce-cart-form .coupon #coupon_code {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.33333%;

		flex: 0 0 33.33333%
	}

}



.woocommerce-cart-form .coupon #coupon_code::-webkit-input-placeholder {

	color: #fff
}



.woocommerce-cart-form .coupon #coupon_code::-moz-placeholder {

	color: #fff
}



.woocommerce-cart-form .coupon #coupon_code::-ms-input-placeholder {

	color: #fff
}



.woocommerce-cart-form .coupon #coupon_code::placeholder {

	color: #fff
}



@media (max-width:767px) {

	.woocommerce-cart-form .coupon .button {

		margin-top: 40px
	}

}



@media (min-width:768px) and (max-width:1199px) {

	.woocommerce-cart-form .coupon .button {

		margin-top: -60px;

		margin-left: 420px
	}

}



@media (min-width:1200px) {

	.woocommerce-cart-form .coupon .button {

		margin-left: 30px
	}

}



.cart-collaterals {

	margin-top: 60px
}



@media (min-width:768px) {

	.cart-collaterals {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex
	}

}



.cart-collaterals h2 {

	display: none
}



.cart-collaterals .wc-proceed-to-checkout {

	margin-top: 45px;

	text-align: right
}



@media (max-width:767px) {

	.cart-collaterals .checkout-button {

		width: 100%
	}

}



.cart-collaterals .cross-sells h2 {

	display: block;

	margin-bottom: 40px
}



@media (min-width:768px) {

	.cart-collaterals .cross-sells {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 35%;

		flex: 0 0 35%;

		max-width: 35%
	}

}



@media (min-width:992px) {

	.cart-collaterals .cross-sells {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 30%;

		flex: 0 0 30%;

		max-width: 30%
	}

}



.cart-collaterals .cross-sells .product-list {

	margin-top: 0
}



@media (min-width:1200px) {

	.cart-collaterals .cross-sells .product-list {

		margin-left: 0
	}

}



.cart-collaterals .cross-sells .product-list .product {

	margin-top: 0;

	margin-bottom: 40px
}



@media (max-width:767px) {

	.cart-collaterals .cross-sells .product-list .product {

		margin-left: 0;

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%
	}

}



.cart-collaterals .cross-sells .product-list .product:before {

	width: 30px;

	height: 30px;

	background-size: contain
}



@media (max-width:767px) {

	.cart-collaterals .cross-sells .product-list .product:before {

		right: 15px
	}

}



@media (min-width:768px) and (max-width:991px) {

	.cart-collaterals .cross-sells .product-list .product:before {

		top: 0
	}

}



@media (min-width:768px) {

	.cart-collaterals .cross-sells .product-list .product {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 95%;

		flex: 0 0 95%;

		max-width: 95%
	}

}



@media (min-width:1200px) {

	.cart-collaterals .cross-sells .product-list .product {

		padding-left: 0;

		padding-right: 30px;

		-webkit-box-flex: 0;

		-ms-flex: 0 0 85%;

		flex: 0 0 85%;

		max-width: 85%
	}

}



.cart-collaterals .cross-sells .product-list .product .product-card__footer {

	margin-bottom: 10px
}



.cart-collaterals .cross-sells .product-list .product .product-card__thumb {

	width: 110px;

	min-width: 110px;

	padding: 0 0 3%;

	position: absolute;

	top: 0;

	right: 0
}



@media (min-width:768px) and (max-width:991px) {

	.cart-collaterals .cross-sells .product-list .product .product-card__thumb {

		width: 75px;

		min-width: 75px
	}

}



.cart-collaterals .cross-sells .product-list .product .product-card__thumb .product-card__background {

	display: none
}



.cart-collaterals .cross-sells .product-list .product .product-card__thumb.parallax-item {

	-webkit-transform: translateZ(0) !important;

	transform: translateZ(0) !important
}



.cart-collaterals .cross-sells .product-list .product .product-card__title,

.cart-collaterals .cross-sells .product-list .product body.assorted_product .apb_products_items_container .apb-title,

body.assorted_product .apb_products_items_container .cart-collaterals .cross-sells .product-list .product .apb-title {

	max-width: calc(100% - 115px);

	margin-bottom: 10px
}



@media (min-width:768px) and (max-width:991px) {



	.cart-collaterals .cross-sells .product-list .product .product-card__title,

	.cart-collaterals .cross-sells .product-list .product body.assorted_product .apb_products_items_container .apb-title,

	body.assorted_product .apb_products_items_container .cart-collaterals .cross-sells .product-list .product .apb-title {

		max-width: calc(100% - 75px);

		font-size: 15px
	}

}



.cart-collaterals .cross-sells .product-list .product .product-card__price {

	font-size: 16px
}



@media (min-width:768px) and (max-width:991px) {

	.cart-collaterals .cross-sells .product-list .product .product-card__price {

		font-size: 15px
	}

}



.cart-collaterals .cross-sells .product-list .product .product-card__body,

.cart-collaterals .cross-sells .product-list .product body.assorted_product .apb_products_items_container .abp-captions,

body.assorted_product .apb_products_items_container .cart-collaterals .cross-sells .product-list .product .abp-captions {

	margin-top: 0
}



.cart-collaterals .cross-sells .product-list .product .product-card__button {

	font-size: 12px
}



.cart-collaterals .cross-sells .product-list .product .product-card__inner {

	margin-left: 0
}



.cart-collaterals .cart_totals {

	min-width: 65%;

	-webkit-box-flex: 1;

	-ms-flex: 1 0 65%;

	flex: 1 0 65%
}



.actions button[name=update_cart],

.shipping-calculator-button,

.shipping-calculator-form button[name=calc_shipping] {

	padding-left: 0;

	padding-right: 0
}



.actions button[name=update_cart]:before,

.shipping-calculator-button:before,

.shipping-calculator-form button[name=calc_shipping]:before {

	-webkit-transform: scaleX(1);

	-o-transform: scaleX(1);

	transform: scaleX(1);

	background-size: 100% auto
}



.woocommerce-shipping-calculator {

	width: 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: flex-end;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap
}



.shipping-calculator-button {

	margin-bottom: 30px
}



.shipping-calculator-form {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 calc(100% + 30px);

	flex: 0 0 calc(100% + 30px);

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: flex-end;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;

	margin-left: -15px;

	margin-right: -15px
}



@media (min-width:768px) {

	.shipping-calculator-form {

		padding-top: 20px;

		padding-bottom: 20px
	}

}



.shipping-calculator-form label {

	display: block
}



.shipping-calculator-form p {

	padding: 0 15px
}



.shipping-calculator-form p.form-row {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%
}



@media (min-width:768px) {

	.shipping-calculator-form p.form-row {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%
	}

}



@media (min-width:1200px) {

	.shipping-calculator-form p.form-row {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%
	}

}



.shipping-calculator-form p:not(.form-row) {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%
}



.shipping-calculator-form #calc_shipping_state_field>span {

	display: block;

	width: 100%
}



.shipping-calculator-form input,

.shipping-calculator-form input:active,

.shipping-calculator-form input:focus {

	background: #e9a8c6
}



.shipping-calculator-form button[name=calc_shipping] {

	float: right
}



@media (min-width:768px) {

	.shipping-calculator-form button[name=calc_shipping] {

		margin-top: 20px
	}

}



.woocommerce-checkout,

.woocommerce-checkout .site-footer {

	background: #f4b8d4
}



#additional_xmas_wish_field .woocommerce-checkout label,

#order_comments_field .woocommerce-checkout label,

.woocommerce-checkout #additional_xmas_wish_field label,

.woocommerce-checkout #order_comments_field label,

.woocommerce-checkout h3 {

	margin-top: 2em;

	margin-bottom: 1em
}



.woocommerce-checkout .woocommerce-form-login {

	margin-bottom: 0;

	display: block
}



#additional_xmas_wish_field .woocommerce-checkout .woocommerce-form-login-toggle label,

#order_comments_field .woocommerce-checkout .woocommerce-form-login-toggle label,

.woocommerce-checkout .woocommerce-form-login-toggle #additional_xmas_wish_field label,

.woocommerce-checkout .woocommerce-form-login-toggle #order_comments_field label,

.woocommerce-checkout .woocommerce-form-login-toggle h3 {

	margin-top: 1.5em
}



.woocommerce-checkout .woocommerce-form-login-toggle a {

	display: inline-block;

	text-decoration: none
}



.woocommerce-checkout .woocommerce-form-login-toggle a:before {

	-webkit-transform: none;

	-o-transform: none;

	transform: none;

	background-size: 100% 13px
}



.woocommerce-checkout .woocommerce-account-fields label,

.woocommerce-checkout .woocommerce-billing-fields label,

.woocommerce-checkout .woocommerce-shipping-fields label {

	width: 100%
}



@media (min-width:1200px) {



	.woocommerce-checkout .woocommerce-account-fields .checkout-login-form-wrap,

	.woocommerce-checkout .woocommerce-account-fields .woocommerce-input-wrapper,

	.woocommerce-checkout .woocommerce-billing-fields .checkout-login-form-wrap,

	.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper,

	.woocommerce-checkout .woocommerce-shipping-fields .checkout-login-form-wrap,

	.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper {

		width: 83.3333333%
	}

}



.woocommerce-checkout #customer_details>.col-1,

.woocommerce-checkout #customer_details>.col-2 {

	width: 100%;

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%;

	padding-right: 0;

	padding-left: 0
}



.woocommerce-checkout #customer_details .col-1 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap
}



.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields {

	-webkit-box-ordinal-group: 2;

	-ms-flex-order: 1;

	order: 1;

	-webkit-box-flex: 0;

	-ms-flex: 0 100%;

	flex: 0 100%;

	max-width: 100%
}



.woocommerce-checkout #customer_details .col-1 #different_shipping_address_field,

.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%
}



@media (min-width:768px) {



	.woocommerce-checkout #customer_details .col-1 #different_shipping_address_field,

	.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%
	}

}



.woocommerce-checkout #customer_details .col-1 #different_shipping_address_field span,

.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields span {

	text-transform: none
}



.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields {

	-webkit-box-ordinal-group: 3;

	-ms-flex-order: 2;

	order: 2
}



@media (min-width:768px) {

	.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields {

		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3;

		padding-left: 15px
	}

}



.woocommerce-checkout #customer_details .col-1 #different_shipping_address_field {

	-webkit-box-ordinal-group: 4;

	-ms-flex-order: 3;

	order: 3;

	margin-left: 0;

	margin-right: 0
}



@media (min-width:768px) {

	.woocommerce-checkout #customer_details .col-1 #different_shipping_address_field {

		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2
	}

}



.woocommerce-checkout .woocommerce-checkout-review-order-table {

	width: 100%
}



.woocommerce-checkout .woocommerce-checkout-review-order-table .checkout-item-assorted-child {

	display: none
}



.woocommerce-checkout #ship-to-different-address {

	visibility: hidden;

	opacity: 0;

	height: 0;

	margin: 0;

	padding: 0;

	font-size: 0
}



.woocommerce-checkout .place-order {

	margin-top: 30px;

	margin-left: 0;

	margin-right: 0
}



@media (min-width:768px) {

	.woocommerce-checkout .place-order {

		margin-top: 50px
	}

}



.woocommerce-checkout .place-order .woocommerce-privacy-policy-text a {

	color: inherit;

	text-decoration: underline
}



.woocommerce-checkout .place-order button#place_order {

	width: 100%;

	margin-top: 35px
}



@media (min-width:768px) {

	.woocommerce-checkout .place-order button#place_order {

		width: auto;

		margin-left: auto;

		margin-right: 0
	}

}



.woocommerce-checkout strong,

.woocommerce-checkout th {

	font-weight: 400
}



.woocommerce-checkout #payment {

	margin-bottom: 50px
}



.woocommerce-checkout #payment ul.wc_payment_methods {

	list-style: none;

	padding-left: 0;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin-bottom: 25px
}



.woocommerce-checkout #payment ul.wc_payment_methods li {

	margin-right: 60px;

	margin-bottom: 1em;

	white-space: nowrap
}



@media (max-width:767px) {

	.woocommerce-checkout #payment ul.wc_payment_methods li {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		width: 100%
	}

}



.woocommerce-checkout #payment ul.wc_payment_methods li label a,

.woocommerce-checkout #payment ul.wc_payment_methods li label img {

	display: none
}



.woocommerce-checkout #billing_document_field {

	margin-bottom: 50px
}



.woocommerce-checkout #billing_document_field .checkout-login-form-wrap,

.woocommerce-checkout #billing_document_field .woocommerce-input-wrapper {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex
}



.woocommerce-checkout #billing_document_field .checkout-login-form-wrap>span,

.woocommerce-checkout #billing_document_field .woocommerce-input-wrapper>span {

	margin-right: 30px
}



.woocommerce-checkout #coupon_code,

.woocommerce-checkout #coupon_code:active,

.woocommerce-checkout #coupon_code:focus,

.woocommerce-checkout #wc-yith-stripe-cc-form input,

.woocommerce-checkout #wc-yith-stripe-cc-form input:active,

.woocommerce-checkout #wc-yith-stripe-cc-form input:focus,

.woocommerce-checkout #yith-stripe-card-elements,

.woocommerce-checkout #yith-stripe-card-elements:active,

.woocommerce-checkout #yith-stripe-card-elements:focus,

.woocommerce-checkout .checkout-login-form-wrap input,

.woocommerce-checkout .checkout-login-form-wrap input:active,

.woocommerce-checkout .checkout-login-form-wrap input:focus,

.woocommerce-checkout .checkout-login-form-wrap textarea,

.woocommerce-checkout .checkout-login-form-wrap textarea:active,

.woocommerce-checkout .checkout-login-form-wrap textarea:focus,

.woocommerce-checkout .woocommerce-Input,

.woocommerce-checkout .woocommerce-input-wrapper input,

.woocommerce-checkout .woocommerce-input-wrapper input:active,

.woocommerce-checkout .woocommerce-input-wrapper input:focus,

.woocommerce-checkout .woocommerce-input-wrapper textarea,

.woocommerce-checkout .woocommerce-input-wrapper textarea:active,

.woocommerce-checkout .woocommerce-input-wrapper textarea:focus,

.woocommerce-checkout .woocommerce-Input:active,

.woocommerce-checkout .woocommerce-Input:focus {

	background: #e9a8c6
}



.woocommerce-checkout .checkout-login-form-wrap {

	display: -webkit-box !important;

	display: -ms-flexbox !important;

	display: flex !important;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	margin-top: 35px
}



.woocommerce-checkout .checkout-login-form-wrap label {

	display: block;

	width: 100%
}



.woocommerce-checkout .checkout-login-form-wrap label.woocommerce-form-login__rememberme,

.woocommerce-checkout .checkout-login-form-wrap p:not(.form-row):first-child {

	display: none
}



.woocommerce-checkout .pre-checkout-form-notice {

	margin-top: 20px
}



@media (min-width:768px) {

	.woocommerce-checkout .pre-checkout-form-notice {

		margin-top: 40px
	}

}



.woocommerce-checkout .pre-checkout-form-notice p:last-child {

	margin-bottom: 0
}



.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {

	display: -webkit-box !important;

	display: -ms-flexbox !important;

	display: flex !important
}



.woocommerce-checkout label[for=billing_address_2] {

	position: static;

	font-size: inherit;

	height: 18px
}



#additional_xmas_wish_field label .optional,

#order_comments_field label .optional {

	display: none
}



#additional_xmas_wish_field textarea,

#order_comments_field textarea {

	height: 160px
}



@media (min-width:768px) {



	#additional_xmas_wish_field textarea,

	#order_comments_field textarea {

		height: 128px
	}

}



@media (min-width:768px) {

	.create-account {

		margin-right: -15px
	}

}



@media (min-width:768px) {

	#wc-yith-stripe-cc-form {

		width: 50%
	}

}



@media (min-width:1200px) {

	#wc-yith-stripe-cc-form {

		width: 41.6666667%
	}

}



#yith-stripe-card-elements {

	width: 100%;

	border: 0
}



.woocommerce-checkout .checkout-login-form-wrap,

.woocommerce-input-wrapper {

	display: block;

	width: 100%
}



.lost_reset_password .form-row,

.lost_reset_password .woocommerce-form-row,

.shipping-calculator-form .form-row,

.shipping-calculator-form .woocommerce-form-row,

.woocommerce-account-fields .form-row,

.woocommerce-account-fields .woocommerce-form-row,

.woocommerce-address-fields .form-row,

.woocommerce-address-fields .woocommerce-form-row,

.woocommerce-billing-fields__field-wrapper .form-row,

.woocommerce-billing-fields__field-wrapper .woocommerce-form-row,

.woocommerce-checkout-payment .form-row,

.woocommerce-checkout-payment .woocommerce-form-row,

.woocommerce-EditAccountForm .form-row,

.woocommerce-EditAccountForm .woocommerce-form-row,

.woocommerce-form-coupon .form-row,

.woocommerce-form-coupon .woocommerce-form-row,

.woocommerce-form .form-row,

.woocommerce-form .woocommerce-form-row,

.woocommerce-ResetPassword .form-row,

.woocommerce-ResetPassword .woocommerce-form-row,

.woocommerce-shipping-fields__field-wrapper .form-row,

.woocommerce-shipping-fields__field-wrapper .woocommerce-form-row {

	margin-left: 0;

	margin-right: 0
}



@media (min-width:1200px) {



	.lost_reset_password .form-row,

	.lost_reset_password .woocommerce-form-row,

	.shipping-calculator-form .form-row,

	.shipping-calculator-form .woocommerce-form-row,

	.woocommerce-account-fields .form-row,

	.woocommerce-account-fields .woocommerce-form-row,

	.woocommerce-address-fields .form-row,

	.woocommerce-address-fields .woocommerce-form-row,

	.woocommerce-billing-fields__field-wrapper .form-row,

	.woocommerce-billing-fields__field-wrapper .woocommerce-form-row,

	.woocommerce-checkout-payment .form-row,

	.woocommerce-checkout-payment .woocommerce-form-row,

	.woocommerce-EditAccountForm .form-row,

	.woocommerce-EditAccountForm .woocommerce-form-row,

	.woocommerce-form-coupon .form-row,

	.woocommerce-form-coupon .woocommerce-form-row,

	.woocommerce-form .form-row,

	.woocommerce-form .woocommerce-form-row,

	.woocommerce-ResetPassword .form-row,

	.woocommerce-ResetPassword .woocommerce-form-row,

	.woocommerce-shipping-fields__field-wrapper .form-row,

	.woocommerce-shipping-fields__field-wrapper .woocommerce-form-row {

		margin-bottom: 33px
	}

}



.woocommerce-form-row--wide>span,

.woocommerce-form-row--wide label {

	width: 100%;

	text-transform: capitalize !important;

}



.woocommerce-form__label-for-checkbox>input+span,

label.checkbox>input+span {

	display: inline-block
}



.woocommerce-form__label-for-checkbox .optional,

label.checkbox .optional {

	display: none
}



.woocommerce-cart .select2-container--default .select2-selection--single:active,

.woocommerce-cart .select2-container--default .select2-selection--single:focus,

.woocommerce-cart .select2-dropdown:active,

.woocommerce-cart .select2-dropdown:focus,

.woocommerce-checkout .select2-container--default .select2-selection--single:active,

.woocommerce-checkout .select2-container--default .select2-selection--single:focus,

.woocommerce-checkout .select2-dropdown:active,

.woocommerce-checkout .select2-dropdown:focus {

	background: #e9a8c6 !important
}



.woocommerce-cart .select2-container--default .select2-results__option--highlighted[aria-selected],

.woocommerce-cart .select2-container--default .select2-results__option--highlighted[data-selected],

.woocommerce-cart .select2-container--default .select2-results__option[aria-selected=true],

.woocommerce-cart .select2-container--default .select2-results__option[data-selected=true],

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected],

.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true],

.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true] {

	background-color: #f4b8d4 !important;

	color: #000 !important
}



.woocommerce-cart .select2-container--default .select2-selection--single,

.woocommerce-checkout .select2-container--default .select2-selection--single {

	border-radius: 3px !important;

	background: #e9a8c6 !important;

	border-bottom: none !important;

	padding-left: .88rem !important
}



@media (max-width:767px) {



	.woocommerce-cart .select2-container--default .select2-selection--single,

	.woocommerce-checkout .select2-container--default .select2-selection--single {

		height: 48px !important
	}

}



@media (max-width:767px) {



	.woocommerce-cart .select2-container--default .select2-selection__rendered,

	.woocommerce-checkout .select2-container--default .select2-selection__rendered {

		line-height: 24px !important
	}

}



.woocommerce-cart .select2-container--default.select2-container--open .select2-results__option,

.woocommerce-checkout .select2-container--default.select2-container--open .select2-results__option {

	padding-left: .88rem !important
}



.woocommerce-cart .select2-container--default.select2-container--open .select2-results__option[aria-selected],

.woocommerce-checkout .select2-container--default.select2-container--open .select2-results__option[aria-selected] {

	background: #e9a8c6 !important
}



.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered,

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {

	font-size: 16px !important
}



.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow,

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {

	right: .88rem !important
}



.woocommerce-cart .select2-container--default.select2-container--open .select2-dropdown,

.woocommerce-cart .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected],

.woocommerce-checkout .select2-container--default.select2-container--open .select2-dropdown,

.woocommerce-checkout .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected] {

	background: #e9a8c6 !important
}



.woocommerce-cart .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected],

.woocommerce-checkout .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected] {

	background-color: #f4b8d4 !important
}



.woocommerce-message {

	display: none
}



.woocommerce-account .addresses,

.woocommerce-Addresses,

.woocommerce-columns--addresses {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin-right: -15px;

	margin-left: -15px
}



.woocommerce-account .addresses .col-1,

.woocommerce-account .addresses .col-2,

.woocommerce-Addresses .col-1,

.woocommerce-Addresses .col-2,

.woocommerce-columns--addresses .col-1,

.woocommerce-columns--addresses .col-2 {

	position: relative;

	width: 100%;

	padding-right: 15px;

	padding-left: 15px;

	max-width: 100%;

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%
}



@media (min-width:768px) {



	.woocommerce-account .addresses .col-1,

	.woocommerce-account .addresses .col-2,

	.woocommerce-Addresses .col-1,

	.woocommerce-Addresses .col-2,

	.woocommerce-columns--addresses .col-1,

	.woocommerce-columns--addresses .col-2 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%
	}

}



.woocommerce-account .addresses a.edit,

.woocommerce-Addresses a.edit,

.woocommerce-columns--addresses a.edit {

	margin-bottom: 20px;

	display: inline-block;

	width: auto
}



#shipping_method {

	padding-left: 0;

	list-style: none
}



#shipping_method li:not(:last-child) {

	margin-bottom: 1em
}



.cart_totals #shipping_method li:last-child {

	margin-bottom: 1.5em
}



#shipping_method li label {

	width: 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	text-align: left
}



#shipping_method li label .amount {

	margin-left: 15px
}



.woocommerce-form-login,

.woocommerce-form-register {

	margin-bottom: 22px
}



@media (min-width:768px) {



	.woocommerce-form-login,

	.woocommerce-form-register {

		margin-bottom: 60px
	}

}



@media (max-width:767px) {



	.woocommerce-form-login__submit,

	.woocommerce-form-register__submit {

		min-width: 180px
	}

}



.woocommerce-form-register .wc-social-login {

	display: none
}



.woocommerce-form-login {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap
}



.woocommerce-form-login__rememberme {

	display: none
}



.woocommerce-form-login .woocommerce-form-row--wide,

.woocommerce-form-login p.lost_password {

	width: 100%
}



.woocommerce-form-login .wc-social-login {

	-webkit-box-ordinal-group: 12;

	-ms-flex-order: 11;

	order: 11;

	background: #000;

	padding: 65px 0;

	border-radius: 0 220px 0 0
}



.woocommerce-form-login .wc-social-login .ywsl-label {

	color: #fff;

	padding-right: 75px;

	line-height: 1.15;

	margin-bottom: 1em
}



@media (min-width:1200px) {

	.woocommerce-form-login .wc-social-login .ywsl-label {

		padding-right: 150px
	}

}



.woocommerce-form-login .wc-social-login .ywsl-social {

	-webkit-filter: invert(1);

	filter: invert(1)
}



.woocommerce-form-login .wc-social-login+.form-row {

	width: 100%;

	-webkit-box-ordinal-group: 11;

	-ms-flex-order: 10;

	order: 10
}



p.lost_password {

	margin-bottom: 26px
}



@media (min-width:768px) {

	p.lost_password {

		margin-bottom: 1.4rem
	}

}



@media (min-width:1200px) {

	p.lost_password {

		margin-top: -16px
	}

}



p.lost_password a {

	text-decoration: underline
}



form.lost_reset_password p:not(.woocommerce-form-row) {

	text-align: center;

	margin-bottom: 2em
}



#customer_login {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	width: 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}



#customer_login .col-1,

#customer_login .col-2 {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%
}



@media (min-width:768px) {



	#customer_login .col-1,

	#customer_login .col-2 {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%
	}

}



#customer_login .col-1 h2,

#customer_login .col-2 h2 {

	margin-bottom: 20px
}



@media (max-width:767px) {



	#customer_login .col-1 h2,

	#customer_login .col-2 h2 {

		padding-top: 15px
	}

}



.woocommerce-password-strength {

	margin-bottom: 0;

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	background: none !important
}



.my-account__navigation-title {

	font-size: 30px;

	line-height: 35px;

	font-family: Canela, PF Regal Display Pro, Times New Roman, serif;

	font-style: normal;

	font-weight: 700;

	margin: 0 0 19px
}



@media (min-width:768px) {

	.my-account__navigation-title {

		font-size: 42px;

		line-height: 50px;

		margin: 0 0 22px
	}

}



@media (min-width:992px) {

	.my-account__navigation-title {

		margin: 0 0 29px
	}

}



.woocommerce-account,

.woocommerce-account .site-footer {

	background: #fff;

}



.woocommerce-account .page-header {

	display: none
}



.woocommerce-account .woocommerce {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -15px 64px
}



.woocommerce-account .woocommerce .woocommerce-MyAccount-content,

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-wrapper {

	position: relative;

	width: 100%;

	padding-right: 15px;

	padding-left: 15px
}



@media (min-width:768px) {

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-wrapper {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%
	}

}



@media (min-width:768px) {

	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%
	}

}



@media (min-width:768px) {

	.woocommerce-MyAccount-content {

		font-size: 16px;

		line-height: 24px
	}

}



.woocommerce-MyAccount-content>p>a {

	text-decoration: underline
}



.woocommerce-MyAccount-content strong {

	font-weight: 400
}



.woocommerce-MyAccount-content>h2:nth-of-type(2) {

	margin-bottom: 24px
}



.woocommerce-MyAccount-content>p {

	max-width: 650px
}



.woocommerce-MyAccount-content>p:first-of-type {

	margin-bottom: 61px
}



.woocommerce-MyAccount-content>p:nth-of-type(2) {

	margin-bottom: 80px
}



.woocommerce-MyAccount-content>p:last-of-type {

	margin-bottom: 40px
}



.woocommerce-MyAccount-content .gift-card-panel-title-container {

	margin-top: 30px
}



.woocommerce-MyAccount-content .gift-card-panel-title-container>h2 {

	display: none
}



.woocommerce-MyAccount-content .form-link-gift-card-to-user {

	width: 100% !important;

	margin-top: 50px !important;

	margin-bottom: 50px;

	float: none !important;

	display: block
}



.woocommerce-MyAccount-content .form-link-gift-card-to-user label {

	display: block
}



.woocommerce-MyAccount-content .form-link-gift-card-to-user fieldset {

	position: relative;

	border: none !important
}



.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code {

	background-color: #f9dcd4;

	width: 60%
}



.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code:focus {

	background-color: #f9dcd4
}



.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::-webkit-input-placeholder {

	color: #000
}



.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::-moz-placeholder {

	color: #000
}



.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::-ms-input-placeholder {

	color: #000
}



.woocommerce-MyAccount-content .form-link-gift-card-to-user #ywgc-link-code::placeholder {

	color: #000
}



.woocommerce-MyAccount-content .form-link-gift-card-to-user button {

	position: absolute !important;

	right: 0;

	bottom: 0;

	width: 30%
}



.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button {

	float: none !important
}



.woocommerce-MyAccount-content .medium-title {

	font-size: 24px;

	line-height: 28px;

	margin: 0 0 11px
}



@media (min-width:768px) {

	.woocommerce-MyAccount-content .medium-title {

		font-size: 42px;

		line-height: 50px
	}

}



@media (min-width:992px) {

	.woocommerce-MyAccount-content .medium-title {

		margin: 0 0 29px
	}

}



.woocommerce-MyAccount-navigation {

	font-family: Nitti, Courier New, monospace, sans-serif;

	font-style: normal;

	font-weight: 400;

	font-size: 18px;

	line-height: 21px;

	text-transform: uppercase
}



.woocommerce-MyAccount-navigation ul {

	margin: 0 0 38px
}



.woocommerce-MyAccount-navigation-link a {

	font-size: 18px;

	line-height: 21px;

	margin: 0 0 8px
}



@media (min-width:768px) {

	.woocommerce-MyAccount-navigation-link a {

		font-size: 16px;

		line-height: 19px
	}

}



.woocommerce-MyAccount-navigation-link.is-active a:before {

	-webkit-transform: scaleX(1);

	-o-transform: scaleX(1);

	transform: scaleX(1);

	-webkit-transform-origin: 0 100%;

	-o-transform-origin: 0 100%;

	transform-origin: 0 100%
}



.woocommerce-account .addresses,

.woocommerce-Addresses {

	margin-top: 40px
}



@media (max-width:767px) {

	.woocommerce-account .site-header {

		margin-bottom: 15px
	}

}



.woocommerce-account .site-footer {

	/* padding-top: 0; */

}



@media (min-width:768px) {

	.woocommerce-account .site-footer {

		padding-top: 65px
	}

}



@media (min-width:1200px) {

	.woocommerce-account .site-footer {

		padding-top: 45px
	}

}



.woocommerce-account input {

	width: 100%;

	background-color: #ededed;

	text-align: left;

}



.woocommerce-account input:focus {

	background-color: #f9dcd4
}



.woocommerce-account .addresses .woocommerce-column--billing-address,

.woocommerce-account .addresses .woocommerce-column--shipping-address,

.woocommerce-account .woocommerce-Address {

	margin-bottom: 30px
}



.woocommerce-account .woocommerce-address-fields button[name=save_address] {

	margin-top: 30px
}



.woocommerce-account .woocommerce-address-fields__field-wrapper {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between
}



.woocommerce-account .woocommerce-address-fields__field-wrapper>p {

	width: 100%
}



@media (min-width:1200px) {

	.woocommerce-account .woocommerce-address-fields__field-wrapper>p {

		width: 48%
	}

}



@media (min-width:1200px) {



	.woocommerce-account .woocommerce-address-fields #billing_address_2_field,

	.woocommerce-account .woocommerce-address-fields #shipping_address_2_field {

		margin-top: 27px
	}

}



.woocommerce-account .woocommerce-address-fields #billing_email_field {

	width: 100%
}



.woocommerce-account .woocommerce-address-fields .woocommerce-form__label-for-checkbox>input+span,

.woocommerce-account .woocommerce-address-fields label.checkbox>input+span {

	font-size: 12px;

	text-transform: none
}



.woocommerce-account .woocommerce-address-fields #change_subscriptions_addresses_field label.checkbox {

	padding-left: 28px
}



.woocommerce-account .woocommerce-address-fields #change_subscriptions_addresses_field label.checkbox>input+span:before {

	-webkit-transform: scale(.8);

	-o-transform: scale(.8);

	transform: scale(.8)
}



.woocommerce-account .woocommerce-address-fields #change_subscriptions_addresses_field label.checkbox>input+span:after,

.woocommerce-account .woocommerce-address-fields #change_subscriptions_addresses_field label.checkbox>input+span:before {

	left: -29px;

	top: -2px
}



.woocommerce-account .woocommerce-EditAccountForm fieldset {

	margin-top: 30px
}



@media (min-width:768px) {

	.woocommerce-account .woocommerce-EditAccountForm fieldset {

		margin-top: 40px
	}

}



.woocommerce-account .woocommerce-EditAccountForm fieldset .form-row {

	padding-left: 0;

	padding-right: 0
}



.woocommerce-account .woocommerce-EditAccountForm fieldset .form-row span {

	display: block;

	width: 100%
}



.woocommerce-account .woocommerce-EditAccountForm #account_display_name+span {

	display: none
}



.woocommerce-account .woocommerce-EditAccountForm p {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%
}



.woocommerce-account .woocommerce-EditAccountForm .button {

	margin-left: 15px
}



@media (max-width:767px) {

	.woocommerce-account .woocommerce-EditAccountForm .button {

		width: calc(100% - 30px)
	}

}



.woocommerce-account .woocommerce-EditAccountForm label {

	width: 100%
}



.woocommerce-account .my_account_social {

	width: 100%;

	max-width: 455px;

	margin-bottom: 40px
}



.woocommerce-account .my_account_social input[type=submit] {

	background: none;

	border: none;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	text-transform: uppercase;

	font-size: 16px;

	text-decoration: underline
}



.woocommerce-account .my_account_social img {

	width: auto
}



.woocommerce-account .my_account_social .sl-username span {

	width: auto;

	height: auto
}



.woocommerce-account .my_account_social tr {

	border-top: 1px solid #000;

	border-bottom: 1px solid #000
}



.woocommerce-account .my_account_social tr td {

	padding-top: 18px;

	padding-bottom: 18px
}



.woocommerce-account .subscription-review-table {

	border-color: #000
}



.woocommerce-account .subscription-review-table tr {

	border-bottom: 1px solid #000
}



.woocommerce-account .subscription-review-table th {

	font-weight: 400
}



.woocommerce-account .subscription-review-table tbody tr {

	border-bottom: 1px solid #000
}



.woocommerce-account .my_account_giftcards,

.woocommerce-account .ywsbs_subscription_table {

	width: 100%
}



.woocommerce-account .my_account_giftcards thead,

.woocommerce-account .my_account_giftcards tr,

.woocommerce-account .ywsbs_subscription_table thead,

.woocommerce-account .ywsbs_subscription_table tr {

	border-bottom: 1px solid #000
}



.woocommerce-account .my_account_giftcards th,

.woocommerce-account .ywsbs_subscription_table th {

	text-align: left !important
}



.woocommerce-account .my_account_giftcards td,

.woocommerce-account .ywsbs_subscription_table td {

	padding: 10px 0;

	text-align: left !important
}



.woocommerce-account .my_account_giftcards .ywsbs-subscription,

.woocommerce-account .ywsbs_subscription_table .ywsbs-subscription {

	width: 150px;

	padding-right: 50px
}



.woocommerce-account .my_account_giftcards .ywsbs-subscription-link a,

.woocommerce-account .ywsbs_subscription_table .ywsbs-subscription-link a {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	text-decoration: underline;

	text-transform: uppercase
}



.woocommerce-account .my_account_giftcards span.status,

.woocommerce-account .ywsbs_subscription_table span.status {

	color: #000 !important
}



.woocommerce-account .ywsbs-subscription-view-wrap .ywsbs-back-url,

.woocommerce-account .ywsbs-subscription-view-wrap>h2 {

	display: none
}



.woocommerce-account .ywsbs-subscription-info-wrapper {

	margin-top: 40px;

	margin-bottom: 40px;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap
}



.woocommerce-account .ywsbs-subscription-info-wrapper .subscription-info,

.woocommerce-account .ywsbs-subscription-info-wrapper .subscription-totals {

	-ms-flex-preferred-size: 100%;

	flex-basis: 100%
}



.woocommerce-account .ywsbs-subscription-info-wrapper .ywsbs-subscription-info-item {

	margin-bottom: 0
}



.woocommerce-account .ywsbs-subscription-info-wrapper .subscription-info {

	font-family: Nitti, Courier New, monospace
}



.woocommerce-account .ywsbs-subscription-info-wrapper .ywsbs-change-status-buttons-wrapper {

	margin-top: 40px
}



.woocommerce-account .ywsbs-subscription-info-wrapper .status.active {

	color: #000
}



.woocommerce-account .status-processing {

	color: #000 !important
}



.woocommerce-account .subscription-price {

	font-weight: 400 !important
}



.woocommerce-account .subscription-totals {

	background: none
}



#additional_xmas_wish_field .woocommerce-account .subscription-totals>label,

#order_comments_field .woocommerce-account .subscription-totals>label,

.woocommerce-account #additional_xmas_wish_field .subscription-totals>label,

.woocommerce-account #order_comments_field .subscription-totals>label,

.woocommerce-account .subscription-totals>h3 {

	display: none
}



.woocommerce-account .ywsbs-box {

	border: none;

	padding: 0
}



.woocommerce-account .ywsbs-box .edit-subscription-shipping {

	display: none
}



.woocommerce-account .ywsbs-box.billing-info,

.woocommerce-account .ywsbs-box.shipping-info {

	background: #f9dcd4;

	border-radius: 160px;

	text-align: center;

	padding: 70px 0
}



.woocommerce-account .ywsbs-box.billing-info .ywsbs-subscription-info-item,

.woocommerce-account .ywsbs-box.shipping-info .ywsbs-subscription-info-item {

	font-family: Nitti, Courier New, monospace
}



.woocommerce-account .select2-container--default .select2-selection--single:active,

.woocommerce-account .select2-container--default .select2-selection--single:focus,

.woocommerce-account .select2-dropdown:active,

.woocommerce-account .select2-dropdown:focus {

	background: #f9dcd4 !important
}



.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected],

.woocommerce-account .select2-container--default .select2-results__option--highlighted[data-selected],

.woocommerce-account .select2-container--default .select2-results__option[aria-selected=true],

.woocommerce-account .select2-container--default .select2-results__option[data-selected=true] {

	background: #f9dcd4 !important;

	color: #000 !important
}



.woocommerce-account .select2-container--default .select2-selection--single {

	border-radius: 3px !important;

	background: #f9dcd4 !important;

	border-bottom: none !important;

	padding-left: .88rem !important
}



@media (max-width:767px) {

	.woocommerce-account .select2-container--default .select2-selection--single {

		height: 48px !important
	}

}



.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow b {

	right: .88rem !important
}



.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {

	font-size: 16px !important
}



.woocommerce-account .select2-container--default.select2-container--open .select2-dropdown,

.woocommerce-account .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected],

.woocommerce-account .select2-container--default.select2-container--open .select2-results__option[aria-selected] {

	background: #f9dcd4 !important
}



.woocommerce-account .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected] {

	background-color: #fceeea !important
}



.woocommerce-account .select2-selection__placeholder {

	display: none
}



.woocommerce-account .my_account_giftcards {

	margin-top: 40px;

	width: 100%
}



@media (max-width:767px) {

	.ywsbs-subscription-info-box {

		-ms-flex-preferred-size: 100%;

		flex-basis: 100%
	}

}



.woocommerce-edit-account fieldset legend {

	font-size: 16px;

	margin-bottom: 30px
}



.woocommerce-orders-table {

	text-transform: uppercase;

	letter-spacing: .05em;

	width: 100%;

	margin-bottom: 30px
}



@media (max-width:767px) {



	.woocommerce-orders-table,

	.woocommerce-orders-table tbody,

	.woocommerce-orders-table tfoot {

		display: block
	}

}



.woocommerce-orders-table tbody,

.woocommerce-orders-table thead {

	border-bottom: 2px solid #000
}



@media (max-width:767px) {

	.woocommerce-orders-table thead {

		display: none
	}

}



.woocommerce-orders-table tr {

	border: 0;

	border-bottom: 1px solid #000
}



@media (max-width:767px) {

	.woocommerce-orders-table tr {

		margin-bottom: 30px;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-ms-flex-wrap: wrap;

		flex-wrap: wrap;

		border: 1px solid #000
	}

}



.woocommerce-orders-table__cell,

.woocommerce-orders-table__header,

.woocommerce-orders-table td,

.woocommerce-orders-table th {

	text-align: center;

	font-size: 12px;

	font-weight: 500
}



@media (min-width:768px) {



	.woocommerce-orders-table__cell,

	.woocommerce-orders-table__header,

	.woocommerce-orders-table td,

	.woocommerce-orders-table th {

		text-align: left;

		padding-right: 15px
	}

}



@media (min-width:1200px) {



	.woocommerce-orders-table__cell,

	.woocommerce-orders-table__header,

	.woocommerce-orders-table td,

	.woocommerce-orders-table th {

		padding-right: 30px
	}

}



.woocommerce-orders-table__cell-order-actions,

.woocommerce-orders-table__header-order-actions,

.woocommerce-orders-table td-order-actions,

.woocommerce-orders-table th-order-actions {

	text-align: right !important;

	padding-right: 0 !important
}



@media (max-width:767px) {



	.woocommerce-orders-table__cell-order-actions,

	.woocommerce-orders-table__header-order-actions,

	.woocommerce-orders-table td-order-actions,

	.woocommerce-orders-table th-order-actions {

		text-align: center !important
	}

}



.woocommerce-orders-table__header,

.woocommerce-orders-table th {

	font-weight: 700
}



@media (min-width:768px) {



	.woocommerce-orders-table__header,

	.woocommerce-orders-table th {

		padding-bottom: 12px
	}

}



.woocommerce-orders-table__header-order-actions>span,

.woocommerce-orders-table th-order-actions>span {

	display: none
}



.woocommerce-orders-table__cell,

.woocommerce-orders-table td {

	background: none;

	border-bottom: 1px solid #000
}



@media (max-width:767px) {



	.woocommerce-orders-table__cell,

	.woocommerce-orders-table td {

		font-size: 10px;

		padding: 20px 15px
	}

}



@media (min-width:768px) {



	.woocommerce-orders-table__cell,

	.woocommerce-orders-table td {

		padding-top: 16px;

		padding-bottom: 14px
	}

}



@media (max-width:767px) {



	.woocommerce-orders-table__cell:first-child,

	.woocommerce-orders-table__cell:nth-child(2),

	.woocommerce-orders-table td:first-child,

	.woocommerce-orders-table td:nth-child(2) {

		padding-bottom: 10px
	}

}



@media (max-width:767px) {



	.woocommerce-orders-table__cell:not(.woocommerce-orders-table__cell-order-actions),

	.woocommerce-orders-table td:not(.woocommerce-orders-table__cell-order-actions) {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column
	}

}



@media (max-width:767px) {



	.woocommerce-orders-table__cell:before,

	.woocommerce-orders-table td:before {

		content: attr(data-title);

		display: block;

		margin-bottom: 8px;

		font-weight: 700;

		font-size: 12px
	}

}



@media (max-width:767px) {



	.woocommerce-orders-table__cell-order-number,

	.woocommerce-orders-table td-order-number {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-pack: center;

		-ms-flex-pack: center;

		justify-content: center;

		border: 0
	}

}



.woocommerce-orders-table__cell-order-actions,

.woocommerce-orders-table td-order-actions {

	padding-bottom: 0;

	padding-top: 0;

	text-align: right
}



@media (max-width:767px) {



	.woocommerce-orders-table__cell-order-actions,

	.woocommerce-orders-table td-order-actions {

		width: 100%;

		background: none;

		margin-top: 10px
	}

}



@media (max-width:767px) {



	.woocommerce-orders-table__cell-order-actions:before,

	.woocommerce-orders-table td-order-actions:before {

		display: none
	}

}



@media (max-width:767px) {



	.woocommerce-orders-table__cell-order-actions .button,

	.woocommerce-orders-table td-order-actions .button {

		width: 100%
	}

}



.woocommerce-orders-table__cell-order-actions .button,

.woocommerce-orders-table__cell-order-actions .button:after,

.woocommerce-orders-table td-order-actions .button,

.woocommerce-orders-table td-order-actions .button:after {

	font-size: 14px;

	padding-top: 7px !important;

	padding-bottom: 5px !important;

	letter-spacing: .05em
}



@media (min-width:768px) {



	.woocommerce-orders-table__cell-order-actions .button,

	.woocommerce-orders-table__cell-order-actions .button:after,

	.woocommerce-orders-table td-order-actions .button,

	.woocommerce-orders-table td-order-actions .button:after {

		width: auto !important
	}

}



@media (min-width:768px) and (max-width:1199px) {



	.woocommerce-orders-table__cell-order-actions .button,

	.woocommerce-orders-table__cell-order-actions .button:after,

	.woocommerce-orders-table td-order-actions .button,

	.woocommerce-orders-table td-order-actions .button:after {

		font-size: 12px
	}

}



.woocommerce-orders-table .button {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	text-decoration: underline;

	border: 0;

	width: 100%
}



body.assorted_product .background-switcher:last-of-type {

	top: 0
}



body.assorted_product .page-wrapper {

	position: relative
}



body.assorted_product .product-list-header:before {

	background-color: inherit
}



body.assorted_product .product-list-header__title div {

	max-width: 98%
}



body.assorted_product .product_title {

	display: none
}



body.assorted_product .heading_with_rounded_borders {

	padding-bottom: 30px
}



@media (min-width:1200px) {

	body.assorted_product .heading_with_rounded_borders {

		padding-bottom: 50px
	}

}



@media (min-width:768px) {

	body.assorted_product .assorted_product__content-container {

		padding-top: 40px
	}

}



@media (max-width:1199px) {

	body.assorted_product .assorted_product__steps__step {

		margin-bottom: 15px;

		padding-left: 0;

		padding-right: 0
	}

}



body.assorted_product .assorted_product__steps__copy {

	margin-top: 10px
}



@media (max-width:1599px) {

	body.assorted_product .assorted_product__steps__copy {

		font-size: 16px
	}

}



body.assorted_product .box-theme__container {

	margin-top: 30px
}



body.assorted_product .box-theme__container .media-item {

	margin-top: 25px;

	margin-bottom: 20px
}



@media (min-width:1200px) {

	body.assorted_product .box-theme__container .media-item {

		margin-bottom: 60px
	}

}



body.assorted_product .abp_loader div {

	border: 4px solid transparent;

	border-top-color: #000
}



@media (min-width:768px) {

	body.assorted_product .abp_custom_assorted_product_content>.abp_assorted_row {

		-ms-flex-wrap: nowrap;

		flex-wrap: nowrap
	}

}



body.assorted_product .abp-col-sidebar-content,

body.assorted_product .abp-col-sidebar-inner {

	height: 100%
}



@media (max-width:767px) {

	body.assorted_product .abp-col-sidebar-inner {

		margin-top: 80px
	}

}



body.assorted_product .apb_products_items_container .abp-inner {

	padding-right: 17px;

	padding-bottom: 20px
}



body.assorted_product .apb_products_items_container .abp-inner img {

	-o-object-fit: contain;

	object-fit: contain;

	width: 100%;

	height: auto
}



body.assorted_product .apb_products_items_container .abp-figure {

	width: 100%;

	height: 100%;

	border-radius: 275px;

	padding: 17.5% 0 18.5%;

	background-color: var(--background-color)
}



body.assorted_product .apb_products_items_container .abp-captions {

	text-align: left;

	padding-left: 0;

	padding-right: 0
}



@media (max-width:767px) {

	body.assorted_product .apb_products_items_container .abp-captions {

		margin-top: -25% !important
	}

}



body.assorted_product .apb_products_items_container .apb-title {

	font-size: 13px;

	margin-bottom: 10px
}



@media (min-width:768px) {

	body.assorted_product .apb_products_items_container .apb-title {

		font-size: 21px
	}

}



body.assorted_product .apb_products_items_container .apb-title a {

	display: block
}



body.assorted_product .apb_products_items_container .abp_abp_assorted_item_price {

	margin-top: 10px
}



body.assorted_product .apb_products_items_container .abp_button button,

body.assorted_product .apb_products_items_container .add-product-to-assorted {

	background-color: var(--button-color);

	border: none;

	padding: 8px 18px 6px;

	border-radius: 275px;

	margin-top: 15px;

	color: inherit
}



@media (max-width:767px) {



	body.assorted_product .apb_products_items_container .abp_button button,

	body.assorted_product .apb_products_items_container .add-product-to-assorted {

		width: 100%;

		margin-top: 8px
	}

}



@media (min-width:768px) {



	body.assorted_product .apb_products_items_container .abp_button button,

	body.assorted_product .apb_products_items_container .add-product-to-assorted {

		padding: 8px 23px 6px
	}

}



@media (min-width:1200px) {



	body.assorted_product .apb_products_items_container .abp_button button,

	body.assorted_product .apb_products_items_container .add-product-to-assorted {

		padding: 15px 40px;

		margin-top: 25px
	}

}



body.assorted_product .apb_products_items_container .abp_button button:active,

body.assorted_product .apb_products_items_container .abp_button button:focus,

body.assorted_product .apb_products_items_container .add-product-to-assorted:active,

body.assorted_product .apb_products_items_container .add-product-to-assorted:focus {

	border: none;

	outline: none;

	-webkit-box-shadow: none;

	box-shadow: none
}



body.assorted_product .apb_products_items_container .abp_button button:disabled,

body.assorted_product .apb_products_items_container .add-product-to-assorted:disabled {

	background: #000;

	color: #fff
}



@media (max-width:767px) {



	body.assorted_product .apb_products_items_container .abp_button button:disabled,

	body.assorted_product .apb_products_items_container .add-product-to-assorted:disabled {

		padding: 8px 10px;

		font-size: 12px
	}

}



body.assorted_product .abp_products_footer {

	margin-top: 0
}



@media (min-width:768px) {

	body.assorted_product .abp_products_footer {

		margin-top: 40px
	}

}



@media (min-width:1200px) {

	body.assorted_product .abp_products_footer .button {

		min-width: 264px
	}

}



body.assorted_product .abp-filter-content,

body.assorted_product .abp_review_before_cart {

	background: transparent;

	border: none
}



body.assorted_product .filter-field {

	width: 100%;

	margin-top: 0;

	margin-bottom: 20px
}



body.assorted_product .filter-field:last-child,

body.assorted_product .filter-field:nth-last-child(2) {

	width: 50%
}



body.assorted_product .abp-filter-content {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	width: 100%
}



@media (min-width:768px) and (max-width:1199px) {

	body.assorted_product .abp-filter-content {

		padding-right: 0
	}

}



@media (max-width:767px) {

	body.assorted_product .abp-filter-content {

		margin: 0;

		padding: 0
	}

}



body.assorted_product .abp-filter-cats {

	margin-top: 20px
}



body.assorted_product input[type=number],

body.assorted_product input[type=text],

body.assorted_product input[type=text]::-webkit-input-placeholder {

	color: #000
}



body.assorted_product input[type=number],

body.assorted_product input[type=text],

body.assorted_product input[type=text]::-moz-placeholder {

	color: #000
}



body.assorted_product input[type=number],

body.assorted_product input[type=text],

body.assorted_product input[type=text]::-ms-input-placeholder {

	color: #000
}



body.assorted_product input[type=number],

body.assorted_product input[type=text],

body.assorted_product input[type=text]::placeholder {

	color: #000
}



body.assorted_product input[type=number],

body.assorted_product input[type=text] {

	background-color: #ff996b;

	border-radius: 3px;

	padding: 16px 22px 13px;

	border: none;

	line-height: 1;

	height: 100%
}



body.assorted_product input[type=number]:active,

body.assorted_product input[type=number]:focus,

body.assorted_product input[type=text]:active,

body.assorted_product input[type=text]:focus {

	border: none;

	outline: none;

	-webkit-box-shadow: none;

	box-shadow: none
}



body.assorted_product input[name=search] {

	padding: 8px 22px 7px;

	margin-top: 15px
}



body.assorted_product .abp-search-filter-btn {

	visibility: hidden
}



body.assorted_product .abp-search-reset-btn {

	background-color: transparent;

	border: none;

	outline: none;

	-webkit-box-shadow: none;

	box-shadow: none;

	color: #000;

	padding: 0;

	width: -webkit-fit-content;

	width: -moz-fit-content;

	width: fit-content;

	text-align: right;

	float: right;

	line-height: 1.4;

	height: -webkit-fit-content;

	height: -moz-fit-content;

	height: fit-content
}



body.assorted_product .abp-search-reset-btn:after,

body.assorted_product .abp-search-reset-btn:before {

	bottom: .2em
}



body.assorted_product .abp-search-reset-btn:active,

body.assorted_product .abp-search-reset-btn:focus {

	border: none;

	outline: none;

	-webkit-box-shadow: none;

	box-shadow: none
}



body.assorted_product .abp_review_before_cart {

	position: sticky;

	top: 0;

	width: 100%
}



@media (min-width:768px) and (max-width:1199px) {

	body.assorted_product .abp_review_before_cart {

		padding-right: 0
	}

}



@media (max-width:767px) {

	body.assorted_product .abp_review_before_cart {

		margin: 0;

		padding: 0
	}

}



body.assorted_product .abp_extra_field {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	width: 100%;

	margin-top: 15px;

	padding-bottom: 30px
}



body.assorted_product .abp_extra_field label {

	visibility: hidden;

	height: 0
}



body.assorted_product .abp_extra_field input {

	width: 100%
}



body.assorted_product .abp_assorted_bundle_price {

	padding-top: 16px;

	padding-bottom: 13px;

	border-top: 2px solid #000;

	border-bottom: 1px solid #000
}



body.assorted_product .single_add_to_cart_button {

	width: 100%
}



body.assorted_product .quantity {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	margin-top: 15px;

	margin-bottom: 10px
}



@media (min-width:1200px) {

	body.assorted_product .quantity {

		margin-bottom: -14px;

		margin-top: 27px
	}

}



body.assorted_product .quantity .screen-reader-text {

	display: block;

	clip: unset;

	-webkit-clip-path: unset;

	clip-path: unset;

	width: -webkit-fit-content;

	width: -moz-fit-content;

	width: fit-content;

	height: -webkit-fit-content;

	height: -moz-fit-content;

	height: fit-content;

	overflow: visible;

	position: relative !important;

	margin-right: 28px
}



body.assorted_product .quantity .qty {

	width: 60px;

	padding: 5px 18px 4px;

	text-align: center;

	background: none;

	border: 1px solid #000;

	border-radius: 20px
}



body.assorted_product .quantity .qty:active,

body.assorted_product .quantity .qty:focus {

	border: 1px solid #000
}



body.assorted_product .quantity .qty::-webkit-inner-spin-button,

body.assorted_product .quantity .qty::-webkit-outer-spin-button {

	-webkit-appearance: none;

	background: transparent
}



body.assorted_product .abp_assorted_footer {

	margin-top: 20px;

	padding-top: 17px;

	border-top: 2px solid #000
}



body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap:after,

body.assorted_product .abp_assorted_footer .abp_assorted_clear_wrap:before {

	bottom: .25em
}



@media (max-width:767px) {

	body.assorted_product .abp_assorted_footer {

		margin-bottom: 100px
	}

}



body.assorted_product .abp_bundle_itmes_content table {

	border: none;

	width: 100%
}



body.assorted_product .abp_bundle_itmes_content [class^=abp-product-] {

	margin-top: 20px;

	margin-bottom: 50px
}



@media (max-width:1199px) {

	body.assorted_product .abp_bundle_itmes_content [class^=abp-product-] {

		font-size: 13px
	}

}



body.assorted_product .abp_bundle_itmes_content [class^=abp-product-] span.abp_remove {

	background: no-repeat 50% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMSAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMzAuMDU0IDI0Ljc5OTJDMjYuNzQzNSAyMS42MDU5IDIzLjMwOTYgMTguMzgwOCAxOS44MjgyIDE1LjE5MzhDMjIuOTg2OCAxMS41MTkzIDI1Ljk3MTMgNy42MTM4NyAyOC43MTIxIDMuNTQwNjZDMjkuNDE0NyAyLjQ5NjI0IDI5LjI3MjMgMS4yMTEzIDI4LjM3MDMgMC40ODMzNzRDMjcuNDQzIC0wLjI2OTg3MSAyNi4xMDQyIC0wLjEyNDI4NiAyNS4xODY0IDAuODI1MTgyQzIxLjk2NzcgNC4xNjA5OCAxOC43MTc0IDcuNjIwMiAxNS41MDgyIDExLjEyNjlMMTUuMTQ0MiAxMC43NjYxTDE1LjA1ODcgMTAuODgzMkMxMS42MDI3IDcuNzk0MjcgOC4xMjc2MyA0Ljc2MjMxIDQuNzA5NTUgMS44NjAxQzQuNjMwNDMgMS43OTM2NCA0LjU1NzYzIDEuNzQzIDQuNDk3NSAxLjcwNTAyQzQuNDI3ODcgMS42NTc1NSA0LjM1NTA4IDEuNjEzMjQgNC4yNjY0NiAxLjU2MjZDNC4xNzE1MiAxLjUwNTYzIDQuMDc2NTcgMS40NTgxNiAzLjk5MTEyIDEuNDIzMzVDMy44MjY1NCAxLjM1MzcyIDMuNjU4OCAxLjMwMzA4IDMuNDc4NDEgMS4yNjgyN0wzLjI3NTg1IDEuMjM2NjJDMi41ODkwNyAxLjE2MzgzIDEuOTI0NDQgMS4zOTQ4NiAxLjQ2MjM3IDEuODY5NkMxLjAzMTk1IDIuMzE1ODUgMC44MjMwNjIgMi45MjM1IDAuODgzMTk1IDMuNTUwMTVDMC45MTQ4NDQgMy45MjY3OCAxLjA1NDEgNC40NDI2NSAxLjUwNjY4IDQuOTU1MzZDNC40ODgwMSA4LjYzMjk3IDcuODI2OTcgMTIuMjEyNSAxMS40NDEzIDE1LjYyNzRDOC4yOTIyIDE5LjE0NjcgNS4yMDMyNyAyMi42ODUxIDIuMjQ3MjYgMjYuMTY5NkMyLjE4MDggMjYuMjQ4OCAyLjEzMDE2IDI2LjMyMTUgMi4wOTIxOCAyNi4zODE3QzIuMDMyMDUgMjYuNDcwMyAxLjk4NDU4IDI2LjU0NjMgMS45NDY2IDI2LjYxMjdDMS44OTI4IDI2LjcwNzcgMS44NDIxNiAyNi44MDI2IDEuODEwNTEgMjYuODgxN0MxLjczNzcyIDI3LjA0OTUgMS42ODcwOCAyNy4yMjA0IDEuNjUyMjYgMjcuNDAwOEwxLjYyMDYxIDI3LjYwMDJDMS41NDc4MiAyOC4yOTAxIDEuNzc4ODYgMjguOTUxNiAyLjI1MzU5IDI5LjQxMzZDMi42NDkyIDI5Ljc5NjYgMy4xNzE0MSAzMC4wMDU1IDMuNzIyMSAzMC4wMDU1QzMuNzkxNzMgMzAuMDA1NSAzLjg2NDUyIDMwLjAwMjMgMy45MzQxNSAyOS45OTZDNC4zMTA3NyAyOS45NjQzIDQuODI2NjUgMjkuODI1MSA1LjMzOTM2IDI5LjM3MjVDOC45NjMxNiAyNi40MzU1IDEyLjQ4ODggMjMuMTUwMyAxNS44NTYzIDE5LjU5NjJDMTkuNDgwMSAyMi42OTc3IDIzLjMyNTQgMjUuNjI4NCAyNy4zMzIyIDI4LjMyODFDMjcuNzc1MyAyOC42MjU2IDI4LjI2MjcgMjguNzcxMiAyOC43MzExIDI4Ljc3MTJDMjkuMzY3MiAyOC43NzEyIDI5Ljk3MTcgMjguNTA1MyAzMC4zODk1IDI3Ljk4NjNDMzEuMTQ1OSAyNy4wNTU4IDMxLjAwMzUgMjUuNzE3MSAzMC4wNTQgMjQuNzk5MloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);

	background-size: contain;

	width: 18px;

	height: 18px;

	top: 50%;

	-webkit-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%)
}



body.assorted_product .abp_bundle_itmes_content [class^=abp-product-] span.abp_remove:before {

	content: none
}



body.assorted_product .abp_bundle_itmes_content [class^=abp-product-] img {

	margin: 8px 40px 8px 20px;

	max-width: 55px;

	max-height: 55px;

	width: 100%;

	height: 100%;

	-o-object-fit: contain;

	object-fit: contain
}



@media (min-width:1200px) {

	body.assorted_product .abp_bundle_itmes_content [class^=abp-product-] img {

		margin-left: 25px;

		margin-right: 60px
	}

}



body.assorted_product .abp_bundle_itmes_content [class^=abp-product-] input[type=number] {

	width: 45px;

	height: 45px;

	margin-left: 5px;

	padding: 15px 5px
}



@media (min-width:1200px) {

	body.assorted_product .abp_bundle_itmes_content [class^=abp-product-] input[type=number] {

		margin-left: 20px
	}

}



body.assorted_product .abp_bundle_itmes_content [class^=abp-product-] input[type=number]::-webkit-inner-spin-button,

body.assorted_product .abp_bundle_itmes_content [class^=abp-product-] input[type=number]::-webkit-outer-spin-button {

	-webkit-appearance: none;

	background: transparent
}



body.assorted_product div#abp-max-error,

body.assorted_product div#abp-max-success {

	bottom: 15px;

	top: auto;

	color: #fff;

	left: 50%;

	-webkit-transform: translateX(-50%);

	-o-transform: translateX(-50%);

	transform: translateX(-50%);

	border-radius: 17px;

	width: -webkit-fit-content;

	width: -moz-fit-content;

	width: fit-content;

	text-align: center;

	padding: 7px 15px
}



body.assorted_product div#abp-max-success {

	background: #000
}



body.assorted_product div#abp-max-error {

	background: #ec4844
}



.product-main {

	position: relative
}



.product-main__image {

	position: relative;

	z-index: 1
}



@media (min-width:768px) and (max-width:1199px) {

	.product-main__image {

		width: 50%;

		margin: 0 auto
	}

}



@media (min-width:1200px) {

	.product-main__image {

		position: absolute;

		top: 0;

		bottom: 0;

		left: 33.333333%;

		right: 33.333333%
	}

}



@media (max-width:767px) {

	.product-main__image:not(.product-main__image--no-pattern) .product-main__thumb {

		position: absolute;

		top: 50%;

		left: 0;

		right: 0;

		-webkit-transform: translateY(-50%);

		-o-transform: translateY(-50%);

		transform: translateY(-50%)
	}

}



@media (min-width:768px) {

	.product-main__thumb {

		position: sticky;

		top: 270px;

		-webkit-transform: none;

		-o-transform: none;

		transform: none
	}

}



.product-main__pattern,

.product-main__pattern-dt {

	border-radius: 275px
}



@media (min-width:768px) {

	.product-main__pattern {

		position: absolute;

		top: 50%;

		left: 0;

		right: 0;

		-webkit-transform: translateY(-50%);

		-o-transform: translateY(-50%);

		transform: translateY(-50%)
	}

}



.product-main__atts {

	border-top: 1px solid #000;

	border-bottom: 1px solid #000;

	padding: 10px 0
}



.product-main__atts p {

	margin-bottom: 0;

	margin-right: 15px
}



@media (min-width:768px) {

	.product-main .summary {

		-webkit-box-pack: justify;

		-ms-flex-pack: justify;

		justify-content: space-between
	}

}



@media (min-width:1200px) {

	.product-main .summary {

		position: relative
	}

}



@media (max-width:767px) {



	.product-main__info .product-main__categories,

	.product-main__info .product_title {

		display: none
	}

}



@media (min-width:768px) and (max-width:1199px) {

	.product-main__info {

		padding-right: 15px
	}

}



.product-main__short-description {

	margin-bottom: 30px;

	font-size: 14px
}



@media (min-width:1600px) {

	.product-main__short-description {

		font-size: 16px
	}

}



@media (min-width:1200px) {

	.product-main__add-to-cart {

		position: absolute;

		right: 0;

		top: 0;

		bottom: 0
	}

}



@media (min-width:768px) {



	.product-main__add-to-cart .product-main__categories,

	.product-main__add-to-cart .product_title {

		display: none
	}

}



@media (min-width:1200px) {

	.product-main__add-to-cart__inner {

		position: sticky;

		top: 30px
	}

}



.product-main__add-to-cart .stock {

	margin: 20px 0
}



.product-main__copy {

	margin-top: 60px
}



@media (min-width:768px) {

	.product-main__copy {

		margin-top: 150px
	}

}



@media (min-width:1200px) {

	.product-main__copy {

		margin-top: 400px
	}

}



.product-main .woocommerce-variation,

.product-main p.price {

	margin-bottom: 8px
}



@media (min-width:768px) {



	.product-main .woocommerce-variation,

	.product-main p.price {

		margin-bottom: 7px
	}

}



@media (min-width:1200px) {



	.product-main .woocommerce-variation,

	.product-main p.price {

		margin-bottom: 20px
	}

}



.product-main del {

	display: block
}



@media (min-width:1200px) {

	.product-main del {

		margin-bottom: 8px
	}

}



.product-main del .woocommerce-Price-amount {

	font-size: 18px
}



.product-main ins {

	text-decoration: none
}



.product-main__categories:hover {

	text-decoration: underline
}



.product-main .product_title {

	margin: 16px 0 10px
}



@media (min-width:768px) {

	.product-main .product_title {

		margin: 16px 0 7px;

		font-size: 33px
	}

}



@media (min-width:1200px) {

	.product-main .product_title {

		margin: 18px 0
	}

}



@media (min-width:1600px) {

	.product-main .product_title {

		font-size: 49px
	}

}



.product-main__claims {

	border-top: 1px solid #000;

	border-bottom: 1px solid #000;

	padding: 7px 0;

	margin-bottom: 18px
}



@media (min-width:1200px) {

	.product-main__claims {

		margin-bottom: 30px
	}

}



.product-main__claim {

	padding: 3px 0
}



@media (min-width:1200px) {

	.product-main__claim {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%
	}

}



@media (max-width:767px) {



	.product-main.product-type-simple .cart,

	.product-main .woocommerce-variation-add-to-cart {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		padding: 15px 0
	}

}



@media (min-width:768px) {



	.product-main.product-type-simple .cart,

	.product-main .woocommerce-variation-add-to-cart {

		padding-top: 20px
	}

}



@media (min-width:1200px) {



	.product-main.product-type-simple .cart,

	.product-main .woocommerce-variation-add-to-cart {

		padding-top: 30px
	}

}



@media (max-width:767px) {



	.product-main.product-type-simple .cart input,

	.product-main .woocommerce-variation-add-to-cart input {

		margin-right: 20px
	}

}



.product-main.product-type-simple .cart .quantity,

.product-main .woocommerce-variation-add-to-cart .quantity {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



@media (min-width:768px) {



	.product-main.product-type-simple .cart .quantity label,

	.product-main .woocommerce-variation-add-to-cart .quantity label {

		position: static;

		width: auto;

		height: auto;

		clip: none;

		margin-bottom: 0;

		margin-right: 25px;

		margin-top: -1px
	}

}



.product-main.product-type-simple .cart .quantity input,

.product-main .woocommerce-variation-add-to-cart .quantity input {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 60px;

	flex: 0 0 60px;

	width: 60px;

	border-radius: 23px;

	border: 1px solid #000;

	line-height: 41px;

	text-align: center;

	background-color: transparent;

	-moz-appearance: textfield
}



@media (min-width:768px) {



	.product-main.product-type-simple .cart .quantity input,

	.product-main .woocommerce-variation-add-to-cart .quantity input {

		border-radius: 20px;

		line-height: 32px;

		-webkit-appearance: none;

		-moz-appearance: none;

		appearance: none
	}

}



.product-main.product-type-simple .cart .quantity input::-webkit-inner-spin-button,

.product-main.product-type-simple .cart .quantity input::-webkit-outer-spin-button,

.product-main .woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button,

.product-main .woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button {

	-webkit-appearance: none;

	margin: 0
}



.product-main.product-type-simple .cart .quantity input:focus,

.product-main .woocommerce-variation-add-to-cart .quantity input:focus {

	outline: none
}



.product-main.product-type-gift-card p.price,

.product-main.product-type-simple .cart .added_to_cart,

.product-main.product-type-simple .cart button.single_add_to_cart_button,

.product-main.product-type-variable p.price {

	display: none
}



.product-main .variations {

	border-bottom: 1px solid #000;

	width: 100%
}



.product-main .variations .label {

	display: none
}



.product-main .variations tr {

	border-top: 1px solid #000
}



.product-main .variations .select_box_label {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	padding-top: 5px;

	padding-bottom: 5px
}



.product-main .variations .select_box_label--grid {

	display: grid;

	grid-template-columns: auto auto;

	-webkit-column-gap: 40px;

	-moz-column-gap: 40px;

	column-gap: 40px
}



.product-main .variations .select_box_label--grid .select_option_label {

	padding-right: 0 !important
}



.product-main .variations .select_option_label {

	border: 0;

	padding-top: 5px;

	padding-bottom: 5px;

	padding-right: 40px;

	margin-right: 0
}



.product-main .variations .select_option_label .yith_wccl_value {

	padding: 0;

	margin: 0;

	border: 0;

	line-height: 24px;

	height: auto;

	text-align: left
}



.product-main .variations .select_option_label.selected {

	pointer-events: none;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none
}



.product-main .variations .select_option_label.selected .yith_wccl_value:after {

	background: #000;

	-webkit-transform: scale(.56);

	-o-transform: scale(.56);

	transform: scale(.56);

	border-radius: 100%
}



.product-main .reset_variations {

	display: none !important
}



@media (max-width:767px) {

	.single_add_to_cart_button {

		height: 45px
	}

}



@media (min-width:768px) {

	.single_add_to_cart_button {

		margin-top: 20px;

		min-width: 270px
	}

}



@media (min-width:1200px) {

	.single_add_to_cart_button {

		margin-top: 30px
	}

}



.product-type-gift-card .single_add_to_cart_button {

	width: 100%
}



#additional_xmas_wish_field .gift-cards_form label,

#order_comments_field .gift-cards_form label,

.gift-cards_form #additional_xmas_wish_field label,

.gift-cards_form #order_comments_field label,

.gift-cards_form h3,

.gift-cards_form h5 {

	display: none
}



.gift-cards_form .ywgc-manual-amount-container {

	border: none;

	display: block
}



.gift-cards_form .gift-cards-list input,

.gift-cards_form .gift-cards-list input:focus,

.gift-cards_form .gift-cards-list textarea,

.gift-cards_form .gift-cards-list textarea:focus,

.gift-cards_form .ywgc-message input,

.gift-cards_form .ywgc-message input:focus,

.gift-cards_form .ywgc-message textarea,

.gift-cards_form .ywgc-message textarea:focus,

.gift-cards_form .ywgc-recipient-email input,

.gift-cards_form .ywgc-recipient-email input:focus,

.gift-cards_form .ywgc-recipient-email textarea,

.gift-cards_form .ywgc-recipient-email textarea:focus,

.gift-cards_form .ywgc-recipient-name input,

.gift-cards_form .ywgc-recipient-name input:focus,

.gift-cards_form .ywgc-recipient-name textarea,

.gift-cards_form .ywgc-recipient-name textarea:focus,

.gift-cards_form .ywgc-sender-name input,

.gift-cards_form .ywgc-sender-name input:focus,

.gift-cards_form .ywgc-sender-name textarea,

.gift-cards_form .ywgc-sender-name textarea:focus {

	background-color: #f35c59
}



.gift-cards_form .gift-cards-list input.ywgc-manual-amount,

.gift-cards_form .gift-cards-list textarea.ywgc-manual-amount,

.gift-cards_form .ywgc-message input.ywgc-manual-amount,

.gift-cards_form .ywgc-message textarea.ywgc-manual-amount,

.gift-cards_form .ywgc-recipient-email input.ywgc-manual-amount,

.gift-cards_form .ywgc-recipient-email textarea.ywgc-manual-amount,

.gift-cards_form .ywgc-recipient-name input.ywgc-manual-amount,

.gift-cards_form .ywgc-recipient-name textarea.ywgc-manual-amount,

.gift-cards_form .ywgc-sender-name input.ywgc-manual-amount,

.gift-cards_form .ywgc-sender-name textarea.ywgc-manual-amount {

	padding-left: calc(.88rem + 20px) !important;

	text-align: left !important;

	width: 100% !important
}



.gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .ywgc_select_amount_title {

	display: block
}



.gift-cards_form .gift-cards-list input::-webkit-input-placeholder,

.gift-cards_form .ywgc-recipient-email input::-webkit-input-placeholder,

.gift-cards_form .ywgc-recipient-name input::-webkit-input-placeholder,

.gift-cards_form .ywgc-sender-name input::-webkit-input-placeholder {

	color: transparent
}



.gift-cards_form .gift-cards-list input::-moz-placeholder,

.gift-cards_form .ywgc-recipient-email input::-moz-placeholder,

.gift-cards_form .ywgc-recipient-name input::-moz-placeholder,

.gift-cards_form .ywgc-sender-name input::-moz-placeholder {

	color: transparent
}



.gift-cards_form .gift-cards-list input::-ms-input-placeholder,

.gift-cards_form .ywgc-recipient-email input::-ms-input-placeholder,

.gift-cards_form .ywgc-recipient-name input::-ms-input-placeholder,

.gift-cards_form .ywgc-sender-name input::-ms-input-placeholder {

	color: transparent
}



.gift-cards_form .gift-cards-list input::placeholder,

.gift-cards_form .ywgc-recipient-email input::placeholder,

.gift-cards_form .ywgc-recipient-name input::placeholder,

.gift-cards_form .ywgc-sender-name input::placeholder {

	color: transparent
}



.gift-cards_form .gift-cards-list {

	position: relative
}



.gift-cards_form .gift-cards-list .ywgc-manual-currency-symbol {

	font-family: Graphik LG, Arial, sans-serif;

	top: 41px;

	left: 15px;

	position: absolute
}



.gift-cards_form .ywgc-message {

	margin-top: 30px
}



.gift-cards_form .ywgc-manual-amount-error {

	margin-top: 10px
}



.gift-cards_form .quantity {

	display: none
}



.cart-collaterals .shop_table,

.cart-collaterals .shop_table tbody,

.cart-collaterals .shop_table td,

.cart-collaterals .shop_table tfoot,

.cart-collaterals .shop_table thead,

.woocommerce-checkout-review-order-table,

.woocommerce-checkout-review-order-table tbody,

.woocommerce-checkout-review-order-table td,

.woocommerce-checkout-review-order-table tfoot,

.woocommerce-checkout-review-order-table thead,

.woocommerce-table--order-details,

.woocommerce-table--order-details tbody,

.woocommerce-table--order-details td,

.woocommerce-table--order-details tfoot,

.woocommerce-table--order-details thead {

	display: block
}



.cart-collaterals .shop_table tr,

.woocommerce-checkout-review-order-table tr,

.woocommerce-table--order-details tr {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	min-height: 60px;

	padding: 15px 0;

	border-bottom: 1px solid #000
}



@media (min-width:768px) {



	.cart-collaterals .shop_table tr,

	.woocommerce-checkout-review-order-table tr,

	.woocommerce-table--order-details tr {

		min-height: 75px
	}

}



@media (min-width:1200px) {



	.cart-collaterals .shop_table tr,

	.woocommerce-checkout-review-order-table tr,

	.woocommerce-table--order-details tr {

		min-height: 80px
	}

}



.cart-collaterals .shop_table tr:last-child,

.woocommerce-checkout-review-order-table tr:last-child,

.woocommerce-table--order-details tr:last-child {

	border-bottom-width: 2px
}



@media (min-width:768px) and (max-width:1199px) {



	.cart-collaterals .shop_table th,

	.woocommerce-checkout-review-order-table th,

	.woocommerce-table--order-details th {

		font-size: 21px
	}

}



.cart-collaterals .shop_table {

	border-top: 1px solid #000
}



.cart-collaterals .shop_table tr.woocommerce-shipping-totals td {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end
}



.cart-collaterals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	list-style: none;

	padding: 0
}



@media (min-width:768px) {

	.cart-collaterals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods {

		margin-top: -30px
	}

}



.cart-collaterals .shop_table strong {

	font-weight: 400
}



.woocommerce-checkout-review-order-table thead,

.woocommerce-table--order-details thead {

	display: none
}



.woocommerce-checkout-review-order-table tbody,

.woocommerce-table--order-details tbody {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin-bottom: -20px
}



.woocommerce-checkout-review-order-table tbody:after,

.woocommerce-checkout-review-order-table tbody:before,

.woocommerce-table--order-details tbody:after,

.woocommerce-table--order-details tbody:before {

	content: "";

	display: block;

	-webkit-box-flex: 0;

	-ms-flex: 0 0 15px;

	flex: 0 0 15px
}



@media (min-width:576px) {



	.woocommerce-checkout-review-order-table tbody:after,

	.woocommerce-checkout-review-order-table tbody:before,

	.woocommerce-table--order-details tbody:after,

	.woocommerce-table--order-details tbody:before {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 calc((100vw - 637px)/2);

		flex: 0 0 calc((100vw - 637px)/2)
	}

}



@media (min-width:768px) {



	.woocommerce-checkout-review-order-table tbody:after,

	.woocommerce-checkout-review-order-table tbody:before,

	.woocommerce-table--order-details tbody:after,

	.woocommerce-table--order-details tbody:before {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 calc((100vw - 690px)/2);

		flex: 0 0 calc((100vw - 690px)/2)
	}

}



@media (min-width:992px) {



	.woocommerce-checkout-review-order-table tbody:after,

	.woocommerce-checkout-review-order-table tbody:before,

	.woocommerce-table--order-details tbody:after,

	.woocommerce-table--order-details tbody:before {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 calc((100vw - 962px)/2);

		flex: 0 0 calc((100vw - 962px)/2)
	}

}



@media (min-width:1200px) {



	.woocommerce-checkout-review-order-table tbody:after,

	.woocommerce-checkout-review-order-table tbody:before,

	.woocommerce-table--order-details tbody:after,

	.woocommerce-table--order-details tbody:before {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 calc((100vw - 1110px)/2);

		flex: 0 0 calc((100vw - 1110px)/2)
	}

}



@media (min-width:1600px) {



	.woocommerce-checkout-review-order-table tbody:after,

	.woocommerce-checkout-review-order-table tbody:before,

	.woocommerce-table--order-details tbody:after,

	.woocommerce-table--order-details tbody:before {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 calc((100vw - 1500px)/2);

		flex: 0 0 calc((100vw - 1500px)/2)
	}

}



.woocommerce-checkout-review-order-table tbody tr,

.woocommerce-table--order-details tbody tr {

	pointer-events: none;

	display: block;

	-webkit-box-flex: 0;

	-ms-flex: 0 0 225px;

	flex: 0 0 225px;

	border-bottom: 0;

	margin-right: 40px;

	padding-top: 0;

	padding-bottom: 65px
}



@media (min-width:768px) {



	.woocommerce-checkout-review-order-table tbody tr,

	.woocommerce-table--order-details tbody tr {

		margin-right: 60px;

		-webkit-box-flex: 0;

		-ms-flex: 0 0 245px;

		flex: 0 0 245px
	}

}



@media (min-width:1200px) {



	.woocommerce-checkout-review-order-table tbody tr,

	.woocommerce-table--order-details tbody tr {

		-webkit-box-flex: 0;

		-ms-flex: 0 0 240px;

		flex: 0 0 240px;

		margin-right: 50px
	}

}



.woocommerce-checkout-review-order-table tbody tr:last-child,

.woocommerce-table--order-details tbody tr:last-child {

	margin-right: 0
}



.woocommerce-checkout-review-order-table tbody td.product-name,

.woocommerce-table--order-details tbody td.product-name {

	font-size: 0
}



.woocommerce-checkout-review-order-table tbody td.product-total,

.woocommerce-table--order-details tbody td.product-total {

	display: none
}



.woocommerce-checkout-review-order-table tfoot,

.woocommerce-table--order-details tfoot {

	position: relative
}



.woocommerce-checkout-review-order-table tfoot:before,

.woocommerce-table--order-details tfoot:before {

	content: "";

	background: #f4b8d4;

	display: block;

	height: 20px
}



body.woocommerce-view-order .woocommerce-checkout-review-order-table tfoot:before,

body.woocommerce-view-order .woocommerce-table--order-details tfoot:before {

	background: #fceeea
}



.woocommerce-checkout-review-order-table tfoot tr:first-child,

.woocommerce-table--order-details tfoot tr:first-child {

	border-top: 2px solid #000
}



.woocommerce-checkout-review-order-table .woocommerce-shipping-methods,

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods label,

.woocommerce-table--order-details .woocommerce-shipping-methods,

.woocommerce-table--order-details .woocommerce-shipping-methods label {

	margin-bottom: 0
}



.woocommerce-customer-details {

	margin-top: 65px
}



@media (min-width:768px) {

	.woocommerce-customer-details {

		margin-top: 75px
	}

}



@media (min-width:1200px) {

	.woocommerce-customer-details {

		margin-top: 100px
	}

}



.woocommerce-customer-details--email,

.woocommerce-customer-details--phone {

	margin-top: 1em;

	margin-bottom: 0
}



ul.woocommerce-order-overview {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	list-style: none;

	padding: 0;

	text-transform: uppercase;

	border: 2px solid #000;

	margin-top: 35px;

	margin-bottom: 40px
}



@media (min-width:768px) {

	ul.woocommerce-order-overview {

		margin-top: 25px;

		margin-bottom: 65px;

		border: 0;

		border-bottom: 2px solid #000
	}

}



@media (min-width:1200px) {

	ul.woocommerce-order-overview {

		margin-top: 85px;

		margin-bottom: 85px
	}

}



@media (max-width:767px) {

	ul.woocommerce-order-overview {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column
	}

}



ul.woocommerce-order-overview li {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column
}



@media (max-width:767px) {

	ul.woocommerce-order-overview li {

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		padding: 15px 0
	}

}



@media (min-width:768px) {

	ul.woocommerce-order-overview li {

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1
	}

}



ul.woocommerce-order-overview li strong {

	text-transform: none;

	font-size: 14px;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	margin-top: 10px
}



@media (min-width:768px) {

	ul.woocommerce-order-overview li strong {

		border-top: 2px solid #000;

		padding-top: 30px;

		padding-bottom: 30px;

		margin-top: 15px;

		font-size: 16px
	}

}



@media (max-width:767px) {

	ul.woocommerce-order-overview li:not(:last-child) {

		border-bottom: 1px solid #000
	}

}



.woocommerce-order-details__title {

	margin-bottom: 2em
}



@media (min-width:768px) {

	.woocommerce-order-details__title {

		font-size: 32px
	}

}



.woocommerce-order-details .wc-item-meta.ywdpd-applied-discounts-item-meta {

	list-style: none !important;

	font-size: 16px !important;

	padding-left: 0 !important
}



.woocommerce-column--billing-address:before,

.woocommerce-column--shipping-address:before {

	background-color: #e9a8c6
}



.woocommerce-column--billing-address h2,

.woocommerce-column--shipping-address h2 {

	position: relative
}



.woocommerce-bacs-bank-details {

	margin: 60px 0 100px
}



.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {

	font-family: Nitti, Courier New, monospace !important;

	font-weight: 400 !important;

	margin-bottom: 0;

	line-height: 1.5;

	display: inline-block
}



.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name:before {

	content: "Account Holder: "

}



.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name:lang(el):before {

	content: "\394\3B9\3BA\3B1\3B9\3BF\3CD\3C7\3BF\3C2: "

}



.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name:after {

	content: "\2588";

	display: block;

	text-align: right;

	color: #f4b8d4;

	margin-top: -1.5em
}



.woocommerce-bacs-bank-details .wc-bacs-bank-details {

	list-style: none;

	padding: 0
}



.custom-thankyou-notice {

	margin-bottom: 80px
}



@media (min-width:1200px) {

	.custom-thankyou-notice {

		max-width: 80%
	}

}



@media (min-width:1600px) {

	.custom-thankyou-notice {

		max-width: 60%
	}

}



.custom-thankyou-notice strong {

	font-weight: 700
}



.woocommerce-view-order .woocommerce-order-details__title {

	display: none
}



.woocommerce-view-order mark {

	background: none
}



.woocommerce-view-order th {

	font-weight: 400
}



.woocommerce-view-order .woocommerce-table {

	border-top: 2px solid #000;

	border-bottom: 2px solid #000;

	margin-bottom: 50px
}



.woocommerce-view-order .woocommerce-table tbody {

	border: none
}



.woocommerce-view-order .woocommerce-table__product-name,

.woocommerce-view-order .woocommerce-table th {

	padding-top: 20px;

	padding-bottom: 15px
}



.woocommerce-view-order .woocommerce-table--order-details {

	width: 100%
}



.woocommerce-view-order .woocommerce-table--order-details thead {

	display: none
}



.woocommerce-view-order .woocommerce-table .amount,

.woocommerce-view-order .woocommerce-table tfoot tr td {

	font-size: 14px
}



.accordion__item {

	position: relative;

	background: #ed7b49;

	border-radius: 3px;

	margin: 0 0 16px
}



.accordion__item__title {

	position: relative;

	display: block;

	line-height: 1.4;

	padding: 16px 75px 19px 22px
}



@media (min-width:768px) {

	.accordion__item__title {

		padding: 38px 91px 38px 28px;

		font-size: 21px
	}

}



@media (min-width:1200px) {

	.accordion__item__title {

		padding: 44px 209px 33px 38px;

		font-size: 32px
	}

}



.accordion__item__title .icon--minus {

	display: block
}



.accordion__item__title .icon--plus {

	display: none
}



.accordion__item__title.collapsed .icon--plus {

	display: block
}



.accordion__item__title.collapsed .icon--minus {

	display: none
}



.accordion__item__content {

	padding: 0 28px 0 22px;

	margin-top: 0
}



@media (min-width:768px) {

	.accordion__item__content {

		padding: 0 28px 0 60px;

		max-width: 512px
	}

}



@media (min-width:992px) {

	.accordion__item__content {

		padding: 0 28px 0 100px;

		max-width: 837px
	}

}



.accordion__item__content__inner {

	padding-bottom: 19px
}



@media (min-width:992px) {

	.accordion__item__content__inner {

		padding-bottom: 32px
	}

}



.accordion .icon {

	position: absolute;

	top: 0;

	right: 28px;

	bottom: 0;

	margin: auto;

	width: 13px
}



@media (min-width:768px) {

	.accordion .icon {

		right: 45px
	}

}



@media (min-width:1200px) {

	.accordion .icon {

		right: 53px
	}

}



.archive-shop__main .woocommerce-widget-layered-nav-list {

	padding-left: 0;

	list-style: none
}



.archive-shop__breadcrumbs {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	min-height: 30px
}



@media (min-width:1200px) {

	.archive-shop__breadcrumbs {

		padding-top: 30px;

		padding-bottom: 10px
	}

}



.archive-shop__breadcrumbs .widget_layered_nav_filters li {

	position: relative;

	margin-right: 15px;

	margin-bottom: 6px
}



@media (min-width:768px) {

	.archive-shop__breadcrumbs .widget_layered_nav_filters li {

		margin-right: 30px
	}

}



.archive-shop__breadcrumbs .widget_layered_nav_filters li:before {

	content: "/";

	padding-right: .1em
}



@media (min-width:768px) {

	.archive-shop__breadcrumbs .widget_layered_nav_filters li:before {

		padding-right: .5em
	}

}



.archive-shop__sidebar ul li {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-size: 16px;

	text-transform: uppercase;

	margin-bottom: 15px
}



.archive-shop__sidebar ul li .count {

	display: none
}



.archive-shop__sidebar ul li a {

	position: relative;

	padding-left: 2.2rem
}



.archive-shop__sidebar ul li a:after,

.archive-shop__sidebar ul li a:before {

	border-radius: 50%;

	left: 0
}



.archive-shop__sidebar ul li a:after {

	opacity: 0;

	visibility: hidden;

	background: #000;

	-webkit-transform: scale(.7);

	-o-transform: scale(.7);

	transform: scale(.7)
}



.archive-shop__sidebar ul li.chosen a:after {

	opacity: 1;

	visibility: visible
}



.archive-shop__clear {

	margin-left: 40px
}



.archive-shop__banner {

	margin-top: 75px
}



@media (min-width:768px) {

	.archive-shop__banner {

		margin-top: 110px
	}

}



.background-switcher {

	padding-bottom: 1px;

	position: relative;

	top: -50vh
}



.background-switcher-wrap {

	padding-top: 0em;

	padding-bottom: .1em
}



.background-switcher-wrap:first-child {

	margin-top: -201px;

	padding-top: 201px
}



@media (min-width:768px) {

	.background-switcher-wrap:first-child {

		margin-top: -220px;

		padding-top: 220px
	}

	.background-switcher-wrap {

		padding-top: 0em;

	}

}



@media (min-width:1200px) {

	.background-switcher-wrap:first-child {

		margin-top: -272px;

		padding-top: 272px
	}

}



@media (min-width:1600px) {

	.background-switcher-wrap:first-child {

		margin-top: -280px;

		padding-top: 280px
	}

}



.remove-site-header-gutter .background-switcher-wrap:first-child,

body.assorted_product .background-switcher-wrap:first-child {

	margin-top: -137px;

	padding-top: 137px
}



@media (min-width:768px) {



	.remove-site-header-gutter .background-switcher-wrap:first-child,

	body.assorted_product .background-switcher-wrap:first-child {

		margin-top: -62px;

		padding-top: 62px
	}

}



@media (min-width:1200px) {



	.remove-site-header-gutter .background-switcher-wrap:first-child,

	body.assorted_product .background-switcher-wrap:first-child {

		margin-top: -87px;

		padding-top: 87px
	}

}



@media (min-width:1600px) {



	.remove-site-header-gutter .background-switcher-wrap:first-child,

	body.assorted_product .background-switcher-wrap:first-child {

		margin-top: -91px;

		padding-top: 91px
	}

}



.badge {

	position: relative;

	width: 135px;

	pointer-events: none;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none
}



@media (min-width:768px) {

	.badge {

		width: 187px
	}

}



@media (min-width:1200px) {

	.badge {

		width: 210px
	}

}



@media (min-width:1600px) {

	.badge {

		width: 295px
	}

}



.badge__circle,

.badge__main {

	width: 100%;

	height: auto
}



.badge__circle {

	display: block;

	will-change: transform;

	-webkit-animation: rotation 30s linear infinite;

	-o-animation: rotation 30s infinite linear;

	animation: rotation 30s linear infinite
}



.badge__main {

	position: absolute;

	left: 0;

	top: 0
}



.banner-combo {

	overflow: hidden;

	position: relative;

	padding-top: 80px;

	padding-bottom: 80px
}



@media (min-width:1200px) {

	.banner-combo {

		padding-top: 120px;

		padding-bottom: 120px
	}

}



.banner-combo__inner {

	margin-top: 50px;

	padding: 30px 40px;

	height: 100%;

	background: #ec4844;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center
}



@media (min-width:768px) {

	.banner-combo__inner {

		padding: 40px;

		max-width: 516px;

		margin-left: auto;

		margin-right: auto
	}

}



@media (min-width:1200px) {

	.banner-combo__inner {

		margin-top: 0;

		max-width: none;

		padding: 65px 40px 55px
	}

}



.banner-combo__main-image {

	max-width: 85px
}



@media (min-width:768px) {

	.banner-combo__main-image {

		max-width: 147px
	}

}



@media (min-width:1200px) {

	.banner-combo__main-image {

		margin: 0 auto 35px
	}

}



.banner-combo__main-title {

	max-width: 220px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 15px
}



@media (min-width:768px) {

	.banner-combo__main-title {

		max-width: 400px;

		margin-bottom: 35px
	}

}



@media (min-width:1200px) {

	.banner-combo__main-title {

		max-width: 500px
	}

}



.banner-with-menu__inner {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	height: 100%;

	padding-top: 38px;

	position: relative;

	z-index: 1
}



@media (min-width:768px) {

	.banner-with-menu__inner {

		padding-top: 86px;

		padding-bottom: 78px
	}

}



.banner-with-menu__main-title {

	margin-bottom: 40px
}



@media (max-width:767px) {

	.banner-with-menu__main-title {

		font-size: 16px;

		max-width: 200px
	}

}



@media (min-width:1200px) {

	.banner-with-menu__main-title {

		margin-bottom: 65px
	}

}



@media (min-width:1600px) {

	.banner-with-menu__main-title {

		max-width: 250px
	}

}



.banner-with-menu__list {

	padding-left: 0;

	list-style: none
}



.banner-with-menu__list-item {

	border-bottom: 1px solid #000;

	margin-bottom: 22px
}



@media (min-width:768px) {

	.banner-with-menu__list-item {

		margin-bottom: 42px
	}

}



@media (min-width:1200px) {

	.banner-with-menu__list-item {

		margin-bottom: 42px
	}

}



.banner-with-menu__link {

	position: relative;

	display: block;

	-webkit-transition: color .25s linear;

	-o-transition: color .25s linear;

	transition: color .25s linear;

	padding-bottom: 22px
}



@media (min-width:768px) {

	.banner-with-menu__link {

		padding-bottom: 7px
	}

}



@media (min-width:1200px) {

	.banner-with-menu__link {

		padding-bottom: 3px
	}

}



.banner-with-menu__link span {

	display: inline-block;

	position: relative;

	-webkit-transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);

	transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);

	-o-transition: -o-transform .4s cubic-bezier(.77, 0, .175, 1);

	transition: transform .4s cubic-bezier(.77, 0, .175, 1);

	transition: transform .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s cubic-bezier(.77, 0, .175, 1), -o-transform .4s cubic-bezier(.77, 0, .175, 1)
}



.banner-with-menu__link sup {

	position: absolute;

	right: -20%;

	top: 0;

	font-size: 16px;

	font-weight: 400;

	font-family: Graphik LG, Arial, sans-serif
}



@media (min-width:768px) {

	.banner-with-menu__link sup {

		top: 1em;

		right: -10%
	}

}



.banner-with-menu__link:after {

	content: "";

	display: block;

	position: absolute;

	left: 0;

	right: 0;

	bottom: -1px;



	-webkit-animation: line-out .4s cubic-bezier(.77, 0, .175, 1);

	-o-animation: line-out .4s cubic-bezier(.77, 0, .175, 1);

	animation: line-out .4s cubic-bezier(.77, 0, .175, 1);

	-webkit-animation-fill-mode: forwards;

	-o-animation-fill-mode: forwards;

	animation-fill-mode: forwards;

	-webkit-transform-origin: left;

	-o-transform-origin: left;

	transform-origin: left
}



.banner-with-menu__link:hover {

	color: #64a7c2
}



.banner-with-menu__link:hover span {

	-webkit-transform: translateX(15px);

	-o-transform: translateX(15px);

	transform: translateX(15px)
}



.banner-with-menu__link:hover:after {

	-webkit-animation: line-in .4s cubic-bezier(.77, 0, .175, 1);

	-o-animation: line-in .4s cubic-bezier(.77, 0, .175, 1);

	animation: line-in .4s cubic-bezier(.77, 0, .175, 1);

	-webkit-animation-fill-mode: forwards;

	-o-animation-fill-mode: forwards;

	animation-fill-mode: forwards
}



@-webkit-keyframes line-in {

	0% {

		-webkit-transform-origin: left;

		transform-origin: left;

		-webkit-transform: scaleX(0);

		transform: scaleX(0)
	}



	to {

		-webkit-transform-origin: left;

		transform-origin: left;

		-webkit-transform: scaleX(1);

		transform: scaleX(1)
	}

}



@-o-keyframes line-in {

	0% {

		-o-transform-origin: left;

		transform-origin: left;

		-o-transform: scaleX(0);

		transform: scaleX(0)
	}



	to {

		-o-transform-origin: left;

		transform-origin: left;

		-o-transform: scaleX(1);

		transform: scaleX(1)
	}

}



@keyframes line-in {

	0% {

		-webkit-transform-origin: left;

		-o-transform-origin: left;

		transform-origin: left;

		-webkit-transform: scaleX(0);

		-o-transform: scaleX(0);

		transform: scaleX(0)
	}



	to {

		-webkit-transform-origin: left;

		-o-transform-origin: left;

		transform-origin: left;

		-webkit-transform: scaleX(1);

		-o-transform: scaleX(1);

		transform: scaleX(1)
	}

}



@-webkit-keyframes line-out {

	0% {

		-webkit-transform-origin: right;

		transform-origin: right;

		-webkit-transform: scaleX(1);

		transform: scaleX(1)
	}



	to {

		-webkit-transform-origin: right;

		transform-origin: right;

		-webkit-transform: scaleX(0);

		transform: scaleX(0)
	}

}



@-o-keyframes line-out {

	0% {

		-o-transform-origin: right;

		transform-origin: right;

		-o-transform: scaleX(1);

		transform: scaleX(1)
	}



	to {

		-o-transform-origin: right;

		transform-origin: right;

		-o-transform: scaleX(0);

		transform: scaleX(0)
	}

}



@keyframes line-out {

	0% {

		-webkit-transform-origin: right;

		-o-transform-origin: right;

		transform-origin: right;

		-webkit-transform: scaleX(1);

		-o-transform: scaleX(1);

		transform: scaleX(1)
	}



	to {

		-webkit-transform-origin: right;

		-o-transform-origin: right;

		transform-origin: right;

		-webkit-transform: scaleX(0);

		-o-transform: scaleX(0);

		transform: scaleX(0)
	}

}



.btn,

.cart-collaterals .checkout-button,

.minicart .checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button,

.newsletter-modal .mailchimp-form__field--subscribe button,

.single_add_to_cart_button,

.woocommerce-account .addresses a.edit,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

.woocommerce-address-fields .button,

.woocommerce-Addresses a.edit,

.woocommerce-Button,

.woocommerce-cart-form .coupon .button,

.woocommerce-checkout .place-order button#place_order,

.woocommerce-columns--addresses a.edit,

.woocommerce-form-login__submit,

.woocommerce-form-register__submit,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

.ywdpd_popup .single_add_to_cart_button,

body.assorted_product .abp_products_footer .button {

	white-space: nowrap
}



.btn:focus,

.cart-collaterals .checkout-button:focus,

.minicart .checkout:focus,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:focus,

.newsletter-modal .mailchimp-form__field--subscribe button:focus,

.single_add_to_cart_button:focus,

.woocommerce-account .addresses a.edit:focus,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:focus,

.woocommerce-address-fields .button:focus,

.woocommerce-Addresses a.edit:focus,

.woocommerce-Button:focus,

.woocommerce-cart-form .coupon .button:focus,

.woocommerce-checkout .place-order button#place_order:focus,

.woocommerce-columns--addresses a.edit:focus,

.woocommerce-form-login__submit:focus,

.woocommerce-form-register__submit:focus,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:focus,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:focus,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:focus,

body.assorted_product .abp_products_footer .button:focus {

	outline: none;

	-webkit-box-shadow: none;

	box-shadow: none
}



.btn--primary,

.cart-collaterals .checkout-button,

.minicart .checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button,

.newsletter-modal .mailchimp-form__field--subscribe button,

.single_add_to_cart_button,

.woocommerce-account .addresses .woocommerce-column--billing-address a.edit,

.woocommerce-account .addresses .woocommerce-column--shipping-address a.edit,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

.woocommerce-address-fields .button,

.woocommerce-Address a.edit,

.woocommerce-Button,

.woocommerce-cart-form .coupon .button,

.woocommerce-checkout .place-order button#place_order,

.woocommerce-column--billing-address a.edit,

.woocommerce-column--shipping-address a.edit,

.woocommerce-form-login__submit,

.woocommerce-form-register__submit,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

.ywdpd_popup .single_add_to_cart_button,

body.assorted_product .abp_products_footer .button {

	position: relative;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-size: 14px;

	text-transform: uppercase;

	overflow: hidden;

	border: none;

	text-decoration: none !important;

	padding-top: .8em;

	padding-bottom: .9em
}



.btn--primary:hover span,

.cart-collaterals .checkout-button:hover span,

.minicart .checkout:hover span,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button:hover span,

.newsletter-modal .mailchimp-form__field--subscribe button:hover span,

.single_add_to_cart_button:hover span,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button:hover span,

.woocommerce-address-fields .button:hover span,

.woocommerce-Address a.edit:hover span,

.woocommerce-Button:hover span,

.woocommerce-cart-form .coupon .button:hover span,

.woocommerce-checkout .place-order button#place_order:hover span,

.woocommerce-column--billing-address a.edit:hover span,

.woocommerce-column--shipping-address a.edit:hover span,

.woocommerce-form-login__submit:hover span,

.woocommerce-form-register__submit:hover span,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button:hover span,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button:hover span,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:hover span,

body.assorted_product .abp_products_footer .button:hover span {

	-webkit-animation: marquee 2.3s linear infinite;

	-o-animation: marquee 2.3s linear infinite;

	animation: marquee 2.3s linear infinite
}



.btn--primary span,

.cart-collaterals .checkout-button span,

.minicart .checkout span,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button span,

.newsletter-modal .mailchimp-form__field--subscribe button span,

.single_add_to_cart_button span,

.woocommerce-account .addresses .woocommerce-column--billing-address a.edit span,

.woocommerce-account .addresses .woocommerce-column--shipping-address a.edit span,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button span,

.woocommerce-address-fields .button span,

.woocommerce-Address a.edit span,

.woocommerce-Button span,

.woocommerce-cart-form .coupon .button span,

.woocommerce-checkout .place-order button#place_order span,

.woocommerce-column--billing-address a.edit span,

.woocommerce-column--shipping-address a.edit span,

.woocommerce-form-login__submit span,

.woocommerce-form-register__submit span,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button span,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button span,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a span,

.ywdpd_popup .single_add_to_cart_button span,

body.assorted_product .abp_products_footer .button span {

	width: 100%;

	display: block;

	position: relative;

	z-index: 1;

	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);

	transition: all .3s cubic-bezier(0, .5, .5, 1);

	-webkit-transform: translateX(0);

	-o-transform: translateX(0);

	transform: translateX(0)
}



.btn--primary span:before,

.cart-collaterals .checkout-button span:before,

.minicart .checkout span:before,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button span:before,

.newsletter-modal .mailchimp-form__field--subscribe button span:before,

.single_add_to_cart_button span:before,

.woocommerce-account .addresses .woocommerce-column--billing-address a.edit span:before,

.woocommerce-account .addresses .woocommerce-column--shipping-address a.edit span:before,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button span:before,

.woocommerce-address-fields .button span:before,

.woocommerce-Address a.edit span:before,

.woocommerce-Button span:before,

.woocommerce-cart-form .coupon .button span:before,

.woocommerce-checkout .place-order button#place_order span:before,

.woocommerce-column--billing-address a.edit span:before,

.woocommerce-column--shipping-address a.edit span:before,

.woocommerce-form-login__submit span:before,

.woocommerce-form-register__submit span:before,

.woocommerce-MyAccount-content .form-link-gift-card-to-user button span:before,

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button span:before,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a span:before,

.ywdpd_popup .single_add_to_cart_button span:before,

body.assorted_product .abp_products_footer .button span:before {

	content: attr(data-content);

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	-webkit-transform: translateX(calc(-110% - 2.1em));

	-o-transform: translateX(calc(-110% - 2.1em));

	transform: translateX(calc(-110% - 2.1em));

	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);

	transition: all .3s cubic-bezier(0, .5, .5, 1);

	z-index: 1;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center
}



@media (min-width:768px) {



	.btn--primary,

	.cart-collaterals .checkout-button,

	.minicart .checkout,

	.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button,

	.newsletter-modal .mailchimp-form__field--subscribe button,

	.single_add_to_cart_button,

	.woocommerce-account .addresses .woocommerce-column--billing-address a.edit,

	.woocommerce-account .addresses .woocommerce-column--shipping-address a.edit,

	.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

	.woocommerce-address-fields .button,

	.woocommerce-Address a.edit,

	.woocommerce-Button,

	.woocommerce-cart-form .coupon .button,

	.woocommerce-checkout .place-order button#place_order,

	.woocommerce-column--billing-address a.edit,

	.woocommerce-column--shipping-address a.edit,

	.woocommerce-form-login__submit,

	.woocommerce-form-register__submit,

	.woocommerce-MyAccount-content .form-link-gift-card-to-user button,

	.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button,

	.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

	.ywdpd_popup .single_add_to_cart_button,

	body.assorted_product .abp_products_footer .button {

		font-size: 16px
	}

}



@media (min-width:1200px) {



	.btn--primary,

	.cart-collaterals .checkout-button,

	.minicart .checkout,

	.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button,

	.newsletter-modal .mailchimp-form__field--subscribe button,

	.single_add_to_cart_button,

	.woocommerce-account .addresses .woocommerce-column--billing-address a.edit,

	.woocommerce-account .addresses .woocommerce-column--shipping-address a.edit,

	.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

	.woocommerce-address-fields .button,

	.woocommerce-Address a.edit,

	.woocommerce-Button,

	.woocommerce-cart-form .coupon .button,

	.woocommerce-checkout .place-order button#place_order,

	.woocommerce-column--billing-address a.edit,

	.woocommerce-column--shipping-address a.edit,

	.woocommerce-form-login__submit,

	.woocommerce-form-register__submit,

	.woocommerce-MyAccount-content .form-link-gift-card-to-user button,

	.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button,

	.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

	.ywdpd_popup .single_add_to_cart_button,

	body.assorted_product .abp_products_footer .button {

		font-size: 15px
	}

}



.btn--lg {

	font-size: 14px;

	min-width: 174px
}



@media (min-width:768px) {

	.btn--lg {

		font-size: 16px;

		min-width: 217px
	}

}



@media (min-width:1600px) {

	.btn--lg {

		min-width: 260px
	}

}



.btn--md,

.newsletter-modal .mailchimp-form__field--subscribe button,

.woocommerce-account .addresses .woocommerce-column--billing-address a.edit,

.woocommerce-account .addresses .woocommerce-column--shipping-address a.edit,

.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

.woocommerce-Address a.edit,

.woocommerce-column--billing-address a.edit,

.woocommerce-column--shipping-address a.edit,

.woocommerce-form-login__submit,

.woocommerce-form-register__submit,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

.ywdpd_popup .single_add_to_cart_button {

	padding-top: .85em;

	padding-bottom: .75em
}



@media (min-width:768px) {



	.btn--md,

	.newsletter-modal .mailchimp-form__field--subscribe button,

	.woocommerce-account .addresses .woocommerce-column--billing-address a.edit,

	.woocommerce-account .addresses .woocommerce-column--shipping-address a.edit,

	.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

	.woocommerce-Address a.edit,

	.woocommerce-column--billing-address a.edit,

	.woocommerce-column--shipping-address a.edit,

	.woocommerce-form-login__submit,

	.woocommerce-form-register__submit,

	.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

	.ywdpd_popup .single_add_to_cart_button {

		font-size: 16px;

		padding: .95em 2.7em .8em
	}

}



@media (min-width:1200px) {



	.btn--md,

	.newsletter-modal .mailchimp-form__field--subscribe button,

	.woocommerce-account .addresses .woocommerce-column--billing-address a.edit,

	.woocommerce-account .addresses .woocommerce-column--shipping-address a.edit,

	.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

	.woocommerce-Address a.edit,

	.woocommerce-column--billing-address a.edit,

	.woocommerce-column--shipping-address a.edit,

	.woocommerce-form-login__submit,

	.woocommerce-form-register__submit,

	.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

	.ywdpd_popup .single_add_to_cart_button {

		font-size: 18px;

		padding: .8em 2.6em .9em
	}

}



@media (min-width:1600px) {



	.btn--md,

	.newsletter-modal .mailchimp-form__field--subscribe button,

	.woocommerce-account .addresses .woocommerce-column--billing-address a.edit,

	.woocommerce-account .addresses .woocommerce-column--shipping-address a.edit,

	.woocommerce-account .ywsbs-change-status-buttons-wrapper button,

	.woocommerce-Address a.edit,

	.woocommerce-column--billing-address a.edit,

	.woocommerce-column--shipping-address a.edit,

	.woocommerce-form-login__submit,

	.woocommerce-form-register__submit,

	.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

	.ywdpd_popup .single_add_to_cart_button {

		font-size: 16px;

		padding: 0.8em 1.65em .8em;

	}

}



.btn--sm,

.minicart .checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button {

	font-size: 16px;

	padding-top: .7em;

	padding-bottom: .8em
}



@media (min-width:768px) {



	.btn--sm,

	.minicart .checkout,

	.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button {

		padding-top: 1.25em;

		padding-bottom: 1.25em
	}

}



.btn--light,

.btn--light:focus,

.btn--light:hover,

.woocommerce-cart-form .coupon .button,

.woocommerce-cart-form .coupon .button:focus,

.woocommerce-cart-form .coupon .button:hover {

	background-color: #fff;

	color: #000
}



.cards-slider {

	position: relative;

	margin-top: 50px;

	margin-bottom: 60px
}



@media (max-width:767px) {

	.cards-slider {

		margin-left: -15px;

		margin-right: -15px;

		padding-left: 15px;

		padding-right: 15px;

		overflow: hidden
	}

}



@media (min-width:768px) {

	.cards-slider {

		margin-top: 100px;

		margin-bottom: 100px
	}

}



@media (min-width:1200px) {

	.cards-slider {

		margin-top: 200px;

		margin-bottom: 240px;

		margin-top: 250px;

		margin-bottom: 0;

	}

}



.cards-slider__badge {

	position: absolute;

	top: -140px;

	left: 20%
}



@media (min-width:1200px) {

	.cards-slider__badge {

		width: 200px
	}

}



@media (min-width:1600px) {

	.cards-slider__badge {

		width: 250px
	}

}



.cards-slider__content {

	position: relative;

	z-index: 1;

	margin-bottom: 70px
}



@media (min-width:768px) {

	.cards-slider__content {

		margin-bottom: 120px
	}

}



@media (min-width:1200px) {

	.cards-slider__content {

		margin-bottom: 0
	}

}



.cards-slider__title {

	margin-bottom: 15px;

	margin-top: -25px;

}



@media (min-width:1200px) {

	.cards-slider__copy {

		max-width: 360px
	}

}



@media (min-width:1600px) {

	.cards-slider__copy {

		max-width: 490px
	}

}



.cards-slider__cta {

	min-width: 180px;

	margin-top: 15px
}



@media (min-width:768px) {

	.cards-slider__cta {

		min-width: 210px
	}

}



@media (min-width:1200px) {

	.cards-slider__cta {

		min-width: 260px
	}

}



.cards-slider__slide {

	position: absolute;

	top: 0%;

	left: 0;

	width: 100%;

	overflow: visible
}



.cards-slider__slide .media-item__inner {

	-webkit-transition: -webkit-transform .3s ease-out;

	transition: -webkit-transform .3s ease-out;

	-o-transition: -o-transform .3s ease-out;

	transition: transform .3s ease-out;

	transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;

	box-shadow: 0 0 15px rgba(0, 0, 0, .2);

	border: 5px solid #fff;

}





.cards-slider__slider {

	position: relative;

	width: 90%;

	margin: 0 auto;

	display: block
}



@media (min-width:768px) {

	.cards-slider__slider {

		width: 100%
	}

	.cards-slider__slide:nth-last-child(3n+2) .media-item__inner {

		-webkit-transform: rotate(0deg) translateX(5%);

		-o-transform: rotate(0deg) translateX(5%);

		transform: rotate(0deg) translateX(5%);

	}

	.cards-slider__slide:nth-last-child(3n+3) .media-item__inner {

		-webkit-transform: rotate(0deg) translateX(10%);

		-o-transform: rotate(0deg) translateX(10%);

		transform: rotate(0deg) translateX(10%);

	}

}



@media (min-width:1600px) {

	.cards-slider__slider {

		margin-right: -30px
	}

}



@media (min-width:1200px) {

	.cards-slider--has-badge .cards-slider__content {

		margin-top: 40px
	}

}



@media (min-width:1600px) {

	.cards-slider--has-badge .cards-slider__content {

		margin-top: 120px
	}

}



@media (min-width:1200px) and (max-width:1599px) {

	.cards-slider--has-badge .cards-slider__slider {

		width: 90%;

		margin-left: 20px
	}

}



.cart-icon__inner svg {

	width: 19px;

	height: 25px
}



.cart-icon__inner--full svg {

	width: 23px
}



.custom-cursor {

	position: fixed;

	top: -40px;

	left: -40px;

	z-index: 11000;

	pointer-events: none;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	cursor: none;

	display: none;

	height: 80px;

	width: 80px
}



body.is-touch .custom-cursor {

	display: none !important
}



.custom-cursor__arrow,

.custom-cursor__view-more {

	opacity: 0;

	visibility: hidden;

	position: absolute;

	width: 100%;

	height: 100%;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%) scale(.6);

	-o-transform: translate(-50%, -50%) scale(.6);

	transform: translate(-50%, -50%) scale(.6)
}



.dropdown-menu__heading {

	font-size: 16px
}



@media (max-width:767px) {

	.dropdown-menu li a {

		display: block;

		border-bottom: 1px solid #000;

		padding-top: .7em;

		padding-bottom: .8em
	}

}



.filters-sidebar {

	position: fixed;

	top: 0;

	right: 0;

	z-index: 10000;

	width: 100%;

	height: 100%;

	background-color: #e9a8c6;

	-webkit-transform: translateX(100%);

	-o-transform: translateX(100%);

	transform: translateX(100%);

	padding: 30px 15px;

	overflow: auto
}



@media (min-width:1200px) {

	.filters-sidebar {

		position: static;

		width: auto;

		height: auto;

		-webkit-transform: none;

		-o-transform: none;

		transform: none;

		padding: 0;

		background: none
	}

}



.filters-sidebar__close {

	position: absolute;

	right: 15px;

	bottom: 30px;

	background-color: #000;

	color: #fff;

	padding: 18px 28px;

	border-radius: 35px
}



.filters-sidebar__close span {

	font-size: 18px;

	margin-right: 10px;

	font-family: Nitti, Courier New, monospace
}



.filters-sidebar__close svg {

	width: 17px;

	height: 16px
}



@media (min-width:1200px) {

	.filters-sidebar__close {

		display: none
	}

}



.filters-sidebar .archive-shop__clear {

	position: absolute;

	left: 15px;

	bottom: 40px;

	margin-left: 0;

	opacity: 0;

	visibility: hidden
}



.filters-sidebar .archive-shop__clear.is-active {

	opacity: 1;

	visibility: visible
}



@media (min-width:1200px) {

	.filters-sidebar .archive-shop__clear {

		display: none
	}

}



.footer-widget {

	margin-bottom: 40px
}



@media (min-width:1200px) {

	.footer-widget {

		margin-bottom: 40px;

	}

}



@media (min-width:1600px) {

	.footer-widget {

		margin-bottom: 40px;

	}

}



#additional_xmas_wish_field .footer-widget label,

#order_comments_field .footer-widget label,

.footer-widget #additional_xmas_wish_field label,

.footer-widget #order_comments_field label,

.footer-widget h3 {

	margin-bottom: 22px
}



@media (min-width:1600px) {



	#additional_xmas_wish_field .footer-widget label,

	#order_comments_field .footer-widget label,

	.footer-widget #additional_xmas_wish_field label,

	.footer-widget #order_comments_field label,

	.footer-widget h3 {

		margin-bottom: 32px
	}

}



@media (min-width:768px) and (max-width:1199px) {



	#additional_xmas_wish_field .footer-widget label,

	#order_comments_field .footer-widget label,

	.footer-widget #additional_xmas_wish_field label,

	.footer-widget #order_comments_field label,

	.footer-widget h3 {

		font-size: 32px
	}

}



@media (min-width:1600px) {

	.footer-widget .social-widget {

		margin-bottom: 100px
	}

}



@media (min-width:768px) and (max-width:1199px) {

	.footer-widget.newsletter-widget {

		max-width: 70%;

		margin-left: auto;

		margin-right: auto;

		margin-bottom: 73px
	}

}



@media (min-width:1600px) {

	.footer-widget.newsletter-widget {

		margin-bottom: 60px
	}

}



@media (max-width:767px) {



	#additional_xmas_wish_field .footer-widget.newsletter-widget label,

	#order_comments_field .footer-widget.newsletter-widget label,

	.footer-widget.newsletter-widget #additional_xmas_wish_field label,

	.footer-widget.newsletter-widget #order_comments_field label,

	.footer-widget.newsletter-widget h3 {

		font-size: 50px;

		margin-bottom: 0
	}

	.footer-widget h3.display--1 {

		font-size: 50px;

	}

}



@media (min-width:768px) and (max-width:1199px) {



	#additional_xmas_wish_field .footer-widget.newsletter-widget label,

	#order_comments_field .footer-widget.newsletter-widget label,

	.footer-widget.newsletter-widget #additional_xmas_wish_field label,

	.footer-widget.newsletter-widget #order_comments_field label,

	.footer-widget.newsletter-widget h3 {

		text-align: center
	}

}



@media (min-width:1600px) {



	#additional_xmas_wish_field .footer-widget.newsletter-widget label,

	#order_comments_field .footer-widget.newsletter-widget label,

	.footer-widget.newsletter-widget #additional_xmas_wish_field label,

	.footer-widget.newsletter-widget #order_comments_field label,

	.footer-widget.newsletter-widget h3 {

		margin-bottom: 10px
	}

}



.footer-widget .textwidget p {

	text-transform: none;

	margin-bottom: 5px
}



@media (min-width:768px) and (max-width:1199px) {

	.footer-widget .colophon__credits {

		margin-top: 15px
	}

}



.hero-section {

	position: relative;

	/* min-height: calc(100vh - 137px); */

}



@media (min-width:768px) {

	.hero-section {

		/* min-height: calc(100vh - 62px); */

	}

}



@media (min-width:1200px) {

	.hero-section {

		/* min-height: calc(100vh - 87px); */

	}

}



.hero-section__media {

	position: absolute;

	left: 0;

	/* top: -137px; */

	width: 100%;

	height: 100vh
}



@media (min-width:768px) {

	.hero-section__media {

		/* top: 60px; */

	}

}



@media (min-width:1200px) {

	.hero-section__media {

		/* top: -87px; */

	}

}



.hero-section__content {

	position: absolute;

	top: 7%;

	left: 50%;

	-webkit-transform: translateX(-50%);

	-o-transform: translateX(-50%);

	transform: translateX(-50%);

	text-align: center;

	width: 100%;

	z-index: 99
}



@media (min-width:768px) {

	.hero-section__content {

		top: 22%
	}

}



@media (min-width:1200px) {

	.hero-section__content {

		max-width: 66.6666667%;

		top: 17%
	}

}



@media (min-width:1600px) {

	.hero-section__content {

		top: 30%
	}

}



.hero-section__title {

	margin-bottom: 40px;

	margin-left: auto;

	margin-right: auto;

	max-width: 300px
}



@media (min-width:768px) {

	.hero-section__title {

		max-width: 600px
	}

}



@media (min-width:1200px) {

	.hero-section__title {

		max-width: 900px
	}

}



.hero-section__arrow-down {

	position: absolute;

	left: 50%;

	top: 88%;

	-webkit-transform: translate(-50%) rotate(-90deg);

	-o-transform: translate(-50%) rotate(-90deg);

	transform: translate(-50%) rotate(-90deg);

	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);

	transition: all .3s cubic-bezier(0, .5, .5, 1);

	z-index: 9001
}



.hero-section__arrow-down:hover {

	-webkit-transform: translate(-50%, 8%) rotate(-90deg);

	-o-transform: translate(-50%, 8%) rotate(-90deg);

	transform: translate(-50%, 8%) rotate(-90deg)
}



.hero-section .media-item {

	height: 100%
}



.hero-section .media-item__inner {

	min-height: 100%
}



.hero-section .media-item__image {

	-o-object-fit: cover;

	object-fit: cover
}



.hero-section.block--first {

	margin-top: -64px
}



@media (min-width:768px) {

	.hero-section.block--first {

		margin-top: -158px
	}

}



@media (min-width:1200px) {

	.hero-section.block--first {

		margin-top: -185px
	}

}



@media (min-width:1600px) {

	.hero-section.block--first {

		margin-top: 0;

		height: 100vh;

	}

}



.hero-section--fw-title .hero-section__content,

.hero-section--fw-title .hero-section__title {

	max-width: none !important
}



@media (min-width:992px) {

	.hero-section--global-link .media-item__inner {

		padding-bottom: 85% !important
	}

}



@media (min-width:1200px) {

	.hero-section--global-link .media-item__inner {

		padding-bottom: 55% !important
	}

}



@media (min-width:1600px) {

	.hero-section--global-link .media-item__inner {

		padding-bottom: 50% !important
	}

}



@media (min-width:992px) {

	.hero-section--global-link .media-item__inner .media-item__image {

		-o-object-fit: cover;

		object-fit: cover
	}

}



.hp-cookie-notice {

	opacity: 0;

	visibility: hidden;

	position: fixed;

	bottom: 42px;

	left: 50%;

	right: 0;

	width: 100%;

	z-index: 10000;

	padding: 11px 10px 11px 20px;

	max-width: 290px;

	background: rgba(0, 0, 0, .7);

	border-radius: 78px;

	font-size: 12px;

	color: #fff;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-weight: 400;

	font-style: normal;

	text-align: left;

	-webkit-transition: all .3s ease-out;

	-o-transition: all .3s ease-out;

	transition: all .3s ease-out
}



@media (max-width:767px) {

	.hp-cookie-notice {

		-webkit-transform: translateX(-50%) translateY(50%);

		-o-transform: translateX(-50%) translateY(50%);

		transform: translateX(-50%) translateY(50%)
	}

}



@media (min-width:768px) {

	.hp-cookie-notice {

		left: auto;

		bottom: 20px;

		right: 30px;

		max-width: 392px;

		-webkit-transform: translateY(50%);

		-o-transform: translateY(50%);

		transform: translateY(50%)
	}

}



@media (min-width:992px) {

	.hp-cookie-notice {

		padding: 11px 10px 11px 24px
	}

}



.hp-cookie-notice--visible {

	opacity: 1;

	visibility: visible
}



@media (max-width:767px) {

	.hp-cookie-notice--visible {

		-webkit-transform: translateX(-50%) translateY(0);

		-o-transform: translateX(-50%) translateY(0);

		transform: translateX(-50%) translateY(0)
	}

}



@media (min-width:768px) {

	.hp-cookie-notice--visible {

		-webkit-transform: translateY(0);

		-o-transform: translateY(0);

		transform: translateY(0)
	}

}



.hp-cookie-notice__text {

	margin-bottom: 0
}



.hp-cookie-notice__text a {

	text-decoration: underline
}



.hp-cookie-notice__inner {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row nowrap;

	flex-flow: row nowrap
}



.hp-cookie-notice__inner a {

	color: #fff
}



.hp-cookie-notice__actions {

	padding-left: 10px
}



@media (min-width:768px) {

	.hp-cookie-notice__actions {

		padding-left: 7px
	}

}



@media (min-width:992px) {

	.hp-cookie-notice__actions {

		padding-left: 10px
	}

}



.hp-cookie-notice__actions a {

	padding: 0 .4em
}



.hp-cookie-notice__close {

	width: 26px;

	position: absolute;

	top: 0;

	left: 50%;

	-webkit-transform: translateX(-50%);

	-o-transform: translateX(-50%);

	transform: translateX(-50%);

	background-color: #f5afb9
}



@media (min-width:992px) {

	.hp-cookie-notice__close {

		width: 34px
	}

}



.hp-cookie-notice #dismiss-cookie-notice {

	display: inline-block;

	font-size: 16px;

	line-height: 35px;

	background: #f5afb9;

	color: #000;

	height: 35px;

	width: 62px;

	border-radius: 17.5px;

	text-align: center;

	text-transform: uppercase;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-weight: 400;

	font-style: normal
}



.icon--close {

	width: 17px;

	height: 17px
}



@media (min-width:768px) {

	.icon--close {

		width: 30px;

		height: 30px
	}

}



.info-table {

	width: 100%
}



.info-table td,

.info-table th {

	padding: 0
}



.info-table td:first-child,

.info-table th:first-child {

	padding-right: 15px
}



.info-table td:last-child,

.info-table th:last-child {

	text-align: right;

	padding-left: 15px
}



.info-table th {

	padding-bottom: 20px
}



.info-table td {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	border-bottom: 1px solid #000;

	padding-top: 5px;

	padding-bottom: 5px
}



.language-selector {

	position: absolute;

	right: 0
}



.language-selector__toggle {

	position: relative;

	margin-bottom: 0;

	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);

	transition: all .3s cubic-bezier(0, .5, .5, 1);

	cursor: pointer
}



.language-selector__toggle:hover {

	background: #000;

	color: #fff
}



.language-selector__toggle:hover>span {

	opacity: .6
}



.language-selector__toggle:hover .language-selector__options {

	opacity: 1;

	visibility: visible
}



.language-selector__toggle span {

	display: block;

	position: relative
}



.language-selector__options {

	opacity: 0;

	visibility: hidden;

	position: absolute;

	left: 0;

	top: 100%
}



.language-selector__options,

.language-selector__options a {

	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);

	transition: all .3s cubic-bezier(0, .5, .5, 1)
}



.language-selector__options a {

	background: #000;

	color: #fff;

	display: block
}



.language-selector__options a:hover {

	text-decoration: none;

	color: hsla(0, 0%, 100%, .6)
}



.actions .site-header .language-selector button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

.footer-widget .site-header .language-selector .textwidget,

.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

.mailchimp-form .site-header .language-selector input.mailchimp-email::-webkit-input-placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

.product-list-sidebar .site-header .language-selector .widgettitle,

.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

.site-header .language-selector .actions button[name=update_cart],

.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.site-header .language-selector .footer-widget .textwidget,

.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.site-header .language-selector .lead,

.site-header .language-selector .mailchimp-form input.mailchimp-email::-webkit-input-placeholder,

.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

.site-header .language-selector .mm-navbar__title,

.site-header .language-selector .product-list-sidebar .widgettitle,

.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

.site-header .language-selector .shipping-calculator-button,

.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.site-header .language-selector .template-information .information-sidebar .nav li a,

.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.site-header .language-selector .woocommerce-account .my_account_giftcards th,

.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

.site-header .language-selector .woocommerce-Address address,

.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

.site-header .language-selector .woocommerce-cart-form th,

.site-header .language-selector .woocommerce-column--billing-address address,

.site-header .language-selector .woocommerce-column--shipping-address address,

.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

.site-header .language-selector .ywsl-social,

.site-header .language-selector body.assorted_product .abp-search-reset-btn,

.site-header .language-selector body.assorted_product .abp_assorted_footer,

.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

.site-header .language-selector ul.woocommerce-order-overview li,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

.template-information .information-sidebar .nav li .site-header .language-selector a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

.woocommerce-account .my_account_giftcards .site-header .language-selector th,

.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

.woocommerce-Address .site-header .language-selector address,

.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

.woocommerce-cart-form .site-header .language-selector th,

.woocommerce-column--billing-address .site-header .language-selector address,

.woocommerce-column--shipping-address .site-header .language-selector address,

.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

body.assorted_product .site-header .language-selector .abp-search-reset-btn,

body.assorted_product .site-header .language-selector .abp_assorted_footer,

ul.woocommerce-order-overview .site-header .language-selector li {

	margin-right: 0;

	margin-left: 0
}



.actions .site-header .language-selector button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

.footer-widget .site-header .language-selector .textwidget,

.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

.mailchimp-form .site-header .language-selector input.mailchimp-email::-moz-placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

.product-list-sidebar .site-header .language-selector .widgettitle,

.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

.site-header .language-selector .actions button[name=update_cart],

.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.site-header .language-selector .footer-widget .textwidget,

.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.site-header .language-selector .lead,

.site-header .language-selector .mailchimp-form input.mailchimp-email::-moz-placeholder,

.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

.site-header .language-selector .mm-navbar__title,

.site-header .language-selector .product-list-sidebar .widgettitle,

.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

.site-header .language-selector .shipping-calculator-button,

.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.site-header .language-selector .template-information .information-sidebar .nav li a,

.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.site-header .language-selector .woocommerce-account .my_account_giftcards th,

.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

.site-header .language-selector .woocommerce-Address address,

.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

.site-header .language-selector .woocommerce-cart-form th,

.site-header .language-selector .woocommerce-column--billing-address address,

.site-header .language-selector .woocommerce-column--shipping-address address,

.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

.site-header .language-selector .ywsl-social,

.site-header .language-selector body.assorted_product .abp-search-reset-btn,

.site-header .language-selector body.assorted_product .abp_assorted_footer,

.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

.site-header .language-selector ul.woocommerce-order-overview li,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

.template-information .information-sidebar .nav li .site-header .language-selector a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

.woocommerce-account .my_account_giftcards .site-header .language-selector th,

.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

.woocommerce-Address .site-header .language-selector address,

.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

.woocommerce-cart-form .site-header .language-selector th,

.woocommerce-column--billing-address .site-header .language-selector address,

.woocommerce-column--shipping-address .site-header .language-selector address,

.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

body.assorted_product .site-header .language-selector .abp-search-reset-btn,

body.assorted_product .site-header .language-selector .abp_assorted_footer,

ul.woocommerce-order-overview .site-header .language-selector li {

	margin-right: 0;

	margin-left: 0
}



.actions .site-header .language-selector button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

.footer-widget .site-header .language-selector .textwidget,

.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

.mailchimp-form .site-header .language-selector input.mailchimp-email::-ms-input-placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

.product-list-sidebar .site-header .language-selector .widgettitle,

.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

.site-header .language-selector .actions button[name=update_cart],

.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.site-header .language-selector .footer-widget .textwidget,

.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.site-header .language-selector .lead,

.site-header .language-selector .mailchimp-form input.mailchimp-email::-ms-input-placeholder,

.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

.site-header .language-selector .mm-navbar__title,

.site-header .language-selector .product-list-sidebar .widgettitle,

.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

.site-header .language-selector .shipping-calculator-button,

.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.site-header .language-selector .template-information .information-sidebar .nav li a,

.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.site-header .language-selector .woocommerce-account .my_account_giftcards th,

.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

.site-header .language-selector .woocommerce-Address address,

.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

.site-header .language-selector .woocommerce-cart-form th,

.site-header .language-selector .woocommerce-column--billing-address address,

.site-header .language-selector .woocommerce-column--shipping-address address,

.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

.site-header .language-selector .ywsl-social,

.site-header .language-selector body.assorted_product .abp-search-reset-btn,

.site-header .language-selector body.assorted_product .abp_assorted_footer,

.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

.site-header .language-selector ul.woocommerce-order-overview li,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

.template-information .information-sidebar .nav li .site-header .language-selector a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

.woocommerce-account .my_account_giftcards .site-header .language-selector th,

.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

.woocommerce-Address .site-header .language-selector address,

.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

.woocommerce-cart-form .site-header .language-selector th,

.woocommerce-column--billing-address .site-header .language-selector address,

.woocommerce-column--shipping-address .site-header .language-selector address,

.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

body.assorted_product .site-header .language-selector .abp-search-reset-btn,

body.assorted_product .site-header .language-selector .abp_assorted_footer,

ul.woocommerce-order-overview .site-header .language-selector li {

	margin-right: 0;

	margin-left: 0
}



.actions .site-header .language-selector button[name=update_cart],

.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

.footer-widget .site-header .language-selector .textwidget,

.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

.mailchimp-form .site-header .language-selector input.mailchimp-email::placeholder,

.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

.product-list-sidebar .site-header .language-selector .widgettitle,

.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

.site-header .language-selector .actions button[name=update_cart],

.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

.site-header .language-selector .footer-widget .textwidget,

.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

.site-header .language-selector .lead,

.site-header .language-selector .mailchimp-form input.mailchimp-email::placeholder,

.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

.site-header .language-selector .mm-navbar__title,

.site-header .language-selector .product-list-sidebar .widgettitle,

.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

.site-header .language-selector .shipping-calculator-button,

.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

.site-header .language-selector .template-information .information-sidebar .nav li a,

.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

.site-header .language-selector .woocommerce-account .my_account_giftcards th,

.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

.site-header .language-selector .woocommerce-Address address,

.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

.site-header .language-selector .woocommerce-cart-form th,

.site-header .language-selector .woocommerce-column--billing-address address,

.site-header .language-selector .woocommerce-column--shipping-address address,

.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

.site-header .language-selector .ywsl-social,

.site-header .language-selector body.assorted_product .abp-search-reset-btn,

.site-header .language-selector body.assorted_product .abp_assorted_footer,

.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

.site-header .language-selector ul.woocommerce-order-overview li,

.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

.template-information .information-sidebar .nav li .site-header .language-selector a,

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

.woocommerce-account .my_account_giftcards .site-header .language-selector th,

.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

.woocommerce-Address .site-header .language-selector address,

.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

.woocommerce-cart-form .site-header .language-selector th,

.woocommerce-column--billing-address .site-header .language-selector address,

.woocommerce-column--shipping-address .site-header .language-selector address,

.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

body.assorted_product .site-header .language-selector .abp-search-reset-btn,

body.assorted_product .site-header .language-selector .abp_assorted_footer,

ul.woocommerce-order-overview .site-header .language-selector li {

	margin-right: 0;

	margin-left: 0
}



@media (min-width:768px) {



	.actions .site-header .language-selector button[name=update_cart],

	.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

	.footer-widget .site-header .language-selector .textwidget,

	.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

	.mailchimp-form .site-header .language-selector input.mailchimp-email::-webkit-input-placeholder,

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

	.product-list-sidebar .site-header .language-selector .widgettitle,

	.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

	.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

	.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

	.site-header .language-selector .actions button[name=update_cart],

	.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.site-header .language-selector .footer-widget .textwidget,

	.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.site-header .language-selector .lead,

	.site-header .language-selector .mailchimp-form input.mailchimp-email::-webkit-input-placeholder,

	.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

	.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

	.site-header .language-selector .mm-navbar__title,

	.site-header .language-selector .product-list-sidebar .widgettitle,

	.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

	.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

	.site-header .language-selector .shipping-calculator-button,

	.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

	.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.site-header .language-selector .template-information .information-sidebar .nav li a,

	.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

	.site-header .language-selector .woocommerce-account .my_account_giftcards th,

	.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

	.site-header .language-selector .woocommerce-Address address,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

	.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

	.site-header .language-selector .woocommerce-cart-form th,

	.site-header .language-selector .woocommerce-column--billing-address address,

	.site-header .language-selector .woocommerce-column--shipping-address address,

	.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

	.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

	.site-header .language-selector .ywsl-social,

	.site-header .language-selector body.assorted_product .abp-search-reset-btn,

	.site-header .language-selector body.assorted_product .abp_assorted_footer,

	.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

	.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

	.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

	.site-header .language-selector ul.woocommerce-order-overview li,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

	.template-information .information-sidebar .nav li .site-header .language-selector a,

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

	.woocommerce-account .my_account_giftcards .site-header .language-selector th,

	.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

	.woocommerce-Address .site-header .language-selector address,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

	.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

	.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

	.woocommerce-cart-form .site-header .language-selector th,

	.woocommerce-column--billing-address .site-header .language-selector address,

	.woocommerce-column--shipping-address .site-header .language-selector address,

	.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

	.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

	body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

	body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

	body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

	body.assorted_product .site-header .language-selector .abp-search-reset-btn,

	body.assorted_product .site-header .language-selector .abp_assorted_footer,

	ul.woocommerce-order-overview .site-header .language-selector li {

		padding-left: 25px;

		padding-right: 25px
	}



	.actions .site-header .language-selector button[name=update_cart],

	.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

	.footer-widget .site-header .language-selector .textwidget,

	.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

	.mailchimp-form .site-header .language-selector input.mailchimp-email::-moz-placeholder,

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

	.product-list-sidebar .site-header .language-selector .widgettitle,

	.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

	.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

	.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

	.site-header .language-selector .actions button[name=update_cart],

	.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.site-header .language-selector .footer-widget .textwidget,

	.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.site-header .language-selector .lead,

	.site-header .language-selector .mailchimp-form input.mailchimp-email::-moz-placeholder,

	.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

	.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

	.site-header .language-selector .mm-navbar__title,

	.site-header .language-selector .product-list-sidebar .widgettitle,

	.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

	.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

	.site-header .language-selector .shipping-calculator-button,

	.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

	.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.site-header .language-selector .template-information .information-sidebar .nav li a,

	.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

	.site-header .language-selector .woocommerce-account .my_account_giftcards th,

	.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

	.site-header .language-selector .woocommerce-Address address,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

	.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

	.site-header .language-selector .woocommerce-cart-form th,

	.site-header .language-selector .woocommerce-column--billing-address address,

	.site-header .language-selector .woocommerce-column--shipping-address address,

	.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

	.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

	.site-header .language-selector .ywsl-social,

	.site-header .language-selector body.assorted_product .abp-search-reset-btn,

	.site-header .language-selector body.assorted_product .abp_assorted_footer,

	.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

	.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

	.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

	.site-header .language-selector ul.woocommerce-order-overview li,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

	.template-information .information-sidebar .nav li .site-header .language-selector a,

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

	.woocommerce-account .my_account_giftcards .site-header .language-selector th,

	.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

	.woocommerce-Address .site-header .language-selector address,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

	.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

	.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

	.woocommerce-cart-form .site-header .language-selector th,

	.woocommerce-column--billing-address .site-header .language-selector address,

	.woocommerce-column--shipping-address .site-header .language-selector address,

	.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

	.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

	body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

	body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

	body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

	body.assorted_product .site-header .language-selector .abp-search-reset-btn,

	body.assorted_product .site-header .language-selector .abp_assorted_footer,

	ul.woocommerce-order-overview .site-header .language-selector li {

		padding-left: 25px;

		padding-right: 25px
	}



	.actions .site-header .language-selector button[name=update_cart],

	.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

	.footer-widget .site-header .language-selector .textwidget,

	.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

	.mailchimp-form .site-header .language-selector input.mailchimp-email::-ms-input-placeholder,

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

	.product-list-sidebar .site-header .language-selector .widgettitle,

	.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

	.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

	.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

	.site-header .language-selector .actions button[name=update_cart],

	.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.site-header .language-selector .footer-widget .textwidget,

	.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.site-header .language-selector .lead,

	.site-header .language-selector .mailchimp-form input.mailchimp-email::-ms-input-placeholder,

	.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

	.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

	.site-header .language-selector .mm-navbar__title,

	.site-header .language-selector .product-list-sidebar .widgettitle,

	.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

	.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

	.site-header .language-selector .shipping-calculator-button,

	.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

	.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.site-header .language-selector .template-information .information-sidebar .nav li a,

	.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

	.site-header .language-selector .woocommerce-account .my_account_giftcards th,

	.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

	.site-header .language-selector .woocommerce-Address address,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

	.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

	.site-header .language-selector .woocommerce-cart-form th,

	.site-header .language-selector .woocommerce-column--billing-address address,

	.site-header .language-selector .woocommerce-column--shipping-address address,

	.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

	.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

	.site-header .language-selector .ywsl-social,

	.site-header .language-selector body.assorted_product .abp-search-reset-btn,

	.site-header .language-selector body.assorted_product .abp_assorted_footer,

	.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

	.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

	.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

	.site-header .language-selector ul.woocommerce-order-overview li,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

	.template-information .information-sidebar .nav li .site-header .language-selector a,

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

	.woocommerce-account .my_account_giftcards .site-header .language-selector th,

	.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

	.woocommerce-Address .site-header .language-selector address,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

	.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

	.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

	.woocommerce-cart-form .site-header .language-selector th,

	.woocommerce-column--billing-address .site-header .language-selector address,

	.woocommerce-column--shipping-address .site-header .language-selector address,

	.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

	.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

	body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

	body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

	body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

	body.assorted_product .site-header .language-selector .abp-search-reset-btn,

	body.assorted_product .site-header .language-selector .abp_assorted_footer,

	ul.woocommerce-order-overview .site-header .language-selector li {

		padding-left: 25px;

		padding-right: 25px
	}



	.actions .site-header .language-selector button[name=update_cart],

	.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

	.footer-widget .site-header .language-selector .textwidget,

	.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

	.mailchimp-form .site-header .language-selector input.mailchimp-email::placeholder,

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

	.product-list-sidebar .site-header .language-selector .widgettitle,

	.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

	.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

	.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

	.site-header .language-selector .actions button[name=update_cart],

	.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.site-header .language-selector .footer-widget .textwidget,

	.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.site-header .language-selector .lead,

	.site-header .language-selector .mailchimp-form input.mailchimp-email::placeholder,

	.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

	.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

	.site-header .language-selector .mm-navbar__title,

	.site-header .language-selector .product-list-sidebar .widgettitle,

	.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

	.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

	.site-header .language-selector .shipping-calculator-button,

	.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

	.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.site-header .language-selector .template-information .information-sidebar .nav li a,

	.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

	.site-header .language-selector .woocommerce-account .my_account_giftcards th,

	.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

	.site-header .language-selector .woocommerce-Address address,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

	.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

	.site-header .language-selector .woocommerce-cart-form th,

	.site-header .language-selector .woocommerce-column--billing-address address,

	.site-header .language-selector .woocommerce-column--shipping-address address,

	.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

	.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

	.site-header .language-selector .ywsl-social,

	.site-header .language-selector body.assorted_product .abp-search-reset-btn,

	.site-header .language-selector body.assorted_product .abp_assorted_footer,

	.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

	.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

	.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

	.site-header .language-selector ul.woocommerce-order-overview li,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

	.template-information .information-sidebar .nav li .site-header .language-selector a,

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

	.woocommerce-account .my_account_giftcards .site-header .language-selector th,

	.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

	.woocommerce-Address .site-header .language-selector address,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

	.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

	.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

	.woocommerce-cart-form .site-header .language-selector th,

	.woocommerce-column--billing-address .site-header .language-selector address,

	.woocommerce-column--shipping-address .site-header .language-selector address,

	.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

	.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

	body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

	body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

	body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

	body.assorted_product .site-header .language-selector .abp-search-reset-btn,

	body.assorted_product .site-header .language-selector .abp_assorted_footer,

	ul.woocommerce-order-overview .site-header .language-selector li {

		padding-left: 25px;

		padding-right: 25px
	}

}



@media (min-width:1200px) {



	.actions .site-header .language-selector button[name=update_cart],

	.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

	.footer-widget .site-header .language-selector .textwidget,

	.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

	.mailchimp-form .site-header .language-selector input.mailchimp-email::-webkit-input-placeholder,

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

	.product-list-sidebar .site-header .language-selector .widgettitle,

	.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

	.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

	.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

	.site-header .language-selector .actions button[name=update_cart],

	.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.site-header .language-selector .footer-widget .textwidget,

	.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.site-header .language-selector .lead,

	.site-header .language-selector .mailchimp-form input.mailchimp-email::-webkit-input-placeholder,

	.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

	.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

	.site-header .language-selector .mm-navbar__title,

	.site-header .language-selector .product-list-sidebar .widgettitle,

	.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

	.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

	.site-header .language-selector .shipping-calculator-button,

	.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

	.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.site-header .language-selector .template-information .information-sidebar .nav li a,

	.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

	.site-header .language-selector .woocommerce-account .my_account_giftcards th,

	.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

	.site-header .language-selector .woocommerce-Address address,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

	.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

	.site-header .language-selector .woocommerce-cart-form th,

	.site-header .language-selector .woocommerce-column--billing-address address,

	.site-header .language-selector .woocommerce-column--shipping-address address,

	.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

	.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

	.site-header .language-selector .ywsl-social,

	.site-header .language-selector body.assorted_product .abp-search-reset-btn,

	.site-header .language-selector body.assorted_product .abp_assorted_footer,

	.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

	.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

	.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

	.site-header .language-selector ul.woocommerce-order-overview li,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

	.template-information .information-sidebar .nav li .site-header .language-selector a,

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

	.woocommerce-account .my_account_giftcards .site-header .language-selector th,

	.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

	.woocommerce-Address .site-header .language-selector address,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

	.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

	.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

	.woocommerce-cart-form .site-header .language-selector th,

	.woocommerce-column--billing-address .site-header .language-selector address,

	.woocommerce-column--shipping-address .site-header .language-selector address,

	.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

	.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

	body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

	body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

	body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

	body.assorted_product .site-header .language-selector .abp-search-reset-btn,

	body.assorted_product .site-header .language-selector .abp_assorted_footer,

	ul.woocommerce-order-overview .site-header .language-selector li {

		padding-left: 31px;

		padding-right: 31px
	}



	.actions .site-header .language-selector button[name=update_cart],

	.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

	.footer-widget .site-header .language-selector .textwidget,

	.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

	.mailchimp-form .site-header .language-selector input.mailchimp-email::-moz-placeholder,

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

	.product-list-sidebar .site-header .language-selector .widgettitle,

	.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

	.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

	.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

	.site-header .language-selector .actions button[name=update_cart],

	.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.site-header .language-selector .footer-widget .textwidget,

	.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.site-header .language-selector .lead,

	.site-header .language-selector .mailchimp-form input.mailchimp-email::-moz-placeholder,

	.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

	.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

	.site-header .language-selector .mm-navbar__title,

	.site-header .language-selector .product-list-sidebar .widgettitle,

	.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

	.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

	.site-header .language-selector .shipping-calculator-button,

	.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

	.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.site-header .language-selector .template-information .information-sidebar .nav li a,

	.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

	.site-header .language-selector .woocommerce-account .my_account_giftcards th,

	.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

	.site-header .language-selector .woocommerce-Address address,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

	.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

	.site-header .language-selector .woocommerce-cart-form th,

	.site-header .language-selector .woocommerce-column--billing-address address,

	.site-header .language-selector .woocommerce-column--shipping-address address,

	.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

	.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

	.site-header .language-selector .ywsl-social,

	.site-header .language-selector body.assorted_product .abp-search-reset-btn,

	.site-header .language-selector body.assorted_product .abp_assorted_footer,

	.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

	.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

	.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

	.site-header .language-selector ul.woocommerce-order-overview li,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

	.template-information .information-sidebar .nav li .site-header .language-selector a,

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

	.woocommerce-account .my_account_giftcards .site-header .language-selector th,

	.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

	.woocommerce-Address .site-header .language-selector address,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

	.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

	.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

	.woocommerce-cart-form .site-header .language-selector th,

	.woocommerce-column--billing-address .site-header .language-selector address,

	.woocommerce-column--shipping-address .site-header .language-selector address,

	.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

	.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

	body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

	body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

	body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

	body.assorted_product .site-header .language-selector .abp-search-reset-btn,

	body.assorted_product .site-header .language-selector .abp_assorted_footer,

	ul.woocommerce-order-overview .site-header .language-selector li {

		padding-left: 31px;

		padding-right: 31px
	}



	.actions .site-header .language-selector button[name=update_cart],

	.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

	.footer-widget .site-header .language-selector .textwidget,

	.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

	.mailchimp-form .site-header .language-selector input.mailchimp-email::-ms-input-placeholder,

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

	.product-list-sidebar .site-header .language-selector .widgettitle,

	.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

	.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

	.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

	.site-header .language-selector .actions button[name=update_cart],

	.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.site-header .language-selector .footer-widget .textwidget,

	.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.site-header .language-selector .lead,

	.site-header .language-selector .mailchimp-form input.mailchimp-email::-ms-input-placeholder,

	.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

	.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

	.site-header .language-selector .mm-navbar__title,

	.site-header .language-selector .product-list-sidebar .widgettitle,

	.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

	.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

	.site-header .language-selector .shipping-calculator-button,

	.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

	.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.site-header .language-selector .template-information .information-sidebar .nav li a,

	.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

	.site-header .language-selector .woocommerce-account .my_account_giftcards th,

	.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

	.site-header .language-selector .woocommerce-Address address,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

	.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

	.site-header .language-selector .woocommerce-cart-form th,

	.site-header .language-selector .woocommerce-column--billing-address address,

	.site-header .language-selector .woocommerce-column--shipping-address address,

	.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

	.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

	.site-header .language-selector .ywsl-social,

	.site-header .language-selector body.assorted_product .abp-search-reset-btn,

	.site-header .language-selector body.assorted_product .abp_assorted_footer,

	.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

	.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

	.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

	.site-header .language-selector ul.woocommerce-order-overview li,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

	.template-information .information-sidebar .nav li .site-header .language-selector a,

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

	.woocommerce-account .my_account_giftcards .site-header .language-selector th,

	.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

	.woocommerce-Address .site-header .language-selector address,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

	.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

	.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

	.woocommerce-cart-form .site-header .language-selector th,

	.woocommerce-column--billing-address .site-header .language-selector address,

	.woocommerce-column--shipping-address .site-header .language-selector address,

	.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

	.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

	body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

	body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

	body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

	body.assorted_product .site-header .language-selector .abp-search-reset-btn,

	body.assorted_product .site-header .language-selector .abp_assorted_footer,

	ul.woocommerce-order-overview .site-header .language-selector li {

		padding-left: 31px;

		padding-right: 31px
	}



	.actions .site-header .language-selector button[name=update_cart],

	.archive-shop__breadcrumbs .template-information .information-sidebar ul li .site-header .language-selector a,

	.footer-widget .site-header .language-selector .textwidget,

	.gift-cards_form .gift-cards-list .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-message .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-email .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-recipient-name .site-header .language-selector .ywgc_select_amount_title,

	.gift-cards_form .ywgc-sender-name .site-header .language-selector .ywgc_select_amount_title,

	.mailchimp-form .site-header .language-selector input.mailchimp-email::placeholder,

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .site-header .language-selector .button:not(.checkout),

	.product-list-sidebar .site-header .language-selector .widgettitle,

	.product-main.product-type-simple .cart .quantity .site-header .language-selector label,

	.product-main .woocommerce-variation-add-to-cart .quantity .site-header .language-selector label,

	.shipping-calculator-form .site-header .language-selector button[name=calc_shipping],

	.site-header .language-selector .actions button[name=update_cart],

	.site-header .language-selector .archive-shop__breadcrumbs .template-information .information-sidebar ul li a,

	.site-header .language-selector .footer-widget .textwidget,

	.site-header .language-selector .gift-cards_form .gift-cards-list .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-message .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-email .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-recipient-name .ywgc_select_amount_title,

	.site-header .language-selector .gift-cards_form .ywgc-sender-name .ywgc_select_amount_title,

	.site-header .language-selector .lead,

	.site-header .language-selector .mailchimp-form input.mailchimp-email::placeholder,

	.site-header .language-selector .minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout),

	.site-header .language-selector .mm-navbar__btn.mm-btn_prev:after,

	.site-header .language-selector .mm-navbar__title,

	.site-header .language-selector .product-list-sidebar .widgettitle,

	.site-header .language-selector .product-main.product-type-simple .cart .quantity label,

	.site-header .language-selector .product-main .woocommerce-variation-add-to-cart .quantity label,

	.site-header .language-selector .shipping-calculator-button,

	.site-header .language-selector .shipping-calculator-form button[name=calc_shipping],

	.site-header .language-selector .template-information .information-sidebar .archive-shop__breadcrumbs ul li a,

	.site-header .language-selector .template-information .information-sidebar .nav li a,

	.site-header .language-selector .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type,

	.site-header .language-selector .woocommerce-account .my_account_giftcards th,

	.site-header .language-selector .woocommerce-account .ywsbs_subscription_table th,

	.site-header .language-selector .woocommerce-Address address,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details,

	.site-header .language-selector .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name,

	.site-header .language-selector .woocommerce-cart-form .coupon #coupon_code,

	.site-header .language-selector .woocommerce-cart-form .product-quantity .qty,

	.site-header .language-selector .woocommerce-cart-form th,

	.site-header .language-selector .woocommerce-column--billing-address address,

	.site-header .language-selector .woocommerce-column--shipping-address address,

	.site-header .language-selector .ywdpd_popup .ywdpd_footer a,

	.site-header .language-selector .ywdpd_popup .ywdpd_qty_label,

	.site-header .language-selector .ywsl-social,

	.site-header .language-selector body.assorted_product .abp-search-reset-btn,

	.site-header .language-selector body.assorted_product .abp_assorted_footer,

	.site-header .language-selector body.assorted_product .apb_products_items_container .abp_button button,

	.site-header .language-selector body.assorted_product .apb_products_items_container .add-product-to-assorted,

	.site-header .language-selector body.assorted_product .quantity .screen-reader-text,

	.site-header .language-selector ul.woocommerce-order-overview li,

	.template-information .information-sidebar .archive-shop__breadcrumbs ul li .site-header .language-selector a,

	.template-information .information-sidebar .nav li .site-header .language-selector a,

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .site-header .language-selector button:first-of-type,

	.woocommerce-account .my_account_giftcards .site-header .language-selector th,

	.woocommerce-account .ywsbs_subscription_table .site-header .language-selector th,

	.woocommerce-Address .site-header .language-selector address,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details,

	.woocommerce-bacs-bank-details .site-header .language-selector .wc-bacs-bank-details-account-name,

	.woocommerce-cart-form .coupon .site-header .language-selector #coupon_code,

	.woocommerce-cart-form .product-quantity .site-header .language-selector .qty,

	.woocommerce-cart-form .site-header .language-selector th,

	.woocommerce-column--billing-address .site-header .language-selector address,

	.woocommerce-column--shipping-address .site-header .language-selector address,

	.ywdpd_popup .site-header .language-selector .ywdpd_qty_label,

	.ywdpd_popup .ywdpd_footer .site-header .language-selector a,

	body.assorted_product .apb_products_items_container .abp_button .site-header .language-selector button,

	body.assorted_product .apb_products_items_container .site-header .language-selector .add-product-to-assorted,

	body.assorted_product .quantity .site-header .language-selector .screen-reader-text,

	body.assorted_product .site-header .language-selector .abp-search-reset-btn,

	body.assorted_product .site-header .language-selector .abp_assorted_footer,

	ul.woocommerce-order-overview .site-header .language-selector li {

		padding-left: 31px;

		padding-right: 31px
	}

}



.mailchimp-form {

	position: relative
}



.mailchimp-form .mailchimp-email {

	border-bottom: 1px solid #000;

	border-radius: 0;

	padding-left: 0
}



.mailchimp-form .mailchimp-email+label {

	display: none
}



.mailchimp-form__field--subscribe {

	position: absolute;

	top: 0;

	right: 0
}



.mailchimp-form__field--subscribe button {

	height: 49px;

	background-color: transparent !important;

	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMiAxNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTAuNywwLjJDMC41LDAuMywwLjQsMC40LDAuMywwLjZDMC4xLDEuMSwwLjIsMS43LDAuNiwyYzIuMywxLjcsNC42LDMuMiw2LjksNC44QzcuOCw3LDguMSw3LjIsOC40LDcuNAoJYy0yLjYsMS45LTUuMiwzLjctNy43LDUuNkMwLDEzLjYsMC4zLDE1LjEsMSwxNWMyLjMtMC40LDIuNy0xLjEsNy4xLTMuNGMwLjQtMC4yLDItMS4zLDIuNC0xLjdjMC4zLTAuMywwLjYtMC42LDAuOS0xCgljMC40LTAuNiwwLjUtMS41LDAuMS0yLjJjLTAuMi0wLjUtMS40LTEuMy0xLjctMS42QzguNCw0LDYuOCwzLDYsMi42QzQuMywxLjYsMywxLDEuMywwQzEuMS0wLjEsMC45LDAsMC43LDAuMnoiLz4KPC9zdmc+Cg==) !important;

	background-position: 100%;

	background-size: 12px 15px;

	width: 30px;

	background-repeat: no-repeat;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	border: 0;

	-webkit-transition: -webkit-filter .125s linear !important;

	transition: -webkit-filter .125s linear !important;

	-o-transition: filter .125s linear !important;

	transition: filter .125s linear !important;

	transition: filter .125s linear, -webkit-filter .125s linear !important;

	margin-right: 15px;

}



.mailchimp-form__field--subscribe button:hover {

	-webkit-filter: invert(1);

	filter: invert(1)
}



.mailchimp-form input.mailchimp-email {

	padding-right: 40px;

	text-align: left;

	padding-left: 10px;

	background: #ddd
}



.mailchimp-form input.mailchimp-email::-webkit-input-placeholder {

	opacity: 1;

	color: #000
}



.mailchimp-form input.mailchimp-email::-moz-placeholder {

	opacity: 1;

	color: #000
}



.mailchimp-form input.mailchimp-email::-ms-input-placeholder {

	opacity: 1;

	color: #000
}



.mailchimp-form input.mailchimp-email::placeholder {

	opacity: 1;

	color: #000
}



.mailchimp-form__terms {

	margin-top: 35px;

	padding-left: 2em
}



.mailchimp-form__terms label {

	text-transform: none
}



.mailchimp-form__terms label a {

	text-decoration: underline
}



.mailchimp-form__terms label:after,

.mailchimp-form__terms label:before {

	width: 14px;

	height: 14px;

	left: -2em
}

.mailchimp-form__terms label:after,

.mailchimp-form__terms label:before {

	left: -25px !important;

	margin-top: 1px;

}

@media (min-width:768px) {



	.mailchimp-form__terms label:after,

	.mailchimp-form__terms label:before {

		left: -2.5em
	}

}



.mailchimp-form .response {

	font-size: 12px;

	padding: 10px
}



.mailchimp-form .response--success {

	background-color: #4fb07d
}



.mailchimp-form .response--error {

	background-color: #fecf6b
}



.main-menu-mobile {

	position: fixed;

	top: 0;

	left: 0;

	height: 100%;

	width: 100vw;

	z-index: 10100;

	-webkit-transform: translateX(-100%);

	-o-transform: translateX(-100%);

	transform: translateX(-100%);

	opacity: 0;

	visibility: hidden
}



.main-menu-mobile__close {

	padding: 30px 15px
}



.main-menu-mobile__close svg {

	width: 17px;

	height: 17px
}



.main-menu-mobile__header {

	width: 100%;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



.main-menu-mobile__footer,

.main-menu-mobile__header {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between
}



.main-menu-mobile__footer {

	padding: 30px 15px;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

	margin-top: auto
}



#additional_xmas_wish_field .main-menu-mobile__footer .widget label,

#order_comments_field .main-menu-mobile__footer .widget label,

.main-menu-mobile__footer .widget #additional_xmas_wish_field label,

.main-menu-mobile__footer .widget #order_comments_field label,

.main-menu-mobile__footer .widget h3 {

	margin-bottom: 9px
}



.main-menu-mobile__footer .footer-widget {

	margin-bottom: 0
}



.archive-shop__breadcrumbs .main-menu-mobile__footer .social-links ul,

.main-menu-mobile__footer .social-links .archive-shop__breadcrumbs ul,

.main-menu-mobile__footer .social-links .nav {

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column
}



.archive-shop__breadcrumbs .main-menu-mobile__footer .social-links ul a,

.main-menu-mobile__footer .social-links .archive-shop__breadcrumbs ul a,

.main-menu-mobile__footer .social-links .nav a {

	padding: 10px 0
}



.archive-shop__breadcrumbs .main-menu-mobile__footer .social-links ul svg,

.main-menu-mobile__footer .social-links .archive-shop__breadcrumbs ul svg,

.main-menu-mobile__footer .social-links .nav svg {

	width: 24px;

	height: 24px
}



.main-menu-mobile__langs {

	position: relative
}



.main-menu-mobile__langs .language-selector__toggle>.menu-item {

	display: none
}



.main-menu-mobile__langs .language-selector__toggle:hover {

	background: none
}



.main-menu-mobile__langs .language-selector__options {

	position: relative;

	top: 0;

	-webkit-box-orient: horizontal !important;

	-webkit-box-direction: normal !important;

	-ms-flex-direction: row !important;

	flex-direction: row !important;

	opacity: 1;

	visibility: visible
}



.main-menu-mobile__langs .language-selector__options a {

	background: transparent;

	padding: 15px;

	color: #000
}



.main-menu-mobile__langs .language-selector__options li:first-child {

	text-decoration: underline
}



.main-menu-mobile .mm-panel:first-child {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	height: 100vh
}



.main-menu-mobile .mm-panel:first-child .mm-navbar__title {

	display: none
}



.main-menu-mobile .mm-panel:first-child:after {

	content: none
}



.manifest-list {

	padding: 150px 0 32px
}



@media (min-width:768px) {

	.manifest-list {

		padding: 180px 0 60px
	}

}



@media (min-width:1600px) {

	.manifest-list {

		padding-top: 220px
	}

}



.manifest-list__ordered {

	padding: 0;

	list-style: none;

	counter-reset: manifest-counter
}



.manifest-list__title {

	margin: 0 0 42px
}



@media (min-width:768px) {

	.manifest-list__title {

		margin: 0 0 70px
	}

}



@media (min-width:992px) {

	.manifest-list__title {

		margin: 0 16.66667% 50px 15px
	}

}



.manifest-list__list {

	position: relative;

	padding: 24px 16.66667% 32px;

	border-bottom: 1px solid #000;

	counter-increment: manifest-counter;

	line-height: 1.2
}



@media (min-width:768px) {

	.manifest-list__list {

		font-size: 32px;

		line-height: 35px;

		padding: 29px 14px 32px 8.333335%
	}

}



@media (min-width:992px) {

	.manifest-list__list {

		padding: 32px 8.333335% 34px
	}

}



.manifest-list__list:first-child {

	border-top: 1px solid #000
}



.manifest-list__list:before {

	content: counter(manifest-counter, decimal-leading-zero);

	position: absolute;

	top: 0;

	right: auto;

	bottom: 0;

	left: 0;

	display: block;

	height: 1em;

	margin: auto;

	font-family: Nitti, Courier New, monospace, sans-serif;

	font-size: 18px;

	font-weight: 400;

	font-style: normal;

	line-height: 1
}



@media (min-width:768px) {

	.manifest-list__list:before {

		left: 13px;

		font-size: 21px
	}

}



@media (min-width:992px) {

	.manifest-list__list:before {

		width: 8.33333%;

		text-align: center;

		left: 0
	}

}



.marquee-slider {

	position: relative;

	padding-top: 0;

	padding-bottom: 0;

}



@media (min-width:768px) {

	.marquee-slider {

		padding-top: 0;

		padding-bottom: 0;

	}

}



@media (min-width:1200px) {

	.marquee-slider {

		/* padding-top: 148px; */

		padding-bottom: 0;

	}

}



@media (min-width:1600px) {

	.marquee-slider {

		padding-top: 0;

		padding-bottom: 0;

	}

}



.marquee-slider__list .flickity-viewport {

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

	padding-top: 9px
}



@media (min-width:768px) {

	.marquee-slider__list .flickity-viewport {

		padding-top: 60px;

	}

}



@media (min-width:1200px) {

	.marquee-slider__list .flickity-viewport {

		/* padding-top: 75px; */

	}

}



@media (min-width:1600px) {

	.marquee-slider__list .flickity-viewport {

		/* padding-top: 100px; */

	}

}



.marquee-slider__header {

	margin-bottom: 30px
}



@media (min-width:768px) {

	.marquee-slider__header {

		margin-bottom: 0
	}

}



@media (min-width:1200px) {

	.marquee-slider__header {

		position: relative
	}

}



.marquee-slider__title {

	margin-bottom: 15px
}



@media (min-width:1200px) {

	.marquee-slider__title {

		margin-bottom: 8px
	}

}



@media (min-width:768px) {

	.marquee-slider__content {

		max-width: 80%
	}

}



@media (min-width:1600px) {

	.marquee-slider__content {

		max-width: 60%
	}

}



.marquee-slider .badge {

	position: absolute;

	left: 54%;

	top: -3%
}



@media (min-width:768px) {

	.marquee-slider .badge {

		left: 5%;

		top: 4%
	}

}



@media (min-width:1200px) {

	.marquee-slider .badge {

		left: 20%;

		top: -15%
	}

}



.marquee-slider .flickity-slider,

.marquee-slider .flickity-viewport {

	width: 100%
}



.media-block--fullwidth {

	overflow: hidden
}



.flexible-content-wrap>.media-block--fullwidth:first-child {

	margin-top: 0
}



.background-switcher+.media-block--fullwidth {

	margin-top: -3px
}



.media-figure {

	margin: 0
}



.messenger-close {

	position: absolute;

	top: 0;

	right: 0;

	color: transparent;

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMSAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMzAuMDU0IDI0Ljc5OTJDMjYuNzQzNSAyMS42MDU5IDIzLjMwOTYgMTguMzgwOCAxOS44MjgyIDE1LjE5MzhDMjIuOTg2OCAxMS41MTkzIDI1Ljk3MTMgNy42MTM4NyAyOC43MTIxIDMuNTQwNjZDMjkuNDE0NyAyLjQ5NjI0IDI5LjI3MjMgMS4yMTEzIDI4LjM3MDMgMC40ODMzNzRDMjcuNDQzIC0wLjI2OTg3MSAyNi4xMDQyIC0wLjEyNDI4NiAyNS4xODY0IDAuODI1MTgyQzIxLjk2NzcgNC4xNjA5OCAxOC43MTc0IDcuNjIwMiAxNS41MDgyIDExLjEyNjlMMTUuMTQ0MiAxMC43NjYxTDE1LjA1ODcgMTAuODgzMkMxMS42MDI3IDcuNzk0MjcgOC4xMjc2MyA0Ljc2MjMxIDQuNzA5NTUgMS44NjAxQzQuNjMwNDMgMS43OTM2NCA0LjU1NzYzIDEuNzQzIDQuNDk3NSAxLjcwNTAyQzQuNDI3ODcgMS42NTc1NSA0LjM1NTA4IDEuNjEzMjQgNC4yNjY0NiAxLjU2MjZDNC4xNzE1MiAxLjUwNTYzIDQuMDc2NTcgMS40NTgxNiAzLjk5MTEyIDEuNDIzMzVDMy44MjY1NCAxLjM1MzcyIDMuNjU4OCAxLjMwMzA4IDMuNDc4NDEgMS4yNjgyN0wzLjI3NTg1IDEuMjM2NjJDMi41ODkwNyAxLjE2MzgzIDEuOTI0NDQgMS4zOTQ4NiAxLjQ2MjM3IDEuODY5NkMxLjAzMTk1IDIuMzE1ODUgMC44MjMwNjIgMi45MjM1IDAuODgzMTk1IDMuNTUwMTVDMC45MTQ4NDQgMy45MjY3OCAxLjA1NDEgNC40NDI2NSAxLjUwNjY4IDQuOTU1MzZDNC40ODgwMSA4LjYzMjk3IDcuODI2OTcgMTIuMjEyNSAxMS40NDEzIDE1LjYyNzRDOC4yOTIyIDE5LjE0NjcgNS4yMDMyNyAyMi42ODUxIDIuMjQ3MjYgMjYuMTY5NkMyLjE4MDggMjYuMjQ4OCAyLjEzMDE2IDI2LjMyMTUgMi4wOTIxOCAyNi4zODE3QzIuMDMyMDUgMjYuNDcwMyAxLjk4NDU4IDI2LjU0NjMgMS45NDY2IDI2LjYxMjdDMS44OTI4IDI2LjcwNzcgMS44NDIxNiAyNi44MDI2IDEuODEwNTEgMjYuODgxN0MxLjczNzcyIDI3LjA0OTUgMS42ODcwOCAyNy4yMjA0IDEuNjUyMjYgMjcuNDAwOEwxLjYyMDYxIDI3LjYwMDJDMS41NDc4MiAyOC4yOTAxIDEuNzc4ODYgMjguOTUxNiAyLjI1MzU5IDI5LjQxMzZDMi42NDkyIDI5Ljc5NjYgMy4xNzE0MSAzMC4wMDU1IDMuNzIyMSAzMC4wMDU1QzMuNzkxNzMgMzAuMDA1NSAzLjg2NDUyIDMwLjAwMjMgMy45MzQxNSAyOS45OTZDNC4zMTA3NyAyOS45NjQzIDQuODI2NjUgMjkuODI1MSA1LjMzOTM2IDI5LjM3MjVDOC45NjMxNiAyNi40MzU1IDEyLjQ4ODggMjMuMTUwMyAxNS44NTYzIDE5LjU5NjJDMTkuNDgwMSAyMi42OTc3IDIzLjMyNTQgMjUuNjI4NCAyNy4zMzIyIDI4LjMyODFDMjcuNzc1MyAyOC42MjU2IDI4LjI2MjcgMjguNzcxMiAyOC43MzExIDI4Ljc3MTJDMjkuMzY3MiAyOC43NzEyIDI5Ljk3MTcgMjguNTA1MyAzMC4zODk1IDI3Ljk4NjNDMzEuMTQ1OSAyNy4wNTU4IDMxLjAwMzUgMjUuNzE3MSAzMC4wNTQgMjQuNzk5MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);

	background-repeat: no-repeat;

	background-size: calc(100% - 30px);

	background-position: 50%;

	padding: 15px;

	width: 12px;

	height: 12px;

	-webkit-box-sizing: content-box;

	box-sizing: content-box
}



@media (min-width:768px) {

	.messenger-close {

		width: 14px;

		height: 14px
	}

}



@media (min-width:1200px) {

	.messenger-close {

		width: 16px;

		height: 16px
	}

}



.messenger-message {

	background: #000;

	border-radius: 3px;

	border: 0;

	color: #fff;

	padding: 30px 60px 25px 15px;

	margin-bottom: 15px;

	font-size: 14px
}



@media (min-width:768px) {

	.messenger-message {

		padding-left: 20px
	}

}



@media (min-width:1200px) {

	.messenger-message {

		font-size: 16px;

		padding-right: 80px
	}

}



.messenger-actions {

	margin-top: 25px
}



@media (min-width:768px) {

	.messenger-actions {

		margin-top: 35px
	}

}



@media (min-width:1200px) {

	.messenger-actions {

		margin-top: 45px
	}

}



.messenger-actions a {

	font-size: 16px;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	text-transform: uppercase;

	display: inline-block
}



ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {

	bottom: 0;

	right: 15px;

	width: 290px
}



@media (max-width:767px) {

	ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {

		max-width: calc(100vw - 30px)
	}

}



@media (min-width:768px) {

	ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {

		width: 330px
	}

}



@media (min-width:1200px) {

	ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {

		width: 360px
	}

}



.minicart-banner {

	padding: 30px 0;

	border-bottom: 1px solid #000
}



.minicart-banner__image {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 85px;

	flex: 0 0 85px;

	width: 85px;

	margin-right: 20px
}



.minicart-banner__image img {

	width: 100%;

	height: auto
}



.minicart-banner__copy {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1
}



.minicart {

	position: fixed;

	top: 0;

	right: 0;

	z-index: 10000;

	width: 100%;

	height: 100%;

	background-color: #e9a8c6;

	-webkit-transform: translateX(100%);

	-o-transform: translateX(100%);

	transform: translateX(100%);

	padding: 30px 15px;

	overflow: auto;

	opacity: 0;

	visibility: hidden
}



@media (min-width:768px) {

	.minicart {

		width: 396px;

		padding: 30px
	}

}



@media (min-width:1200px) {

	.minicart {

		width: 480px;

		padding-left: 40px
	}

}



@media (min-width:1600px) {

	.minicart {

		width: 25%
	}

}



.minicart,

.minicart .widget_shopping_cart,

.minicart .widget_shopping_cart_content,

.minicart__inner {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex
}



.minicart .widget_shopping_cart,

.minicart__inner {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	width: 100%
}



.minicart__close {

	position: absolute;

	top: -15px;

	right: -15px;

	padding: 15px;

	margin-top: 7px
}



.minicart__close use {

	-webkit-transition: fill .2s linear;

	-o-transition: fill .2s linear;

	transition: fill .2s linear
}



.minicart__close:hover use {

	fill: #fff
}



.minicart__inner {

	position: relative;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex
}



.minicart__item {

	position: relative;

	border-bottom-color: #000 !important
}



.minicart__item .product-mini-card__link {

	padding-right: 40px;

	-webkit-transition: color .2s linear;

	-o-transition: color .2s linear;

	transition: color .2s linear
}



@media (min-width:1200px) {

	.minicart__item .product-mini-card__link {

		padding-left: 0
	}

}



.minicart__item .product-mini-card__link:hover {

	color: #fff
}



.minicart__item:last-child {

	border-bottom-width: 2px
}



.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout) {

	text-decoration: underline;

	position: absolute;

	right: 0;

	top: -74px
}



@media (min-width:768px) {

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout) {

		top: -84px
	}

}



@media (min-width:1600px) {

	.minicart .woocommerce-mini-cart__buttons.has-checkout-button .button:not(.checkout) {

		font-size: 16px
	}

}



.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .checkout {

	display: none !important
}



.minicart .checkout,

.minicart .woocommerce-mini-cart__buttons:not(.has-checkout-button) .button,

.minicart__continue {

	max-width: 320px;

	margin-left: auto;

	margin-right: auto
}



.minicart .woocommerce-mini-cart__total {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	margin-bottom: 30px;

	border-bottom: 2px solid #000;

	min-height: 64px
}



@media (min-width:768px) {

	.minicart .woocommerce-mini-cart__total {

		min-height: 80px
	}

}



@media (min-width:768px) and (max-width:1199px) {

	.minicart .woocommerce-mini-cart__total {

		font-size: 21px
	}

}



.minicart .woocommerce-mini-cart__total .woocommerce-Price-amount:before {

	content: "";

	display: inline-block;

	width: .25em
}



.minicart .woocommerce-mini-cart__buttons {

	position: relative
}



.minicart .woocommerce-mini-cart__empty {

	margin-top: auto;

	margin-bottom: auto
}



.minicart .woocommerce-mini-cart__empty-message {

	font-size: 18px !important;

	text-align: center
}



@media (min-width:1200px) {

	.minicart .woocommerce-mini-cart__empty-message {

		font-size: 21px !important
	}

}



.minicart .widget_shopping_cart,

.minicart .widget_shopping_cart_content {

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column
}



.minicart .widget_shopping_cart_content {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	width: 100%
}



.minicart .remove_from_cart_button {

	position: absolute;

	top: 50%;

	right: -15px;

	width: 45px;

	height: 45px;

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMSAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMzAuMDU0IDI0Ljc5OTJDMjYuNzQzNSAyMS42MDU5IDIzLjMwOTYgMTguMzgwOCAxOS44MjgyIDE1LjE5MzhDMjIuOTg2OCAxMS41MTkzIDI1Ljk3MTMgNy42MTM4NyAyOC43MTIxIDMuNTQwNjZDMjkuNDE0NyAyLjQ5NjI0IDI5LjI3MjMgMS4yMTEzIDI4LjM3MDMgMC40ODMzNzRDMjcuNDQzIC0wLjI2OTg3MSAyNi4xMDQyIC0wLjEyNDI4NiAyNS4xODY0IDAuODI1MTgyQzIxLjk2NzcgNC4xNjA5OCAxOC43MTc0IDcuNjIwMiAxNS41MDgyIDExLjEyNjlMMTUuMTQ0MiAxMC43NjYxTDE1LjA1ODcgMTAuODgzMkMxMS42MDI3IDcuNzk0MjcgOC4xMjc2MyA0Ljc2MjMxIDQuNzA5NTUgMS44NjAxQzQuNjMwNDMgMS43OTM2NCA0LjU1NzYzIDEuNzQzIDQuNDk3NSAxLjcwNTAyQzQuNDI3ODcgMS42NTc1NSA0LjM1NTA4IDEuNjEzMjQgNC4yNjY0NiAxLjU2MjZDNC4xNzE1MiAxLjUwNTYzIDQuMDc2NTcgMS40NTgxNiAzLjk5MTEyIDEuNDIzMzVDMy44MjY1NCAxLjM1MzcyIDMuNjU4OCAxLjMwMzA4IDMuNDc4NDEgMS4yNjgyN0wzLjI3NTg1IDEuMjM2NjJDMi41ODkwNyAxLjE2MzgzIDEuOTI0NDQgMS4zOTQ4NiAxLjQ2MjM3IDEuODY5NkMxLjAzMTk1IDIuMzE1ODUgMC44MjMwNjIgMi45MjM1IDAuODgzMTk1IDMuNTUwMTVDMC45MTQ4NDQgMy45MjY3OCAxLjA1NDEgNC40NDI2NSAxLjUwNjY4IDQuOTU1MzZDNC40ODgwMSA4LjYzMjk3IDcuODI2OTcgMTIuMjEyNSAxMS40NDEzIDE1LjYyNzRDOC4yOTIyIDE5LjE0NjcgNS4yMDMyNyAyMi42ODUxIDIuMjQ3MjYgMjYuMTY5NkMyLjE4MDggMjYuMjQ4OCAyLjEzMDE2IDI2LjMyMTUgMi4wOTIxOCAyNi4zODE3QzIuMDMyMDUgMjYuNDcwMyAxLjk4NDU4IDI2LjU0NjMgMS45NDY2IDI2LjYxMjdDMS44OTI4IDI2LjcwNzcgMS44NDIxNiAyNi44MDI2IDEuODEwNTEgMjYuODgxN0MxLjczNzcyIDI3LjA0OTUgMS42ODcwOCAyNy4yMjA0IDEuNjUyMjYgMjcuNDAwOEwxLjYyMDYxIDI3LjYwMDJDMS41NDc4MiAyOC4yOTAxIDEuNzc4ODYgMjguOTUxNiAyLjI1MzU5IDI5LjQxMzZDMi42NDkyIDI5Ljc5NjYgMy4xNzE0MSAzMC4wMDU1IDMuNzIyMSAzMC4wMDU1QzMuNzkxNzMgMzAuMDA1NSAzLjg2NDUyIDMwLjAwMjMgMy45MzQxNSAyOS45OTZDNC4zMTA3NyAyOS45NjQzIDQuODI2NjUgMjkuODI1MSA1LjMzOTM2IDI5LjM3MjVDOC45NjMxNiAyNi40MzU1IDEyLjQ4ODggMjMuMTUwMyAxNS44NTYzIDE5LjU5NjJDMTkuNDgwMSAyMi42OTc3IDIzLjMyNTQgMjUuNjI4NCAyNy4zMzIyIDI4LjMyODFDMjcuNzc1MyAyOC42MjU2IDI4LjI2MjcgMjguNzcxMiAyOC43MzExIDI4Ljc3MTJDMjkuMzY3MiAyOC43NzEyIDI5Ljk3MTcgMjguNTA1MyAzMC4zODk1IDI3Ljk4NjNDMzEuMTQ1OSAyNy4wNTU4IDMxLjAwMzUgMjUuNzE3MSAzMC4wNTQgMjQuNzk5MloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);

	background-position: 50%;

	background-repeat: no-repeat;

	background-size: 15px;

	-webkit-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

	-webkit-transition: -webkit-filter .2s linear;

	transition: -webkit-filter .2s linear;

	-o-transition: filter .2s linear;

	transition: filter .2s linear;

	transition: filter .2s linear, -webkit-filter .2s linear
}



.minicart .remove_from_cart_button:hover {

	-webkit-filter: invert(1);

	filter: invert(1)
}



body.woocommerce-cart .minicart,

body.woocommerce-checkout .minicart {

	display: none
}



.minicart .woocommerce-mini-cart-item--assorted-child .product-mini-card__link {

	min-height: 50px
}



.minicart .woocommerce-mini-cart-item--assorted-child .product-mini-card__thumb {

	display: none
}



.minicart .woocommerce-mini-cart-item--assorted-child .product-mini-card__body {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



.minicart .woocommerce-mini-cart-item--assorted-child .product-mini-card__pre-title {

	margin-left: 20px;

	margin-right: 20px;

	font-size: 15px
}



.minicart .woocommerce-mini-cart-item--assorted-child .product-mini-card__title {

	font-size: 15px
}



.minicart .woocommerce-mini-cart-item--assorted-child .product-mini-card__footer {

	display: none
}



.newsletter-modal {

	position: fixed;

	width: 100%;

	background: #f35c59;

	border-top-left-radius: 200px;

	max-width: 260px;

	top: auto;

	left: auto;

	bottom: 15px;

	right: 15px
}



@media (min-width:768px) {

	.newsletter-modal {

		max-width: 290px;

		bottom: 20px;

		right: 30px
	}

}



@media (min-width:1600px) {

	.newsletter-modal {

		max-width: 305px
	}

}



.newsletter-modal__copy,

.newsletter-modal__header {

	text-align: right
}



.newsletter-modal__header {

	margin-bottom: 15px
}



@media (min-width:768px) {

	.newsletter-modal__header {

		margin-bottom: 25px
	}

}



@media (max-width:767px) {

	.newsletter-modal__header img {

		width: 145px
	}

}



@media (min-width:768px) {

	.newsletter-modal__copy {

		margin-bottom: 40px
	}

}



@media (max-width:767px) {

	.newsletter-modal__copy * {

		font-size: 14px
	}

}



@media (max-width:767px) {

	.newsletter-modal__copy p:last-child {

		margin-bottom: 0
	}

}



.newsletter-modal .modal__inner {

	padding: 60px 20px 25px
}



@media (min-width:768px) {

	.newsletter-modal .modal__inner {

		padding: 60px 25px 45px
	}

}



.newsletter-modal .modal__close {

	top: 8px;

	right: 0;

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMSAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMzAuMDU0IDI0Ljc5OTJDMjYuNzQzNSAyMS42MDU5IDIzLjMwOTYgMTguMzgwOCAxOS44MjgyIDE1LjE5MzhDMjIuOTg2OCAxMS41MTkzIDI1Ljk3MTMgNy42MTM4NyAyOC43MTIxIDMuNTQwNjZDMjkuNDE0NyAyLjQ5NjI0IDI5LjI3MjMgMS4yMTEzIDI4LjM3MDMgMC40ODMzNzRDMjcuNDQzIC0wLjI2OTg3MSAyNi4xMDQyIC0wLjEyNDI4NiAyNS4xODY0IDAuODI1MTgyQzIxLjk2NzcgNC4xNjA5OCAxOC43MTc0IDcuNjIwMiAxNS41MDgyIDExLjEyNjlMMTUuMTQ0MiAxMC43NjYxTDE1LjA1ODcgMTAuODgzMkMxMS42MDI3IDcuNzk0MjcgOC4xMjc2MyA0Ljc2MjMxIDQuNzA5NTUgMS44NjAxQzQuNjMwNDMgMS43OTM2NCA0LjU1NzYzIDEuNzQzIDQuNDk3NSAxLjcwNTAyQzQuNDI3ODcgMS42NTc1NSA0LjM1NTA4IDEuNjEzMjQgNC4yNjY0NiAxLjU2MjZDNC4xNzE1MiAxLjUwNTYzIDQuMDc2NTcgMS40NTgxNiAzLjk5MTEyIDEuNDIzMzVDMy44MjY1NCAxLjM1MzcyIDMuNjU4OCAxLjMwMzA4IDMuNDc4NDEgMS4yNjgyN0wzLjI3NTg1IDEuMjM2NjJDMi41ODkwNyAxLjE2MzgzIDEuOTI0NDQgMS4zOTQ4NiAxLjQ2MjM3IDEuODY5NkMxLjAzMTk1IDIuMzE1ODUgMC44MjMwNjIgMi45MjM1IDAuODgzMTk1IDMuNTUwMTVDMC45MTQ4NDQgMy45MjY3OCAxLjA1NDEgNC40NDI2NSAxLjUwNjY4IDQuOTU1MzZDNC40ODgwMSA4LjYzMjk3IDcuODI2OTcgMTIuMjEyNSAxMS40NDEzIDE1LjYyNzRDOC4yOTIyIDE5LjE0NjcgNS4yMDMyNyAyMi42ODUxIDIuMjQ3MjYgMjYuMTY5NkMyLjE4MDggMjYuMjQ4OCAyLjEzMDE2IDI2LjMyMTUgMi4wOTIxOCAyNi4zODE3QzIuMDMyMDUgMjYuNDcwMyAxLjk4NDU4IDI2LjU0NjMgMS45NDY2IDI2LjYxMjdDMS44OTI4IDI2LjcwNzcgMS44NDIxNiAyNi44MDI2IDEuODEwNTEgMjYuODgxN0MxLjczNzcyIDI3LjA0OTUgMS42ODcwOCAyNy4yMjA0IDEuNjUyMjYgMjcuNDAwOEwxLjYyMDYxIDI3LjYwMDJDMS41NDc4MiAyOC4yOTAxIDEuNzc4ODYgMjguOTUxNiAyLjI1MzU5IDI5LjQxMzZDMi42NDkyIDI5Ljc5NjYgMy4xNzE0MSAzMC4wMDU1IDMuNzIyMSAzMC4wMDU1QzMuNzkxNzMgMzAuMDA1NSAzLjg2NDUyIDMwLjAwMjMgMy45MzQxNSAyOS45OTZDNC4zMTA3NyAyOS45NjQzIDQuODI2NjUgMjkuODI1MSA1LjMzOTM2IDI5LjM3MjVDOC45NjMxNiAyNi40MzU1IDEyLjQ4ODggMjMuMTUwMyAxNS44NTYzIDE5LjU5NjJDMTkuNDgwMSAyMi42OTc3IDIzLjMyNTQgMjUuNjI4NCAyNy4zMzIyIDI4LjMyODFDMjcuNzc1MyAyOC42MjU2IDI4LjI2MjcgMjguNzcxMiAyOC43MzExIDI4Ljc3MTJDMjkuMzY3MiAyOC43NzEyIDI5Ljk3MTcgMjguNTA1MyAzMC4zODk1IDI3Ljk4NjNDMzEuMTQ1OSAyNy4wNTU4IDMxLjAwMzUgMjUuNzE3MSAzMC4wNTQgMjQuNzk5MloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);

	background-repeat: no-repeat;

	background-position: 50%;

	background-size: 16px;

	-webkit-transition: all .125s linear;

	-o-transition: all .125s linear;

	transition: all .125s linear
}



@media (min-width:768px) {

	.newsletter-modal .modal__close {

		top: 5px;

		right: 5px
	}

}



.newsletter-modal .modal__close div {

	display: none
}



.newsletter-modal .modal__close:hover {

	-webkit-filter: invert(1);

	filter: invert(1)
}



.newsletter-modal .mailchimp-form {

	display: block;

	margin-top: 10px
}



@media (min-width:768px) {

	.newsletter-modal .mailchimp-form {

		margin-top: 30px
	}

}



.newsletter-modal .mailchimp-form__field--subscribe {

	display: block;

	text-align: center
}



@media (min-width:768px) {

	.newsletter-modal .mailchimp-form__terms {

		margin-bottom: 5px
	}

}



@media (max-width:767px) {

	.newsletter-modal .mailchimp-form__terms p:last-child {

		margin-bottom: 0
	}

}



.newsletter-modal .mailchimp-form__responses {

	text-align: center;

	margin: 15px 0
}



.normal-content {

	margin: 80px 0;

	position: relative
}



@media (min-width:1200px) {

	.normal-content {

		margin: 120px 0
	}

}



.normal-content__badge {

	position: absolute;

	left: 50%;

	bottom: -120px;

	-webkit-transform: translate(-50%, 50%);

	-o-transform: translate(-50%, 50%);

	transform: translate(-50%, 50%)
}



@media (min-width:768px) {

	.normal-content__badge {

		bottom: -200px
	}

}



@media (min-width:1200px) {

	.normal-content__badge {

		bottom: -230px
	}

}



@media (min-width:1600px) {

	.normal-content__badge {

		bottom: -270px
	}

}



.normal-content--has-has-badge {

	margin-bottom: 120px
}



@media (min-width:768px) {

	.normal-content--has-has-badge {

		margin: 100px 0 200px
	}

}



@media (min-width:1200px) {

	.normal-content--has-has-badge {

		margin: 200px 0 230px
	}

}



@media (min-width:1600px) {

	.normal-content--has-has-badge {

		margin: 200px 0 270px
	}

}



.normal-content--parallax-a,

.normal-content--parallax-b {

	position: relative
}



.normal-content--parallax-a .parallax-shape,

.normal-content--parallax-b .parallax-shape {

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%)
}



.normal-content--parallax-a .normal-content__wrap,

.normal-content--parallax-b .normal-content__wrap {

	position: relative;

	z-index: 2
}



@media (max-width:767px) {

	.normal-content--parallax-a .parallax-shape {

		-webkit-transform: translate(-50%, -50%) scale(.55);

		-o-transform: translate(-50%, -50%) scale(.55);

		transform: translate(-50%, -50%) scale(.55)
	}

}



.normal-content--parallax-a .parallax-shape--almonds {

	margin-top: -460px
}



@media (min-width:768px) {

	.normal-content--parallax-a .parallax-shape--almonds {

		margin-top: -170px;

		margin-left: 10px
	}

}



.normal-content--parallax-a .parallax-shape--almond {

	margin-left: -130px;

	margin-top: 200px
}



@media (min-width:768px) {

	.normal-content--parallax-a .parallax-shape--almond {

		margin-left: -210px;

		margin-top: 300px
	}

}



.normal-content--parallax-a .parallax-shape--cashew {

	margin-left: 130px;

	margin-top: -140px
}



@media (min-width:768px) {

	.normal-content--parallax-a .parallax-shape--cashew {

		margin-top: 330px;

		margin-left: 270px
	}

}



@media (max-width:767px) {

	.normal-content--parallax-b .parallax-shape {

		display: none
	}

}



@media (min-width:768px) {

	.normal-content--parallax-b .parallax-shape--almonds {

		margin-top: -180px;

		margin-left: -60px
	}

}



@media (min-width:768px) {

	.normal-content--parallax-b .parallax-shape--blueberry {

		margin-left: -300px;

		margin-top: 80px
	}

}



@media (min-width:768px) {

	.normal-content--parallax-b .parallax-shape--peanut {

		margin-top: 135px;

		margin-left: 170px
	}

}



@media (min-width:1200px) {

	.page-header {

		width: 80%
	}

}



@media (min-width:1600px) {

	.page-header {

		width: 60%
	}

}



body.template-faq .page-header h1,

body.woocommerce-cart .page-header h1 {

	margin-bottom: 45px
}



@media (min-width:768px) {



	body.template-faq .page-header h1,

	body.woocommerce-cart .page-header h1 {

		margin-bottom: 28px;

		margin-bottom: 49px
	}

}



.page-title {

	margin-top: 50px;

	margin-bottom: 50px
}



@media (min-width:768px) {

	.page-title {

		margin-top: 120px;

		margin-bottom: 120px
	}

}



.page-title.block--first {

	margin-bottom: 40px
}



.page-title.block--first.page-title--has-pretitle {

	margin-top: 35px
}



@media (min-width:768px) {

	.page-title.block--first.page-title--has-pretitle {

		margin-top: 95px
	}

}



@media (min-width:1200px) {

	.page-title.block--first.page-title--has-pretitle {

		margin-top: 100px;

	}

}



.page-title.block--first.page-title--has-no-pretitle {

	margin-top: 45px
}



@media (min-width:768px) {

	.page-title.block--first.page-title--has-no-pretitle {

		margin-top: 125px
	}

}



@media (min-width:1200px) {

	.page-title.block--first.page-title--has-no-pretitle {

		margin-top: 170px
	}

}



@media (min-width:768px) {

	.page-title.block--first.page-title--has-subtitle {

		margin-bottom: 30px
	}

}



@media (min-width:1200px) {

	.page-title.block--first.page-title--has-subtitle {

		margin-bottom: 45px
	}

}



@media (min-width:768px) {

	.page-title.block--first.page-title--has-no-subtitle {

		margin-bottom: 80px
	}

}



@media (min-width:1200px) {

	.page-title.block--first.page-title--has-no-subtitle {

		margin-bottom: 75px;

	}

}



@media (max-width:767px) {



	.page-title__pretitle,

	.page-title__subtitle {

		font-size: 18px
	}

}



@media (min-width:768px) {



	.page-title__pretitle,

	.page-title__subtitle {

		margin-left: auto;

		margin-right: auto;

		width: 66.6666667%
	}

}



@media (min-width:1200px) {



	.page-title__pretitle,

	.page-title__subtitle {

		width: 33.3333%
	}

}



.page-title__pretitle {

	margin-bottom: 13px
}



@media (min-width:768px) {

	.page-title__pretitle {

		margin-bottom: 25px
	}

}



@media (min-width:1200px) {

	.page-title__pretitle {

		margin-bottom: 32px
	}

}



.page-title__title {

	margin-bottom: 0
}



@media (min-width:1200px) {

	.page-title__title {

		width: 83.3333333%;

		margin-left: auto;

		margin-right: auto
	}

}



.page-title__subtitle {

	margin-top: 35px;

	margin-bottom: 0
}



@media (min-width:768px) {

	.page-title__subtitle {

		margin-top: 25px
	}

}



.page-title__badge {

	position: absolute;

	z-index: 1;

	left: 50%;

	bottom: -100px;

	-webkit-transform: translate(-50%, 50%);

	-o-transform: translate(-50%, 50%);

	transform: translate(-50%, 50%)
}



@media (min-width:768px) {

	.page-title__badge {

		bottom: -150px
	}

}



@media (min-width:1200px) {

	.page-title__badge {

		bottom: -200px
	}

}



@media (min-width:1600px) {

	.page-title__badge {

		bottom: -250px
	}

}



.page-title--has-has_badge {

	position: relative;

	margin-bottom: 100px
}



@media (min-width:768px) {

	.page-title--has-has_badge {

		margin-bottom: 150px
	}

}



@media (min-width:1200px) {

	.page-title--has-has_badge {

		margin-bottom: 200px
	}

}



@media (min-width:1600px) {

	.page-title--has-has_badge {

		margin-bottom: 250px
	}

}



.pagination-nav {

	width: 182px;

	padding-top: 12px;

	padding-bottom: 12px;

	margin-left: auto;

	margin-right: auto;

	border-radius: 274.5px;

	background: #000;

	color: #fff;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-size: 14px;

	position: relative
}



@media (min-width:768px) {

	.pagination-nav {

		font-size: 16px;

		width: 210px;

		padding-top: 16px;

		padding-bottom: 16px
	}

}



@media (min-width:1200px) {

	.pagination-nav {

		font-size: 16px;

		width: 218px;

		padding-top: 20px;

		padding-bottom: 20px;

		margin-right: 0
	}

}



.pagination-nav__list {

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center
}



.pagination-nav__list-item:first-child:after {

	content: "/";

	padding: 0 10px
}



.pagination-nav__list-item--previous a {

	left: 6%
}



.pagination-nav__list-item--next a {

	right: 6%
}



.pagination-nav__list-item a {

	display: inline-block;

	padding: 10px;

	position: absolute;

	top: 49%;

	-webkit-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%)
}



.pagination-nav__list-item svg {

	width: 8px;

	height: 11px;

	opacity: .4
}



@media (min-width:768px) {

	.pagination-nav__list-item svg {

		width: 9px;

		height: 13px;

		width: 12px;

		height: 16px
	}

}



.pagination-nav__list-item.is-active svg {

	opacity: 1
}



.payment-icons-wrapper {

	width: 100%;

	margin-bottom: 20px
}



.payment-icons {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap
}



.payment-icons__item {

	margin-right: 14px
}



.product-banner {

	padding-top: 48px;

	padding-bottom: 47px;

	position: relative;

	z-index: 1
}



@media (min-width:768px) {

	.product-banner {

		padding-top: 80px;

		padding-bottom: 80px
	}

}



@media (min-width:1200px) {

	.product-banner {

		padding-top: 90px;

		padding-bottom: 20px
	}

}



@media (min-width:1600px) {

	.product-banner {

		padding-top: 130px;

		padding-bottom: 90px
	}

}



.product-banner__header {

	max-width: 250px;

	margin-bottom: 10px
}



@media (min-width:768px) {

	.product-banner__header {

		margin-bottom: 30px;

		max-width: 650px
	}

}



@media (min-width:1200px) {

	.product-banner__header {

		max-width: 600px;

		margin-bottom: 50px
	}

}



@media (min-width:1600px) {

	.product-banner__header {

		max-width: 700px
	}

}



.product-banner__background {

	position: absolute;

	top: 0;

	right: 0;

	width: 50vw;

	width: 100vw;

	height: 100%;

	z-index: -1
}



.product-banner,

.product-banner__background {

	border-radius: 0 150px 0 0
}



@media (min-width:768px) {



	.product-banner,

	.product-banner__background {

		border-radius: 0 220px 0 0
	}

}



.product-banner__slides.flickity-enabled {

	padding-bottom: 40px
}



@media (min-width:768px) {

	.product-banner__slides.flickity-enabled {

		padding-bottom: 0
	}

}



@media (min-width:1200px) {

	.product-banner__slides.flickity-enabled {

		padding-bottom: 40px
	}

}



.product-banner__slide {

	width: 100%;

	position: relative
}



.product-banner__deco {

	position: absolute;

	right: 46px;

	top: -64px;

	max-width: 50px;

	height: auto;

	-webkit-transform: rotate(10deg);

	-o-transform: rotate(10deg);

	transform: rotate(10deg)
}



@media (min-width:768px) {

	.product-banner__deco {

		max-width: 100%;

		top: -24%;

		right: 9%
	}

}



@media (min-width:992px) {

	.product-banner__deco {

		top: -29%;

		right: 13%
	}

}



@media (min-width:1200px) {

	.product-banner__deco {

		top: -21%;

		right: 5%
	}

}



@media (min-width:1600px) {

	.product-banner__deco {

		top: -12%;

		right: 9%
	}

}



.product-banner__image {

	margin-bottom: 25px
}



@media (min-width:768px) {

	.product-banner__image {

		max-width: 333px;

		margin: -20px auto 0
	}

}



@media (min-width:1200px) {

	.product-banner__image {

		max-width: 350px;

		margin: 0 auto
	}

}



.product-banner__copy {

	margin-top: 25px;

	margin-bottom: 25px
}



@media (min-width:768px) {

	.product-banner__copy {

		margin-bottom: 30px
	}

}



.product-banner__title {

	margin-bottom: 7px
}



@media (min-width:768px) {

	.product-banner__title {

		margin-bottom: 15px
	}

}



@media (min-width:1200px) {

	.product-banner__title {

		margin-right: -30px
	}

}



@media (min-width:768px) and (max-width:1199px) {

	.product-banner__content {

		font-size: 16px
	}

}



.product-banner .flickity-viewport {

	overflow: visible
}



.product-banner .flickity-page-dots {

	text-align: left;

	bottom: -10px
}



@media (min-width:768px) {

	.product-banner .flickity-page-dots {

		bottom: 1%
	}

}



@media (min-width:1200px) {

	.product-banner .flickity-page-dots {

		bottom: 10%
	}

}



@media (min-width:1600px) {

	.product-banner .flickity-page-dots {

		bottom: -2%
	}

}



.product-blocks {

	margin-bottom: 90px
}



@media (min-width:768px) {

	.product-blocks {

		margin-bottom: 120px
	}

}



@media (min-width:1200px) {

	.product-blocks {

		margin-top: 280px;

		margin-bottom: 120px
	}

}



.product-blocks .product-block {

	margin-top: 70px
}



@media (min-width:768px) {

	.product-blocks .product-block {

		margin-top: 120px
	}

}



@media (min-width:1200px) {

	.product-blocks .product-block:nth-child(2n) {

		margin-top: -150px
	}

}



.product-card {

	margin-bottom: 0;

}



.product-card.new-item,

.product-card.sale {

	position: relative
}



.product-card.new-item:before,

.product-card.sale:before {

	content: "";

	position: absolute;

	right: 0;

	top: 10%;

	z-index: 9001;

	width: 70px;

	height: 70px;

	background-repeat: no-repeat
}



@media (min-width:768px) {



	.product-card.new-item:before,

	.product-card.sale:before {

		right: 17px;

		right: 40px
	}

}



@media (min-width:1600px) {



	.product-card.new-item:before,

	.product-card.sale:before {

		right: 100px
	}

}



.product-card.sale:not(.custom-badge-image):before {

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCA3MCA3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzUiIGN5PSIzNSIgcj0iMzUiIGZpbGw9IiMxODE3MTciLz4KPHBhdGggZD0iTTI4LjIyNDkgMzcuMjY0QzMxLjc4ODkgMzcuMjY0IDM1LjEzNjkgMzMuOTg4IDM1LjEzNjkgMjkuNjY4QzM1LjEzNjkgMjUuMzEyIDMxLjgyNDkgMjIuMDcyIDI4LjIyNDkgMjIuMDcyQzI0LjYyNDkgMjIuMDcyIDIxLjUyODkgMjUuMzEyIDIxLjUyODkgMjkuNjY4QzIxLjUyODkgMzMuOTg4IDI0LjYyNDkgMzcuMjY0IDI4LjIyNDkgMzcuMjY0Wk0yOC4yMjQ5IDM2LjU4QzI2LjY0MDkgMzYuNTggMjYuMzg4OSAzMy41OTIgMjYuMzg4OSAyOS42NjhDMjYuMzg4OSAyNS42NzIgMjYuNjQwOSAyMi43NTYgMjguMjI0OSAyMi43NTZDMjkuNzcyOSAyMi43NTYgMzAuMjc2OSAyNS42NzIgMzAuMjc2OSAyOS42NjhDMzAuMjc2OSAzMy41OTIgMjkuODA4OSAzNi41OCAyOC4yMjQ5IDM2LjU4Wk00Mi41NTI5IDQ5LjI4OEM0Ni4xMTY5IDQ5LjI4OCA0OS40NjQ5IDQ2LjAxMiA0OS40NjQ5IDQxLjY5MkM0OS40NjQ5IDM3LjM3MiA0Ni4xNTI5IDM0LjEzMiA0Mi41NTI5IDM0LjEzMkMzOC45NTI5IDM0LjEzMiAzNS44NTY5IDM3LjM3MiAzNS44NTY5IDQxLjY5MkMzNS44NTY5IDQ2LjAxMiAzOC45NTI5IDQ5LjI4OCA0Mi41NTI5IDQ5LjI4OFpNNDIuNTUyOSA0OC42NEM0MC45Njg5IDQ4LjY0IDQwLjY4MDkgNDUuNTggNDAuNjgwOSA0MS42OTJDNDAuNjgwOSAzNy42OTYgNDAuOTY4OSAzNC43OCA0Mi41NTI5IDM0Ljc4QzQ0LjA2NDkgMzQuNzggNDQuNTY4OSAzNy42OTYgNDQuNTY4OSA0MS42OTJDNDQuNTY4OSA0NS41OCA0NC4xMzY5IDQ4LjY0IDQyLjU1MjkgNDguNjRaTTI2LjYwNDkgNDguOTY0TDQ1LjMyNDkgMjIuNzkyTDQ0LjU2ODkgMjIuMjUyTDI1Ljg0ODkgNDguMzg4TDI2LjYwNDkgNDguOTY0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}



/*.product-card.new-item:before {

    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCA3MCA3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzUiIGN5PSIzNSIgcj0iMzUiIGZpbGw9IiMxODE3MTciLz4KPHBhdGggZD0iTTQ0LjkyOTggNDguMTA4TDQ2LjE1MzggNDcuOTY0VjI5LjQ2QzQ2LjE1MzggMjUuODk2IDQ2Ljk0NTggMjQuNDIgNDguNzgxOCAyMS43MlYyMS42NDhINDIuNDQ1OFYyMS43MkM0NC4zNTM4IDI0LjM4NCA0NS4xMDk4IDI1LjkzMiA0NS4xMDk4IDI5LjUzMkw0NS4xODE4IDM4LjM4OEwzMS44NjE4IDIxLjY0OEgyMy44MzM4VjIxLjcyQzI1LjUyNTggMjMuNjI4IDI2LjI4MTggMjQuOTI0IDI2LjQ2MTggMjcuNDA4VjQwLjE4OEMyNi40NjE4IDQzLjc4OCAyNS43MDU4IDQ1LjIyOCAyMy43OTc4IDQ3LjkyOFY0OEgzMC4yNzc4VjQ3LjkyOEMyOC4zNjk4IDQ1LjI2NCAyNy41NDE4IDQzLjcxNiAyNy41NDE4IDQwLjE4OEwyNy4zOTc4IDI2LjIyTDQ0LjkyOTggNDguMTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)

}*/







.product-card:hover .product-card__pattern {

	opacity: 0;

	visibility: visible
}



.product-card:hover .product-card__button span {

	-webkit-animation: marquee 2.3s linear infinite;

	-o-animation: marquee 2.3s linear infinite;

	animation: marquee 2.3s linear infinite
}



.product-card__price del {

	margin-right: 5px
}



@media (min-width:1200px) {

	.product-card__price del {

		font-size: 16px
	}

}



.product-card__price ins {

	text-decoration: none
}



.product-card__inner {

	max-width: 400px;

	margin: 0 auto
}



@media (min-width:1200px) {

	.product-card__inner {

		max-width: 360px
	}

}



.product-card__alternative-badge.media-item {

	position: absolute;

	right: 0;

	top: 11.7%;

	z-index: 9001 !important;

	width: 70px;

	height: 70px;

	background-repeat: no-repeat
}



@media (min-width:768px) {

	.product-card__alternative-badge.media-item {

		right: 17px;

		right: 40px
	}

}



@media (min-width:1600px) {

	.product-card__alternative-badge.media-item {

		right: 100px
	}

}



.product-card__alternative-badge.media-item .media-item__inner {

	padding-bottom: 100% !important
}



.product-card__link {

	display: block;

	position: relative;

	z-index: 2
}



.product-card__thumb {

	position: relative;

	padding: 17.5% 0 18.5%
}



.product-card__body,

body.assorted_product .apb_products_items_container .abp-captions {

	position: relative;

	margin-top: -10%;

	z-index: 2
}



@media (min-width:768px) {



	.product-card__body,

	body.assorted_product .apb_products_items_container .abp-captions {

		margin-top: -22%
	}

}



.product-card__background,

.product-card__pattern {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	/* border-radius: 275px */

}



.product-card__background {

	z-index: 1
}



.product-card__pattern {

	z-index: 2;

	-webkit-transition: all .3s ease-out;

	-o-transition: all .3s ease-out;

	transition: all .3s ease-out;

	background-size: cover;

	background-position: 100%;

	background-repeat: no-repeat;

	opacity: 0;

	visibility: hidden
}



.product-card__title,

body.assorted_product .apb_products_items_container .apb-title {

	margin-bottom: 13px;

	max-width: 400px
}



@media (max-width:767px) {



	.marquee-slider .product-card__title,

	.marquee-slider body.assorted_product .apb_products_items_container .apb-title,

	body.assorted_product .apb_products_items_container .marquee-slider .apb-title {

		font-size: 21px
	}

}



@media (min-width:768px) {



	.product-card__title,

	body.assorted_product .apb_products_items_container .apb-title {

		margin-bottom: 0
	}

}



@media (min-width:1200px) {



	.product-card__title,

	body.assorted_product .apb_products_items_container .apb-title {

		max-width: 350px;

		margin-bottom: 7px;

		overflow-wrap: inherit
	}

}



@media (min-width:1600px) {



	.product-card__title,

	body.assorted_product .apb_products_items_container .apb-title {

		max-width: 310px
	}

}



.product-card__footer {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin-bottom: 11px
}



@media (min-width:1200px) {

	.product-card__footer {

		margin-bottom: 25px
	}

}



.product-card__variations {

	position: relative
}



.product-card__variations:after {

	content: "|";

	display: inline-block;

	margin-left: 1px;

	margin-right: 5px
}



@media (min-width:768px) {

	.product-card__variations:after {

		margin-left: 3px;

		margin-right: 8px
	}

}



.product-card__button {

	color: #fff;

}



@media (max-width:767px) {

	.product-card__button {

		font-size: 16px
	}

}



.product-card__button:hover {

	/* color: inherit; */

}



.product-card__button+.added_to_cart {

	display: none
}



.product-card__button.loading {

	pointer-events: none;

	color: transparent;

	background-image: url(../images/loader_9a646d84.gif);

	background-repeat: no-repeat;

	background-size: 15%;

	background-blend-mode: color-burn;

	background-position: 50% 50%
}



.product-card .media-item {

	z-index: 2
}



.product-card--order-review {

	margin-bottom: 0
}



.product-card--order-review .product-card__background {

	background-color: #e9a8c6
}



.product-card--order-review .product-card__body,

.product-card--order-review body.assorted_product .apb_products_items_container .abp-captions,

body.assorted_product .apb_products_items_container .product-card--order-review .abp-captions {

	position: relative;

	left: auto;

	top: auto;

	margin-top: -45px
}



@media (min-width:768px) {



	.product-card--order-review .product-card__body,

	.product-card--order-review body.assorted_product .apb_products_items_container .abp-captions,

	body.assorted_product .apb_products_items_container .product-card--order-review .abp-captions {

		margin-top: -60px
	}

}



.product-card--order-review .product-card__footer {

	margin-bottom: 0
}



.product-card--order-review .product-card__pre-title {

	margin-bottom: .5em
}



.product-card--order-review .product-card__title,

.product-card--order-review body.assorted_product .apb_products_items_container .apb-title,

body.assorted_product .apb_products_items_container .product-card--order-review .apb-title {

	line-height: 1.1875
}



@media (max-width:767px) {



	.product-card--order-review .product-card__title,

	.product-card--order-review body.assorted_product .apb_products_items_container .apb-title,

	body.assorted_product .apb_products_items_container .product-card--order-review .apb-title {

		font-size: 26px !important;

		margin-bottom: 0
	}

}



@media (min-width:768px) and (max-width:991px) {



	.product-card--order-review .product-card__title,

	.product-card--order-review body.assorted_product .apb_products_items_container .apb-title,

	body.assorted_product .apb_products_items_container .product-card--order-review .apb-title {

		font-size: 32px
	}

}



.product-card--order-review .product-card__price {

	font-size: 16px
}



.product-card.product-type-assorted_product .product-card__price {

	visibility: hidden
}



.product-list-cover {

	position: relative;

	min-height: 300px
}



@media (min-width:768px) {

	.product-list-cover {

		min-height: 340px
	}

}



@media (min-width:992px) {

	.product-list-cover {

		min-height: 500px
	}

}



@media (min-width:1600px) {

	.product-list-cover {

		min-height: 600px
	}

}



.product-list-cover__media {

	position: absolute;

	left: 0;

	top: -137px;

	width: 100%;

	height: calc(100% + 137px);

	z-index: -1;

	background-color: #FFE4E1
}



@media (min-width:768px) {

	.product-list-cover__media {

		top: -50px;

		height: calc(100% + 100px);

	}

}



@media (min-width:1200px) {

	.product-list-cover__media {

		top: -35px;

		height: calc(100% + 87px)
	}

}



@media (min-width:1600px) {

	.product-list-cover__media {

		top: -40px;

		height: calc(100% + 91px)
	}

}



.product-list-cover__image {

	height: 100%
}



.product-list-cover .media-item__inner {

	min-height: 100%
}



.product-list-cover .media-item__inner img {

	-o-object-fit: cover;

	object-fit: cover
}



.product-list-header {

	padding-top: 30px;

	border-radius: 0 220px 0 0;

	position: relative;

	margin-top: -99px
}



@media (min-width:768px) {

	.product-list-header {

		padding-top: 43px
	}

}



@media (min-width:1200px) {

	.product-list-header {

		padding-top: 70px
	}

}



.product-list-header:before {

	content: "";

	position: absolute;

	top: 0;

	right: -15px;

	width: 100vw;

	height: 100%;

	border-radius: 0 220px 0 0
}



@media (min-width:768px) {

	.product-list-header:before {

		right: 0
	}

}



.product-list-header__title {

	display: inline-block;

	position: relative
}



.product-list-header sup {

	position: absolute;

	right: -10px;

	top: 0;

	font-size: 14px;

	font-weight: 400;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	-webkit-transform: translateX(100%);

	-o-transform: translateX(100%);

	transform: translateX(100%);

	opacity: 0;

	visibility: hidden
}



@media (min-width:768px) {

	.product-list-header sup {

		top: 1em;

		font-size: 16px
	}

}



.product-list-sidebar {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-size: 16px;

	text-transform: uppercase;

	margin-bottom: 15px
}



.product-list-sidebar .count {

	display: none
}



.product-list-sidebar .widgettitle {

	margin-bottom: 15px
}



.product-list-sidebar ul {

	padding-left: 0;

	list-style: none;

	margin-bottom: 50px
}



.product-list-sidebar li {

	margin-bottom: 10px
}



.product-list-sidebar li.yith-woocommerce-ajax-product-filter {

	margin-bottom: 50px
}



.product-list-sidebar a {

	position: relative;

	padding-left: 2.2rem
}



.product-list-sidebar a:after,

.product-list-sidebar a:before {

	left: 0
}



.product-list-sidebar a:before {

	content: "" !important;

	color: inherit !important
}



.product-list-sidebar a:after {

	opacity: 0;

	visibility: hidden;

	background: #000;

	-webkit-transform: scale(.55);

	-o-transform: scale(.55);

	transform: scale(.55)
}



.product-list-sidebar .yith-wcan-list span {

	display: none
}



.product-list-sidebar .chosen a:after {

	opacity: 1;

	visibility: visible
}



.product-list-wrapper {

	position: relative;

	background: #F5F5F5;

	padding-top: 10px
}



.product-list-wrapper .filters-toggle {

	position: fixed;

	right: 0;

	top: 80vh;

	z-index: 3
}



.product-list {

	margin-bottom: 27px
}



@media (min-width:768px) {

	.product-list {

		margin-top: 40px
	}

}



@media (min-width:1200px) {

	.product-list {

		margin-top: 0
	}

}



@media (min-width:768px) and (max-width:1199px) {

	.product-list .product-card:nth-child(odd) {

		/* margin-top: 35px; */

	}

}



@media (min-width:1200px) {

	.product-list .product-card:nth-child(2n) {

		margin-top: 0px
	}

}



.product-mini-card {

	border-bottom: 1px solid #ed7b49
}



.product-mini-card__link {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	padding-right: 10px;

	min-height: 110px
}



@media (min-width:1200px) {

	.product-mini-card__link {

		padding-left: 20px
	}

}



@media (min-width:768px) and (max-width:1199px) {

	.product-mini-card__pre-title {

		font-size: 16px
	}

}



@media (min-width:768px) and (max-width:1199px) {

	.product-mini-card__title {

		font-size: 21px
	}

}



.product-mini-card__thumb {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 55px;

	flex: 0 0 55px;

	-webkit-box-ordinal-group: 3;

	-ms-flex-order: 2;

	order: 2
}



.product-mini-card__body {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	padding: 15px 0
}



.product-mini-card__price {

	margin-top: 3px
}



@media (min-width:768px) and (max-width:1199px) {

	.product-mini-card__price {

		font-size: 16px
	}

}



.product-select {

	position: relative;

	z-index: 1000;

	display: inline-block;

	letter-spacing: .025em;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	width: 100%
}



@media (min-width:768px) {

	.product-select {

		width: 50%
	}

}



@media (min-width:768px) {

	.product-select__inner {

		padding: 0 15px
	}

}



.product-select input {

	position: absolute;

	left: 20px;

	z-index: 0;

	opacity: 0
}



.product-select input:checked+.product-select__toggle .icon {

	-webkit-transform: rotateX(180deg);

	transform: rotateX(180deg)
}



.product-select input:checked~.product-select__options {

	opacity: 1;

	visibility: visible;

	-webkit-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0)
}



.product-select__toggle {

	position: relative;

	z-index: 1;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	margin-bottom: 0;

	border-bottom: 1px solid #000;

	padding-bottom: 6px
}



.product-select__toggle span {

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	padding-right: 15px
}



.product-select .icon {

	width: 15px;

	height: 11px;

	-webkit-box-flex: 0;

	-ms-flex: 0 0 15px;

	flex: 0 0 15px;

	-webkit-transition: all .15s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .15s cubic-bezier(0, .5, .5, 1);

	transition: all .15s cubic-bezier(0, .5, .5, 1)
}



.product-select .icon use {

	fill: #fff
}



.product-select__options {

	-webkit-box-orient: vertical !important;

	-webkit-box-direction: normal !important;

	-ms-flex-direction: column !important;

	flex-direction: column !important;

	position: absolute;

	top: 50%;

	left: 0;

	right: 0;

	background: transparent;

	padding-top: 15px;

	padding-bottom: 10px;

	opacity: 0;

	visibility: hidden;

	-webkit-transform: translateY(-25px);

	-o-transform: translateY(-25px);

	transform: translateY(-25px);

	max-height: 240px;

	overflow: auto;

	-ms-flex-wrap: nowrap;

	flex-wrap: nowrap;

	-webkit-transition: opacity .15s linear, visibility .15s linear, -webkit-transform .15s ease-out, -webkit-box-shadow .15s linear 75ms;

	transition: opacity .15s linear, visibility .15s linear, -webkit-transform .15s ease-out, -webkit-box-shadow .15s linear 75ms;

	-o-transition: opacity .15s linear, visibility .15s linear, box-shadow .15s linear 75ms, -o-transform .15s ease-out;

	transition: opacity .15s linear, visibility .15s linear, transform .15s ease-out, box-shadow .15s linear 75ms;

	transition: opacity .15s linear, visibility .15s linear, transform .15s ease-out, box-shadow .15s linear 75ms, -webkit-transform .15s ease-out, -o-transform .15s ease-out, -webkit-box-shadow .15s linear 75ms
}



@media (min-width:768px) {

	.product-select__options li {

		padding: 0 15px
	}

}



.product-select__options li:last-of-type a {

	border-bottom: 0
}



.product-select__options a {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	text-transform: uppercase;

	color: #000;

	-webkit-transition: all .125s linear;

	-o-transition: all .125s linear;

	transition: all .125s linear;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	padding: 12px 0 10px;

	text-decoration: none;

	border-bottom: 1px solid #000
}



.product-select__options a:hover {

	text-decoration: none;

	color: rgba(0, 0, 0, .5)
}



.product-select__options a.active {

	pointer-events: none;

	color: rgba(0, 0, 0, .5)
}



.products-menu {

	display: none
}



@media (min-width:768px) {

	.products-menu {

		position: fixed;

		z-index: 10010;

		top: 0;

		left: 0;

		bottom: 0;

		display: block;

		width: 364px;

		-webkit-transform: translateX(-100%);

		-o-transform: translateX(-100%);

		transform: translateX(-100%);

		opacity: 0;

		visibility: hidden
	}

}



@media (min-width:1200px) {

	.products-menu {

		width: 480px
	}

}



@media (min-width:1920px) {

	.products-menu {

		width: 25%
	}

}



@media (min-width:768px) {



	.products-menu__nav,

	.products-menu__products {

		position: absolute;

		top: 0;

		left: 0;

		bottom: 0;

		width: 100%
	}

}



.products-menu__nav {

	background-color: #ed7b49;

	z-index: 1
}



@media (min-width:768px) {

	.products-menu__nav__inner {

		padding: 120px 80px
	}

}



@media (min-width:1200px) {

	.products-menu__nav__inner {

		padding-right: 100px;

		padding-left: 100px
	}

}



.products-menu__nav__menu {

	padding-top: 22px
}



.products-menu__nav__menu svg {

	display: none
}



.products-menu__nav__menu a {

	display: inline-block;

	padding: .25em 0;

	line-height: 1
}



.products-menu__products {

	background-color: #FFE4E1;

	-webkit-transform: translateX(-100%);

	-o-transform: translateX(-100%);

	transform: translateX(-100%);

	left: 100%;

	overflow: hidden
}



.products-menu__products .products-menu__label {

	padding-left: 20px
}



@media (min-width:768px) {

	.products-menu__products__inner {

		height: 100%;

		overflow: auto;

		margin-right: -20px;

		padding: 120px 45px
	}

}



.products-menu__list {

	padding-top: 5px;

	display: none
}



.products-menu__close {

	position: absolute;

	right: 25px;

	top: 25px;

	z-index: 1
}



.products-menu__close use {

	-webkit-transition: fill .2s linear;

	-o-transition: fill .2s linear;

	transition: fill .2s linear
}



.products-menu__close:hover use {

	fill: #fff
}



.products-menu a {

	-webkit-transition: all .125s linear;

	-o-transition: all .125s linear;

	transition: all .125s linear
}



.products-menu a.hovered,

.products-menu a:hover {

	color: #fff
}



.products-slider__item {

	width: 237px;

	padding-right: 13px;

	padding-left: 13px
}

/* 

@media (min-width:768px) {

	.products-slider__item:nth-child(odd) {

		margin-top: 70px

	}

}



@media (min-width:1200px) {

	.products-slider__item:nth-child(odd) {

		margin-top: 143px

	}

} */



@media (min-width:768px) {

	.products-slider__item {

		width: 333px;

		padding-right: 17px;

		padding-left: 17px
	}

}



@media (min-width:1200px) {

	.products-slider__item {

		width: 421px;

		padding-right: 29px;

		padding-left: 29px
	}

}



.recipe-card__link {

	display: block
}



.recipe-card__media {

	margin-bottom: 20px
}



@media (min-width:768px) {

	.recipe-card__media {

		margin-bottom: 34px
	}

}



@media (min-width:1200px) {

	.recipe-card__media {

		margin-bottom: 43px
	}

}



@media (min-width:1600px) {

	.recipe-card__media {

		margin-bottom: 33px
	}

}



.recipe-card__meta {

	margin-bottom: 12px;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;



}



@media (min-width:768px) {

	.recipe-card__meta {

		margin-bottom: 4px
	}

}



@media (min-width:1200px) {

	.recipe-card__meta {

		margin-bottom: 12px
	}

}



@media (min-width:1600px) {

	.recipe-card__meta {

		margin-bottom: 24px
	}

}



.recipe-card__title {

	margin-bottom: 20px
}



@media (max-width:767px) {

	.marquee-slider .recipe-card__title {

		font-size: 23px
	}

}



@media (min-width:1200px) {

	.marquee-slider .recipe-card__title {

		font-size: 42px
	}

}



@media (min-width:1200px) {

	.recipe-card__title {

		margin-bottom: 12px;

		margin-bottom: 17px;

		max-width: 80%
	}

}



.recipe-list {

	margin-bottom: 50px
}



.recipe-list__content {

	margin-bottom: 27px
}



@media (min-width:768px) {

	.recipe-list__content {

		margin-bottom: 37px
	}

}



@media (min-width:1200px) {

	.recipe-list__content {

		width: 68%
	}

}



.recipe-list__title {

	margin-bottom: 15px
}



.recipe-list__header {

	margin-bottom: 55px
}



@media (min-width:768px) {

	.recipe-list__header {

		margin-bottom: 70px
	}

}



@media (min-width:1200px) {

	.recipe-list__header {

		margin-bottom: 125px
	}

}



.recipe-list__selectors {

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-flow: column;

	flex-flow: column
}



@media (min-width:768px) {

	.recipe-list__selectors {

		-webkit-box-orient: horizontal;

		-webkit-box-direction: normal;

		-ms-flex-flow: row;

		flex-flow: row;

		width: 68%;

		-webkit-box-pack: justify;

		-ms-flex-pack: justify;

		justify-content: space-between;

		margin-left: -15px
	}

}



.recipe-list__item {

	margin-bottom: 50px
}



@media (min-width:768px) {

	.recipe-list__item {

		margin-bottom: 70px
	}

}



@media (min-width:768px) and (max-width:1199px) {

	.recipe-list__item:nth-child(odd) {

		margin-top: 35px
	}

}



@media (min-width:1200px) {

	.recipe-list__item:nth-child(2n) {

		margin-top: 35px
	}

}



@media (min-width:1200px) {

	.recipe-list__body {

		margin-bottom: 20px
	}

}



.recipe-list .masonry-list-gutter {

	position: absolute;

	opacity: 0;

	visibility: hidden
}



.recipe-list .pagination-nav {

	margin-right: auto
}



.recipe-product-card__link {

	display: block
}



.recipe-product-card__media {

	margin-bottom: 20px
}



@media (min-width:768px) {

	.recipe-product-card__media {

		margin-bottom: 34px
	}

}



@media (min-width:1200px) {

	.recipe-product-card__media {

		margin-bottom: 43px
	}

}



@media (min-width:1600px) {

	.recipe-product-card__media {

		margin-bottom: 33px
	}

}



.recipe-product-card__meta {

	margin-bottom: 12px
}



@media (min-width:768px) {

	.recipe-product-card__meta {

		margin-bottom: 4px
	}

}



@media (min-width:1200px) {

	.recipe-product-card__meta {

		margin-bottom: 12px
	}

}



@media (min-width:1600px) {

	.recipe-product-card__meta {

		margin-bottom: 24px
	}

}



.recipe-product-card__title {

	margin-bottom: 20px
}



@media (max-width:767px) {

	.marquee-slider .recipe-product-card__title {

		font-size: 23px
	}

}



@media (min-width:1200px) {

	.marquee-slider .recipe-product-card__title {

		font-size: 42px
	}

}



@media (min-width:1200px) {

	.recipe-product-card__title {

		margin-bottom: 12px;

		margin-bottom: 17px;

		max-width: 80%
	}

}



.recipe-select {

	position: relative;

	z-index: 1000;

	display: inline-block;

	letter-spacing: .025em;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	width: 100%;

	margin-bottom: 20px
}



@media (min-width:768px) {

	.recipe-select {

		width: 50%;

		margin-bottom: 0
	}

}



@media (min-width:768px) {

	.recipe-select__inner {

		padding: 0 15px
	}

}



.recipe-select input {

	position: absolute;

	left: 20px;

	z-index: 0;

	opacity: 0
}



.recipe-select input:checked+.recipe-select__toggle .icon {

	-webkit-transform: rotateX(180deg);

	transform: rotateX(180deg)
}



.recipe-select input:checked~.recipe-select__options {

	opacity: 1;

	visibility: visible;

	-webkit-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0)
}



.recipe-select__toggle {

	position: relative;

	z-index: 1;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	margin-bottom: 0;

	border-bottom: 1px solid #000;

	padding-bottom: 6px
}



.recipe-select__toggle span {

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	padding-right: 15px
}



.recipe-select .icon {

	width: 15px;

	height: 11px;

	-webkit-box-flex: 0;

	-ms-flex: 0 0 15px;

	flex: 0 0 15px;

	-webkit-transition: all .15s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .15s cubic-bezier(0, .5, .5, 1);

	transition: all .15s cubic-bezier(0, .5, .5, 1)
}



.recipe-select .icon use {

	fill: #fff
}



.recipe-select__options {

	-webkit-box-orient: vertical !important;

	-webkit-box-direction: normal !important;

	-ms-flex-direction: column !important;

	flex-direction: column !important;

	position: absolute;

	top: 50%;

	left: 0;

	right: 0;

	background: transparent;

	padding-top: 15px;

	padding-bottom: 10px;

	opacity: 0;

	visibility: hidden;

	-webkit-transform: translateY(-25px);

	-o-transform: translateY(-25px);

	transform: translateY(-25px);

	max-height: 240px;

	overflow: auto;

	-ms-flex-wrap: nowrap;

	flex-wrap: nowrap;

	-webkit-transition: opacity .15s linear, visibility .15s linear, -webkit-transform .15s ease-out, -webkit-box-shadow .15s linear 75ms;

	transition: opacity .15s linear, visibility .15s linear, -webkit-transform .15s ease-out, -webkit-box-shadow .15s linear 75ms;

	-o-transition: opacity .15s linear, visibility .15s linear, box-shadow .15s linear 75ms, -o-transform .15s ease-out;

	transition: opacity .15s linear, visibility .15s linear, transform .15s ease-out, box-shadow .15s linear 75ms;

	transition: opacity .15s linear, visibility .15s linear, transform .15s ease-out, box-shadow .15s linear 75ms, -webkit-transform .15s ease-out, -o-transform .15s ease-out, -webkit-box-shadow .15s linear 75ms
}



@media (min-width:768px) {

	.recipe-select__options li {

		padding: 0 15px
	}

}



.recipe-select__options li:last-of-type a {

	border-bottom: 0
}



.recipe-select__options a {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	text-transform: uppercase;

	color: #000;

	-webkit-transition: all .125s linear;

	-o-transition: all .125s linear;

	transition: all .125s linear;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	padding: 12px 0 10px;

	text-decoration: none;

	border-bottom: 1px solid #000
}



.recipe-select__options a:hover {

	text-decoration: none;

	color: rgba(0, 0, 0, .5)
}



.recipe-select__options a.active {

	pointer-events: none;

	color: rgba(0, 0, 0, .5)
}



.recipes-slider {

	padding-top: 70px;

	padding-bottom: 0
}



@media (min-width:768px) {

	.recipes-slider {

		padding-bottom: 90px;

		padding-top: 170px
	}

}



@media (min-width:1200px) {

	.recipes-slider {

		padding-top: 150px;

		padding-bottom: 150px
	}

}



#additional_xmas_wish_field .main-menu-mobile__footer .widget .recipes-slider .marquee-slider__header label,

#additional_xmas_wish_field .u-wysiwyg-content .recipes-slider .marquee-slider__header label,

#additional_xmas_wish_field .woocommerce-checkout .recipes-slider .marquee-slider__header label,

#additional_xmas_wish_field .woocommerce-MyAccount-content .recipes-slider .marquee-slider__header label,

#customer_login .col-1 .recipes-slider .marquee-slider__header h2,

#customer_login .col-2 .recipes-slider .marquee-slider__header h2,

#order_comments_field .main-menu-mobile__footer .widget .recipes-slider .marquee-slider__header label,

#order_comments_field .u-wysiwyg-content .recipes-slider .marquee-slider__header label,

#order_comments_field .woocommerce-checkout .recipes-slider .marquee-slider__header label,

#order_comments_field .woocommerce-MyAccount-content .recipes-slider .marquee-slider__header label,

.archive-shop__breadcrumbs .widget_layered_nav_filters .recipes-slider .marquee-slider__header li,

.cart-collaterals .cross-sells .recipes-slider .marquee-slider__header h2,

.cart-collaterals .shop_table .recipes-slider .marquee-slider__header th,

.main-menu-mobile__footer .widget #additional_xmas_wish_field .recipes-slider .marquee-slider__header label,

.main-menu-mobile__footer .widget #order_comments_field .recipes-slider .marquee-slider__header label,

.main-menu-mobile__footer .widget .recipes-slider .marquee-slider__header h3,

.minicart .recipes-slider .marquee-slider__header .woocommerce-mini-cart__total,

.product-main .recipes-slider .marquee-slider__header .price,

.product-main .recipes-slider .marquee-slider__header .product_title,

.products-menu__nav__menu .recipes-slider .marquee-slider__header a,

.recipes-slider .marquee-slider__header #additional_xmas_wish_field .main-menu-mobile__footer .widget label,

.recipes-slider .marquee-slider__header #additional_xmas_wish_field .u-wysiwyg-content label,

.recipes-slider .marquee-slider__header #additional_xmas_wish_field .woocommerce-checkout label,

.recipes-slider .marquee-slider__header #additional_xmas_wish_field .woocommerce-MyAccount-content label,

.recipes-slider .marquee-slider__header #customer_login .col-1 h2,

.recipes-slider .marquee-slider__header #customer_login .col-2 h2,

.recipes-slider .marquee-slider__header #order_comments_field .main-menu-mobile__footer .widget label,

.recipes-slider .marquee-slider__header #order_comments_field .u-wysiwyg-content label,

.recipes-slider .marquee-slider__header #order_comments_field .woocommerce-checkout label,

.recipes-slider .marquee-slider__header #order_comments_field .woocommerce-MyAccount-content label,

.recipes-slider .marquee-slider__header .accordion__item__title,

.recipes-slider .marquee-slider__header .archive-shop__breadcrumbs .widget_layered_nav_filters li,

.recipes-slider .marquee-slider__header .cart-collaterals .cross-sells h2,

.recipes-slider .marquee-slider__header .cart-collaterals .shop_table th,

.recipes-slider .marquee-slider__header .display,

.recipes-slider .marquee-slider__header .main-menu-mobile__footer .widget #additional_xmas_wish_field label,

.recipes-slider .marquee-slider__header .main-menu-mobile__footer .widget #order_comments_field label,

.recipes-slider .marquee-slider__header .main-menu-mobile__footer .widget h3,

.recipes-slider .marquee-slider__header .minicart .woocommerce-mini-cart__total,

.recipes-slider .marquee-slider__header .mm-listitem__text,

.recipes-slider .marquee-slider__header .product-main .price,

.recipes-slider .marquee-slider__header .product-main .product_title,

.recipes-slider .marquee-slider__header .products-menu__nav__menu a,

.recipes-slider .marquee-slider__header .u-wysiwyg-content #additional_xmas_wish_field label,

.recipes-slider .marquee-slider__header .u-wysiwyg-content #order_comments_field label,

.recipes-slider .marquee-slider__header .u-wysiwyg-content h1,

.recipes-slider .marquee-slider__header .u-wysiwyg-content h2,

.recipes-slider .marquee-slider__header .u-wysiwyg-content h3,

.recipes-slider .marquee-slider__header .u-wysiwyg-content h4,

.recipes-slider .marquee-slider__header .ui-dialog .ui-dialog-titlebar,

.recipes-slider .marquee-slider__header .woocommerce-account .my_account_giftcards .ywsbs-subscription,

.recipes-slider .marquee-slider__header .woocommerce-account .product-name,

.recipes-slider .marquee-slider__header .woocommerce-account .subscription-review-table th,

.recipes-slider .marquee-slider__header .woocommerce-account .ywsbs_subscription_table .ywsbs-subscription,

.recipes-slider .marquee-slider__header .woocommerce-cart-form .coupon label,

.recipes-slider .marquee-slider__header .woocommerce-cart-form td.product-name,

.recipes-slider .marquee-slider__header .woocommerce-checkout #additional_xmas_wish_field label,

.recipes-slider .marquee-slider__header .woocommerce-checkout #customer_details .col-1 #different_shipping_address_field span,

.recipes-slider .marquee-slider__header .woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields span,

.recipes-slider .marquee-slider__header .woocommerce-checkout #order_comments_field label,

.recipes-slider .marquee-slider__header .woocommerce-checkout #order_review_heading,

.recipes-slider .marquee-slider__header .woocommerce-checkout-review-order-table th,

.recipes-slider .marquee-slider__header .woocommerce-checkout h3,

.recipes-slider .marquee-slider__header .woocommerce-column--billing-address h2,

.recipes-slider .marquee-slider__header .woocommerce-column--shipping-address h2,

.recipes-slider .marquee-slider__header .woocommerce-form-login .wc-social-login .ywsl-label,

.recipes-slider .marquee-slider__header .woocommerce-MyAccount-content #additional_xmas_wish_field label,

.recipes-slider .marquee-slider__header .woocommerce-MyAccount-content #order_comments_field label,

.recipes-slider .marquee-slider__header .woocommerce-MyAccount-content .medium-title,

.recipes-slider .marquee-slider__header .woocommerce-MyAccount-content h2,

.recipes-slider .marquee-slider__header .woocommerce-MyAccount-content h3,

.recipes-slider .marquee-slider__header .woocommerce-order-details__title,

.recipes-slider .marquee-slider__header .woocommerce-table--order-details th,

.recipes-slider .marquee-slider__header .woocommerce-view-order .woocommerce-table__product-name,

.recipes-slider .marquee-slider__header .woocommerce-view-order .woocommerce-table th,

.recipes-slider .marquee-slider__header .ywdpd_popup .ywdpd_rule_title,

.recipes-slider .marquee-slider__header .ywdpd_popup .ywdpd_single_product h5,

.recipes-slider .marquee-slider__header body.assorted_product .abp_bundle_itmes_content [class^=abp-product-],

.recipes-slider .marquee-slider__header body.assorted_product .abp_review_order h2,

.recipes-slider .marquee-slider__header body.assorted_product .apb_products_items_container .apb-title,

.u-wysiwyg-content #additional_xmas_wish_field .recipes-slider .marquee-slider__header label,

.u-wysiwyg-content #order_comments_field .recipes-slider .marquee-slider__header label,

.u-wysiwyg-content .recipes-slider .marquee-slider__header h1,

.u-wysiwyg-content .recipes-slider .marquee-slider__header h2,

.u-wysiwyg-content .recipes-slider .marquee-slider__header h3,

.u-wysiwyg-content .recipes-slider .marquee-slider__header h4,

.ui-dialog .recipes-slider .marquee-slider__header .ui-dialog-titlebar,

.woocommerce-account .my_account_giftcards .recipes-slider .marquee-slider__header .ywsbs-subscription,

.woocommerce-account .recipes-slider .marquee-slider__header .product-name,

.woocommerce-account .subscription-review-table .recipes-slider .marquee-slider__header th,

.woocommerce-account .ywsbs_subscription_table .recipes-slider .marquee-slider__header .ywsbs-subscription,

.woocommerce-cart-form .coupon .recipes-slider .marquee-slider__header label,

.woocommerce-cart-form .recipes-slider .marquee-slider__header td.product-name,

.woocommerce-checkout #additional_xmas_wish_field .recipes-slider .marquee-slider__header label,

.woocommerce-checkout #customer_details .col-1 #different_shipping_address_field .recipes-slider .marquee-slider__header span,

.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields .recipes-slider .marquee-slider__header span,

.woocommerce-checkout #order_comments_field .recipes-slider .marquee-slider__header label,

.woocommerce-checkout-review-order-table .recipes-slider .marquee-slider__header th,

.woocommerce-checkout .recipes-slider .marquee-slider__header #order_review_heading,

.woocommerce-checkout .recipes-slider .marquee-slider__header h3,

.woocommerce-column--billing-address .recipes-slider .marquee-slider__header h2,

.woocommerce-column--shipping-address .recipes-slider .marquee-slider__header h2,

.woocommerce-form-login .wc-social-login .recipes-slider .marquee-slider__header .ywsl-label,

.woocommerce-MyAccount-content #additional_xmas_wish_field .recipes-slider .marquee-slider__header label,

.woocommerce-MyAccount-content #order_comments_field .recipes-slider .marquee-slider__header label,

.woocommerce-MyAccount-content .recipes-slider .marquee-slider__header .medium-title,

.woocommerce-MyAccount-content .recipes-slider .marquee-slider__header h2,

.woocommerce-MyAccount-content .recipes-slider .marquee-slider__header h3,

.woocommerce-table--order-details .recipes-slider .marquee-slider__header th,

.woocommerce-view-order .recipes-slider .marquee-slider__header .woocommerce-table__product-name,

.woocommerce-view-order .woocommerce-table .recipes-slider .marquee-slider__header th,

.ywdpd_popup .recipes-slider .marquee-slider__header .ywdpd_rule_title,

.ywdpd_popup .ywdpd_single_product .recipes-slider .marquee-slider__header h5,

body.assorted_product .abp_bundle_itmes_content .recipes-slider .marquee-slider__header [class^=abp-product-],

body.assorted_product .abp_review_order .recipes-slider .marquee-slider__header h2,

body.assorted_product .apb_products_items_container .recipes-slider .marquee-slider__header .apb-title {

	margin-bottom: 25px
}



.recipes-slider .marquee-slider__list {

	margin-top: 40px
}



@media (min-width:768px) {

	.recipes-slider .marquee-slider__list {

		margin-top: 60px
	}

}



@media (min-width:1200px) {

	.recipes-slider .marquee-slider__list {

		margin-top: 120px
	}

}



@media (min-width:1600px) {

	.recipes-slider .marquee-slider__list {

		margin-top: 100px
	}

}



.recipes-slider__item {

	width: 235px;

	padding-right: 15px;

	padding-left: 15px
}



@media (min-width:768px) {

	.recipes-slider__item {

		width: 329px;

		padding-left: 20px;

		padding-right: 20px
	}

}



@media (min-width:1200px) {

	.recipes-slider__item {

		width: 455px;

		width: 490px
	}

}



.recipes-slider__item:nth-child(2n) {

	margin-top: 15px
}



@media (min-width:1600px) {

	.recipes-slider__item:nth-child(2n) {

		margin-top: 35px
	}

}



.recipes-slider__item:last-child {

	margin-top: 63px
}



@media (min-width:1600px) {

	.recipes-slider__item:last-child {

		margin-top: 47px
	}

}



.archive .select2-container,

.woocommerce-account .select2-container,

.woocommerce-cart .select2-container,

.woocommerce-checkout .select2-container {

	width: 100% !important
}



.archive .select2-container:focus,

.woocommerce-account .select2-container:focus,

.woocommerce-cart .select2-container:focus,

.woocommerce-checkout .select2-container:focus {

	outline: none
}



.archive .select2-container--default .select2-selection--single,

.woocommerce-account .select2-container--default .select2-selection--single,

.woocommerce-cart .select2-container--default .select2-selection--single,

.woocommerce-checkout .select2-container--default .select2-selection--single {

	background-color: #FFE4E1;

	padding: .75em .88rem .75em 0;

	height: 35px;

	border: none;

	border-bottom: 1px solid #000;

	border-radius: 0;

	text-align: left
}



@media (min-width:768px) {



	.archive .select2-container--default .select2-selection--single,

	.woocommerce-account .select2-container--default .select2-selection--single,

	.woocommerce-cart .select2-container--default .select2-selection--single,

	.woocommerce-checkout .select2-container--default .select2-selection--single {

		height: 48px
	}

}



.archive .select2-container--default .select2-selection--single .select2-selection__rendered,

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered,

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered,

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {

	padding-left: 0;

	line-height: 1;

	color: #000;

	font-size: 14px
}



@media (min-width:768px) {



	.archive .select2-container--default .select2-selection--single .select2-selection__rendered,

	.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered,

	.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered,

	.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {

		font-size: 21px;

		line-height: 24px
	}

}



.archive .select2-container--default .select2-selection--single .select2-selection__arrow,

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow,

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow,

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {

	height: 100%;

	top: 0;

	right: 0
}



.archive .select2-container--default .select2-selection--single .select2-selection__arrow b,

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow b,

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow b,

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {

	position: absolute;

	right: 0;

	left: auto;

	margin-left: 0;

	margin-top: 0;

	border: 0;

	top: 50%;

	display: block;

	width: 15px;

	height: 12px;

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjgyNjkgMC40NDEwNTZDMTQuNzQ3NiAwLjI5NzE2NCAxNC42MTAzIDAuMTcxMDk5IDE0LjQwNiAwLjA5MzQyMjhDMTMuOTI4NyAtMC4wODg2NzE4IDEzLjI2MyAtMC4wMDcxNzU2IDEyLjk5MzUgMC4zNjA4MzNDMTEuMzE2OSAyLjY0NDAxIDkuNzcwNTkgNC45NzQzMSA4LjE1MjA5IDcuMjc3ODZDNy45NTQ4NCA3LjU1ODAxIDcuNzU3NTkgNy44MzY4OCA3LjU1NjgyIDguMTE0NDhDNS42NTMwMSA1LjU1NzUyIDMuODkwMDkgMi45NDU4IDEuOTMzNDUgMC40MDkyMjFDMS40MzY4IC0wLjIzNTExMiAtMC4xMjg4NjggMC4wNTUyMTkzIDAuMDA4NTAxOSAwLjc4NjE0MkMwLjQzODIyNCAzLjA2MDQxIDEuMTMwMzYgMy40ODY5OSAzLjQxNDU4IDcuOTM0OTNDMy42MjI0IDguMzM4NTkgNC43NTMwNiA5Ljk1MDcgNS4xMjI5IDEwLjI4ODFDNS40NDY5NSAxMC41ODQ4IDUuNzY5MjUgMTAuODk2OCA2LjEzNzMzIDExLjE2NTVDNi43MjIwMyAxMS41OTM0IDcuNjE0OTQgMTEuNjQwNSA4LjI4OTQ2IDExLjI4OUM4Ljc1NzkzIDExLjA0NTggOS41NDY5MyA5LjkxNzU5IDkuODQ2MzIgOS41NjM1OUMxMC45OTI4IDguMjA2MTYgMTEuOTU2MiA2LjYwMDQyIDEyLjQzNTIgNS43NTk5OUMxMy4zODk4IDQuMDkzMTMgMTQuMDQzMiAyLjcxNjYgMTQuOTUwMiAxLjAzNTczQzE1LjA1NDEgMC44NDIxNzMgMTQuOTg3MSAwLjYyMDYwNCAxNC44MjY5IDAuNDQxMDU2WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);

	background-repeat: no-repeat;

	-webkit-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);

	transition: all .3s cubic-bezier(0, .5, .5, 1)
}



.archive .select2-container--default.select2-container--open .select2-dropdown,

.woocommerce-account .select2-container--default.select2-container--open .select2-dropdown,

.woocommerce-cart .select2-container--default.select2-container--open .select2-dropdown,

.woocommerce-checkout .select2-container--default.select2-container--open .select2-dropdown {

	border-radius: 0;

	border: none;

	background-color: #FFE4E1
}



.archive .select2-container--default.select2-container--open .select2-results__options,

.woocommerce-account .select2-container--default.select2-container--open .select2-results__options,

.woocommerce-cart .select2-container--default.select2-container--open .select2-results__options,

.woocommerce-checkout .select2-container--default.select2-container--open .select2-results__options {

	max-height: 300px
}



.archive .select2-container--default.select2-container--open .select2-results__option,

.woocommerce-account .select2-container--default.select2-container--open .select2-results__option,

.woocommerce-cart .select2-container--default.select2-container--open .select2-results__option,

.woocommerce-checkout .select2-container--default.select2-container--open .select2-results__option {

	padding: .44rem;

	border-bottom: 1px solid #000;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	text-transform: uppercase;

	font-size: 14px
}



.archive .select2-container--default.select2-container--open .select2-results__option[aria-selected],

.woocommerce-account .select2-container--default.select2-container--open .select2-results__option[aria-selected],

.woocommerce-cart .select2-container--default.select2-container--open .select2-results__option[aria-selected],

.woocommerce-checkout .select2-container--default.select2-container--open .select2-results__option[aria-selected] {

	background-color: #FFE4E1
}



@media (min-width:768px) {



	.archive .select2-container--default.select2-container--open .select2-results__option,

	.woocommerce-account .select2-container--default.select2-container--open .select2-results__option,

	.woocommerce-cart .select2-container--default.select2-container--open .select2-results__option,

	.woocommerce-checkout .select2-container--default.select2-container--open .select2-results__option {

		font-size: 16px;

		padding: .88rem
	}

}



.archive .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected],

.woocommerce-account .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected],

.woocommerce-cart .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected],

.woocommerce-checkout .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected] {

	background-color: #FFE4E1;

	color: #000
}



.archive .select2-container--default.select2-container--open .select2-search,

.woocommerce-account .select2-container--default.select2-container--open .select2-search,

.woocommerce-cart .select2-container--default.select2-container--open .select2-search,

.woocommerce-checkout .select2-container--default.select2-container--open .select2-search {

	display: none
}



.archive .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,

.woocommerce-account .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,

.woocommerce-cart .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,

.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {

	-webkit-transform: translateY(-50%) rotateX(180deg);

	transform: translateY(-50%) rotateX(180deg)
}



.archive .select2-container--focus,

.woocommerce-account .select2-container--focus,

.woocommerce-cart .select2-container--focus,

.woocommerce-checkout .select2-container--focus {

	outline: none !important
}



.archive span.select2-selection.select2-selection--single,

.woocommerce-account span.select2-selection.select2-selection--single,

.woocommerce-cart span.select2-selection.select2-selection--single,

.woocommerce-checkout span.select2-selection.select2-selection--single {

	outline: none
}



.archive .select2-container--default.select2-container--open .select2-results__option--highlighted[data-selected] {

	background-color: #d26352 !important
}



.share-links {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row nowrap;

	flex-flow: row nowrap;

	list-style: none;

	padding: 0;

	margin: 0
}



.share-links__item {

	margin: 0 13px
}



.share-links__link {

	width: 1em;

	display: inline-block;

	font-size: 21px;

	line-height: 1
}



.share-links__link>.icon {

	width: 100%;

	height: 1em
}



.share {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row nowrap;

	flex-flow: row nowrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



.share__label {

	display: inline-block;

	font-size: 16px;

	font-family: Nitti, Courier New, monospace, sans-serif;

	text-transform: uppercase;

	line-height: 19px
}



.shop-banner {

	position: relative
}



.shop-banner__link {

	overflow: hidden;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 2;

	border-radius: 0 93px
}



@media (min-width:992px) {

	.shop-banner__link {

		border-radius: 0 176px
	}

}



.shop-banner__link:hover~.shop-banner__inner-wrapper .shop-banner__cta span {

	-webkit-animation: marquee 2.3s linear infinite;

	-o-animation: marquee 2.3s linear infinite;

	animation: marquee 2.3s linear infinite
}



.shop-banner__background {

	position: relative
}



.shop-banner__background .media-item__inner {

	padding-bottom: 140% !important;

	border-radius: 0 93px
}



@media (min-width:768px) {

	.shop-banner__background .media-item__inner {

		padding-bottom: 46% !important;

		min-height: 420px
	}

}



@media (min-width:992px) {

	.shop-banner__background .media-item__inner {

		border-radius: 0 176px
	}

}



.shop-banner__background img {

	-o-object-fit: cover;

	object-fit: cover;

	-o-object-position: center;

	object-position: center
}



.shop-banner__inner-wrapper {

	text-align: center;

	position: absolute;

	top: 50%;

	left: 50%;

	width: 90%;

	-webkit-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	padding: 125px 0
}



@media (min-width:992px) {

	.shop-banner__inner-wrapper {

		width: 80%;

		padding: 160px 0
	}

}



.shop-banner__title {

	text-transform: capitalize;

	line-height: 1
}



.shop-banner__cta {

	margin-top: 35px;

	padding-top: .7em;

	padding-bottom: .8em
}



@media (min-width:768px) {

	.shop-banner__cta {

		padding-top: 1.25em;

		padding-bottom: 1.25em;

		margin-top: 55px
	}

}



.simple-slider,

.simple-slider .flickity-slider,

.simple-slider .flickity-viewport {

	width: 100%
}



.simple-slider .flickity-viewport {

	overflow: visible
}



.site-footer {

	position: relative;

	background: #fff;

	padding-top: 102px;

	padding-bottom: 35px
}



@media (min-width:768px) {

	.site-footer {

		padding-top: 93px;

		padding-bottom: 55px
	}

}



@media (min-width:1200px) {

	.site-footer {

		padding-top: 90px;

		padding-bottom: 38px
	}

}



@media (min-width:1600px) {

	.site-footer {

		padding-top: 70px;

	}

}



.site-footer__logo {

	display: inline-block;

	text-align: center;

	margin-bottom: 50px
}



.site-footer__logo img {

	display: block;

	height: auto;

	width: 95px
}



@media (min-width:768px) {

	.site-footer__logo img {

		width: 111px
	}

}



@media (min-width:1200px) {

	.site-footer__logo img {

		width: 145px
	}

}



@media (min-width:1920px) {

	.site-footer__logo img {

		width: 164px
	}

}



@media (min-width:1200px) {

	.site-footer__logo {

		margin-bottom: 109px
	}

}



@media (min-width:1920px) {

	.site-footer__logo {

		margin-bottom: 126px
	}

}



.site-footer .menu {

	padding-left: 0;

	list-style: none
}



.site-footer .menu-item a {

	/* margin-bottom: 10px; */

}



@media (min-width:768px) and (max-width:1199px) {

	.site-footer .menu-item a {

		font-size: 14px
	}

}



@media (min-width:1600px) {

	.site-footer .menu-item a {

		margin-bottom: 0;

	}

}



.site-footer__outro {

	height: 90px;

	background-image: url(../images/icons/footer_c9c67b37.svg);

	background-size: auto 100%
}



@media (min-width:768px) {

	.site-footer__outro {

		height: 120px
	}

}



@media (min-width:1200px) {

	.site-footer__outro {

		margin-top: 70px
	}

}



@media (min-width:1600px) {

	.site-footer__outro {

		margin-top: 88px
	}

}



.site-footer .social-links svg {

	width: 22px;

	height: 22px;

	margin-right: 18px
}



.site-footer .social-links img {

	width: 60px;

	height: 60px;

	margin-right: 22px
}



@media (min-width:1600px) {

	.site-footer .social-links svg {

		width: 27px;

		height: 27px;

		margin-right: 22px
	}

}



body.woocommerce-cart .site-footer {

	background: #f4b8d4
}



.site-header {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	position: relative;

	z-index: 3;

	margin-bottom: 0px
}



@media (min-width:768px) {

	.site-header {

		margin-bottom: 0;

	}

}



@media (min-width:1200px) {

	.site-header {

		margin-bottom: 0;

	}

}



.remove-site-header-gutter .site-header,

body.assorted_product .site-header {

	/* margin-bottom: 0 */

	background: #fff;

}



.site-header:after,

.site-header:before {

	content: "";

	position: absolute;

	top: 100%;

	/* width: calc(50% - 61.5px); */

	width: 100%;

	height: 1px;

	background: #000;

	display: none
}



@media (min-width:768px) {



	.site-header:after,

	.site-header:before {

		display: block
	}

}



@media (min-width:1200px) {



	.site-header:after,

	.site-header:before {

		/* width: calc(50% - 110px) */

		width: 100%;

	}

}



.site-header:before {

	left: 0
}



.site-header:after {

	right: 0
}



.site-header .sub-menu {

	display: none
}



.site-header__logo {

	display: block;

	padding-top: 16px
}



@media (min-width:768px) {

	.site-header__logo {

		/* position: absolute;

		left: 50%;

		top: 50%;

		-webkit-transform: translate(-50%, -35%);

		-o-transform: translate(-50%, -35%);

		transform: translate(-50%, -35%);

		padding-top: 0 */

	}

}



.site-header__logo img {

	display: block;

	height: auto;

	width: 130px;

	margin: 0px auto 10px
}

@media (min-width:1300px) {

	.site-header__logo img {

		width: 150px
	}

}



@media (min-width:1700px) {

	.site-header__logo img {

		width: 200px
	}

}





@media (min-width:1200px) {

	.site-header__left {

		margin-left: -16px
	}

}



@media (min-width:1600px) {

	.site-header__left {

		margin-left: -26px
	}

}



.site-header__right {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: flex-end;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



@media (min-width:992px) and (max-width:1199px) {

	.site-header__right {

		/* padding-right: 40px */

	}

}



@media (min-width:768px) {

	.site-header .menu-item {

		margin-right: 0px;

		margin-left: -10px;

		padding: 10px 5px 10px;

		margin: 0 0px
	}



}



@media (min-width:1200px) {

	.site-header .menu-item {

		margin-left: 0;

		padding: 30px 6px 22px
	}

}



@media (min-width:1600px) {

	.site-header .menu-item {

		padding: 30px 20px 22px;

		margin-right: 0px
	}

}



.site-header .menu-item.active a:before {

	-webkit-transform: scaleX(1);

	-o-transform: scaleX(1);

	transform: scaleX(1)
}



.site-header__link {

	white-space: nowrap;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	padding: 0;

}



.site-header__langs .language-selector__options li:first-child {

	display: none
}



.site-header__mm-toggle {

	padding: 20px 15px;

	margin-left: -15px
}



.site-header__mm-toggle svg {

	width: 20px;

	height: 15px
}



.site-header__mc-toggle {

	padding: 30px 15px;

	margin-left: -15px
}



.social-links a:before {

	display: none
}



.social-links a use {

	-webkit-transition: fill .2s linear;

	-o-transition: fill .2s linear;

	transition: fill .2s linear
}



.social-links .menu-instagram a:hover use {

	fill: pink
}



.social-links .menu-facebook a:hover use {

	fill: #afe2f8
}



.social-login {

	width: 100%;

	position: relative;

	color: #fff;

	margin-top: 20px
}



@media (min-width:768px) {

	.social-login {

		margin-top: 5px
	}

}



@media (min-width:1200px) {

	.social-login {

		margin-top: 50px
	}

}



@media (max-width:767px) {



	.product-main .social-login .u-escape-container--reversed .summary,

	.product-main .social-login .woocommerce-form-login .wc-social-login .ywsl-label .summary,

	.product-main .social-login .woocommerce-form-login .wc-social-login .ywsl-social .summary,

	.product-main .woocommerce-form-login .wc-social-login .social-login .ywsl-label .summary,

	.product-main .woocommerce-form-login .wc-social-login .social-login .ywsl-social .summary,

	.social-login .u-escape-container--reversed .product-main .summary,

	.social-login .u-escape-container--reversed .row,

	.social-login .u-escape-container--reversed .woocommerce-account .woocommerce-EditAccountForm,

	.social-login .u-escape-container--reversed .woocommerce-checkout .woocommerce-additional-fields__field-wrapper,

	.social-login .u-escape-container--reversed .woocommerce-checkout .woocommerce-address-fields__field-wrapper,

	.social-login .u-escape-container--reversed .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,

	.social-login .u-escape-container--reversed .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-label .product-main .summary,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-label .row,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-label .woocommerce-account .woocommerce-EditAccountForm,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-label .woocommerce-checkout .woocommerce-additional-fields__field-wrapper,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-label .woocommerce-checkout .woocommerce-address-fields__field-wrapper,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-label .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-label .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-social .product-main .summary,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-social .row,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-social .woocommerce-account .woocommerce-EditAccountForm,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-social .woocommerce-checkout .woocommerce-additional-fields__field-wrapper,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-social .woocommerce-checkout .woocommerce-address-fields__field-wrapper,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-social .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,

	.social-login .woocommerce-form-login .wc-social-login .ywsl-social .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,

	.woocommerce-account .social-login .u-escape-container--reversed .woocommerce-EditAccountForm,

	.woocommerce-account .social-login .woocommerce-form-login .wc-social-login .ywsl-label .woocommerce-EditAccountForm,

	.woocommerce-account .social-login .woocommerce-form-login .wc-social-login .ywsl-social .woocommerce-EditAccountForm,

	.woocommerce-account .woocommerce-form-login .wc-social-login .social-login .ywsl-label .woocommerce-EditAccountForm,

	.woocommerce-account .woocommerce-form-login .wc-social-login .social-login .ywsl-social .woocommerce-EditAccountForm,

	.woocommerce-checkout .social-login .u-escape-container--reversed .woocommerce-additional-fields__field-wrapper,

	.woocommerce-checkout .social-login .u-escape-container--reversed .woocommerce-address-fields__field-wrapper,

	.woocommerce-checkout .social-login .u-escape-container--reversed .woocommerce-billing-fields__field-wrapper,

	.woocommerce-checkout .social-login .u-escape-container--reversed .woocommerce-shipping-fields__field-wrapper,

	.woocommerce-checkout .social-login .woocommerce-form-login .wc-social-login .ywsl-label .woocommerce-additional-fields__field-wrapper,

	.woocommerce-checkout .social-login .woocommerce-form-login .wc-social-login .ywsl-label .woocommerce-address-fields__field-wrapper,

	.woocommerce-checkout .social-login .woocommerce-form-login .wc-social-login .ywsl-label .woocommerce-billing-fields__field-wrapper,

	.woocommerce-checkout .social-login .woocommerce-form-login .wc-social-login .ywsl-label .woocommerce-shipping-fields__field-wrapper,

	.woocommerce-checkout .social-login .woocommerce-form-login .wc-social-login .ywsl-social .woocommerce-additional-fields__field-wrapper,

	.woocommerce-checkout .social-login .woocommerce-form-login .wc-social-login .ywsl-social .woocommerce-address-fields__field-wrapper,

	.woocommerce-checkout .social-login .woocommerce-form-login .wc-social-login .ywsl-social .woocommerce-billing-fields__field-wrapper,

	.woocommerce-checkout .social-login .woocommerce-form-login .wc-social-login .ywsl-social .woocommerce-shipping-fields__field-wrapper,

	.woocommerce-checkout .woocommerce-form-login .wc-social-login .social-login .ywsl-label .woocommerce-additional-fields__field-wrapper,

	.woocommerce-checkout .woocommerce-form-login .wc-social-login .social-login .ywsl-label .woocommerce-address-fields__field-wrapper,

	.woocommerce-checkout .woocommerce-form-login .wc-social-login .social-login .ywsl-label .woocommerce-billing-fields__field-wrapper,

	.woocommerce-checkout .woocommerce-form-login .wc-social-login .social-login .ywsl-label .woocommerce-shipping-fields__field-wrapper,

	.woocommerce-checkout .woocommerce-form-login .wc-social-login .social-login .ywsl-social .woocommerce-additional-fields__field-wrapper,

	.woocommerce-checkout .woocommerce-form-login .wc-social-login .social-login .ywsl-social .woocommerce-address-fields__field-wrapper,

	.woocommerce-checkout .woocommerce-form-login .wc-social-login .social-login .ywsl-social .woocommerce-billing-fields__field-wrapper,

	.woocommerce-checkout .woocommerce-form-login .wc-social-login .social-login .ywsl-social .woocommerce-shipping-fields__field-wrapper,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-label .product-main .summary,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-label .row,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-label .woocommerce-account .woocommerce-EditAccountForm,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-label .woocommerce-checkout .woocommerce-additional-fields__field-wrapper,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-label .woocommerce-checkout .woocommerce-address-fields__field-wrapper,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-label .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-label .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-social .product-main .summary,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-social .row,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-social .woocommerce-account .woocommerce-EditAccountForm,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-social .woocommerce-checkout .woocommerce-additional-fields__field-wrapper,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-social .woocommerce-checkout .woocommerce-address-fields__field-wrapper,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-social .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,

	.woocommerce-form-login .wc-social-login .social-login .ywsl-social .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {

		margin: 0
	}

}



.social-login__inner {

	padding: 30px 0 32px;

	background: #000;

	border-radius: 0 220px 0 0
}



@media (min-width:768px) {

	.social-login__inner {

		padding: 40px 0
	}

}



@media (min-width:1200px) {

	.social-login__inner {

		padding: 65px 0 50px
	}

}



.social-login__title {

	max-width: 65%;

	line-height: 1.15;

	margin-bottom: 20px
}



@media (min-width:768px) {

	.social-login__title {

		max-width: 50%;

		margin-bottom: 20px
	}

}



@media (min-width:1200px) {

	.social-login__title {

		max-width: 80%;

		margin-bottom: 0
	}

}



@media (min-width:1600px) {

	.social-login__title {

		max-width: 450px;

		margin-bottom: 0
	}

}



.social-login__buttons .wc-social-login {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column
}



@media (min-width:768px) and (max-width:1199px) {

	.social-login__buttons .wc-social-login {

		-webkit-box-orient: horizontal;

		-webkit-box-direction: normal;

		-ms-flex-direction: row;

		flex-direction: row
	}

}



.social-login__buttons .wc-social-login .ywsl-social:before {

	border-right: 2px solid #000
}



.social-login__buttons .wc-social-login .ywsl-social:after,

.social-login__buttons .wc-social-login .ywsl-social:before {

	background-color: #fff;

	color: #000
}



.social-login__buttons .wc-social-login .ywsl-facebook:before {

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNy41OTM3NSAzLjMyNzE5SDkuMTI1VjAuNzk1OTQ0QzguODQzNzUgMC43NjQ2OTQgNy45Njg3NSAwLjY3MDk0NCA2LjkwNjI1IDAuNjcwOTQ0QzQuNzUgMC42NzA5NDQgMy4yNSAyLjAxNDY5IDMuMjUgNC40NTIxOVY2LjY3MDk0SDAuODc1VjkuNTE0NjlIMy4yNVYxNi42NzA5SDYuMTg3NVY5LjUxNDY5SDguNUw4Ljg3NSA2LjY3MDk0SDYuMTg3NVY0LjczMzQ0QzYuMTg3NSAzLjg4OTY5IDYuNDM3NSAzLjMyNzE5IDcuNTkzNzUgMy4zMjcxOVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=)
}



.social-login__buttons .wc-social-login .ywsl-google:before {

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTUuNjI1IDguODkzNkMxNS42MjUgOC4zOTM2IDE1LjU2MjUgOC4wMTg2IDE1LjUgNy42MTIzNUg4LjEyNVYxMC4yNjg2SDEyLjVDMTIuMzQzOCAxMS40MjQ5IDExLjE4NzUgMTMuNjEyNCA4LjEyNSAxMy42MTI0QzUuNDY4NzUgMTMuNjEyNCAzLjMxMjUgMTEuNDI0OSAzLjMxMjUgOC43MDYxQzMuMzEyNSA0LjM2MjM1IDguNDM3NSAyLjM2MjM1IDExLjE4NzUgNS4wMTg2TDEzLjMxMjUgMi45ODczNUMxMS45Njg4IDEuNzM3MzUgMTAuMTg3NSAwLjk1NjEgOC4xMjUgMC45NTYxQzMuODEyNSAwLjk1NjEgMC4zNzUgNC40MjQ4NSAwLjM3NSA4LjcwNjFDMC4zNzUgMTMuMDE4NiAzLjgxMjUgMTYuNDU2MSA4LjEyNSAxNi40NTYxQzEyLjU5MzggMTYuNDU2MSAxNS42MjUgMTMuMzMxMSAxNS42MjUgOC44OTM2WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==)
}



.sort-by {

	margin-bottom: 40px
}



.testimonials-slider {

	padding-top: 62px;

	padding-bottom: 103px
}



@media (min-width:768px) {

	.testimonials-slider {

		padding-top: 70px
	}

}



@media (min-width:1200px) {

	.testimonials-slider {

		/* padding-top: 126px; */

		padding-bottom: 150px
	}

}



.testimonials-slider__icons {

	margin-bottom: 25px
}



.testimonials-slider__icon {

	max-width: 70px;

	margin: 0 auto
}



@media (min-width:768px) {

	.testimonials-slider__icon {

		max-width: 93px
	}

}



.testimonials-slider__title {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-weight: 400;





	margin: 0 auto 50px;

	line-height: 1
}



@media (min-width:768px) {

	.testimonials-slider__title {

		margin-bottom: 60px;





	}

}



@media (min-width:1200px) {

	.testimonials-slider__title {

		line-height: 1.2;



	}

}



.testimonials-slider__item {

	opacity: 0 !important;

	-webkit-transition: opacity .4s ease-out !important;

	-o-transition: opacity .4s ease-out !important;

	transition: opacity .4s ease-out !important
}



.testimonials-slider__item.is-selected {

	opacity: 1 !important
}



.testimonials-slider__item-title {

	font-size: 18px;

	text-transform: uppercase;

	margin-bottom: 10px
}



@media (min-width:768px) {

	.testimonials-slider__content {

		font-size: 16px
	}

}



@media (min-width:1200px) {

	.testimonials-slider__content {

		max-width: 65%;

		margin: 0 auto
	}

}



.testimonials-slider .flickity-slider,

.testimonials-slider .flickity-viewport {

	width: 100%
}



.testimonials-slider .flickity-page-dots {

	bottom: -55px
}



.testimonials-slider .flickity-page-dots .dot {

	background: none;

	opacity: 1;

	border: 1px solid #000;

	-webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);

	-o-transition: all .3s cubic-bezier(0, .5, .5, 1);

	transition: all .3s cubic-bezier(0, .5, .5, 1)
}



.testimonials-slider .flickity-page-dots .dot.is-selected {

	background: #000
}



.ui-dialog {

	border-radius: 20px
}



.ui-dialog,

.ui-dialog * {

	background: #f4b8d4
}



.ui-dialog .ui-dialog-titlebar {

	border: 0;

	margin-bottom: 20px;

	padding: 11px 30px;

	z-index: 11000 !important
}



.ui-dialog .ui-dialog-content {

	padding: 15px 30px;

	width: 100% !important
}



.ui-dialog .ui-dialog-buttonpane {

	border: 0;

	padding: 16px 33px 25px 16px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;

	float: unset !important
}



.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {

	color: inherit
}



.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:focus {

	outline: none
}



.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type {

	text-decoration: underline;

	border: 0;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	margin-right: 10px;

	margin-bottom: 10px
}



@media (min-width:1600px) {

	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type {

		font-size: 16px
	}

}



.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-of-type(2) {

	display: inline-block;

	font-size: 16px;

	line-height: 35px;

	background: #000;

	color: #fff;

	height: 35px;

	border-radius: 17.5px;

	text-align: center;

	text-transform: uppercase;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	font-weight: 400;

	font-style: normal;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	border: 0;

	padding: 0 20px
}



.woocommerce-store-notice {

	position: relative;

	background: #000;

	color: #fff;

	text-align: center;

	font-size: .8571428571em;

	line-height: 1.4285714286em;

	padding: 8px 35px;

	margin: 0
}



@media (min-width:1200px) {

	.woocommerce-store-notice {

		padding: 11px 45px;

		font-size: 1em;

		line-height: 1.5em
	}

}



@media (min-width:1600px) {

	.woocommerce-store-notice {

		font-size: .8888888889em
	}

}



.woocommerce-store-notice__dismiss-link {

	display: none
}



.ywdpd_popup {

	z-index: 999999 !important
}



.ywdpd_popup .ywdpd_popup_wrapper {

	left: 50% !important;

	top: 50% !important;

	-webkit-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%)
}



.ywdpd_popup .ywdpd_image_badge {

	display: none !important
}



.ywdpd_popup .ywdpd_popup_general_content {

	background-color: #e9a8c6;

	color: #000;

	padding: 35px 0 20px
}



.ywdpd_popup .ywdpd_popup_content {

	max-height: 80vh !important
}



@media (min-width:1200px) {

	.ywdpd_popup .ywdpd_popup_content {

		max-height: 90vh !important
	}

}



.ywdpd_popup .ywdpd_rule_title,

.ywdpd_popup .ywdpd_single_product h5 {

	color: #000 !important
}



.ywdpd_popup .ywdpd_single_product h5 {

	padding-bottom: 10px;

	max-width: 80%;

	margin: 0 auto;

	font-weight: 700;

	font-size: 20px
}



@media (min-width:1200px) {

	.ywdpd_popup .ywdpd_single_product h5 {

		font-size: 27px
	}

}



.ywdpd_popup .price {

	padding-bottom: 15px;

	display: block;

	font-family: Graphik LG, Arial, sans-serif;

	font-size: 15px;

	font-weight: 400
}



@media (min-width:768px) {

	.ywdpd_popup .price {

		font-size: 19px
	}

}



.ywdpd_popup .ywdpd_step1 .ywdpd_popup_items li.item {

	max-width: 360px;

	width: 100%
}



.ywdpd_popup .ywdpd_popup_items {

	padding: 0
}



.ywdpd_popup .ywdpd_image_container {

	position: relative;

	max-width: 210px;

	width: 100%;

	margin: 10px auto 5px;

	max-height: 210px;

	height: 100%
}



@media (min-width:768px) {

	.ywdpd_popup .ywdpd_image_container {

		margin: 15px auto 5px;

		max-width: 250px;

		max-height: 250px
	}

}



.ywdpd_popup .ywdpd_image_container:after {

	content: "";

	padding-bottom: 100%;

	display: block
}



.ywdpd_popup .ywdpd_image_container img {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	-o-object-fit: contain;

	object-fit: contain
}



.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a,

.ywdpd_popup .single_add_to_cart_button {

	cursor: pointer
}



.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:active,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:focus,

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a:hover,

.ywdpd_popup .single_add_to_cart_button:active,

.ywdpd_popup .single_add_to_cart_button:focus,

.ywdpd_popup .single_add_to_cart_button:hover {

	background-color: #000
}



.ywdpd_popup .ywdpd_footer a,

.ywdpd_popup .ywdpd_qty_label {

	font-weight: 700;

	color: inherit !important;

	text-transform: uppercase;

	-webkit-font-smoothing: antialiased
}



.ywdpd_popup .ywdpd_qty_field {

	border-top: 1px solid #000 !important
}



.ywdpd_popup .ywdpd_qty_label {

	text-align: left
}



.ywdpd_popup .ywdpd_qty {

	width: -webkit-fit-content !important;

	width: -moz-fit-content !important;

	width: fit-content !important;

	float: left !important
}



.ywdpd_popup .ywdpd_qty_input {

	margin-bottom: 25px
}



.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container {

	margin-right: 0;

	text-align: center
}



.ywdpd_popup .ywdpd_qty_arrows {

	position: relative !important;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	width: -webkit-fit-content;

	width: -moz-fit-content;

	width: fit-content;

	margin-right: 0;

	margin-left: auto
}



.ywdpd_popup .ywdpd_qty_decrease.button,

.ywdpd_popup .ywdpd_qty_increase.button,

.ywdpd_popup .ywdpd_qty_remove.button {

	background-color: #000;

	cursor: pointer
}



.ywdpd_popup .ywdpd_qty_decrease.button:hover,

.ywdpd_popup .ywdpd_qty_increase.button:hover,

.ywdpd_popup .ywdpd_qty_remove.button:hover {

	background-color: #fff
}



.ywdpd_popup .ywdpd_qty_decrease.button:hover span,

.ywdpd_popup .ywdpd_qty_increase.button:hover span,

.ywdpd_popup .ywdpd_qty_remove.button:hover span {

	background: #000 !important
}



.ywdpd_popup .ywdpd_footer {

	text-align: center;

	color: #000;

	margin-right: 0;

	margin-top: 15px
}



.ywsl-social {

	position: relative;

	text-transform: uppercase;

	max-width: 270px;

	margin-bottom: 0;

	margin-right: 0;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex
}



@media (min-width:768px) {

	.ywsl-social {

		max-width: 300px
	}

}



.ywsl-social:not(:last-of-type) {

	margin-bottom: 15px
}



.ywsl-social:before {

	content: "";

	background-position: 50%;

	background-repeat: no-repeat;

	border-right: 2px solid #fceeea;

	background-color: #000;

	border-radius: 30.5px 0 0 30.5px;

	height: 55px;

	width: 50px
}



@media (min-width:768px) {

	.ywsl-social:before {

		height: 58px
	}

}



@media (min-width:1600px) {

	.ywsl-social:before {

		height: 61px
	}

}



.ywsl-social:after {

	content: attr(data-social-label);

	background-color: #000;

	color: #fff;

	border-radius: 0 30.5px 30.5px 0;

	padding: 17px 22px 17px 11px;

	min-width: 200px;

	display: block;

	text-align: center
}



@media (min-width:1200px) {

	.ywsl-social:after {

		min-width: 230px
	}

}



@media (min-width:1600px) {

	.ywsl-social:after {

		min-width: 240px
	}

}



.ywsl-social.ywsl-facebook:before {

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNy41OTM3NSAzLjMyNzE5SDkuMTI1VjAuNzk1OTQ0QzguODQzNzUgMC43NjQ2OTQgNy45Njg3NSAwLjY3MDk0NCA2LjkwNjI1IDAuNjcwOTQ0QzQuNzUgMC42NzA5NDQgMy4yNSAyLjAxNDY5IDMuMjUgNC40NTIxOVY2LjY3MDk0SDAuODc1VjkuNTE0NjlIMy4yNVYxNi42NzA5SDYuMTg3NVY5LjUxNDY5SDguNUw4Ljg3NSA2LjY3MDk0SDYuMTg3NVY0LjczMzQ0QzYuMTg3NSAzLjg4OTY5IDYuNDM3NSAzLjMyNzE5IDcuNTkzNzUgMy4zMjcxOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=)
}



.ywsl-social.ywsl-google:before {

	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTUuNjI1IDguODkzNkMxNS42MjUgOC4zOTM2IDE1LjU2MjUgOC4wMTg2IDE1LjUgNy42MTIzNUg4LjEyNVYxMC4yNjg2SDEyLjVDMTIuMzQzOCAxMS40MjQ5IDExLjE4NzUgMTMuNjEyNCA4LjEyNSAxMy42MTI0QzUuNDY4NzUgMTMuNjEyNCAzLjMxMjUgMTEuNDI0OSAzLjMxMjUgOC43MDYxQzMuMzEyNSA0LjM2MjM1IDguNDM3NSAyLjM2MjM1IDExLjE4NzUgNS4wMTg2TDEzLjMxMjUgMi45ODczNUMxMS45Njg4IDEuNzM3MzUgMTAuMTg3NSAwLjk1NjEgOC4xMjUgMC45NTYxQzMuODEyNSAwLjk1NjEgMC4zNzUgNC40MjQ4NSAwLjM3NSA4LjcwNjFDMC4zNzUgMTMuMDE4NiAzLjgxMjUgMTYuNDU2MSA4LjEyNSAxNi40NTYxQzEyLjU5MzggMTYuNDU2MSAxNS42MjUgMTMuMzMxMSAxNS42MjUgOC44OTM2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}



.ywsl-social img {

	display: none
}



.footer-widget h3.display--1 {

	font-size: 70px;

}





.hero-section__title__inner {

	color: #1e1e1e;

	font-size: 75px;

}





.tabset>input[type="radio"] {

	position: absolute;

	left: -200vw;

}



.tabset .tab-panel {

	display: none;

}



.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,

.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),

.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),

.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),

.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),

.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {

	display: block;

}



/*

   Styling

  */





.tabset>label {

	position: relative;

	display: inline-block;

	padding: 15px 15px 25px;

	border: 1px solid transparent;

	border-bottom: 0;

	cursor: pointer;

	font-weight: 600;

	width: 19.7%;

	margin: 0;

	background: #000000;

	color: #ffffff;

}



.tabset>label::after {

	content: "";

	position: absolute;

	left: 15px;

	bottom: 10px;

	width: 22px;

	height: 4px;

	background: #ffffff;

}



input:focus-visible+label {

	outline: 2px solid rgba(0, 102, 204, 1);

	border-radius: 3px;

}



.tabset>label:hover,

.tabset>input:focus+label,

.tabset>input:checked+label {

	color: #e6007d;

}



.tabset>label:hover::after,

.tabset>input:focus+label::after,

.tabset>input:checked+label::after {

	background: #ffffff;

}



.tabset>input:checked+label {

	border-color: #e6007d;

	margin-bottom: -1px;

	background: #e6007d;

	color: #fff;

	margin-bottom: 5px;

}



.tab-panel {

	padding: 30px 0;



}



ul.clientele-logos {

	padding: 0;

}



ul.clientele-logos li {

	list-style: none;

	display: inline-block;

	width: 24.6%;

	border: 1px solid #e8e8e8;

	text-align: center;

	margin-bottom: 5px;

}



.tabset>label span {

	position: absolute;

	right: 20px;

}



.tabset {

	width: 100%;

}





.archive .personalize-wrapper {

	background: #FFE4E1;

}



.archive .personalize-header:before {

	background: #FFE4E1;

}



.archive .clientele-wrapper {

	background: #ffffff
}



.archive .clientele-header:before {

	background: #fff
}



@media(max-width:1600px) {

	.tabset>label {



		width: 19.6%;

		margin-bottom: 5px;

	}



	ul.clientele-logos li {



		width: 24.5%;

		margin-bottom: 5px;

	}

}



@media(max-width:1280px) {

	.tabset>label {



		width: 33%;

		margin-bottom: 5px;

	}



	ul.clientele-logos li {



		width: 32%;

		margin-bottom: 5px;

	}

	.product-list-header__title {

		font-size: 45px;

	}

}



@media(max-width:768px) {

	.tabset>label {



		width: 100%;

	}



	ul.clientele-logos li {



		width: 49%;

	}

	.product-list-header__title {

		font-size: 30px;

	}

}





#guide-template #intro-container {

	height: 100vh;

	width: 100%;

	background-size: cover;

	background-color: #000;

	text-align: center;

	position: relative;

	z-index: 4;

}



#guide-template h1 {

	font-family: 'Roboto', sans-serif;

	font-weight: 400;

	color: #FFF;

	font-style: normal;

	font-size: 120px;

	margin: 0 10px 10px 10px;

}



#guide-template h2 {

	font-family: 'Roboto', sans-serif;

	font-weight: 100;

	color: #49E2D6;

	font-style: normal;

	font-size: 38px;

	margin-top: 20px;

	text-transform: uppercase;

}



#guide-template #intro-container p {

	font-family: Arial, sans-serif;

	color: #FFF;

	font-size: 17px;

	line-height: 24px;

	margin: 50px auto;

}



#guide-template #nav-bar {

	position: relative;

	top: 0;

	width: 100%;

	height: 50px;

	background-color: #FAFAFA;

	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);

	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#F2F2F2));

	background-image: -webkit-linear-gradient(top, #FFF, #F2F2F2);

	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);

	background-image: linear-gradient(to bottom, #FFF, #F2F2F2);

	background-repeat: repeat-x;

	z-index: 3;

	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);

	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);

	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);

}



#guide-template.fixed #nav-bar {

	position: fixed;

	z-index: 99;

}



#guide-template a.menu-burger {

	height: 49px;

	padding: 13px;

	float: left;

	padding-bottom: 0px;

	border-left: 1px solid #D4D4D4;

	border-right: 1px solid #D4D4D4;

}



#guide-template .social-container {

	height: 49px;

	padding: 13px 0 0 25px;

	float: right;

	border-left: 1px solid #D4D4D4;

	border-right: 1px solid #D4D4D4;

}



#guide-template #nav-bar a:hover {

	background-color: #1C596D;

	color: #FFF;

	text-decoration: none;

}



#main {

	background: #FFF;

}



#guide-template.fixed #main {

	position: relative;

	top: 50px;

}



#guide-template #content {

	border-left: 1px solid #EEE;

	padding-bottom: 25px;

}



#guide-template #sidebar {

	padding: 0px;

}



#guide-template #affix {

	position: relative;

	top: 0;

	list-style: none;

	margin: 0;

	padding: 0;

}



#guide-template #affix li a {

	padding: 8px 0px;

	padding-left: 20px;

	position: relative;

	border-bottom: 1px solid #EEE;

	width: 100%;

	display: block;

}



#guide-template #affix li:hover a {

	background-color: #F7F7F7;

}



#guide-template #affix a:hover {

	text-decoration: none;

}



#guide-template #affix li.current a {

	background-color: #e6007d;

	color: #FFF;

	border-right: none;

}



#guide-template #affix li.current a:before {

	content: "";

	width: 0;

	height: 0;

	border-top: 5px solid transparent;

	border-bottom: 5px solid transparent;

	border-right: 5px solid #FFF;

	position: absolute;

	right: -1px;

	top: 15px;

}



#guide-template.fixed #affix {

	position: fixed;

	z-index: 99;

	width: 375px;

	top: 50px;

	height: 100%;

}



@media (max-width: 996px) {

	#sidebar {

		display: none;

	}

}



li.active a {

	background: #e5017c;

}



li.active a {

	color: #fff;

}



.page-wrapper.personalize-wrapper.u-escape-container.heading_with_rounded_borders.pb-50.bg-light-blue {

	background: #FFF !important;

	padding-top: -10px;

}



.big-copy.assorted_product__steps__copy {

	font-size: 18px;

}



.big-copy.assorted_product__steps__copy a:hover {

	text-decoration: underline;

	color: #e6007d;

	font-weight: 600;

}





@import url("https://fonts.googleapis.com/css?family=Exo:700");





/*CLEARFIX*/

.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}



.clearfix {

	display: inline-block;

}



html[xmlns] .clearfix {

	display: block;

}



* html .clearfix {

	height: 1%;

}



/*CSS RESET*/

html,

body,

div,

span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

	line-height: 24px;

}



/* HTML5 display-role reset for older browsers */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

	display: block;

}



body {

	line-height: 1;

}



ol,

ul {

	list-style: none;

}



blockquote,

q {

	quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

	content: '';

	content: none;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

}





/*NAV*/

#nav-wrap {

	background-color: #555;



	position: fixed;



	z-index: 100;

	list-style-type: none;

	padding: 0;

	margin: 0;

	position: -webkit-sticky;

	/* For Safari */

	position: sticky;

	top: 20px;

	/* Adjust top position as needed */

	background-color: white;

	/* Background color of the sticky list */

	border: 1px solid #ccc;

	/* Optional: Add a border for visual separation */

	z-index: 100;

	/* Ensure it's above other content */

}



#nav-indicator {

	position: absolute;

	width: 100px;

	top: 55px;

	left: 0;

	height: 5px;

	background: #f36666;



	-webkit-transition: all 0.2s ease;

	-moz-transition: all 0.2s ease;

	-o-transition: all 0.2s ease;

	-ms-transition: all 0.2s ease;

	transition: all 0.2s ease;

}



.nav-btn {

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	float: left;

	padding: 24px 0;

	list-style: none;

	color: #000;

	text-align: center;

	cursor: pointer;

	text-transform: capitalize;

	font-size: 12px;

	border: 1px solid #e8e8e8;

	box-shadow: none;

	font-size: 18px;

}



.nav-btn:first-child {

	border: none;

	box-shadow: none;

}



.nav-btn:hover,

.nav-btn.active {

	color: #FFF;

	background: #FF007F;

}





/*CONTENT*/

#content-wrap {



	margin: 0 auto 180px;

}





.circle {

	border-radius: 50%;

	background: #555;

	border-top: 1px solid rgba(255, 255, 255, 0.2);

	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);

	width: 20px;

	height: 20px;





}



.row.active .row-btn {

	background: #f36666;

}



.row.active .circle {

	margin-left: 20px;

}





#top {

	width: 40px;

	height: 20px;

	background: #555;

	border-top: 1px solid rgba(255, 255, 255, 0.2);

	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);

	margin: 30px auto;

	cursor: pointer;

	color: #ccc;

	text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 1px;

	text-align: center;

	padding: 15px;

}



#top:active {

	background: #333;

	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5);

	border-top: none;

}





/*ANIMATION*/

.row-btn,

.circle,

.row {

	-webkit-transition: all 0.1s ease;

	-moz-transition: all 0.1s ease;

	-o-transition: all 0.1s ease;

	-ms-transition: all 0.1s ease;

	transition: all 0.1s ease;

}





/*Slide left > right || right > left*/

h1.animationActive,

h2.animationActive {

	-moz-transform: translateX(0px);

	-webkit-transform: translateX(0px);

	-o-transform: translateX(0px);

	-ms-transform: translateX(0px);

	transform: translateX(0px);

	opacity: 1;

}





.fix-sidebar {

	position: relative;

}



#nav-1 ul {

	display: inline-grid;

	width: 100%;

}



#content-wrap h3 {

	font-family: Canela, PF Regal Display Pro, Times New Roman, serif;

	font-size: 30px;

	margin-bottom: 20px;

}

.inner-text {
	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif
}

.inner-text p,
.inner-text li {
	font-size: 16px;
	margin-bottom: 15px;
}

.list-view li {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}

.list-view li:before {

	content: '';

	position: absolute;

	width: 6px;

	height: 6px;

	border: 1px solid #000;

	border-radius: 50%;

	top: 11px;

	left: 0px;

}

.inner-list-view {

	margin-top: 15px;

}

.list-view li ul li:before {

	content: '';

	position: absolute;

	width: 6px;

	height: 6px;

	background: #000;

	border-radius: 50%;

	top: 10px;

	left: 0px;

}

.inner-list-view li {
	display: block;
}

.product-card__body span {
	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif
}

p,
ul li,
.btn--primary span,
.form-control,
.colophon__copyright {
	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

strong {

	font-weight: 600;

}

.display.display--3 h2 {

	margin-bottom: 20px;

	line-height: 42px;

}

b.uppercase {

	font-weight: bold;

}

.contacts__address-w25.contacts__address-main-title {

	margin-bottom: 10px;

}

.contacts__address-w25.contacts__address-addr p {

	margin-bottom: 10px;

}

.contacts__address-w25.contacts__address-mail p {

	margin-bottom: 10px;

}





.india-map {
	width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}









.india-map path {

	stroke: #cce8db;

	fill: #828282;

	stroke-width: 0.5;

}

#GJ_main_pin g path,
#RJ_main_pin g path,
#HR_main_Pin g path,
#Punjab_main_pin g path,
#UP_mainpin g path,
#MP_main_pin g path,
#Maharashtra_main_pin g path,
#Delhi_main_Pin g path {

	stroke: transparent;

	fill: #e6007d;



}







.popup-link a {

	background: #333;

	color: #fff;

	padding: 10px 30px;

	border-radius: 5px;

	font-size: 17px;

	cursor: pointer;

	margin: 20px;

	text-decoration: none;

}



.popup-container {

	visibility: hidden;

	opacity: 0;

	transition: all 0.3s ease-in-out;

	transform: scale(1.3);

	position: fixed;

	z-index: 3;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-color: rgba(21, 17, 17, 0.61);

	display: flex;

	align-items: center;

}

.popup-content {

	background-color: #fefefe;

	margin: auto;

	padding: 20px;

	border: 1px solid #888;

	width: auto;

	position: relative;

}

.popup-content p {

	font-size: 17px;

	padding: 10px;

	line-height: 20px;

}

.popup-content a.close {

	color: #000000;

	float: right;

	font-size: 23px;

	font-weight: bold;

	background: none;

	padding: 0;

	margin: 0;

	text-decoration: none;

	position: absolute;

	right: 6px;

	top: 2px;

}



.popup-content a.close:hover {

	color: #333;

}



.popup-content span:hover,

.popup-content span:focus {

	color: #000;

	text-decoration: none;

	cursor: pointer;

}



.popup-container:target {

	visibility: visible;

	opacity: 1;

	transform: scale(1);

}



.popup-container h3 {

	margin: 10px;

}



.popup-form p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
	margin-bottom: 10px
}

.popup-form .woocommerce-Input {
	border: 1px solid #ddd;
}



.remove-scrolling {

	height: 100%;

	overflow: hidden;

}

a.hero-section__cta.btn.btn--primary span {

	color: #fff;

}

/*End popup styles*/

.img-responsive {
	width: 100%;
}

.number-size {
	font-size: 20px;

	border: 1px solid #000;

	display: inline-block;

	padding: 10px 20px;

	border-radius: 35px;
}

.desc-title {
	font-size: 28px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	display: inline-block
}

.amount-finale {
	font-size: 40px;
	font-weight: bold;
}

.qty {
	margin-right: 10px;

	font-size: 20px;

	font-weight: 700;

	display: inline-block;
}

.number {



	display: inline-block;



}

.minus,
.plus {

	width: 30px;

	height: 40px;

	background: #f2f2f2;

	border-radius: 4px;

	padding: 8px 5px 8px 5px;

	border: 1px solid #000;

	display: inline-block;

	vertical-align: middle;

	text-align: center;

	background: transparent;

	cursor: pointer;

}

input {

	height: 40px;

	width: 70px;

	text-align: center;

	font-size: 20px;

	border: 1px solid #000;

	border-radius: 4px;

	display: inline-block;

	vertical-align: middle;

	background: transparent;

}

.finale-price {

	display: block;

	margin-top: 10px;

	font-size: 40px;

	font-weight: 600;

}

.width-50 {
	width: 33%;
}

.pl-0 {
	margin-left: 0 !important;
}

.main-desc {
	background: #ffd8ec;
	padding: 20px
}

.desc-list {
	padding-left: 20px;
}

.desc-list li {
	list-style: circle;
	line-height: 26px;
	font-size: 16px;
}

.business-wrapper {
	background: #dbebfa;
}

.product-list-header.display.display--1.bw:before {

	background: #FFF;

}

.page-wrapper.u-escape-container.archive-shop.bw,
.container.product-list-wrapper.archive-shop__main.bw {

	background: #fff;

}



.inquiry-tabs {
	border-bottom: 2px solid #000 !important;
}

.inquiry-tabs li {

	line-height: 50px;

	width: 50%;



	display: grid;

}

.inquiry-tabs li a {



	background: transparent;

	padding: 15px 30px;

	color: #000;

	text-align: center;



}

.inquiry-tabs li a.active {
	background-color: #000;
	color: #fff;
}

form.woocommerce-form.woocommerce-form-register {

	float: left;

	width: 100%;

	margin-top: 30px;

}

.form-width-50 {

	float: left;

	width: 49%;

	margin-right: 10px !important;

}

.form-control-select,
.form-control-select:focus {
	background: #ededed
}

.form-bottom-space p {
	margin-bottom: 15px !important
}

.form-bottom-space label {
	text-transform: capitalize !important;
}

.content-info {
	background-color: #fff !important;
}

footer.site-footer.content-info {
	background: #f3f3f3 !important
}

ul.clientele-logos img {

	width: 60%;

}

.download-btn {
	margin-bottom: 8px;

	border: 1px solid #000;

	border-radius: 30px;

	padding: 10px 15px;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	background-color: #000;

	color: #fff;

	font-size: 14px;

	border: 1px solid #000;

	margin-top: 0;

	float: left;

}

.download-btn:hover {
	color: #000;
	background: transparent
}

.add-mob-menu {
	display: none;
}

@media (max-width:1440px) {

	.background-switcher-wrap {

		padding-top: 0em;

		padding-bottom: .1em
	}

}

@media (max-width:1200px) {



	.lead--2 {
		text-transform: capitalize;
	}

	.lead--2 {
		font-size: 11px;
	}

}

@media (max-width:767px) {
	.add-mob-menu {
		display: block;
	}
}

@media (max-width:768px) {

	.hero-section .media-item__image {

		-o-object-fit: cover;

		/* object-fit: cover; */

		height: auto;



	}

	.product-list-cover {

		position: relative;

		height: 190px !important;

	}



}



@media (max-width:425px) {

	.sub-para {

		margin-left: 40px;

		margin-top: 20px;

	}



}



/*** slider.css ***/



.owl-nav button {

	position: absolute;

	top: 50%;

	background-color: #000;

	color: #fff;

	margin: 0;

	transition: all 0.3s ease-in-out;

}

.owl-nav button.owl-prev {

	left: 0;

}

.owl-nav button.owl-next {

	right: 0;

}



.owl-dots {

	text-align: center;

	padding-top: 15px;

}

.owl-dots button.owl-dot {

	width: 15px;

	height: 15px;

	border-radius: 50%;

	display: inline-block;

	background: #ccc;

	margin: 0 3px;

}

.owl-dots button.owl-dot.active {

	background-color: #000;

}

.owl-dots button.owl-dot:focus {

	outline: none;

}

.owl-nav button {

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	background: rgba(255, 255, 255, 0.38) !important;

}



.owl-nav button:focus {

	outline: none;

}



.owl-carousel .owl-item img {
	position: relative
}

.site-footer .menu-item a.lead--2 {
	font-size: 16px !important;
}

.flickity-slider {
	overflow: visible;
}

.product-list-header__title .d-inline-block {
	line-height: 85px;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {



	label,
	.woocommerce-Input {

		font-size: 12px;

	}

}



.testimonials-slider__item-title.display img {
	max-width: 150px;
	width: 100%;
}

.submit-form-text p {
	color: #03703d;
	background-color: rgba(3, 112, 61, 0.3);
	padding: 10px;
}

.error-msg p {
	color: #e20423;
	background-color: rgba(226, 4, 35, 0.3);
	padding: 10px;
}

.reel-icon {
	position: absolute;

	z-index: 999;

	right: 20px;

	top: 0px;

	background: rgb(0 0 0 / 60%);

	height: 50px;

	width: 50px;
}

.reel-icon img {
	padding: 10px
}

.virtual_logo .virtual-bottle-img {
	width: 100%;
}

.virtual_logo {

	position: relative;

}

.virtual_logo .virtual_small_1 {
	position: absolute;

	top: 53.5%;

	left: 45%;

	z-index: 2;

	width: 9%;

	margin-left: -4.5%;

}



.virtual_logo .virtual_small_2 {
	position: absolute;

	top: 42.3%;

	left: 45%;

	z-index: 2;

	width: 10.5%;

	margin-left: -5.25%;

}



.virtual_logo .virtual_small_3 {
	position: absolute;

	top: 29.5%;

	left: 43%;

	z-index: 2;

	width: 13%;

	margin-left: -7.5%;

}

.virtual_logo>img {
	height: auto
}

.register input {
	text-align: left;
}

#inputBox,
#fileInputBox {

	display: none;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

}

.select-radio label {
	width: auto;

	display: inline-flex;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	margin-right: 50px;
}

.select-radio input[type="radio"] {

	width: 20px;

	height: 20px;

	margin-right: 6px;

}



#inputBox input {

	width: 100%;

	background-color: #ededed;

	border: none;

}

#sync1 .item {



	padding: 10px 0px;

	margin: 5px;

	color: #FFF;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	text-align: center;

}



#sync2 .item {

	background: #C9C9C9;

	padding: 10px 0px;

	margin: 5px;

	color: #FFF;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	text-align: center;

	cursor: pointer;

}

#sync2 .item h1 {

	font-size: 18px;

}

#sync2 .current .item {

	background: #ffd8ec;

}



.owl-theme .owl-nav {

	/*default owl-theme theme reset .disabled:hover links */

}

.owl-theme .owl-nav [class*='owl-'] {

	transition: all .3s ease;

}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {

	background-color: #D6D6D6;

}



#sync1.owl-theme {

	position: relative;

}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {

	width: 22px;

	height: 40px;

	margin-top: -20px;

	position: absolute;

	top: 50%;

}

#sync1.owl-theme .owl-prev {

	left: 10px;

}

#sync1.owl-theme .owl-next {

	right: 10px;

}

.ifrm {
	border: none;
	width: 100%;
	margin-top: 50px;
}

div#sync2 {

	width: 40%;

	margin: auto;

}



#sync1 .item img {

	/* height: 50vh;

		width: 20vw; */

	margin: 0 auto;

}



@media (min-width: 1200px) and (max-width: 1600px) {

	.background-switcher-wrap {

		padding-top: 0em;

	}

}

.product-card {

	text-align: center;

}

.product-card .product-card__title {

	max-width: unset;

}

.product-card .product-card__footer {

	justify-content: center;

}

.product-card .product-card__body {

	margin-top: 4%;

}



a.site-header__logo1 {

	margin-bottom: 30px;

	display: block;

}

a.site-header__logo1 img {

	width: 200px;

}



.background-switcher-wrap.u-escape-container {

	background: transparent !important;

}



img.media-item__image1 {

	height: auto;

	width: 100%;

	vertical-align: bottom;

}

.media-figure__inner .media-item__image {

	object-fit: cover;

}





ul.nav.nav-tabs.inquiry-tabs {

	gap: 0 !important;

}

ul.nav.nav-tabs.inquiry-tabs .nav li {

	padding: 0 !important;

}





.media-item__inner .media-item__image {
	transition: all 0.5s ease
}

.media-item__inner .media-item__image:hover {
	transform: scale(1.05);
}



.section-padding {
	padding-top: 100px;
	padding-bottom: 100px
}





#banner-carousel .owl-dots {
	margin-top: -60px;
	position: relative;
}



.img-banner {
	object-fit: cover;
}

.img-banner img {
	width: 100%;
}





.file-upload-wrapper {

	position: relative;

	display: inline-block;

}



.custom-file-upload {

	display: inline-block;

	padding: 10px 20px;

	background-color: #e6007d;

	color: white;

	font-weight: bold;

	border-radius: 2em;

	cursor: pointer;

	transition: background-color 0.3s;

	font-weight: 500;

	text-transform: uppercase;

	font-size: 16px;

}



.custom-file-upload-brdr {

	display: inline-block;

	padding: 10px 20px;

	background-color: transparent;

	border: 1px solid #e6007d;

	color: #e6007d;

	font-weight: bold;

	border-radius: 2em;

	cursor: pointer;

	transition: all 0.3s;

	font-weight: 500;

	text-transform: uppercase;

	font-size: 16px;

}

.custom-file-upload-brdr:hover {

	background-color: transparent;

	border: 1px solid #333;

	color: #000;

}

.custom-file-upload:hover {

	background-color: #333;

}



input[type="file"] {

	display: none;

}



.file-name {

	margin-top: 10px;

	font-style: italic;

	font-size: 14px;

	color: #333;

}





.border-box {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 20px 30px;
}

.preview-img {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 20px 30px;
	height: 50px;
	width: 50px;
}



.media-item__inner.transition-none .media-item__image {
	transition: none;
}



.product-list .product-card__button {
	color: #fff;
}

.product-list .product-card__button:hover {
	background-color: #333;
}

.product-list .product-card {
	margin-bottom: 80px;
}





.product-card__background {
	border: 1px solid #ddd;
	background-color: transparent !important;
}





.product-card__inner .product-card__thumb .media-item__image {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: max-content;
	height: 90%;
}

.product-card__inner .product-card__thumb .media-item__image:hover {
	transform: scale(1.05) translate(-50%, -50%);
}





section.welcome-section.section-padding input#plant-search {
	border: 1px solid #ddd;
	border-radius: 10px;
	
}



.img-about-us {

	width: 100%;
	display: flex;
	justify-content: center;
	border-radius: 10px;

}

.img-about-us img {
	width: 80%;
}



.bg-about-us {
	background-color: #f4f4f4;
}





.contact-dlt-outer {

	width: 100%;

	padding: 0 0 0 0px;

	display: flex;

	gap: 20px 20px;

	flex-wrap: wrap;

}

.contact-card {

	background-color: #f5f5f7;

	padding: 15px 20px;

	width: calc(33% - 20px);

}

.contact-card h5 {
	font-size: 22px;

	line-height: 28px;
	margin-bottom: 10px;

	padding-top: 10px;

	font-weight: 600;

	color: var(--black);
}



.contact-card p {

	font-size: 16px;

	line-height: 24px;

	padding: 0px;

	margin: 0px 0 10px;

}



.phone-text {
	display: block;
	margin: 10px 0 0;
	font-weight: 600;
}

.phone-text a {
	color: #e6007d
}



.clients>ul {

	padding-left: 0;

	margin-bottom: 10px;

	list-style: none;

	display: flex;

	gap: 20px 20px;

}

.clients>ul li {
	margin-bottom: 5px;
	width: 33.33%;
	background: #f5f5f5;
	padding: 25px 15px 25px;
	text-align: center;
	font-size: 20px;
	display: flex;
	align-items: start;
	justify-content: center;
	position: relative;
}

.text-highlited {
	font-size: 24px;
	font-weight: 700;
	display: block;
	line-height: 36px;
}



.banner-text .text-highlited {
	display: inline;
	font-size: 26px;
}





.form-box-outer {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 20px;
	width: 100%;
}





.icn-clients {
	height: 70px;
	margin: 0 auto 20px;
	display: block;
}



.banner-text-about {
	width: 100%;
	position: absolute;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 5;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-text {
	color: #fff;
}

.banner-text p {
	font-size: 20px;
	line-height: 40px;
}

.banner-about-us-70 {
	height: 80vh;
	overflow: hidden;
	position: relative;
}



.display sup {
	font-size: 14px;
	top: -20px;
}



.list-disc {
	list-style: disc;
	padding: 10px 20px;
	margin: 0 0 0 20px;
}



h3.display,

.text-pink,

h2.display {
	color: #e6007d
}



.d-dektop {
	display: block;
}

.d-mob {
	display: none;
}



.clear {
	clear: both
}



/* Map Location */



/*Global Location Map*/

.map-outer {

	position: relative;

}



.map-outer img {

	width: 100%;

}



.loc-card {

	/* width: 120px;

        height: 87px; */

	cursor: pointer;

	position: absolute;

}



.loc-detail {

	/* background-color: #fff; */

	/* box-shadow: 0 0 10px rgba(0, 0, 0, .3); */

	border-radius: 0px;

	width: fit-content;

	padding: 10px;

	transition: all 0.7s ease;

	position: absolute;

	bottom: 30px;

	border-radius: 0;

	overflow: hidden;

}



.loc-card::before {

	content: "";

	width: 0;

	height: 0;

	/* box-shadow: 0 0 5px rgba(0, 0, 0, .05);

        border-left: 12px solid transparent;

        border-right: 12px solid transparent;

        border-top: 12px solid var(--white); */

	position: absolute;

	bottom: 18px;

	left: 44px;

	transition: all 0.7s ease;

}



.loc-point {

	width: 16px;

	height: 16px;

	background-color: var(--orange);

	display: block;

	border: 2px solid var(--white);

	border-radius: 50%;

	position: absolute;

	bottom: 0;

	left: 47px;

	transition: all 0.7s ease;

	animation: pulseEffect 1.0s infinite ease-in-out;

	display: none;

}



@keyframes pulseEffect {

	0% {

		border-color: rgba(255, 255, 255, 1);

		/* Fully visible */

	}



	60% {

		border-color: rgba(255, 255, 255, 0.3);

		/* Half transparent */

	}



	100% {

		border-color: rgba(255, 255, 255, 1);

		/* Fully transparent */

	}

}



.loc-card:hover .loc-detail {

	/* width: 100px;

        transform: translate(-50%, 0%); */

	left: 50%;

	padding: 10px;

	border-radius: 10px;

	bottom: 30px;

	background-color: #fff;

	box-shadow: 0 0 10px rgba(0, 0, 0, .3);

}



.loc-card .logo-mes {

	width: 24px;

	opacity: 1;

	text-align: center;

	text-align: center;

	display: block;

	left: 50%;

	transform: translate(-50%, 0%);

	position: relative;

}



.loc-card .logo-mes img {

	width: 100%;

	margin: 0 auto;

	display: block;

}



.loc-card:hover .logo-mes {

	opacity: 0;

	width: 0;

	height: 0;

	visibility: hidden;

	display: none;

}



.loc-info {

	height: 0;

	/* width: 300px; */

	opacity: 0;

	transition: all 0.7s ease;

	overflow: hidden;

	position: relative;

	left: 50%;

	transform: translate(-50%, 0%);

}



.loc-info h5 {

	color: #000;

	font-size: 16px;

	margin: 0;

	font-family: Graphik LG, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;

	/* white-space: nowrap; */

	text-align: center;

}



.loc-info p {

	font-size: 16px;

	line-height: 24px;

}



.loc-img img {

	width: 100%;

}



.loc-card:hover .loc-info {

	height: auto;

	width: auto;

	opacity: 1;

	left: 00%;

	transform: translate(-00%, 0%);

	display: flex;

	align-items: center;

	justify-content: center;

}



.loc-card:hover .loc-info h5 {

	margin: 0;

}



.loc-card:hover {

	z-index: 22;

}



.loc-mexico {

	top: 385px;

	left: 130px;

}



.loc-mumbai {

	top: 280px;

	left: 167px;

}



.loc-poland {

	top: 320px;

	left: 235px;

}



.loc-vietnam {

	top: 475px;

	left: 120px;

}



.loc-hong-kong {

	top: 275px;

	left: 272px;

}



.loc-bihar {

	top: 330px;

	left: 415px;

}



.loc-jk {

	top: 375px;

	left: 340px;

}



.loc-japan {

	top: 206px;

	left: 195px;

}



.loc-hp {

	top: 170px;

	left: 220px;

}



.loc-uk {

	top: 235px;

	left: 255px;

}



.loc-china {

	top: 245px;

	left: 200px;

}



.loc-ohio {

	top: 270px;

	left: 250px;

}







.display-deaktop {

	display: block;

}



.display-mobile {

	display: none;

}



.two-col-ftr {

	display: flex;

}



.two-col-ftr p {

	padding-right: 20px;

}







/* Responsive CSS */

@media (max-width:1200px) {

	.newsletter-widget {

		display: none;

	}



	.display--1,
	.u-wysiwyg-content h1 {
		font-size: 54px;
	}





}



@media (max-width:1024px) {



	.contact-card {
		width: calc(50% - 20px)
	}

	.d-none-tab {
		display: none;
	}



	.img-prod-box {
		width: 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

	.cont-prod-box {
		width: 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}



	.display--1,
	.u-wysiwyg-content h1 {
		font-size: 44px;
	}

	.cards-slider__title {
		margin-top: 0;
	}



	.clients>ul {
		flex-wrap: wrap;
	}



	.clients>ul li {
		width: calc(50% - 20px);
	}





}





@media (max-width:767px) {





	.display--1,
	.u-wysiwyg-content h1 {
		font-size: 36px;
	}

	.lead--1 {
		font-size: 16px;
	}



	.cont-prod-box {
		text-align: center;
	}



	.finale-price {
		font-size: 32px;
	}



	.mb-4,
	.my-4 {

		margin-bottom: 0.8rem !important;

	}



	.product-list .product-card {

		margin-bottom: 40px;

	}



	.site-footer {

		padding-top: 60px;

		padding-bottom: 5px;

	}

	.normal-content {
		padding-left: 15px;
		padding-right: 15px
	}

	.woocommerce-account .woocommerce {
		margin: 0 0px 64px;
	}





	.pl-m-0 {
		padding-left: 0;
	}



	.media-item__inner {
		height: 100%;
	}





	.clients>ul {
		flex-wrap: wrap;
	}



	.clients>ul li,

	.india-map,

	.form-width-50,

	.contact-card {
		width: 100%
	}





	.footer-widgets-m a.site-header__logo1 img {
		width: 150px;
	}



	.assorted_product__steps__step.fix-sidebar,

	.img-prod-box,

	.assorted_product__steps__step,

	.cont-prod-box {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}



	#nav-wrap {
		border: 0
	}

	#nav-1 ul {

		display: block;

		position: sticky;

	}

	#nav-1 .nav-btn {
		width: auto;
		padding: 11px 15px;
	}







	.display-deaktop,

	.loc-card {

		display: none;

	}



	.display-mobile {

		display: block;

	}



	ul.clientele-logos li {

		width: 32%;

	}

	.d-mob {
		display: block;
	}

	.d-dektop {
		display: none;
	}



	.footer-widget .textwidget {
		font-size: 16px;
	}



}





@media (max-width:578px) {



	ul.clientele-logos li {

		width: 49%;

	}





}

.tooltip-inner .form-text {
	color: #fff !important;
}

.tooltip-inner .form-text a:hover {
	color: #e6007d;
}

.custom-tooltip .tooltip-inner a {
	color: #fff;
	text-decoration: underline;
}