
.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; 
    line-height: 1.2;
    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 .basket_icon {
    width: 42px;
    height: 42px;
    float: left;
    cursor: pointer;
    text-align: left;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.rmtamshop_cart .basket_icon.via_text {
    width: auto;
    height: 42px;
    flex-direction: row;
    padding: 0;
    gap: 10px;
    min-width: 140px;
    border: none !important;
    text-align: right;
}
.rmtamshop_cart .basket_icon.via_text .bi {
    font-size: 24px;
    position: relative;
    top: 3px;
    color: rgba(80, 80, 80, 0.8);
    line-height: 25px;
}
.rmtamshop_cart .basket_icon.via_text > div.text{
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-family: 'iransanmedium';
    color: #969696;
} 
.rmtamshop_cart .basket_icon.via_text > div.text span:last-child{
    color: #202020; 
    font-size: 14px;
}

.rmtamshop_cart > .mobile_btn{
    display: none;
}
.rmtamshop_cart .basket_icon .count{ 
    position: absolute;
    top: -9px;
    right: -14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    z-index: 1;
    font-family: 'iransanbold';
}

.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;
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 15px;
}
.rmtamshop_cart ul li:last-child{
    border: none !important;
    padding: 0;
}
.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; 
    width: 100%; 
    align-items: stretch;
}
.rmtamshop_cart ul li img{
    max-width: 90px;
    margin-left: 10px;
    float: right;
}
.rmtamshop_cart ul li h3 {
    font-size: 13px !important;
    font-weight: normal;
    line-height: 20px;
    margin: 0 !important;
    text-align: right !important;
    color: #333 !important;
}
.rmtamshop_cart ul li h3 a{
    color: #333 !important;
}
.rmtamshop_cart ul li .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  justify-content: center;
}
.rmtamshop_cart ul li .info span{
    color: #555;
    font-size: 12px;
    display: inline-block;
}

.rmtamshop_cart ul li .info_row{ 
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 10px;
}
.rmtamshop_cart ul li .info_row .usercount{
    width: 22px;
    height: 22px; 
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rmtamshop_cart ul li .info_row .price{
    background: #ebebeb;
    border-radius: 5px;
    height: 22px;
    font-size: 13px;
    padding: 1px 6px;
    font-family: 'iransanmedium';
}
.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;
    font-size: 18px;
    font-family: 'iransanbold';
}
.rmtamshop_cart .offcanvas-header {
    background: #4a4b65;
    color: white;
}

 
@media only screen and (max-width: 992px) {
    
    .rmtamshop_cart .desktop_btn{
        display: none;
    }
    .rmtamshop_cart .mobile_btn{
        display: block;
    }
    
} 


