/* PANIER VIEW */
.cartContainer {
	min-height: 350px;
	display: flex;
	margin-left: 5%;
	padding-right: 5%;
	position: relative;
	margin-top: 30px;
}

.speedAddContainer {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	margin-left: 5%;
	padding-right: 5%;
	position: relative;
	margin-top: 30px;
}
.speedAddContainer .cart-view {
	text-align: center;
	padding-bottom: 0;
}

.speedAddContainer .cart-view .speedAdd {
	border-top: 1px dashed rgba(0, 0, 0, 0.12);
	padding-top: 10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 1) 100%);
}
.speedAddContainer .cart-view .speedAdd.off {
	opacity: 0.3;
}
.speedAddContainer .cart-view .speedAdd-lst {
	width: 100%;
	text-align: center;
	border-top: 1px dashed rgba(0, 0, 0, 0.12);
	padding-top: 10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 1) 100%);
}
.speedAddContainer .cart-view .speedAdd-lst .msg {
	font-size: 0.95rem;
	color: var(--blue-theme);
	padding-bottom: 10px;
	font-weight: 500;
}
.speedAddContainer .cart-view .speedAdd-lst .close {
	padding-top: 10px;
	font-size: 0.8rem;
	font-weight: 300;
}
.speedAddContainer .cart-view .speedAdd-lst .close a,
.speedAddContainer .cart-view .speedAdd-lst .close a:hover {
	color: #ca7a04;
}
.speedAddContainer .cart-view .speedAdd-msg {
	width: 100%;
	padding-top: 10px;
	color: #000;
	font-size: 0.8rem;
	text-align: center;
}
.speedAddContainer .cart-view .speedAdd-msg a,
.speedAddContainer .cart-view .speedAdd-msg a:hover {
	color: #000;
	text-decoration: underline;
}

.speedAddContainer .form-input {
	border: 1px solid #bbb;
	color: #383838;
	height: 40px;
	width: 100%;
	max-width: 300px;
	font-weight: 400;
	padding: 0;
	font-size: 0.9rem;
	text-align: center;
	display: inline-block;
	border: 1px solid #2d2d2d;
}
.speedAddContainer .blueBtn.rectangle {
	height: 42px;
	width: 100%;
	max-width: 300px;
	font-weight: 600;
	padding: 0 14px;
	font-size: 1rem;
	display: inline-block;
	border: 0;
	background-color: #2d2d2d;
	border-radius: 4px;
}

.speedAddContainer input[type="submit"] {
	color: #fff;
}

.speedAddContainer .cart-view .RadListBox .rlbCheck,
.RadListBox .rlbCheckAllItemsCheckBox {
	cursor: pointer !important;
}
.speedAddContainer .cart-view .RadListBox_Default .rlbItem.rlbSelected {
	color: rgb(51, 51, 51) !important;
	background-color: #fff !important;
}
.speedAddContainer .cart-view .RadListBox .rlbText {
	font-size: 1rem;
	font-weight: 500;
}
.speedAddContainer .cart-view .RadListBox .rlbImage {
	height: 20px !important;
}

.title-speed-shop {
	display: inline-block;
	text-align: center;
	font-size: 1rem;
	padding: 0 10px 0 10px;
	color: var(--blue-theme);
	text-transform: uppercase;
}
.title-speed-shop .fas {
	font-size: 0.96em;
	color: var(--blue-theme);
}

.cart-view {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	margin-top: -10px;
}
.cart-view table {
	width: 100%;
}

.viewPC {
}
.viewPCHalf {
}

.cart-view .cv-content a,
.cart-view .cv-content a:hover {
	color: black;
}

.cart-view .cv-content .tabCart tbody > tr td {
	border-bottom: 1px dashed #e0e0e0;
	line-height: 1.2em;
}
.cart-view .cv-content .tabCartQty tbody > tr td {
	border-bottom: 0;
}

.cart-view .tabHeader {
	border-collapse: collapse;
	border: 0;
	margin-bottom: 6px;
}
.cart-view .tabHeader th {
	background-color: var(--blue-theme);
	border: 0;
	color: white;
	font-size: 0.8rem;
	padding: 8px 0;
	border-top: 2px solid #00264e;
}

.cv-content {
	float: left;
	position: relative;
	width: 100%;
}
.cv-content .tabCart td .fas {
	font-size: 1.7rem;
	margin: 2px;
	color: var(--blue-theme);
	transition: 0.3s;
}
.cv-content .tabCart td .fas:hover {
	opacity: 0.7;
}
.cv-content .qtyBox {
	text-align: center;
	border: 1px dashed #777;
	height: 24px;
	border-radius: 3px;
}

.cv-content .pPic {
	z-index: 30;
	float: left;
	position: relative;
	width: 98%;
	margin-right: 2%;
	overflow: hidden;
}
.cv-content .pPic:before {
	z-index: 31;
	content: "";
	display: block;
	padding-top: 64%;
}
.cv-content .pPic .pPicS {
	z-index: 32;
	font-size: 1em;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.cv-content .pPic .pPicS img {
	z-index: 33;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	height: 100%;
}

.aulieude {
	font-size: 0.7em;
	font-weight: 400;
	text-decoration: line-through;
	opacity: 0.7;
}
.rem-percent {
	background-color: #fde900;
	display: inline-block;
	padding: 2px 4px;
	border-radius: 5px;
	font-size: 0.73em;
}
.subinfos {
	font-size: 0.64em;
	font-weight: 400;
	opacity: 0.8;
}

.btn-tools:hover,
.btn-checkout:hover {
	opacity: 0.6;
}

.cv-footer {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 40px;
}
.cv-footer .buttons-cart {
	float: left;
	position: relative;
	width: 70%;
}

.cv-footer .ttx {
	float: right;
	position: relative;
	width: 30%;
	text-align: left;
}
.cv-footer .ttx .total {
	float: right;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 4px solid var(--blue-theme);
}
.cv-footer .ttx .total .tl {
	float: left;
	position: relative;
	width: 60%;
	text-align: left;
	font-size: 0.9em;
}
.cv-footer .ttx .total .tr {
	float: right;
	position: relative;
	width: 40%;
	text-align: right;
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--blue-theme);
}
.cv-footer .ttx .checkout {
	float: right;
	position: relative;
	width: 100%;
	text-align: right;
	font-size: 0.9rem;
	font-weight: 300;
}

.btn-tools {
	transition: 0.3s;
	display: inline-block;
	padding: 8px 18px 9px;
	border: 0;
	background-color: #2d2d2d;
	color: white;
	font-size: 0.8rem;
	font-weight: 600;
	text-align: center;
	margin: 1px 1px 0 0;
	border-radius: 4px;
}
.btn-checkout {
	transition: 0.3s;
	display: inline-block;
	padding: 12px 14px 13px;
	border: 1px solid black;
	background-color: var(--yellow-theme);
	color: black;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
	margin: 1px 1px 0 0;
	text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 990px) {
	.viewPC {
		display: none;
		visibility: hidden;
	}
	.cart-view .tabHeader {
		font-size: 0.8em;
	}
	.cart-view .cv-content .tabCart {
		font-size: 0.9em;
	}
	.cv-footer .buttons-cart {
		width: 65%;
	}
	.cv-footer .ttx {
		width: 35%;
	}
	.btn-tools,
	.btn-checkout {
		font-size: 0.76rem;
	}
}

@media (max-width: 770px) {
	.viewPC {
		display: none;
		visibility: hidden;
	}
	.viewPCHalf {
		display: none;
		visibility: hidden;
	}
	.cv-footer .ttx .total .tl {
		width: 50%;
		text-align: left;
	}
	.cv-footer .ttx .total .tr {
		width: 50%;
	}
	.cv-footer .ttx .total .tl {
		width: 100%;
		text-align: right;
	}
	.cv-footer .ttx .total .tr {
		width: 100%;
		text-align: right;
	}
	.cv-footer .ttx .checkout {
		text-align: right;
	}
	.cart-view .tabHeader {
		font-size: 0.7em;
	}
	.cart-view .cv-content .tabCart {
		font-size: 0.6em;
	}
	.cv-footer {
		font-size: 0.94em;
	}
	.cv-footer .buttons-cart {
		width: 60%;
	}
	.cv-footer .ttx {
		width: 40%;
	}
	.btn-tools,
	.btn-checkout {
		font-size: 0.7rem;
	}
}

@media (max-width: 550px) {
	.cart-view .tabHeader {
		font-size: 0.6em;
	}
	.cart-view .cv-content .tabCart {
		font-size: 0.5em;
	}
	.btn-tools,
	.btn-checkout {
		font-size: 0.6rem;
	}
	.cv-footer {
		font-size: 0.86em;
	}
	.cv-footer .buttons-cart {
		width: 100%;
	}
	.cv-footer .ttx {
		width: 100%;
		padding-top: 20px;
	}
}
