
.ct-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
}

.ct-section > .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ct-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.ct-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.ct-link-text {
	display: inline-block;
}

.ct-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.ct-link-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.ct-image {
	max-width: 100%;
}

.ct-fancy-icon > svg {
	width: 55px;
	height: 55px;
}

.ct-inner-content {
	width: 100%;
}

.ct-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-nestable-shortcode {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-comments {
	width: 100%;
	text-align: left;
}

.oxy-comment-form {
	width: 100%;
}

.oxy-login-form {
	width: 100%;
}

.oxy-search-form {
	width: 100%;
}

.oxy-tabs-contents {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab-content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-testimonial {
	width: 100%;
}

.oxy-icon-box {
	width: 100%;
}

.oxy-pricing-box {
	width: 100%;
}

.oxy-posts-grid {
	width: 100%;
}

.oxy-gallery {
	width: 100%;
}

.ct-slider {
	width: 100%;
}

.oxy-tabs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.ct-modal {
	flex-direction: column;
	align-items: flex-start;
}

.ct-span {
	display: inline-block;
	text-decoration: inherit;
}

.ct-widget {
	width: 100%;
}

.oxy-dynamic-list {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text {
		max-width: 100%;
	}
	
	img {
		flex-shrink: 0;
	}
	
	body * {
		min-height: 1px;
	}
}

.oxy-testimonial {
	flex-direction: row;
	align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
	width: 125px;
	height: 125px;
	margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap, .oxy-testimonial .oxy-testimonial-author-wrap, .oxy-testimonial .oxy-testimonial-content-wrap {
	align-items: flex-start;
	text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
	text-align: left;
	flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
	font-size: 21px;
	margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
	font-size: 16px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
	margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
	justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
	font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
	font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
	font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
	font-size: 80px;
	line-height: .7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
	font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
	font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
	justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
	background-color: #000;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
	animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
	width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
	background-color: #6af;
	padding: 40px;
	animation: none 0s paused, none 0s paused;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
	font-size: 30px;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
	font-size: 12px;
}

.ct-slider .unslider-nav ol li {
	border-color: #fff;
}

.ct-slider .unslider-nav ol li.unslider-active {
	background-color: #fff;
}

.ct-slider .ct-slide {
	padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary, .oxy-superbox .oxy-superbox-primary {
	transition-duration: .5s;
}

.oxy-shape-divider {
	width: 0px;
	height: 0px;
}

.oxy_shape_divider svg {
	width: 100%;
}

.oxy-oxyninja-slider .oxy-dynamic-list {
	display: flex !important;
	flex-direction: row !important;
	align-items: unset;
	justify-content: unset;
	flex-wrap: unset;
}

.oxy-oxyninja-slider {
	width: 100%;
	position: relative;
}

.oxy-oxyninja-slider img {
	object-fit: cover;
}

#glightbox-body {
	z-index: 9999999999 !important;
}

.oxy-oxyninja-slider:focus, .oxy-oxyninja-slider *:focus {
	outline: 0;
}

.splide__list {
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
	display: flex;
	width: -webkit-max-content;
	width: max-content;
	will-change: transform;
}

.splide__track > .splide__list {
	width: 100%;
}

.splide__track > .splide__list > .splide__slide {
	transform: translate3d(0px, 0, 0);
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	-o-transform: translate3d(0px, 0, 0);
	will-change: inherit;
}

.splide__list > .splide__slide:first-child {
	z-index: 2;
}

.splide--fade > .splide__track > .splide__list {
	display: flex !important;
}

.on-product-badges {
	position: absolute;
	z-index: 9;
}

.on-product-badges span:not(:first-of-type) {
	margin-left: 5px;
}

.on-product-badges span.on-new, .on-product-badges span.on-custom-badge, .on-product-badges span.on-sale {
	display: inline-block;
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 6px 12px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .8;
}

/*---------Font Smoothing---------*/
.woocommerce {
	-webkit-font-smoothing: antialiased;
}

/*------Rating Stars--------*/
.woocommerce .star-rating::before, .woocommerce .stars:not(.selected) span a, .woocommerce .stars.selected span a.active ~ a {
	color: #d3d3d3;
}

.woocommerce .star-rating, .woocommerce .stars.selected span a {
	color: #a50000;
}

/*-----Product Images------*/
.woocommerce div.flex-viewport, .woocommerce-product-gallery__wrapper, .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce ul.products li.product a img, .woocommerce-cart table.cart img {
	min-width: 64px;
	min-height: 64px;
	border: 1px solid #d3ced2;
	overflow: hidden;
}

.flex-viewport .woocommerce-product-gallery__wrapper {
	border: none;
	/* Remove duplicated borders */
	border-radius: 0 !important;
	/* Fix duplicated radius */
	margin: 0 !important;
}

/*----------Secondary Buttons-------------*/
.woocommerce button.button.alt, .woocommerce a.button, .woocommerce ul.products li.product .button, .woocommerce #review_form #respond .form-submit input, .woocommerce a.button.alt, .woocommerce button.button {
	background: #666;
	border: 1px solid #666;
	font-size: 12px;
	border-radius: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	padding: 16px 24px;
	outline: none;
	font-family: inherit;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/*----------Secondary Hovered-------------*/
.woocommerce button.button.alt:hover, .woocommerce a.button:hover, .woocommerce ul.products li.product .button:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce a.button.alt:hover, .woocommerce button.button:hover {
	background: #999;
	border: 1px solid #999;
	color: #fff;
}

/*----------Tertiary Buttons-------------*/
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce a.added_to_cart, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce table.my_account_orders .button, td a.woocommerce-MyAccount-downloads-file.button.alt {
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	background: #fff;
	border: 1px solid #65bec2;
	color: #65bec2;
	padding: 16px 24px;
	outline: none;
	font-family: inherit;
	border-radius: 4px;
}

/*----------Tertiary Buttons Hovered-------------*/
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce .widget_shopping_cart .buttons a:hover, .woocommerce.widget_shopping_cart .buttons a:hover, .woocommerce a.added_to_cart:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce table.my_account_orders .button:hover, td a.woocommerce-MyAccount-downloads-file.button.alt:hover {
	background: #fff;
	border: 1px solid #6799b2;
	color: #6799b2;
}

/*---Disabled Buttons---*/
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	filter: grayscale(100%);
}

/*----------Links-------------*/
.woocommerce a.wcppec-checkout-buttons__button, .woocommerce ul.product_list_widget li a, .woocommerce ul.product-categories a, .woocommerce .widget_layered_nav_filters ul li a, .woocommerce .woocommerce-widget-layered-nav-list__item a, .woocommerce .wc-layered-nav-rating a, .woocommerce div.tagcloud a, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, h2.woocommerce-loop-category__title, .comment-form-rating a, .woocommerce .download-product a, a.woocommerce-remove-coupon, .woocommerce a.shipping-calculator-button, .woocommerce a.remove, .woocommerce a.reset_variations, .woocommerce .product-name a, .woocommerce-info a, .woocommerce-error a, .woocommerce-message a, .woocommerce-checkout-payment a, .woocommerce-LostPassword a, .woocommerce-Address-title a, .woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-content a, a.woocommerce-review-link, .posted_in a, .tagged_as a, .woocommerce .woocommerce-breadcrumb a {
	color: #a50000;
	font-weight: 400;
	font-family: inherit;
	text-decoration: none;
}

/*----------Links Hovered-------------*/
.woocommerce a.wcppec-checkout-buttons__button:hover, .woocommerce ul.product_list_widget li a:hover, .woocommerce ul.product-categories a:hover, .woocommerce .widget_layered_nav_filters ul li a:hover, .woocommerce .woocommerce-widget-layered-nav-list__item a:hover, .woocommerce div.tagcloud a:hover, .comment-form-rating a:hover, .woocommerce .download-product a:hover, a.woocommerce-remove-coupon:hover, .woocommerce a.shipping-calculator-button:hover, .woocommerce a.remove:hover, a.reset_variations:hover .product-name a:hover, .woocommerce .product-name a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-message a:hover, .woocommerce-checkout-payment a:hover, .woocommerce-LostPassword a:hover, .woocommerce-Address-title a:hover, .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-MyAccount-content a:hover, a.woocommerce-review-link:hover, .posted_in a:hover, .tagged_as a:hover, .woocommerce .woocommerce-breadcrumb a:hover {
	color: #055126;
	text-decoration: underline;
}

/*-----------Labels----------------*/
.woocommerce div.product form.cart .variations label, .woocommerce form label {
	font-size: 12px;
	color: #000;
	margin-top: 8px;
	font-weight: 400;
	font-style: normal;
}

/*---------------Placeholders----------------*/
.woocommerce input[type="search"]::placeholder, .woocommerce-page table.cart td.actions .input-text::placeholder, .woocommerce form .form-row .input-text::placeholder, .woocommerce-page form .form-row .input-text::placeholder {
	color: #d3ced2;
	font-family: inherit;
}

/*---------------Dropdowns----------------*/
.select2-container--default .select2-selection--single, .woocommerce div.product form.cart .variations select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	background: #fff;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #a50000;
	color: #fff;
	outline: none;
}

.select2-container--default .select2-results__option[data-selected=true] {
	background: #055126;
	color: #fff;
	outline: none;
}

.select2-results__option {
	padding: 8px 12px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

.select2-dropdown {
	border-radius: 0;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.6;
	color: #000;
	padding: 0;
	min-height: 20px;
	padding-left: 0;
	outline: none;
}

.select2-container--open .select2-dropdown--below {
	padding: 0;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/optimized/rev-b9aacfc/happycard.pl/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg");
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: 4px center;
	height: 100%;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__clear {
	display: none;
	pointer-events: none;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

/*---------------Headings----------------*/
.woocommerce .oxy-product-info h2, .woocommerce .widget_recent_reviews h2, .woocommerce .widget_top_rated_products h2, .woocommerce .widget_shopping_cart h2, .woocommerce .widget_products h2, .woocommerce .widget_product_categories h2, .woocommerce .widget_layered_nav_filters h2, .woocommerce .woocommerce-widget-layered-nav h2, .woocommerce .widget_rating_filter h2, .woocommerce .widget_price_filter h2, .woocommerce div.widget_product_tag_cloud h2, .woocommerce h1.page-title, .woocommerce h1.product_title, .woocommerce section.related.products h2, .oxy-product-upsells > :is(h1, h2, h3, h4, h5, h6), .woocommerce h2.woocommerce-Reviews-title, .woocommerce span.comment-reply-title, .woocommerce-Tabs-panel h2, h2.woocommerce-order-downloads__title, .woocommerce-orders article header h1, .woocommerce-account article header h1, .woocommerce-downloads article header h1, .woocommerce-edit-address article header h1, .woocommerce-account h2, .woocommerce-Address-title h3, .woocommerce-MyAccount-content h3, .woocommerce-EditAccountForm legend, h1.oxy-woo-archive-title, h2.woocommerce-column__title, h2.woocommerce-order-downloads__title, h2.woocommerce-order-details__title, .woocommerce-billing-fields h3, .woocommerce-checkout h3, .woocommerce .cart_totals h2, .woocommerce .cross-sells h2 {
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}

/*--------Prices and Quantity------------*/
.woocommerce .price_label .from, .woocommerce .price_label .to, .woocommerce ul.products li.product .price, .product-quantity, .woocommerce .price ins, .woocommerce-Price-amount, .woocommerce-loop-category__title .count, .woocommerce .price {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	background: transparent;
	text-decoration: none;
}

/*----Sale Price-----*/
.woocommerce .product_list_widget del span.woocommerce-Price-amount, .woocommerce ul.products li.product .price del, .woocommerce .price del, .woocommerce .price del .woocommerce-Price-amount {
	font-size: 12px;
	font-weight: 200;
	color: #000;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product span.price ins {
	color: #000;
	font-weight: 700;
	font-size: inherit;
}

.woocommerce div.product p.price {
	font-size: 16px;
}

.woocommerce div.product p.price ins, .woocommerce .oxy-woo-element .price ins {
	text-decoration: none;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce p.price del, .woocommerce ul.products li.product .price del {
	opacity: 1;
	display: block;
}

/*--------------Table Headings----------------*/
.woocommerce-cart table.cart th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th, .woocommerce table.shop_table tfoot th {
	font-weight: 400;
	color: #000;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*-------------------Texts---------------------*/
.woocommerce .woocommerce-mini-cart__total strong, .woocommerce .woocommerce-mini-cart span.quantity, .woocommerce .widget_product_categories span.count, .woocommerce .woocommerce-widget-layered-nav-list__item span, .woocommerce-product-attributes-item__value p, .woocommerce-error, .woocommerce-table--order-downloads, .woocommerce-Address address, .woocommerce-orders-table, .woocommerce-table, ul.woocommerce-shipping-methods, p.woocommerce-shipping-destination, .woocommerce-column--shipping-address address, .woocommerce-column--billing-address address, .woocommerce-order p, .woocommerce .product-name, .woocommerce .product-total, .oxy-product-stock p, .oxy-product-description p, .woocommerce-Reviews .comment-text p, .product .summary .product_meta, .woocommerce-Tabs-panel, .woocommerce-product-details__short-description p, .woocommerce-form-track-order p, .woocommerce-checkout-payment p, .checkout_coupon p, .woocommerce-ResetPassword p, .woocommerce-info, .woocommerce-error, .woocommerce-message, .woocommerce-MyAccount-content p, .woocommerce-breadcrumb, p.woocommerce-result-count {
	color: #000;
	font-weight: 400;
	line-height: 1.6;
	font-size: 16px;
	font-style: normal;
}

/*------------Bold Texts---------------*/
.woocommerce-product-attributes-item__label, .woocommerce-error strong, .woocommerce-MyAccount-content strong, .woocommerce-shipping-destination strong, .woocommerce p.order-info mark, .woocommerce-MyAccount-content mark.order-number, .woocommerce-MyAccount-content mark.order-date, .woocommerce-MyAccount-content mark.order-status, .woocommerce-order-overview strong {
	color: #000;
	font-weight: 700;
	font-family: inherit;
	background: transparent;
}

/*--------------------Badges---------------------*/
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	background: #a50000;
	font-size: 12px;
	padding: 6px 12px;
	line-height: 1.2;
	border-radius: 20px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	top: 12px;
	left: 12px;
	right: auto;
	position: absolute;
}

/* ----------------- */

/*-------------Product Tabs(description, addtl info, reviews) - single product--------------*/
.woocommerce div.product .oxy-woo-element .woocommerce-tabs .panel, .woocommerce .oxy-woo-element div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
	padding: 20px 0;
}

.woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs, .woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs {
	padding-left: 5px;
	display: flex;
	text-align: center;
	margin-bottom: 0;
	flex-shrink: 0;
}

.woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li, .woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	padding: 0;
	margin: 0 5px;
	display: flex;
	align-items: center;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li a {
	width: 100%;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	padding: 16px 48px;
	z-index: 1000;
	font-weight: 400;
	border-radius: 0;
	word-break: break-word;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li a:hover {
	color: #055126;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li.active {
	background: white;
	border-bottom-color: white;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li.active a {
	color: #000;
}

@media (max-width: 640px) {
	.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs {
		flex-direction: column;
		padding: 0;
		margin-bottom: 5px;
	}
	
	.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li {
		margin: 5px 0;
	}
	
	.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs::before {
		border-bottom: none;
	}
	
	.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li.active {
		border-bottom-color: #d3ced2;
	}
}

/* tabs panel content (single product, any tab content) */
.woocommerce .oxy-woo-element table.shop_attributes th, .woocommerce .oxy-woo-element table.shop_attributes td {
	border-top: 1px solid #d3ced2;
	padding: 8px;
}

/* single product - add to cart */
.woocommerce .oxy-product-cart-button, .woocommerce .oxy-woo-element div.product form.cart {
	width: 100%;
	max-width: 360px;
}

.woocommerce .oxy-woo-element div.product .single_add_to_cart_button, .woocommerce .single_add_to_cart_button {
	align-self: stretch;
	flex-grow: 1;
	border-radius: 0;
}

.woocommerce .oxy-woo-element div.product form.cart, .woocommerce .oxy-product-cart-button form.cart, .woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce .oxy-woo-element div.product form.variations_form.cart, .woocommerce .oxy-product-cart-button form.variations_form.cart {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.woocommerce .oxy-woo-element div.product form.cart td.value, .woocommerce .oxy-product-cart-button td.value {
	padding: 0;
}

.woocommerce .oxy-woo-element div.product .woocommerce-variation-add-to-cart, .woocommerce .woocommerce-variation-add-to-cart {
	display: flex;
	width: 100%;
}

/* Primary Buttons */
.woocommerce .widget_shopping_cart .buttons a.checkout.wc-forward, .woocommerce button[type=submit], .woocommerce button[name=woocommerce-form-login__submit], .woocommerce button[name=save_account_details], .woocommerce button[name=save_address], .woocommerce .oxy-woo-element div.product form.cart button.button.alt, .woocommerce .oxy-product-cart-button button.button.alt, .woocommerce div.product form.cart .button {
	background-color: #a50000;
	color: #fff;
	border-radius: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 24px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #a50000;
	border-radius: 4px;
	line-height: 1.2;
	font-weight: 700;
	font-family: inherit;
	outline: none;
	cursor: pointer;
}

.woocommerce button[type=submit]:hover, .woocommerce button[name=woocommerce-form-login__submit]:hover, .woocommerce button[name=save_account_details]:hover, .woocommerce button[name=save_address]:hover, .woocommerce .oxy-woo-element div.product form.cart button.button.alt:hover, .woocommerce .oxy-product-cart-button button.button.alt:hover, .woocommerce div.product form.cart .button:hover {
	background-color: #0c3f25;
	border: 1px solid #0c3f25;
}

.woocommerce .oxy-woo-element div.product form.cart button.button.alt.disabled, .woocommerce button.button.alt.disabled {
	background: #ccc !important;
	border: 1px solid #ccc !important;
	opacity: 1;
}

.woocommerce .quantity .qty {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 56px;
	padding: 8px 9px;
	margin-right: 12px;
	background: url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/optimized/rev-b9aacfc/happycard.pl/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg"), url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/optimized/rev-b9aacfc/happycard.pl/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-up.svg"), #fff;
	background-size: 6px, 6px;
	background-repeat: no-repeat, no-repeat;
	background-position: right .8em bottom calc(50% - 5px), right .8em top calc(50% - 5px);
	height: 100%;
}

.woocommerce .quantity .qty.nitro-lazy {
	background: none !important;
}

.woocommerce table.variations tr {
	border-top: none;
}

.woocommerce .oxy-woo-element div.product form.cart .variations, .woocommerce div.product .oxy-product-cart-button form.cart .variations {
	margin-bottom: 0;
}

.woocommerce .oxy-woo-element div.product form.cart table.variations tr, .woocommerce table.variations tr {
	display: flex;
	flex-direction: column;
}

.woocommerce .oxy-woo-element div.product form.cart table.variations tr td label, .woocommerce .oxy-product-cart-button table.variations tr td label {
	font-size: 12px;
	margin-right: 12px;
}

.woocommerce .oxy-woo-element div.product form.cart table.variations tr td a, .woocommerce .oxy-product-cart-button table.variations tr td a {
	font-size: 12px;
}

.woocommerce .oxy-woo-element div.product form.cart a.reset_variations:before, .woocommerce .oxy-product-cart-button table.variations tr td a:before {
	content: "× ";
}

.woocommerce .oxy-woo-element div.product form.cart .variations, .woocommerce .oxy-product-cart-button div.product form.cart .variations {
	margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select, .woocommerce .oxy-woo-element div.product form.cart .variations select, .woocommerce div.product .oxy-product-cart-button form.cart .variations select, .woocommerce div.product form.cart .variations select, .woocommerce form.cart .variations select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 1.2;
	cursor: pointer;
	width: 100%;
	position: relative;
	background: url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/optimized/rev-b9aacfc/happycard.pl/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg"), #fff;
	background-size: 6px;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-position: right .8em center;
}

.woocommerce .woocommerce-ordering select.nitro-lazy, .woocommerce .oxy-woo-element div.product form.cart .variations select.nitro-lazy, .woocommerce div.product .oxy-product-cart-button form.cart .variations select.nitro-lazy, .woocommerce div.product form.cart .variations select.nitro-lazy, .woocommerce form.cart .variations select.nitro-lazy {
	background: none !important;
}

.woocommerce input[type="number"]::-webkit-inner-spin-button, .woocommerce input[type="number"]::-webkit-outer-spin-button {
	margin-right: -9px;
	opacity: .01;
	width: 24px;
	height: 48px;
	cursor: pointer;
}

/* single product - rating below title / rating element */
.woocommerce .oxy-woo-element div.product .woocommerce-product-rating, .woocommerce .oxy-product-rating .woocommerce-product-rating, .woocommerce div.product .oxy-product-rating .woocommerce-product-rating {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.woocommerce .oxy-woo-element div.product .woocommerce-product-rating .star-rating::before, .woocommerce .oxy-product-rating .star-rating::before {
	position: relative;
	color: #d3d3d3;
}

.woocommerce .oxy-woo-element div.product .woocommerce-product-rating .star-rating, .woocommerce .oxy-product-rating .woocommerce-product-rating .star-rating {
	width: auto;
	letter-spacing: 2px;
	margin: 0 0 0 0;
}

.woocommerce .oxy-woo-element div.product .woocommerce-product-rating a.woocommerce-review-link, .woocommerce .oxy-product-rating a.woocommerce-review-link {
	font-size: 12px;
}

.woocommerce .oxy-woo-element div.product .woocommerce-product-rating .star-rating span, .woocommerce .oxy-product-rating .woocommerce .star-rating span {
	color: #a50000;
}

/* Transitions */
.woocommerce .flex-control-thumbs li, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item, .select2-search--dropdown .select2-search__field, .woocommerce label.woocommerce-form__label.woocommerce-form__label-for-checkbox span::before, .woocommerce ul.tabs li, .woocommerce .woocommerce-product-gallery__trigger:after, .woocommerce .woocommerce-product-gallery__trigger:before, .woocommerce img:not(.zoomImg):not(.pswp__img), .woocommerce textarea, .woocommerce .checkbox, .woocommerce .select2-selection, .woocommerce input, .woocommerce button, .woocommerce select, .woocommerce a {
	transition: all ease .2s;
}

/* End of Transitions */

/* Input Styles */
.woocommerce-cart table.cart td.actions .coupon .input-text, .select2-container--default .select2-search--dropdown .select2-search__field, .woocommerce textarea, .select2-dropdown, .woocommerce .select2-selection, .woocommerce input[type="search"], .woocommerce input[type="text"], .woocommerce input[type="number"], .woocommerce input[type="tel"], .woocommerce input[type="email"], .woocommerce input[type="password"], .woocommerce select {
	height: auto;
	font-size: 14px;
	border: 1px solid #d3ced2;
	background: #fff;
	color: #000;
	outline: none;
	font-family: inherit;
	padding: 8px 12px;
	border-radius: 4px;
	resize: none;
}

/* Focus State */
.woocommerce-cart table.cart td.actions .coupon .input-text:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus, .woocommerce form .form-row textarea:focus, .woocommerce textarea:focus, .select2-dropdown:focus, .woocommerce .select2-selection:focus, .woocommerce input[type="search"]:focus, .woocommerce input[type="text"]:focus, .woocommerce input[type="number"]:focus, .woocommerce input[type="tel"]:focus, .woocommerce input[type="email"]:focus, .woocommerce input[type="password"]:focus, .woocommerce select:focus {
	border: 1px solid #209920;
	box-shadow: 0 0 5px #209920;
}

/* End of Inputs */

/* Custom Checkbox */
.woocommerce-form-login input[type="checkbox"], .oxy-woo-checkout input[type="checkbox"] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .01;
	display: none !important;
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, .oxy-woo-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
	position: relative;
	cursor: pointer;
	padding-left: 16px;
	margin-top: 0;
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span, .oxy-woo-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox span {
	margin-left: 18px;
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::before, .oxy-woo-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox span::before {
	width: 24px;
	height: 24px;
	border: 1px solid #d3ced2;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-size: 50%;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center center;
}

input[type="checkbox"]:checked ~ span::before, input[type="checkbox"]:checked ~ label span::before {
	background: url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/optimized/rev-b9aacfc/happycard.pl/wp-content/plugins/oxygen-woocommerce/elements/assets/check-mark.svg"), #fff;
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	margin-top: 34px;
}

.oxy-woo-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox span::before {
	margin-top: -4px;
}

/* End of Custom Checkbox */

/* Product Column Fix */
.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
	width: 100%;
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
	margin: 0;
	width: 50%;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	margin: 0;
	width: 33.33%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 25%;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 20px;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
	margin: 0;
	width: 20%;
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
	margin: 0;
	width: 16.6%;
}

/* End of Product Column Fix */

/*--- Radio Buttons Style ---*/
.woocommerce input[type=radio] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #d3ced2;
	border-radius: 100%;
	outline: none;
	cursor: pointer;
}

/* WooCommerce Payments plugin compatibility */
.woocommerce input[type=radio].woocommerce-SavedPaymentMethods-tokenInput {
	width: 20px !important;
	height: 20px !important;
	margin: 6px 8px 0 0 !important;
}

.woocommerce input[type=radio]:hover {
	border: 1px solid #209920;
	box-shadow: 0 0 5px #209920;
}

.woocommerce input[type=radio]:checked {
	background: #000;
	box-shadow: inset 0 0 0 8px #fff;
}

/* WooCommerce Payments plugin compatibility */
.woocommerce input[type=radio].woocommerce-SavedPaymentMethods-tokenInput:checked {
	box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce input[type=radio]:checked:hover {
	box-shadow: inset 0 0 0 8px #fff, 0 0 5px #209920;
}

/*--------------------Tables and Forms Style-------------------------*/
.oxy-woo-order-tracking form, .woocommerce form.woocommerce-ResetPassword.lost_reset_password, .woocommerce .woocommerce-EditAccountForm, .woocommerce .woocommerce-address-fields, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce .col2-set, .woocommerce-form-coupon, .woocommerce #reviews #comments ol.commentlist li .comment-text, ul.woocommerce-order-overview, .woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon, .woocommerce table.shop_table {
	border: 1px solid #d3ced2;
	border-top: 3px solid #a50000;
	border-radius: 0;
	background: #fff;
	padding: 20px;
	border-collapse: collapse;
	box-shadow: var(--box-shadow) 0 10px 20px;
}

fieldset {
	background: transparent;
}

.woocommerce table tr {
	border-top: 1px solid #d3ced2;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
	border: none;
	padding: 12px 20px;
	font-weight: 400;
	color: #000;
}

/* End of Tables and Forms Styles */

/* Notification Styles */
.woocommerce-info, .woocommerce-error, .woocommerce-message {
	padding-right: 20px;
	border-bottom: 1px solid #d3ced2;
	border-left: 1px solid #d3ced2;
	border-right: 1px solid #d3ced2;
	border-radius: 0;
	background: #fff;
	border-collapse: collapse;
	box-shadow: var(--box-shadow) 0 10px 20px;
}

/* Info */
.woocommerce-info::before {
	color: #a50000;
}

.woocommerce-info {
	border-top-color: #a50000;
}

/* Error */
.woocommerce-error::before {
	color: #e96199;
}

.woocommerce-error {
	border-top-color: #e96199;
}

/* Message */
.woocommerce-message::before {
	color: #a4e8c3;
}

.woocommerce-message {
	border-top-color: #a4e8c3;
}

/* End of Notification Sytles */

/* Shop, Uppsells, Related Product Shared Styles Styles */
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -20px 20px;
}

.woocommerce ul.products li.product .button {
	margin-top: auto;
}

.woocommerce a.added_to_cart {
	margin-top: 12px;
}

.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
}

/* Product Info Shared Styles */
.woocommerce .oxy-product-info, .woocommerce .oxy-product-tabs {
	width: 100%;
}

.woocommerce table.shop_attributes {
	border-top: 1px solid #d3ced2;
	border-collapse: collapse;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
	background: transparent;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
	border-bottom: 1px solid #d3ced2;
	text-align: left;
}

/* Widgets Headings */
.ct-widget .widget.woocommerce .widgettitle {
	font-size: px;
}

/* End of Widgets Headings */

/* Search Products Widget */
.woocommerce form.woocommerce-product-search {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.woocommerce input.search-field {
	flex-grow: 1;
	margin-right: 8px;
	min-width: 120px;
}

/* End of Widget */

/* Product Tags Cloud Widget */
.woocommerce div.tagcloud {
	line-height: 1.2;
}

/* End of Widget */

/* Filter by Price Widget */
.woocommerce .widget_price_filter .ui-slider {
	margin: 20px 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #d3ced2;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 24px;
	height: 24px;
	background-color: #a50000;
	top: -8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #a50000;
}

.woocommerce .widget_price_filter .price_slider_amount {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	margin-right: 12px;
}

.woocommerce .price_label {
	text-align: left;
	line-height: 1.6;
}

/* End of Widget */

/* Rating Filter Widget */
.woocommerce .widget_rating_filter ul li a {
	display: flex;
	float: left;
	align-items: center;
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
	color: #d3ced2;
	position: relative;
	content: "×";
	margin-right: 4px;
	top: -1px;
}

.woocommerce .widget_rating_filter ul li.chosen:hover a::before {
	color: #055126;
}

/* End of Widget */

/* Attributes Filter Widget */
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	color: #d3ced2;
	position: relative;
	content: "×";
	margin-right: 4px;
	top: -1px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen:hover a::before {
	color: #055126;
}

/* End of Widget */

/* Active Filters Widget */
.woocommerce .widget_layered_nav_filters ul li a::before {
	color: #d3ced2;
	position: relative;
	content: "×";
	margin-right: 4px;
	top: -1px;
}

.woocommerce .widget_layered_nav_filters ul li:hover a::before {
	color: #055126;
}

.woocommerce .widget_layered_nav_filters ul li:hover span.woocommerce-Price-amount {
	color: #055126;
}

/* End of Widget */

/* Product Categories Widget */
.woocommerce .widget_product_categories ul {
	padding-left: 20px;
	list-style: none;
}

.woocommerce .widget_product_categories ul li::before {
	color: #d3ced2;
	content: "•";
	position: relative;
	margin-right: 8px;
	margin-left: -20px;
}

.woocommerce .widget_product_categories ul.product-categories {
	margin-top: 0;
}

.woocommerce .widget_product_categories .select2-container .select2-selection--single {
	height: auto;
	border-color: #d3ced2;
	background: url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/optimized/rev-b9aacfc/happycard.pl/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg"), #fff;
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: right .8em center;
}

.woocommerce .widget_product_categories .select2-container .select2-selection--single.nitro-lazy {
	background: none !important;
}

.woocommerce .widget_product_categories .select2-container .select2-selection--single:focus {
	border-color: #209920;
}

.woocommerce .widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.woocommerce .select2-container--open .select2-dropdown--below {
	border-color: #d3ced2;
}

.woocommerce .select2-container--open .select2-dropdown--above {
	padding: 0;
	border-color: #d3ced2;
}

.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #d3ced2;
}

.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: #209920;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__clear {
	font-weight: 300;
	color: #d3ced2;
	font-size: 24px;
	line-height: 1;
}

.woocommerce .select2-container--default .select2-selection--single:hover .select2-selection__clear {
	color: #055126;
}

/* End of Widget */

/* Products, Cart Widgets */
.woocommerce .product_list_widget ins {
	text-decoration: none;
}

.woocommerce .product_list_widget del {
	color: #000;
}

.woocommerce ul.product_list_widget li img {
	border: 1px solid #d3ced2;
	width: 40px;
	float: left;
	margin-bottom: 16px;
	margin-right: 12px;
	margin-left: 0;
	margin-top: 4px;
}

.woocommerce ul.product_list_widget li {
	border-bottom: 1px solid #d3ced2;
	margin-bottom: 4px;
	padding-bottom: 8px;
}

.woocommerce .product_list_widget .reviewer {
	font-size: 12px;
	color: #000;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	right: 0;
	left: auto;
	color: #d3ced2 !important;
	font-weight: 300;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
	color: #055126 !important;
	background: none;
	text-decoration: none;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 0;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
	margin-right: 0;
}

/* End of Widget */

/*---Safari Row Hotfix---*/
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	width: 100%;
}

/*---Product Title Hotfix (Must be in product-title.css)---*/
.woocommerce h1.product_title.oxy-product-title {
	margin: 0;
}

/*---Fix for shopping cart duplication issue on AJAX update---*/
.ct-modal .woocommerce-cart-form:not(:nth-child(2)) {
	display: none;
}

.ct-modal .cart-collaterals > .cart_totals:not(:nth-child(1)) {
	display: none;
}

/*---Fix for WooCommerce Payments credit card images on checkout---*/
.woocommerce label[for="payment_method_woocommerce_payments"], .woocommerce label[for="payment_method_bacs"], .woocommerce label[for="payment_method_cod"] {
	display: flex;
	flex-direction: row;
}

.woocommerce label[for="payment_method_woocommerce_payments"] img, .woocommerce label[for="payment_method_bacs"] img, .woocommerce label[for="payment_method_cod"] img {
	width: 32px;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
	box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
	margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	width: 30px;
	height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
	top: 20px;
	left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	width: 24px;
	height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
	background-color: #fff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container {
	background-image: url("");
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container.nitro-lazy, .oxy-pro-menu .oxy-pro-menu-open-container.nitro-lazy {
	background-image: none !important;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
	font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
	background-color: rgba(0, 0, 0, .2);
	border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
	flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
	align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-site-navigation {
	--oxynav-brand-color: #4831b0;
	--oxynav-neutral-color: #fff;
	--oxynav-activehover-color: #efedf4;
	--oxynav-background-color: #4831b0;
	--oxynav-border-radius: 0px;
	--oxynav-other-spacing: 8px;
	--oxynav-transition-duration: .3s;
	--oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
	text-align: left;
}

.oxy-site-navigation > ul {
	left: 0;
}

.oxy-site-navigation {
	--oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) {
	background-color: var(--oxynav-brand-color);
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
	border: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) {
	background: transparent;
	border: 1px solid currentColor;
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img {
	filter: invert(0) !important;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover {
	background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.ct-section-inner-wrap, .oxy-header-container {
	max-width: 1200px;
}

body {
	font-family: "Mulish";
}

body {
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.oxy-nav-menu-hamburger-line {
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Mulish";
	font-size: 36px;
	font-weight: 700;
}

h2, h3, h4, h5, h6 {
	font-size: 30px;
	font-weight: 700;
}

h3, h4, h5, h6 {
	font-size: 24px;
	font-weight: 700;
}

h4, h5, h6 {
	font-size: 20px;
}

h5, h6 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #a50000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.ct-link-text {}

.ct-link {}

.ct-link-button {
	border-radius: 3px;
}

.ct-section-inner-wrap {
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 75px;
	padding-left: 20px;
}

.ct-new-columns > .ct-div-block {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.oxy-header-container {
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 992px) {
	.ct-columns-inner-wrap {
		display: block !important;
	}
	
	.ct-columns-inner-wrap:after {
		display: table;
		clear: both;
		content: "";
	}
	
	.ct-column {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.ct-columns-inner-wrap {
		margin: 0 !important;
	}
}

.google-reviews {}

.google-reviews .ct-section-inner-wrap {
	padding-top: 26px;
	padding-bottom: 0;
}

.promo-section {
	background-color: #f7f7f7;
}

.promo-section .ct-section-inner-wrap {
	padding-top: 51px;
	padding-bottom: 48px;
}

.promo-section:not(.ct-section):not(.oxy-easy-posts), .promo-section.oxy-easy-posts .oxy-posts, .promo-section.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.promo-section-title {}

.home-title-sub {
	max-width: 800px;
	text-align: center;
}

.c-btn-main:hover {
	transform: translateY(-5px);
	border-bottom-color: color(undefined);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fff;
	box-shadow: 0px 7px 25px -10px rgba(0, 0, 0, .5);
}

.c-btn-main {
	border-radius: 7px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top-color: #a50000;
	border-right-color: #a50000;
	border-bottom-color: #a50000;
	border-left-color: #a50000;
	text-align: center;
	background-color: #a50000;
	color: #fff;
	font-weight: 600;
	transition-duration: .2s;
	transition-property: all;
	box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, .5);
}

.c-btn-main:not(.ct-section):not(.oxy-easy-posts), .c-btn-main.oxy-easy-posts .oxy-posts, .c-btn-main.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.c-btn-main {
		font-size: 13px;
	}
}

@media (max-width: 479px) {
	.c-btn-main {
		width: 100%;
	}
}

.calendars-section {}

.calendars-section .ct-section-inner-wrap {
	padding-top: 30px;
	padding-bottom: 70px;
}

.calendars-heading {
	width: 100%;
	margin-bottom: 33px;
}

.page-badge {
	color: #fff;
	background-color: #28ba4d;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 25px;
	font-weight: 700;
	font-size: 14px;
}

.oxel_icon_button__container:hover {
	background-color: #cfd3d7;
}

.oxel_icon_button__container {
	background-color: #a50000;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
	transition-duration: .3s;
	border-radius: 50px;
}

.oxel_icon_button__container:not(.ct-section):not(.oxy-easy-posts), .oxel_icon_button__container.oxy-easy-posts .oxy-posts, .oxel_icon_button__container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_icon_button_text {
	color: #fff;
}

.oxel_icon_button_icon {
	color: #fff;
}

.oxel_icon_button_icon > svg {
	width: 18px;
	height: 18px;
}

.oxel_icon_button_icon {}

.order-steps {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
}

.order-steps:not(.ct-section):not(.oxy-easy-posts), .order-steps.oxy-easy-posts .oxy-posts, .order-steps.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

@media (max-width: 767px) {
	.order-steps {
		text-align: center;
		gap: 20px;
		position: relative;
	}
	
	.order-steps:not(.ct-section):not(.oxy-easy-posts), .order-steps.oxy-easy-posts .oxy-posts, .order-steps.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.order-step {
	position: relative;
	z-index: 5;
	flex: 1;
}

.order-step:not(.ct-section):not(.oxy-easy-posts), .order-step.oxy-easy-posts .oxy-posts, .order-step.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.order-step {
		width: 100%;
		text-align: left;
		gap: 15px;
		flex: 1;
	}
	
	.order-step:not(.ct-section):not(.oxy-easy-posts), .order-step.oxy-easy-posts .oxy-posts, .order-step.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 15px;
	}
}

.order-step-active {}

.order-step-number {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 20px;
	border-top-color: #a5a5a5;
	border-right-color: #a5a5a5;
	border-bottom-color: #a5a5a5;
	border-left-color: #a5a5a5;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #fff;
	color: #000;
}

.order-step-number:not(.ct-section):not(.oxy-easy-posts), .order-step-number.oxy-easy-posts .oxy-posts, .order-step-number.ct-section .ct-section-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.step-text {
	margin-top: 11px;
	text-align: center;
	color: #000;
}

@media (max-width: 767px) {
	.step-text {
		text-align: left;
	}
}

.oxel_accordion {
	border-top-color: #adb4b9;
	border-right-color: #adb4b9;
	border-bottom-color: #adb4b9;
	border-left-color: #adb4b9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}

.oxel_accordion__row {
	width: 100%;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: justify;
	border-bottom-color: #eceeef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	background-color: #e0e0e0;
	border-right-style: none;
	border-left-style: none;
	cursor: pointer;
}

.oxel_accordion__row:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row.oxy-easy-posts .oxy-posts, .oxel_accordion__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.oxel_accordion__icon {
	color: #a50000;
}

.oxel_accordion__icon > svg {
	width: 18px;
	height: 18px;
}

.oxel_accordion__icon {
	margin-right: 8px;
	transition-duration: .3s;
}

.oxel_accordion__row_left {}

.oxel_accordion__row_left:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row_left.oxy-easy-posts .oxy-posts, .oxel_accordion__row_left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_accordion__content {
	width: 100%;
	padding-top: 17px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 29px;
	border-bottom-color: #98a1a8;
	border-bottom-width: 2px;
	border-bottom-style: none;
	overflow: hidden;
	opacity: 1;
	transition-duration: 3s;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	transition-property: max-height;
	text-align: left;
	max-height: 3000px;
	margin-top: 0px;
}

.oxel_accordion__content:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content.oxy-easy-posts .oxy-posts, .oxel_accordion__content.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.oxel_accordion__content__hidden {
	max-height: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	z-index: -1;
	padding-bottom: 0px;
	transition-duration: 0s;
}

.oxel_accordion__content__hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content__hidden.oxy-easy-posts .oxy-posts, .oxel_accordion__content__hidden.ct-section .ct-section-inner-wrap {
	display: flex;
}

.oxel_accordion__row__label {
	font-weight: 600;
	color: #000;
}

.c-margin-bottom-m {}

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

.c-bg-light-alt {
	background-color: #f9f9f9;
}

.c-columns-2 {}

.c-heading-dark {
	color: #0f0f0f;
}

.c-text-m {
	font-weight: 300;
	line-height: 1.6;
}

@media (max-width: 1200px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-text-dark {
	color: #333;
	font-weight: 300;
}

.c-columns-m-1 {}

@media (max-width: 767px) {}

.c-btn-m {
	font-size: 13px;
	padding-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 12px;
	margin-top: 24px;
}

@media (max-width: 479px) {
	.c-btn-m {
		width: 100%;
		font-size: 12px;
	}
}

.c-transition {
	transition-duration: .4s;
	transition-property: all;
}

@media (max-width: 1200px) {}

.c-margin-right-m {}

@media (max-width: 479px) {}

.c-h2 {
	font-weight: 700;
	line-height: 1.2;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-icon-light-m {
	color: #fff;
}

.c-icon-light-m > svg {
	width: 24px;
	height: 24px;
}

.c-icon-light-m {}

.c-padding-xl {}

@media (max-width: 1200px) {}

@media (max-width: 767px) {}

.c-divider {
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	height: 2px;
	min-height: 2px;
	max-height: 2px;
	background-color: #a50000;
	opacity: .6;
}

.c-column-max-width {
	max-width: 700px;
}

.c-column-max-width:not(.ct-section):not(.oxy-easy-posts), .c-column-max-width.oxy-easy-posts .oxy-posts, .c-column-max-width.ct-section .ct-section-inner-wrap {
	display: flex;
}

@media (max-width: 767px) {
	.c-column-max-width {}
}

.c-margin-bottom-s {}

.c-shadow {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}

.c-h1 {
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.3;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-text-s {
	font-weight: 300;
}

.c-margin-right-xs {}

.c-margin-right-s {}

@media (max-width: 767px) {}

.c-margin-bottom-l {
	margin-bottom: 0px;
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-columns-gap-xl {}

.c-btn-alt:hover {
	transform: translateY(-5px);
	color: #a50000;
	background-color: #fff;
	box-shadow: 0px 7px 25px -10px rgba(0, 0, 0, .25);
}

.c-btn-alt {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border-radius: 7px;
	background-color: #a50000;
	text-align: center;
	letter-spacing: 1px;
}

.c-btn-alt:not(.ct-section):not(.oxy-easy-posts), .c-btn-alt.oxy-easy-posts .oxy-posts, .c-btn-alt.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1200px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-icon-accent-m {
	color: #a50000;
}

.c-icon-accent-m > svg {
	width: 24px;
	height: 24px;
}

.c-icon-accent-m {}

.c-inline {}

.c-inline:not(.ct-section):not(.oxy-easy-posts), .c-inline.oxy-easy-posts .oxy-posts, .c-inline.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.c-relative {
	position: relative;
}

.c-buttons {
	display: grid !important;
	grid-template-columns: auto auto;
	grid-gap: 15px;
	align-items: center;
}

@media (max-width: 1200px) {}

@media (max-width: 479px) {
	.c-buttons {
		grid-template-columns: 1fr;
		width: 100%;
	}
}

.c-left {
	text-align: left;
}

.c-left:not(.ct-section):not(.oxy-easy-posts), .c-left.oxy-easy-posts .oxy-posts, .c-left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.c-bg-light {
	background-color: #f9f9f9;
}

@media (max-width: 767px) {
	.c-bg-light {}
	
	.c-bg-light .ct-section-inner-wrap {
		padding-top: 17px;
	}
}

@media (max-width: 479px) {
	.c-bg-light {}
	
	.c-bg-light .ct-section-inner-wrap {
		padding-top: 27px;
		padding-bottom: 26px;
	}
}

.c-rounded {
	border-radius: 7px;
	overflow: hidden;
}

.c-heading-light {
	color: #fff;
}

.c-btn-transparent:hover {
	transform: translateY(-5px);
	background-color: #fff;
	color: #a50000;
}

.c-btn-transparent {
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 7px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
}

.c-btn-transparent:not(.ct-section):not(.oxy-easy-posts), .c-btn-transparent.oxy-easy-posts .oxy-posts, .c-btn-transparent.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width: 479px) {}

.c-card-dark {
	width: 100%;
	border-radius: 7px;
	background-color: #11141e;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-text-l {
	font-weight: 400;
	line-height: 1.6;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

.c-icon-accent-s {
	color: #a50000;
}

.c-icon-accent-s > svg {
	width: 18px;
	height: 18px;
}

.c-icon-accent-s {}

.c-text-light {
	color: rgba(255, 255, 255, .8);
}

.c-h3 {
	font-weight: 700;
	line-height: 1.3;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-columns-3 {}

.c-h4 {
	font-weight: 600;
	line-height: 1.3;
}

@media (max-width: 479px) {}

.c-columns-gap-l {}

.c-card-accent {
	background-color: #a50000;
	border-radius: 7px;
	width: 100%;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}

.c-card-accent:not(.ct-section):not(.oxy-easy-posts), .c-card-accent.oxy-easy-posts .oxy-posts, .c-card-accent.ct-section .ct-section-inner-wrap {
	display: flex;
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-columns-l-1 {}

@media (max-width: 991px) {}

.c-accent {
	color: #a50000;
}

.c-columns-l-2 {}

@media (max-width: 991px) {}

.c-columns-4 {}

.c-logo-padding {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

@media (max-width: 767px) {
	.c-logo-padding {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.c-columns-s-1 {}

@media (max-width: 479px) {}

.c-padding-s {}

.c-columns-gap-m {}

.c-icon-dark-s {
	color: #0f0f0f;
}

.c-icon-dark-s > svg {
	width: 18px;
	height: 18px;
}

.c-icon-dark-s {}

.c-padding-m {}

.c-header {
	z-index: 30;
	width: 100%;
}

.c-header:not(.ct-section):not(.oxy-easy-posts), .c-header.oxy-easy-posts .oxy-posts, .c-header.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

.c-header-contact {
	display: grid !important;
	grid-template-columns: auto auto;
	grid-gap: .8rem;
}

@media (max-width: 991px) {
	.c-header-contact {
		display: none !important;
	}
	
	.c-header-contact:not(.ct-section):not(.oxy-easy-posts), .c-header-contact.oxy-easy-posts .oxy-posts, .c-header-contact.ct-section .ct-section-inner-wrap {
		flex-direction: unset;
	}
}

.c-social-icon:hover {
	color: #a50000;
}

.c-social-icon:hover {}

.c-social-icon {
	color: #686868;
}

.c-social-icon > svg {
	width: 20px;
	height: 20px;
}

.c-social-icon {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

@media (max-width: 767px) {
	.c-social-icon {}
	
	.c-social-icon > svg {
		width: 17px;
		height: 17px;
	}
	
	.c-social-icon {
		margin-left: 0px;
	}
}

.c-logo {
	max-height: 56px;
}

@media (max-width: 991px) {
	.c-logo {
		width: auto;
	}
}

@media (max-width: 767px) {}

.c-menu {
	transition-duration: .6s;
}

.c-menu:not(.ct-section):not(.oxy-easy-posts), .c-menu.oxy-easy-posts .oxy-posts, .c-menu.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 991px) {
	.c-menu {
		background-color: #f9f9f9;
	}
}

@media (max-width: 767px) {}

.c-menu-open {
	text-align: center;
}

.c-menu-open:not(.ct-section):not(.oxy-easy-posts), .c-menu-open.oxy-easy-posts .oxy-posts, .c-menu-open.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.c-menu-open {
		width: 100%;
		text-align: left;
	}
	
	.c-menu-open:not(.ct-section):not(.oxy-easy-posts), .c-menu-open.oxy-easy-posts .oxy-posts, .c-menu-open.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.c-menu-link:hover {
	color: #a50000;
}

.c-menu-link {
	font-size: 14px;
	font-weight: 500;
	color: #686868;
	white-space: nowrap;
}

.c-menu-link:not(.ct-section):not(.oxy-easy-posts), .c-menu-link.oxy-easy-posts .oxy-posts, .c-menu-link.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.c-menu-dropdown {}

.c-submenu-2 {
	position: absolute;
	top: 90%;
	background-color: #fff;
	border-radius: 5px;
	transition-duration: .4s;
	text-align: left;
	overflow: hidden;
	box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, .1);
	/* Enable hardware acceleration to fix laggy transitions */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.c-submenu-2:not(.ct-section):not(.oxy-easy-posts), .c-submenu-2.oxy-easy-posts .oxy-posts, .c-submenu-2.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.c-submenu-2 {
		position: relative;
		max-height: 10000px;
		background-color: #f9f9f9;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	}
}

.c-submenu-2-single {}

.c-header-mobile-toggle {}

@media (max-width: 991px) {
	.c-header-mobile-toggle {
		padding-left: 0px;
	}
}

.c-submenu-2-double {}

.c-submenu-2-triple {}

.c-link-m:hover {
	opacity: .8;
}

.c-link-m {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.c-link-m:not(.ct-section):not(.oxy-easy-posts), .c-link-m.oxy-easy-posts .oxy-posts, .c-link-m.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 767px) {
	.c-link-m {}
}

@media (max-width: 479px) {
	.c-link-m {
		font-size: 14px;
	}
}

.c-menu-link-small:hover {
	color: #a50000;
}

.c-menu-link-small {
	font-size: 11px;
	font-weight: 300;
	color: #686868;
}

.c-divider-full-dark {
	background-color: #e8e8e8;
	width: 100%;
	height: 1px;
	margin-top: clamp(12px, 3.5vmin, 30px);
	margin-bottom: clamp(12px, 3.5vmin, 30px);
}

.c-bg-accent {
	background-color: #a50000;
}

.c-btn-l {
	font-size: 17px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.c-btn-l {
		font-size: 15px;
	}
}

@media (max-width: 479px) {
	.c-btn-l {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
		width: 100%;
	}
}

.c-columns-6 {}

.c-col-span-2 {}

@media (max-width: 991px) {}

.c-follow-dark:hover {
	color: #a50000;
}

.c-follow-dark:hover {
	background-color: #e8e9ff;
}

.c-follow-dark {
	color: #686868;
}

.c-follow-dark > svg {
	width: 18px;
	height: 18px;
}

.c-follow-dark {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #e8e9ff;
	margin-right: 10px;
	border-radius: 15px !important;
}

.c-footer-link-dark:hover {
	color: #a50000;
}

.c-footer-link-dark {
	font-family: Mulish;
	color: #686868;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

.c-footer-heading-dark {
	font-family: Mulish;
	font-size: 14px;
	font-weight: 600;
	color: #0f0f0f;
}

.c-footer-row {
	width: 100%;
	text-align: justify;
}

.c-footer-row:not(.ct-section):not(.oxy-easy-posts), .c-footer-row.oxy-easy-posts .oxy-posts, .c-footer-row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.c-footer-row {
		text-align: left;
	}
	
	.c-footer-row:not(.ct-section):not(.oxy-easy-posts), .c-footer-row.oxy-easy-posts .oxy-posts, .c-footer-row.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.c-bg-dark {
	background-color: #11141e;
}

.c-footer-link-light:hover {
	color: #fff;
}

.c-footer-link-light {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	font-weight: 400;
	transition-duration: .6s;
}

.c-follow-light:hover {
	color: #a50000;
}

.c-follow-light:hover {
	background-color: rgba(255, 255, 255, .15);
}

.c-follow-light {
	color: rgba(255, 255, 255, .8);
}

.c-follow-light > svg {
	width: 18px;
	height: 18px;
}

.c-follow-light {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 15px !important;
}

.c-footer-heading-light {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

.c-divider-full-light {
	width: 100%;
	height: 1px;
	margin-bottom: clamp(12px, 3.5vmin, 30px);
	margin-top: clamp(12px, 3.5vmin, 30px);
	background-color: #181c2d;
}

.white-box-shadow {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .17);
}

.shop-features {}

.shop-features:not(.ct-section):not(.oxy-easy-posts), .shop-features.oxy-easy-posts .oxy-posts, .shop-features.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.features-bar {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 30px;
	margin-top: -50px;
}

.features-bar:not(.ct-section):not(.oxy-easy-posts), .features-bar.oxy-easy-posts .oxy-posts, .features-bar.ct-section .ct-section-inner-wrap {
	display: grid;
	flex-wrap: wrap;
	justify-content: space-between;
	display: grid !important;
	align-items: stretch;
	grid-template-columns: repeat(4, minmax(200px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

@media (max-width: 991px) {
	.features-bar {}
	
	.features-bar:not(.ct-section):not(.oxy-easy-posts), .features-bar.oxy-easy-posts .oxy-posts, .features-bar.ct-section .ct-section-inner-wrap {
		display: grid;
		display: grid !important;
		align-items: stretch;
		grid-template-columns: repeat(2, minmax(200px, 1fr));
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}

@media (max-width: 767px) {
	.features-bar {}
	
	.features-bar:not(.ct-section):not(.oxy-easy-posts), .features-bar.oxy-easy-posts .oxy-posts, .features-bar.ct-section .ct-section-inner-wrap {
		display: grid;
		display: grid !important;
		align-items: stretch;
		grid-template-columns: repeat(2, minmax(100px, 1fr));
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}

@media (max-width: 479px) {
	.features-bar {}
	
	.features-bar:not(.ct-section):not(.oxy-easy-posts), .features-bar.oxy-easy-posts .oxy-posts, .features-bar.ct-section .ct-section-inner-wrap {
		display: grid;
		display: grid !important;
		align-items: stretch;
		grid-template-columns: repeat(1, minmax(200px, 1fr));
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}

.category-big {
	min-height: 300px;
}

@media (max-width: 479px) {
	.category-big {
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		min-height: 200px;
	}
}

.category-module {
	background-color: #f4f4f4;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-top: 50px;
}

.category-module:not(.ct-section):not(.oxy-easy-posts), .category-module.oxy-easy-posts .oxy-posts, .category-module.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 991px) {
	.category-module {
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	}
	
	.category-module:not(.ct-section):not(.oxy-easy-posts), .category-module.oxy-easy-posts .oxy-posts, .category-module.ct-section .ct-section-inner-wrap {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.category-module {
		width: 100%;
	}
}

.category-module-text-small {
	text-transform: uppercase;
	color: #595959;
}

.category-module-text-big {
	font-weight: 700;
	font-size: 34px;
	text-transform: uppercase;
}

@media (max-width: 479px) {
	.category-module-text-big {
		font-size: 29px;
	}
}

.category-module-image {
	transform: rotate(-20deg) translateY(-50%);
	position: absolute;
	width: 200px;
	right: -70px;
	top: 50%;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .27);
}

@media (max-width: 1200px) {
	.category-module-image {
		right: -151px;
	}
}

@media (max-width: 991px) {
	.category-module-image {
		transform: rotate(-20deg) translateY(-50%);
		bottom: -100%;
		left: 50%;
		right: auto;
		top: auto;
	}
}

@media (max-width: 479px) {
	.category-module-image {
		bottom: -288%;
		width: 180px;
	}
}

.category-module-image-small {
	position: absolute;
	right: -134px;
}

@media (max-width: 1200px) {
	.category-module-image-small {
		width: 150px;
	}
}

@media (max-width: 767px) {
	.category-module-image-small {
		width: 200px;
		bottom: -133%;
	}
}

.questions-item {}

.questions-item:not(.ct-section):not(.oxy-easy-posts), .questions-item.oxy-easy-posts .oxy-posts, .questions-item.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.questions-item {
		margin-bottom: 38px;
	}
}

.questions-item-icon {
	color: #a50000;
}

.questions-item-icon > svg {
	width: 55px;
	height: 55px;
}

.questions-item-icon {}

.questions-heading {
	font-size: 22px;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.questions-heading {
		font-weight: 600;
	}
}

.question-text {
	text-align: center;
	margin-top: 13px;
	font-size: 16px;
}

@media (max-width: 1200px) {
	.question-text {
		font-size: 15px;
		color: #606060;
		margin-top: 0px;
	}
}

.questions-link {
	margin-top: 21px;
	font-weight: 700;
}

.category-module-small {}

@media (max-width: 991px) {
	.category-module-small {
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 103px;
		padding-left: 30px;
	}
}

.footer-payment-logo {
	margin-bottom: 16px;
	max-height: 30px;
	width: auto;
}

.mobile-header {}

.mobile-header:not(.ct-section):not(.oxy-easy-posts), .mobile-header.oxy-easy-posts .oxy-posts, .mobile-header.ct-section .ct-section-inner-wrap {
	display: none;
}

@media (max-width: 1200px) {
	.mobile-header {
		background-color: #fff;
	}
	
	.mobile-header .ct-section-inner-wrap {
		padding-top: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}
	
	.mobile-header:not(.ct-section):not(.oxy-easy-posts), .mobile-header.oxy-easy-posts .oxy-posts, .mobile-header.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.mobilemenu-link {}

@media (max-width: 1200px) {
	.mobilemenu-link {
		font-size: 20px;
		color: #000;
		font-weight: 500;
		margin-bottom: 30px;
	}
	
	.mobilemenu-link:hover {
		color: #a50000;
	}
}

.oxy-close-modal {
	color: #a50000;
}

.oxy-close-modal > svg {
	width: 49px;
	height: 49px;
}

.oxy-close-modal {
	top: 30px;
	right: 30px;
	color: #fff;
}

@media (max-width: 1200px) {
	.oxy-close-modal {
		z-index: 5;
	}
}

.step-no {
	font-weight: 600;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background-color: #a50000;
	margin-bottom: 15px;
}

.step-no:not(.ct-section):not(.oxy-easy-posts), .step-no.oxy-easy-posts .oxy-posts, .step-no.ct-section .ct-section-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.step {
	text-align: center;
	padding-right: 30px;
}

.step:not(.ct-section):not(.oxy-easy-posts), .step.oxy-easy-posts .oxy-posts, .step.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.step {
		text-align: left;
	}
	
	.step:not(.ct-section):not(.oxy-easy-posts), .step.oxy-easy-posts .oxy-posts, .step.ct-section .ct-section-inner-wrap {
		align-items: center;
	}
}

@media (max-width: 479px) {
	.step {
		margin-bottom: 12px;
		text-align: left;
	}
	
	.step:not(.ct-section):not(.oxy-easy-posts), .step.oxy-easy-posts .oxy-posts, .step.ct-section .ct-section-inner-wrap {
		align-items: center;
	}
}

.step-txt {
	text-align: left;
	margin-left: 0px;
	line-height: 1;
}

@media (max-width: 767px) {
	.step-txt {
		text-align: center;
	}
}

@media (max-width: 479px) {
	.step-txt {
		text-align: center;
	}
}

.sidebar-title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 24px;
	margin-top: 34px;
}

.contact-page-icon {
	color: #a50000;
}

.contact-page-icon > svg {
	width: 30px;
	height: 30px;
}

.contact-page-icon {
	margin-right: 10px;
}

.contact-page-info {
	font-weight: 700;
	font-size: 30px;
	color: #000;
}

@media (max-width: 991px) {
	.contact-page-info {
		text-align: left;
		font-size: 24px;
	}
}

@media (max-width: 479px) {
	.contact-page-info {
		font-size: 20px;
	}
}

.card-category {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
}

.card-category:not(.ct-section):not(.oxy-easy-posts), .card-category.oxy-easy-posts .oxy-posts, .card-category.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
}

@media (max-width: 991px) {
	.card-category {}
	
	.card-category:not(.ct-section):not(.oxy-easy-posts), .card-category.oxy-easy-posts .oxy-posts, .card-category.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.card-category-img-holder {
	background-image: url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/optimized/rev-b9aacfc/happycard.pl/wp-content/uploads/2023/03/MG-0957-A.jpg");
	background-size: cover;
	width: 40%;
	background-repeat: no-repeat;
	height: 100%;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-position: center;
}

.card-category-img-holder.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 991px) {
	.card-category-img-holder {
		width: 100%;
		height: 150px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 15px;
	}
}

.category-card-title {
	font-size: 24px;
	line-height: 1;
	max-width: 300px;
}

@media (max-width: 479px) {
	.category-card-title {
		max-width: 100%;
		width: 100%;
	}
}

.card-category-min {
	color: #a50000;
	margin-top: 15px;
}

.category-card-text-holder {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

@media (max-width: 479px) {
	.category-card-text-holder {
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	}
}

.info-box-white {
	background-color: #fff;
	border-radius: 16px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	height: 100%;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .18);
}

@media (max-width: 479px) {
	.info-box-white {
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	}
}

.info-box-title {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 12px;
}

.modal-wishes {
	margin-top: 38px;
}

@media (max-width: 767px) {
	.modal-wishes {
		font-size: 16px;
	}
}

.tabs-4773-tab {
	background-color: #e8f4e8;
}

.tabs-4773-tab-active {
	background-color: #a50000;
	color: #fff;
}

.tabs-contents-4773-tab {
	padding-top: 0px;
}

.how-to-order {
	width: 100%;
	margin-bottom: 27px;
}

.filter-by-stock {
	background-color: #ededed;
	width: 100%;
	border-radius: 15px;
	margin-bottom: 28px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.cart-payments-info {
	width: 100%;
	margin-bottom: 43px;
	margin-top: 22px;
}

.cart-payments-info:not(.ct-section):not(.oxy-easy-posts), .cart-payments-info.oxy-easy-posts .oxy-posts, .cart-payments-info.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-important-row {
	width: 100%;
	margin-bottom: 11px;
}

.product-important-row:not(.ct-section):not(.oxy-easy-posts), .product-important-row.oxy-easy-posts .oxy-posts, .product-important-row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.product-important-icon {
	color: #a50000;
}

.product-important-icon > svg {
	width: 16px;
	height: 16px;
}

.product-important-icon {
	margin-right: 11px;
	margin-top: 5px;
}

.product-important-text {
	font-size: 15px;
	text-align: left;
}

.product-left-col {
	gap: 30px;
}

.product-left-col:not(.ct-section):not(.oxy-easy-posts), .product-left-col.oxy-easy-posts .oxy-posts, .product-left-col.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.calendar-templates {
	width: 100%;
	gap: 15px;
}

.calendar-templates:not(.ct-section):not(.oxy-easy-posts), .calendar-templates.oxy-easy-posts .oxy-posts, .calendar-templates.ct-section .ct-section-inner-wrap {
	gap: 15px;
}

.calendar-templates-heading {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 18px;
}

.template-button:hover {
	border-top-color: #009324;
	border-right-color: #009324;
	border-bottom-color: #009324;
	border-left-color: #009324;
	background-color: #edfff3;
}

.template-button {
	width: 100%;
	gap: 10px;
	background-color: #fff;
	border-top-color: #a50000;
	border-right-color: #a50000;
	border-bottom-color: #a50000;
	border-left-color: #a50000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.template-button:not(.ct-section):not(.oxy-easy-posts), .template-button.oxy-easy-posts .oxy-posts, .template-button.ct-section .ct-section-inner-wrap {
	gap: 10px;
}

.template-button-text {
	color: #000;
	font-weight: 600;
}

.template-button-icon {
	color: #a50000;
}

.template-button-icon > svg {
	width: 23px;
	height: 23px;
}

.template-button-icon {}

.menu-link-with-badge {}

.close-icon-modal {}

@media (max-width: 1200px) {
	.close-icon-modal {
		color: #a50000;
	}
	
	.close-icon-modal {}
}

.shop-important {
	width: 100%;
	border-radius: 25px;
	background-color: #efefef;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.shop-important:not(.ct-section):not(.oxy-easy-posts), .shop-important.oxy-easy-posts .oxy-posts, .shop-important.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.shop-important-icon {
	color: #a50000;
}

.shop-important-icon > svg {
	width: 55px;
	height: 55px;
}

.shop-important-icon {}

.shop-important-title {
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 18px;
	text-align: center;
}

.shop-important-row {
	width: 100%;
}

.info-box {
	width: 100%;
	border-radius: 25px;
	background-color: #a50000;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

.info-box:not(.ct-section):not(.oxy-easy-posts), .info-box.oxy-easy-posts .oxy-posts, .info-box.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.info-box-text {
	color: #fff;
}

.info-box-heading {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
}

.hero-xub {
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.2;
}

@media (max-width: 991px) {
	.hero-xub {
		text-align: center;
	}
}

.add-review {}

.add-review .ct-section-inner-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.add-review-bo {
	width: 100%;
	border-radius: 25px;
	background-color: #fffbf2;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

.add-review-bo:not(.ct-section):not(.oxy-easy-posts), .add-review-bo.oxy-easy-posts .oxy-posts, .add-review-bo.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.add-review-icon {
	color: #a50000;
}

.add-review-icon > svg {
	width: 38px;
	height: 38px;
}

.add-review-icon {}

.add-review-title {
	font-size: 31px;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 479px) {
	.add-review-title {
		font-size: 26px;
		line-height: 1;
		margin-top: 12px;
		margin-bottom: 17px;
	}
}

.add-review-text {
	margin-bottom: 19px;
	text-align: center;
	max-width: 700px;
}

.footer-info {
	font-size: 14px;
	margin-bottom: 14px;
	margin-top: 0px;
}

.footer-contact-row {
	gap: 5px;
	margin-bottom: 18px;
}

.footer-contact-row:not(.ct-section):not(.oxy-easy-posts), .footer-contact-row.oxy-easy-posts .oxy-posts, .footer-contact-row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
}

.footer-contact-icon {
	color: #a50000;
}

.footer-contact-icon > svg {
	width: 30px;
	height: 30px;
}

.footer-contact-icon {}

.footer-contact-text {
	font-size: 20px;
	font-weight: 600;
}

/* GLOBAL TYPOGRAPHY VARIABLES */
html {
	font-size: 100%;
}

:root {
	--h1-fallback: 2.8rem;
	--h1: clamp(2.03rem, 1.61rem - -2.07vw, 3.42rem);
	--h2-fallback: 2.3rem;
	--h2: clamp(1.8rem, 1.49rem - -1.56vw, 2.85rem);
	--h3-fallback: 2rem;
	--h3: clamp(1.6rem, 1.37rem - -1.15vw, 2.38rem);
	--h4-fallback: 1.6rem;
	--h4: clamp(1.42rem, 1.26rem - -.82vw, 1.98rem);
	--h5-fallback: 1.35rem;
	--h5: clamp(1.27rem, 1.15rem - -.57vw, 1.65rem);
	--h6-fallback: 1.2rem;
	--h6: clamp(1.13rem, 1.05rem - -.37vw, 1.38rem);
	--s-text-fallback: .85rem;
	--s-text: .85rem;
	--m-text-fallback: 1rem;
	--m-text: 1rem;
	--l-text-fallback: 1rem;
	--l-text: clamp(1rem, .82rem - -.4vw, 1.2rem);
	--xl-text-fallback: 1.2rem;
	--xl-text: clamp(1.1rem, .98rem - -.48vw, 1.4rem);
}

/* GLOBAL SPACING VARIABLES */
:root {
	--xs-space-fallback: 1vmin;
	--xs-space: clamp(4px, 1vmin, 10px);
	--s-space-fallback: 2vmin;
	--s-space: clamp(8px, 2vmin, 20px);
	--m-space-fallback: 3.5vmin;
	--m-space: clamp(12px, 3.5vmin, 30px);
	--l-space-fallback: 5vmin;
	--l-space: clamp(20px, 5vmin, 50px);
	--xl-space-fallback: 7vmin;
	--xl-space: clamp(32px, 7vmin, 80px);
	--xxl-space-fallback: 12vmin;
	--xxl-space: clamp(52px, 12vmin, 130px);
}

/* COLUMNS - DESKTOP */

/* ----------------- */
.c-columns-2-auto {
	display: grid !important;
	grid-template-columns: auto auto;
	width: 100%;
}

.c-columns-6 {
	display: grid !important;
	grid-template-columns: repeat(6, 1fr);
	width: 100%;
}

.c-columns-5 {
	display: grid !important;
	grid-template-columns: repeat(5, 1fr);
	width: 100%;
}

.c-columns-4 {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}

.c-columns-3 {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.c-columns-2 {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.c-columns-3-2 {
	display: grid !important;
	grid-template-columns: 3fr 2fr;
	width: 100%;
}

.c-columns-2-3 {
	display: grid !important;
	grid-template-columns: 2fr 3fr;
	width: 100%;
}

.c-columns-1-2 {
	display: grid !important;
	grid-template-columns: 1fr 2fr;
	width: 100%;
}

.c-columns-2-1 {
	display: grid !important;
	grid-template-columns: 2fr 1fr;
	width: 100%;
}

.c-columns-3-1 {
	display: grid !important;
	grid-template-columns: 3fr 1fr;
	width: 100%;
}

.c-columns-1-3 {
	display: grid !important;
	grid-template-columns: 1fr 3fr;
	width: 100%;
}

/* ROW SPANS - DESKTOP - INCREASE CELL SIZE */
.c-row-span-2 {
	grid-row: span 2/span 2;
}

.c-row-span-3 {
	grid-row: span 3/span 3;
}

.c-row-span-4 {
	grid-row: span 4/span 4;
}

.c-row-span-5 {
	grid-row: span 5/span 5;
}

.c-row-span-6 {
	grid-row: span 6/span 6;
}

/* COLUMN SPANS - DESKTOP - INCREASE CELL SIZE */
.c-col-span-2 {
	grid-column: span 2/span 2;
}

.c-col-span-3 {
	grid-column: span 3/span 3;
}

.c-col-span-4 {
	grid-column: span 4/span 4;
}

.c-col-span-5 {
	grid-column: span 5/span 5;
}

.c-col-span-6 {
	grid-column: span 6/span 6;
}

/* ROW START - DESKTOP - POSITION OF THE ROW */
.c-row-start-1 {
	grid-row-start: 1;
}

.c-row-start-2 {
	grid-row-start: 2;
}

.c-row-start-3 {
	grid-row-start: 3;
}

.c-row-start-4 {
	grid-row-start: 4;
}

.c-row-start-5 {
	grid-row-start: 5;
}

.c-row-start-6 {
	grid-row-start: 6;
}

/* COLUMN START - DESKTOP - POSITION OF THE COLUMN */
.c-col-start-1 {
	grid-column-start: 1;
}

.c-col-start-2 {
	grid-column-start: 2;
}

.c-col-start-3 {
	grid-column-start: 3;
}

.c-col-start-4 {
	grid-column-start: 4;
}

.c-col-start-5 {
	grid-column-start: 5;
}

.c-col-start-6 {
	grid-column-start: 6;
}

/* COLUMNS - LAPTOP */

/* ---------------- */
@media only screen and (max-width: 1399px) {
	.c-columns-xl-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.c-columns-xl-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.c-columns-xl-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.c-columns-xl-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.c-columns-xl-1 {
		grid-template-columns: 1fr;
	}
	
	/* ROW SPANS - LAPTOP */
	.c-row-span-xl-1 {
		grid-row: span 1/span 1;
	}
	
	.c-row-span-xl-2 {
		grid-row: span 2/span 2;
	}
	
	.c-row-span-xl-3 {
		grid-row: span 3/span 3;
	}
	
	.c-row-span-xl-4 {
		grid-row: span 4/span 4;
	}
	
	.c-row-span-xl-5 {
		grid-row: span 5/span 5;
	}
	
	.c-row-span-xl-6 {
		grid-row: span 6/span 6;
	}
	
	/* COLUMN SPANS - LAPTOP */
	.c-col-span-xl-1 {
		grid-column: span 1/span 1;
	}
	
	.c-col-span-xl-2 {
		grid-column: span 2/span 2;
	}
	
	.c-col-span-xl-3 {
		grid-column: span 3/span 3;
	}
	
	.c-col-span-xl-4 {
		grid-column: span 4/span 4;
	}
	
	.c-col-span-xl-5 {
		grid-column: span 5/span 5;
	}
	
	.c-col-span-xl-6 {
		grid-column: span 6/span 6;
	}
	
	/* ROW START - LAPTOP */
	.c-row-start-xl-1 {
		grid-row-start: 1;
	}
	
	.c-row-start-xl-2 {
		grid-row-start: 2;
	}
	
	.c-row-start-xl-3 {
		grid-row-start: 3;
	}
	
	.c-row-start-xl-4 {
		grid-row-start: 4;
	}
	
	.c-row-start-xl-5 {
		grid-row-start: 5;
	}
	
	.c-row-start-xl-6 {
		grid-row-start: 6;
	}
	
	/* COLUMN START - LAPTOP */
	.c-col-start-xl-1 {
		grid-column-start: 1;
	}
	
	.c-col-start-xl-2 {
		grid-column-start: 2;
	}
	
	.c-col-start-xl-3 {
		grid-column-start: 3;
	}
	
	.c-col-start-xl-4 {
		grid-column-start: 4;
	}
	
	.c-col-start-xl-5 {
		grid-column-start: 5;
	}
	
	.c-col-start-xl-6 {
		grid-column-start: 6;
	}
}

/* COLUMNS - TABLET */

/* ---------------- */
@media only screen and (max-width: 991px) {
	.c-columns-l-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.c-columns-l-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.c-columns-l-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.c-columns-l-1 {
		grid-template-columns: 1fr;
	}
	
	/* ROW SPANS - TABLET */
	.c-row-span-l-1 {
		grid-row: span 1/span 1;
	}
	
	.c-row-span-l-2 {
		grid-row: span 2/span 2;
	}
	
	.c-row-span-l-3 {
		grid-row: span 3/span 3;
	}
	
	.c-row-span-l-4 {
		grid-row: span 4/span 4;
	}
	
	.c-row-span-l-5 {
		grid-row: span 5/span 5;
	}
	
	.c-row-span-l-6 {
		grid-row: span 6/span 6;
	}
	
	/* COLUMN SPANS - TABLET */
	.c-col-span-l-1 {
		grid-column: span 1/span 1;
	}
	
	.c-col-span-l-2 {
		grid-column: span 2/span 2;
	}
	
	.c-col-span-l-3 {
		grid-column: span 3/span 3;
	}
	
	.c-col-span-l-4 {
		grid-column: span 4/span 4;
	}
	
	.c-col-span-l-5 {
		grid-column: span 5/span 5;
	}
	
	.c-col-span-l-6 {
		grid-column: span 6/span 6;
	}
	
	/* ROW START - LAPTOP */
	.c-row-start-l-1 {
		grid-row-start: 1;
	}
	
	.c-row-start-l-2 {
		grid-row-start: 2;
	}
	
	.c-row-start-l-3 {
		grid-row-start: 3;
	}
	
	.c-row-start-l-4 {
		grid-row-start: 4;
	}
	
	.c-row-start-l-5 {
		grid-row-start: 5;
	}
	
	.c-row-start-l-6 {
		grid-row-start: 6;
	}
	
	/* COLUMN START - LAPTOP */
	.c-col-start-l-1 {
		grid-column-start: 1;
	}
	
	.c-col-start-l-2 {
		grid-column-start: 2;
	}
	
	.c-col-start-l-3 {
		grid-column-start: 3;
	}
	
	.c-col-start-l-4 {
		grid-column-start: 4;
	}
	
	.c-col-start-l-5 {
		grid-column-start: 5;
	}
	
	.c-col-start-l-6 {
		grid-column-start: 6;
	}
}

/* COLUMNS - MOBILE LANDSCAPE */

/* -------------------------- */
@media only screen and (max-width: 767px) {
	.c-columns-m-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.c-columns-m-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.c-columns-m-1 {
		grid-template-columns: 1fr;
	}
	
	/* ROW SPANS - MOBILE LANDSCAPE */
	.c-row-span-m-1 {
		grid-row: span 1/span 1;
	}
	
	.c-row-span-m-2 {
		grid-row: span 2/span 2;
	}
	
	.c-row-span-m-3 {
		grid-row: span 3/span 3;
	}
	
	.c-row-span-m-4 {
		grid-row: span 4/span 4;
	}
	
	.c-row-span-m-5 {
		grid-row: span 5/span 5;
	}
	
	.c-row-span-m-6 {
		grid-row: span 6/span 6;
	}
	
	/* COLUMN SPANS - MOBILE LANDSCAPE */
	.c-col-span-m-1 {
		grid-column: span 1/span 1;
	}
	
	.c-col-span-m-2 {
		grid-column: span 2/span 2;
	}
	
	.c-col-span-m-3 {
		grid-column: span 3/span 3;
	}
	
	.c-col-span-m-4 {
		grid-column: span 4/span 4;
	}
	
	.c-col-span-m-5 {
		grid-column: span 5/span 5;
	}
	
	.c-col-span-m-6 {
		grid-column: span 6/span 6;
	}
	
	/* ROW START - MOBILE LANDSCAPE */
	.c-row-start-m-1 {
		grid-row-start: 1;
	}
	
	.c-row-start-m-2 {
		grid-row-start: 2;
	}
	
	.c-row-start-m-3 {
		grid-row-start: 3;
	}
	
	.c-row-start-m-4 {
		grid-row-start: 4;
	}
	
	.c-row-start-m-5 {
		grid-row-start: 5;
	}
	
	.c-row-start-m-6 {
		grid-row-start: 6;
	}
	
	/* COLUMN START - MOBILE LANDSCAPE */
	.c-col-start-m-1 {
		grid-column-start: 1;
	}
	
	.c-col-start-m-2 {
		grid-column-start: 2;
	}
	
	.c-col-start-m-3 {
		grid-column-start: 3;
	}
	
	.c-col-start-m-4 {
		grid-column-start: 4;
	}
	
	.c-col-start-m-5 {
		grid-column-start: 5;
	}
	
	.c-col-start-m-6 {
		grid-column-start: 6;
	}
}

/* COLUMNS - MOBILE */

/* ---------------- */
@media only screen and (max-width: 479px) {
	.c-columns-s-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.c-columns-s-1 {
		grid-template-columns: 1fr;
	}
	
	/* ROW SPANS - MOBILE */
	.c-row-span-s-1 {
		grid-row: span 1/span 1;
	}
	
	.c-row-span-s-2 {
		grid-row: span 2/span 2;
	}
	
	.c-row-span-s-3 {
		grid-row: span 3/span 3;
	}
	
	.c-row-span-s-4 {
		grid-row: span 4/span 4;
	}
	
	.c-row-span-s-5 {
		grid-row: span 5/span 5;
	}
	
	.c-row-span-s-6 {
		grid-row: span 6/span 6;
	}
	
	/* COLUMN SPANS - MOBILE */
	.c-col-span-s-1 {
		grid-column: span 1/span 1;
	}
	
	.c-col-span-s-2 {
		grid-column: span 2/span 2;
	}
	
	.c-col-span-s-3 {
		grid-column: span 3/span 3;
	}
	
	.c-col-span-s-4 {
		grid-column: span 4/span 4;
	}
	
	.c-col-span-s-5 {
		grid-column: span 5/span 5;
	}
	
	.c-col-span-s-6 {
		grid-column: span 6/span 6;
	}
	
	/* ROW START - MOBILE */
	.c-row-start-s-1 {
		grid-row-start: 1;
	}
	
	.c-row-start-s-2 {
		grid-row-start: 2;
	}
	
	.c-row-start-s-3 {
		grid-row-start: 3;
	}
	
	.c-row-start-s-4 {
		grid-row-start: 4;
	}
	
	.c-row-start-s-5 {
		grid-row-start: 5;
	}
	
	.c-row-start-s-6 {
		grid-row-start: 6;
	}
	
	/* COLUMN START - MOBILE */
	.c-col-start-s-1 {
		grid-column-start: 1;
	}
	
	.c-col-start-s-2 {
		grid-column-start: 2;
	}
	
	.c-col-start-s-3 {
		grid-column-start: 3;
	}
	
	.c-col-start-s-4 {
		grid-column-start: 4;
	}
	
	.c-col-start-s-5 {
		grid-column-start: 5;
	}
	
	.c-col-start-s-6 {
		grid-column-start: 6;
	}
}

/* OTHER */

/* ---------------- */

/* CSS GRID - GALLERIES AND LAYOUTS */
.c-gallery {
	align-items: stretch;
}

.c-gallery img {
	object-fit: cover;
}

/* GRID 1 */
.c-grid-1 {
	display: grid !important;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.c-grid-1 *:nth-child(1) {
	grid-area: 1/1/span 2/span 2;
}

.c-grid-1 *:nth-child(2) {
	grid-area: 1/3;
}

.c-grid-1 *:nth-child(3) {
	grid-area: 2/3;
}

@media only screen and (max-width: 767px) {
	.c-grid-1 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1.5fr 1fr;
	}
	
	.c-grid-1 *:nth-child(1) {
		grid-area: 1/1/2/3;
	}
	
	.c-grid-1 *:nth-child(2) {
		grid-area: 2/1;
	}
	
	.c-grid-1 *:nth-child(3) {
		grid-area: 2/2;
	}
}

/* GRID 2 */
.c-grid-2 {
	display: grid !important;
	width: 100%;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.c-grid-2 *:nth-child(1) {
	grid-area: 1/1/2/4;
}

.c-grid-2 *:nth-child(2) {
	grid-area: 1/4/2/6;
}

.c-grid-2 *:nth-child(3) {
	grid-area: 2/1/3/3;
}

.c-grid-2 *:nth-child(4) {
	grid-area: 2/3/3/6;
}

/* GALLERY SLIDER */
ul.splide__list {
	width: 100%;
}

#primary-slider {
	margin-bottom: 10px;
}

.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
	border: none !important;
	opacity: .5;
	transition: opacity .6s;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:hover {
	opacity: 1;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
	opacity: 1;
}

/* ARROWS STYLING */
.splide .splide__arrow, .oxy-oxyninja-slider .splide__arrow {
	border-radius: 0;
	opacity: 0;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .11);
	transition: all .4s;
}

.splide:hover .splide__arrow, .oxy-oxyninja-slider:hover .splide__arrow {
	opacity: .8;
}

.splide .splide__arrow:hover, .oxy-oxyninja-slider .splide__arrow:hover {
	opacity: 1;
	background: #fff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
}

.splide .splide__arrows button:disabled, .oxy-oxyninja-slider .splide__arrows button:disabled {
	display: none;
}

/* ARROWS APPEAR ON SLIDER HOVER */
.splide .splide__arrow--prev, .oxy-oxyninja-slider .splide__arrow--prev {
	left: 0;
}

.splide .splide__arrow--next, .oxy-oxyninja-slider .splide__arrow--next {
	right: 0;
}

.splide:hover .splide__arrow--prev, .oxy-oxyninja-slider:hover .splide__arrow--prev {
	left: 1em;
}

.splide:hover .splide__arrow--next, .oxy-oxyninja-slider:hover .splide__arrow--next {
	right: 1em;
}

/* ARROWS APPEARING ALL THE TIME ON PHONES */
@media only screen and (max-width: 991px) {
	.splide .splide__arrow, .oxy-oxyninja-slider .splide__arrow {
		opacity: 1;
	}
	
	.splide .splide__arrow--prev, .oxy-oxyninja-slider .splide__arrow--prev {
		left: 1em;
	}
	
	.splide .splide__arrow--next, .oxy-oxyninja-slider .splide__arrow--next {
		right: 1em;
	}
}

/* CAROUSEL PAGINATION */
.splide .splide__pagination, .oxy-oxyninja-slider .splide__pagination {
	bottom: -1em;
}

.splide .splide__pagination__page, .oxy-oxyninja-slider .splide__pagination__page {
	width: 40px;
	height: 1px;
	background: #323232;
	border-radius: 0;
	opacity: .2;
}

.splide .splide__pagination__page.is-active, .oxy-oxyninja-slider .splide__pagination__page.is-active {
	background: #323232;
	transform: scale(1);
	opacity: .7;
}

.wc-product-gallery-1 .splide .splide__pagination, .wc-product-gallery-2 .splide .splide__pagination, .wc-product-gallery-1 .oxy-oxyninja-slider .splide__pagination, .wc-product-gallery-2 .oxy-oxyninja-slider .splide__pagination {
	display: none;
}

.category-module-text-big:after {
	content: "";
	width: 80px;
	height: 3px;
	background: #6b0069;
	display: block;
	margin-top: 10px;
}

#_header-902-22.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active {
	z-index: 5;
}

.wapf-field-label span {
	font-size: 16px;
	font-weight: bold;
}

.wapf-input-label span {
	font-size: 16px;
}

.product_meta {
	display: none !important;
}

.woocommerce button.button.alt, .woocommerce a.button, .woocommerce ul.products li.product .button, .woocommerce #review_form #respond .form-submit input, .woocommerce a.button.alt, .woocommerce button.button {
	background: #009846;
	border-color: #009846;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li span.description, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item .description {
	text-transform: unset;
	color: #6e6e6e;
	padding: 15px 30px 15px 0px;
}

.woocommerce div.product .product_title {
	font-size: 30px;
}

.woocommerce .oxy-product-cart-button, .woocommerce .oxy-woo-element div.product form.cart {
	width: 100%;
	max-width: 100%;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .13);
	border-radius: 20px;
	padding: 30px;
}

.woocommerce .price_label .from, .woocommerce .price_label .to, .woocommerce ul.products li.product .price, .product-quantity, .woocommerce .price ins, .woocommerce-Price-amount, .woocommerce-loop-category__title .count, .woocommerce .price {
	color: #009846;
	font-weight: 900;
	font-size: 18px;
}

.wapf-wrapper .dzone {
	border-color: #009846;
}

.wapf-field-description {
	font-size: 87%;
	opacity: .8;
	padding: 0 0 13px 0;
	margin: 0;
}

.mkl_pc .mkl_pc_container .quantity input.qty {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 56px;
	padding: 8px 9px;
	margin-right: 12px;
	background: url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/optimized/rev-b9aacfc/happycard.pl/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg"), url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/optimized/rev-b9aacfc/happycard.pl/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-up.svg"), #fff;
	background-size: 6px, 6px;
	background-repeat: no-repeat, no-repeat;
	background-position: right .8em bottom calc(50% - 5px), right .8em top calc(50% - 5px);
	height: 100%;
}

.mkl_pc .mkl_pc_container .quantity input.qty.nitro-lazy {
	background: none !important;
}

.mkl_pc .mkl_pc_container .quantity:before {
	content: "Ilość kartek: ";
}

.wapf-field-p .wapf-field-description {
	display: none;
}

.form-config-border-top {
	border-top: 1px solid #e3e3e3;
	padding-top: 15px;
	margin-top: 15px;
}

.config-info {
	position: absolute;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
}

.mkl-pc-thumbnail {
	border: 1px solid black !important;
}

.layer-name {
	font-weight: bold;
	text-transform: uppercase;
}

.custom-wishes textarea {
	resize: vertical;
	height: 300px;
}

.wishes-default {
	font-size: 20px;
}

.oxy-woo-my-account .woocommerce form.login {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	border: 0;
}

.logo-examples, .modal-wishes-box {
	color: #009846;
	border: 1px solid #009846;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	transition: .2s ease-in all;
}

.modal-wishes-box:hover, .logo-examples:hover {
	cursor: pointer;
	background: #009846;
	color: #fff;
}

.wapf-field-label.wapf--above {
	margin-bottom: 10px;
	background: #f7f7f7;
	padding: 10px;
	border-radius: 10px;
}

.woocommerce div.product form.cart .variations label, .woocommerce form label {
	margin-top: 0;
}

.wapf-field-label span {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

.variation {
	display: flex;
	flex-direction: column;
}

.variation dt {
	font-weight: bold;
	margin-top: 15px !important;
}

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
	margin: 0;
}

.oxy-product-cart-button .stock {
	display: none;
}

.stock {
	border-radius: 25px;
	background: #eee;
	padding: 5px 20px;
	font-size: 14px !important;
	margin-top: 5px !important;
}

.oxy-pro-accordion_header {
	border-bottom: 1px solid #ddd;
}

.card-category {
	transition: .2s ease-in all;
	flex-wrap: nowrap;
	text-align: left !important;
	color: #000;
}

.card-category:hover {
	cursor: pointer;
	transform: scale(1.02);
}

.card-category-min {
	display: flex;
	align-items: center;
}

.card-category-min:after {
	content: "";
	width: 50px;
	height: 5px;
	background: url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/source/rev-b9aacfc/happycard.pl/wp-content/uploads/2023/03/arrow.svg");
	display: block;
	background-repeat: no-repeat;
	margin-left: 5px;
	background-size: contain;
	transition: .2s ease-in all;
}

.woocommerce-product-gallery__wrapper div:nth-child(2):after {
	content: "";
	background: url("https://cdn-ilbobmd.nitrocdn.com/pTuWZXOoEaHguqlwKhTMRJQofyDuBNJW/assets/images/optimized/rev-b9aacfc/happycard.pl/wp-content/uploads/2022/10/wkladka2-1.png");
	width: 250px;
	height: 109px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.woocommerce .quantity .qty {
	margin-right: 0;
}

.quantity .plus, .quantity .minus {
	background: #009846;
	border: 0;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	color: #fff;
	cursor: pointer;
	transition: .2s ease-in all;
}

.quantity .plus {
	margin-right: 20px;
}

.quantity .plus:hover, .quantity .minus:hover {
	transform: translateY(-3px);
}

.woocommerce .quantity .qty {
	background: none;
}

.woocommerce .quantity .qty inpute[type=”number”], input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	display: none;
}

.c-menu-link {
	transition: .2s ease-in all;
}

.c-menu-link:hover {
	transform: translateY(-3px);
}

.woocommerce-cart table.cart img {
	width: 300px;
	max-width: 100%;
	max-height: 100%;
}

.woocommerce-cart-form .quantity {
	display: flex;
	gap: 10px;
	padding: 0 10px;
}

.woocommerce button[name="update_cart"], .woocommerce input[name="update_cart"] {
	display: none;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce a.added_to_cart, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce table.my_account_orders .button, td a.woocommerce-MyAccount-downloads-file.button.alt {
	border: 1px solid #009846;
	color: #009846;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: right;
}

.woocommerce-page .oxy-woo-cart table.cart td.actions .input-text, .woocommerce-cart .oxy-woo-cart table.cart td.actions .coupon .input-text::placeholder {
	color: #747474;
}

.cart_item bdi:after {
	content: " netto";
	font-size: 14px;
}

.cart-subtotal th:after {
	content: " netto";
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
	border: 1px solid lightgrey;
}

.woocommerce table tr {
	border-top: 2px solid #9a2d20;
}

.product-name > a:first-child {
	display: flex;
	font-size: 18px;
	font-weight: 800 !important;
	max-width: 180px;
}

.woocommerce-billing-fields .checkbox span {
	position: relative;
	padding-left: 30px;
}

.woocommerce-billing-fields .checkbox {
	display: flex !important;
}

.woocommerce-billing-fields .checkbox span::before {
	width: 24px;
	height: 24px;
	border: 1px solid #d3ced2;
	background-color: #fff !important;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-size: 50% !important;
	border-radius: 4px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.wapf-field-file input {
	width: 100%;
}

.wapf-field-file input::-webkit-file-upload-button {
	visibility: hidden;
}

.wapf-field-file input::before {
	content: "Wybierz plik z logo";
	display: inline-block;
	background: linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	padding: 12px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	justify-content: center;
	border-radius: 10px;
	background: #009846;
	color: #fff;
	border: 1px solid #009846;
	transition: .2s ease-in all;
	margin-right: -89px;
	width: 65%;
}

@media (max-width: 550px) {
	.wapf-field-file input::before {
		display: flex;
		width: 100%;
	}
}

.logo-upload .wapf-field-input {
	background: #f1f1f1;
	border-radius: 15px;
}

.wapf-field-file input:hover:before {
	background: #9a2d20;
	border: 1px solid #9a2d20;
}

.wapf-field-file input:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.minimum-quantity {
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

.woocommerce-checkout #payment div.payment_box {
	background: #fff;
	box-shadow: 1px 1px 17px rgba(141, 141, 141, .12);
	border-radius: 20px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #fff;
}

#wc-stripe-new-payment-method {
	display: flex !important;
	opacity: 1 !important;
}

.woocommerce-SavedPaymentMethods-saveNew {
	display: flex;
}

#stripe-payment-data fieldset {
	border: 0;
}

.woocommerce-privacy-policy-text p {
	font-size: 12px;
}

/* .wpgb-card-media-thumbnail div,
.woocommerce-product-gallery img {
	filter: brightness(1.15);
} */
.logo-examples {
	text-align: center;
}

.woocommerce-account-fields {
	background: #efefef;
	padding: 10px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
	flex-direction: column;
}

.woocommerce-account-fields:before {
	content: "Zarejestruj konto w naszym sklepie ";
	width: 100%;
	text-align: center;
}

.wapf-field-description strong {
	font-weight: 900;
	color: #d40000;
}

.oxy-woo-cart .wc-proceed-to-checkout:before {
	content: "W następnym kroku wybierzesz metodę płatności: online, faktura proforma, a dla instytuycji publicznych faktura z odroczonym terminem.";
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.additional-info-field textarea {
	min-height: 250px;
}

.nologo .wapf-label-text {
	font-size: 18px;
}

.wapf-product-totals .price:after {
	content: " netto";
}

.woocommerce-shipping-methods .woocommerce-Price-amount bdi:after {
	content: " netto";
}

.wapf-product-totals div span:first-child {
	font-weight: 400;
}

.wapf-product-totals .wapf--inner div {
	border-bottom: 1px solid #eee;
}

.visualization {
	padding: 30px;
	border-radius: 15px;
	background: #eee;
	font-size: 16px;
	font-weight: 400;
}

.oxy-woo-checkout .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 20px;
	color: #00870a;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}

#seopress-js-module-seo-metabox {
	display: none;
}

.woocommerce-thankyou-order-received:after {
	content: "Na maila wysłaliśmy potwierdzenie zamówienia. Nasz dział graficzny przygotuje wizualizację zamówionych produktów i prześle ją przed produkcją do zatwierdzenia.";
	width: 100%;
	display: flex;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 20px 0 50px 0;
}

.wapf-swatch--image:hover {
	box-shadow: 1px 1px 10px #e1e1e1;
}

.wp-grid-builder .wpgb-card-media-thumbnail a, .wp-grid-builder.wpgb-enabled .wpgb-card-layer-link {
	pointer-events: all !important;
}

.wishes-list .wapf-checkable {
	margin: 30px 0;
}

.wishes-list .wapf-tf-h:first-child + .wapf-checkable {
	margin-top: 0;
}

.wishes-list .wapf-input-label {
	display: flex;
}

.wishes-list .wapf-label-text {
	width: 90%;
	font-size: 14px;
}

.select-paczkomat-button {
	background: white !important;
	color: green !important;
	padding: 10px !important;
	margin-top: 12px !important;
	transiton: .2s ease-in all;
}

.select-paczkomat-button:hover {
	background: green !important;
	color: white !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin-top: 0 !important;
}

.oxy-woo-checkout .woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 20px !important;
}

.wc_payment_method label {
	font-size: 16px !important;
}

#selected-paczkomat {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	margin: 15px 0;
}

.product_cat-kalendarze .quantity {
	display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
}

.wpgb-facet .wpgb-number-facet .wpgb-number-label span {
	font-size: 14px !important;
}

#-wpgb-facet-46-160 button.wpgb-button {
	width: 100%;
}

#-wpgb-facet-46-160 .wpgb-facet .wpgb-input {
	background: #fff;
	font-size: 14px;
}

.wqm-qty-wrapper {
	width: 100%;
	margin-top: -20px;
}

.wqm-swatch.selected .wqm-inner {
	box-shadow: 1px 1px 9px rgba(0, 0, 0, .27);
	font-weight: bold;
	background: #f7fff4;
}

.wqm-inner {
	font-size: 15px !important;
}

.wqm-qty-label label {
	font-weight: bold !important;
}

.wapf-field-input label[for] {
	cursor: pointer;
	display: flex;
	margin: 15px 0;
}

.woocommerce input[type=radio] {
	min-width: 24px !important;
	margin-right: 5px !important;
}

.wqm-qty-label label {
	text-transform: uppercase;
	font-size: 18px !important;
}

.wapf-pricing-hint {
	font-weight: bold;
	color: green;
}

.order-step-active .order-step-number {
	border-color: #008510;
}

.order-step-active .step-text {
	font-weight: bold;
}

.order-steps:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #a5a5a5;
	position: absolute;
	z-index: -1;
	left: 25px;
}

.menu-link-with-badge {
	position: relative;
}

.menu-link-with-badge:before {
	content: "NOWOŚĆ!";
	position: absolute;
	top: -17px;
	background: #28ba4d;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
	border-radius: 20px;
}

/* .wpgb-card-media-thumbnail div,
.woocommerce-product-gallery__wrapper img {
  filter: brightness(1.15);
} */

/* Fix issues with jquery overlay blocking checkout button */
.woocommerce .blockUI.blockOverlay {
	position: relative !important;
	display: none !important;
}

.woocommerce .price del .woocommerce-Price-amount {
	color: #dc0000;
}

.wpgb-block-price {
	color: red;
}

@media (min-width: 1040px) {
	.woocommerce-cart table.cart img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
	}
	
	.woocommerce-cart table.cart .product-thumbnail {
		padding: 0;
	}
}

@media (min-width:992px) {
	.woocommerce div.product div.images.woocommerce-product-gallery {
		position: sticky;
		top: 30px;
	}
	
	.oxy-woo-checkout .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
		font-size: 40px;
	}
	
	.woocommerce-thankyou-order-received:after {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.woocommerce-product-gallery__wrapper div:nth-child(2):after {
		width: 50%;
	}
	
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: flex;
	}
	
	.product-thumbnail {
		justify-content: center;
	}
	
	.woocommerce-cart table.cart img {
		width: 100%;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}
	
	.product-name {
		display: flex !important;
		flex-direction: column !important;
	}
	
	.product-name > a:first-child {
		font-size: 24px;
		max-width: 250px;
	}
	
	.wapf-field-label span {
		font-size: 16px;
	}
}

@media (max-width: 423px) {
	.woocommerce .oxy-product-cart-button, .woocommerce .oxy-woo-element div.product form.cart {
		justify-content: center;
	}
	
	.woocommerce div.product form.cart div.quantity {
		margin-bottom: 20px;
	}
	
	.quantity .plus {
		margin: 0;
	}
}

@media (min-width: 768px) {
	.order-step-number:before {
		content: "";
		width: 100%;
		height: 3px;
		background: #a5a5a5;
		position: absolute;
		z-index: -1;
	}
	
	.order-step-active .order-step-number:before {
		background: #008510;
	}
	
	.order-steps:before {
		display: none;
	}
}
