.merchant-field-description_length input[type=number] {
  padding: 12px 45px 12px 10px;
  max-width: 96px;
}

.grey_background {
  background-color: #E5E5E5;
}

.popup {
  background-color: #fff;
  padding: 40px;
  z-index: 100;
  max-width: 100%;
  display: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.popup.show {
  display: block;
}
.popup ins,
.popup a {
  text-decoration: none;
}
.popup .popup-header {
  position: relative;
  margin-bottom: 20px;
  padding-right: 50px;
}
.popup .popup-header .popup-header-title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
}
.popup .popup-header .popup-close {
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 10px 15px;
}
.popup .popup-header .popup-close svg {
  width: 17px;
  height: 17px;
}
.popup .popup-body > div {
  margin-bottom: 30px;
}
.popup .popup-body > div:last-child {
  margin-bottom: 0;
}
.popup .popup-body .added-product {
  margin-bottom: 20px;
}
.popup .popup-body .added-product .popup-product-image {
  margin-right: 30px;
}
.popup .popup-body .added-product .popup-product-image div {
  max-width: 100%;
  height: auto;
  display: block;
}
.popup .popup-body .added-product .popup-product-content {
  padding: 0;
}
.popup .popup-body .added-product .popup-product-name a {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.popup .popup-body .added-product .popup-product-description {
  margin-bottom: 10px;
  color: #3C3B34;
}
.popup .popup-body .added-product .popup-product-price {
  margin-bottom: 10px;
}
.popup .popup-body .added-product .popup-product-price del {
  color: #999;
  font-size: 16px;
  margin-right: 10px;
}
.popup .popup-body .added-product .popup-product-price ins {
  color: #8E8E8E;
  font-size: 20px;
  font-weight: bold;
}
.popup .popup-body .popup-cart-info {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.popup .popup-body .popup-cart-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
}
.popup .popup-body .popup-cart-info .info-item:last-of-type {
  margin-bottom: 0;
}
.popup .popup-body .popup-cart-info .info-item .info-label {
  color: #3C3B34;
}
.popup .popup-body .popup-cart-info .info-item .info-value {
  color: #3C3B34;
}
.popup .popup-body .popup-cart-info .cart-subtotal,
.popup .popup-body .popup-cart-info .cart-items {
  font-weight: bold;
}
.popup .popup-body .popup-cart-info .cart-items {
  color: #787C82;
}
.popup .popup-body .popup-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 30px;
}
.popup .popup-body .popup-actions .merchant-button {
  border: 2px solid #3858E9;
  border-radius: 50px;
  background-color: #fff;
  color: #3858E9;
  font-weight: bold;
  padding: 10px;
  margin: 0 5px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.popup .popup-body .popup-actions .merchant-button:hover {
  background-color: #3858E9;
  color: #fff;
}
.popup .popup-body .popup-actions .merchant-button .button-filled, .popup .popup-body .popup-actions .merchant-button:first-of-type {
  background-color: #3858E9;
  color: #fff;
}
.popup .popup-body .popup-actions .merchant-button .button-filled:hover, .popup .popup-body .popup-actions .merchant-button:first-of-type:hover {
  background-color: #fff;
  color: #3858E9;
}
.popup .popup-body .slider-products .section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.popup .popup-body .slider-products .products-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none outside;
  position: relative;
}
.popup .popup-body .slider-products .products-list .slick-prev {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.popup .popup-body .slider-products .products-list .slick-next {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup .popup-body .slider-products .products-list .slick-next,
.popup .popup-body .slider-products .products-list .slick-prev {
  background-color: #fff;
  border: 2px solid #E5E5E5;
  border-radius: 50%;
  color: #E5E5E5;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 2;
  padding: unset;
}
.popup .popup-body .slider-products .products-list .slick-next svg,
.popup .popup-body .slider-products .products-list .slick-prev svg {
  width: 20px;
  height: 20px;
}
.popup .popup-body .slider-products .products-list .product {
  margin-bottom: 0;
  width: 100%;
  padding: 0 15px;
  position: relative;
}
.popup .popup-body .slider-products .products-list .product .image-wrapper {
  margin-bottom: 10px;
}
.popup .popup-body .slider-products .products-list .product .image-wrapper div {
  max-width: 100%;
  height: auto;
  display: block;
}
.popup .popup-body .slider-products .products-list .product h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup .popup-body .slider-products .products-list .product .product-price {
  color: #8E8E8E;
  font-size: 16px;
  font-weight: bold;
}
.popup .popup-body .slider-products .products-list .product .product-price del {
  color: #999;
  font-size: 12px;
  margin-right: 10px;
}
.popup .popup-body .buy-x-get-y .section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.popup .popup-body .buy-x-get-y .offer-products {
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup .popup-body .buy-x-get-y .offer-products .offer-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popup .popup-body .buy-x-get-y .offer-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border: 2px solid;
  margin: 25px 15px 0;
  position: relative;
}
.popup .popup-body .buy-x-get-y .offer-product.first-product {
  border-color: transparent;
  padding-left: 0;
}
.popup .popup-body .buy-x-get-y .offer-product.second-product {
  border-color: #E5E5E5;
  padding: 60px 15px 15px;
  margin: 0 15px 0;
}
.popup .popup-body .buy-x-get-y .offer-product.second-product .offer-title {
  top: 12px;
  left: 15px;
}
.popup .popup-body .buy-x-get-y .offer-product .product-summary,
.popup .popup-body .buy-x-get-y .offer-product .image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popup .popup-body .buy-x-get-y .offer-product .product-summary img,
.popup .popup-body .buy-x-get-y .offer-product .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.popup .popup-body .buy-x-get-y .offer-product .offer-title {
  position: absolute;
  top: -35px;
  left: 0;
  background-color: #EA2929;
  padding: 5px 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
}
.popup .popup-body .buy-x-get-y .offer-product .product-summary {
  padding: 15px;
}
.popup .popup-body .buy-x-get-y .offer-product .product-summary h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup .popup-body .buy-x-get-y .offer-product .product-summary .product-price {
  color: #8E8E8E;
  font-size: 16px;
  font-weight: bold;
}
.popup .popup-body .buy-x-get-y .offer-product .product-summary .product-price del {
  color: #999;
  font-size: 12px;
  margin-right: 10px;
}
.popup .popup-body .buy-x-get-y .offer-product .arrow-icon {
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #EA2929;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  padding: 15px 8px 11px;
  z-index: 2;
}
.popup .popup-body .buy-x-get-y .offer-product .arrow-icon svg {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .popup .popup-body .buy-x-get-y:last-of-type {
    margin-bottom: 100px;
  }
  .popup .popup-body .buy-x-get-y .offer-product {
    display: block;
  }
}
.popup .popup-body .frequently-bought-together-popup .section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.popup .popup-body .frequently-bought-together-popup .offer-products {
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-column {
  width: 30%;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-column.half-width {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-product {
  margin-bottom: 0;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  text-align: center;
  display: block;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-product .image-wrapper {
  margin-bottom: 10px;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-product .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-product h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-product .product-price {
  color: #8E8E8E;
  font-size: 16px;
  font-weight: bold;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-product .product-price del {
  color: #999;
  font-size: 12px;
  margin-right: 10px;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-icon .plus-icon {
  width: 50px;
  height: 50px;
  background-color: #3858E9;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-icon .plus-icon:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  width: 18px;
  height: 18px;
  line-height: 14px;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  color: #8E8E8E;
  font-weight: bold;
  font-size: 16px;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-price h4 {
  margin-bottom: 15px;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-price del {
  color: #999;
  font-size: 12px;
  margin-right: 10px;
}
.popup .popup-body .frequently-bought-together-popup .offer-products .offer-price ins {
  color: #8E8E8E;
  font-size: 20px;
  background-color: unset;
}
.popup .popup-body .frequently-bought-together-popup.force-mobile-view .offer-products {
  display: block;
  padding: 0 15px;
}
.popup .popup-body .frequently-bought-together-popup.force-mobile-view .offer-products .offer-column.half-width {
  display: none;
}
.popup .popup-body .frequently-bought-together-popup.force-mobile-view .offer-products .offer-column {
  width: 100%;
}
.popup .popup-body .frequently-bought-together-popup.force-mobile-view .offer-products .offer-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border: 1px solid #D9D9D9;
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
}
.popup .popup-body .frequently-bought-together-popup.force-mobile-view .offer-products .offer-product .image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}
.popup .popup-body .frequently-bought-together-popup.force-mobile-view .offer-products .offer-product .product-summary {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.popup .popup-body .frequently-bought-together-popup.force-mobile-view .offer-products .offer-product.other-products .offer-icon {
  position: absolute;
  top: -35px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  height: unset;
}
.popup .popup-body .frequently-bought-together-popup.force-mobile-view .offer-products .offer-price {
  display: block;
}
@media (max-width: 768px) {
  .popup .popup-body .frequently-bought-together-popup .offer-products {
    display: block;
    padding: 0 15px;
  }
  .popup .popup-body .frequently-bought-together-popup .offer-products .offer-column {
    width: 100%;
  }
  .popup .popup-body .frequently-bought-together-popup .offer-products .offer-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    border: 1px solid #D9D9D9;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
  }
  .popup .popup-body .frequently-bought-together-popup .offer-products .offer-product .image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 15px;
  }
  .popup .popup-body .frequently-bought-together-popup .offer-products .offer-product .product-summary {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .popup .popup-body .frequently-bought-together-popup .offer-products .offer-product.other-products .offer-icon {
    position: absolute;
    top: -35px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    height: unset;
  }
  .popup .popup-body .frequently-bought-together-popup .offer-products .offer-price {
    display: block;
  }
}
.popup.layout-1 .added-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: unset;
}
.popup.layout-1 .added-product .popup-product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.popup.layout-2 .added-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup.layout-2 .added-product .popup-product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.popup.layout-3 .top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup.layout-3 .top-area .product-component {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 0 -15px;
}
.popup.layout-3 .top-area .product-component .added-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border: none;
  padding: 0 15px;
}
.popup.layout-3 .top-area .product-component .added-product .popup-product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-right: 20px;
}
.popup.layout-3 .top-area .product-component .added-product .popup-cart-info {
  margin-bottom: 0;
}
.popup.layout-3 .top-area .product-component .added-product .popup-cart-info .info-item:last-of-type {
  margin-bottom: 0;
}
.popup.layout-3 .top-area .actions-component {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -15px;
  max-width: 300px;
}
.popup.layout-3 .top-area .actions-component .popup-actions {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 15px 0 30px;
}
.popup.layout-3 .top-area .actions-component .popup-actions .merchant-button {
  margin-bottom: 10px;
  width: 100%;
}
.popup.layout-3 .top-area .actions-component .popup-actions .merchant-button:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .popup.layout-3 .top-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup.layout-3 .top-area .product-component .added-product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup.layout-3 .top-area .product-component .added-product .popup-product-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .popup.layout-3 .top-area .product-component .added-product .popup-product-content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .popup.layout-3 .top-area .actions-component {
    max-width: unset;
  }
  .popup.layout-3 .top-area .actions-component .popup-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .popup.layout-3 .top-area .actions-component .popup-actions .merchant-button {
    margin-bottom: unset;
  }
}
@media (max-width: 768px) {
  .popup.layout-3 .top-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup.layout-3 .top-area .product-component {
    margin-bottom: 30px;
  }
  .popup.layout-3 .top-area .product-component .added-product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup.layout-3 .top-area .product-component .added-product .popup-product-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .popup.layout-3 .top-area .product-component .added-product .popup-product-content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .popup.layout-3 .top-area .product-component .added-product .popup-product-content .popup-product-description {
    display: none;
  }
  .popup.layout-3 .top-area .actions-component {
    max-width: unset;
  }
  .popup.layout-3 .top-area .actions-component .popup-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
  .popup.layout-3 .top-area .actions-component .popup-actions .merchant-button {
    margin: 0 0 10px;
  }
}