.container .column,
.container .columns {
  margin-left: -5px;
  margin-right: 10px;
}
.container {
  position: relative;
  margin: 5px auto !important;
  display: flex;
  flex-wrap: wrap;
}
.wsContainer {
  background-color: #f2f1ed;
  width: 100%;
  padding: 50px;
  border-radius: 8px;
}

.wsContainer .col {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
}

.wsContainer .bold {
  font-weight: bold;
}

.wsContainer .link {
  color: #9a9a9a;
  text-decoration: underline;
  cursor: pointer;
}

.wsContainer .link.black {
  color: #000000;
}

.wstemplate .center {
  text-align: center;
}

.wsContainer .mb-0 {
  margin-bottom: 0em;
}

.wsContainer .mt-0 {
  margin-top: 0em;
}

.wstemplate .hidden {
  display: none;
}
.wstemplate.page__content {
  max-width: 100%;
}
.ws-unavailable {
  background: #c9c9c9;
  opacity: 1;
  color: white;
}
.ws-variant-box {
  margin-top: 5px;
  height: 35px;
}

/*Modal*/
.ws_modal {
  position: fixed;
  top: 0;
  background-color: rgb(228, 226, 220, 0.87);
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.ws_modal .container {
  width: 100%;
  max-width: 420px;
  height: auto;
  background: #fff 0% 0% no-repeat padding-box;
  /* border-radius: 8px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 10px;
  justify-content: center;
}

.ws_modal .content {
  padding: 20px 10px;
  margin-bottom: 0 !important;
}

.ws_modal .content p {
  font-family: "Bahnschrift-Regular";
  font-size: 20px;
}

.ws_modal .content input {
  color: #000000;
}

.ws_modal .content select {
  color: #000000;
}

.ws_modal .actions {
  display: flex;
  flex-direction: row-reverse;
}

.ws_modal .actions #execute {
  display: inline-block;
  width: 160px;
  height: 50px;
  background-color: #c3997a;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  vertical-align: middle;
  line-height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.ws_modal .actions #close {
  display: inline-block;
  width: 160px;
  height: 50px;
  background-color: #fff;
  color: #c3997a;
  border: 1px solid #c3997a;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  vertical-align: middle;
  line-height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.ws_modal .container.shipping__form {
  height: 80%;
  top: calc(20% / 2);
}

.ws_modal .container.shipping__form .content {
  margin-top: 0;
  height: 80%;
  overflow-y: auto;
}

.ws_modal .container.shipping__form .shipping_form {
  display: block;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

.ws_modal .container.shipping__form .shipping_form .error {
  color: red;
}

.ws-title-frecuency {
  font-weight: bold;
}

#ws-frequency-months {
  text-transform: uppercase;
}

.ws-button-type {
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

// Firefox
input[type="number"] {
  -moz-appearance: textfield;
}

// Build a Box collection template
.ws-menu-mobile {
  margin-top: 20px;
}

.ws-go-to-cart-mobile {
  position: unset !important;
  box-shadow: 0 0 1px 1px rgb(100, 100, 100) !important;
  width: 100% !important;
}

.collection__main {
  flex: 70%;
  margin-right: -30px;
}

.ws-sidebar {
  flex: 30%;
}

.product__thumbnail {
  position: relative;
  min-width: 0;
  flex-shrink: 0;
  white-space: normal;
  display: flex;
  flex-direction: column;
}

.thumbnail__caption {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ws-collection-build-box {
  display: flex;
  flex-direction: row;
}

.ws-item_remove-container {
  padding: 5px;
  line-height: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  margin-left: 10px;
}
.product__thumbnail .thumbnail__caption .yotpo.bottomLine {
  display: flex;
  justify-content: center;
  position: sticky;
  margin-top: 5px;
}

.product__thumbnail .thumbnail__caption .yotpo.bottomLine .yotpo-bottomline {
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
.product__thumbnail .thumbnail__caption .yotpo.bottomLine .yotpo-bottomline a {
  font-family: "Bahnschrift-Regular";
  font-weight: lighter;
}
// Header
.ws-header {
  margin: 20px 0;
  text-align: center;

  .ws-header_title {
    font-size: Min(7vw, 35px);
    font-weight: bold;
    word-spacing: 3pt;
    margin-bottom: 10px;
  }

  .ws-header_icons {
    display: flex;
    max-width: 530px;
    margin: 0 auto;
    font-size: Min(3vw, 17px);
    font-weight: bold;
    line-height: 1.5;
  }

  .ws-icon {
    margin: 0 15px;
    min-width: 20%;
    width: 33%;
  }

  .ws-img {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: Min(12vw, 70px);
    letter-spacing: -5pt;
    color: $purple;

    img {
      height: 100%;
    }
  }

  .ws-text {
    margin-top: 7px;
  }
}

// Product item
.product-item__info-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.button--large.ws-button {
  margin-top: 20px;
  font-weight: bold;
  width: 100%;
  font-size: Min(3vw, 25px);
  padding: 10px 20px;
  background-color: #296269;
  border-color: #296269;
}

#ws-button-color {
  background-color: #9aa7dc;
  border-color: #9aa7dc;
}

#ws-button-color:hover {
  background-color: #ff8f8a;
}

// Toggler
.ws-toggle + * {
  display: none !important;
}

.ws-toggle.ws-toggle_open + * {
  display: block !important;
}

#ws-toggle {
  position: relative;
  cursor: pointer;
  transition: transform 300ms;
  display: block;
}

#ws-toggle::before {
  content: " ";
  display: inline-block;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}

.ws-toggle_open #ws-toggle {
  transform: rotate(180deg);
}

.ws-toggle_bottom__open .ws-selection-box,
.ws-toggle_bottom__open .ws-order-type,
.ws-toggle_bottom__open .ws-frequency {
  display: none !important;
}

.collection-sidebar .block__tag-filter .sidebar-block__content {
  display: flex;
}

#ws-total {
  margin-left: auto;
  margin-right: 15px;
}

.ws-sidebar {
  font-family: "Barlow-Bold";
  position: sticky;
  top: 15px;
  width: calc(35% - 20px);
  height: min-content;
  //   margin: 20px 0;
  text-align: center;
  //   padding-left: 20px;
}

.ws-card {
  background-color: #f3f2ef;
  padding: 8% 4%;
  color: #3a3a3a;
}

.ws-card_top {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#ws-frequency-months {
  padding: 3px;
  border-color: #c3997a;
}

#ws-frequency-months,
option {
  font-weight: bold;
  color: #c3997a;
}
.ws-subscribe-save {
  margin-top: 20px;
  font-weight: bold;
  font-size: 11px;
  padding: 10px 10px;
  border-color: #c3997a;
  border-width: 2px;
  border-style: double;
}
#quickshop .ws_product_form .bsub-widget {
  display: none;
}

.ws-one-purchase {
  margin-top: 20px;
  font-weight: bold;
  font-size: 11px;
  padding: 10px 10px;
  border-color: #c3997a;
  border-width: 2px;
  border-style: double;
  border-image: initial;
}

// Items in selection box
.ws-selection-box {
  margin: 15px 0px;
  overflow-y: scroll;
  max-height: 350px;
}

.ws-selection-box::-webkit-scrollbar {
  width: 6px;
  background-color: #00000012;
}

.ws-selection-box::-webkit-scrollbar-track {
  border-radius: 5px;
}

.ws-selection-box::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 5px;
}

.ws-selection-box::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.ws-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.ws-item + .ws-item {
  border-top: 1px solid #c9c9c9;
}

.ws-item_title {
  font-family: "Bahnschrift";
  width: 30%;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
}
.ws-button-quickview {
  color: #fff;
  background-color: #c3997a;
  border: 1px solid #c3997a;
  width: 100%;
  font-family: "Barlow-Bold";
  text-transform: uppercase;
  cursor: pointer;
  padding: 4px 10px;
}
.ws-item_price {
  font-size: 14px;
  width: 12%;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.ws-item_quantity {
  display: flex;
  position: relative;
  right: 0;
  padding: 0 0px;
  height: 23px;
  color: black;
  width: 30%;
}

.ws-item_quantity-product {
  display: flex;
  position: relative;
  right: 0;
  padding: 0 0px;
  height: 23px;
  color: black;
  justify-content: center;
  margin-bottom: 7px;
}

.ws-add_to_box {
  width: 100%;
}

.ws-add_to_box.ws-atc--disabled {
  pointer-events: none;
  opacity: 0.8;
}

.ws-item_quantity div {
  padding: 0 8px;
  font-size: 10px;
  background: $blue;
  align-items: center;
  display: flex;
  color: white;
  cursor: pointer;
}

.ws-quantity_input {
  text-align: center;
  width: 36px;
  border-top: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  border-left: none;
  border-right: none;
}

.ws-quantity_input {
  -moz-appearance: textfield;
}

.ws-quantity_input::-webkit-outer-spin-button,
.ws-quantity_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.ws-quantity_update {
  padding: 0 8px;
  font-size: 10px;
  background: #c9c9c9;
  align-items: center;
  display: flex;
  color: #fff;
  cursor: pointer;
}

.ws-item_remove {
  font-size: 10px;
  cursor: pointer;
}

.ws-frequency {
  display: flex;
  flex-direction: column;
  .ws-frequency,
  span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 798px) {
  .product-image__wrapper:hover .thumbnail-overlay__container {
    opacity: 3 !important;
    visibility: visible !important;
  }
}

.ws-frequency.ws-hidden {
  display: none !important;
}

// Menu in Build a Box collection
.ws-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 20px;
  width: 100%;
  padding: calc(20px - 0.8%);
  padding-bottom: 0;

  .ws-button {
    // width: 16%;
    min-width: 120px;
    margin: 0.33% 0%;
    padding: 12px;
    font-size: Min(2vw, 20px);
  }

  .ws-flex_empty {
    min-width: 150px;
    background-color: #eaf2ff !important;
    border: none; // Added by WSDEV-210819-MM - Empty buttons hidden
  }

  .ws-flex_empty {
    cursor: unset !important;
  }
}

// Hide quantity arrows on number inputs
// Chrome, Safari, Edge, Opera
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

// Firefox
input[type="number"] {
  -moz-appearance: textfield;
}

.ws-header-centered {
  width: 100% !important;
  justify-content: center !important;
}

.ws-header-options-centered {
  justify-content: center !important;
}

.ws-logo-container {
  img {
    max-height: 3rem !important;
  }
}

.ws-order-type {
  display: inline-block;
  align-items: center;
  line-height: 0px;
  margin-top: 30px;
}

// Responsive

.collection__main .ws-thumbnail__form_container {
  position: absolute;
}

@media screen and ((min-width: 1200)) {
  .featured-collection-section .product-thumbnail__title,
  .featured-collection-section .product-thumbnail__price,
  .collection__main .product__thumbnail .product-thumbnail__title {
    color: #3a3a3a;
    text-transform: uppercase;
    font-family: "Barlow-ExtraBold";
    min-height: 65px !important;
  }
}
.featured-collection-section .product-thumbnail__title,
.featured-collection-section .product-thumbnail__price,
.collection__main .product__thumbnail .product-thumbnail__title {
  color: #3a3a3a;
  text-transform: uppercase;
  font-family: "Barlow-ExtraBold";
  min-height: 30px !important;
}
.product-wrap {
  margin-top: 25px !important;
}
@media screen and ((max-width: 1200px) and (min-width: 800)) {
  .container {
    position: relative;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 5rem;
  }
  .ws-collection-build-box {
    display: flex;
    flex-direction: row;
    margin-left: 5rem;
  }
  .ws-item_title {
    width: 80%;
    text-align: left;
    line-height: 1.4;
    font-size: 14px;
  }
  .ws-item_quantity {
    display: flex;
    position: relative;
    right: 0;
    padding: 0 0px;
    height: 23px;
    color: black;
    width: 50%;
  }
  .ws-item_price {
    font-size: 14px;
    width: 13%;
  }
  .ws-item_remove-container {
    padding: 0px;
    line-height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
  }
  .ws-item_remove {
    font-size: 15px;
    cursor: pointer;
  }
}

@media screen and (max-width: 1200px) {
  .ws-collection-build-box {
    flex-direction: column-reverse;
  }

  .ws-collection-build-box .ws-sidebar {
    flex: 1;
    width: 80%;
    position: static;
    margin-left: 100px;
    margin-bottom: 20px;
  }
  .ws-collection-build-box .collection__main {
    flex: 1;
    margin-right: 1px;
    margin-left: 100px;
    width: 81.3%;
  }

  .collection-sidebar .block__tag-filter .sidebar-block__content {
    display: flex;
  }

  .ws-collection-build-box .ws-sidebar {
    flex: 1;
    width: 80%;
    position: static;
    margin-bottom: 20px;
  }

  .ws-collection-build-box .product__thumbnail {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  //adjustment to the styles from Firefox.

  .product-item__inventory {
    margin-bottom: 14px;
  }

  .button.ws-add_to_box {
    position: relative;
    margin-top: auto;
  }

  .ws-item {
    flex-wrap: wrap;
  }

  .ws-item_title {
    width: 40%;
    margin-bottom: 6px;
  }
  .ws-item_remove {
    font-size: 15px;
    cursor: pointer;
  }
  .ws-subscribe-save {
    margin-top: 20px;
    font-weight: bold;
    font-size: Min(1vw, 11px);
    padding: 10px 10px;
    border-color: #c3997a;
    appearance: auto;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    margin: 0em;
    border-width: 2px;
    border-style: double;
    border-image: initial;
  }

  .ws-one-purchase {
    margin-top: 20px;
    font-weight: bold;
    font-size: Min(1vw, 11px);
    padding: 10px 10px;
    border-color: #c3997a;
    appearance: auto;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    margin: 0em;
    border-width: 2px;
    border-style: double;
    border-image: initial;
  }
}

@media screen and (max-width: 800px) {
  .ws-subscribe-save {
    margin-top: 20px;
    font-weight: bold;
    font-size: Min(1vw, 12px);
    padding: 10px 10px;
    border-color: #c3997a;
    appearance: auto;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    margin: 0em;
    border-width: 2px;
    border-style: double;
    border-image: initial;
  }

  .ws-one-purchase {
    margin-top: 20px;
    font-weight: bold;
    font-size: Min(1vw, 12px);
    padding: 10px 10px;
    border-color: #c3997a;
    appearance: auto;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    margin: 0em;
    border-width: 2px;
    border-style: double;
    border-image: initial;
  }

  .button--large.ws-button {
    font-size: 30px;
    width: 100%;
  }

  .ws-header .ws-img {
    height: 65%;

    img {
      height: auto;
    }
  }

  .ws-menu {
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 20px;

    .ws-button {
      width: 32%;
      margin: 1%;
      font-size: Min(4vw, 17px);
    }

    .ws-flex_empty {
      display: none;
    }
  }

  .collection__dynamic-part {
    .ws-menu {
      order: 2;
      padding-top: 0;
    }

    .collection__toolbar {
      order: 3;
      margin-top: 22px !important;
    }

    .product-list--collection {
      order: 4;
      width: 100% !important;
    }

    .ws-sidebar {
      position: initial;
      width: 100%;
      order: 1;
      padding-right: 20px;
    }
  }

  .button.ws-button.ws-atc {
    position: fixed;
    bottom: 15px;
    z-index: 3;
    left: 15px;
    width: calc(100% - 30px);
    box-shadow: 0 0 13px 8px;
  }
}

.shopify-section.index-sections {
  .shopify-product-form {
    .bsub-widget {
      position: absolute;
      opacity: 0;
    }
  }
}

.collection__main .product__thumbnail .image-element__wrap {
  //width: 0px !important;
  height: 200px;
}

@media screen and (max-width: 800px) {
  .ws-item_remove {
    font-size: 20px;
    cursor: pointer;
  }

  .ws-item_title {
    width: 33%;
    margin-bottom: 6px;
  }
  .sidebar-section {
    order: 0 !important;
  }
  .ws-collection-build-box .ws-sidebar {
    flex: 1;
    width: 100%;
    position: static;
    margin-left: -10px;
    margin-bottom: 0;
  }
  .ws-collection-build-box .collection__main {
    flex: 1;
    flex: 1;
    margin-right: unset;
    margin-left: unset;
    width: 100%;
  }

  .ws-collection-build-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .ws-button-type {
    display: flex;
    margin-top: 0px;
    margin-block: 15px;
    margin-bottom: 30px;
  }

  .ws-card {
    background-color: #f3f2ef;
    border: 1px solid $blue;
    padding: 10px;
    color: #3a3a3a;
  }

  .ws-sidebar {
    position: initial;
    width: 95%;
    height: min-content;
    margin: 20px 0;
    text-align: center;
    padding-left: 20px;
  }

  .ws-subscribe-save {
    margin-top: 20px;
    font-weight: bolder;
    font-size: initial;
    padding: 5px 5px;
    border-color: #c3997a;
  }

  .ws-one-purchase {
    margin-top: 20px;
    font-weight: bolder;
    font-size: initial;
    padding: 5px 5px;
    border-color: #c3997a;
  }

  .ws-buildbox-atc-button {
    display: grid !important;
  }

  .button.ws-button.ws-atc {
    position: relative;
    bottom: 15px;
    z-index: 3;
    left: 15px;
    width: calc(100% - 30px);
    box-shadow: 0 0 13px 8px;
  }
  .collection-sidebar .block__tag-filter .sidebar-block__content {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: flex-start;
  }
}

/* Added by WSDEV-230713-MM - Upsell modal */
#ws-upsell-modal--container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #a5a5a559;
  z-index: 99999;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  display: block;
  opacity: 1;
}

#ws-upsell-modal--container.ws-hidden {
  opacity: 0;
  display: none !important;
}

.ws-upsell-modal--content {
  position: relative;
  margin: 16% auto;
  width: 100%;
  max-width: 550px;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding: 2% 2%;
}

.ws-upsell-modal--message {
  text-align: start;
  display: flex;
  flex-direction: column;
}

.ws-upsell-modal--message p {
  margin-bottom: 2%;
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
}

.ws-upsell-modal--message p span {
  color: #176122;
  font-size: 16px;
}

.ws-upsell-modal--buttons {
  display: flex;
  justify-content: center;
}

.ws-upsell-modal--buttons button {
  padding: 2%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 1%;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.ws-upsell-modal--buttons button:hover {
  opacity: 0.8;
}

.ws-upsell-modal--buttons #ws-upsell-modal--button-close {
  color: #c49979;
  background-color: #fff;
  border: 1px solid #c49979;
}

.ws-upsell-modal--buttons #ws-upsell-modal--button-accept {
  background-color: #c49979;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ws-upsell-modal--content {
    margin: 20vh auto !important;
    max-width: 360px !important;
    padding: 4% 6% !important;
  }

  .ws-upsell-modal--message p {
    font-size: 16px;
  }

  .ws-upsell-modal--buttons {
    flex-direction: column-reverse;
  }

  .ws-upsell-modal--buttons button {
    max-width: 150px;
    margin: 0 auto 4%;
    width: 100%;
    font-size: 16px;
  }
}
/* End of Added by WSDEV-230713-MM - Upsell modal */