#shopping-cart-wrapper #bs-js-cart-container .bs-js-cart {
	margin-left: 2rem;
	margin-right: 2rem;
	max-height: 300px;
	overflow-y: auto;
}

#shopping-cart-wrapper #bs-js-cart-container .products .slick-slide .product-miniature {
	min-height: 200px;
}

body.body-fixed {
	position: fixed;
	width: 100%;
	max-width: 100%
}
/*
#shopping-cart-wrapper .visible {
	visibility: visible !important
}
*/
#shopping-cart-wrapper.h-100 {
	height: 100% !important
}

#shopping-cart-wrapper .text-center {
	text-align: center !important;
}

#shopping-cart-wrapper .justify-content-between {
	justify-content: space-between !important
}

#shopping-cart-wrapper {
	transition: right .5s ease;
	background-color: #fff;
	top: 0;
	right: -100%;
	width: 100%;
	z-index: 1500;
	position: fixed;
}

@media (min-width: 576px) {
	#shopping-cart-wrapper {
		right: -500px;
		width: 500px
	}
}

@media (min-width: 992px) {
	#shopping-cart-wrapper {
		right: -660px;
		width: 660px
	}
}

#shopping-cart-wrapper.show {
	right: 0
}

#shopping-cart-wrapper .shopping-cart-details svg .st0 {
	display: block;
}

#shopping-cart-wrapper .shopping-cart-details__header {
	padding: 2rem 3rem
}

#shopping-cart-wrapper .shopping-cart-details__header svg {
	float: left;
	width: 16px;
	height: 16px;
	margin: 6px 0;
	cursor: pointer
}

#shopping-cart-wrapper .shopping-cart-details__free_shipping {
	padding: 0 2rem
}

@media (min-width: 576px) {
	#shopping-cart-wrapper .shopping-cart-details__free_shipping {
		padding: 0 3rem
	}
}

#shopping-cart-wrapper .shopping-cart-details__free_shipping p {
	font-size: .875rem
}

#shopping-cart-wrapper .shopping-cart-details__free_shipping p span {
	border-radius: 20px;
	color: #fff;
	padding: .25rem .5rem
}

#shopping-cart-wrapper .shopping-cart-details__free_shipping .progress-bar {
	background: #babcbe;
	border-radius: 2px;
	width: 95%;
	height: 5px
}

#shopping-cart-wrapper .shopping-cart-details__free_shipping .progress-bar .progress {
	background: #ac0000;
	height: 5px
}

#shopping-cart-wrapper .shopping-cart-details__free_shipping .progress-bar .minimum-amount {
	font-size: .875rem;
	top: -25px;
	right: -48px;
}

#shopping-cart-wrapper .shopping-cart-details__wrapper {
	overflow-y: scroll
}

#shopping-cart-wrapper .shopping-cart-details__wrapper {
	left: 0rem;
	right: 0rem;
	position: absolute;
}

@media (min-width: 576px) {
	#shopping-cart-wrapper .shopping-cart-details__wrapper {
		left: 2rem;
		right: 2rem;
	}
}

#shopping-cart-wrapper .shopping-cart-details__products {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-height: inherit !important;
	overflow-y: hidden !important;
	padding: 0 2rem 0 1rem !important;
}

#shopping-cart-wrapper .shopping-cart-details__products .product-line__img {
	border-radius: 10px
}

#shopping-cart-wrapper .shopping-cart-details__products .product-line__title {
	color: #000;
	font-size: 1rem;
	text-decoration: none
}

#shopping-cart-wrapper .shopping-cart-details__products .product-line__title:active,
#shopping-cart-wrapper .shopping-cart-details__products .product-line__title:focus,
#shopping-cart-wrapper .shopping-cart-details__products .product-line__title:hover {
	text-decoration: underline
}

#shopping-cart-wrapper .shopping-cart-details__products .product-quantity .input-group {
	border: 0
}

#shopping-cart-wrapper .shopping-cart-details__products .product-quantity .input-group .btn {
	border-color: rgba(0, 0, 0, .5);
	font-size: 1.5rem;
	height: 40px;
	padding: 5px 12px
}

@media (min-width: 992px) {
	#shopping-cart-wrapper .shopping-cart-details__products .product-quantity .input-group .btn {
		height: 49px;
		padding: 9px 20px
	}
}

#shopping-cart-wrapper .shopping-cart-details__products .product-quantity .input-group .form-control {
	background: #f6f6f6;
	border-top: 1px solid rgba(0, 0, 0, .5);
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	max-width: 40px;
	height: 40px;
	padding: 0 .5rem !important
}

@media (min-width: 992px) {
	#shopping-cart-wrapper .shopping-cart-details__products .product-quantity .input-group .form-control {
		max-width: 60px;
		height: 49px;
		padding: 0 1rem !important
	}
}

#shopping-cart-wrapper .shopping-cart-details__products .product-price {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .5rem
}

@media (min-width: 992px) {
	#shopping-cart-wrapper .shopping-cart-details__products .product-price {
		font-size: 1.125rem
	}
}

#shopping-cart-wrapper .shopping-cart-details__products svg {
	width: 22px;
	height: 22px;
}

#shopping-cart-wrapper .shopping-cart-details__bottom {
	background: #fff;
	width: 100%;
	padding: 1rem 2rem 1.5rem
}


#shopping-cart-wrapper .shopping-cart-details__bottom .btn-secondary {
	font-size: 1.125rem
}

#shopping-cart-wrapper .shopping-cart-details__bottom .btn-secondary svg {
	vertical-align: -5px;
	margin-right: .5rem
}

#shopping-cart-wrapper .shopping-cart-details__bottom .btn-secondary [fill]:not([fill=none]) {
	fill: #fff
}

#shopping-cart-wrapper .blockreassurance_product {
	font-size: .875rem;
	margin: 0
}

#shopping-cart-wrapper .blockreassurance_product .item-product {
	height: auto;
	margin: 8px 0;
	padding: 0
}

#shopping-cart-wrapper .blockreassurance_product .item-product img {
	width: 23px;
	height: 16px
}

#shopping-cart-wrapper .blockreassurance_product .block-title {
	margin: 0
}

#shopping-cart-wrapper .product-list {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: .5rem 0 1rem;
	padding: .5rem 0
}

#shopping-cart-wrapper .product-list .product-miniature {
	margin: 0 .5rem
}

#shopping-cart-wrapper .product-list .thumbnail-container {
	max-width: 110px;
	margin-right: 1rem
}

#shopping-cart-wrapper .product-list .thumbnail-container .wishlist-button-add {
	display: none
}

#shopping-cart-wrapper .product-list .product-title {
	font-size: .875rem;
	line-height: 1.2;
	margin-bottom: .5rem
}

#shopping-cart-wrapper .product-list .product-list-action {
	margin: .5rem 0 0
}

#shopping-cart-wrapper .product-list .product-list-action .add-to-cart {
	font-size: .75rem;
	padding: 8px 25px
}

#shopping-cart-wrapper .product-list .slick-prev {
	left: -1.75rem
}

#shopping-cart-wrapper .product-list .slick-prev:before {
	transform: rotate(90deg)
}

#shopping-cart-wrapper .product-list .slick-next {
	right: -1.75rem
}

#shopping-cart-wrapper .product-list .slick-next:before {
	transform: rotate(-90deg)
}


#shopping-cart-overlay {
	background: rgba(0, 0, 0, .5);
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1499
}

#shopping-cart-overlay.visible {
	display: block
}


#shopping-cart-wrapper .mb-5 {
	margin-bottom: 3rem !important;
}

#shopping-cart-wrapper .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}


#shopping-cart-wrapper .flex-column {
	flex-direction: column !important;
}

#shopping-cart-wrapper .d-flex {
	display: flex !important;
}

#shopping-cart-wrapper .col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

#shopping-cart-wrapper .col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

#shopping-cart-wrapper .align-items-end {
	align-items: flex-end !important;
}

#shopping-cart-wrapper .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

#shopping-cart-wrapper .input-group-btn {
	display: inline-block;
}


#shopping-cart-wrapper .input-group-addon,
#shopping-cart-wrapper .input-group-btn {
	width: auto;
}

#shopping-cart-wrapper input.js-cart-line-product-quantity {
	max-width: 60px;
	border: none;
	box-shadow: none;
	text-align: center;
	font-weight: 700;
}


#shopping-cart-wrapper svg {
	overflow: hidden;
}

#shopping-cart-wrapper img,
#shopping-cart-wrapper svg {
	vertical-align: middle;
}

#shopping-cart-wrapper .position-absolute {
	position: absolute !important;
}

#shopping-cart-wrapper .position-relative {
	position: relative !important;
}

#shopping-cart-wrapper .shopping-cart-title,
#shopping-cart-wrapper .product-line__title,
#shopping-cart-wrapper .price,
#shopping-cart-wrapper .btn-secondary {
	font-weight: bold;
}


@media (max-width: 575.98px) {
	#shopping-cart-wrapper .shopping-cart-title {
		font-size: 1.05rem
	}
}

@media (min-width: 576px) and (max-width:767.98px) {
	#shopping-cart-wrapper .shopping-cart-title {
		font-size: 1.2rem
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	#shopping-cart-wrapper .shopping-cart-title {
		font-size: 1.35rem
	}
}

@media (min-width: 992px) {
	#shopping-cart-wrapper .shopping-cart-title {
		font-size: 1.5rem
	}
}



#shopping-cart-wrapper .crosssell-products.clearfix {
	margin: 0;
	float: none;
}

#shopping-cart-wrapper .displaySidebarShoppingCart .btn-block {
	border-radius: 75px;
}


#shopping-cart-wrapper {
	overflow: auto;
}

#shopping-cart-wrapper .shopping-cart-details__wrapper {
	overflow: hidden;
}