.ajloader {
  margin: 0 1rem;
}

.slick-prev:before, .slick-next:before {
  color: #01654d;
}

.your-class .slick-slide {
  min-height: 400px;
}

.lp .your-class .slick-slide {
  min-height: 374px;
}

#cart_head i {
  font-size: 1.5rem;
}
#cart_head #cart_block {
  width: 250px;
  height: 100%;
  background: #FFF;
  position: fixed;
  z-index: 9999;
  top: 0;
  color: #000;
}
#cart_head #cart_block .media {
  flex-wrap: wrap;
  padding: 0 5px;
  height: 90%;
  position: relative;
  overflow-y: scroll;
}
#cart_head #cart_block .media .action-cart {
  margin-bottom: 1rem;
}
#cart_head #cart_block .media .img_card {
  width: 50px;
  text-align: center;
  float: left;
}
#cart_head #cart_block .media img {
  max-height: 50px;
  margin: auto;
}
#cart_head #cart_block .media .media-body {
  font-family: roboto, sans-serif;
  font-size: 12px;
}
#cart_head #cart_block .media .media-body .mb-0 {
  display: block;
  height: 38px;
}
#cart_head #cart_block .media .listing {
  margin-top: 5px;
}
#cart_head #cart_block .media .listing .pj-product-item-price-main {
  padding-top: 0px;
}
#cart_head #cart_block .media .listing .product-quantity {
  margin-top: 3px;
}
#cart_head #cart_block .media .listing .product-quantity .product-quantity-value-field {
  height: 20px;
  padding: 0 5px;
  width: 20px;
}
#cart_head #cart_block .media .listing .product-quantity .product-quantity-value {
  margin: 0 20px;
}
#cart_head #cart_block .media .listing .product-quantity .product-quantity-minus, #cart_head #cart_block .media .listing .product-quantity .product-quantity-plus {
  height: 20px !important;
  width: 20px !important;
  line-height: 20px;
}
#cart_head #cart_block .media .listing .product-quantity .product-quantity-minus i, #cart_head #cart_block .media .listing .product-quantity .product-quantity-plus i {
  font-size: 0.5rem !important;
  position: relative;
  top: -3px;
}
#cart_head #cart_block .block_bottom {
  position: absolute;
  bottom: 0;
  padding-bottom: 2rem;
  width: 100%;
  left: 0;
}
#cart_head #cart_block .block_bottom #ss_total {
  background-color: #e50005;
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
}
#cart_head #cart_block .block_bottom #ss_total h4 {
  text-decoration: underline;
  text-transform: none;
}
#cart_head #cart_block .block_bottom .btn-cart {
  width: 100%;
  background-color: #21409a;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  padding: 1rem;
}
#cart_head #cart_block .block_bottom .btn-cart:hover {
  color: #e50005;
}
#cart_head:hover #cart_block {
  display: block;
}

.listing .cart-btn {
  cursor: pointer;
}
.listing .pj-product-item-name {
  min-height: 48px;
  margin-bottom: 2px;
}
.listing .product-quantity .product-quantity-minus {
  left: 0;
  border-right: 0;
}
.listing .product-quantity .product-quantity-plus {
  right: 0;
  border-left: 0;
}
.listing .product-quantity .product-quantity-minus, .listing .product-quantity .product-quantity-plus {
  background: #fff;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  color: #454545;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s;
}

.listing .cart-btn {
  cursor: pointer;
}
.listing .product-quantity {
  position: relative;
}
.listing .product-quantity .product-quantity-value {
  margin: 0 40px;
}
.listing .product-quantity .product-quantity-value-field {
  background: #fff;
  border: 1px solid #ddd;
  height: 40px;
  padding: 10px 5px;
  font: 12px/18px "roboto", sans-serif;
  color: #454545;
  width: 40px;
  text-align: center;
}
.listing .product-quantity .product-quantity-minus {
  left: 0;
  border-right: 0;
}
.listing .product-quantity .product-quantity-plus {
  right: 0;
  border-left: 0;
}
.listing .product-quantity .product-quantity-minus, .listing .product-quantity .product-quantity-plus {
  background: #fff;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  color: #454545;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s;
}

@media (max-width: 1440px) {
  #cart_head #cart_block {
    right: 0;
  }
}
@media (max-width: 768px) {
  #cart_head #cart_block {
    right: 0;
  }
}
