.addtocart-checkboxes .products-grid .item {
  padding-bottom: 50px;
}
.addtocart-checkboxes .product-image-wrapper {
  position: relative;
}
.addtocart-checkboxes .product-image-wrapper .checkbox {
  position: absolute;
  right: 0;
  bottom: 0;
}
.soldtogether-block {
  clear: both;
}
.soldtogether-block .amazonstyle-images {
  margin: 10px 0;
  padding: 0;
  zoom: 1;
}
.soldtogether-block .amazonstyle-images::after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.soldtogether-block .amazonstyle-images li {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.soldtogether-block .amazonstyle-images li.item {
  position: relative;
  padding-left: 32px;
}
.soldtogether-block .amazonstyle-images li.item::before {
  position: absolute;
  content: '';
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 32px;
  width: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.soldtogether-block .amazonstyle-images li.item-inactive {
  opacity: 0.3;
}
.soldtogether-block .amazonstyle-checkboxes {
  clear: both;
  padding: 0;
}
.soldtogether-block .amazonstyle-checkboxes .price-box {
  display: inline;
  margin: 10px 0;
}
.soldtogether-block .amazonstyle-checkboxes .price-box .minimal-price-link,
.soldtogether-block .amazonstyle-checkboxes .price-box p {
  display: inline;
}
.soldtogether-block .amazonstyle-checkboxes .minimal-price .price-label {
  font-weight: normal;
}
.soldtogether-block .amazonstyle-checkboxes li {
  margin: 0;
  padding: 2px 5px;
  list-style: none;
}
.soldtogether-block .amazonstyle-checkboxes li .button-cart {
  display: inline-block;
  margin: 5px 0 0 0;
}
.soldtogether-block .price-including-tax,
.soldtogether-block .price-excluding-tax {
  display: inline;
}
.soldtogether-block .product-item-name {
  display: inline;
  padding-right: 5px;
}
.soldtogether-block .totalprice {
  display: inline;
  font-weight: bold;
}
.soldtogether-block .totalprice h5 {
  display: inline;
  margin: 5px;
}
.soldtogether-block.amazon-stripe .amazonstyle-images {
  text-align: center;
  margin: 10px 5px;
}
.soldtogether-block.amazon-stripe .amazonstyle-images li.first {
  display: none;
}
.soldtogether-block.amazon-stripe .amazonstyle-images li.first + li.plus + li {
  padding-left: 0;
}
.soldtogether-block.amazon-stripe .amazonstyle-images li.first + li.plus + li::before {
  display: none;
}
.soldtogether-block.amazon-stripe .product-photo-wrapper {
  display: inline-block;
  position: relative;
}
.soldtogether-block.amazon-stripe .product-photo-wrapper .checkbox {
  margin: 0;
  position: absolute;
  top: .5rem;
  right: .5rem;
  z-index: 2;
}
.soldtogether-block.amazon-stripe .amazonstyle-checkboxes {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .soldtogether-block.amazon-stripe .block-content {
    display: flex;
  }
  .soldtogether-block.amazon-stripe .block-content .amazonstyle-images {
    flex: 4;
    display: flex;
    justify-content: space-around;
  }
  .soldtogether-block.amazon-stripe .block-content .amazonstyle-images li {
    padding-left: 0;
  }
  .soldtogether-block.amazon-stripe .block-content .amazonstyle-images li::before {
    display: none;
  }
  .soldtogether-block.amazon-stripe .block-content .amazonstyle-images li:not(.first) + li.plus {
    position: relative;
    padding-left: 32px;
  }
  .soldtogether-block.amazon-stripe .block-content .amazonstyle-images li:not(.first) + li.plus::before {
    position: absolute;
    content: '';
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 32px;
    width: 32px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .soldtogether-block.amazon-stripe .block-content .amazonstyle-checkboxes {
    flex: 1;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
  }
}
.soldtogether-customer-slick {
  clear: both;
}
.soldtogether-customer-slick .slick-slide {
  margin: 15px;
}
.soldtogether-customer-slick .slick-slide:first-child {
  display: block;
}
.soldtogether-customer-slick .product-item {
  text-align: center;
}
.soldtogether-customer-slick .product-item-name,
.soldtogether-customer-slick .product.name a {
  min-height: 40px;
  overflow: hidden;
}
.soldtogether-customer-slick .product-item-details {
  margin-bottom: 20px;
}
.soldtogether-customer-slick .field.choice {
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* rgba(255, 255, 255, 0.2) */
  border-radius: 3px;
  display: inline-block;
  padding: 7px;
  transition: all 0.3s ease;
}
.soldtogether-customer-slick .field.choice:hover {
  border: 1px solid rgba(0, 0, 0, 0.12);
  /* rgba(255, 255, 255, 0.4) */
  background: rgba(0, 0, 0, 0.05);
  /* rgba(255, 255, 255, 0.05) */
  transition: all 0.3s ease;
}
/* WORKAROUND for rtl (porto_rtl) -- START */
html:not([lang="he-IL"]) .soldtogether-block .amazonstyle-images .first {
  padding-left: 0;
  margin-left: 0;
}
html:not([lang="he-IL"]) .soldtogether-block .amazonstyle-images .first::before {
  display: none;
}
html[lang="he-IL"] .soldtogether-block .amazonstyle-images li {
  float: right;
}
html[lang="he-IL"] .soldtogether-block .amazonstyle-images li:last-child {
  padding-left: 0;
}
html[lang="he-IL"] .soldtogether-block .amazonstyle-images li:last-child::before {
  display: none;
}
/* WORKAROUND for rtl (porto_rtl) -- END */
@media screen and (max-width: 770px) {
  .soldtogether-block .amazonstyle-images .product-image-container {
    width: 100px !important;
  }
}
