.cart_info {              position: fixed;
    bottom: 8px;
    background: #000000e0;
    right: 13px;
    border-radius: 7px;
    padding: 8px 10px;
    color: white;
    border: 2px solid white;
    z-index: 20;
    font-size: 15px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    cursor: pointer;}
.cart_info i{font-size: 23px;}
.cart_info .item_count{         position: absolute;
    top: -13px;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 4px;
    border-radius: 20px;
    background: #f44336;
    width: 14px;
    box-shadow: 0px 0px 10px 0px #87878766;
}
	
.pro_qty,.btn_buy2{display: inline-block;
    margin: 6px;}
.pro_qty {      width: 74px;
    display: inline-block;
    border: 1px solid #a0a0a0;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-radius: 3px;}

.cart_success_alert h2 {    margin: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #383838;}
.cart_success_alert {       position: fixed;
    z-index: 10;
    text-align: center;
    border-radius: 1px;
    width: fit-content;
    top: 50%;
    left: 50%;
    color: black;
    white-space: nowrap;
    transform: translate(-50%,-50%);
    background: #00000014;
    padding: 16px;
    box-shadow: 0px 0px 20px 0px #cdcdcd30;
	animation:fadeOut 3s forwards;
	-webkit-animation:fadeOut 3s forwards;
	-moz-animation:fadeOut 3s forwards;
}

@-moz-keyframes fadeOut {
	0% {display:block;opacity:1;}
	100% {display:none;opacity:none;}
}
@-webkit-keyframes fadeOut {
	0% {display:block;opacity:1;}
	100% {display:none;opacity:none;}
}
@keyframes fadeOut {
	0% {display:block;opacity:1;}
	100% {display:none;opacity:none;}
}


.cart_success_icon i {    font-size: 46px;
    color: #4caf50;}
.cart_btn_con {    background: #2196f3;
    color: white;
    padding: 10px 19px;
    border-radius: 7px;
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;}
.btn_buy2 {
        background: #f43636 !important;
    color: white !important;
    width: fit-content !important;
    margin: 5px auto !important;
    padding: 9px !important;
    font-size: 16px !important;
    border-radius: 3px !important;
    width: 123px !important;
}



.cart_top .close {    z-index: 3;
    position: absolute;
    right: 21px;
    font-size: 26px;
    color: #b21414;}
	
	
	.cart_show h3 {        padding: 0px 20px;}
	
	.cart_top {               display: none;
    height: 100%;
    width: 98%;
    position: fixed;
    max-width: 700px;
    background: white;
    top: 50%;
    left: 50%;
    z-index: 4;
    overflow: auto;
    transform: translate(-50%,-50%);
    max-height: 90vh;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 20px 0px #c9c9c945;
    border-radius: 5px;}
	
	.cart_table {          display: grid;
    grid-template-columns: 3% 15% 27% 15% 5% 19% 14%;
    align-items: center;
    font-size: 15px;
    text-align: center;
    min-height: 49px;}
	.cart_table:nth-child(2n+1) {
    background: #f8f8f8;
}
	.cart_table .cart_data{}
	
	.cart_data b {
    font-weight: 500;
}
	.cart_table .cart_data img{       max-width: 92%;
    max-height: 100px;
    height: auto;
    display: block;
    border-radius: 4px;
    margin: 4px;}
	.cart_pro_price {    font-weight: 500;
    color: #0b7f0b;}
	
	.cart_data_pnm {}
	.remove_btn {        background: #8d0000;
    color: white;
    width: fit-content;
    padding: 7px;
    font-size: 11px;
    margin: 0 auto;
    border-radius: 2px;}
	
	.continue_btn {    background: #2196F3;
    color: white;
    width: fit-content;
    padding: 7px 14px;
    font-size: 15px;
    border-radius: 3px;
    margin: 4px auto;}
	
	#cart_result h3 {
    font-size: 24px;
    padding: 5px 20px;
    margin: 20px auto;
}

 .total_amount {       text-align: right;
    padding: 11px 14px;
    font-size: 18px;}
	
	.order_btn1 {       background: #47944a;
    width: -webkit-fill-available;
    margin: 20px 7px;
    color: white;
    padding: 7px;
    border: 0px;
    border-radius: 4px;
    font-size: 17px;
    max-width: 100%;
    font-family: 'Poppins';}
	
	.added_to_cart {    position: fixed;
    top: 0;
    z-index: 4;
    left: 0;
    width: 300px;
    overflow: auto;}
	
	
	.btn_buy {
        background: #2196F3 !important;
    color: white !important;
    padding: 10px 12px !important;
    text-align: center !important;
    width: fit-content !important;
    margin: 7px auto 6px !important;
    border-radius: 40px !important;
    display: inline-block !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    vertical-align: bottom !important;
}


/*Mobile screen*/
@media screen and (max-width:700px){
.cart_show {
           background: white;
    width: -webkit-fill-available;}




.cart_success_alert {
   
    width: fit-content;
   
}

.cart_top {
    display: none;
    height: 100%;
    width: 98%;
    position: fixed;
    max-width: 700px;
    background: white;
    top: 0;
    left: 0;
    z-index: 4;
    overflow: auto;
    transform: translate(0px,0px);
    max-height: 100vh;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 20px 0px #c9c9c945;
    border-radius: 5px;
}
.remove_btn {
       background: #000000;
    color: white;
    width: fit-content;
    padding: 7px;
    font-size: 11px;
    margin: 0 auto;
    position: relative;
    border-radius: 2px;
}

.cart_table {
        display: grid;
    grid-template-columns: 0% 14% 26% 24% 7% 20% 8%;
    align-items: center;
    font-size: 13px;
    text-align: center;
}


 .total_amount {    text-align: right;
    padding: 5px 12px;
    font-size: 18px;}
.cart_data {
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    padding-left: 5px;
}