.filArianne {
	padding: 20px 0 0;
	color: white;
	font-size: 1.4em;
	text-align: left;
	width: 70%;
}

.cartContainer {
	min-height: 350px;
	display: flex;
	padding: 10px 1em 40px;
	position: relative;
	margin-top: 14px;
	background-color: white;
	border-radius: 20px;
	max-width: 1300px;
	width: calc(100% - 3em);
}
.speedAddContainer {
	display: flex;
	flex-direction: row;
	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(--theme-blue);
	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: red;
	font-size: 0.8rem;
	text-align: center;
}

.speedAddContainer .cart-view .speedAdd-msg a,
.speedAddContainer .cart-view .speedAdd-msg a:hover {
	color: red;
	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;
}

.blueBtn,
.redBtn,
.speedAddContainer .blueBtn.rectangle {
	transition: 0.3s;
	display: inline-block;
	padding: 8px 18px 9px;
	border: 0;
	background-color: #2d2d2d;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	text-align: center;
	margin: 1px 1px 0 0;
	border-radius: 4px;
}

.redBtn {
	background: var(--color-1);
	padding: 16px 22px;
}

.speedAddContainer input[type="submit"] {
	color: #fff;
}

.speedAddContainer .cart-view .RadListBox .rlbCheck,
.RadListBox .rlbCheckAllItemsCheckBox {
	cursor: pointer !important;
}

.speedAddContainer .cart-view .RadListBox_Default .rlbItem.rlbSelected {
	color: #333 !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;
	color: var(--theme-blue);
	text-transform: uppercase;
}

.title-speed-shop .fas {
	font-size: 0.96em;
	color: var(--theme-blue);
}

.cart-view {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	margin-top: 0;
}

.cart-view table {
	width: 100%;
}

.cart-view .cv-content a,
.cart-view .cv-content a:hover {
	color: #878787;
}

	.cart-view .cv-content .tabCart tbody > tr td {
		border-bottom: 1px dashed #e0e0e0;
		line-height: 1.2em;
		color: black;
	}

.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(--theme-blue);
	border: 0;
	color: black;
	font-size: 0.8rem;
	padding: 8px 0;
}

.cv-content {
	float: left;
	position: relative;
	width: 100%;
}

	.cv-content .tabCart td .fas {
		font-size: 1.68rem;
		margin: 1px 5px 0 5px;
		color: #2d2d2d;
		transition: 0.3s;
	}

.cv-content .tabCart td .fas:hover {
	opacity: 0.7;
}

	.cv-content .qtyBox {
		text-align: center;
		border: 0;
		height: 30px;
		border-radius: 2px;
		font-weight: 600;
		background-color: #c3c3c3;
		color: black;
		padding-top: 2px;
	}

	.cv-content .pPic {
		z-index: 30;
		float: left;
		position: relative;
		width: 98%;
		margin-right: 2%;
		overflow: hidden;
		background-color: white;
		border-radius: 7px;
	}

.cv-content .pPic:before {
	z-index: 31;
	content: "";
	display: block;
	padding-top: 90%;
}

	.cv-content .pPic .pPicS {
		z-index: 32;
		font-size: 1em;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		border-radius: 7px;
		overflow: hidden;
		/*border: 1px dashed #d6d6d6;*/
		margin: 8px;
	}

.cv-content .pPic .pPicS img {
	z-index: 33;
	position: absolute;
	width: 100%;
	top: -0.6em;
	left: 0;
}

.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.74em;
	font-weight: 600;
	opacity: 0.8;
	line-height: 1.3em;
	margin-top: 10px;
	color:black;
}

.destock {
	border-left: 2px solid #005fab;
	background-color: #ff0;
	padding: 2px 5px;
	font-size: 0.6em;
	font-weight: 700;
	color: #005fab;
}

.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: 60%;
}

	.cv-footer .ttx {
		float: right;
		position: relative;
		width: 40%;
		text-align: left;
		margin-top: 20px;
	}

.cv-footer .ttx .total {
	float: right;
	position: relative;
	width: 100%;
	padding-top: 14px;
	margin-bottom: 0;
	border-bottom: 4px solid var(--theme-blue);
}

	.cv-footer .ttx .total .tl {
		float: left;
		position: relative;
		width: 40%;
		text-align: left;
		font-size: 1.2em;
		font-weight: 600;
	}

	.cv-footer .ttx .total .tlsub {
		float: left;
		position: relative;
		width: 40%;
		text-align: left;
		font-size: 1em !important;
		font-weight: 600;
	}

	.cv-footer .ttx .total .tltva {
		float: left;
		position: relative;
		width: 40%;
		text-align: left;
		font-weight: 400;
		font-size: .9em;
		color: #777;
		font-style: italic;
	}

		.cv-footer .ttx .total .tr {
			float: right;
			position: relative;
			width: 60%;
			text-align: right;
			font-size: 1.8rem;
			font-weight: 600;
			color: var(--color-2);
		}
	.cv-footer .ttx .total .trsub {
		float: right;
		position: relative;
		width: 60%;
		text-align: right;
		font-size: 1.5rem !important;
		font-weight: 600;
		color: var(--color-2);
	}
	.cv-footer .ttx .total .trtva {
		float: right;
		position: relative;
		width: 60%;
		text-align: right;
		font-size: 1rem;
		font-weight: 400;
		color: #6a6a6a;
	}

	.cv-footer .ttx .checkout {
		float: right;
		position: relative;
		width: 100%;
		text-align: right;
		font-size: 0.9rem;
		font-weight: 300;
		margin-top: 25px;
	}

.btn-tools {
	transition: 0.3s;
	display: inline-block;
	padding: 8px 18px 9px;
	border: 0;
	background-color: #2d2d2d;
	color: #fff;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
	margin: 1px 1px 0 0;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.05vw;
}

.btn-checkout {
	transition: 0.3s;
	display: inline-block;
	padding: 12px 24px 13px;
	border: 0;
	background-color: #eb5b11;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	margin: 1px 1px 0 0;
	border-radius: 5px;
}

.redBtn i,
.blueBtn i {
	margin-right: 8px;
}

@media all and (max-width: 1110px) {
	.cartContainer {
		margin-top: 3rem;
	}
}

@media all and (max-width: 1050px) {
	.cartContainer {
		margin-top: 5rem;
	}
}

@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 all and (max-width: 600px) {
	.cartContainer {
		margin-top: 4rem;
	}
}

@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.8rem;
	}

	.cv-footer {
		font-size: 0.86em;
	}

	.cv-footer .buttons-cart {
		width: 100%;
	}

	.cv-footer .ttx {
		width: 100%;
		padding-top: 20px;
	}
}

@media all and (max-width: 500px) {
	.cartContainer {
		margin-top: 3rem;
	}
}

.btnQty {
	display: inline-block;
	visibility: visible;
}

.qtym {
	position: absolute;
	width: 100%;
	height: 24px;
	display: none;
	visibility: hidden;
}

.blocked .qtym {
	display: inline-block;
	visibility: visible;
}

.blocked .btnQty {
	display: none;
	visibility: hidden;
}

.blocked .qtyBox {
	color: #646464 !important;
}
