.mini-cart-box {
	width: 30%;
	/* padding-bottom: 25px; */
	float: right;
	background-color: #ffffff;
	/* products are 180*/
	border-radius: 6px;
	border: 1px solid #e6e6e6;
}

.mini-cart h3 {
	margin: 0;
}


.mini-cart.limit-width {
	display: flex;
	flex-wrap: wrap;
}

.mini-cart-right {
	max-width: 350px;
}

.mini-cart-center {
	max-width: 350px;
}

.mini-cart-left,
.mini-cart-center,
.mini-cart-right {
	flex: 1;
	/* color: #ffffff; */
	padding-left: 22px;
	padding-top: 15px;
	/* padding-right: 30px; */
}

.mini-cart-right {
	text-align: center;
}

.mini-cart-left {
	height: 100%;
	/* max-width: 524px; */
	margin-right: 22px;
}

.mini-cart-center-left,
.mini-cart-right {
	margin-top: 5px;
	margin-bottom: 20px;
}

#cartItems {
	width: 100%;
	/* max-height: 135px; */
	/* overflow-y: auto; */
	padding: 0;
	position: relative;
}

.check-mini-cart-item {
	margin-right: 3px;
	width: 17px;
}

.freeItemIcon {
	margin-right: 3px;
	width: 17px;
}

.freeGiftCartItems{
	padding: 2px 0;
}

.freeGiftCartItems.enabled{
	background-color: #F4FCFF;
    -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

.freeGiftCartItems.disabled{
	background-color: none;
}

.mini-cart-item {
	margin-top: 10px;
	/* padding: 5px 15px; */
	/* background-color: #ffffff; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 500;
}

.bin-delete-icon {
	position: absolute;
	right: 12px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	margin-top: 3px;
	width: 11px;
}

#cartItems li {
	margin-bottom: 5px;
}

#cartTotal {
	font-weight: 500;
}

.bottom-mini-cart {
	height: 350px;
	width: 100%;
	display: none;
}

#cartItems::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
}

#cartItems::-webkit-scrollbar-thumb {
	background-color: rgb(219, 219, 219);
	border-radius: 4px;
}

#cartItems::-webkit-scrollbar-thumb:hover {
	background-color: rgb(121, 121, 121);
}

/** INPUT BOXES */
.input-group {
	display: flex;
	align-items: center;
	font-weight: 500;
}

.label-input-container {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.label-input-container label {
	margin-right: 5px;
}

.adch-labels {
	min-width: 140px;
}

.line-price-keetoo {
	color: #40d491;
}

.minicart-hr {
	margin-top: 4px;
	margin-bottom: 2px;
}

.adultchild-box {
	width: 110px;
	height: 28px;
	border-radius: 16px;
	background: #fafafa;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%);
	padding: 1px 2px;
	margin: 10px;
	font-size: 20px;
	color: #405362;
	line-height: 24px;
}

.adch-button {
	font-size: 27px;
	color: #454560;
	line-height: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica;
	height: 25px;
	width: 25px;
	border-radius: 16px;
	background: #ffffff;
	cursor: pointer;
	transition: .4s all;
	text-align: center;
	color: #405362;
}

.hr-divider {
	border: none;
	border-top: 1px solid #ccc;
	margin: 20px 0;
}

/** DISABLE **/
.mini-cart-disabled {
	position: relative;
}

.mini-cart-disabled::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff87;
	pointer-events: none;
}

/** TOTALS LINES*/
.cart-price-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 280px;
}

.hr {
	margin: 8px 0px 8px 0px;
	border: 0;
	border-top-width: 1px;
	border-style: solid;
}

.line-price-pay {
	font-size: 20px;
	font-weight: 600;
}

.line-price-keetoo {
	font-weight: 600;
}

.price-label {
	flex: 1;
	text-align: left;
	font-size: 19px;
}

.price-value {
	text-align: right;
	font-size: 18px;
}

.btn-wide {
	background-color: #40d491;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	width: 100%;
	height: 43px;
	margin-top: 10px;
	border-radius: 10px;
	color: white;
}

/** MINICART LOADER **/

#minicart-loader-container {
	z-index: 9999;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	/* Inizialmente nascosto */
}

#minicart-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #40d491;
	animation: spin 1s infinite linear;
}

@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

#cart-item-recap {
	display: none;
}


@media (max-width: 572px) {
	.mini-cart-box {
		position: fixed;
		z-index: 999;
		left: 0px;
		width: 100% !important;
		bottom: 0;
	}

	.wbk-product-information {
		font-size: 13px;
	}

	.mini-cart-right {
		margin-bottom: 0px;
	}

	.mini-cart.limit-width {
		/*min-height: 175px;*/
		flex-direction: column;
	}

	.input-group {
		align-items: center;
		flex-direction: column;
	}

	#cartItems {
		display: none;
	}

	#cart-item-recap {
		display: block !important;
		text-align: center;
		font-size: 15px;
		padding: 7px;
	}

	.mini-cart-left,
	.mini-cart-center,
	.mini-cart-right {
		width: 100%;
		padding: 2px 25px;
	}

	.mini-cart-center,
	.mini-cart-right {
		max-width: 100% !important;
	}

	.mini-cart-center .input-group {
		width: 33%;
		float: left;
	}

	.cart-price-row {
		width: 100% !important;
		font-size: 17px;
	}

	#cart-item-message {
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 9999;
		padding: 0px 10px;
		text-align: center;
		margin: 17px auto;
		font-size: 19px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.mini-cart-disabled::before {
		background-color: #fbfbfbde;
	}

	.adultchild-box {
		width: 100px;
		height: 28px;
		padding: 2px 3px;
		margin-top: 5px;
		margin-bottom: 10px;
		line-height: 25px;
	}

	.adch-button {
		font-size: 25px;
		line-height: 27px;
		height: 25px;
		width: 25px;
	}

	.footer-scroll-top {
		right: 20px;
		bottom: 5px;
	}

	.adch-labels {
		min-width: 100px;
		font-size: 14px;
	}

	.btn-wide {
		margin-bottom: 20px;
	}

	.mini-cart-disabled {
		position: relative;
		margin-bottom: -56px;
	}
}