/*
Theme Name: aqua-club

WooCommerce styles override
*/

/**
* Shop tables
*/
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}.qib-button-wrapper button.qib-button{
	background-color: #efefef !important;
	border-color: #efefef !important;
	color: #000000 !important;
}
.mc__table .qib-button-wrapper .quantity input.input-text.qty.text{
	background: #efefef !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
	font-size: 16px !important;
}

.woocommerce-account .woocommerce ul {
	list-style: none;
	padding: 0;
}
.woocommerce-account .woocommerce ul li {
	padding: 10px;
	border-top: 1px solid #dadada;
}ul.woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
	border-top: 0;
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
}
.woocommerce-mini-cart-item.mini_cart_item {
	position: relative !important;
}
.woocommerce-account .woocommerce ul li a {
	color: #24272C;
}
.woocommerce-Button, .woocommerce-form-login__submit {
	background: var(--green-color);
	color: #fff;
	border: 0;
	padding: 15px 25px;
	border-radius: 25px;
}
.woocommerce-Button:hover, .woocommerce-form-login__submit:hover {
	background: #078A6A;
}.u-columns {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 50px;
}
input#rememberme {
	position: relative;
	visibility: visible;
}.woocommerce-account .woocommerce {
	display: flex;
}
.woocommerce-account table tfoot tr:first-child {
	display: none;
}
#tr-billing_wooccm11 {
	font-family: 'Open Sans' !important;
	font-size: 16px !important;
	color: #000 !important;
	font-weight: 400 !important;
}
.woocommerce-account .order_details th:first-child {
	text-align: right;
	padding: 5px 10px;
	color: #000;
	font-weight: normal !important;
}
#carusel_poduct_sells ul li, #carusel_poduct_related ul li {
    min-width: 230px !important;
}
@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
		vertical-align: middle;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
* Products
*/
ul.products {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
	overflow: hidden;
}

ul.products li.product img {
	display: block;
	height: 300px;
	width: auto;
	margin: 0 auto;
	padding-bottom: 20px;
}

.add_to_cart_button {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		margin-right: 3.8%;
		float: left;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		max-width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
* Single product
*/
.single-product div.product {
	position: relative;
	padding-top: 0;
}
@media (min-width: 601px) {
.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
	width: 50%;
	/*! margin-right: 3%; */
}}
@media (max-width: 601px) {
.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
	width: 100%;
}}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	bottom: 2em !important;
	right: 4em !important;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

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

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
* Checkout
*/
@media (min-width: 768px) and (max-width: 1024px) {
	.apply__coup:before {
    right: 15px;
    top: 15px;
}
}
@media (max-width: 1199px) {
	.single-product .type-product {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.prod__price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}.wpgs-thumb .thumbnail_image {
    max-width: 80px !important;
}}
@media (max-width: 859px) {.quan {
    margin: 15px auto;
}}
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
	.woocommerce-table__line-item.order_item td, .woocommerce-table.order_details td {
		width: 50%;
	}
}

/**
* General WooCommerce components
*/

/**
* Header cart
*/
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
* Star rating
*/
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
* Tabs
*/
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	display: flex;
	gap: 30px;
	justify-content: center;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
	font-family: 'Open SansB';
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
* Password strength meter
*/
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
* Forms
*/
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
* Notices
*/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #F9F8F3;
	clear: both;
	padding: 10px;
	border-radius: 10px;
	color: var(--green-color);
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: var(--green-color);
	color: #fff;
	border-radius: 2em;
	padding: 1em;
}

.woocommerce-error {
	background-color: #f3bcb0;
	box-shadow: 0 0 13px -6px #444;
	padding: 15px;
	margin: 10px 0;
	border-radius: 10px;
	color: #000;
}

.woocommerce-error li {
	list-style: none;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	* Header cart
	*/
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
* WooCommerce widgets
*/

/**
* WooCommerce Price Filter
*/
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
.shop__ordering {
	justify-content: space-between;
	flex-direction: row-reverse;
}
li.menu-item.cart-punkt {
	list-style: none;
	display: flex;
	flex-direction: column;
}.summary.entry-summary {
	flex: 1 0 46%;
	width: 46%;
	/* min-width: 410px; */
	float: left;
	margin-top: 0;
	margin-left: 2em;
}

.woocommerce-tabs.wc-tabs-wrapper {
	position: relative;
	clear: both;
}

.slick-list.draggable {
	height: 100% !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
	padding-top: 50px !important;
}
img.zoomImg {
	display: none !important;
}

h1.product_title.entry-title {
	font-size: 30px;
	font-family: 'Open SansB';
	margin-top: 0;
	color: #000;
}

.single_add_to_cart_button {
	background: var(--green-color);
	color: #fff;
	border: 0;
	border-radius: 50px;
	padding: 15px 25px;
}

.prod__price .single_add_to_cart_button {
  border-radius: 0 35px 35px 0;
	height: 51px !important;;
  padding: 15px;
  line-height: 1;
}
.woocommerce-tabs ul.tabs li a {
	color: #000;
}

.woocommerce-tabs ul.tabs li.active a {color: var(--green-color);}

a:focus {
	outline: none;
}.woocommerce-Tabs-panel h2 {
	display: none;
}

.entry-summary .amount bdi {
	font-size: 47px;
}

form.cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1em;
	flex-wrap: wrap;
}

.btn-orange {
  background: #ff670e;
  color: #fff;
}
.btn-orange:hover {
  background: #dd5606;
}
.single-product .cart {
  height: 1px;
  margin-top: -35px;
}
input.input-text.qty.text {
	margin-bottom: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
	font-size: 1rem !important;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	position: unset;
}
i.aqua-cart:before {
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26' cy='26' r='26' fill='%2309A780'/%3E%3Cpath d='M13 16H17.3837L18.8718 30.1881H34.8207V19.8181H21.6529' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M21.6995 37.4C22.897 37.4 23.8678 36.4293 23.8678 35.2318C23.8678 34.0342 22.897 33.0635 21.6995 33.0635C20.502 33.0635 19.5312 34.0342 19.5312 35.2318C19.5312 36.4293 20.502 37.4 21.6995 37.4Z' fill='white'/%3E%3Cpath d='M32.3519 37.4C33.5494 37.4 34.5202 36.4293 34.5202 35.2318C34.5202 34.0342 33.5494 33.0635 32.3519 33.0635C31.1544 33.0635 30.1836 34.0342 30.1836 35.2318C30.1836 36.4293 31.1544 37.4 32.3519 37.4Z' fill='white'/%3E%3C/svg%3E%0A");
	content: '';
	position: absolute;
	width: 52px;
	height: 52px;
	transition: .2s;
}

i.aqua-cart {
	width: 52px;
	height: 52px;
	right: 10px;
	bottom: -20px;
	position: absolute;
}

i.aqua-cart:hover {}

i.aqua-cart:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26' cy='26' r='26' fill='black'/%3E%3Cpath d='M13 16H17.3837L18.8718 30.1881H34.8207V19.8181H21.6529' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M21.6995 37.4C22.897 37.4 23.8678 36.4293 23.8678 35.2318C23.8678 34.0342 22.897 33.0635 21.6995 33.0635C20.502 33.0635 19.5312 34.0342 19.5312 35.2318C19.5312 36.4293 20.502 37.4 21.6995 37.4Z' fill='white'/%3E%3Cpath d='M32.3519 37.4C33.5494 37.4 34.5202 36.4293 34.5202 35.2318C34.5202 34.0342 33.5494 33.0635 32.3519 33.0635C31.1544 33.0635 30.1836 34.0342 30.1836 35.2318C30.1836 36.4293 31.1544 37.4 32.3519 37.4Z' fill='white'/%3E%3C/svg%3E%0A");
	transition: .2s;
}

.view__list {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.woocommerce-result-count {
	color: #A4A4A4;
}
.orderby {
	background: none;
	border: 0;
	width: fit-content;
}


.woocommerce-product-gallery__image {
	overflow: hidden;
	text-align: center;
	margin-right: 0;
}
.woocommerce-product-gallery__image img {
	max-height: 350px;
	width: auto;
	margin: 0 auto;
}
.woocommerce-product-gallery__trigger:before {
	content: "";
	// set both font sizes
	font-size: 13px;
	font-size: 0.815rem;
	letter-spacing: normal;
	color: red;
	font-weight: 500;
	display: none;
}
.woocommerce-product-gallery__trigger:after {
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_1_1277)'%3E%3Ccircle cx='25.1329' cy='25.1251' r='24.6251' fill='%235F5F5F' fill-opacity='0.1'/%3E%3C/g%3E%3Ccircle cx='23.4844' cy='22.5635' r='4.92827' transform='rotate(-45 23.4844 22.5635)' stroke='%2309A780' stroke-width='2'/%3E%3Crect x='26.3546' y='26.6631' width='1.73613' height='7.79712' rx='0.868063' transform='rotate(-45 26.3546 26.6631)' fill='%2309A780' stroke='%2309A780'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_1_1277' x='-7.49219' y='-7.5' width='65.25' height='65.25' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='4'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1_1277'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1_1277' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
	z-index: 99;
	width: 50px;
	height: 50px;
	content: "";
	display: block;
	background-repeat: no-repeat;

}
img.wp-smiley, img.emoji {
	opacity: 0;
	display: none !important;
}

.row.prod__item {
	margin-top: 50px;
}
.woocommerce-product-gallery__wrapper {
	margin-top: 0;
	width: 100% !important;
}
.wpgs-image {
	border: 1px solid #eee;
	text-align: center;
	padding: 15px;
}
.wpgs-image img {
	max-height: 230px;
}
.qib-button-wrapper button.qib-button{
	padding: 6px 12px 8px;
	height: 41px;
	background: #ffffff;
	border: 1px solid #efefef;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	width: 41px;
	color: black;
	height: 41px;
}
.qib-button-wrapper .quantity {
	display: inline;
}
.qib-button-wrapper{
	margin: 0;
	white-space: nowrap;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
	float: none !important;
	height: 41px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
	height: 41px;
	padding: 6px 12px 8px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #efefef;
	font-size: 20px;
	line-height: 20px;
	box-shadow: none;
}

span.wqpmb_plain_input.hidden{display: none;}

body.cart tr.woocommerce-cart-form__cart-item.cart_item .quantity.wqpmb_quantity,.quantity.wqpmb_quantity {
	display: inline-flex;
}
body .qib-button.qib-button-wrapper {
	display: flex;
	float: left;
	flex-wrap: nowrap;
	margin-right: 5px;
	align-items: center;
	justify-content: center;
	gap: 0;
}
body .qib-button.qib-button-wrapper .minus.qib-button,
body .qib-button.qib-button-wrapper .plus.qib-button{
	background: #a19f9f14;
}
body .qib-button.qib-button-wrapper .minus.qib-button:hover, body .qib-button.qib-button-wrapper .plus.qib-button:hover {
	background: #14141414;
}
.wpt-wrap .qib-button.qib-button-wrapper {
	gap: 0;
}
.wpt-wrap .qib-button-wrapper div.quantity.wqpmb_quantity {
	height: 37px !important;
}
body.cart tr.woocommerce-cart-form__cart-item.cart_item .qib-button-wrapper{
	margin: inherit;
}
.woocommerce div.product form.cart .qib-button-wrapper div.quantity{
	margin-right: 0;margin: 0;
}

.qib-button-wrapper input::-webkit-outer-spin-button,
.qib-button-wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}
.qib-button-wrapper input[type=number]
{
	-moz-appearance: textfield;
}.qib-button-wrapper .quantity input.input-text.qty.text {
	background: #eee;
	border-radius: 0 !important;
	width: 40px;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
	height: 70px;
}

.prod__price-curr .price {
  margin: 0 15px 0 0;
}
.prod__price .plus.qib-button {
  border-radius: 0 !important;
}
.quan {
  margin-left: auto;
  white-space: nowrap;
}.stock {
    white-space: nowrap;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
	height: auto;
}

.minus.qib-button {
	border-radius: 50px 0 0 50px;
}

.plus.qib-button {
	border-radius: 0 50px 50px 0;
}.qib-button-wrapper {
	margin: 0 !important;
}.product .yith-wcwl-add-button, .product  .yith-wcwl-wishlistaddedbrowse {
	position: absolute;
	top: 15px;
	right: 20px;
}

.single-product .yith-wcwl-add-button, .single-product .yith-wcwl-wishlistaddedbrowse {
	position: absolute !important;
	top: -25px;
	right: 175px !important;
	z-index: 10;
}
.single-product .yith-wcwl-add-button span {
  display: none;
}.related.products .yith-wcwl-wishlistaddedbrowse {
	position: absolute;
	right: 15px;
	top: 15px;
}
.wish__btn .yith-wcwl-add-button {
	position: relative;
	top: 0;
	right: 0;
}
.product i.yith-wcwl-icon.fa.fa-heart, .product i.yith-wcwl-icon.fa.fa-heart-o {
	padding: 20px;
}span.feedback a {
	z-index: 99;
	display: block !important;
	width: 100%;
	height: 100%;
}

.wish__btn span.feedback {
	display: block !important;
}
.wish__btn .yith-wcwl-wishlistexistsbrowse {
	position: relative !important;
	left: 160px;
	top: 41px;
}
.wish__btn .yith-wcwl-add-to-wishlist {
	margin: 0;
}
.product .yith-wcwl-wishlistexistsbrowse a {
	width: 100%;
	height: 100%;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
}a.added_to_cart.wc-forward {
	display: none;
}
.catalog__main .woocommerce-Price-amount.amount bdi {
	font-size: 22px;
}
.add_to_cart_button:hover svg circle {
	fill: #000;
	transition: all .2s;
}
.update_cart.button.wp-element-button {
	display: none;
}

.wac-qty-button.wac-btn-sub {
	position: absolute;
	left: 0;
	border: 0;
	opacity: 0;
	width: 42px;
	height: 51px;
	z-index: 10;
}
.wac-qty-button.wac-btn-inc {
	position: absolute;
	right: 0;
	width: 40px;
	height: 51px;
	opacity: 0;
}
.shop_table .quantity {
	min-width: 80px;
	position: relative;
}

.qib-button.qib-button-wrapper.qib-button-wrapper-0 {
	position: relative;
}
.xoo-wsc-basket {
	width: 47px;
	height: 47px;
	padding: 11px !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
	font-family: 'Open SansSB';
}
.xoo-wsc-ft-amt-total {
	align-items: center;
}

#place_order {
	background: var(--green-color);
	color: #fff;
	border: 0;
	padding: 10px 20px;
	border-radius: 25px;
}

.woocommerce-checkout .wac-qty-button.wac-btn-sub, .woocommerce-checkout .plus.qib-button, .woocommerce-checkout .wac-qty-button.wac-btn-sub, .woocommerce-checkout .minus.qib-button {
	display: none !important;;
}
.woocommerce-checkout .qib-button-wrapper .quantity input.input-text.qty.text {
	border: none;
	text-align: center !important;
}
.woocommerce-checkout .qib-button-wrapper .quantity input.input-text.qty.text:after {
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡.';
	position: absolute;

}
.woocommerce-checkout .wac-qty-button.wac-btn-inc {
	display: none;
}
.woocommerce-checkout .shop_table .quantity {
	width: 100px;
	text-align: center !important;
}
.woocommerce-checkout .quantity.wqpmb_quantity {
	text-align: center !important;
	width: 115px !important;
	display: flex;
	justify-content: center;
}
.woocommerce-checkout .wqpmb_quantity::after {
	content: 'ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡.';
	position: relative;
	top: 15px;
	right: 14px;
	font-family: 'Roboto';
	color: #000;
	font-weight: 400;
}.woocommerce-info {
	background: #F9F8F3;
	color: #000;
	border-radius: 10px;
}
.woocommerce-info span {position: relative;}
.woocommerce-info span:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%232E5587'/%3E%3Cpath d='M11.0811 12.7373H8.93652L8.48828 4.15039H11.5293L11.0811 12.7373ZM8.45312 15.7432C8.45312 15.251 8.58496 14.8789 8.84863 14.627C9.1123 14.375 9.49609 14.249 10 14.249C10.4863 14.249 10.8613 14.3779 11.125 14.6357C11.3945 14.8936 11.5293 15.2627 11.5293 15.7432C11.5293 16.2061 11.3945 16.5723 11.125 16.8418C10.8555 17.1055 10.4805 17.2373 10 17.2373C9.50781 17.2373 9.12695 17.1084 8.85742 16.8506C8.58789 16.5869 8.45312 16.2178 8.45312 15.7432Z' fill='white'/%3E%3C/svg%3E%0A");
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.woocommerce-info span {
	padding-left: 30px;
}
.apply__coup:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 17L16 9L8 1' stroke='%2309A780' stroke-width='2'/%3E%3C/svg%3E%0A");
	position: absolute;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.apply__coup {
	background: no-repeat;
	border: 0;
	position: absolute;
	top: 35px;
	right: 15px;
	height: 34px;
	width: 32px;
	background-size: cover;
	background-position: center;
}
#coupon_code {
}
.actions {
	padding-top: 20px;
}.continue {
	text-align: right !important;
}
.continue .btn {
	padding: 13px 55px;
}
.order__notes {
	background: var(--sec-blue-color);
	padding: 20px;
}
#customer_details {
	display: flex;
	justify-content: space-between;
}
.checkout__sb {
	position: sticky;
	top: 210px;
	right: 0;
	float: right;
	width: 100%;
	border: solid 1px rgba(224, 224, 224, 1);
	padding: 15px;
	border-radius: 10px;
	white-space: nowrap;
}

#order_review_heading {
	background: none;
}
.col-2 #payment {
	display: none;
}
.wc_payment_methods.payment_methods.methods {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 10px;
}
.wc_payment_methods input:checked ~ label div {
	border: 2px solid var(--green-color);
}
.wc_payment_method span {
	font-size: 14px;
	font-family: 'Open SansB';
}
.wc_payment_method img {
	padding-right: 15px;
}

.wc_payment_methods input {
	display: none;
}

.payment_box {
	border: 0;
	padding: 0;
}
.wc_payment_method label div {
	display: flex;
	align-items: center;
	padding: 50px 15px;
	width: 230px;
	border: 2px solid #dadada;
	cursor: pointer;
	height: 120px;
}

#payment_method_cod:checked ~ .wc_payment_method {
	border: 2px solid var(--green-color);
}
.wc_payment_method:checked ~ label {
	border: 2px solid var(--green-color);
}
.wc_payment_method:checked ~ label div {
	border: 2px solid var(--green-color);
}
.payment_box {
	position: absolute;
	right: 0;
	top: 0;
	background: #ECFBEC;
	padding: 2em 1em;
	width: 280px;
	font-size: 14px;
}
#payment {
	position: relative;
}
#customer_details .checkout__sb {
	width: 270px;
	border: 1px solid #dadada;
	padding: 1em 1.5em;
	border-radius: 10px;
}
.ch__summ {
	display: flex;
	align-content: center;
	font-family: 'Open SansB';
	padding: 0 15px 15px 15px;
	justify-content: space-between;
	white-space: normal;
}


.ch__summ p {
	padding: 0px;
	margin: 0;
}


.ch__summ .woocommerce-Price-amount.amount bdi {
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	font-weight: 700;
}
#additional_wooccm0_field label:first-child {
	display: none;
}

.wooccm-additional-fields div:not(.wooccm-clearfix,.chk-item) {
	display: grid;
	align-content: center;
	width: 100%;
	text-align: left;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 20px;
}

.chk-item {
	height: 100% !important;
	display: flex;
}
.wooccm-additional-fields {
	/*! display: grid; */
	flex-wrap: wrap;
	gap: 20px;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: repeat(2,1fr);
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	/*! grid-column-gap: 20px; */
	/*! grid-row-gap: 20px; */
}
.wooccm-additional-fields div input {
	display: none;
}

.wooccm-additional-fields div {
	flex: 1 0 20%;
}
#additional_wooccm0_field {
	display: none;
}
p.empty {
}
.wooccm-additional-fields p:empty {
	display: none;
}
.chk-1 label:before {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='25' viewBox='0 0 42 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.1383 23.2613H1.1442L1 1.73877H25.9941L26.1383 23.2613Z' stroke='%232E5587' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.3807 1.73877H10.6128V8.14134H16.3807V1.73877Z' stroke='%232E5587' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.5134 7.89502H40.4618L40.5579 23.2612H22.7256' stroke='%232E5587' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.6366 7.89502H29.5029V12.4753H33.6366V7.89502Z' stroke='%232E5587' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 40px;
	height: 21px;
	background-repeat: no-repeat;
	background-size: 100%;
	left: 20px;
}
.chk-item label:before {
	width: 40px;
	height: 21px;
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	left: 20px;
}
.chk-2 label:before {
	background-image: url(/wp-content/uploads/2023/02/dellin.svg);
}
.chk-3 label:before {
	background-image: url("data:image/svg+xml,%3Csvg width='45' height='12' viewBox='0 0 45 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_356)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45 0.772832C44.3869 0.706375 43.7706 0.672979 43.1538 0.672791C42.5678 0.674552 41.9823 0.707949 41.4 0.772832V3.86047H45V0.772832Z' fill='%23E4003E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45 8.06223H41.4V11.1999C41.4 11.1999 42.4154 11.2999 43.2462 11.2999C43.8403 11.2906 44.4335 11.2496 45.0231 11.1771L45 8.06223Z' fill='%23E4003E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.2446 0.772827H34.8092L31.7169 4.55166H30.2677V0.772827H26.4415V11.2271H30.2677V7.29825H31.6662L34.7815 11.2271H39.5262L34.8831 5.66576L39.2446 0.772827Z' fill='%23242265'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0923 0.772827H0V11.2271H3.87692V3.73769H8.21538V11.2271H12.0923V0.772827Z' fill='%23242265'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9708 3.54217L13.4123 0.77284C13.4123 0.77284 17.0354 0.5 19.2923 0.5C21.5492 0.5 24.2631 0.77284 24.2631 0.77284C24.8306 2.4199 25.113 4.14926 25.0985 5.88859C25.0951 7.70157 24.8039 9.50288 24.2354 11.2272C24.2354 11.2272 21.6508 11.5 19.2692 11.5C16.8877 11.5 13.4123 11.2272 13.4123 11.2272L13.9708 8.45783C13.9708 8.45783 16.4031 8.63063 18.48 8.63063C19.4479 8.66018 20.4166 8.60234 21.3738 8.45783C21.3738 8.45783 21.4754 7.93944 21.5262 7.34828H16.5554V4.679H21.5492C21.5263 4.30445 21.4754 3.93208 21.3969 3.5649C21.3969 3.5649 19.6985 3.3921 18.2538 3.3921C16.8092 3.3921 13.9708 3.54217 13.9708 3.54217Z' fill='%23242265'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_356'%3E%3Crect width='45' height='11' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	height: 11px;
}
.chk-4 label:before {
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_315)'%3E%3Cpath d='M25.5541 16.8505C24.1314 16.2529 22.8507 15.4018 21.748 14.3217C21.0772 13.664 19.9219 13.664 19.2489 14.3217C18.9235 14.6405 18.5781 14.9328 18.2226 15.211C17.6941 14.9941 14.7059 14.3129 14.3667 14.2078C13.6946 13.9988 13.1477 13.4872 12.8861 12.8442C14.96 11.9421 16.0592 9.61068 16.2344 7.26647V6.91542H17.1159C17.3816 6.91542 17.5965 6.70016 17.5965 6.4348C17.5965 6.16944 17.3816 5.95418 17.1159 5.95418H16.5151L16.4485 5.27834C16.2911 3.68755 15.1991 2.3665 13.6665 1.91214L12.7903 1.65243V1.32452C12.7903 1.05916 12.5754 0.843903 12.3097 0.843903H9.57434C9.3093 0.843903 9.09436 1.05853 9.09372 1.32326L9.09309 1.64931L8.19692 1.91525C6.67058 2.36772 5.5795 3.68312 5.41682 5.26515L5.34579 5.95418H4.75727C4.49191 5.95418 4.27665 6.16944 4.27665 6.4348C4.27665 6.70016 4.49191 6.91542 4.75727 6.91542H5.66156L5.66219 7.30281C5.83553 9.60451 6.92223 11.9162 8.97233 12.8283C8.71356 13.4851 8.19197 13.997 7.50484 14.2092C6.92096 14.3894 4.65433 14.8856 4.65433 14.8856C4.65402 14.8856 4.6537 14.8856 4.6537 14.8856C4.34051 14.9551 1.58477 15.6266 1.26689 17.8532C1.07509 19.1924 0.851341 20.4634 0.851024 20.4659C0.826292 20.6054 0.865105 20.7494 0.956177 20.8583C1.04757 20.9672 1.18241 21.0298 1.32447 21.0298H16.0495C16.5946 22.1199 17.2514 23.1531 18.0223 24.1168L19.1272 25.4974C19.462 25.916 19.962 26.1563 20.4983 26.1563C21.0349 26.1563 21.5347 25.916 21.8698 25.4974L22.9753 24.1156C24.4237 22.3046 25.4812 20.2557 26.1183 18.026C26.255 17.5477 26.0122 17.0426 25.5541 16.8505ZM17.2611 15.8899C16.6838 16.2569 16.0799 16.583 15.4422 16.8505C15.2598 16.9275 15.1243 17.0624 15.0208 17.2169L15.4485 15.475C15.4935 15.4857 17.1087 15.8446 17.2611 15.8899ZM13.3933 2.83325C14.5495 3.17619 15.373 4.17308 15.4919 5.37336L15.5495 5.95413H12.7903V2.65459L13.3933 2.83325ZM11.8291 1.80509V5.95413H10.0449L10.054 1.80509H11.8291ZM6.3731 5.36398C6.49576 4.16997 7.319 3.17808 8.47046 2.83637L9.09093 2.65238L9.08376 5.95407H6.31241L6.3731 5.36398ZM6.62217 7.26642V6.91537H15.2738L15.2745 7.23014C15.0855 9.74335 13.6743 12.2785 10.9477 12.2785C8.22113 12.2785 6.8099 9.7433 6.62217 7.26642ZM10.9477 13.2396C11.3087 13.2396 11.6473 13.1987 11.9705 13.1326C12.1458 13.5976 12.4189 14.0081 12.7672 14.3439L10.9605 15.8111L9.12473 14.3282C9.46518 13.9944 9.73144 13.5882 9.9023 13.1289C10.2321 13.1977 10.5781 13.2396 10.9477 13.2396ZM6.42784 15.4753L7.59686 20.0684H4.5514V15.9093C4.72289 15.8564 5.99822 15.5745 6.42784 15.4753ZM2.21811 17.9895C2.33355 17.1822 2.97031 16.6462 3.59015 16.3092V20.0684H1.89395C1.9778 19.5646 2.1042 18.7861 2.21811 17.9895ZM8.58874 20.0684L7.36156 15.2469C7.51923 15.2056 8.14535 14.9941 8.3131 14.909L10.6595 16.8036C10.7474 16.8743 10.8545 16.91 10.9615 16.91C11.0688 16.91 11.1761 16.8743 11.2644 16.8023L13.5826 14.9199C13.7425 14.9994 14.3552 15.2044 14.5148 15.246L13.3311 20.0684H8.58874ZM14.3208 20.0684C14.3208 20.0684 14.8627 17.971 14.8786 18.0264C15.0786 18.7263 15.3248 19.406 15.6064 20.0684H14.3208ZM22.2246 23.5146L21.1191 24.8964C20.8159 25.2756 20.181 25.2756 19.8775 24.8964L18.773 23.5158C17.4044 21.8056 16.405 19.8693 15.8149 17.7366C17.9033 16.8881 19.5265 15.3955 19.922 15.0081C20.0772 14.856 20.2818 14.7722 20.499 14.7722C20.7155 14.7722 20.9201 14.856 21.075 15.0081C22.2653 16.1733 23.6467 17.0914 25.1937 17.7623C24.5919 19.8687 23.5929 21.8037 22.2246 23.5146Z' fill='%231757A9'/%3E%3Cpath d='M18.9663 19.5295C18.7786 19.3418 18.4745 19.3418 18.2867 19.5295C18.099 19.7173 18.099 20.0214 18.2867 20.2092L19.5805 21.5027C19.6879 21.611 19.8312 21.6704 19.9835 21.6704C20.1359 21.6704 20.2789 21.611 20.3853 21.5039L23.0371 18.8518C23.2249 18.664 23.2249 18.3599 23.0371 18.1721C22.8497 17.9844 22.5453 17.9844 22.3575 18.1721L19.9835 20.5464L18.9663 19.5295Z' fill='%231757A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_315'%3E%3Crect width='27' height='27' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	height: 37px;
}
.toget label {
	/*   padding-left: 50px;
	position: relative;
	font-size: 14px;
	font-family: 'Open SansB';
	display: flex;
	align-items: center; */
	/* padding: 35px 10px 35px 70px; */
	/* border: 2px solid #dadada; */
	/* width: 100%; */
	/* cursor: pointer; */
}

.radio:checked ~ label {
	border: 2px solid var(--green-color);
}

.wooccm-clearfix {
	display: none !important;
}
.wooccm-additional-fields div:checked ~ label div {
}
.wooccm-additional-fields div input:checked label {
	border: 2px solid var(--green-color);
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: column;
}
.btns__chk {
	order: 1;
	display: flex !important;
	justify-content: space-between;
}

.woocommerce-checkout .coupon {
	margin-top: 15px;
}
.btns__chk {
	margin: 35px 0;
}
.btn.btn-green.prv {
}
.btn-grey {
	background: #DFE6EF;
	color: #000;
}
.btns__chk a {
	padding: 10px 50px;
}
.btn-grey:hover {
	background: #D8DBDF;
	color: #000;
}
.order__notes {
	border-radius: 0 0 10px 10px;
}

#payment {
	/*! display: none; */
}
.step-2 p {
	margin: 10px 0;
}
.step-2 p:last-child {
	margin-bottom: 0;
}

.info__sb {
	background: #ECFBEC;
	padding: 1em 2em;
	height: 90%;
	min-height: 250px;
}
.info__sb.shipping-res-wrapper .price span {
	font-family: 'Open SansB' !important;
	font-size: 20px;
}
.shp__title {
	align-items: center;
	height: 50px;
	font-weight: 700;
}

.shp__title .icon {
	margin-right: 10px;
	width: 40px;
}.shipping-res-wrapper p.text {
	font-size: 14px;
}

.shipping-res-wrapper p.price {
	font-size: 15px;
}
i.fa.fa-rub {
	font-weight: 600;
}
.ra__name {
	display: flex;
	font-size: 14px;
}
.ra__name img {
	margin-right: 15px;
}

.ra__price p:first-child {
	margin-bottom: 0;
	font-size: 14px;
}
.ra__amount {
	font-size: 20px;
	font-family: 'Open SansB';
}
.rub__cur {
	font-size: 20px;
	font-family: 'RobotoB';
	font-weight: 900 !important;
}
#ship-to-different-address {
	display: none !important;
}
.ra__addr {
	font-size: 14px;
}
.shop_table.woocommerce-checkout-review-order-table thead, .shop_table.woocommerce-checkout-review-order-table tbody {
	display: none;
}
#shipping_method, .select-get-method {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom:  15px;
}
.shipping td {
	padding: 0px!important;
	margin: 0xp;
}
#shipping_method li, .select-get-method li {
	display: flex;
	align-items: center;
	padding: 10px;
	width: 31%;
	border: 2px solid #dadada;
	cursor: pointer;
	height: 120px;
	margin: 0 10px 10px 0;
	position: relative;
	justify-content: center;
	flex-direction: row;
	font-family: 'Open SansB';
	max-width: 200px;
}
.select-get-method li .icon {
	width: 44px;
	margin-right: 10px;
}
.select-get-method li .icon img {
	width: 50px;
	margin-right: 5px;
	display: 5px;
}
.select-get-method li .title {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	padding-right: 15px;
}
.select-get-method li:focus,
.select-get-method li:hover,
.select-get-method li:active,
.select-get-method li.active {
	border-color: #09a780;
}
.select-get-method li input {
	display: none;
}

#shipping_method li:nth-child(3n) {
	margin-right: 0px;
}
ul.products li.product img:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 10px;
}
h2.woocommerce-loop-product__title:before {
	content: '';
	position: absolute;
	width: 140%;
	height: 1px;
	background: #dadada;
	left: -32px;
	top: -15px;
	right: 0;
}
.up-sells.upsells.products {
	display: none;
}
.form-label {
	font-size: 14px;
	display: block;
	margin: 8px 0px;
	font-weight: normal;
}
.overlay-checkout {
	position: fixed;
	background: #ffffffb8;
	height: 100vh;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 999999;
	display: flex;
}
.loader-spinner {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display:  block;
	position: relative;
	animation: rotate 1s linear infinite;
	margin: auto;
	/* width: 100px; */
}
.loader-spinner::before , .loader-spinner::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 5px solid #09a780b8;
	animation: prixClipFix 2s linear infinite;
}
.loader-spinner::after{
	inset: 8px;
	transform: rotate3d(90, 90, 0, 180deg );
	border-color: #1757a9bd;
}
@keyframes rotate {
	0%   {transform: rotate(0deg)}
	100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
	0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
	50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
	75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}

.selected-shipping, .coupon-discount {
	font-weight: 700;
	color: #2E5587;
	display: block;
	padding: 15px 15px 0 15px;
	border-top: solid 1px rgba(224, 224, 224, 1);
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.coupon-discount {
	border-bottom: none;
	padding: 15px 15px 0;
	margin-top: 15px;
	color: var(--green-color);
}


.total {
	font-weight: 700;
	border-top: solid 2px rgba(224, 224, 224, 1);
	margin-top: 20px;
	padding: 15px  25px 5px 25px;
	margin-left: -15px;
	margin-right: -15px;
}
.modal-overlay {
	position: fixed;
	background: #fffffff0;
	height: 100vh;
	left: 0px;
	width: 100%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 999999;
	display: block;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.modal-overlay  .modal {
	margin:  auto;
	width: 70%;
	max-width: 1200px;
	display:flex;
	margin: 0px auto;
	position: fixed;
	top: 10%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 70vh;
	background: #2e5587;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.modal-overlay  .modal .modal-body {
	text-align: center;
	color: white
		/* display: flex; */
}
.modal .close {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	border-radius: 100%;
	cursor: pointer;
}
.modal .close:hover {
	opacity: 1;
}
.modal .close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.modal  .close:before {
	transform: rotate(45deg);
}
.modal .close:after {
	transform: rotate(-45deg);
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr:nth-child(2n+1):not(.woocommerce-account table thead tr) {
	background: #c0d9f1 !important;
}

.shop_table thead tr th {
	text-transform: uppercase;
	font-size: 12px !important;
	font-family: 'Open SansSB';
}
.checkout__sb .total {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.is-invalid {
	border: solid red 1px!important;
	background: #ff00000f!important
}

.single-product .widget-area {
	display: none;
}.btns__chkout {
	justify-content: space-between;
	padding: 15px 0;
	align-items: center;
}.st2 {
	padding: 30px 0;
}
.nxt__btn .btn {
	width: 130px;
	text-align: center;
}
.user-profile {
  display: none !important;
}
#my-account-menu {
  margin: 0 !important;
  white-space: nowrap;
}.woocommerce-checkout .modal-body a {
  color: var(--green-color);
  text-decoration: none;
}
@media (max-width: 768px) {
	.mc__table .nxt__btn {flex-direction: column;}

.coupon.cloned-coupon {
    text-align: left;
}

.current-st1 {
    margin-top: 0 !important;
}
	.__lk-page .u-columns {grid-template-columns: repeat(1, 1fr);}
	#shipping_method li, .select-get-method li {
		display: flex;
		align-items: center;
		padding: 10px;
		width: 48%;
		border: 2px solid #dadada;
		cursor: pointer;
		height: 120px;
		margin: 3px;
		position: relative;
		justify-content: center;
		flex-direction: row;
		font-family: 'Open SansB';
		max-width: unset;
	}
.m__title .one__click {
  display: none !important;
}
.one__click {
  margin: 25px 0 35px;
  text-align: center;
}
ul.products.columns-3 li {
    flex: 1 0 47%;
    margin: 10px;
}}

@media (max-width: 768px) {
	h1.product_title.entry-title {
		font-size: 26px;
		line-height: 33px;
	}
	.m__title .price, .m__title form, .m__title .price, .m__title .product_meta, h1.product_title.entry-title:not(.m__title h1), .m__title .prod__price, .m__title .woocommerce-product-details__short-description {
		display: none;
	}
	.single_add_to_cart_button {
		padding: 15px;
	}
	.product_meta {
		display: none;
	}
	.images.wpgs-wrapper {
		padding-bottom: 20px;
	}
	.stock {
		padding-right: 2em;
	}
	.woocommerce-product-details__short-description {
		display: none;
	}
	.plus.qib-button:not(.mc__table .qib-button) {
		border-radius: 0;
	}
	.single_add_to_cart_button {
		border-radius: 0 25px 25px 0;
	}
	.single-product form.cart {
		justify-content: center;
	}

	.prod__price .price {
		margin: 0;
	}
	.btn-close {
		top: 5px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
	.wpgs-thumb .thumbnail_image img {
		height: 25px;
		width: auto;
		margin: 0 auto;
	}
	.wpgs-thumb .thumbnail_image {
		margin: 5px 3px 0 !important;
	}
	.wpgs-image {
		height: 235px;
		overflow: hidden;
		padding: 15px;
	}
	.wpgs-image img {
		max-height: 210px !important;
		width: auto !important;
		margin: 0 auto;
	}
	.slick-track {
		margin: 0 !important;
	}.orderby {
		width: 100%;
	}
	.mc__table .quantity.wac-quantity {
		position: relative;
	}
	.mc__table .wac-qty-button.wac-btn-sub {
		height: 30px !important;
		padding: 5px !important;
	}
	.mc__table .qib-button-wrapper button.qib-button, .mc__table .qib-button-wrapper div.quantity.wqpmb_quantity {
		height: 30px !important;
	}
	.mc__table .qib-button-wrapper .quantity input.input-text.qty.text {
		height: 30px !important;
		font-size:    14px !important;
	}
	.mc__table .qib-button-wrapper button.qib-button {
		padding: 0;
	}
	.mc__table .pr__quantity {
		margin-top: 15px;
	}

	.mc__table .product-price bdi {
		font-size: 16px !important;
		font-family: 'Open SansB';
		color: #000;
		text-align: right;
		white-space: nowrap;
	}
	.col-4.product-price {
		text-align: right;
	}.m__title .pr__f-btn {
		display: none !important;
	}
	.pr__f-btn.d-flex {
		align-items: center;
		justify-content: space-between;
	}
	.woocommerce-cart .mc__table .row:first-child {
		border-top: 1px solid #dadada;
	}
	.mc__table .product-remove {
		text-align: right;
	}.woocommerce-checkout .row:first-child {
		padding-top: 15px;
	}

	.woocommerce-checkout .col-md-9 {
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce-checkout .row {
	}

	.woocommerce-checkout .mc__table .row {
		padding-left: 15px;
		padding-right: 15px;
	}.mc__table .row:last-child {
		border-bottom: 0;
	}.mc__table .qib-button-wrapper button.qib-button {
		width: 25px;
	}

	.mc__table .wac-qty-button.wac-btn-sub {
		width: 20px;
	}

	.mc__table .wac-qty-button.wac-btn-inc {
		width: 25px;
		height: 30px;
	}
	#shipping_method, .select-get-method {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-template-rows: repeat(1,1fr);
		gap: 10px;
	}
	#shipping_method, .select-get-method li {
		width: 100%;
	}
	#shipping_method, .select-get-method li {
		flex: 1 0 10%;
	}
	.select-get-method li .icon {
		width: 25px;
		margin: 0;
	}
	.select-get-method li .title {
		font-size: 13px !important;
		text-align: center;
		padding: 0;
	}
	#shipping_method li, .select-get-method li {
		flex-direction: column;
	}
	#shipping_method li, .select-get-method li {
		margin: 0;
	}
	.info__sb.shipping-res-wrapper {
		display: none;
	}
	.prv, .nxt {
		max-width: 130px;
		justify-content: center;
		display: flex;
	}
	.checkout.aqua-checkout section {padding-left: 0;padding-right: 0;}

	.checkout.aqua-checkout section h3:last-child {
		border-radius: 10px !important;
	}

	.step-7 h3 {
		border-radius: 0 0 10px 10px;
	}

	.checkout__sb {
		position: unset;
		float: none;
		margin: 50px 0;
	}.checkout.aqua-checkout section .row {
		padding: 30px 15px;
	}
	.woocommerce-checkout .apply__coup {
		top: 63px;
		right: 25px;
	}
	.st3 .col-md-8 {
		padding-left: 0;
		padding-right: 0;
	}
	li.js-install {
		width: 100% !important;
	}

	.info__sb {
		display: none;
	}.st5 .col-md-8 {
		padding-left: 0;
		padding-right: 0;
	}.st6 .col-md-8 {padding-left: 0;padding-right: 0;}

	.wc_payment_methods.payment_methods.methods {flex-wrap: wrap;}

	.wc_payment_methods.payment_methods.methods li {width: 100% !important;}

	.wc_payment_method label div {
		width: 100%;
	}

	.st6 .row {
		padding: 15px !important;
	}.woocommerce .modal-overlay .modal {
		width: 100%;
	}
.m__title .prod__dinfo {
    display: none !important;
}}
@media (max-width: 768px) {

	.col-2.product-thumbnail div {
		width: 40px;
		height: 40px;
	}
	.col-2.product-thumbnail img {
		height: 28px;
	}
.prod__price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  /* flex-direction: column; */
	display: flex;
	align-items: center;
		justify-content: space-between;
		margin: 15px 0;
}
.prod__price-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
.d-block.wish__btn {
  position: absolute;
  top: 90px;
}
.prod__price-curr .stock {
  padding: 0;
}
.prod__price .price {
  margin-right: 2em;
}}
@media (max-width: 550px) {
	.prod__price {
    justify-content: center;
}
}
.prod__price .btn-lite {
  background: #FF670E;
  text-decoration: none;
  color: #000;
  font-family: 'Open SansSB';
  color: #fff;
  border-radius: 35px;
  padding: 15px 25px;
}
@media (min-width: 1024px) {

.single-product .add_to_wishlist.single_add_to_wishlist.button.alt {
  position: relative !important;
  top: 40px !important;
  left: 160px !important;
}
.single-product .add_to_wishlist.single_add_to_wishlist.button.alt i {
  padding: 18px;
}
	.prod__price {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 15px 0;
	}
	.btn-lite {
		color: var(--sec-blue-color);
		text-decoration: underline;
		cursor: pointer;
	}
	.btn-lite:hover {
		color: #000;
	}.__lk-page .woocommerce:not(.woocommerce-notices-wrapper) {
    flex-direction: row !important;
}
	.summary .single_add_to_wishlist.button span, div.product .woocommerce-price-and-add .single_add_to_wishlist.button span {
		display: none;
	}
.step__content {
		padding: 30px 0;
	}.woocommerce-account .woocommerce:not(.woocommerce-cart .woocommerce) {/*! flex-direction:column; */flex-direction: column;}
	.woocommerce-notices-wrapper:not(.woocommerce-cart .woocommerce) {
    right: 20px;
    width: 500px;
    position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    position: relative;
    left: 0;
    transform: unset;
    width: 100%;
    z-index: unset;
}
ul.woocommerce-error li {
    border: 0 !important;
}#customer_login > div.u-column1 > form > p:nth-child(3) {
    display: flex;
    flex-direction: column;
}

.woocommerce-form-login__submit {
    width: 150px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    margin: 0 0 15px;
}
.qib-button-wrapper button.qib-button {
  width: 30px !important;
  padding: 0 !important;
}}
.single-product .woocommerce-notices-wrapper {
  display: none !important;
}.xoo-cp-atcn {
  margin: 0 auto !important;
}.__lk-page .woocommerce-Button:hover {
    color: #fff;
}.woocommerce-account table.shop_table_responsive tr td {
    vertical-align: unset;
    line-height: 40px;
}table.woocommerce-orders-table th {
    height: 50px;
}
#prodform .__modal-title p, #oneclick .__modal-title p {
  margin:  0;
}
#prodform .__modal-title, #oneclick .__modal-title {
  margin: 25px 0;
  text-align: center;
}
.btn.btn__oneclick {
  border: 2px dashed #ff670e;
  color: #ff670e;
}
.one__click {
  margin: 25px 0 0;
  justify-content: space-between;
}
.btn.btn__oneclick:hover {
  background: #ff670e;
  color: #fff;
}
.product_meta {
  margin: 15px 0;
}.quan button.alt:last-child {
  display: none;
}
table.shop_table_responsive thead th {
  color: rgb(157, 157, 157) !important;
}
.woocommerce-cart #ttt-pnwc-notice {
  display: none !important;
}.st2 .form-label:after {
    content: '*';
    position: absolute;
    color: red;
    margin-left: 3px;
}.st2 .not-valid {
    border: 1px solid red;
}

.coupon-discount span:before {
  content: '-';
}

.d-flex .current-st1 {
	margin-top: 60px;
}