:root {
    --primary: #F4A678;
    --secondary: #54595F;
    --text: #555555;
    --accent: #373737;
    --light: #999;
    --e1: #e1e1e1;
}
body.rightp-showing .rightp-pop{
    transform: translate(0,0);
}
body.rightp-showing .rightp-pop .rightp-content {
    transform: translate(0,0);
}
body.rightp-showing .rightp-pop,
body.rightp-showing .rightp-pop>.bg-overlay {
    transform: translate(0,0);
}
.rightp-pop,
.rightp-pop>.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,30%);
    transform: translate(100%,0);
    transition: all 300ms;
}
.rightp-pop>.bg-overlay {
    z-index: 1001;
    position: absolute;
    transition-delay: 0.2s;
}
.rightp-pop .rightp-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    background: white;
    z-index: 1002;
    overflow: auto;
    height: 100%;
    transform: translate(300%,0);
    transition-delay: 0.3s;
    transition: all 0.3s;
}
.rightp-pop .moorabi-submenu{
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    position: static;
}
.rightp-pop .shopcart-description .content-wrap ul{
    max-height: none;
}
.rightp-pop.top,
.rightp-pop.top>.bg-overlay,
.rightp-pop.top .rightp-content{
    transform:translate(0,-100%);
}
.rightp-pop.left,
.rightp-pop.left>.bg-overlay,
.rightp-pop.left .rightp-content{
    transform:translate(-100%,0);
}
.rightp-pop.left .rightp-content{
    left:0;
    right:auto;
}
.rightp-pop.top .rightp-content{
    max-width: 100%;
    height: auto;
}
.rightp-pop.bottom,
.rightp-pop.bottom>.bg-overlay,
.rightp-pop.bottom .rightp-content{
    transform:translate(0,-100%);
}
.rightp-pop.bottom .rightp-content{
    max-width: 100%;
    height: auto;
    bottom:0;
    top:auto;
    left:0;
}
.modal-open .modal{
    padding:15px;
}
.modal-open .modal .hidden-modal{
    display: none !important;
}

.pdt-btns{
    display: flex;
    border:1px solid var(--light);
    border-right:0;
    width:330px;
    justify-content: end;
    align-items: center;
}
.pdt-btns label{
    width: 100%;
    margin: 0;
    padding-left: 15px;
}
.pdt-btns .btn{
    border-top:0;
    border-bottom:0;
}
.pdt-btns input{
    padding:0;
    margin:0;
    border: 0;
    text-align: center;
    outline:0;
    appearance: none;
    min-width: 70px;
}
.pdt-btns input::-webkit-outer-spin-button,
.pdt-btns input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin:0;
}
.pdt-detail-pr tr.pdt-qty td{
    padding:15px 0;
}
.pdt-btns2{
    border:0;
    justify-content: space-between;
}
.pdt-btns2 .btn{
    border: 1px solid;
}
.cart-item .pdt-btns{
    width: 168px;
    margin:0;
    background: white;
    overflow: hidden;
}
.pdt-btns .group-btn{
    display:none;
}
.pdt-btns.alert-remove .group-btn{
    display: flex;
}
.btn.btn-black {
    color: var(--accent);
    border-color: var(--accent);
}
.btn.btn-black:hover{
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: white;
    cursor: pointer;
}
.pdt-btns .btn.btn-black{
    border-radius: 0;
}
.pdt-btns {
    display: flex;
    border: 1px solid var(--light);
    border-right: 0;
    width: 250px;
    justify-content: end;
    align-items: center;
}
.cart-item .pdt-btns {
    width: 168px;
    margin: 0;
    background: white;
    overflow: hidden;
}
.pdt-btns.alert-remove .group-btn {
    display: flex;
}
.pdt-btns .group-btn {
    display: none;
}
.dflex {
    display: flex;
}
.pdt-btns .btn {
    border-top: 0;
    border-bottom: 0;
}
.pdt-btns > .group-btn > .btn{
    width:84px;
    border-radius: 0;
}
.cart-item img {
    max-width: 80px;
}
.cart-grid>.item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cart-grid>.item .qty{
    flex:40px;
}
.cart-grid>.item .title{
    flex:calc(100% - 170px);
}
.cart-grid>.item .subtotal{
    flex: 100px;
    text-align: right;
}
.txbold {
    font-weight: bold;
}
.header-control .hidden-head{
    display: none!important;
}
.pdt-btns2{
    border: 0;
}
.pdt-btns2 .btn{
    border: 1px solid;
}

.zoomContainer{
    z-index: 9999!important;
}
.quickmodal .modal-content{
    padding:15px;
}
.shopcart-description .content-wrap .title {
    font-size: 18px;
    color: #363636;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
}
.shopcart-description .content-wrap ul {
    padding: 0 20px;
    margin: 0;
    overflow-y: auto;
}
.shopcart-description .subtotal {
    padding: 15px 20px;
    overflow: hidden;
}
.shopcart-description .subtotal .total-title {
    font-size: 15px;
    color: #363636;
    font-family: 'Baloo', serif;
}
.shopcart-description .subtotal .total-price {
    font-size: 20px;
    color: #111;
    font-family: 'Baloo', serif;
}
.shopcart-description .content-wrap ul li {
    list-style: none;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
.mini_cart_item .product-media {
    float: left;
    width: 80px;
}
.mini_cart_item .product-media img{
    max-width: 100%;
    height: auto;
}
.mini_cart_item .product-details {
    overflow: hidden;
    padding-left: 10px;
}
.mini_cart_item .product-name {
    font-size: 15px;
    color: #363636;
    text-transform: capitalize;
    margin-bottom: 0;
}
.mini_cart_item .product-price {
    font-size: 16px;
    color: #111111;
}
.mini_cart_item .product-remove {
    display: inline-block;
    float: right;
    color: #ccc;
    font-size: 15px;
}
.cart-nulldata .cicon {
    font-size: 150px;
    margin-top: 30px;
    position: relative;
}
.cart-nulldata .cicon:before, .cart-nulldata .cicon:after {
    display: block;
    content: '';
    border: 5px;
    position: absolute;
    top: 47%;
    left: 42%;
    width: 60px;
    border-style: solid;
}
.cart-nulldata .cicon:before {
    transform: rotate(45deg);
}
.cart-nulldata .cicon:after {
    transform: rotate(135deg);
}
.cart-item .thumbnail>img {
    max-width: 80px;
}
.cart-item{
    color: #868686;
}
.cart-item .pdt-btns>span.btn{
    padding:8px 18px;
}
.pdt-btns > .group-btn > .btn{
    padding:8px 0;
}
/** cart grid **/
.cart-grid .cart-item{
    display: flex;
    flex-wrap: wrap;
}
.cart-grid .cart-item .inner{
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 20px;
}
.cart-grid .cart-item .inner h3{
    flex: 100%;
    font-size:18px;
    margin-bottom:15px;
}
.cart-grid .cart-item .control{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-grid .cart-item{
    border-bottom:1px solid #e1e1e1;
    margin-bottom:15px;
}
.cart-grid .product-item-price,
.cart-grid .subtotal{
    margin-bottom:15px;
    display: block;
    font-size:18px;
    margin-top: 10px;
}
.cart-grid .old-price{
    font-size: 85%;
    margin-left:15px;
}
.cart-grid .product-item-price>span{
    display: block;
    min-width: 200px;
}
.cart-grid .subtotal{
    min-width: 100px;
}
.cart-grid-footer>div{
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    font-size:20px;
}
@media only screen and  (max-width:767.98px){
    .cart-grid .product-item-price{
        flex: 100%;
    }
}
.loading{
    position: relative;
}
.loading:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background: linear-gradient(110deg, #007bff 8%, #6610f2 18%, #e83e8c 33%);
    border-radius: 5px;
    background-size: 200% 200%;
    animation: 1.5s shine linear infinite;
    z-index: 997;
    opacity: 0.7;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.profile{
    margin-top:30px;
}
.portlet .user .img{
    background: var(--primary);
    padding-top:30px;
    padding-bottom:30px;
    display: grid;
    justify-content: center;
}
.portlet .user .img .thumbnail{
    display: block;
    width:100px;
    height:100px;
    background-position: center;
    background-size: cover;
    border-radius:50%;
    border:1px solid #eee;
    overflow: hidden;
    background-image: url(/public/noavatar.png);
    overflow: hidden;
}
.portlet .user .img .thumbnail img{
    display: none;
    max-width: 100%;
}
.portlet .user {
    border: 1px solid #eee;
    padding-bottom: 30px;
}
.portlet .user .name{
    margin: 30px 0 0;
}
.profile .portlet{
    margin-bottom:50px;
}
.profile {
    margin-bottom:50px;
    margin-top:50px;
}
.rightp-content .user form{
    display: none;
}
.title-filter .tags{
    padding-right: 1.5rem;
    position: relative;
}
.tags .close-tag{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    color: white;
    background: var(--danger);
    cursor: pointer;
}