@charset "UTF-8";
/*Collection template 210928ES*/
.croppie-container {
  width: 900px;
  height: 600px;
}
/* Modified by WSDEV-220405-MM - CSS to fit image inside modal */
#ws-modal-content {
  height: 100%;
  max-height: 75vh;
}
#ws-modal-content .ws-modal-content__container {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}
/* Modified by WSDEV-220411-MM - Remove 100% for height and width */
#ws-modal-content .ws-modal-content__container img.ws-modal-content__image {
  object-fit: contain;
  max-height: 65vh;
  max-width: 60vw;
}
/* End of Modified by WSDEV-220411-MM - Remove 100% for height and width */
.ws-image-grid__height .cropper-canvas {
  margin: 0 20px;
}
.ws-image-grid__height .cropper-crop-box {
  margin: 0 20px;
}
.ws-image-grid__width .cropper-canvas {
  margin: 20px 0;
}
.ws-image-grid__width .cropper-crop-box {
  margin: 20px 0;
}
/* End of Modified by WSDEV-220405-MM - CSS to fit image inside modal */
/* Modified by WSDEV-220406-MM - Hide container with hidden canvas */
.ws-grid-product__canvas-container {
  display: none;
}
/* End of Modified by WSDEV-220406-MM - Hide container with hidden canvas */
.ws-section {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 3em;
}
.ws-section .none {
  display: none;
}
.ws-section .btn.btn--secondary {
  color: white;
  background-color: black;
  padding: 30px 15px;
}
.ws-section .column {
  align-self: center;
}
.ws-section .column .img-container {
  min-width: 300px;
  width: 100%;
  height: 300px;
  border: 1px solid black;
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: auto;
}
.ws-section .item {
  margin-bottom: 1em;
}
.ws-section .item #discount {
  text-align: center;
}
#SortBy {
  display: none;
}
@media only screen and (max-width: 708px) {
  .ws-section .column {
    text-align: center;
    margin-bottom: 1em;
  }
}

/* -- quantity box -- */
.grid__item .ws-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.ws-quantity-box {
  width: 35%;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: 10px 50px 10px 85px;
}
.ws-btn-add-cart {
  border-radius: 50%;
  border: 2px solid #000000; /* Green */
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.13);
}

.ws-btn-add-cart:hover {
  background-color: grey; /* Green */
  color: black;
}

.ws-variant-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 43px;
}

.ws-select-variant {
  margin: 0px 0px 0px 50px;
  width: 100%;
}

/* -- quantity box -- */

.quantity {
  display: inline-block;
}

.quantity .input-text.qty {
  width: 35px;
  height: 41px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
}

.quantity.buttons_added {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 41px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor: pointer;
}

.quantity.buttons_added .minus {
  border-right: 0;
}

.quantity.buttons_added .plus {
  border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
  background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}
/*End of collection template 210928ES*/
/*Discounts Modal 210907ES*/
.ws-search-discount {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-width: 30rem;
}
.ws-search-discount .row {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  align-items: center;
  width: 100%;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}
.ws-search-discount .row.evenly {
  justify-content: space-evenly;
}
.ws-search-discount button {
  border: 2px solid #000000;
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 19px 38px rgb(0 0 0 / 13%);
  min-width: 120px;
  margin-left: 10px;
  margin-right: 10px;
}
.ws-search-discount label {
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 60px;
}
.ws-search-discount select {
  width: 100%;
}
.ws-search-discount #discounts {
  background-image: none;
  width: 100%;
}
/*End of Discounts Modal 210907ES*/

/* link to send to Inkybay App 210927ED*/
.ws-redirect {
  display: flex;
}
.ws-redirect-link {
  color: blue;
  padding-left: 3px;
}
.ws-redirect-link:hover {
  cursor: pointer;
  transition: background 0.2s ease 0s;
}
/* link to send to Inkybay App 210927ED*/

/*Collection grid size 210920ES*/
.ws_custom_grid .grid-product__meta .grid-product__title {
  min-height: 38px;
}
/*End of collection grid size 210920ES*/
/*Cart template 210921ES*/
/*changes to mobile version/
.cart__row .cart__image img {
  min-width: 170px;
  max-width: 204px;
}
.cart__row .ws_edit_link {
  text-align: center;
  margin-top: 1vh;
}
/*End of cart template 210921ES*/
/*Product template 210924*/
.ws-add-item-products {
  border: 2px;
  border-radius: 10px;
  color: #ffffff;
  background: #3498db;
  padding: 10px 20px 10px 20px;
}
.ws-section.ws-product {
  justify-content: flex-start;
}
/*End of Product template 210924*/

@media only screen and (max-width: 650px) {
  /*cart template 211130*/
  .three-quarters {
    width: 75%;
    display: block;
    text-align: right;
    padding-top: 2em;
  }
  /*cart template 211130*/
  .ws-variant-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }

  .ws-select-variant {
    margin: 0px;
    width: 100%;
  }
  .ws-section .column .img-container {
    min-width: 300 px;
    width: 100%;
    height: 300 px;
    border: 1 px solid black;
    background-repeat: no-repeat;
    background-size: 300 px 300 px;
    background-position: auto;
  }
  /* Modified by WSDEV-220405-MM - CSS to fit image inside modal */
  #ws-modal-content .ws-modal-content__container {
    min-height: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  /* Modified by WSDEV-220411-MM - Remove 100% for height and width */
  #ws-modal-content .ws-modal-content__container img.ws-modal-content__image {
    object-fit: contain;
    max-height: 70vh;
    max-width: 80vw;
  }
  /* End of Modified by WSDEV-220411-MM - Remove 100% for height and width */
  /* End of Modified by WSDEV-220405-MM - CSS to fit image inside modal */

  .ws-search-discount select {
    width: 50%;
  }

  .ws-search-discount label {
    margin-bottom: 0;
    margin-right: 0 px;
    min-width: 60 px;
  }

  .ws-search-discount {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: unset;
    min-width: 0;
  }

  .ws-search-discount .row.evenly {
    justify-content: inherit;
  }
  .modal--is-active {
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden;
    word-wrap: break-word;
  }

  .ws-search-discount #discounts {
    background-image: none;
    width: 85%;
  }

  .ws-search-discount button {
    border: 2 px solid #000000;
    background-color: white;
    color: black;
    border-radius: 20 px;
    box-shadow: 0 19px 38px rgb(0 0 0 / 13%);
    min-width: 90px;
    margin-left: 10px;
    margin-right: 10px;
    align-content: center;
  }
  .modal--square .modal__centered-content {
    max-height: 150vh;
    padding: 30px;
    min-width: 50px;
    min-height: 50px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .grid-product__price {
    font-size: 15.3px;
    color: #9f8561;
    margin-top: 5px;
    min-height: 50px;
  }
  .grid-product__meta {
    text-align: center;
    position: relative;
    padding: 10px 0 6px 0;
    line-height: 1.3;
  }

  #ws-modal-content .row {
    margin-top: 5px;
  }

  .modal__close .icon {
    width: 30px;
    height: 15px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 0px;
  }
  .cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    right: -3px;
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
  .ws_custom_grid .grid-product__meta .grid-product__title {
    min-height: 72px;
  }
}
/*cart template 211130*/
@media only screen and (max-width: 1163px) {
  .three-quarters {
    width: 75%;
    display: block;
    text-align: right;
    padding-top: 2em;
  }
}
/*cart template 211130*/
/* Added by WSDEV-220323-MM - View all button */
#ws-view-all {
  color: #fff;
  background: #78c89b;
  cursor: pointer;
}
#ws-view-all:hover {
  color: #fff;
}
/* End of Added by WSDEV-220323-MM - View all button */
