
.rmtamshop_cart .offcanvas { 
    background: #fff !important;
    height: 100%;
    width: 400px;
    max-width: 100%;
    margin: 0 !important;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
.rmtamshop_cart .offcanvas-header{
    justify-content: space-between; 
    padding: 20px 15px;
    min-height: auto !important;
}
.rmtamshop_cart .offcanvas-header > span {
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    color: #4a4b65;
    font-size: 16px;
  }
.rmtamshop_cart .offcanvas-header .close {
    margin: 0;
    line-height: normal;
    font-size: 23px !important;
    text-align: center;
    background: none;
    border-radius: 50%;
    opacity: 1 !important;
    text-shadow: none;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    position: absolute;
    left: 15px;
    top: 14px;
  }
.rmtamshop_cart .offcanvas-body {
    width: 100% !important;
    padding: 15px !important;
}  
.rmtamshop_cart .offcanvas-footer {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
  }
.rmtamshop_cart .offcanvas-footer a {
    margin: 0 !important;
    display: inline-block;
    width: 50%;
    padding: 15px;
    text-align: center;
} 
.rmtamshop_cart .cursor {
    float: right;
    margin-top: -7px;
}
a.empty:hover {
  color: #fff;
  text-decoration: none;
}
.cart .rmtamshop a {
  color: white;
}
.cart h3 { 
  font-size: 20px; 
  padding: 4px 11px 7px 0;
  color: white;
  border-radius: 22px 0 0 0;
  background-position: 7px 2px;
  background-repeat: no-repeat;
  height: 35px;
} 
.rmtamshop_cart {
	margin-top: 8px;
}
 
.rmtamshop_cart .basket_icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    float: left;
    position: relative;
    cursor: pointer;
    text-align: left;
}
.rmtamshop_cart .basket_icon .bi.bi-cart3 {    
    font-size: 23px;
    color: rgba(80, 80, 80, 0.8);
}
.rmtamshop_cart > .price{
    display: none;
}
.rmtamshop_cart .basket_icon .count{ 
    position: absolute;
    top: -.3125rem;
    right: -.3125rem;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fe696a;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
	z-index: 1;
}

.rmtamshop_cart ul{
    padding: 0 ;
    margin: 0;
}

.rmtamshop_cart ul {
    padding: 0 20px;
}
.rmtamshop_cart ul li{
    margin-bottom: 15px;
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
}
.rmtamshop_cart ul li .remove {
    font-size: 21px;
    transition: visibility .25s ease-in-out,opacity .25s ease-in-out;
    background: rgba(254, 105, 106,0.1);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    color: rgb(254, 105, 106);
    cursor: pointer;
  }
  .rmtamshop_cart ul li > div {
    transition: all .25s ease-in-out;
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
.rmtamshop_cart ul li img{
    max-width: 90px;
    margin-left: 10px;
    float: right;
}
.rmtamshop_cart ul li .info{ 
}
.rmtamshop_cart ul li h3 {
    font-size: 13px !important;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0 !important;
    text-align: right !important;
    color: #333 !important;
}
.rmtamshop_cart ul li .info span{
    color: #555;
    font-size: 12px;
    display: inline-block;
}

.rmtamshop_cart ul li .f_cart_show{
    font-size: 11px;
    margin-top: 5px;
    color: #696969;
}
.rmtamshop_cart ul li .f_cart_show .bi{
    font-size: 11px;
    top: 2px;
    position: relative;
} 
.rmtamshop_cart .total {
    width: 100%;
    float: right;
    text-align: center;
    padding: 15px;
    margin: 0 !important;
}
.rmtamshop_cart .total .title{
    float: right;
}
.rmtamshop_cart .total .value {
    float: left;
    color: #4e54c8 !important;
    font-size: 17px;
}

 
@media only screen and (max-width: 530px) {
    
    
} 


