/** Shopify CDN: Minification failed

Line 258:1 Unexpected ";"
Line 365:29 Comments in CSS use "/* ... */" instead of "//"
Line 450:2 Comments in CSS use "/* ... */" instead of "//"

**/
/* Sub-Footer Menu Dividers */
#vertical-divider-spacing {
  padding-right: 5px;
  padding-left: 5px;
}

/* Centre Sub-Footer Content */
.footer__extra-content {
  text-align: center;
}

/* Save Cart Button */
#dh_save-cart-button.button.button--secondary {
  width: 100%;
  min-height: 42px;
  background-color: #16497F;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 2px;
}

/* Clear Cart Button */
#dh_clear-cart-button.button.button--secondary {
  width: 100%;
  min-height: 42px;
  background-color: #38404A;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 2px;
}

@media only screen and (max-width: 798px) {
  #dh_save-cart-button.button.button--secondary,
  #dh_clear-cart-button.button.button--secondary {
    height: 52px;
  } 
}

/* Clear Cart Modal Confirmation */
#dh_clear-cart-modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

#dh_clear-cart-modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 2px;
  width: 80%;
  text-align: center;
}

#dh_clear-cart-modal-content p {
  font-size: 26px;
  padding: 50px 0;
  font-weight: 600;
}

#dh_clear-cart-modal-close {
  color: #384049;
  float: right;
  font-size: 20px;
  font-weight: 600;
  padding-right: 16px;
}

#dh_clear-cart-modal-close:hover,
#dh_clear-cart-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#dh_clear-cart-button-confirm {
  margin-bottom: 30px;
  height: 50px;
  padding: 20px;
}

/* Saved Carts Button on Cart Page */
.dh_saved-carts-button-cart-page {
  margin-bottom: 20px; 
}

/* Saved Carts Button */
.dh_saved-carts-button {
  margin: 15px 0px 15px 0px;
}

/* Quick Order Button */
.dh_quick-order-button {
  margin: 15px 0px 15px 0px;
}

/* Already in Cart Notice */
.dh_already-in-cart-notice {
    padding: 5px 10px 5px 10px;
    background-color: #f9f9fa;
    color: #384049;
    font-size: 12px;
    border: solid 1px #d3d3d3;
    border-radius: 0px 0px 2px 2px;
    margin-left: 20px;
    margin-right: 20px;
    margin-right: 2;
    text-align: center;
    border-top: none;
    margin-bottom: 50px;
}

/* Header Cart Total */
.dh_header-cart-total a {
  font-size: 18px;
  color: #384049;
  border-bottom: 1px solid #EC1D8C;
  padding-right: 1px;
  margin-bottom: 2px;
  margin-left: 10px;
}

/* Cart Page Summery Box */
.cart__cost-summary {
  border-radius: 2px;
  background-color: #F9F9FA;
}

/* Cart Page Note Field */
#note {
  border-radius: 2px;
}

/* Header Search Field */
.header__search-bar input {
  border-radius: 2px 0px 0px 2px;
  border-color: #384049;
}

/* Header Search Field Icon */
#shopify-section-header-search-focus .header__search-button {
  border-radius: 0px 2px 2px 0px;
}

/* Sub-Footer Background Colour */
.footer__container {
  background-color: #F9F9FA;
}

/* Sub-Footer Text Colour */
.footer__credits a {
  color: #384049;
}

/* Sub-Footer Text Hover Colour */
.footer__credits a:hover {
  color: #D81A7D;
}

/* Secondary Button Rounded Corners */
.button--secondary {
  border-radius: 2px;
}

/* Input Field Rounded Corners */
.input.is-secondary-btn-style {
  border-radius: 2px;
}

/* Desktop Header Drop Shadow */
#header {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(56,64,73,.10);
  -moz-box-shadow: 0px 0px 5px 3px rgba(56,64,73,.10);
  box-shadow: 0px 0px 5px 3px rgba(56,64,73,.10);
  padding-bottom: 10px;
}

/* Mobile Header Drop Shadow */
.mobile-header {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(56,64,73,.10);
  -moz-box-shadow: 0px 0px 5px 3px rgba(56,64,73,.20);
  box-shadow: 0px 0px 5px 3px rgba(56,64,73,.20);
}

/* Footer Drop Shadow */
.footer__container  {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(56,64,73,.10);
  -moz-box-shadow: 0px 0px 5px 3px rgba(56,64,73,.10);
  box-shadow: 0px 0px 5px 3px rgba(56,64,73,.10);
}

/* Cart Page No Access Notice */
.dh_no-access-notice {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
}

/* No Access Button */
.dh_no-access-button {
  margin-top: 20px;
}

/* Saved Carts Page Customization */
.aasaved-carts .responsive-table {
  width: 100%;
}

.aasaved-carts .responsive-table thead tr {
  height: 40px;
}

.aasaved-carts-totals-add {
  color: #f9f9fa;
  background-color: #16497f;
  border-color: rgba(0,0,0,0);
  border-radius: 2px;
  height: 33.25px;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
}

.aasaved-carts-totals-add:hover {
  background-color: #0b2a5b;
}

.btn {
  color: #f9f9fa;
  background-color: #16497f;
  border-color: rgba(0,0,0,0);
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
}

.btn:hover {
  background-color: #0b2a5b
};

.aasaved-carts-totals {
  border-radius: 2px; 
}

/* Center Footer Contents (Mobile-Only) */
@media only screen and (max-width: 798px) {
  .footer__container {
    text-align: center;
  }
}

/* Fix Footer Spacing (Mobile-Only) */
@media only screen and (max-width: 798px) {
  .footer__block {
    padding-bottom: 20px;
  }
}

/* Product Page SKU and Barcode Block */
@media only screen and (max-width: 798px) {
  .dh_sku-and-barcode-block {
    margin-top: 55px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 799px) {
  .dh_sku-and-barcode-block {
    margin-top: 30px;
    font-size: 14px;
  }
}

/* Spacing for Vendor on Product Pages */
.dh_product-page-vendor {
  margin-bottom: 10px;
  font-size: 16px;
}

/* Cart Page Spacing for Message  */
.cart__cart-message {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
}

/* Cart Page Notice  */
.dh_cart-notice {
  width: fit-content;
  padding: 20px 30px 20px 30px;
  border: 1px solid #F9F9FA;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 2;
  background-color: #F9F9FA;
}

/* Cart Page Notice Variables */
.dh_notice-variables {
  font-weight: 800;
  border-bottom: 1px solid #ec1d8c;
  padding-right: 1px;
}

section.dh_registration-page {
  margin: 40px 40px 40px 40px;
  text-align: center
}

.dh_registration-page h2 {
  margin-bottom: 20px;
  font-weight: 800;
}

.dh_registration-page h3 {
  margin-bottom: 10px;
}

/* --- Cart Page Notice Variables --- */
.dh_legacy-sku {
  color: #B2B6BA;
}

/* --- Flyers Page --- */
.dh-view-pdf-button {
  padding: 10px 20px 10px 20px;
}

section.details__page {
  margin-bottom: 40px;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

/* --- Contact Page --- */
#shopify-section-page-contact__main .contact-form__form {
  border: 1px solid #D3D3D3;
  border-radius: 2px;
}

.dh-brands-redbox {
  background-color: #EB018A; // #F9F9FA;
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
  border: 2px #F9F9FA solid;
  border-radius: 4px;
/*   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s; */
}

.list-collection__thumbnail .product-wrap:hover svg {
  @include prefix(transform, none, ms webkit spec);
}

.list-collection__thumbnail .collection-info__caption-wrapper {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 799px) {
  .list-collection__thumbnail .collection-info__caption-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 899px) {
  .list-collection__thumbnail .collection-info__caption-wrapper {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 999px) {
  .list-collection__thumbnail .collection-info__caption-wrapper {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1099px) {
  .list-collection__thumbnail .collection-info__caption-wrapper {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 1199px) {
  .list-collection__thumbnail .collection-info__caption-wrapper {
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 1299px) {
  .list-collection__thumbnail .collection-info__caption-wrapper {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 1015px) {
  .product-wrap .button--secondary {
    font-size: 0.75rem;
  }
}

.product-wrap .button--secondary {
  background-color: #EB018A;
}

#shopify-section-collection-subcollection__main .product-wrap .collection-thumbnail-overlay {
  background-color: white;
}

.dh-brands-redbox .collection-info__caption-wrapper {
  padding-bottom: 25%;
}

.list-collection__thumbnail .product-wrap:hover img, .list-collection__thumbnail .product-wrap:hover svg {
  -ms-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.product-wrap {
  //border: 1px solid #C6C9CC;
}

body.announcement-bar--visible .aasaved-carts {
  padding-left: 10px;
  padding-right: 10px;
}

body.announcement-bar--visible [data-react-class] {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

body.announcement-bar--visible .aasaved-carts>div,
body.announcement-bar--visible .aasaved-carts>form,
body.announcement-bar--visible .aasaved-carts>header {
  padding-left: 10px;
  padding-right: 10px;
}

.footer .social-icons li {
  padding-right: 15px;
}

.footer .social-icons li:last-child {
  padding-right: 0px;
}

@media only screen and (max-width: 799px) {
  .footer .social-icons {
    margin-left: auto;
	margin-right: auto;
  }
  
  .dh-footer-flag {
    text-align: center;
  }
  
  .footer .dh-footer-flag ul,
  .footer .dh-footer-flag ul li {
    display: inline-block;
  }
  
}

@media only screen and (min-width: 799px) { 
  .register.one-half.medium-down--one-whole.column.has-padding-bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .register__image.one-half.medium-down--one-whole.column.is-order-aligned-right {
    display: none;
  }
}

.announcement-bar .padding {
  display: none;
}

.dh_flyer-page-no-access-message {
  text-align: center;
  font-size: 18px
}

.shopify-section.newsletter .newsletter-form .button--secondary {
  background-color: #ec1d8c;
}
.shopify-section.newsletter .newsletter-form .button--secondary:hover {
  background-color: #ca1588;
}

.product-gallery__thumbnails--bottom-thumbnails {
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
}

div.MagicToolboxContainer .MagicToolboxSelectorsContainer {
   text-align: left;
}

.shopify-section.newsletter .section.has-background {
  width: calc(95% - 44px);
  max-width: calc(1200px - 44px);
}


/* .product-wrap.dh-image-overlay:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
 */
.product-wrap.dh-image-overlay .image__container:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.0;
  cursor: pointer;
}

/* Customer Guest/Customer Banner */
.dh_guest-customer-section {
  margin-bottom: 100px;
  margin: auto;
  width: auto;
  background-color: aqua;
  width: calc(95% - 44px);
  max-width: calc(1200px - 44px);
  }

@media only screen and (min-width: 799px) {
  .dh_mobile {
  	display: none;
  }
}

@media only screen and (max-width: 798px) {
  .dh_desktop {
    display: none;
  }
}

.guest-banner, .customer-banner {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
  }

@media only screen and (min-width: 799px) {
  .guest-banner {
    height: 300px;
    padding-top: 100px;
  }
  .customer-banner {
    height: 300px;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 798px) {
  .guest-banner {
    height: 600px;
    padding-top: 220px;
  }
  .customer-banner {
    height: 600px;
    padding-top: 60px;
  }
}

h2.guest-customer-header {
  color: #ffffff;
  margin-bottom: 20px;
}

.aasaved-carts.responsive-table input.aa-qty-input {
  max-width: 50px;
}

@media only screen and (min-width: 799px) {
  .dh-right-spacer {
    float: right;
    width: 50%;
  }
}

.dh-right-spacer h2.guest-customer-header  {
  color: black;
}

.customer-banner .dh-right-spacer> p > a.button.button--primary {
  background-color: black;
}

.shopify-section.index-sections [id^=shopify-section-].shopify-section.collection-list .collection-thumbnail-overlay {
  background-color: rgba(0, 0, 0, 0) !important;
}

#dh-collection-list-titles {
  font-size: 24px;
}

section.section .container .column div.product-wrap:not(.dh-image-overlay) > a.collection-info__caption {
  z-index: 4;
}

.cart__checkout #savecart {
  display: none;
}

.product-thumbnail__sold-out.sold-out {
  font-weight: 800;
  color: #5b0f00;
}

span.sold_out {
  font-weight: 800;
  color: #5b0f00;
}

.product-thumbnail__vendor {
  padding-top: 4px;
}

.dh-collection-add-to-cart-wrapper > .dh-quantity,
.dh-collection-add-to-cart-wrapper > .dh-button {
  min-width: 100%;
}

.dh-collection-add-to-cart-wrapper > .dh-quantity > input.dh-collection-product-quantity-field {
/*   float:right; */
  text-align: center;
  width: 70%;
  border: 1px solid #d3d3d3;
  background-color: #f9f9fa;
  border-radius: 0px 0px 2px 2px;
  margin-bottom: 2px;
  margin-left: 10%;
  margin-right: 10%;
  height: 24px;
  padding-left: 5%;
}

.dh-collection-add-to-cart-wrapper > .dh-quantity > input.dh-collection-product-quantity-field.dh-disabled {
  color: #D3D3D3;
}


@media only screen and (min-width: 799px) {
  .dh-collection-add-to-cart-wrapper > .dh-quantity > input.dh-collection-product-quantity-field {
    padding-left: 10%;
  }
}

.dh-collection-add-to-cart-wrapper > .dh-button > button.dh-collection-add-to-cart-button {
  width: 90%;
  background-color: #ec1d8c;
  border: 0px;
  color: #fff;
  height: 30px;
  border-radius: 2px;
  margin-bottom: -1px;
  z-index: 10;
  position: relative;
}

.dh-collection-add-to-cart-wrapper > .dh-button > button.dh-collection-add-to-cart-button:hover {
  background-color: #CA1489;
  cursor: pointer;
} 

.dh-collection-add-to-cart-wrapper > .dh-button > button.dh-collection-add-to-cart-button.dh-disabled {
  background-color: #f9f9fa;
  border: 1px solid #d3d3d3;
  color: #d3d3d3;
}

.dh-collection-add-to-cart-wrapper > .dh-button > button.dh-collection-add-to-cart-button.dh-disabled:hover {
  cursor: default;
}



/* --- FORM ERRORS --- */

.errors {
  color: red;
  font-weight: bold;
}



/* --- BMS HOMEPAGE BANNER --- */

.dh_bms-brands-banner {
  padding-left: 22px;
  padding-right: 22px;
}