:root {

}

.mini-cart-active::after {
  background-color:rgba(0, 0, 0, 0.5);
  content:'';
  top:0;
  left:0;
  position:fixed;
  width:100%;
  height:100%;
  z-index:99;
}

#mini-cart {
  width: 370px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  background-color: #ffffff;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  top: 0;
  right:-100%;
  position: fixed;
  box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.15);
}

#mini-cart.active {
  right:0;
}

#mini-cart .h1 {
  padding: 0;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
}

#mini-cart .item-count {
  font-size: 22px;
  line-height: 35px;
  margin-top: 41px;
  text-align: center;
  padding-bottom: 9px;
  border-bottom: 1px solid #c2c2c2;
}

#mini-cart .product-name {
  font-size: 14px;
  flex-grow: 1;
}

#mini-cart .cart-items .cart-item {
  margin: 20px 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
}

#mini-cart .cart-items .cart-item:last-child:not(.item-aronaplus) {
  border:0;
}

#mini-cart .cart-item {
  font-size: 10px;
}

#mini-cart .cart-item a:hover,
#mini-cart .cart-item a:active,
#mini-cart .cart-item a {
  color: var(--red);
  font-weight: normal;
}

#mini-cart .cart-item div:first-child {
  padding: 0 7px;
}

#mini-cart .price {
  font-size: 17px;
  margin: 0 8px 0 0;
  font-weight:700;
}

#mini-cart .price sup {
  top: -0.3em;
}

#mini-cart .bottom .price {
  margin: 0;
  font-size: 25px;
  padding-left: 2px;
  position: relative;
  top: -3px;
}

#mini-cart .bottom {
  padding: 27px 20px 20px 20px;
}

#mini-cart .bottom a:first-child {
  margin: 14px 0 9px 0;
}

#mini-cart .cart-items {
  margin-bottom:25px;
}

#mini-cart .bottom:not(.empty-cart) {
  margin-top: auto;
  padding: 40px 17px 60px 17px;
}

#mini-cart .bottom strong {
  font-size: 13px;
}

#mini-cart .bottom .button,
#mini-cart .bottom .button strong {
  height: 38.5px;
  line-height: 38.5px;
  font-size: 16px;
}

#mini-cart .bottom small {
  font-size: 11.5px;
}

#mini-cart .bottom h3 {
  font-size: 20px;
  margin-bottom: 24px;
}

#mini-cart .close {
  padding: 5px;
  opacity: 1;
  font-weight: normal;
  right: 18px;
  top: 15px;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  text-shadow: none;
  float: none;
  font-weight: 400;
  background-image: url(../images/icons/icon-close.png);
  background-size: contain;
  width: 13px;
  height: 13px;
}

#mini-cart .button {
  height: 41px;
  line-height: 41px;
  font-size: 15px;
}

.extraproduct .button {
  height: 41px;
  line-height: 41px;
  font-size: 15px;
  width:195px;
}

#mini-cart .button-blue {
  margin-top: 20px;
  color: white;
}

#mini-cart .shop-all,
#mini-cart .shop-all:hover {
  color: #fff;
  padding: 0 61px;
}

#mini-cart .button-white-blue {
  margin-top: 10px;
  color: black;
  background-color: #ffffff !important;
  border: 2px solid #00aeef;
  font-weight: bold;
}

#mini-cart .btn {
  font-weight: bold;
  margin: 5px 0;
  border-radius: 0;
  color:#fff !important;
}

#mini-cart .button-white {
  display: block;
  width: 90%;
  margin: 5px auto;
  color: #333;
  text-align: left;
  background-color: #fff;
}

#mini-cart .button-white.button-external {
  background: #fff url(/img/arrow_right_red.png) no-repeat center right 0;
  background-size: 17px;
  color: #333;
  font-size: 17px;
  font-weight: 400;

}

#mini-cart .button-white.button-external img {
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

#mini-cart .button-orange {
  height: 30px;
  line-height: 20px;
  padding: 5px 25px;
  font-size: 11px;
  border: none;
}

#mini-cart .button-orange,
#mini-cart a.button-orange,
#mini-cart a.button-orange:hover,
#mini-cart a.button-orange:active {
  color: #fff;
}

#mini-cart .empty-cart:not(.bottom) {
  height: 262px;
}

#mini-cart .empty-cart .product-name {
  font-size: 12px;
  line-height: 14.5px;
  padding: 11px 0 13px 0;
}

#mini-cart .empty-cart .price {
  font-size: 14.5px;
  padding-bottom: 10px;
}

#mini-cart .bottom.empty-cart .row > div:nth-child(odd){
  padding-right: 6px;
}
#mini-cart .bottom.empty-cart .row > div:nth-child(even){
  padding-left: 6px;
}

#mini-cart .close {
  font-size: 24px
}

#mini-cart .remove {
  font-size: 12px;
}

#mini-cart .remove img {
  margin-right: 4px;
  vertical-align: 0px;
  width: 13px
}

#mini-cart .remove span {
  position: relative;
  font-weight:500;
  top: -3px;
  font-size: 12px;
}

#mini-cart .mbtm {
  display: flex;
  justify-content: space-between
}

#mini-cart .pdetails {
  padding: 5px 0 0 5px;
  gap: 23px 0;
  display: flex;
  flex-direction: column;
}

.extraproduct {
  background:#f5f5f5;
}

.extraproduct .inner {
  width:240px;
}

.extraproduct .img-or {
  width: 24px; 
}

.extraproduct .price-main {
  font-size:53px;
}

.extraproduct .features p{
  font-size:20px;
}

.extraproduct .features ul li {
  list-style:none;
  padding:2px 0 2px 20px;
  background: url(../images/icon-check.png) no-repeat left top 3px;
}


@media screen and (min-width: 480px) {
  .extraproduct .inner > .flex {
    flex-direction: column;
  }
}


@media screen and (max-width: 480px) {
  #mini-cart {
    width: 100%;
    top:0;
    right:-110%;
  }

  #mini-cart .h1 {
    font-size: 30px;
  }

  #mini-cart button.close {
    font-size: 30px;
    padding: 10px 10px 0 0;
  }

  #mini-cart .empty-cart h3 {
    text-align: left;
  }

  #mini-cart .button-white.button-external {
    font-size: 15px;
    width: 100%
  }

  #mini-cart .abs-bottom {
    max-width: 250px;
    margin: 0 auto;
  }

  .extraproduct  {
    margin:0;
  }
  .extraproduct .features p {
    font-size:15px;
    padding-bottom:10px;
  }
  .extraproduct .features ul {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
  }
  .extraproduct .features ul li {
    font-size:14px;
    width:48%;
  }
  .extraproduct .inner {
    width:100%;
  }
  .extraproduct .features ul li:nth-child(4) {
    order:4;
  }
  .extraproduct .features ul li:nth-child(2) {
    order:3;
  }
  .extraproduct .price-main {
    font-size: 31px;
  }

  .extraproduct img {
    width:145px;
    margin-left: 0;
    margin-right: 30px;
  }

  .extraproduct .img-or {
    width: 19px;
    margin: 0 5px;
  }

  .extraproduct {
    padding-left:10px;
    padding-right:10px;
  }

}