.header-menu-icons .menu-icons {
	display: flex;
	align-content: center;
	gap: 5px;
	position: relative;
	z-index: 100;
	padding-top: 7px;
}

#header-search:hover {
	cursor: pointer;
}

.header-search-form {
	opacity: 0;
	display: none;
}

.open-search-form {
	display: block !important;
	opacity: 1 !important;
	position: absolute;
	top: -8px;
	width: 59.722vw;
	max-width: 1000px;
	z-index: 100;
	height: 80px;
	right: 175px;
	padding-top: 15px;
}

.modify-left-borders{
	border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.header-search-form .search-field {
	position: absolute;
}

.header-menu-icons .menu-icons .box {
	background: var(--e-global-color-secondary);
	width: 40px;
	height: 40px;
	border-radius: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.menu-icons .active svg {
	cursor: pointer;
	filter: invert(55%) sepia(16%) saturate(3321%) hue-rotate(56deg) brightness(125%) contrast(106%);
	fill: white;
}

.menu-icons .profile:hover svg,
.menu-icons .search:hover svg,
.menu-icons .favorite:hover svg {
	cursor: pointer;
	filter: invert(55%) sepia(16%) saturate(3321%) hue-rotate(56deg) brightness(125%) contrast(106%);
}


.menu-icons .favorite:hover svg {
	fill: white;
}

/* Cart */
#openCart {
	position: relative;
}

#openCart:hover {
	background: #61EF01 !important;
	cursor: pointer;
}

#cart-dot {
	position: absolute;
	width: 17px;
	height: 17px;
	background: var(--e-global-color-accent);
	border-radius: 36px;
	border: 3.5px solid var(--e-global-color-primary);
	right: -5px;
	top: -5px;
	display: none;
}

.menu-icons .cart {
	background: var(--e-global-color-accent) !important;
}

#header-woo-cart {
	display: none;
}

#header-woo-cart .header-cart-empty {
	text-align: center;
}

.open-cart {
	display: block !important;
	width: 448px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	position: absolute;
	top: 43px;
	left: -273px;
	background: var(--e-global-color-secondary);
	border-top: 0;
	z-index: 100;
}

.header-woo-top {
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	height: 48px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 5%;
}

.header-woo-top div {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: var(--e-global-color-primary);
}

.header-woo-top div span {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	background: var(--e-global-color-primary);
	color: var(--e-global-color-text);
	width: 44px;
	height: 25px;
	padding: 4px 8px 4px 8px;
	border-radius: 4px;
}

.header-woo-items {
	max-height: 244px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 24px;
	margin: 24px 0 8px 0;
}

.header-woo-items .header-cart-item {
	display: flex;
	justify-content: space-between;
	align-content: center;
	gap: 4px;
	padding: 10px 0;
	border-bottom: 3px solid var(--e-global-color-6e4481f);
}

.header-woo-items .header-cart-item .header-cart-item-image {
	width: 80px;
	background: var(--e-global-color-primary);
	border-radius: 8px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-woo-items .header-cart-item .header-cart-item-image img {
	border-radius: 8px;
}

.header-woo-items .header-cart-item .header-cart-item-content {
	width: 312px;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.header-woo-items .header-cart-item .header-cart-item-content .variation {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: var(--e-global-color-ca6b6cb);
    white-space: nowrap;
}

.header-woo-items .header-cart-item .header-cart-item-content .header-cart-item-remove {
	background: var(--e-global-color-5f51eb9);
	padding: 10px;
	display: flex;
	justify-content: center;
	align-content: center;
	border-radius: 6px;
}

.header-woo-items .header-cart-item .header-cart-item-content .header-cart-item-remove:hover {
	background: var(--e-global-color-6e4481f);
}

.header-woo-items .header-cart-item .header-cart-item-content .cart-item-left {
	width: 50%
}

.header-woo-items .header-cart-item .header-cart-item-content .cart-item-left .header-cart-item-data {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
}

.header-woo-items .header-cart-item .header-cart-item-content .cart-item-left .header-cart-item-data input {
	max-width: 100%;
	width: 34px;
	height: 40px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;

}

.header-woo-items .header-cart-item .header-cart-item-content .cart-item-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}

.header-woo-items .header-cart-item .header-cart-item-content .cart-item-right .cart-item-price {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	/*margin-top: 8px;*/
	text-align: right;
}
.header-woo-items .header-cart-item .header-cart-item-content .cart-item-right .cart-item-price .product-price-box {
	display: flex;
    flex-direction: column-reverse;
	align-items: end;
    justify-content: flex-start;
	gap: 2px;
}
.header-woo-items .header-cart-item .header-cart-item-content .cart-item-right .cart-item-price .product-price-box .product-sale{
	display: flex;
    flex-direction: column;
}
.header-woo-items .header-cart-item .header-cart-item-content .cart-item-right .cart-item-price .product-price-box .but-sale{
	display: flex;
    flex-direction: row;
    justify-content: end;
	gap: 4px;
}
.header-woo-items .header-cart-item .header-cart-item-content .cart-item-right .cart-item-price .product-price-box .but-sale .price{
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	color: #D9D9D9;
	text-decoration: line-through !important;
}
.header-woo-items .header-cart-item .header-cart-item-content .cart-item-right .cart-item-price .product-price-box .unit{
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	color: #A3A3A3;
}
.header-woo-items .header-cart-item .header-cart-item-content .cart-item-right .cart-item-price .product-price-box .but-sale .unit{
	text-decoration: line-through !important;
}

.header-woo-items .header-cart-item .header-cart-item-content .header-cart-item-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.header-woo-items .header-cart-item .header-cart-item-content .header-cart-item-text .title,
.header-woo-items .header-cart-item .header-cart-item-content .header-cart-item-text .sku {
	display: flex;
	justify-content: start;
	align-items: start;
}

.header-woo-items .header-cart-item .header-cart-item-content .header-cart-item-text .title a {
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	word-break: break-all;
}

.header-woo-items .header-cart-item .header-cart-item-content .header-cart-item-text .title a:hover {
	color: var(--e-global-color-accent);
}

.header-woo-items .header-cart-item .header-cart-item-content .header-cart-item-text .sku a {
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	color: var(--e-global-color-ca6b6cb);

}
.header-woo-items .header-cart-item .quantity {
    background: var(--e-global-color-primary);
    display: flex;
    align-items: center;
    border-radius: 6px;
    position:relative;
}
.header-woo-items .header-cart-item .quantity .minus,
.header-woo-items .header-cart-item .quantity .plus {
    background: transparent;
    color: var(--e-global-color-text);
    border: none;
    font-size: 24px;
    padding-top:0;
    padding-bottom:0;
}
.header-woo-items .header-cart-item .quantity .minus {
    padding-right: 2px;
    padding-left:10px;
}
.header-woo-items .header-cart-item .quantity .plus {
    padding-left: 2px;
    padding-right:10px;
}
.header-woo-items .header-cart-item .quantity input.qty {
    height: 35px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.78px;
    text-align: right;
    width: 35px;
    padding: 0;
}
.header-woo-items .header-cart-item .quantity .unit {
    font-size:12px;
    margin-right:3px;
    padding-top:2px;
}
@keyframes headerwoocartrotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.header-woo-cart .cart-loader-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	border-radius: 0;
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
}
.header-woo-cart .cart-loader-box img {
	width: 40px;
	height: 40px;
	-webkit-animation: headerwoocartrotate 1.2s linear infinite;
	animation: headerwoocartrotate 1.2s linear infinite;
}

body.woocommerce-cart #header-woo-cart.open-cart,
body.woocommerce-checkout #header-woo-cart.open-cart {
	display:none !important;
}

#header-woo-cart-box hr {
	height: 3px;
	background: var(--e-global-color-5f51eb9);
	margin: 0 5%;
	border: 1px solid var(--e-global-color-5f51eb9);
	border-radius: 6px;
	margin-bottom: 10px;
}

.header-woo-bottom {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: var(--e-global-color-text);
	padding: 16px 24px 24px 24px;
}

.header-woo-bottom p {
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	color: var(--e-global-color-5987a43);
	margin: 8px 0 16px 0;
}

.header-woo-bottom .subtotal {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 10px;
}
.header-woo-bottom .subtotal .subtotal-price{
	text-align: right;
}

.header-woo-bottom .buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-woo-bottom .buttons a {
	width: 192px;
}

#seach-loader {
	display: none;
}

/*responsive*/

@media(max-width: 1355px) {
	.open-search-form {
		width: 48rem;
		right:98%;
	}
}
@media(max-width: 1260px) {
	.open-search-form {
		width: 45rem;
	}
}
@media(max-width: 1230px) {
	.open-search-form {
		width: 49rem;
	}
}

@media(max-width: 1155px) {

	#seach-loader {
		width: 670px;
	}

	.open-cart {
		left: -283px;
	}
}
@media(max-width: 1130px) {

	.open-search-form {
		width: 46rem;
	}
}

@media(max-width: 991px) {

	.menu-icons .profile,
	.menu-icons .search,
	.menu-icons .favorite {
		display: none !important;
	}

	.header-menu-icons .menu-icons {
		justify-content: flex-end;
	}

	.open-cart {
		left: unset;
	}
}

@media only screen and (max-width: 550px) {
	.open-cart {
		top: 60px;
		/*width: 343px;*/
		width: calc(100vw - 40px);
	}

	.header-woo-bottom .buttons .pxlions-button-style-style5 {
		display: none;
	}

	.header-woo-bottom .buttons .pxlions-button-style-style1,
	.header-woo-bottom .buttons .pxlions-button-style-style1 a {
		width: 100%;
	}
	.header-woo-items{
		padding: 0 12px;
	}
	.header-woo-items .header-cart-item .header-cart-item-content .cart-item-left .header-cart-item-data input{
		padding: 0;
	}
	.header-woo-items .header-cart-item .header-cart-item-content .cart-item-left .header-cart-item-data{
		justify-content: start;
	}
	.header-woo-items .header-cart-item .header-cart-item-content .variation{
		font-size: 12px;
	}
	.header-woo-bottom{
		padding: 8px;
	}
	.header-woo-bottom .subtotal, .header-woo-bottom p{
		padding: 0 8px;
	}
	#header-woo-cart-box hr{
		margin: 0 8px;
	}
	.header-woo-items .header-cart-item .header-cart-item-content{
		width: 100%;
	}
}
@media only screen and (max-width: 375px) {
	.header-woo-items .header-cart-item .header-cart-item-content .cart-item-right .cart-item-price .product-price-box .but-sale .price{
		font-size: 8px;
	}
	.header-woo-items .header-cart-item .header-cart-item-content .cart-item-right .cart-item-price .product-price-box .unit{
		font-size: 8px;

	}
}