.custom-add-to-cart{background:#C11F3D!important;border:1px solid #C11F3D!important;}
.mini-cart{
	display:none;
	background: #f3f3f3;
    padding: 5px 25px;
    width: 450px;
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 9999;
    box-shadow: 0px 0px 8px #00000028;
	overflow-y:scroll;
	height:500px;
}
.cart-total{
	background: #C21632;
    color: white;
    border-radius: 100%;
    padding: 3px 5px;
    font-size: 10px;
    top: -5px;
}

@media screen and (min-width:1200px) {
	.right .fa-shopping-cart {
		position:absolute;
		top:15px;
		left:10px;
	}
	.cart-total-div{
		position:absolute;
		top:-12px;
		right:0px;
	}
}

@media screen and (max-width:1200px) {
    .cart-total-div {
       position: absolute!important;
		top: -11px!important;
		right:3px;
    }
    .right .fa-shopping-cart{
		position: absolute;
		top: -40px;
		left: 70px;
		margin-top: 15px;
    }
    .right{
/*         height:43px;
        list-style-type: none;
        position: absolute;
        right: 70px;
        top: 35px; */
    }
    .mini-cart{
        display:none!important;
    }
}
.row {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.col-md-4 {
	flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-md-8 {
	flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-md-8 a {
	color:var(--e-global-color-primary)!important;
	padding:0px!important;
}
.mini-cart-product {
	border: 1px solid #e7e7e7;
    padding: 10px 15px;
    background: white;
    width: 100%;
    margin: 0 auto;
	margin-top:-3px;
}
.to-cart {
	text-align: center;
    background: #C11F3D;
    color: white;
    padding: 0px 0px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
}
.to-cart-link {
	color:white!important;
    display: block!important;
}
.fa-shopping-cart:before {
	color:#000;
}