/**
 * 2007-2017 Leotheme
 *
 * NOTICE OF LICENSE
 *
 * Leo feature for prestashop 1.7: ajax cart, review, compare, wishlist at product list 
 *
 * DISCLAIMER
 *
 *  @Module Name: Leo Feature
 *  @author    leotheme <leotheme@gmail.com>
 *  @copyright 2007-2017 Leotheme
 *  @license   http://leotheme.com - prestashop template provider
 */
/*******************DONGND CSS FOR CART BEGIN*****************************/
.leo-bt-cart.disable {
	/* cursor: not-allowed; */
	/* opacity: .65; */
}

.leo-bt-cart.disabled:focus {
	background: #acaaa6;
}

.leo-modal .modal-content {
	border-radius: 0;
}

.leo-modal-cart .modal-dialog,
.leo-modal-compare .modal-dialog,
.leo-modal-wishlist .modal-dialog {
	margin: 250px auto;
}

.leo-modal .modal-title .material-icons {
	margin-right: 5px;
}

.leo-modal-cart .modal-title {
	font-weight: 600;
	color: #fff;
	font-size: 1.125rem;
	display: none;
}

.leo-modal-cart .modal-header {
	border: none;
}

.leo-modal .modal-header.info-mess,
.leo-modal .modal-header.warning-mess {
	background: #2FB5D2;
}

.leo-modal .modal-header.block-mess {
	background: #F39D72;
}

.leo-loading,
.leo-modal-review-loading,
.leo-compare-bt-loading,
.leo-wishlist-bt-loading {
	display: none;
}

.leo-wishlist-button.added .leo-wishlist-bt-loading,
.leo-compare-button.added .leo-compare-bt-loading {

	border: 2px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
}

.cssload-speeding-wheel {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 800ms infinite linear;
	-o-animation: cssload-spin 800ms infinite linear;
	-ms-animation: cssload-spin 800ms infinite linear;
	-webkit-animation: cssload-spin 800ms infinite linear;
	-moz-animation: cssload-spin 800ms infinite linear;
}



@keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-spin {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-spin {
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-spin {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*
.leo-modal .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}

.leo-modal .modal-dialog{
    display: table-cell;
    vertical-align: middle;
}

.leo-modal .modal-content {
    max-width: 600px;
	margin: 0 auto;
}
*/

.leo-bt-select-attr,
.leo-dropdown-attr {
	width: 100%;
}

.leo-select-attr.selected,
.leo-select-attr.selected.disable,
.leo-select-attr:hover {
	background: #A0D468;
	color: #fff;
}

.leo-select-attr.disable {
	background: #EBEBEB;
}

.leo-dropdown-attr {
	padding: 0px;
	z-index: 999;
}

/*******************DONGND CSS FOR CART END*****************************/

/*******************DONGND CSS FOR REVIEWS BEGIN*****************************/
.leo-modal-review .modal-title,
.leo-modal-send-wishlist .modal-title {
	text-transform: uppercase;
}

.leo-modal-review .modal-dialog {
	max-width: 650px;
}

.cancel,
.cancel a {
	background: url(../img/delete.gif) no-repeat 0 -16px !important;
}

.cancel,
.star {
	overflow: hidden;
	float: left;
	margin: 0 1px 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.star_content {
	float: left;
}

div.star.star_on,
div.star.star_hover {
	background: url(../img/star.png) no-repeat scroll 0 -16px transparent;

}

div.star {
	background: url(../img/star.png) no-repeat scroll 0 0 transparent;
}

#criterions_list {
	list-style-type: none;
}

#criterions_list li {
	margin-bottom: 10px;
}

#criterions_list label {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

.star a {
	/*display: block;*/
	display: none;
	position: absolute;
	text-indent: -5000px;
}

.new_review_form_content #criterions_list {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	list-style-type: none;
}

/* .new_review_form_content .form-group.leo-has-error input, .new_review_form_content .form-group.leo-has-error textarea */
/* { */
/* outline: 1px solid #ff4c4c; */
/* } */
.leo-fake-button,
.leo-fake-send-wishlist-button {
	display: none;
}

.open-review-form {
	display: none;
}

.leo-modal-review .has-success,
.leo-modal-review .has-danger {
	text-align: center;

}

.leo-modal-review .has-success label,
.leo-modal-review .has-danger label {
	font-weight: 600;
	font-size: 1.125rem;
	display: inline;
}

.leo-list-product-reviews .star_content,
.leo-list-product-reviews .star,
#leo_product_reviews_block_extra .star_content,
#leo_product_reviews_block_extra .star,
.review_author .star_content,
.review_author .star,
.product-rating .star_content,
.product-rating .star {
	cursor: default;
}

.leo-list-product-reviews-wraper {
	display: inline-block;
}

#leo_product_reviews_block_extra .reviews_note>span {
	float: left;
}

.reviews_advices li {
	display: inline-block;

}

.reviews_advices li.last {
	margin-left: 10px;
	border-left: 1px solid #B5AAB0;
	padding-left: 10px;
}

#product_reviews_block_tab .review {
	margin-bottom: 10px;
	border-bottom: 1px solid #B5AAB0;
	padding-bottom: 10px;
}

#product_reviews_block_tab .review_author {
	border-right: 1px solid #B5AAB0;
}

#product_reviews_block_tab .report_btn {
	padding: 0;
}

#product_reviews_block_tab .report_btn.disabled {
	background: #fff;
	color: #acaaa6;
}

.usefulness_btn.active,
.usefulness_btn.active:hover {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.review_button .btn.active {
	display: inline-block;
}

/*******************DONGND CSS FOR REVIEWS END*****************************/

/*******************DONGND CSS FOR COMPARE BEGIN*****************************/
/*
.icon-whislist:before{
    content: '';
    background-image: url(../img/heart.png);
    background-size: contain;
    width: 15px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
}
.leo-compare-button.added:before, .leo-wishlist-button.added:before {
	content: '\e87d';
	font-family: Material Icons, Arial, sans-serif;
	font-size: 16px;
    top: 4px;
    position: relative;
	background-image: none;
}
*/

@font-face {
	font-family: 'OpenSauceOne';
	src: url('../fonts/OpenSS/OpenSauceSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.leo-compare-button.active,
.leo-wishlist-button.active {}

.leo-productscompare-item .thumbnail-container {
	height: 100%;
}

.leo-productscompare-item .product-description {
	position: relative;
	width: 100%;
	height: 100%;
}

.leo-productscompare-item .delete-productcompare .leo-compare-button {
	float: right;
}

.product-rating {
	display: inline-block;
}

/*******************DONGND CSS FOR COMPARE END*****************************/

/*******************DONGND CSS FOR WISHLIST BEGIN*****************************/
.list-wishlist {
	margin: 20px 0;
}

.leo-save-wishlist-loading {
	display: none;
}

.list-wishlist tr,
.leo-wishlistproduct-item {
	-moz-transition: background-color 1.5s;
	-webkit-transition: background-color 1.5s;
	-o-transition: background-color 1.5s;
	transition: background-color 1.5s;
}

.list-wishlist tr.new,
.list-wishlist tr.active,
.list-wishlist tr.show.active {
	background-color: #4880D2 !important;
}

.leo-modal-wishlist .modal-footer {
	display: none;
}

.leo-modal-wishlist.enable-action .modal-footer {
	display: block;
}

.leo-modal-wishlist-loading {
	display: none;
}

/*
.leo-compare-wishlist-button
{
	position: relative;
}
*/
.leo-list-wishlist {
	/*
	display: none;
	position: absolute;

	*/
	z-index: 999;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.leo-wishlist-button.dropdown-toggle::after {
	display: none;
}

.leo-wishlist-button-dropdown {
	display: inline-block;
}

.leo-compare-wishlist-button .btn {
	line-height: 26px;
}

/*
.popover-list-wishlist .popover-title
{
	text-align: center;
}

.popover-list-wishlist .popover-content
{
	padding: 0;
}

.popover-list-wishlist .list-group-item
{
	border-bottom: none;
	border-left: none;
	border-right: none;
}
*/

.wishlist-item.added,
.wishlist-item.added:hover {
	background-color: #003C61;
	color: #fff !important;
}

.wishlist-item:hover,
.move-wishlist-item:hover {
	background-color: #f7f7f9;
}

/*
.leo-list-wishlist .list-group-item.wishlist-item.active, .leo-list-wishlist .list-group-item.wishlist-item.active:focus
{
	border-color: none;
	background-color: none;
}
*/

.view-wishlist-product {
	float: left;
}

.list-wishlist tr.show {
	background-color: #d9edf7 !important;
}

.leo-view-wishlist-product-loading {
	display: none;
	float: right;
}

.leo-wishlist-product {
	margin-bottom: 20px;
}

.delete-wishlist-product .leo-wishlist-button {
	float: right;
}

.send-wishlist {
	display: none;
}

.wishlist-product-info .form-control {
	background: #fff;
}

.send-wishlist {
	margin-bottom: 20px;
}

.wishlist_email_status_loading {
	border: 2px solid #414141;
	border-left-color: transparent;
	border-right-color: transparent;

}

.wishlist_email_status_loading,
.send_wishlist_msg,
.leo-modal-send-wishlist-loading {
	display: none;
}

.leo-modal-reset-send-wishlist-bt {
	float: left;
}

.send_wishlist_success {
	color: #5cb85c;
}

.send_wishlist_error {
	color: #f0ad4e;
}

.send_wishlist_form_content .has-success input,
.send_wishlist_form_content .has-warning input {
	pointer-events: none;
}

.leo-wishlist-button-delete {
	float: right;
}

#products .product-miniature.leo-wishlistproduct-item {
	margin: 0 0 20px;
	/* padding: 10px; */
	/* border: 1px solid #414141; */
	/* margin-bottom: 10px; */
}

.leo-compare-review-dropdown .dropdown-menu {
	width: 100%;
}

/*******************DONGND CSS FOR WISHLIST END*****************************/

/*******************DONGND CSS FOR DROPDOWN CART BEGIN*****************************/
html.show-cart {
	overflow: hidden;
}

html.show-cart body:before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

html.show-cart #header {
	position: relative;
	z-index: initial;
}

.leo-dropdown-cart {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 440px;
	width: 100%;
}

.safari-win .leo-dropdown-cart.dropdown,
.safari-win .leo-dropdown-cart.dropup {
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.leo-dropdown-cart.dropdown,
.leo-dropdown-cart.dropup {
	visibility: hidden;
	opacity: 0;
	z-index: -1;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.leo-dropdown-cart.dropdown {
	margin-top: 20px;
}

.leo-dropdown-cart.dropup {
	bottom: 100%;
	margin-bottom: 20px;

}

.leo-dropdown-cart.flycart.dropup {
	bottom: 100%;
	margin-bottom: 30px;

}

.safari-win .leo-dropdown-cart.dropdown.show,
.safari-win .leo-dropdown-cart.dropup.show {
	display: block;
}

.leo-dropdown-cart.dropdown.show,
.leo-dropdown-cart.dropup.show {
	visibility: visible;
	opacity: 1;
	z-index: 99999;
	overflow: auto;
	background: white;
}

.leo-dropdown-cart.dropdown.show {
	margin-top: 0px;
}

.leo-dropdown-cart.dropup.show {
	margin-bottom: 0px;
}

.leo-dropdown-cart.flycart.dropup.show {
	margin-bottom: 10px;
}

.leo-fly-cart.solo.enable-dropdown.offset-left .leo-dropdown-cart.flycart {
	left: 0;
}

.leo-fly-cart.solo.offset-left .leo-fly-cart-total {
	left: 90%;
}

.leo-fly-cart.solo.enable-dropdown.offset-right .leo-dropdown-cart.flycart {
	right: 0;
}

.leo-fly-cart.solo.offset-right .leo-fly-cart-total {
	right: 95%;
}

.leo-dropdown-cart-content {
	background: #fff;
	z-index: 99;
	right: 0;
	height: 100%;
	font-family: 'OpenSS';
	font-style: normal;
	font-weight: normal !important;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.leo-dropdown-cart-content .leo-header-dropdown {
	flex: 0 0 auto;
}

.leo-dropdown-cart-content > .leo-dropdown-list-item-warpper {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
}

.leo-dropdown-cart-content > .leo-dropdown-list-item-warpper > .leo-dropdown-bottom {
	flex: 0 0 auto;
}

.leo-dropdown-list-item {
	margin-bottom: 0px;
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding: 16px 24px;
	scrollbar-width: none;
	border-bottom: 1px solid #e1dfdf;
}

.leo-dropdown-list-item::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}

.leo-dropdown-list-item-warpper {
	position: relative;
}

.leo-dropdown-list-item-warpper .df-inline-custom-scrollbar {
	position: absolute;
	right: 8px;
	width: 4px;
	background: #f0f0f0;
	border-radius: 4px;
	pointer-events: auto;
	opacity: 0;
	transition: opacity 0.2s;
	z-index: 2;
}

.leo-dropdown-list-item-warpper.has-overflow .df-inline-custom-scrollbar {
	opacity: 1;
}

.leo-dropdown-list-item-warpper .df-inline-custom-thumb {
	position: absolute;
	left: 0;
	width: 4px;
	background: #163C5D;
	border-radius: 4px;
	cursor: pointer;
	top: 0;
	transition: background 0.15s;
}

.leo-dropdown-list-item-warpper .df-inline-custom-thumb:hover,
.leo-dropdown-list-item-warpper .df-inline-custom-thumb.is-dragging {
	background: #0f2d47;
}

.leo-dropdown-cart-content .leo-dropdown-list-item.active-scrollbar {
	/*
	max-height: 580px;
	*/
	overflow: auto;
}

#header .leo-cart-dropdown-action a {
	color: #fff;
}

.leo-dropdown-cart-content a i,
.leo-dropdown-cart-content a.leo-dropdown-customization,
.leo-dropdown-cart-content a.leo-dropdown-combination {
	color: #003d60;
}

.leo-dropdown-cart-subtotals,
.leo-dropdown-cart-total {
	/* margin: 10px 0; */
	text-align: left;
	/*! padding: 10px; */
}

/*
.leo-dropdown-cart-subtotals>div, .leo-dropdown-cart-total>div
{
	clear: both;
}
*/
.leo-dropdown-cart-subtotals {
	padding: 10px 0px;
}

.leo-dropdown-cart-subtotals .value {
	font-size: 13px !important;
	color: #163C5D !important;
	font-weight: 500 !important;
}

.cart-subtotal-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 0;
}

.leo-dropdown-cart .cart-voucher {
	/* padding-top: 3em; */
}

.leo-dropdown-cart form {
	position: relative;
	height: 38px;
}

.leo-dropdown-cart .promo-input {
	width: 100%;
	border: 0;
	background-color: #f4f3f3;
	height: 100%;
	padding: 10px 15px;
	font-size: 14px;
}

.leo-dropdown-cart .promo-input::placeholder {
	color: #000;
}

.leo-dropdown-cart .alert {
	display: none;
}

.leo-dropdown-cart .alert i {
	color: #a94442 !important;
}

.leo-dropdown-cart button[type=submit] {
	position: absolute;
	right: 0;
	max-width: 85px;
	height: 100%;
	background-color: transparent;
	font-weight: 600;
	font-size: 14px;
}

.leo-dropdown-cart-subtotals .label,
.leo-dropdown-cart-total .label {
	text-transform: none;
}

.leo-dropdown-cart-subtotals {
	border-bottom: 1px solid #e1dfdf;
}

.leo-dropdown-cart-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	margin-bottom: 16px;
	border-bottom: 1px solid #e1dfdf;
}

.leo-dropdown-cart-total .value,
.leo-dropdown-cart-total .value.color-red {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #163C5D !important;
	letter-spacing: -0.5px;
}

.leo-dropdown-cart-total .label,
.leo-dropdown-cart-total .label.text-primary.color-red,
.leo-dropdown-cart-total b.label {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #163C5D !important;
}

.leo-dropdown-cart-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0 14px;
}

.leo-cart-item-info {
	text-align: left;
	flex: 1;
	min-width: 0;
	padding-left: 0;
	position: relative;
}

.leo-cart-item-info .footer-item-product {
	display: flex;
	align-items: end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.leo-cart-item-info .product-name {
	padding-right: 20px;
}

a.cart-product-title,
a.cart-product-title:focus,
a.cart-product-title:visited {
	font-size: 12.5px !important;
	font-weight: 600 !important;
	color: #163C5D !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
	transition: color 0.2s !important;
	display: block !important;
	padding-right: 5px !important;
	white-space: normal !important;
	font-family: 'Poppins', sans-serif !important;
}

a.cart-product-title:hover {
	color: #E84242 !important;
}

a.cart-product-title span {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	line-height: inherit !important;
	font-family: inherit !important;
}

.cart-item-ref {
	font-size: 10.5px;
	font-weight: 500;
	color: #1B8EF8;
	background: #E8F3FF;
	padding: 2px 7px;
	border-radius: 4px;
	width: fit-content;
	margin-top: 5px;
}

.footer-item-product {
    margin-top : 4px;
}

.leo-cart-item-img {
	width: 72px;
	height: 60px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}

.leo-cart-item-img a,
.leo-cart-item-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.leo-cart-item-img a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.leo-dropdown-cart-item {
	position: relative;
	/* border-bottom: 1px solid #ddd; */
	padding: 16px 0;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
}

.leo-dropdown-cart-item.has-view-additional {
	padding-bottom: 0px;
}

.leo-dropdown-cart-item.show-combination,
.leo-dropdown-cart-item.show-customization,
.leo-dropdown-cart-item.show-additional {
	background-color: #c9def3;
	z-index: 9999;
}

/* .leo-dropdown-cart-item .combinations, .leo-dropdown-cart-item .customizations */
.safari-win .leo-dropdown-cart-item .leo-dropdown-additional {
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.leo-dropdown-cart-item .leo-dropdown-additional {
	position: absolute;
	/* top: 100%; */
	top: 70%;
	left: 0;
	width: 100%;

	visibility: hidden;
	opacity: 0;
	z-index: -1;

	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear, visibility 0s linear 0.5s, z-index .0s linear 0.01s;
	background-color: #c9def3;
	padding: 0 10px 10px;
}

/* .leo-dropdown-cart-item.show-combination .combinations, .leo-dropdown-cart-item.show-customization .customizations */
.safari-win .leo-dropdown-cart-item.show-additional .leo-dropdown-additional {
	display: block;
}

.leo-dropdown-cart-item.show-additional .leo-dropdown-additional {
	top: 100%;
	z-index: 9999;
	visibility: visible;
	opacity: 1;

}

/*
.leo-dropdown-list-item.active-scrollbar .leo-dropdown-cart-item.show-additional .leo-dropdown-additional
{
	position: static;
}
*/

.leo-dropdown-additional .customizations,
.leo-dropdown-additional .combinations {
	/* margin-top: 5px; */
}

.leo-dropdown-additional .view-customization {
	margin-top: 5px;
	/* padding-top: 5px; */
	/* border-top: 1px solid #fff; */
}

.leo-dropdown-additional .view-combination,
.leo-dropdown-additional .view-customization {
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #fff;
}


.leo-dropdown-cart .wishlist {
	position: absolute;
	right: 0;
	top: 0;
}

.leo-dropdown-cart .wishlist .dropdown .dropdown-menu {
	right: 0 !important;
	left: initial !important;
}

.leo-dropdown-cart .wishlist .dropdown .dropdown-menu a:hover {
	color: #fff !important;
	background-color: #003C61
}

.leo-dropdown-cart .wishlist .name-btn-brand {
	display: none;
}

.leo-dropdown-cart-item.last {
	margin-bottom: 0px;
	border-bottom: none;
}

.view-additional {
	position: absolute;
	bottom: 5px;
}

.leo-dropdown-additional,
.view-additional {
	clear: both;
	text-align: left;
}

.leo-dropdown-bottom {
	/*! border-top: 1px solid #ddd; */
	padding: 20px;
}

.leo-cart-dropdown-action {
	padding: 0;
}

.leo-cart-dropdown-action .cart-dropdow-button,
.leo-cart-dropdown-action a.cart-dropdow-button.btn-brand.add-to-cart {
	width: 100% !important;
	background: #E81F1F !important;
	background-color: #E81F1F !important;
	color: #fff !important;
	border: none !important;
	padding: 16px 24px !important;
	border-radius: 12px !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	min-height: 0;
	line-height: 1.2;
	transition: background 0.2s;
}

.leo-cart-dropdown-action .cart-dropdow-button:hover,
.leo-cart-dropdown-action a.cart-dropdow-button.btn-brand.add-to-cart:hover {
	background: #E81F1F !important;
	background-color: #E81F1F !important;
	color: #fff !important;
}

.leo-cart-dropdown-action .cart-dropdow-button svg {
	flex-shrink: 0;
	display: block;
	transition: transform 0.2s ease;
}

.leo-cart-dropdown-action .cart-dropdow-button:hover svg {
	transform: translateX(8px);
}

.checkout-label {
	text-transform: lowercase;
}

.checkout-label::first-letter {
	text-transform: uppercase;
}

.leo-cart-dropdown-action .continue-shopping {
	width: 100%;
	background: transparent;
	color: #6B7E8F;
	border: none;
	padding: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	margin-top: 8px;
	transition: color 0.2s;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.leo-cart-dropdown-action .continue-shopping:hover {
	color: #163C5D;
}

.leo-header-dropdown {
	display: flex;
	justify-content: space-between;
	padding: 20px 24px;
}

#header .header-nav .cart-preview .leo-dropdown-cart-item .view-leo-dropdown-additional:focus {
	color: #232323;
	text-decoration: none;
	outline: none;
}

/*
.view-leo-dropdown-additional .down-arrow, .view-leo-dropdown-additional.show .right-arrow
{
	display: none;
}

.view-leo-dropdown-additional .right-arrow, .view-leo-dropdown-additional.show .down-arrow
{
	display: inline-block;
}


.view-leo-dropdown-additional .down-arrow, .view-leo-dropdown-additional .right-arrow
{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
*/

/*****************addition arrow BEGIN***********************/
.view-leo-dropdown-additional {
	width: 25px;
	height: 25px;
	background: #2fb5d2;
	position: relative;
	cursor: pointer;
}

.view-leo-dropdown-additional.show {
	background: #797979;
}

.view-leo-dropdown-additional:before,
.view-leo-dropdown-additional:after {
	content: "";
	display: block;
	width: 10px;
	height: 3px;
	background: white;
	position: absolute;
	top: 12px;
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
}

.view-leo-dropdown-additional:before {
	right: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.view-leo-dropdown-additional:after {
	right: 5px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.view-leo-dropdown-additional.show:before {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.view-leo-dropdown-additional.show:after {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

/*****************addition arrow END***********************/

.leo-dropdown-overlay {
	display: none;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	z-index: 300;
}

/***********loading wheel BEGIN*************/
.leo-dropdown-cssload-speeding-wheel,
.leo-fly-cssload-speeding-wheel {
	display: none;
	position: absolute;
	left: 46%;
	top: 40%;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	border: 2px solid #003c61;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 800ms infinite linear;
	-o-animation: cssload-spin 800ms infinite linear;
	-ms-animation: cssload-spin 800ms infinite linear;
	-webkit-animation: cssload-spin 800ms infinite linear;
	-moz-animation: cssload-spin 800ms infinite linear;
}

.leo-fly-cssload-speeding-wheel {
	/*
	left: 70%;
	top: -60%;
	*/
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
}

.leo-blockcart.cart-preview span.leo-dropdown-cssload-speeding-wheel {
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	vertical-align: middle;
	position: relative;
	left: 0;
	top: 0;
}

@keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-spin {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-spin {
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-spin {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/***********loading wheel END*************/
.leo-blockcart {
	padding: .4rem .75rem;
	margin-left: .9375rem;
	text-align: center;
	white-space: nowrap;
}

.leo-blockcart.cart-preview {
	position: relative;
}

/************loading piano BEGIN****************/
.cssload-piano {
	display: none;
	margin: auto;
	width: 5px;
	height: 8px;
	font-size: 8px;
	position: absolute;
	top: 3px;
	right: 0;
}

.cssload-piano>div {
	height: 100%;
	width: 100%;
	display: block;
	margin-bottom: 1px;
	animation: stretchdelay 0.88s infinite ease-in-out;
	-o-animation: stretchdelay 0.88s infinite ease-in-out;
	-ms-animation: stretchdelay 0.88s infinite ease-in-out;
	-webkit-animation: stretchdelay 0.88s infinite ease-in-out;
	-moz-animation: stretchdelay 0.88s infinite ease-in-out;
}

.cssload-piano .cssload-rect2 {
	animation-delay: -0.65s;
	-o-animation-delay: -0.65s;
	-ms-animation-delay: -0.65s;
	-webkit-animation-delay: -0.65s;
	-moz-animation-delay: -0.65s;
}

.cssload-piano .cssload-rect3 {
	animation-delay: -0.42s;
	-o-animation-delay: -0.42s;
	-ms-animation-delay: -0.42s;
	-webkit-animation-delay: -0.42s;
	-moz-animation-delay: -0.42s;
}

@keyframes stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleX(0.8);
		background-color: rgb(46, 88, 101);
		box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
	}

	20% {
		transform: scaleX(1);
		background-color: rgb(255, 255, 255);
		box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4);
	}
}

@-o-keyframes stretchdelay {

	0%,
	40%,
	100% {
		-o-transform: scaleX(0.8);
		background-color: rgb(46, 88, 101);
		box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
	}

	20% {
		-o-transform: scaleX(1);
		background-color: rgb(255, 255, 255);
		box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4);
	}
}

@-ms-keyframes stretchdelay {

	0%,
	40%,
	100% {
		-ms-transform: scaleX(0.8);
		background-color: rgb(46, 88, 101);
		box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
	}

	20% {
		-ms-transform: scaleX(1);
		background-color: rgb(255, 255, 255);
		box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4);
	}
}

@-webkit-keyframes stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleX(0.8);
		background-color: rgb(46, 88, 101);
		box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
	}

	20% {
		-webkit-transform: scaleX(1);
		background-color: rgb(255, 255, 255);
		box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4);
	}
}

@-moz-keyframes stretchdelay {

	0%,
	40%,
	100% {
		-moz-transform: scaleX(0.8);
		background-color: rgb(46, 88, 101);
		box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
	}

	20% {
		-moz-transform: scaleX(1);
		background-color: rgb(255, 255, 255);
		box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4);
	}
}

/************loading piano END****************/

/********* notification BEGIN *********/
.leo-notification {
	display: none;
	position: fixed;
	/*
	top: 10%;
	right: 10px;

	width: 320px;
	*/
}

.leo-notification.active {
	display: block;
	z-index: 99999;
}

.leo-notification .notification-wrapper {
	width: 100%;
	/* overflow: hidden;	 */
	/* background: #ecf0f1; */
	/* border-bottom: 1px solid #95a5a6; */
	/*margin-bottom: 5px;*/
	max-height: 100px;
}

.leo-notification .notification-wrapper.disable {
	max-height: 0;
	/* margin-bottom: 0; */
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;

}

.safari-win .notification {
	display: none;
}

.notification {
	position: relative;
	padding: 10px 15px;
	text-align: center;
	width: 100%;
	/* height: 40px; */
	/* border-radius: 0px 0px 5px 5px; */
	margin: 0 auto;
	/* box-shadow: #95a5a6 0px 0px 6px 2px; */
	color: white;
	/* line-height: 40px; */
	line-height: 16px;
	/* overflow: hidden; */
	/* animation: reveal 1 2s; */
	cursor: pointer;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	transform: translate(0px, -50px);
	-moz-transform: translate(0px, -50px);
	-webkit-transform: translate(0px, -50px);
	-o-transform: translate(0px, -50px);
	-ms-transform: translate(0px, -50px);
}

.safari-win .notification.show {
	display: block;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.notification.show {
	transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);

	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	visibility: visible;
	z-index: 99999;
	opacity: 1;
}

.notification .notification-title {
	margin-right: 15px;
	padding: 0px 15px;
	/* line-height: 40px; */
	line-height: 30px;
	display: inline-block;
}

.notification .notification-close {
	background: rgba(255, 255, 255, 0.2);
	/* background: rgba(0,0,0,0.2); */
	/* padding: 0px 15px; */
	padding: 0px 10px;
	float: right;
	/* line-height: 40px; */
	line-height: 20px;
	display: inline-block;
	color: white;
	/* color: #000; */
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.notification .notification-close:hover {
	cursor: pointer;
}

.safari-win .notification.closed {
	display: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.notification.closed {
	transform: translate(0px, -50px);
	-moz-transform: translate(0px, -50px);
	-webkit-transform: translate(0px, -50px);
	-o-transform: translate(0px, -50px);
	-ms-transform: translate(0px, -50px);
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
}

.leo-temp {
	display: none;
}

/*
@keyframes reveal{
	0%{
		transform: translate(0px, -100px);
	}
	50%{
		transform: translate(0px, -100px);
	}
	100%{
		transform: translate(0px, 0px);
	}
}

@-o-keyframes reveal {
	0%{
		-o-transform: translate(0px, -100px);
	}
	50%{
		-o-transform: translate(0px, -100px);
	}
	100%{
		-o-transform: translate(0px, 0px);
	}
}

@-ms-keyframes reveal {
	0%{
		-ms-transform: translate(0px, -100px);
	}
	50%{
		-ms-transform: translate(0px, -100px);
	}
	100%{
		-ms-transform: translate(0px, 0px);
	}
}

@-webkit-keyframes reveal {
	0%{
		-webkit-transform: translate(0px, -100px);
	}
	50%{
		-webkit-transform: translate(0px, -100px);
	}
	100%{
		-webkit-transform: translate(0px, 0px);
	}
}

@-moz-keyframes reveal {
	0%{
		-moz-transform: translate(0px, -100px);
	}
	50%{
		-moz-transform: translate(0px, -100px);
	}
	100%{
		-moz-transform: translate(0px, 0px);
	}
}
*/

.notification.notification-success {
	background-color: #07B94C;
}

.notification.notification-success .notification-title {
	background-color: #07B94C;
}

.notification.notification-error {
	background-color: rgba(231, 76, 60, 0.8);
}

.notification.notification-error .notification-title {
	background-color: #c0392b;
}

.notification.notification-warning {
	/* background: #f1c40f; */
	background-color: rgba(241, 196, 15, 0.8);
}

.notification.notification-warning .notification-title {
	background-color: #f39c12;
}

.notification.notification-normal {
	/* background-color: #3498db; */
	background-color: rgba(52, 152, 219, 0.8);
}

.notification.notification-normal .notification-title {
	background-color: #2980b9;
}

.notification .noti {
	display: none;
}

.notification .noti.active {
	display: block;
}

.notification-success .noti-special {
	text-transform: capitalize;
}

/********* notification END*********/

.leo-input-product-quantity {
	width: 50px;
	display: inline-block;
}





/*******************DONGND CSS FOR DROPDOWN CART END*****************************/

/*******************DONGND CSS FOR FLY CART BEGIN*****************************/
/*
.leo-fly-cart.enable-dropdown, .leo-fly-cart.enable-slidebar
{
	position: fixed;
	top: 10%;
	left: 20px;
}
*/

.leo-fly-cart-icon-wrapper {
	position: relative;
}

.leo-fly-cart-slidebar .leo-fly-cart-total {
	left: 90%;
}

.leo-fly-cart-total {
	position: absolute;
	top: -10px;
	/*
	left: 100%;
	*/
	font-size: 15px;
	color: #fff;
	background: #2fb5d2;
	padding: 0px 5px;
	border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}

.leo-fly-cart .leo-dropdown-cart-content {
	left: 0;
}

/***************CSS FOR LOADING FLY CART BEGIN **********************/
.leo-fly-cart-cssload-loader {
	display: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: -80%;
	left: -75%;
	/*
	margin: 49px auto;
	width: 146px;
	height: 146px;
	position: relative;
	line-height: 146px;
	*/

	box-sizing: border-box;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
	-o-text-transform: uppercase;
	-ms-text-transform: uppercase;
	-webkit-text-transform: uppercase;
	-moz-text-transform: uppercase;
}

.leo-fly-cart-cssload-loader:before,
.leo-fly-cart-cssload-loader:after {
	opacity: 0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	content: "\0020";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 42px;

	/*
	border: 2px solid rgb(0,0,0);
	box-shadow: 0 0 20px rgb(0,0,0), inset 0 0 20px rgb(0,0,0);
		-o-box-shadow: 0 0 20px rgb(0,0,0), inset 0 0 20px rgb(0,0,0);
		-ms-box-shadow: 0 0 20px rgb(0,0,0), inset 0 0 20px rgb(0,0,0);
		-webkit-box-shadow: 0 0 20px rgb(0,0,0), inset 0 0 20px rgb(0,0,0);
		-moz-box-shadow: 0 0 20px rgb(0,0,0), inset 0 0 20px rgb(0,0,0);
	*/
	border: 1px solid rgb(47, 181, 210);
	box-shadow: 0 0 10px rgb(47, 181, 210), inset 0 0 10px rgb(47, 181, 210);
	-o-box-shadow: 0 0 10px rgb(47, 181, 210), inset 0 0 10px rgb(47, 181, 210);
	-ms-box-shadow: 0 0 10px rgb(47, 181, 210), inset 0 0 10px rgb(47, 181, 210);
	-webkit-box-shadow: 0 0 10px rgb(47, 181, 210), inset 0 0 10px rgb(47, 181, 210);
	-moz-box-shadow: 0 0 10px rgb(47, 181, 210), inset 0 0 10px rgb(47, 181, 210);

}

.leo-fly-cart-cssload-loader:after {
	z-index: 1;
	animation: cssload-gogoloader 2.3s infinite 1.15s;
	-o-animation: cssload-gogoloader 2.3s infinite 1.15s;
	-ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
	-webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
	-moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}

.leo-fly-cart-cssload-loader:before {
	z-index: 2;
	animation: cssload-gogoloader 2.3s infinite;
	-o-animation: cssload-gogoloader 2.3s infinite;
	-ms-animation: cssload-gogoloader 2.3s infinite;
	-webkit-animation: cssload-gogoloader 2.3s infinite;
	-moz-animation: cssload-gogoloader 2.3s infinite;
}

@keyframes cssload-gogoloader {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@-o-keyframes cssload-gogoloader {
	0% {
		-o-transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-o-transform: scale(1);
		opacity: 0;
	}
}

@-ms-keyframes cssload-gogoloader {
	0% {
		-ms-transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-ms-transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-gogoloader {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes cssload-gogoloader {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0;
	}
}

/***************CSS FOR LOADING FLY CART END **********************/

/***************CSS FOR FLY CART SLIDE BAR BEGIN **********************/
.leo-fly-cart-mask {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0;
	transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
	-webkit-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
	-moz-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
	-ms-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
	-o-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
	-webkit-backface-visibility: hidden;
	/* Chrome, Safari, Opera */
	backface-visibility: hidden;
}

.leo-fly-cart-mask.active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

body.enable-leo-fly-cart {
	overflow-x: hidden;
}

body.leoflycart-active-slidebar {
	overflow: hidden;
	padding-right: 17px;
}

body.leoflycart-active-push {}

body.leoflycart-active-push main {
	/* position: relative; */
	/* left: 0; */
	/* right: 0; */
	/* top: 0; */
	/* bottom: 0;	 */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.leo-fly-cart-slidebar .leo-dropdown-cart {
	position: relative;
	margin-right: 0;
}

.leo-fly-cart-slidebar .leo-dropdown-cart-content {
	position: relative;
}

.safari-win .leo-fly-cart-slidebar {
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.leo-fly-cart-slidebar {
	/*
	width: 100%;
	height: 100%;
	*/
	z-index: 99999;
	position: fixed;
	background: #fff;
	/* padding: 20px; */
	/*
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	/*
	opacity: 0;
	*/
	visibility: hidden;
	display: none;
}

.leo-fly-cart-slidebar.slidebar_left {
	display: block;
	height: 100%;
	/* opacity: 1; */
	top: 0;
	left: 0;
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}

.leo-fly-cart-slidebar.slidebar_right {
	display: block;
	height: 100%;
	/* opacity: 1; */
	top: 0;
	right: 0;
	transform: translateX(100%);
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
}

.safari-win .leo-fly-cart-slidebar.slidebar_left.active,
.safari-win .leo-fly-cart-slidebar.slidebar_right.active {
	display: block;
}

.leo-fly-cart-slidebar.slidebar_left.active,
.leo-fly-cart-slidebar.slidebar_right.active {
	/* visibility: visibility; */
	/*
	opacity: 1;
	*/
	visibility: visible;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

.leo-fly-cart-slidebar.slidebar_top {
	display: block;
	width: 100%;
	/* opacity: 1; */
	top: 0;
	left: 0;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
}

.leo-fly-cart-slidebar.slidebar_bottom {
	display: block;
	width: 100%;
	/* opacity: 1; */
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
}

.safari-win .leo-fly-cart-slidebar.slidebar_top.active,
.safari-win .leo-fly-cart-slidebar.slidebar_bottom.active {
	display: block;
}

.leo-fly-cart-slidebar.slidebar_top.active,
.leo-fly-cart-slidebar.slidebar_bottom.active {
	visibility: visible;
	/*
	opacity: 1;
	*/
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.leo-fly-cart-slidebar .leo-dropdown-bottom {
	/* padding-bottom: 5px */
}

.leo-fly-cart-slidebar.active-scroll .leo-dropdown-bottom {
	background: #fff;
	position: absolute;
	width: 100%
}

.leo-fly-cart-slidebar.slidebar_left .leo-dropdown-bottom,
.leo-fly-cart-slidebar.slidebar_right .leo-dropdown-bottom {
	/* bottom: 0; */
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item {
	/* float: left; */
	display: inline-block;
	border-bottom: none;
	border-right: 1px solid #ddd;
	/* width: 265px; */
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-content,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-content {
	border: none;
}

.leo-fly-cart-slidebar.slidebar_left .leo-dropdown-cart-content,
.leo-fly-cart-slidebar.slidebar_right .leo-dropdown-cart-content {
	border: none;
}

.leo-fly-cart-slidebar.slidebar_left {
	border-right: 3px solid #000;
}

.leo-fly-cart-slidebar.slidebar_right {
	border-left: 3px solid #000;
}

.leo-fly-cart-slidebar.slidebar_top {
	border-bottom: 3px solid #000;
}

.leo-fly-cart-slidebar.slidebar_bottom {
	border-top: 3px solid #000;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-bottom,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom {
	float: left;
	padding-top: 0;
	padding-left: 10px;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total {
	float: left;
}

.leo-fly-cart-slidebar.slidebar_top .leo-cart-dropdown-action,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
	float: left;
	padding: 0 10px;
}

.leo-fly-cart-slidebar.slidebar_top .leo-cart-dropdown-action .cart-dropdow-button,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .cart-dropdow-button {
	display: block;
	margin: 10px 0;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item {
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;

}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item-warpper,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item-warpper {
	float: left;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item-warpper.active-scrollbar,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item-warpper.active-scrollbar {
	overflow-x: auto;
}

.leo-fly-cart-slidebar.slidebar_top.active-scroll .leo-dropdown-bottom,
.leo-fly-cart-slidebar.slidebar_bottom.active-scroll .leo-dropdown-bottom {
	width: auto;
	top: 0;
	right: 0;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-additional,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-additional {
	top: 0;
	height: 100%;
	border-left: 1px solid #fff;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-additional>div.label:first-child,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-additional>div.label:first-child {
	border-top: none;
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item.show-additional .leo-dropdown-additional,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item.show-additional .leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.show-additional.first.last .leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_bottom .leo-dropdown-cart-item.show-additional.first.last .leo-dropdown-additional {
	left: 100%;
}

.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.last.show-additional .leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_bottom .leo-dropdown-cart-item.last.show-additional .leo-dropdown-additional {
	border-left: none;
	border-right: 1px solid #fff;
	left: -100%;

}

.leo-fly-cart-slidebar.slidebar_top .view-leo-dropdown-additional,
.leo-fly-cart-slidebar.slidebar_bottom .view-leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.first.last .view-leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_bottom .leo-dropdown-cart-item.first.last .view-leo-dropdown-additional {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.last .view-leo-dropdown-additional,
.leo-fly-cart-slidebar.active-scroll.slidebar_bottom .leo-dropdown-cart-item.last .view-leo-dropdown-additional {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);

}

.safari-win .leo-fly-cart-slidebar .leo-fly-cart {
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none,
}

.leo-fly-cart-slidebar .leo-fly-cart {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	background: #fff;
	padding: 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear,
}

.safari-win .leo-fly-cart-slidebar.active .leo-fly-cart {
	display: block;
}

.leo-fly-cart-slidebar.active .leo-fly-cart {
	visibility: visible;
	opacity: 1;
	z-index: 99999;
}

.leo-fly-cart-slidebar.slidebar_top .leo-fly-cart {
	top: 50%;
	/*
	right: 50%;
	*/
	border-right: 3px solid #000;
	/*
	border-bottom: 3px solid #000;
	*/
	border-bottom: 18px solid #000;
	border-left: 3px solid #000;
	width: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.leo-fly-cart-slidebar.slidebar_top.active .leo-fly-cart {
	top: 100%;
}

.leo-fly-cart-slidebar.slidebar_bottom .leo-fly-cart {
	bottom: 50%;
	/*
	right: 50%;
	margin-right: -25px;
	*/
	border-right: 3px solid #000;
	/*
	border-top: 3px solid #000;
	*/
	border-top: 18px solid #000;
	border-left: 3px solid #000;
	width: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.leo-fly-cart-slidebar.slidebar_bottom.active .leo-fly-cart {
	bottom: 100%;
}

.leo-fly-cart-slidebar.slidebar_left .leo-fly-cart {
	/*
	top: 50%;
	margin-top: -25px;
	*/
	left: 50%;
	/*
	border-right: 3px solid #000;
	*/
	border-right: 18px solid #000;
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 50px;
}

.leo-fly-cart-slidebar.slidebar_left.active .leo-fly-cart {
	left: 100%;
}

.leo-fly-cart-slidebar.slidebar_right .leo-fly-cart {
	/*
	top: 45%;
	*/
	right: 50%;
	/*
	border-left: 3px solid #000;
	*/
	border-left: 18px solid #000;
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 50px;
}

.leo-fly-cart-slidebar.slidebar_right.active .leo-fly-cart {
	right: 100%;
}


.leo-fly-cart-wrapper {
	position: relative;
}


/***************CSS FOR FLY CART SLIDE BAR END **********************/
/***************RESPONSIVE BEGIN **********************/
@media (max-width: 767px) {

	.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item-warpper.active-scrollbar,
	.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item-warpper.active-scrollbar {
		width: 100% !important;
		float: none !important;
	}

	.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom,
	.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-bottom {
		position: static;
		display: block;
		width: 100%;
		float: none !important;
	}

	.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total,
	.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total {
		width: 60%;
	}

	.leo-fly-cart-slidebar.slidebar_top .leo-cart-dropdown-action,
	.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
		width: 40%;
	}

	.leo-fly-cart-slidebar.slidebar_top .cart-dropdow-button,
	.leo-fly-cart-slidebar.slidebar_bottom .cart-dropdow-button {
		font-size: 13px;
		padding: 10px;
	}

	/*
	.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item.first.last .view-leo-dropdown-additional.show,
	.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item.first.last .view-leo-dropdown-additional.show
	{
		z-index: 99991;
	}

	.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.first.last.show-additional .leo-dropdown-additional,
	.leo-fly-cart-slidebar.active-scroll.slidebar_bottom  .leo-dropdown-cart-item.first.last.show-additional .leo-dropdown-additional
	{
		left: 0;
	}
	*/
}

/***************RESPONSIVE END **********************/
/*******************DONGND CSS FOR FLY CART END*****************************/

.review_author_infos {
	width: 100%;
}

.review_author_infos>strong,
.review_author_infos>em {
	display: block;
}

/************************css molify *************************/

.product-description .btn {
	box-shadow: none;
	color: white;
	float: left;
	display: inline-block;
	padding: .5rem 1.1rem;
}

.content_buttont .add-to-cart {
	width: 52%;
}

.product-description .leo-wishlist-button,
.leo-compare-button {
	background: #4c4c4c;
}

.product-description .product-title {
	clear: both;
}

.product-description .dropdown-toggle {
	color: #7a7a7a;
	font-size: 13px;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	padding: 12px 16px;
}

.leo_cart_quantity {
	border: 1px solid transparent;
}

.thumbnail-container .product-description:after {
	width: 100% !important;
	left: 0 !important;
}

.leo-compare-button {
	border-left: 1px solid #646464;
}

.leo-compare-button:hover {
	background: #2592a9;
}

.leo-cart-item-info .product-quantity .leo-bt-product-quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: 54px;*/
	/*height: 100%;*/
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/*background-color: #f4f3f3;*/
}

.leo-dropdown-cart-content .product-price {
	color: #000;
}

.leo-cart-item-info .product-quantity .leo-bt-product-quantity i {
	font-size: 14px;
	color: #222222;
	position: relative;
	top: -3px;
}

.leo-cart-item-info .product-quantity {
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.leo-cart-item-info .product-quantity .leo-input-product-quantity {
	float: left;
	outline: 0;
	border-top: 0px;
	height: 100%;
	border-bottom: 0px;
	text-align: center;
	color: #222222;
	padding: 0px 5px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	/*border-left: 1px solid #ececec;*/
	/*border-right: 1px solid #ececec;*/
	display: inline-block;
	background: transparent;
}

#blockcart-modal {
	top: 50px;
}

.wishlist {
	display: inline-block;
	float: left;
	flex-grow: 1;
}

.leo-compare-button i {
	color: #fff;
}

.compare {
	display: inline-block;
}

/*******************DONGND CSS for close slidebar cart BEGIN*****************************/

.leo-fly-cart-slidebar .leo-fly-cart {
	cursor: pointer;
}

.leo-fly-cart-slidebar .leo-fly-cart:before {
	font-family: FontAwesome;
	content: "\f103";
	position: absolute;
	color: #fff;
	line-height: 13px;
	text-align: center;
	font-size: 25px;
}

.leo-fly-cart-slidebar.slidebar_bottom .leo-fly-cart:before {
	width: 100%;
	top: -15px;
	right: 0;
}

.leo-fly-cart-slidebar.slidebar_left .leo-fly-cart:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 15px;
	right: -18px;
}

.leo-fly-cart-slidebar.slidebar_right .leo-fly-cart:before {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 15px;
	left: -16px;
}

.leo-fly-cart-slidebar.slidebar_top .leo-fly-cart:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: -15px;
	right: 0px;
	width: 100%;
}

/*******************DONGND CSS for close slidebar cart END*****************************/
@media (max-width: 580.99px) {
	.leo-header-dropdown {
		padding: 20px 20px 15px;
	}

	.leo-dropdown-cart-item {
		padding: 0px 16px;
	}

	.leo-dropdown-cart-item .product-name {
		white-space: normal;
	}

	.leo-dropdown-bottom {
		padding: 15px;
	}

	.leo-dropdown-cart .cart-voucher {
		padding-top: 0;
	}

}

.footer-item-product .price {
	font-size: 14px;
	color: #163C5D;
    font-weight: 600;
}

.tax-product {
    font-size: 10px;
    color: #6B7E8F;
    font-weight: 500;
    margin-left: 3px;
}

.tax-product-total {
    font-size: 12px;
    color: #6B7E8F;
    font-weight: 500;
    margin-left: 8px;
}

.leo-cart-item-info .product-quantity {
	display: inline-flex;
	align-items: center;
	border: 1px solid #e2ecf2 !important;
	border-radius: 8px;
	overflow: hidden;
	width: auto;
	height: 26px;
	font-family: 'Poppins', sans-serif;
	background-color: transparent;
}

input.leo-input-product-quantity.input-group {
	background: #fff !important;
}

.leo-cart-item-info .product-quantity .leo-input-product-quantity,
.leo-input-product-quantity {
	order: 2;
	width: 28px !important;
	height: 26px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #163C5D !important;
	border: none;
	background: #fff;
	outline: none;
	padding: 0;
	float: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qty-buttons {
	display: contents;
	background: none;
	border: none;
	width: auto;
}

.qty-buttons a,
.qty-buttons a.leo-bt-product-quantity {
	width: 26px;
	height: 26px;
	background: #f5f7fa;
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: #163C5D !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, color 0.2s;
	text-decoration: none;
	padding: 0;
}

.qty-buttons a.qty-down {
	order: 1;
}

.qty-buttons a.qty-up {
	order: 3;
}

.qty-buttons a:hover,
.qty-buttons a:focus,
.qty-buttons a.leo-bt-product-quantity:hover,
.qty-buttons a.leo-bt-product-quantity:focus {
	background: #163C5D;
	color: #fff !important;
}

.qty-buttons a svg {
	width: 12px;
	height: 12px;
	display: block;
}

.qty-buttons i.material-icons {
	font-size: 14px;
	line-height: 1;
}

.leo-remove-from-cart {
	position: absolute;
	top: 12px;
	right: -2px;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	font-size: 13px;
	line-height: 1;
	color: #8CA3B5 !important;
	transition: color 0.2s;
	padding: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0;
}
.leo-remove-from-cart:hover,
.leo-remove-from-cart:focus {
	color: #E81FAF !important;
	text-decoration: none;
}
.label.text-primary.color-red {
	color: #FC2947 !important;
}

.leo-dropdown-cart-subtotals .text-primary,
.leo-dropdown-cart-subtotals .label {
	font-size: 13px !important;
	color: #8CA3B5 !important;
	font-weight: 400 !important;
	text-transform: none;
}


.leo-dropdown-bottom {
	padding-top: 0;
}

.leo-dropdown-cart-item {
	padding: 16px 0;
	border-bottom: 1px solid #f0f3f6;
}

.leo-dropdown-cart-item:last-child {
	border-bottom: none;
}

.leo-dropdown-total {
	/* padding: 5px 15px; */
}


.leo-dropdown-bottom #promo-code .pb-1 {
	padding-bottom: 0 !important;
}

.leo-dropdown-bottom #promo-code form {
	margin-bottom: 5px !important;
}



.leo-remove-from-cart .remove-icon {
	display: inline-block;
	line-height: 1;
}


/* CSS pour le dropdown panier vide */
.leo-empty-cart-content {
	font-family: Open SS, Arial, Sans-serif;
	padding: 30px 20px;
	text-align: left;
	background: #fff;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.empty-cart-message {
	margin-bottom: 25px;
}

.empty-cart-text {
	font-size: 16px;
	color: var(--secondary-color, #003d60);
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 1.4;
}

.empty-cart-subtext {
	font-size: 16px;
	color: var(--secondary-color, #003d60);
	margin-bottom: 0;
	line-height: 1.4;
}

.empty-cart-actions {
	margin-top: 40px;
	position: relative;
}

.empty-cart-actions::before {
	content: '';
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	margin: 0 -10px;
}

.btn-find-product {
	background-color: var(--secondary-color, #003d60);
	color: #fff !important;
	padding: 12px 20px;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	display: block;
	transition: all 0.3s ease;
	width: 100%;
	text-align: center;
}

.btn-find-product:hover {
	background-color: var(--secondary-color-dark, #002a43);
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 61, 96, 0.3);
}

.btn-find-product:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 61, 96, 0.2);
	color: #fff !important;
}

/* Responsive */
@media (max-width: 768px) {
	.leo-empty-cart-content {
		padding: 20px 15px;
		min-height: 180px;
	}

	.empty-cart-text {
		font-size: 15px;
	}

	.empty-cart-subtext {
		font-size: 13px;
	}

	.btn-find-product {
		padding: 10px 18px;
		font-size: 13px;
	}

	.empty-cart-actions::before {
		margin: 0 -5px;
	}
}

/* Animation d'apparition */
.leo-dropdown-cart.show .leo-empty-cart-content {
	animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Style pour la fermeture */
.cart-close {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: #f0f3f6;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #8CA3B5;
	transition: background 0.2s, color 0.2s, transform 0.3s;
}

.cart-close:hover {
	background: #E81F1F;
	color: #fff;
	transform: rotate(90deg);
}
.leo-header-dropdown{
	align-items: center;
	border-bottom: 1px solid #eaedf0;
}

b.text-uppercase.text-primary {
	font-weight: 500;
}

.leo-dropdown-cart-content,
.leo-dropdown-cart-content * {
	font-family: 'Poppins', sans-serif !important;
}

.leo-dropdown-cart-content .material-icons {
	font-family: 'Material Icons' !important;
}

.leo-dropdown-cart-content [class^="fa-"],
.leo-dropdown-cart-content [class*=" fa-"] {
	font-family: 'FontAwesome', 'Font Awesome 5 Free', 'Font Awesome 5 Pro' !important;
}

.cart-header-title {
	font-size: 18px;
	font-weight: 500;
	color: #163C5D;
	letter-spacing: -0.3px;
}

.cart-count {
	background: #E81F1F;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: 8px;
}