.cart-panel-overlay {
	position         : fixed;
	top              : 0;
	right            : 0;
	height           : 100vh;
	width            : 100%;
	z-index          : 14;

	background       : rgba(0, 0, 0, 0.3);
	cursor           : pointer;
	pointer-events   : none;

	transform-origin : right center;
	transform        : scaleX(0);
	transition       : all .3s ease-in-out;
}

.cart-panel-overlay--is-show {
	transform      : scaleY(1);
	pointer-events : all;
	transition     : all .3s ease-in-out .1s;
}

.cart-panel {
	position       : fixed;
	top            : 0;
	right          : 0;
	height         : 100vh;
	width          : 100%;
	max-width      : 400px;
	z-index        : 15;

	overflow       : auto;

	background     : white;
	padding        : 1rem 1rem 0;

	display        : flex;
	flex-direction : column;

	transform      : translate3d(100%, 0, 0);
	transition     : all .2s ease-in-out;
}

.cart-panel--is-show {
	transform  : translate3d(0, 0, 0);
	transition : all .4s ease-in-out .2s;
}

.cart-panel__close {
	position      : -webkit-sticky;
	position      : sticky;
	top           : 0;
	z-index       : 5;

	align-self    : flex-end;
	background    : white;
	border-radius : 50%;
	font-size     : calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
	padding       : 0;
	width         : 1em;
	height        : 1em;
	border        : 2px solid currentColor;
}

.cart-panel__product-item + .cart-panel__product-item {
	margin-top : 1.5em;
}

.cart-panel__product {
	display               : grid;
	grid-gap              : 5px 20px;
	grid-template-columns : 125px 1fr;
}

.cart-panel__product-cart-actions {
	display     : flex;
	align-items : center;
	flex-wrap   : wrap;
}

.cart-panel__product-cart-actions .cart-panel__product-cart-qty {
	margin-left : auto;
}

.cart-panel__product-cart-full-price {
	display         : flex;
	align-items     : center;
	justify-content : flex-end;
}

.cart-panel__summary-wrapper {
	margin-top : auto;

	position   : -webkit-sticky;
	position   : sticky;
	bottom     : 0;
	background : white;
	z-index    : 5;

	font-size  : calc(12px + (13 - 12) * ((100vw - 320px) / (1920 - 320)));

	padding    : 1rem 0 1rem;
}

.cart-panel__summary {
	border-top  : 1px solid rgba(0, 0, 0, .15);
	padding-top : .25rem;
}

.cart-panel__summary-line {
	display         : flex;
	justify-content : space-between;
}

.cart-panel__total {
	border-top  : 1px solid currentColor;
	padding-top : 1em;
	margin-top  : 1em;
}

.cart-panel__validate {
	width      : 100%;
	margin-top : 2em;
}



/*SURVOL*/
#header .blockcart .dropdown-cart{
	display: none;
}
@media (min-width: 1200px){
	#header .blockcart:hover .dropdown-cart{
		display:block;
	}
}


#header .blockcart .dropdown-cart {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 150px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

#header .blockcart .cart-products__container{
	max-height: 350px;
	overflow: auto;
}

#header .blockcart.cart-preview .dropdown-cart {
	padding: 7px 10px;
	top: 80px ;
	width: 320px ;
	min-width: 320px ;
	right: 1rem;
	left: inherit;
	box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2);
}
#header .blockcart.cart-preview .dropdown-toggle {
	background: none;
	border: none;
}
#header .blockcart.cart-preview .dropdown-product-item {
	display: flex;
	position: relative;
	width: 100%;
	padding: 9px 0;
	border-top: 1px dashed #d8e0e6
}
#header .blockcart.cart-preview .dropdown-product-item:first-child {
	border-top: 0
}
#header .blockcart.cart-preview .dropdown-product-item>.dropdown-product-thumb, .dropdown-product-item>.dropdown-product-info {
	display: table-cell;
	vertical-align: top
}
#header .blockcart.cart-preview .dropdown-product-item>.dropdown-product-thumb {
	width: 55px;
	border-radius: 50%;
	overflow: hidden
}
#header .blockcart.cart-preview .dropdown-product-item>.dropdown-product-thumb>img {
	display: block;
	width: 100%
}
#header .blockcart.cart-preview .dropdown-product-item > .dropdown-product-remove {
	display: block;
	position: absolute;
	top: 23px;
	right: 2px;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}
#header .blockcart.cart-preview .dropdown-product-item > .dropdown-product-remove i {
	color: #2D2D2D;
	transition: 0.2s ease;
}

#header .blockcart.cart-preview .dropdown-product-item > .dropdown-product-remove i:hover {
	color: #ff5252;
}

#header .blockcart.cart-preview .dropdown-product-item>.dropdown-product-info {
	padding-right: 15px;
	/*padding-left: 12px*/
}
#header .blockcart.cart-preview .dropdown-product-item .dropdown-product-title {
	display: block;
	padding-top: 2px;
	transition: color .3s;
	color: #373a3c !important;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none
}
#header .blockcart.cart-preview .dropdown-product-item .dropdown-product-title:hover {
	color: #0da9ef
}

#header .blockcart.cart-preview .dropdown-product-item .dropdown-product-details {
	color: #535960;
	font-size: 14px
}
#header .blockcart.cart-preview .toolbar-dropdown-total{
	display: flex;
}
#header .blockcart.cart-preview .toolbar-dropdown-total .btn{
	text-transform: none;
	font-size: 14px;
	margin: 10px 4px;
}

#header .blockcart.cart-preview .toolbar-dropdown-total .btn-primary:not(:hover){
	background: var(--color-secondary);
	border-color: var(--color-secondary)
}

#header .blockcart.cart-preview .toolbar-dropdown-total .btn-primary:hover{
	color: var(--color-secondary);
	border-color: var(--color-secondary)
}

#header .blockcart.cart-preview .blockcart {
	background: #f1f1f1;
	height: 3rem;
	padding: .75rem;
	margin-left: .9375rem;
	text-align: center;
	white-space: nowrap;
}
#header .blockcart.cart-preview .toolbar-dropdown-group {
	display: table;
	width: 100%;
	padding: 9px 0;
	border-top: 1px solid #e1e7ec;
	border-bottom: 1px solid #e1e7ec;
	font-size: 14px;
	color: black;
}
#header .blockcart.cart-preview .toolbar-dropdown-group div {
	padding-bottom: 2px
}
#header .blockcart.cart-preview .text-right {
	text-align: right;
}
#header .blockcart.cart-preview .btn-checkout, #header .blockcart.cart-preview .btn-view {
	display: block;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
	height: 36px;
	padding: 0 10px;
	border-radius: 10px;
	font-size: 17px;
	line-height: 34px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all .4s;
	text-align: center;
}
#header .blockcart.cart-preview .btn-checkout{
	color: white;
}
#header .blockcart.cart-preview .btn-checkout:hover{
	color: var(--color-primary);
}
#header .blockcart.cart-preview .btn-view {
	background-color: #f5f5f5;
	border-color: #e1e7ec;
	color: #606975 !important;
}
#header .blockcart.cart-preview .btn-view:hover {
	background-color: #cbcbcb !important
}
