#pscarthover_shoppingcart {
	background-color: #fff;
	position: fixed;
	top: 100px;
	/* right: calc(50% - 512px); */
	right: 230px;
	z-index: 1021;
	display: none;
	height: auto;
	width: 380px;
	padding: 0;
	font-size: 12px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #ffffff;
	transform: translateX(50%);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	line-height: normal !important;
}
 .cartdrop-overview {
	overflow: auto;
	max-height: 467px;
}
#_desktop_cart {
	position: relative;
}
/* width */

.cartdrop-overview {
	scrollbar-width: thin;
	scrollbar-color: #ef7275 #efefef;
}
.cartdrop-overview::-webkit-scrollbar-track {
	background: #efefef;
	border: 0px none #efefef;
	border-radius: 50px;
}
.cartdrop-overview::-webkit-scrollbar-thumb {
	border-radius: 5px;
	border: 2px solid #efefef;
	background-color: #ef7275;
}
.cartdrop-overview::-webkit-scrollbar {
	width: 10px;
}
.cartdrop-overview::-webkit-scrollbar-thumb:hover {
	background: transparent;
}

.cartdrop-overview::-webkit-scrollbar-corner {
	background: #efefef;
}
 .productimage {
	width: 50px;
	height: auto;
	padding-top: 10px;
 }

.viewmycart {
	padding-top: 5px;
	border-radius: 4px !important;
}

.checkoutnow {
	padding-top: 10px;
	border-radius: 4px !important;
}

.mobileclose {
	padding-top: 9px;
	text-align: center;
	height: 25px;
}

.pscartdropdowncross {
	color: #262525 !important;
}

.close-icon {
	width: 30px;
	height: 30px;
	padding: 8px 9px 7px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.btnviewcart {
	border-radius: 4px;
	font-size: 1rem !important;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2) !important;
}
.btnviewcart.btn-primary {
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2) !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	padding: .5rem 1.25rem !important;
}

.divclosecross {
	margin-top: 0;
	margin-left: 0;
}

.cartdrop-details {
	background-color: #fff;
	position: sticky;
	bottom: 0;
	z-index: 10;
	-moz-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
}

.shippingdate-message-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
	top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.shippingdate-message-wrapper .shippingdate-message-img {
	margin-right: 10px;
}

.shippingdate-message-wrapper p {
	margin-bottom: 0;
	text-align: left !important;
}

.cartdrop-detailed-totals {
	border:  none;
	padding: 20px;
}

.productcard {
	padding: 20px;
	-moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
}

.product-line-grid {
	display: flex;
}
.product-line-grid .col-img {
	width: 50px;
}
.product-line-grid .col-infos {
	width: 260px;
}
.product-line-grid .col-remove {
	width: 30px;
}

.product-line-grid .col-infos {
	padding: 0 20px;
}

.product-line-grid .productname {
	color: #262525;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Open Sans,sans-serif;
}

.product-line-grid .product-price {
	color: #262525;
	font-size: 14px;
	font-weight: bold;
	font-family: Open Sans,sans-serif;
	gap: 0.938rem;
}

.product-line-grid .product-price .discount  {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	border-radius: 3px;
	background-color: #e4262a;
	font-family: Open Sans,sans-serif;
}
.product-line-grid .product-price.has-discount,
.cartdrop-total .label,
.cartdrop-total .value {
	color: #e4262a;
}

.cartdrop-total,
.shipping-total {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.shipping-total {
	margin-bottom: 16px;
}

.cartdrop-total .label {
	font-weight: bold;
	text-transform: uppercase;
}

.shipping-total .value,
.cartdrop-total .value {
	font-size: 16px;
	font-weight: bold;
}

.shopping-cart-dropdown {
  vertical-align: -6px !important;
}
.checkorder {
	vertical-align: -6px !important;
	margin-right: 0px !important;
}
@media only screen and (max-width: 1440px) {
	#pscarthover_shoppingcart {
		right: 20px;
		transform: none;
	}
}
@media only screen and (max-width: 1199px) {
	#pscarthover_shoppingcart {
		top: 170px;
		right: inherit;
		left: calc(50% - 607px);
		transform: translateX(50%);
	}
}
@media only screen and (max-width: 991px) {
	#pscarthover_shoppingcart {
		top: 124px;
		left: inherit;
		right: calc(50% - 158px);
	}
}
@media only screen and (max-width: 767px) {
	#pscarthover_shoppingcart {
		top: 124px;
		left: inherit;
		right: calc(50% - 66px);
	}
}
@media only screen and (max-width: 40em) {
	#pscarthover_shoppingcart {
		width: calc(100% - 40px);
		position: absolute !important;
		max-height: 92% !important;
		right: 50%;
	}
	.noscroll {
		position: fixed !important;
		overflow: hidden !important;
	}
	.cartdrop-overview {
		overflow-x: hidden !important;
	}
	.product-line-grid {
		display: flex;
		justify-content: space-between;
	}
	.product-line-grid .col-infos {
		width: auto;
	}
}
