#crossSellingHeader {
  margin: 40px 0 10px;
}

#ds_crossSelling {
  margin-top: 25px;
}
#ds_crossSelling h3 {
  line-height: 20px;
}
#ds_crossSelling .add-to-cart {
  background: none;
  width: auto;
  color: black;
  padding: 0;
  border: 0;
  height: auto;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  text-align: right;
}
#ds_crossSelling .current-price {
  text-align: right;
  flex-wrap: wrap;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  #ds_crossSelling .current-price {
    font-size: 17px;
  }
}
#ds_crossSelling .current-price .product-discount {
  display: block;
  width: 100%;
  font-size: 15px;
}
#ds_crossSelling .current-price .regular-price {
  margin: 0 0 0px;
  line-height: 1;
  padding-right: 0;
  display: block;
}
@media (max-width: 575px) {
  #ds_crossSelling .current-price .regular-price {
    font-size: 1.4rem;
  }
}
#ds_crossSelling .info_savemoney {
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 3px 0 0 0;
}
#ds_crossSelling .show_products {
  font-size: 12px;
  text-decoration: underline;
  margin-top: 5px;
}
#ds_crossSelling > form {
  border-bottom: 2px solid #F3F3F3;
  padding: 10px 0 0;
  margin: 10px 0 0;
}
#ds_crossSelling > form:last-child {
  border-bottom: 0;
}
#ds_crossSelling > form > div {
  padding: 0;
}
#ds_crossSelling li {
  background: #fff;
  padding: 10px 0 15px;
  margin-bottom: 10px;
}
#ds_crossSelling li p {
  margin-bottom: 0;
}
#ds_crossSelling li .btn {
  margin-top: 10px;
}
#ds_crossSelling .products img, #ds_crossSelling .pack img {
  width: 100%;
  height: auto;
  border: 1px solid #dfdfdf;
}
#ds_crossSelling .products > article, #ds_crossSelling .pack > article {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  max-width: 50%;
  flex: 0 0 50%;
}
#ds_crossSelling .pack > div {
  padding-bottom: 10px;
}
#ds_crossSelling .products {
  background: #f5f5f5;
  height: 0;
  overflow: hidden;
}
#ds_crossSelling .products.active {
  margin-top: -15px;
  height: auto;
}
#ds_crossSelling .products > div {
  padding: 10px 0;
}
#ds_crossSelling .products img {
  max-width: 35px;
}
@media (max-width: 575px) {
  #ds_crossSelling .products img {
    margin-left: 10px;
  }
}
#ds_crossSelling .products .product-item {
  margin: 5px 0;
}
#ds_crossSelling .products .img-box {
  margin-right: 10px;
}
#ds_crossSelling .products .img-box ~ a {
  line-height: 34px;
}
#ds_crossSelling .products i {
  margin: 0 25px;
  color: #000;
  font-size: 11px;
  position: relative;
  top: -1px;
}
@media (max-width: 575px) {
  #ds_crossSelling .products i {
    display: none;
  }
}
#ds_crossSelling .discount,
#ds_crossSelling .expensive {
  font-size: 12px;
  font-weight: 700;
}
#ds_crossSelling .expensive {
  color: red;
}
#ds_crossSelling .discount {
  color: green;
}

#productPack {
  margin: 20px 0;
}
#productPack .title {
  color: #BEBEBE;
  margin-bottom: 15px;
}
#productPack .item {
  margin-bottom: 15px;
}
#productPack .custom-radio {
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
#productPack label {
  align-items: flex-start;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#productPack label .custom-radio {
  position: unset;
  padding: 14px;
}
#productPack label .custom-radio span:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  border: 2px solid #F3F3F3;
}
#productPack label .custom-radio span:nth-child(2):before {
  display: none;
}
#productPack label .custom-radio span:nth-child(3) {
  margin-left: 33px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#productPack label .custom-radio span:nth-child(3) h4 {
  margin-right: 10px;
}
#productPack label .custom-radio span:nth-child(2) span:nth-child(1) {
  margin: 8px;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border: 2px solid #f3f3f3;
  border-radius: 0;
  display: inline-block;
  position: relative;
  top: 0;
  transition: 0.4s all;
  border-radius: 50%;
}
#productPack label .custom-radio span:nth-child(2) span:nth-child(1):before {
  display: block;
  background: #50cc06;
  content: "";
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  position: absolute;
}
#productPack label .custom-radio input:checked ~ span:nth-child(2), #productPack label .custom-radio input:checked ~ span:nth-child(2) span:nth-child(1) {
  border-color: #50cc06;
}
#productPack label .custom-radio input:checked ~ span:nth-child(2):before, #productPack label .custom-radio input:checked ~ span:nth-child(2) span:nth-child(1):before {
  transform: scale(1);
  opacity: 1;
}
#productPack .desc_option_pack {
  width: 100%;
  display: block;
  font-size: 11px;
  color: #BEBEBE;
}

.product-pack {
  padding-bottom: 15px;
}

.product-pack h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
}

.product-pack {
  padding-bottom: 35px;
}
.product-pack article {
  border: 1px solid rgba(250, 214, 214, 0.4);
  margin-bottom: -1px;
}

.special_pack_price {
  border: 2px solid #e6294b;
  color: #e6294b;
  padding: 5px 15px;
  margin: 0 0 20px 0;
  display: inline-block;
}
.special_pack_price .price {
  background: #e6294b;
  color: white;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  margin: -5px -15px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.special_pack_price .price small {
  font-weight: normal;
  display: block;
  font-size: 13px;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: -13px;
}

.pack-product-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px;
  font-size: 14px;
}
.pack-product-container .thumb-mask {
  width: 12%;
  flex: 0 0 12%;
}
.pack-product-container .thumb-mask img {
  width: 100%;
  max-width: 50px;
}
.pack-product-container .pack-product-name {
  line-height: 19px;
  width: 60%;
  flex: 0 0 60%;
}
@media (min-width: 991px) {
  .pack-product-container .pack-product-name {
    width: 70%;
    flex: 0 0 70%;
  }
}
.pack-product-container .pack-product-name a {
  letter-spacing: 0;
}
.pack-product-container .pack-product-price {
  width: 20%;
  flex: 0 0 20%;
}
@media (min-width: 991px) {
  .pack-product-container .pack-product-price {
    width: 18%;
    flex: 0 0 18%;
    text-align: right;
  }
}
.pack-product-container .pack-product-quantity {
  display: none;
}

.pack-cart {
  font-size: 14px;
  margin-top: 8px;
}
.pack-cart li {
  color: rgb(148, 148, 148);
}/*# sourceMappingURL=style.css.map */