/*
    Temporary styles for development convenience.
    Should be empty in production.
*/

/* Checkout error */
.checkout-cart-default-error {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #21222d;
    margin: 30px 0;
}

.checkout-back-to-cart-link .button {
    display: block !important;
    max-width: max-content;
    padding: 10.5px 20px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 150% !important;
    text-align: center;
    border-radius: 8px !important;
    background: #fff2e7 !important;
    color: #ff7e0f !important;
}

.checkout-back-to-cart-link .button:hover {
    color: #fff !important;
    background: #eb6d00 !important;
}

/* Woocommerce error */
.woocommerce-error .cart-errors-wrap .cart-error-auto-fix-btn-wrap .cart-error-auto-fix-btn {
    cursor: pointer;
    display: block;
    max-width: max-content;
    padding: 10.5px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    border-radius: 8px;
    background: #ff7e0f;
    color: #fff;
    margin-top: 20px;
}

.woocommerce-error .cart-errors-wrap .cart-error-auto-fix-btn-wrap .cart-error-auto-fix-btn:hover {
    background: #eb6d00;
}

.woocommerce-error .cart-errors-wrap .cart-errors-show-more {
    font-size: 14px;
    color: #0093d6;
    cursor: pointer;
    line-height: 1;
}

.woocommerce-error .cart-errors-wrap .cart-errors {
    margin: 10px 0;
}

.woocommerce-error .cart-errors-wrap .cart-errors.cart-errors-hidden .cart-error:nth-child(n + 4) {
    display: none;
}

.woocommerce-error .cart-errors-wrap .cart-errors .cart-error {
    font-size: 14px;
    line-height: 130%;
}

.woocommerce-error .cart-errors-wrap .cart-errors .cart-error::before {
    position: relative;
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
}

.woocommerce-error .cart-errors-wrap .cart-errors .cart-error a {
    color: #ff7e0f !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 130% !important;
}

.woocommerce-error .cart-errors-wrap .cart-errors .cart-error a:hover {
    text-decoration-color: #ff7e0f;
}

/* Cart analogues button */
.cart-analogues-wrap .cart-analogues-show-btn {
    cursor: pointer;
    display: block;
    max-width: max-content;
    padding: 10.5px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    border-radius: 8px;
    background: #fff2e7;
    color: #ff7e0f;
    margin: 10px 0;
    transition: .3s all ease;
}

.cart-analogues-wrap .cart-analogues-show-btn:hover {
    color: #fff;
    background: #eb6d00;
}

/* Cart analogues pop-up */
.pop-up-container-cart_analogues .pop-up-cart_analogues {
    width: 1081px;
}

.pop-up-container-cart_analogues.analogues-products-count-1 .pop-up-cart_analogues,
.pop-up-container-cart_analogues.analogues-products-count-2 .pop-up-cart_analogues,
.pop-up-container-cart_analogues.analogues-products-count-3 .pop-up-cart_analogues {
    width: auto;
}

.pop-up-container-cart_analogues .pop-up-cart_analogues .pop-up-content-cart_analogues .products .slick-list .slick-track::before,
.pop-up-container-cart_analogues .pop-up-cart_analogues .pop-up-content-cart_analogues .products .slick-list .slick-track::after {
    display: none;
}

.pop-up-container-cart_analogues.analogues-products-count-1 .pop-up-cart_analogues .pop-up-content-cart_analogues .products .slick-list .slick-track {
    width: 327px !important;
}

.pop-up-container-cart_analogues.analogues-products-count-1 .pop-up-cart_analogues .pop-up-content-cart_analogues .products .slick-list .slick-track li.product {
    width: 100% !important;
}


@media screen and (min-width: 767px) {
    .pop-up-container-cart_analogues.analogues-products-count-3 .pop-up-cart_analogues .pop-up-content-cart_analogues .products .slick-list .slick-track {
        width: 981px !important;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .pop-up-container-cart_analogues.analogues-products-count-3 .pop-up-cart_analogues .pop-up-content-cart_analogues .products .slick-list .slick-track li.product {
        width: 100% !important;
        flex: 1;
    }
}

@media screen and (min-width: 481px) {
    .pop-up-container-cart_analogues.analogues-products-count-2 .pop-up-cart_analogues .pop-up-content-cart_analogues .products .slick-list .slick-track {
        width: 674px !important;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .pop-up-container-cart_analogues.analogues-products-count-2 .pop-up-cart_analogues .pop-up-content-cart_analogues .products .slick-list .slick-track li.product {
        width: 100% !important;
        flex: 1;
    }
}


@media screen and (max-width: 600px) {
    .pop-up-container-cart_analogues.analogues-products-count-1 .pop-up-cart_analogues,
    .pop-up-container-cart_analogues.analogues-products-count-2 .pop-up-cart_analogues {
        width: 100%;
    }
}

/* IN CART PRODUCTS PART */
li.product .add-to-cart-container .cart-qty-input-container input {
	min-width: 40px;
}
li.product.has-in-cart::before {
	position: absolute;
	content: '';
	top: 0;
	left: 2%;
	width: 96%;
	height: 100%;
	border-radius: 5px;
  background-color: #ffeaea54;
	z-index: -1;
}
li.product.has-in-cart .product-article {
    background-color: transparent;
}
.product.has-in-cart .added_to_cart{
    z-index: 2;
}
.product.has-in-cart .add_to_cart_button {
		gap: 0 !important;
}
.product.has-in-cart .add_to_cart_button::after {
		margin-left: 10px !important;
}
@media screen and (max-width: 1023px) {
	li.product .add-to-cart-container .cart-qty-input-container input {
		min-width: 20px;
	}
	li.product.has-in-cart::before {
		left: 1%;
		width: 98%;
	}
	.product.has-in-cart .add_to_cart_button::after {
		margin-left: 5px !important;
	}
}
.added-in-cart-quantity-wrap {
	position: relative;
  order: 2;
  width: 0px;
  height: 29px;
}
.added-in-cart-quantity {
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 1;
    padding: 0.5px;
    border-radius: 8px;
    min-width: 13px;
    width: max-content;
    min-height: 13px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 9px;
    line-height: 150%;
    text-align: center;
    color: var(--white);
		transition: .3s all ease;
}
.add-to-cart-item-container-retail .added-in-cart-quantity,
.add-to-cart-item-container-retail_wholesale .added-in-cart-quantity {
    background: var(--secondary-3);
}
.add-to-cart-item-container-wholesale .added-in-cart-quantity,
.add-to-cart-item-container-wholesale_fake .added-in-cart-quantity {
    background: var(--secondary-1);
}
.add-to-cart-item-container.add-to-cart-not-enough-quantity .added-in-cart-quantity {
    display: none;
}
.add-to-cart-item-container-wholesale:has(.add_to_cart_button:hover) .added-in-cart-quantity,
.add-to-cart-item-container-wholesale_fake:has(.add_to_cart_button:hover) .added-in-cart-quantity {
	background: rgb(255, 242, 231);
	color: var(--secondary-1);
}
.add-to-cart-item-container-retail:has(.add_to_cart_button:hover) .added-in-cart-quantity,
.add-to-cart-item-container-retail_wholesale:has(.add_to_cart_button:hover) .added-in-cart-quantity {
	background: #eaf8ff;
	color: var(--primary);
}
/* END IN CART PRODUCTS PART */

.cart-item-product-image-pop-up-btn {
    position: relative;
    cursor: pointer;
}
.cart-item-product-image-pop-up-btn:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.12979 20.1258H10.5752L11.0875 19.6318C9.29445 17.546 8.21498 14.8382 8.21498 11.8925C8.21498 5.32419 13.5392 0 20.1075 0C26.6758 0 32 5.32419 32 11.8925C32 18.4608 26.6758 23.785 20.1075 23.785C17.1618 23.785 14.454 22.7055 12.3682 20.9125L11.8742 21.4248V22.8702L2.72613 32L7.63281e-07 29.2739L9.12979 20.1258V20.1258ZM20.1075 20.1258C24.6632 20.1258 28.3408 16.4483 28.3408 11.8925C28.3408 7.33676 24.6632 3.65923 20.1075 3.65923C15.5517 3.65923 11.8742 7.33676 11.8742 11.8925C11.8742 16.4483 15.5517 20.1258 20.1075 20.1258Z' fill='black'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.header-my-account-logout-link {
    cursor: pointer;
}

/* Header account name & logout button */
@media screen and (min-width: 1024px) {
	.header-my-account-wishlist-cart-block {
		min-height: 55px;
	}
}

.header-my-account-link .my-account-link {
	position: relative;
}
.header-my-account-link,
.header-my-account-logout-link,
.header-wishlist-block {
	display: flex;
	align-items: center;
}
.header-my-account-link a,
.header-my-account-logout-link a,
.header-wishlist-block a {
	display: block;
	height: 24px;
}
.mobile_menu_container a.my-account-link-menu-item-link {
    height: unset;
}
.my-account-link-user-name {
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
	color: var(--text);
	text-align: center;
	width: 100px;
	max-height: 15px;
  overflow: hidden;
}

.header-my-account-link .my-account-link:hover .my-account-link-user-name {
		width: 300px;
		max-height: 28px;
    background-color: #FFFFFF;
    z-index: 1;
}

@media screen and (max-width: 1023px) {
	.my-account-link-user-name {
		display: none;
	}
}

.header-my-account-logout-link svg path{
	transition: .3s stroke ease;
}
.header-my-account-logout-link:hover svg path {
	stroke: #0093d6;
}

/* Scroll top button */
#wpwp-scroll-top {
	user-select: none;
	cursor: pointer;
	position: fixed;
  bottom: 30px;
  right: 30px;
	width: 58px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #21222d;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	z-index: 10px;
}
#wpwp-scroll-top:before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	transform: scale(-1);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23535460' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#wpwp-scroll-top.scroll-top-active {
	display: flex !important;
}

/* Button pop-up logout */
.pop-up-container-logout .pop-up-logout .pop-up-content-logout .logout-confirm-link {
		cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    border-radius: 15px;
    padding: 12px 30px;
    max-width: 200px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    transition: 0.3s background ease, 0.3s color ease;
		color: var(--white);
    background: var(--secondary-1);
		margin: 0 auto;
}
.pop-up-container-logout .pop-up-logout .pop-up-content-logout .logout-confirm-link:hover {
	background: #eb6d00;
	color: var(--white) !important;
	text-decoration: none;
}

.icon-password-visibility {
    position: relative;
}
.icon-password-visibility::before {
    position: absolute;
    right: 30px;
    bottom: 1px;
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: var(--secondary-1);
    transition: 0.3s all ease;
    cursor: pointer;
}
.icon-password-visibility:hover::before {
    background-color: var(--primary);
}
.icon-password-visibility-hidden::before {
    mask: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M22.6928 1.55018C22.3102 1.32626 21.8209 1.45915 21.6 1.84698L19.1533 6.14375C17.4864 5.36351 15.7609 4.96457 14.0142 4.96457C9.32104 4.96457 4.781 7.84644 1.11993 13.2641L1.10541 13.2854L1.09271 13.3038C0.970762 13.4784 0.967649 13.6837 1.0921 13.8563C3.79364 17.8691 6.97705 20.4972 10.3484 21.6018L8.39935 25.0222C8.1784 25.4101 8.30951 25.906 8.69214 26.1299L9.03857 26.3326C9.4212 26.5565 9.91046 26.4237 10.1314 26.0358L23.332 2.86058C23.553 2.47275 23.4219 1.97684 23.0392 1.75291L22.6928 1.55018ZM18.092 8.00705C16.7353 7.40974 15.3654 7.1186 14.0142 7.1186C10.6042 7.1186 7.07416 8.97311 3.93908 12.9239C3.63812 13.3032 3.63812 13.8561 3.93908 14.2354C6.28912 17.197 8.86102 18.9811 11.438 19.689L12.7855 17.3232C11.2462 16.8322 9.97333 15.4627 9.97333 13.5818C9.97333 11.2026 11.7969 9.27368 14.046 9.27368C15.0842 9.27368 16.0317 9.68468 16.7511 10.3612L18.092 8.00705ZM15.639 12.3137C15.2926 11.7767 14.7231 11.4277 14.046 11.4277C12.9205 11.4277 12 12.3906 12 13.5802C12 14.3664 12.8432 15.2851 13.9024 15.3624L15.639 12.3137Z' fill='%23000000' fill-rule='evenodd'/%3E%3Cpath d='M14.6873 22.1761C19.1311 21.9148 23.4056 19.0687 26.8864 13.931C26.9593 13.8234 27 13.7121 27 13.5797C27 13.4535 26.965 13.3481 26.8956 13.2455C25.5579 11.2677 24.1025 9.62885 22.5652 8.34557L21.506 10.2052C22.3887 10.9653 23.2531 11.87 24.0894 12.9239C24.3904 13.3032 24.3904 13.8561 24.0894 14.2354C21.5676 17.4135 18.7903 19.2357 16.0254 19.827L14.6873 22.1761Z' fill='%23000000'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M22.6928 1.55018C22.3102 1.32626 21.8209 1.45915 21.6 1.84698L19.1533 6.14375C17.4864 5.36351 15.7609 4.96457 14.0142 4.96457C9.32104 4.96457 4.781 7.84644 1.11993 13.2641L1.10541 13.2854L1.09271 13.3038C0.970762 13.4784 0.967649 13.6837 1.0921 13.8563C3.79364 17.8691 6.97705 20.4972 10.3484 21.6018L8.39935 25.0222C8.1784 25.4101 8.30951 25.906 8.69214 26.1299L9.03857 26.3326C9.4212 26.5565 9.91046 26.4237 10.1314 26.0358L23.332 2.86058C23.553 2.47275 23.4219 1.97684 23.0392 1.75291L22.6928 1.55018ZM18.092 8.00705C16.7353 7.40974 15.3654 7.1186 14.0142 7.1186C10.6042 7.1186 7.07416 8.97311 3.93908 12.9239C3.63812 13.3032 3.63812 13.8561 3.93908 14.2354C6.28912 17.197 8.86102 18.9811 11.438 19.689L12.7855 17.3232C11.2462 16.8322 9.97333 15.4627 9.97333 13.5818C9.97333 11.2026 11.7969 9.27368 14.046 9.27368C15.0842 9.27368 16.0317 9.68468 16.7511 10.3612L18.092 8.00705ZM15.639 12.3137C15.2926 11.7767 14.7231 11.4277 14.046 11.4277C12.9205 11.4277 12 12.3906 12 13.5802C12 14.3664 12.8432 15.2851 13.9024 15.3624L15.639 12.3137Z' fill='%23000000' fill-rule='evenodd'/%3E%3Cpath d='M14.6873 22.1761C19.1311 21.9148 23.4056 19.0687 26.8864 13.931C26.9593 13.8234 27 13.7121 27 13.5797C27 13.4535 26.965 13.3481 26.8956 13.2455C25.5579 11.2677 24.1025 9.62885 22.5652 8.34557L21.506 10.2052C22.3887 10.9653 23.2531 11.87 24.0894 12.9239C24.3904 13.3032 24.3904 13.8561 24.0894 14.2354C21.5676 17.4135 18.7903 19.2357 16.0254 19.827L14.6873 22.1761Z' fill='%23000000'/%3E%3C/svg%3E") no-repeat center / contain;
}
.icon-password-visibility-showed::before {
    mask: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M17.7469 15.4149C17.9855 14.8742 18.1188 14.2724 18.1188 14.0016C18.1188 11.6544 16.2952 9.7513 14.046 9.7513C11.7969 9.7513 9.97332 11.6544 9.97332 14.0016C9.97332 16.3487 12.0097 17.8886 14.046 17.8886C15.3486 17.8886 16.508 17.2515 17.2517 16.2595C17.4466 16.0001 17.6137 15.7168 17.7469 15.4149ZM14.046 15.7635C14.5551 15.7635 15.0205 15.5684 15.3784 15.2457C15.81 14.8566 16 14.2807 16 14.0016C16 12.828 15.1716 11.8764 14.046 11.8764C12.9205 11.8764 12 12.8264 12 14C12 14.8104 12.9205 15.7635 14.046 15.7635Z' fill='%23000000' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='M1.09212 14.2724C1.07621 14.2527 1.10803 14.2931 1.09212 14.2724C0.96764 14.1021 0.970773 13.8996 1.09268 13.7273C1.10161 13.7147 1.11071 13.7016 1.11993 13.6882C4.781 8.34319 9.32105 5.5 14.0142 5.5C18.7025 5.5 23.2385 8.33554 26.8956 13.6698C26.965 13.771 27 13.875 27 13.9995C27 14.1301 26.9593 14.2399 26.8863 14.3461C23.2302 19.6702 18.6982 22.5 14.0142 22.5C9.30912 22.5 4.75717 19.6433 1.09212 14.2724ZM3.93909 13.3525C3.6381 13.7267 3.6381 14.2722 3.93908 14.6465C7.07417 18.5443 10.6042 20.3749 14.0142 20.3749C17.4243 20.3749 20.9543 18.5443 24.0894 14.6465C24.3904 14.2722 24.3904 13.7267 24.0894 13.3525C20.9543 9.45475 17.4243 7.62513 14.0142 7.62513C10.6042 7.62513 7.07417 9.45475 3.93909 13.3525Z' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M17.7469 15.4149C17.9855 14.8742 18.1188 14.2724 18.1188 14.0016C18.1188 11.6544 16.2952 9.7513 14.046 9.7513C11.7969 9.7513 9.97332 11.6544 9.97332 14.0016C9.97332 16.3487 12.0097 17.8886 14.046 17.8886C15.3486 17.8886 16.508 17.2515 17.2517 16.2595C17.4466 16.0001 17.6137 15.7168 17.7469 15.4149ZM14.046 15.7635C14.5551 15.7635 15.0205 15.5684 15.3784 15.2457C15.81 14.8566 16 14.2807 16 14.0016C16 12.828 15.1716 11.8764 14.046 11.8764C12.9205 11.8764 12 12.8264 12 14C12 14.8104 12.9205 15.7635 14.046 15.7635Z' fill='%23000000' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='M1.09212 14.2724C1.07621 14.2527 1.10803 14.2931 1.09212 14.2724C0.96764 14.1021 0.970773 13.8996 1.09268 13.7273C1.10161 13.7147 1.11071 13.7016 1.11993 13.6882C4.781 8.34319 9.32105 5.5 14.0142 5.5C18.7025 5.5 23.2385 8.33554 26.8956 13.6698C26.965 13.771 27 13.875 27 13.9995C27 14.1301 26.9593 14.2399 26.8863 14.3461C23.2302 19.6702 18.6982 22.5 14.0142 22.5C9.30912 22.5 4.75717 19.6433 1.09212 14.2724ZM3.93909 13.3525C3.6381 13.7267 3.6381 14.2722 3.93908 14.6465C7.07417 18.5443 10.6042 20.3749 14.0142 20.3749C17.4243 20.3749 20.9543 18.5443 24.0894 14.6465C24.3904 14.2722 24.3904 13.7267 24.0894 13.3525C20.9543 9.45475 17.4243 7.62513 14.0142 7.62513C10.6042 7.62513 7.07417 9.45475 3.93909 13.3525Z' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center / contain;
}

.wpwp-input-block #password_strength,
.wpwp-input-block .woocommerce-password-hint {
    width: 100%;
    float: right;
}


.my-account-complaint-description {
    margin-bottom: 10px;
}
.my-account-complaint-files {
    padding-top: unset !important;
}
.admin-complaint-info-item-quantity,
.admin-complaint-info-item-amount,
.admin-complaint-info-item-claim-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 10px;
}

/* Compliant pop-up input errors */
.pop-up-container .pop-up-complaint-fields-content .new-complaint-input-block {
	position: relative;
}

/* Pop-ups styles */
.pop-up-container .pop-up-background {
	left: 0;
}
.pop-up-container {
	transition: .5s opacity, .5s visibility, .5s z-index;
}
.pop-up-container.pop-up-active {
	transition: .5s opacity, .5s visibility, .5s z-index;
}
/* html styles */
html,
html.shadow{
    scrollbar-gutter: unset;
}
/* My account orders - xls file download */
.my-account-orders-content .my-account-orders-container .my-account-orders-content-container .my-account-order .my-account-order-body .my-account-order-action-block .my-account-order-action-export-xls .action-icon:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 16v3a1 1 0 001 1h14a1 1 0 001-1v-3' stroke='%23FF7E0F' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 4v12M7.5 11.5L12 16l4.5-4.5' stroke='%23FF7E0F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.my-account-orders-content .my-account-orders-container .my-account-orders-content-container .my-account-order .my-account-order-body .my-account-order-action-block .my-account-order-action.my-account-order-action-export-xls {
	cursor: pointer;
}

/*  END
    Temporary styles for development convenience.
    Should be empty in production.
*/



/*
    LOGICAL STYLES: Should be move to production styles.
*/

/*
    END LOGICAL STYLES: Should be move to production styles.
*/
