.mini_cart_wrapper {
  position: relative;
}
.mini_cart_wrapper > a {
  background: #157A4A;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 4px;
}
.mini_cart_wrapper .mini_cart_action {
  background: #157A4A;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mini_cart_wrapper > a {
    padding: 0 14px;
  }
  .mini_cart_wrapper .mini_cart_action {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_wrapper > a {
    height: 40px;
    line-height: 40px;
  }
  .mini_cart_wrapper .mini_cart_action {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart_wrapper > a {
    height: 40px;
    line-height: 40px;
  }
  .mini_cart_wrapper .mini_cart_action {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .mini_cart_wrapper > a {
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
  }
  .mini_cart_wrapper .mini_cart_action {
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
  }
}
.mini_cart_wrapper > a:hover {
  color: #222222;
}
.mini_cart_wrapper .mini_cart_action:hover {
  color: #ffc107;
  cursor: pointer;
}
.mini_cart_wrapper > a i.ion-ios-arrow-down {
  margin-left: 4px;
}
.mini_cart_wrapper .mini_cart_action i.ion-ios-arrow-down {
  margin-left: 4px;
}
.mini_cart_wrapper > a i.icon-shopping-bag2 {
  font-size: 20px;
  vertical-align: middle;
}
.mini_cart_wrapper .mini_cart_action i.icon-shopping-bag2 {
  font-size: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 575px) {
  .mini_cart_wrapper > a i.icon-shopping-bag2 {
    font-size: 16px;
  }
  .mini_cart_wrapper .mini_cart_action i.icon-shopping-bag2 {
    font-size: 16px;
  }
}
.mini_cart_wrapper > a span.cart_count {
  background: #157A4A;
  color: #ffffff;
  font-size: 13px;
  height: 25px;
  left: -9px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 25px;
  z-index: 9;
  border-radius: 100%;
}
.mini_cart_wrapper .mini_cart_action span.cart_count {
  background: #157A4A;
  color: #ffffff;
  font-size: 13px;
  height: 25px;
  left: -9px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 25px;
  z-index: 9;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_wrapper > a span.cart_count {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .mini_cart_wrapper .mini_cart_action span.cart_count {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart_wrapper > a span.cart_count {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .mini_cart_wrapper .mini_cart_action span.cart_count {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
}
.mini_cart_wrapper > a span.cart_price {
  font-size: 14px;
  font-weight: 500;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.mini_cart_wrapper .mini_cart_action span.cart_price {
  font-size: 14px;
  font-weight: 500;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_wrapper > a span.cart_price {
    font-size: 13px;
  }
  .mini_cart_wrapper .mini_cart_action span.cart_price {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart_wrapper > a span.cart_price {
    font-size: 13px;
  }
  .mini_cart_wrapper .mini_cart_action span.cart_price {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .mini_cart_wrapper > a span.cart_price {
    display: none;
  }
  .mini_cart_wrapper .mini_cart_action span.cart_price {
    display: none;
  }
}
.cart_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.cart_text h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  border-bottom: 2px solid #C70909;
}

.mini_cart_close > a {
  font-size: 25px;
}
.mini_cart_close > a:hover {
  color: #C70909;
}

.mini_cart_close > div {
  font-size: 25px;
}
.mini_cart_close > div:hover {
  color: #C70909;
  cursor: pointer;
}

.mini_cart {
  position: fixed;
  max-width: 450px;
  min-width: 450px;
  height: 100%;
  padding: 18px 28px 33px;
  background: #fff;
  z-index: 1000;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: scroll;
}
.mini_cart.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .mini_cart {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 18px 18px 33px;
  }
}

.cart_img {
  width: 95px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_img {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_img {
    width: 70px;
  }
}

.cart_info {
  width: 63%;
}
.cart_info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_info a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_info a {
    font-size: 13px;
  }
}
.cart_info a:hover {
  color: #C70909;
}
.cart_info p {
  font-size: 13px;
}
.cart_info p span {
  font-size: 16px;
  font-weight: 500;
  color: #C70909;
  display: inline-block;
  margin-top: 8px;
}

.cart_remove a {
  font-size: 15px;
  border: 1px solid #ebebeb;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #C70909;
  border-color: #C70909;
  color: #ffffff;
}
.cart_remove a:hover {
  background: #ffc107;
  border-color: #ffc107;
  color: #C70909;
}

.cart_remove div {
  font-size: 15px;
  border: 1px solid #ebebeb;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #C70909;
  border-color: #C70909;
  color: #ffffff;
}
.cart_remove div:hover {
  background: #ffc107;
  border-color: #ffc107;
  color: #C70909;
  cursor: pointer;
}

.cart_item {
  overflow: hidden;
  padding: 18px 0;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mini_cart_table {
  padding: 23px 0;
}

.cart_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart_total span {
  font-size: 14px;
  font-weight: 400;
}
.cart_total span.price {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_total span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_total span {
    font-size: 13px;
  }
}

.cart_discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart_discount span {
  font-size: 14px;
  font-weight: 400;
}
.cart_discount span.price {
  font-weight: 700;
  color: #C70909;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_discount span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_discount span {
    font-size: 13px;
  }
}

.cart_button:first-child {
  margin-bottom: 15px;
}
.cart_button a {
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  background: #eef0f1;
  border: 1px solid #ebebeb;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 0px 11px;
}
.cart_button a:hover {
  background: #C70909;
  border-color: #C70909;
  color: #ffffff;
}
.cart_button a.active {
  background: #C70909;
  border-color: #C70909;
  color: #ffffff;
}