
.wpml-ls-legacy-list-horizontal {
	border: 1px solid transparent;
	padding: 7px;
	clear: both;
}

.wpml-ls-legacy-list-horizontal>ul {
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 6px;
	line-height: 1;
}

.wpml-ls-legacy-list-horizontal a span {
	vertical-align: middle;
}

.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket {
	vertical-align: unset;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: .4em;
}

.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .4em;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 30px;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
	text-align: center;
}

/**
 * Debug
 */
#wcp-debug {
	padding: 0 0 0;
	font-size: 1em;
	margin-bottom: 20px;
}

#wcp-debug #wcp-debug-header {
	background: #3d9cd2;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
}

#wcp-debug #wcp-debug-header .wcp-debug-toggle {
	background-image: url("https://cdn-ikpjfoh.nitrocdn.com/qshfrNvamUrlLqpQdyronvRFZsFqJxFk/assets/images/optimized/rev-d13b56a/dakryolive.com/wp-content/plugins/conditional-payments-for-woocommerce/frontend/img/arrow.svg");
	background-repeat: no-repeat;
	background-position: right center;
	width: 42px;
	height: 100%;
	right: 0;
	top: 0;
	background-size: 42px;
	position: absolute;
	transition: .3s all;
}

#wcp-debug #wcp-debug-header .wcp-debug-toggle.nitro-lazy {
	background-image: none !important;
}

#wcp-debug.closed .wcp-debug-toggle {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#wcp-debug #wcp-debug-contents {
	padding: 20px 20px 0;
	display: none;
	border: 1px solid #dee2e6;
	border-width: 0 1px 1px;
}

#wcp-debug #wcp-debug-contents .wcp-debug-tip {
	color: #1864ab;
	background: url("https://cdn-ikpjfoh.nitrocdn.com/qshfrNvamUrlLqpQdyronvRFZsFqJxFk/assets/images/source/rev-d13b56a/dakryolive.com/wp-content/plugins/conditional-payments-for-woocommerce/frontend/img/tip2.svg") no-repeat left 5px;
	background-size: 16px 16px;
	padding-left: 24px;
}

#wcp-debug #wcp-debug-contents .wcp-debug-tip.nitro-lazy {
	background: none !important;
}

#wcp-debug #wcp-debug-contents h3 {
	margin: 10px 0 20px;
	font-weight: bold;
	font-size: 1.2em;
}

#wcp-debug #wcp-debug-contents h3.ruleset-title {
	font-size: 1em;
}

#wcp-debug #wcp-debug-contents h3.ruleset-title a {
	font-weight: bold;
}

#wcp-debug .wcp-debug-result-label {
	padding: 5px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#wcp-debug .wcp-debug-result-label.wcp-debug-result-label-pass {
	background: #2b8a3e;
}

#wcp-debug .wcp-debug-result-label.wcp-debug-result-label-fail {
	background: #c92a2a;
}

#wcp-debug table.wcp-debug-table {
	border: 1px solid #dee2e6;
	margin: 0 0 20px;
}

#wcp-debug table.wcp-debug-table.wcp-debug-table-fixed {
	table-layout: fixed;
}

#wcp-debug table.wcp-debug-table td, #wcp-debug table.wcp-debug-table th {
	padding: 5px 10px;
}

#wcp-debug table.wcp-debug-table td.align-right, #wcp-debug table.wcp-debug-table th.align-right {
	text-align: right;
}

.fs-free-shipping-notice-and-button-wrapper {
	align-content: start;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fs-free-shipping-notice-continue-shopping-button-wrapper, .fs-free-shipping-notice-text-and-progress-bar-wrapper {
	flex: 0 1 auto;
	margin: 0 .5em;
}

.fs-free-shipping-notice-progress-bar-wrapper {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.fs-free-shipping-notice-progress-bar {
	border: 1px solid #fff;
	border-radius: 10px;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 100%;
}

.fs-free-shipping-notice-progress-bar>span {
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.button.flexible-shipping-free-shipping-button {
	margin-left: 0;
}

.wooco-wrap .wooco-text, .wooco-wrap .wooco-table {
	margin: 0 0 15px 0;
}

.wooco-wrap .wooco-text {
	white-space: pre-line;
}

.wooco-products .wooco-product {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dotted #e5e5e5;
}

.wooco-products .wooco-product > div {
	padding-right: 10px;
}

.wooco-products .wooco-product > div:last-child {
	padding-right: 0;
	text-align: right;
}

.wooco-products .wooco-product .wooco-thumb {
	width: 50px;
}

.wooco-products .wooco-product .wooco-thumb img {
	width: 40px;
	height: 40px;
	max-width: 40px;
	display: block;
}

.wooco-products .wooco-product .wooco-qty {
	width: 80px;
	flex: 0 0 80px;
}

.wooco-products .wooco-product .wooco-qty input {
	width: 100%;
}

.wooco-products .wooco-product .wooco-price {
	width: 100px;
	flex: 0 0 100px;
}

.wooco-products .wooco-product .wooco-price del {
	opacity: .5;
	text-decoration: line-through;
}

.wooco-products .wooco-product .wooco-price del span {
	text-decoration: line-through;
}

.wooco-products .wooco-product .wooco-price ins {
	font-weight: normal;
}

.wooco-products .wooco-product .wooco-price .amount {
	display: inline-block;
}

.wooco-products .wooco-product .wooco-title {
	flex-grow: 1;
}

.wooco-products .wooco-product .wooco-title .wooco-title-inner {
	display: block;
	overflow: hidden;
}

.wooco-products .wooco-product .wooco-title .wooco-title-inner a {
	text-decoration: none;
	box-shadow: none;
}

.wooco-products .wooco-product form.variations_form {
	margin: 0;
	padding: 0;
}

.wooco-products .wooco-product form.variations_form .stock.in-stock {
	color: green;
}

.wooco-products .wooco-product form.variations_form .stock {
	font-size: 14px;
}

.wooco-products .wooco-product form.variations_form .stock.available-on-backorder {
	color: orange;
}

.wooco-products .wooco-product form.variations_form .stock.out-of-stock {
	color: red;
}

.wooco-products .wooco-product .wooco-description, .wooco-products .wooco-product .wooco-variation-description {
	font-size: 14px;
}

.wooco-products {
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #e5e5e5;
}

.wooco-products .wooco-product > td {
	padding: 10px 10px 10px 0;
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #e5e5e5;
}

.wooco-products .wooco-product > td:last-child {
	padding-right: 0;
}

.wooco-products .wooco-product form.variations_form .variations {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.wooco-products .wooco-product form.variations_form .variations .variation {}

.wooco-products .wooco-product form.variations_form .variations .variation > div {
	display: block;
}

.wooco-products .wooco-product form.variations_form .variations .variation {
	display: inline-block;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	padding: 5px 10px;
	margin: 5px 5px 0 0;
	max-width: 100%;
	border-radius: 2px;
}

.wooco-products .wooco-product form.variations_form .variations .reset {
	display: inline-block;
}

.wooco-products .wooco-product form.variations_form .variations .variation:last-child {
	margin-bottom: 0;
}

.wooco-products .wooco-product form.variations_form .variations .variation .label {
	font-size: 12px;
	line-height: 1;
}

.wooco-products .wooco-product form.variations_form .variations .variation .select {
	line-height: 1;
}

.wooco-products .wooco-product form.variations_form .variations .variation .select select {
	width: 100%;
	line-height: 1;
	padding: 0 16px 0 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: auto;
}

.wooco-products .wooco-product form.variations_form .variations .variation .select select.nitro-lazy {
	background-image: none !important;
}

.wooco-products .wooco-product form.variations_form .variations a.reset_variations {
	margin: 0;
	font-size: 12px;
}

.wooco-item-child .product-price .amount, .wooco-item-child .product-price .tax_label, .wooco-item-child .product-subtotal .amount, .wooco-item-child .product-subtotal .tax_label, .wooco-item-child .product-total .amount, .wooco-item-child .product-total .tax_label {
	opacity: .3;
}

body.woocommerce-no-js .wooco-wrap + form.cart {
	display: none;
}

.wooco-disabled {
	opacity: .5 !important;
	cursor: not-allowed !important;
}

.wooco-cart-child.wooco-item-child .minus, .wooco-cart-child.wooco-item-child .plus {
	display: none;
}

.wooco-cart-item.wooco-cart-child.wooco-item-child div.elementor-menu-cart__product-remove.product-remove {
	display: none;
}

.awdr_free_product_text {
	display: inline-block;
	padding: 0px 10px;
	background-color: #3d9cd2;
	color: #fff;
	border-radius: 3px;
}

.variation-wdr_free_product {
	display: none !important;
}

.awdr_change_product {
	cursor: pointer;
}

.awdr_free_product_variants {
	padding: 5px;
}

.awdr-product-name {
	padding-left: 10px;
}

.awdr_change_product {
	display: flex;
}

.awdr-select-free-variant-product-toggle {
	color: gray;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1.02em;
	transition: .4s;
}

.awdr-select-free-variant-product-toggle-active, .awdr-select-free-variant-product-toggle:hover {
	color: #444;
}

.awdr-select-variant-product {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.awdr-select-free-variant-product-toggle:after {
	content: "➕";
	/* Unicode character for "plus" sign (+) */
	font-size: 12px;
	color: #777;
	margin-left: 10px;
}

.awdr-select-free-variant-product-toggle-active:after {
	content: "➖";
}
