/** Shopify CDN: Minification failed

Line 19:0 Unexpected "{"
Line 19:1 Expected identifier but found "%"
Line 23:0 Unexpected "{"
Line 23:1 Expected identifier but found "%"
Line 81:0 Unexpected "}"

**/
.yotpo.yotpo-modal .primary-color-btn, .yotpo input[type="button"].primary-color-btn {
    background: #62c8cd!important;
}
.yotpo .write-review .connect-wrapper {
    padding-left: 0!important;
}
.rte img {
    margin-left: 0!important;
}
{% if request.path contains 'account' %}
  .shopify-section--newsletter{
    display:none;
  }
{% endif %}

@media(max-width:860px){ 
.table-outer table {
    width: 800px;
}
}
@media(max-width:799px){
.disclosure__list-wrap {
    width: 100%;
    top: auto;
    bottom: -100px!important;
    border: 0;
    padding: 0;
}
  .mobile-menu__disclosure button.disclosure__button {
    padding-left: 10px;
}
  .disclosure__toggle {
    margin-right: 0;
    width: 100%;
    padding: 0;
    text-align: left;
    display: flex;
    border: 0;
    justify-content: space-between;
    padding-right:16px;
}
  .disclosure.disclosure--currency.disclosure-text-style-uppercase{
    justify-content:start!important;
  }
}
@media(max-width:767px){
  .yotpo .write-review .connect-wrapper .form-element:first-child {
    padding-right: 0!important;
}

.yotpo .write-review .connect-wrapper .form-element {
    width: 100%!important;
}
  .yotpo .form-element.submit-button {
    width: 100%;
    padding-top: 10px;
}
}
@media(max-width:601px){
  .block__rich_text_and_image.block__1575445327579 button {
    display: none!important;
}
  .block__rich_text_and_image.block__1578763194836 {
    position: relative;
    padding-top: 47px;
}
  .block__rich_text_and_image.block__1578763194836 .more-more{
    position:absolute;
    top: -54px;
}
  }
}