
.cart_overlay{
	display: none;
	position: fixed;
	background: #00000094;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.header-row .btn{
	height: auto;
}
.header-row{height: auto;}
.logo_header{
	padding: 10px 18px;
	align-items: center;
}
.open-cart{
	text-align: right;
}
.btn-success {
    color: #fff;
    background-color: #16be53;
    border-color: #16be53;
}
del {
    color: grey !important;
    font-size: 12px !important;
}

.right_cart{
	background: #fff;
	position: fixed;
	height: 100%;
	max-width: 440px;
	display: inline-block;
    vertical-align: middle;
    transition: transform 0.25s ease-in-out;
        right: 0px !important;
        z-index: 99;
        top: 0;
        border-left: 1px solid #eee;
            -webkit-transform: translateX(100%);
    transform: translateX(100%);
    right: 0px;
    width: 100%;
}

.right_cart_active{
          -webkit-transform: none;
    transform: none;
}
.cart_top{
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: 0 10px;
	background: #fff;
	border-bottom: 1px solid #eee;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 9999;
}
.cart_top span{
	padding: 10px;
}
.your_cart{
	font-size: 23px;
}
.cart_icon{

font-size: 17px;

margin-top: 6px;
}
.cart_close{
	
font-size: 25px;
}
.cart_row{
	display: flex;
	justify-content: space-between;
	padding: 20px 23px;
	align-content: center;
}
.cart_col_img {
    width: 35%;
    margin-right: 10px;
}
.cart_col_text{
	width: 76%;
	position: relative;
}
.cart_col_text h3{
	font-size:18px;
}
.cross_item{
	position: absolute;
	right: 0;
	top: 0px;
}
.qty_selecter {
    display: flex;
    /* width: 30%; */
    justify-content: space-between;
    box-shadow: 0px 0px 4px 0px #6d6d6d61;
}
.qty_selecter button{border: 0;background: #fff;padding: 1px 6px;}
.qty_selecter input{
	text-align: center;
	border: 0;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 40px;

}
.qty_part{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.discount_code{
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: 20px 40px 5px;
	border-top: 1px solid #eee;
	margin-top: 0;
}
.discount_code input.discount_input{
width: 75%;
padding: 5px;
}
.cart_row {
    padding: 10px 23px;
}
.discount_code button.discount_btn{
width: 25%;
background: #16be53 !important;
border: 0;
color: #fff;
font-weight: 600;
padding: 5px;
text-transform: uppercase;
}
.cart_heading_2 h3{
	color: #fff;
	text-align: center;
	padding: 10px;
	background: black;
	font-size: 18px;
}
.price_btn a{
	background: #16be53;
	font-size: 15px;
	color: #fff;
	padding: 4px 16px;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
}
.price_cart_2{
	display: block;
	font-size: 15px;
	margin-top: 6px;
}

.cart_total{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f7f8f9;
	border-top: 1px solid rgba(0,0,0,0.05);
	padding: 23px;
}
.sub_total h3{
	font-size: 18px;
	font-weight: 600;
}
.sub_total h3 span{
	float: right;
}
.cart_main_btn{
	text-align: center;

}

.cart_main_btn a{
	background: #16be53 !important;
	color: #fff;
	border-radius: 2px;
	padding: 12px;
	display: block;
	font-family: 'MONTSERRAT', sans-serif;
    font-weight: 800;
    border-radius: 10px;
	font-size: 20px;
	text-decoration: none;
}

.cart_inner{
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: hidden;
	/* height: 628px; */
	height: 90%;
	padding-top: 60px;
}