@charset "UTF-8";
/* ==============================
  COLORS
============================== */
/* ==============================
  TYPOGRAPHY
============================== */
/* ==============================
  BREAKPOINTS - Based on Bootstrap 3
============================== */
/* ==============================
  SPACING / GRID
============================== */
/* ==============================
  VENDOR
============================== */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #333;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #eee;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #786698;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #eee;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #786698;
}
.validator.validator-email.validation-no .feedback, .validator.validator-email.validation-yes .feedback, .validator.validator-phone.validation-no .feedback, .validator.validator-phone.validation-yes .feedback {
  background-size: 100% !important;
  height: 20px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 20px !important;
}
.validator-email, .validator.validator-phone {
  width: 100% !important;
}
#CybotCookiebotDialog {
  box-shadow: none !important;
  border-top: 4px solid #ffffff !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
#CybotCookiebotDialogBody, #CybotCookiebotDialogDetailBody {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1300px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
#CybotCookiebotDialogBodyContent {
  padding: 0 !important;
}
#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentText, input[type=checkbox].CybotCookiebotDialogBodyLevelButton + label {
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
#CybotCookiebotDialogBodyContentTitle {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
#CybotCookiebotDialogBodyLevelButtons {
  margin-left: 0 !important;
}
#CybotCookiebotDialogBodyLevelButtonsTable {
  margin: 1.5rem 0 0 !important;
}
@media (max-width: 767px) {
  #CybotCookiebotDialogBodyLevelButtonsTable {
    margin-top: 1rem !important;
  }
}
.CybotCookiebotDialogBodyLevelButtonWrapper {
  margin-right: 3rem !important;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
    margin-top: 0.5rem;
    text-align: left;
    width: 100%;
  }
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border: none !important;
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  #CybotCookiebotDialogBodyLevelButtonsSelectPane {
    display: block !important;
  }
}
#CybotCookiebotDialogBodyLevelDetailsWrapper {
  background-color: transparent !important;
  border: none !important;
}
@media (max-width: 767px) {
  #CybotCookiebotDialogBodyLevelDetailsWrapper {
    display: block !important;
    height: auto !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  a#CybotCookiebotDialogBodyLevelDetailsButton {
    padding-left: 0 !important;
  }
}
#CybotCookiebotDialogBodyLevelDetailsButton {
  background-image: none !important;
  text-decoration: underline !important;
}
#CybotCookiebotDialogBodyLevelDetailsButton:hover {
  text-decoration: none !important;
}
#CybotCookiebotDialogDetail {
  margin-top: 1.5rem;
  min-height: 220px;
}
a#CybotCookiebotDialogBodyLevelButtonAccept {
  border-radius: 5px !important;
}
#CybotCookiebotDialogDetailFooter {
  display: none !important;
}
/* ==============================
  MIXINS
============================== */
/* Micro clearfix hack*/
/* See http://nicolasgallagher.com/micro-clearfix-hack/ */
/**
 * Give an element full browser width when it’s already contained in an element with a width
 */
/* ==============================
  POSITION CENTER MIXIN
  https://css-tricks.com/snippets/sass/centering-mixin/
============================== */
/* REF - https://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/ */
/* ==============================
  BASE
============================== */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff for REMS */
}
body {
  line-height: 20px;
  line-height: 2rem;
  background: #ffffff;
  color: #555;
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  left: 0;
  overflow-x: hidden;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-open body, .off-canvas-open body {
  left: 400px;
  overflow: hidden;
}
body.filter-active .page-header {
  display: block;
}
body.filter-active .page-wrapper {
  height: auto;
  margin-top: 0;
  visibility: visible;
}
body.filter-active .columns {
  z-index: 9;
}
/* ==============================
	BASE TYPOGRAPHY
============================== */
/* Headings
------------------------------ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2rem;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/* Paragraphs
------------------------------ */
p {
  margin-bottom: 2rem;
}
b, strong {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
}
/* Links
------------------------------ */
a, .alink, .breadcrumbs a {
  color: #333;
}
a:visited, a:active, .alink:visited, .alink:active, .breadcrumbs a:visited, .breadcrumbs a:active {
  color: #333;
  text-decoration: none;
}
a:hover, .alink:hover, .breadcrumbs a:hover {
  color: #786698;
  text-decoration: none;
}
.mark, mark {
  background-color: transparent;
}
/* ==============================
	MAGENTO DEFAULTS
============================== */
.abs-account-blocks .block-title, .multicheckout .block-title, .multicheckout .block-content .title, .account .legend, .form-giftregistry-search .legend, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-form .block-title, .block-wishlist-search-results .block-title, .customer-review .review-details .title, .paypal-review .block .block-title, .account .column.main .block:not(.widget) .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^="sales-guest-"] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.price .price-including-tax .price, .cart.table-wrapper .col.price .price-excluding-tax .price, .cart.table-wrapper .col.subtotal .price-including-tax .price, .cart.table-wrapper .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.msrp .price-including-tax .price, .cart.table-wrapper .col.msrp .price-excluding-tax .price, .order-details-items .col.price .price-including-tax .price, .order-details-items .col.price .price-excluding-tax .price, .order-details-items .col.subtotal .price-including-tax .price, .order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 400;
}
.multicheckout .action.primary, .order-review-form .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .box-tocart .action.instant-purchase {
  font-size: 12px;
  padding: 0.4rem 1.5rem;
}
button:not(.primary) {
  box-shadow: none;
}
/* ==============================
  BUTTON DEFAULTS
============================== */
button {
  border: none;
  border-radius: 4px;
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0.4rem 1.5rem;
  text-transform: uppercase;
}
button:hover {
  border: none;
}
.action.primary, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.primary button, .checkout-payment-method .discount-code .actions-toolbar > div.primary button {
  background: #492A80;
  border: 1px solid #492A80;
  border-radius: 4px;
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0.4rem 1.5rem;
  text-transform: uppercase;
}
.action.primary.action-large, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.primary button.action-large, .checkout-payment-method .discount-code .actions-toolbar > div.primary button.action-large {
  padding: 1.4rem 2.5rem;
}
.action.primary:hover, .action.primary:focus, .action.primary:active, .action-primary:hover, .action-primary:focus, .action-primary:active {
  background: #8663C0;
  border: 1px solid #8663C0;
}
.action.secondary, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.secondary button, .checkout-payment-method .discount-code .actions-toolbar > div.secondary button {
  background: #eee;
  border: none;
  border-radius: 4px;
  color: #705C8F;
  display: inline-block;
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
}
.action.secondary.action-large, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.secondary button.action-large, .checkout-payment-method .discount-code .actions-toolbar > div.secondary button.action-large {
  padding: 1.5rem 2.5rem;
}
.action.secondary:hover, .action.secondary:focus, .action.secondary:active, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.secondary button:hover, .checkout-payment-method .discount-code .actions-toolbar > div.secondary button:hover, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.secondary button:focus, .checkout-payment-method .discount-code .actions-toolbar > div.secondary button:focus, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.secondary button:active, .checkout-payment-method .discount-code .actions-toolbar > div.secondary button:active {
  background: rgba(112, 92, 143, 0.25);
  color: #705C8F;
}
.abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .bundle-options-container .action.back, .block.related .action.select, .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit, .gift-summary .action-delete, .action-gift, .gift-wrapping-title .action-remove, .wishlist.split.button > .action, .abs-add-fields .action.remove, .paypal-review-discount .action.check, .cart-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
  color: #333;
}
.abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .bundle-options-container .action.back:hover, .block.related .action.select:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .action-gift:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove:hover, .paypal-review-discount .action.check:hover, .cart-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
  color: #786698;
}
#cookie-bar {
  background: #eee;
  border-top: 1px solid #ffffff;
  padding: 2rem 1rem;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar .main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
@media (max-width: 991px) {
  #cookie-bar .cookie-message, #cookie-bar .cookie-buttons {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #cookie-bar .cookie-message {
    margin-bottom: 2rem;
  }
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar p:first-child {
  font-weight: bold;
}
#cookie-bar a {
  background: #ffffff;
  border-radius: 6px;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  margin-left: 1rem;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  #cookie-bar a {
    margin-bottom: 1rem;
  }
}
@font-face {
  font-family: "BrandonGrotesque-Regular";
  src: url("../fonts/BrandonGrotesque-Regular.eot");
  src: url("../fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular") format("svg"), url("../fonts/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BrandonGrotesque-Bold";
  src: url("../fonts/BrandonGrotesque-Bold.eot");
  src: url("../fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg"), url("../fonts/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DancingScript-Regular";
  src: url("../fonts/DancingScript-Regular.eot");
  src: url("../fonts/DancingScript-Regular.woff2") format("woff2"), url("../fonts/DancingScript-Regular.woff") format("woff"), url("../fonts/DancingScript-Regular.ttf") format("truetype"), url("../fonts/DancingScript-Regular.svg#DancingScript-Regular") format("svg"), url("../fonts/DancingScript-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon-brora";
  src: url("../fonts/icomoon-brora.eot");
  src: url("../fonts/icomoon-brora.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon-brora.woff") format("woff"), url("../fonts/icomoon-brora.ttf?") format("truetype"), url("../fonts/icomoon-brora.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brora-box-font";
  src: url("../fonts/brora-box-font.eot");
  src: url("../fonts/brora-box-font.eot?#iefix") format("embedded-opentype"), url("../fonts/brora-box-font.woff") format("woff"), url("../fonts/brora-box-font.ttf?") format("truetype"), url("../fonts/brora-box-font.svg#brora-box-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==============================
  FORM DEFAULTS
============================== */
.fieldset > * {
  letter-spacing: 1px;
}
.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after {
  color: #786698;
  font-size: 16px;
}
div.mage-error[generated], .field-error {
  font-size: 14px;
}
.abs-account-blocks .block-title > strong, .abs-account-blocks .block-title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .multicheckout .block-content .title > strong, .multicheckout .block-content .title > span, .account .legend > strong, .account .legend > span, .form-giftregistry-search .legend > strong, .form-giftregistry-search .legend > span, .block-giftregistry-results .block-title > strong, .block-giftregistry-results .block-title > span, .block-giftregistry-shared-items .block-title > strong, .block-giftregistry-shared-items .block-title > span, .block-wishlist-search-form .block-title > strong, .block-wishlist-search-form .block-title > span, .block-wishlist-search-results .block-title > strong, .block-wishlist-search-results .block-title > span, .customer-review .review-details .title > strong, .customer-review .review-details .title > span, .paypal-review .block .block-title > strong, .paypal-review .block .block-title > span, .account .column.main .block:not(.widget) .block-title > strong, .account .column.main .block:not(.widget) .block-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span, [class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong, [class^="sales-guest-"] .column.main .block:not(.widget) .block-title > span, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 16px;
}
/* Form Inputs
------------------------------ */
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"], textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  min-height: 40px;
  padding: 0.6rem 1.2rem;
}
select {
  border: 1px solid #999;
  border-radius: 3px;
  min-height: 40px;
}
/* Form Labels
------------------------------ */
span.label, label.label {
  color: #555;
}
/* Input Focus
------------------------------ */
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
  box-shadow: none;
}
/* ==============================
  CHOICE INPUTS
============================== */
.fieldset > .field.choice input[type=checkbox], .fieldset > .field.choice input[type=radio], .fieldset > .fields > .field.choice input[type=checkbox], .fieldset > .fields > .field.choice input[type=radio] {
  margin: 0 0.5rem 0 0;
}
.fieldset > .field.choice .label span, .fieldset > .fields > .field.choice .label span {
  vertical-align: text-bottom;
}
/* ==============================
	MAGENTO TOOLTIPS
============================== */
.field-tooltip .field-tooltip-content {
  border: 1px solid #f4f4f4;
}
.field-tooltip .field-tooltip-content:before {
  border: none;
}
.field-tooltip .field-tooltip-action:before {
  font-size: 20px;
}
/* ==============================
	CAPTCHA
============================== */
.grecaptcha-badge {
  display: none !important;
}
/* ==============================
  SVG ICONS
============================== */
.product-social-links .action.towishlist span, .block-bundle-summary .action.towishlist span, .product-item .action.towishlist span, .product-info-main .towishlist span, .table-comparison .action.towishlist span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.product-social-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .product-info-main .towishlist:before, .table-comparison .action.towishlist:before {
  background: url("../images/icons/wishlist.svg");
  content: "";
  display: inline-block;
  height: 21px;
  width: 22px;
}
.product-social-links .action.towishlist:hover:before, .block-bundle-summary .action.towishlist:hover:before, .product-item .action.towishlist:hover:before, .product-info-main .towishlist:hover:before, .table-comparison .action.towishlist:hover:before {
  background: url("../images/icons/wishlist-filled.svg");
}
.product-social-links .action.towishlist.inwishlist, .block-bundle-summary .action.towishlist.inwishlist, .product-item .action.towishlist.inwishlist, .product-info-main .towishlist.inwishlist, .table-comparison .action.towishlist.inwishlist {
  background: url("../images/icons/wishlist-filled.svg") no-repeat;
}
.product-social-links .action.towishlist.inwishlist:hover:before, .block-bundle-summary .action.towishlist.inwishlist:hover:before, .product-item .action.towishlist.inwishlist:hover:before, .product-info-main .towishlist.inwishlist:hover:before, .table-comparison .action.towishlist.inwishlist:hover:before {
  background: url("../images/icons/wishlist.svg") no-repeat;
}
/* ==============================
  BRORA ICOMOON FONTS
============================== */
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ==============================
  ARROWS ICONS
============================== */
.icon-arrow-right-small:before {
  content: "g";
}
.icon-arrow-left-small:before {
  content: "x";
}
.icon-arrow-right-medium:before {
  content: "k";
}
.icon-arrow-left-medium:before {
  content: "b";
}
/* ==============================
  SOCIAL ICONS
============================== */
.icon-twitter:before {
  content: "n";
}
.icon-gplus:before {
  content: "m";
}
.icon-youtube:before {
  content: ",";
}
.icon-pinterest:before {
  content: ".";
}
.icon-instagram:before {
  content: "/";
}
.icon-facebook:before {
  content: "'";
}
/* ==============================
  BRORA BOX ICONS
============================== */
[class^="box-icon-"], [class*=" box-icon-"] {
  font-family: "brora-box-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.box-icon-dummy:before {
  content: "";
}
.box-icon-heart:before {
  content: "";
}
.message.info a, .message.error a, .message.warning a, .message.notice a, .message.success a {
  color: inherit;
  text-decoration: underline;
}
.message.info a:hover, .message.error a:hover, .message.warning a:hover, .message.notice a:hover, .message.success a:hover {
  text-decoration: none;
}
.pager {
  margin: 0;
}
.pages a.page, .pages a.page:visited {
  border: none;
  border-radius: 0;
  color: #333;
  line-height: normal;
  padding: 1.1rem 1.8rem;
}
.pages .item {
  margin: 0;
}
.pages strong.page {
  background: #eee;
  color: #333;
  line-height: normal;
  padding: 1.1rem 1.8rem;
}
.pages .action {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem 1.2rem;
}
.pages a.page:hover, .pages a.page:focus, .pages a.page:active, .pages .action:hover {
  background: #eee;
  color: #786698;
}
/* ==============================
  HIDE ELEMENTS
============================== */
@media (max-width: 479px) {
  .hidden-xs {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media (max-width: 767px) {
  .hidden-sm {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media (max-width: 991px) {
  .hidden-md {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media (max-width: 1199px) {
  .hidden-lg {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.hidden-all {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* ==============================
  SHOW ELEMENTS
============================== */
@media (max-width: 479px) {
  .visible-xs {
    clip: auto;
    height: auto;
    margin: 0;
    position: inherit;
    overflow: inherit;
    width: auto;
  }
}
@media (max-width: 767px) {
  .visible-sm {
    clip: auto;
    height: auto;
    margin: 0;
    position: inherit;
    overflow: inherit;
    width: auto;
  }
}
@media (max-width: 991px) {
  .visible-md {
    clip: auto;
    height: auto;
    margin: 0;
    position: inherit;
    overflow: inherit;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .visible-lg {
    clip: auto;
    height: auto;
    margin: 0;
    position: inherit;
    overflow: inherit;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .visible-xl {
    clip: auto;
    height: auto;
    margin: 0;
    position: inherit;
    overflow: inherit;
    width: auto;
  }
}
/* ==============================
  LAYOUT
============================== */
.header.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .header.content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-header {
  border: none;
}
.page-header .widget.block {
  margin: 0;
}
/* ==============================
  HEADER SUPPORT CONTAINER
============================== */
.header-support-container {
  font-size: 12px;
}
.header-support-container p {
  margin-bottom: 0;
}
.header-support-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0.5rem 0;
  padding: 0;
}
.header-support-container ul li {
  border-right: 1px solid #ccc;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
}
.header-support-container ul li:first-child {
  padding-left: 0;
}
.header-support-container ul li:last-child {
  border-right: none;
  padding-right: 0;
}
/* ==============================
  HEADER LOGO CONTAINER
============================== */
.header-logo-container {
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .header-logo-container {
    padding-top: 1rem;
  }
}
.header-logo-container .logo {
  display: inline-block;
  float: none;
  max-width: 100%;
  margin: 0 auto;
}
/* ==============================
  HEADER ACCOUNT CONTAINER
============================== */
.header-account-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  /* Header Account Menu
  ------------------------------ */
  /* Header Minicart
  ------------------------------ */
}
.header-account-container ul.header.links {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .header-account-container ul.header.links {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.header-account-container ul.header.links li {
  font-size: 12px;
  border-right: 1px solid #ccc;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
}
.header-account-container ul.header.links li:first-child {
  padding-left: 0;
}
.header-account-container ul.header.links .greet {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-account-container .minicart-wrapper {
  margin-left: 1rem;
  margin-top: 0;
  float: none;
}
@media (max-width: 991px) {
  .header-account-container .minicart-wrapper {
    border-left: 1px solid #ccc;
    margin-left: 0.5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .header-account-container .minicart-wrapper {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.header-account-container .minicart-wrapper .action.showcart {
  line-height: 60px;
  line-height: 6rem;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 3.5rem;
}
@media (min-width: 992px) {
  .header-account-container .minicart-wrapper .action.showcart {
    line-height: 20px;
    line-height: 2rem;
    margin-right: 1.7rem;
    position: relative;
  }
}
.header-account-container .minicart-wrapper .action.showcart:before {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-account-container .minicart-wrapper .action.showcart:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  font-size: 4rem;
  color: #777;
  content: "2";
}
@media (min-width: 992px) {
  .header-account-container .minicart-wrapper .action.showcart:after {
    font-size: 16px;
    content: "3";
    padding-left: 0.3rem;
  }
}
.header-account-container .minicart-wrapper .action.showcart:hover:after {
  color: #492A80;
}
@media (min-width: 992px) {
  .header-account-container .minicart-wrapper .action.showcart .text {
    clip: auto;
    height: auto;
    margin: 0;
    position: inherit;
    overflow: inherit;
    width: auto;
  }
}
.header-account-container .minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  border-radius: 0;
  color: #ffffff;
  height: auto;
  line-height: normal;
  min-width: 1px;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
@media (min-width: 992px) {
  .header-account-container .minicart-wrapper .action.showcart .counter.qty {
    color: #333;
  }
  .header-account-container .minicart-wrapper .action.showcart .counter.qty .counter-number:before {
    content: "(";
    display: inline-block;
    padding-right: 1px;
  }
  .header-account-container .minicart-wrapper .action.showcart .counter.qty .counter-number:after {
    content: ")";
    display: inline-block;
    padding-left: 1px;
  }
}
@media (max-width: 991px) {
  .header-account-container .minicart-wrapper .action.showcart .counter.qty.empty {
    display: inline-block;
  }
}
.header-account-container .minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
@media (max-width: 991px) {
  .header-account-container .minicart-wrapper .action.showcart .counter-number {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    right: 6px;
    bottom: 13px;
    z-index: 5;
  }
}
/* ==============================
  HEADER SEARCH
============================== */
.header .block-search {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 0.5rem;
}
.header .block-search ::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.header .block-search :-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.header .block-search ::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.header .block-search :-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.header .block-search label, .header .block-search .search-autocomplete {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media (min-width: 992px) {
  .header .block-search .block-title {
    color: #ffffff;
    display: inline-block;
    float: right;
    margin-bottom: 0;
  }
}
.header .block-search .block-title.active {
  display: none;
}
.header .block-search .block-title > * {
  background: #492A80;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  padding: 0.5rem 3rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .header .block-search .block-title > * {
    display: none;
  }
}
.header .block-search .block-title > *:before {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "6";
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding-right: 1rem;
  vertical-align: sub;
}
@media (min-width: 992px) {
  .header .block-search .block-content {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    float: right;
    overflow: hidden;
    width: 0;
  }
  .header .block-search .block-content.active {
    width: 270px;
  }
  .header .block-search .block-content.active .action.search {
    display: block;
  }
}
.header .block-search input {
  border: 2px solid #492A80;
  float: right;
  left: 0;
  line-height: 32px;
  min-height: auto;
  padding: 0 5rem 0 1rem;
}
@media (min-width: 992px) {
  .header .block-search .action.search {
    display: none;
    right: 0;
  }
}
.header .block-search .action.search [disabled] {
  opacity: 0.8;
}
.header .block-search .action.search:before {
  background: #492A80;
  color: #ffffff;
  padding: 0 1rem;
}
/* Mobile Search Icon
------------------------------ */
@media (max-width: 991px) {
  .header-mobile-search {
    cursor: pointer;
    position: relative;
    min-width: 35px;
  }
  .header-mobile-search:before {
    font-family: "icomoon-brora";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    content: "6";
    color: #777;
  }
  .header-mobile-search:hover:before, .header-mobile-search.active:before {
    color: #492A80;
  }
}
/* Mobile Search Form
------------------------------ */
@media (max-width: 991px) {
  .header .block-search {
    background: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    display: none;
    position: absolute;
    top: 99px;
    left: 0;
    margin: 0;
    padding: 0 2rem;
    width: 100%;
    z-index: 9;
  }
  .header .block-search ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .header .block-search :-moz-placeholder {
    font-size: 16px;
  }
  .header .block-search ::-moz-placeholder {
    font-size: 16px;
  }
  .header .block-search :-ms-input-placeholder {
    font-size: 16px;
  }
  .header .block-search .block-content {
    margin-bottom: 2rem;
  }
  .header .block-search .block-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .header .block-search .control {
    border: none;
    margin: 0;
    padding: 0;
  }
  .header .block-search input, .header .block-search input:focus {
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    height: 50px;
    left: 0;
    max-width: 100%;
    margin: 0;
    padding: 0 6rem 0 0;
    position: relative;
  }
  .header .block-search .action.search {
    border: none;
    background: transparent;
    box-shadow: none;
    display: block;
    padding: 0;
    position: absolute;
    right: 20px;
  }
  .header .block-search .action.search:before {
    font-family: "icomoon-brora";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    font-size: 3rem;
    background: #492A80;
    color: #ffffff;
    content: "6";
    display: inline-block;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .header .block-search .action.search:hover:before {
    background: #8663C0;
  }
  .header .block-search .action.search span {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.minicart-wrapper .block-minicart {
  border: none;
  border-top: 4px solid #492A80;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  margin-top: 0;
  padding: 2rem;
  right: 0;
  width: 480px;
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    padding: 1rem;
    width: 400px;
  }
}
@media (max-width: 479px) {
  .minicart-wrapper .block-minicart {
    right: -10px;
    width: 300px;
  }
}
.minicart-wrapper .block-minicart:before {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  content: "0";
  right: 25px;
  top: -17px;
  width: auto;
}
.minicart-wrapper .block-minicart:after {
  display: none;
}
@media (min-width: 768px) {
  .minicart-wrapper .block-minicart .cart-param-extra-actions-cont {
    float: left;
  }
  .minicart-wrapper .block-minicart .cart-param-extra-actions-cont .paypal-logo {
    margin-top: 0;
  }
}
.minicart-wrapper .action.close {
  opacity: 1;
  height: auto;
  width: auto;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .minicart-wrapper .action.close {
    top: 10px;
    right: 10px;
  }
}
.minicart-wrapper .action.close:before {
  color: #999;
  font-size: 14px;
}
@media (max-width: 767px) {
  .minicart-wrapper .action.close:before {
    font-size: 12px;
  }
}
/* ==============================
  MINICART SUBTITLE
============================== */
.block-minicart .subtitle {
  font-size: 11px;
  font-size: 1.1rem;
  border-bottom: 1px solid #eee;
  display: block;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.block-minicart .subtitle.empty {
  border-bottom: none;
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 3rem 0 1rem;
}
/* ==============================
  MINICART ITEMS
============================== */
.minicart-items-wrapper {
  border: none;
  border-bottom: 1px solid #eee;
  height: auto !important;
  margin: 1rem 0;
  padding: 0;
}
.minicart-wrapper .block-minicart li, .minicart-wrapper .block-minicart li:first-child {
  background: #eee;
  cursor: default;
  padding: 2rem;
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart li, .minicart-wrapper .block-minicart li:first-child {
    padding: 2rem 1rem;
  }
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 0.5rem;
}
.minicart-items .product-item-name a {
  font-size: 16px;
  color: #555;
  letter-spacing: 1px;
}
.minicart-items .product-item-name a:hover {
  color: #786698;
  text-decoration: none;
}
.minicart-items .product.list {
  margin-bottom: 0;
}
.minicart-items .product.list .product-options-item {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
}
.minicart-items .product.list .label, .minicart-items .product.list .values {
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}
.minicart-items .product.list .label:after {
  content: ":";
  vertical-align: text-top;
}
.minicart-items .product-item-details .price {
  font-weight: 400;
  letter-spacing: 1px;
}
.minicart-items .product-item-pricing .label {
  font-size: 14px;
  letter-spacing: 1px;
}
.minicart-items .item-qty {
  font-size: 14px;
  letter-spacing: 1px;
  min-height: 30px;
}
.minicart-items .update-cart-item {
  background: #492A80;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}
/* ==============================
  MINICART TOTALS
============================== */
.block-minicart .items-total {
  float: none;
  margin: 0 0 1rem;
  text-align: right;
}
.block-minicart .subtotal {
  margin: 0;
}
.block-minicart .subtotal > .label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.block-minicart .subtotal .amount .price-wrapper:first-child .price {
  font-size: 16px;
  font-weight: 400;
}
/* ==============================
  MINICART ACTIONS
============================== */
.minicart-wrapper .product .actions {
  margin-top: -3rem;
}
@media (max-width: 767px) {
  .minicart-wrapper .product .actions {
    float: right;
  }
}
.block-minicart .block-content > .actions > .primary {
  margin: 0;
  text-align: right;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: inline-block;
  margin-bottom: 1rem;
  width: auto;
}
.block-minicart .block-content > .actions > .primary .action.primary span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover span:after {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .block-minicart .block-content > .actions > .primary .action.primary {
    text-align: center;
    width: 100%;
  }
}
.minicart-wrapper .product .actions > .primary:not(:last-child), .minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 0;
}
.block-minicart .block-content .secondary .action {
  background: transparent;
}
.block-minicart .block-content .secondary .action:hover {
  background: transparent;
}
/* ==============================
  HEADER NAVIGATION
============================== */
.nav-sections {
  background: #ffffff;
  margin-bottom: 1rem;
  /* ==============================
    Top Level Menu Items - Level 0
  ============================== */
  /* ==============================
    Sub Menu Items - Level 1
  ============================== */
}
.nav-sections .navigation {
  background: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 100;
}
.nav-sections .navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  z-index: 9999;
}
.nav-sections .navigation .level0 {
  margin: 0;
  position: static;
}
.nav-sections .navigation .level0 .level-top {
  line-height: 20px;
  line-height: 2rem;
  border-left: 1px solid #eee;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding: 0.5rem 2.5rem;
  position: initial;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .nav-sections .navigation .level0 .level-top {
    padding: 0.5rem 1.5rem;
  }
}
.nav-sections .navigation .level0 .level-top:hover, .nav-sections .navigation .level0 .level-top:focus {
  background: #eee;
  color: #333;
}
@media (min-width: 992px) {
  .nav-sections .navigation .level0.mobile-menu-only {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.nav-sections .navigation .level0.active .level-top {
  border: none;
}
.nav-sections .navigation .level0 .menu-item-active > span {
  text-decoration: none;
}
@media (min-width: 992px) {
  .nav-sections .navigation .level0:first-child .level-top {
    border-left: none;
    color: #333;
    font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  }
  .nav-sections .navigation .level0:hover .submenu {
    display: block;
  }
  .nav-sections .navigation .level0 .submenu-toggle {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.nav-sections .navigation .level0 .submenu {
  border: none;
  border-top: 10px solid #eee;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  left: 0;
  top: 30px;
  padding: 5rem 3rem 2rem;
  position: absolute;
  width: 100%;
  /* ==============================
      Mega Menu Items in VES
    ============================== */
}
.nav-sections .navigation .level0 .submenu .level1 {
  margin-bottom: 0;
}
.nav-sections .navigation .level0 .submenu a {
  padding: 0;
}
.nav-sections .navigation .level0 .submenu a:hover {
  background: transparent;
  color: #786698;
}
.nav-sections .navigation .level0 .submenu .container {
  width: 100%;
}
.nav-sections .navigation .level0 .submenu .block, .nav-sections .navigation .level0 .submenu .panel-group {
  margin-bottom: 0;
}
.nav-sections .navigation .level0 .submenu .block-content {
  margin-bottom: 2rem;
}
.nav-sections .navigation .level0 .submenu .block-content:after {
  content: "";
  display: table;
  clear: both;
}
.nav-sections .navigation .level0 .submenu .block-title {
  border-bottom: 1px solid #eee;
  color: #999;
  font-size: 12px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.nav-sections .navigation .level0 .submenu .block-title strong {
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
}
.nav-sections .navigation .level0 .submenu .widget-categories-info [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.nav-sections .navigation .level0 .submenu .widget-categories-info h3 {
  margin-bottom: 0;
}
.nav-sections .navigation .level0 .submenu .widget-links ul {
  display: block;
  padding-left: 0;
}
.nav-sections .navigation .level0 .submenu .widget-links ul li {
  margin-bottom: 0;
}
.nav-sections .navigation .level0 .submenu .widget-categories-info a, .nav-sections .navigation .level0 .submenu .widget-links a {
  background: transparent;
  color: #333;
  font-size: 18px;
  line-height: 1.1;
  padding: 0.7rem 0;
}
.nav-sections .navigation .level0 .submenu .widget-categories-info a:hover, .nav-sections .navigation .level0 .submenu .widget-links a:hover {
  color: #786698;
}
/* ==============================
  Mobile Menu
============================== */
@media (max-width: 991px) {
  /* ==============================
    Mobile Menu Container & Toggle
  ============================== */
  .international-checkout-index .header .nav-toggle-container {
    display: none !important;
  }
  .header .nav-toggle-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    top: auto;
    left: auto;
    margin-left: -0.5rem;
  }
  .header .nav-toggle-container .nav-toggle {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
  .header .nav-toggle-container .nav-toggle:before {
    line-height: 30px;
    line-height: 3rem;
    font-size: 42px;
    font-size: 4.2rem;
    color: #777;
    overflow: visible;
  }
  .header .nav-toggle-container .nav-toggle:hover:before {
    color: #492A80;
  }
  .nav-sections-item-title {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .nav-open .nav-toggle {
    width: 40px;
    height: 40px;
  }
  .nav-open .nav-toggle:before, .nav-open .nav-toggle:after {
    background-color: #777;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(45deg);
    top: 20px;
    width: 35px;
  }
  .nav-open .nav-toggle:before {
    transform: rotate(45deg);
  }
  .nav-open .nav-toggle:after {
    transform: rotate(-45deg);
  }
  .nav-open .nav-toggle:hover:before, .nav-open .nav-toggle:hover:after {
    background-color: #492A80;
  }
  .nav-open .nav-sections {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
    left: 0;
    width: 400px;
    z-index: 99;
    z-index: 9999;
  }
  .nav-sections {
    height: 100%;
    left: -100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 0;
    /* ==============================
      Mobile Menu Top Level
    ============================== */
    /* ==============================
      Sub Menu Items - Level 1
    ============================== */
  }
  .nav-sections .nav-sections-item-content {
    margin-top: 0;
    padding: 0;
  }
  .nav-sections .navigation {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-sections .navigation li.level0 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: none;
    display: block;
    position: relative;
    width: 100%;
  }
  .nav-sections .navigation li.level0:last-child {
    border: none;
  }
  .nav-sections .navigation li.level0 .level-top {
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding: 1.5rem;
    width: 100%;
  }
  .nav-sections .navigation li.level0 .submenu-toggle {
    cursor: pointer;
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
  }
  .nav-sections .navigation li.level0 .submenu-toggle:before {
    font-family: "icomoon-brora";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    content: "g";
    font-size: 20px;
  }
  .nav-sections .navigation li.level0 .submenu-toggle:hover:before {
    color: #492A80;
  }
  .nav-sections .navigation li.level0 .submenu-toggle.active:before {
    content: "d";
  }
  .nav-sections .navigation .level0 .submenu {
    border-top: none;
    box-shadow: none;
    display: none;
    padding: 0 1.5rem;
    position: relative;
    top: 0;
    /* ==============================
        Mega Menu Items in VES
      ============================== */
  }
  .nav-sections .navigation .level0 .submenu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-sections .navigation .level0 .submenu .block-title {
    background-color: #eee;
    border-bottom: none;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    margin: 0 -1.5rem;
    padding: 1.5rem 3rem;
    position: relative;
  }
  .nav-sections .navigation .level0 .submenu .block-title:before {
    font-family: "icomoon-brora";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    content: "d";
    left: auto;
    right: 20px;
    text-transform: lowercase;
  }
  .nav-sections .navigation .level0 .submenu .block-content {
    margin-bottom: 0;
  }
  .nav-sections .navigation .level0 .submenu .ves-container .block-content {
    display: none;
  }
  .nav-sections .navigation .level0 .submenu .widget-categories-info a, .nav-sections .navigation .level0 .submenu .widget-links a {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    margin: 0 -1.5rem;
    padding: 1.5rem 3rem;
  }
  .nav-sections .navigation .level0 .submenu .widget-images {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
/* ==============================
  XS Mobile Menu
============================== */
@media (max-width: 479px) {
  .nav-open body {
    left: 80%;
  }
  .nav-open .nav-sections {
    width: 80%;
  }
}
/* ==============================
  USP BANNER
============================== */
.usp-banner {
  border-top: 1px solid #eee;
}
.usp-banner .block-static-block.widget, .usp-banner .block-cms-link.widget {
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .usp-banner .block-static-block.widget, .usp-banner .block-cms-link.widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1300px;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .usp-banner .block-static-block.widget, .usp-banner .block-cms-link.widget {
    width: 100%;
    display: flex;
    overflow: hidden;
  }
}
.usp-banner .block-static-block.widget p, .usp-banner .block-cms-link.widget p {
  margin: 0;
}
@media (min-width: 992px) {
  .usp-banner .block-static-block.widget p, .usp-banner .block-cms-link.widget p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-size: 1.6rem;
    flex-basis: 33%;
    flex-grow: 0;
  }
}
@media (max-width: 991px) {
  .usp-banner .block-static-block.widget p, .usp-banner .block-cms-link.widget p {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 1.5rem;
    text-align: center;
    transition: margin-left 0.5s ease;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .usp-banner .block-static-block.widget a, .usp-banner .block-cms-link.widget a {
    padding: 1.5rem;
    text-align: center;
    flex: auto;
  }
}
.page-wrapper > .breadcrumbs {
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 0;
  max-width: 100%;
}
.page-wrapper > .breadcrumbs > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1300px;
}
.page-wrapper > .breadcrumbs .items {
  font-size: 14px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.countdown-timer-wrapper {
  background-color: #a61e29;
  color: #ffffff;
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -2rem;
  padding: 0.8rem 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .countdown-timer-wrapper {
    font-size: 12px;
  }
}
.countdown-timer-wrapper p {
  display: inline-block;
  margin: 0;
}
.breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1300px;
}
.main-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1300px;
}
.page-main {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .page-main {
    padding-bottom: 3rem;
  }
}
#contentarea {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* ==============================
  COLUMNS
============================== */
.columns .column.main {
  padding-bottom: 0;
}
.page-layout-2columns-left .column.main {
  width: 75%;
}
.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional {
  padding-right: 3rem;
  width: 25%;
}
/* ==============================
  FOOTER CONTENT
============================== */
.page-footer {
  background: #eee;
  margin-top: 0;
  padding-bottom: 0;
}
.footer.content {
  border: none;
  padding-top: 0;
}
/* ==============================
  FOOTER SOCIAL CONTAINER
============================== */
.footer-social-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3rem 0 2.5rem;
}
.block.newsletter, .footer-follow-container {
  flex: 1 0 auto;
}
@media (max-width: 991px) {
  .block.newsletter, .footer-follow-container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.footer-breaker {
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  height: 4px;
  background: #ffffff;
}
.footer-breaker > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1300px;
}
/* ==============================
  FOOTER NEWSLETTER
============================== */
.block.newsletter {
  float: none;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 991px) {
  .block.newsletter {
    order: 2;
    width: 100%;
  }
}
.block.newsletter .form.subscribe {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block.newsletter .form.subscribe ::-webkit-input-placeholder {
  color: #999;
}
.block.newsletter .form.subscribe :-moz-placeholder {
  color: #999;
}
.block.newsletter .form.subscribe ::-moz-placeholder {
  color: #999;
}
.block.newsletter .form.subscribe :-ms-input-placeholder {
  color: #999;
}
.block.newsletter .form.subscribe .label {
  clip: auto;
  height: auto;
  margin: 0;
  position: inherit;
  overflow: inherit;
  width: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-right: 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .block.newsletter .form.subscribe .label {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.block.newsletter .form.subscribe .validator {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100% !important;
}
.block.newsletter .form.subscribe input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0;
  border: none;
  padding-left: 1.2rem;
}
.block.newsletter .form.subscribe input.mage-error {
  border: 1px solid #e02b27;
}
.block.newsletter #newsletter-error {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.block.newsletter .action.subscribe {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background: #555;
  border-radius: 0 4px 4px 0;
  border: none;
  max-width: 20%;
  min-height: 40px;
  padding: 0.4rem 2.5rem;
}
@media (max-width: 991px) {
  .block.newsletter .action.subscribe {
    min-width: 120px;
  }
}
.block.newsletter .action.subscribe:hover {
  background: #786698;
}
/* ==============================
  FOOTER SOCIAL FOLLOW
============================== */
.footer.content .footer-follow-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer.content .footer-follow-container {
    order: 1;
  }
}
.footer.content .footer-follow-container p {
  color: #333;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 1rem;
  text-transform: uppercase;
}
.footer.content .footer-follow-container ul {
  padding: 0;
}
.footer.content .footer-follow-container ul li {
  display: inline-block;
}
.footer.content .footer-follow-container ul li a span {
  font-size: 25px;
  font-size: 2.5rem;
  color: #777;
  margin-right: 0.5rem;
}
.footer.content .footer-follow-container ul li a:hover span {
  color: #786698;
}
/* ==============================
  FOOTER NAVIGATION
============================== */
.page-footer .navigation {
  background: transparent;
}
.page-footer .navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem 0;
  text-align: center;
}
.page-footer .navigation li.level-top {
  -webkit-flex-basis: 17.5%;
  -ms-flex-preferred-size: 17.5%;
  flex-basis: 17.5%;
  border: none;
  max-width: 17.5%;
  position: relative;
}
.page-footer .navigation li.level-top > a {
  border: none;
  color: #333;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 2rem;
  padding: 0;
  pointer-events: none;
  text-transform: uppercase;
}
.page-footer .navigation li.level-top a.menu-item-active > span {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .page-footer .navigation li.level-top {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .page-footer .navigation li.level-top {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem;
    max-width: 100%;
  }
  .page-footer .navigation li.level-top .submenu-toggle {
    cursor: pointer;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    right: 50%;
    margin-right: -12rem;
  }
  .page-footer .navigation li.level-top .submenu-toggle:before {
    font-family: "icomoon-brora";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    content: "d";
  }
  .page-footer .navigation li.level-top .submenu-toggle:hover:before {
    color: #492A80;
  }
}
.page-footer .navigation .submenu {
  background: transparent;
  border: none;
  box-shadow: none;
  display: block;
  min-width: 1px;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .page-footer .navigation .submenu {
    display: block !important;
    top: auto !important;
  }
}
@media (max-width: 767px) {
  .page-footer .navigation .submenu {
    display: none;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.page-footer .navigation .submenu a {
  color: #333;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 2rem;
  padding: 0;
}
.page-footer .navigation .submenu a:hover {
  background: transparent;
  color: #786698;
}
.page-footer .navigation .submenu:not(:first-child) > li > a {
  padding-left: 0;
}
.cms-no-route .page-main {
  margin-top: -3rem;
  text-align: center;
}
.cms-no-route .page-main:before {
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  background: url("../images/header-backgrounds/header-bg-1.jpg");
  background-position: center center;
  background-size: cover;
  content: "";
  display: block;
  height: 400px;
  margin-bottom: 8rem;
}
.cms-no-route .page-main:before > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1300px;
}
.cms-no-route .column.main {
  float: none;
  width: 100%;
}
.cms-no-route .page-title-wrapper {
  margin-bottom: 2rem;
}
.cms-no-route .sidebar {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.customer-address-index .block-title h4 {
  text-transform: uppercase;
}
/* ==============================
  ADDRESS COLUMNS
============================== */
.address-columns-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .address-columns-container {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.address-columns-container .primary .action span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.address-columns-container .primary .action:hover span:after {
  padding-left: 1.5rem;
}
.block-personal-column, .block-addresses-column {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .block-personal-column, .block-addresses-column {
    -webkit-flex-basis: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* ==============================
  PERSONAL COLUMN
============================== */
.block-personal-column .block-content {
  margin-bottom: 6rem;
}
.block-personal-details h5 {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 1rem;
}
/* ==============================
  MARKETING PREFERENCES
============================== */
.block-marketing-preferences .fieldset {
  margin-bottom: 2rem;
}
/* ==============================
  ADDRESS COLUMN
============================== */
.account .column.main .block:not(.widget) .block-content .box:nth-child(2), .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + * {
  float: none;
  width: 100%;
}
.block-addresses-column .box {
  border-top: 1px solid #eee;
  margin-top: 3rem;
  padding-top: 3rem;
}
.block-addresses-column .box h5 {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.block-addresses-column .action, .block-addresses-list .action {
  font-size: 14px;
  text-decoration: underline;
}
.block-addresses-list .items.addresses > .item {
  float: none;
  font-size: 16px;
  width: 100%;
}
.block-addresses-list .items.addresses > .item:nth-child(even) {
  margin-left: 0;
}
.block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
  margin-bottom: 2rem;
}
/* ==============================
  ACCOUNT CREATE FORM
============================== */
.form.create.account {
  margin: 6rem auto;
  min-width: 100%;
}
.form.create.account > .fieldset {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .form.create.account > .fieldset {
    max-width: 100%;
  }
}
.form.create.account .legend {
  border-bottom: none;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  padding-bottom: 0;
  text-transform: uppercase;
}
.form.create.account .fieldset-fullname .field-name-prefix, .form.create.account .fieldset-fullname .field-name-suffix {
  width: 15%;
}
@media (max-width: 767px) {
  .form.create.account .fieldset-fullname .field-name-prefix, .form.create.account .fieldset-fullname .field-name-suffix {
    width: 100%;
  }
}
.form.create.account .field.company, .form.create.account .field.zip, .form.create.account .field.password {
  padding-right: 1rem;
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .form.create.account .field.company, .form.create.account .field.zip, .form.create.account .field.password {
    width: 100%;
    padding-right: 0;
  }
}
.form.create.account .field.telephone, .form.create.account .field.country, .form.create.account .field.confirmation {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .form.create.account .field.telephone, .form.create.account .field.country, .form.create.account .field.confirmation {
    width: 100%;
  }
}
.form.create.account .field.telephone {
  width: 50%;
}
@media (max-width: 767px) {
  .form.create.account .field.telephone {
    width: 100%;
  }
}
.form.create.account .field.confirmation {
  margin-bottom: 20px;
}
.form.create.account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #786698;
  font-size: 16px;
  clear: both;
}
.form.create.account .actions-toolbar {
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
.form.create.account .actions-toolbar > .primary {
  float: right;
}
.form.create.account .actions-toolbar > .primary span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.form.create.account .actions-toolbar > .primary:hover span:after {
  padding-left: 1.5rem;
}
@media (max-width: 479px) {
  .form.create.account .actions-toolbar > .primary {
    float: none;
  }
}
.form.create.account .actions-toolbar > .primary .action {
  margin: 0;
}
@media (max-width: 479px) {
  .form.create.account .actions-toolbar > .primary .action {
    margin-bottom: 10px;
    width: 100%;
  }
}
.form.create.account .actions-toolbar > .secondary {
  text-align: left;
}
.form.create.account .actions-toolbar > .secondary .action.back {
  display: inline-block;
  margin-top: 0;
  width: auto;
}
.form.create.account .actions-toolbar > .secondary .action.back span:before {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "b";
  padding-right: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.form.create.account .actions-toolbar > .secondary .action.back:hover span:before {
  padding-right: 1.5rem;
}
@media (max-width: 479px) {
  .form.create.account .actions-toolbar > .secondary .action.back {
    text-align: center;
    width: 100%;
  }
}
.block-dashboard-info h1 {
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .block-dashboard-info h1 {
    text-align: center;
  }
}
.account-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.account-boxes .account-box {
  -webkit-flex-basis: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  max-width: calc(50% - 10px);
  min-height: 350px;
  padding: 8rem 0 5rem;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .account-boxes .account-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.account-boxes .account-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.account-boxes .account-box .box-icon {
  font-size: 50px;
  font-size: 5rem;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #ffffff;
  margin-bottom: 6rem;
}
.account-boxes .account-box h4 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #ffffff;
}
.account-boxes .account-box .icon-arrow-right-medium {
  font-size: 20px;
  font-size: 2rem;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ffffff;
}
.account-boxes .account-box:hover .icon-arrow-right-medium {
  margin-left: 1.5rem;
}
.account-boxes .account-box-wishlist {
  background: #D1C994 url(../images/textures/bg-pattern_sandy.png) repeat;
}
.account-boxes .account-box-details {
  background: #C1BDBB url(../images/textures/bg-pattern_darkgray.png) repeat;
}
@media (max-width: 767px) {
  .account header.account-header {
    display: flex;
    flex-direction: column;
  }
  .account header.account-header .secondary {
    order: 2;
    width: 100%;
    margin: 5px 0;
    position: static;
    height: auto;
    overflow: auto;
    clip: auto;
  }
  .account header.account-header .account-header-title {
    order: 1;
    width: 100%;
  }
  .account header.account-header .primary {
    order: 3;
    width: 100%;
    position: static;
    height: auto;
    overflow: auto;
    clip: auto;
  }
}
form.password.forget {
  margin: 0 auto;
}
form.password.forget fieldset {
  margin: 4rem 0 2rem;
}
form.password.forget fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #786698;
  font-size: 16px;
  float: right;
}
form.password.forget .actions-toolbar {
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
form.password.forget .actions-toolbar .primary {
  float: right;
}
form.password.forget .actions-toolbar .primary .action {
  margin: 0;
}
form.password.forget .actions-toolbar .primary .action span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
form.password.forget .actions-toolbar .primary .action:hover span:after {
  padding-left: 1.5rem;
}
.customer-account-edit h4, .customer-address-form h4, .newsletter-manage-index h4 {
  text-transform: uppercase;
}
.customer-account-edit .actions-toolbar, .customer-address-form .actions-toolbar, .newsletter-manage-index .actions-toolbar {
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
.customer-account-edit .actions-toolbar .primary, .customer-address-form .actions-toolbar .primary, .newsletter-manage-index .actions-toolbar .primary {
  float: right;
}
.customer-account-edit .actions-toolbar .primary .action span:after, .customer-address-form .actions-toolbar .primary .action span:after, .newsletter-manage-index .actions-toolbar .primary .action span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.customer-account-edit .actions-toolbar .primary .action:hover span:after, .customer-address-form .actions-toolbar .primary .action:hover span:after, .newsletter-manage-index .actions-toolbar .primary .action:hover span:after {
  padding-left: 1.5rem;
}
.form-edit-account:after, .form-address-edit:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #786698;
  font-size: 16px;
}
@media (min-width: 768px) {
  .form-edit-account:after, .form-address-edit:after {
    margin-top: -3.5rem;
  }
}
.customer-account-create .page-main, .customer-account-login .page-main, body.account .page-main, .customer-account-forgotpassword .page-main {
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  background-color: #eee;
  max-width: 100%;
}
.customer-account-create .page-main > *, .customer-account-login .page-main > *, body.account .page-main > *, .customer-account-forgotpassword .page-main > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1300px;
}
.customer-account-create .column.main, .customer-account-login .column.main, body.account .column.main, .customer-account-forgotpassword .column.main {
  background: #ffffff;
  padding: 7rem;
}
@media (max-width: 991px) {
  .customer-account-create .column.main, .customer-account-login .column.main, body.account .column.main, .customer-account-forgotpassword .column.main {
    padding: 7rem 3.5rem;
  }
}
@media (max-width: 479px) {
  .customer-account-create .column.main, .customer-account-login .column.main, body.account .column.main, .customer-account-forgotpassword .column.main {
    padding: 1.5rem;
  }
}
.customer-account-create .page-title, .customer-account-login .page-title, body.account .page-title, .customer-account-forgotpassword .page-title {
  border-bottom: 1px solid #eee;
  font-size: 20px;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
/* ==============================
  ACCOUNT MESSAGES
============================== */
.account .page.messages {
  margin-bottom: 0;
}
/* ==============================
  ACCOUNT HEADER
  - Only shown when logged in
============================== */
.account-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-bottom: 5rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .account-header .secondary {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.account-header .account-header-title {
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .account-header .account-header-title {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
}
.account-header .account-header-title span {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  font-style: italic;
  margin-bottom: 0.5rem;
  text-align: center;
}
.account-header .account-header-title h1 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.account-header .primary span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.account-header .primary:hover span:after {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .account-header .primary {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.customer-account-login {
  /* ==============================
    ACCOUNT LOGIN CONTAINER
  ============================== */
  /* ==============================
    CUSTOMER LOGIN BLOCK
  ============================== */
  /* ==============================
    NEW CUSTOMER BLOCK
  ============================== */
}
.customer-account-login .login-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  padding-top: 3rem;
}
.customer-account-login .login-container .block-title {
  border: none;
  color: #777;
  text-transform: uppercase;
}
.customer-account-login .login-container .actions-toolbar > .primary, .customer-account-login .login-container .actions-toolbar > .secondary {
  display: block;
}
.customer-account-login .login-container .action.primary span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.customer-account-login .login-container .action.primary:hover span:after {
  padding-left: 1.5rem;
}
.customer-account-login .login-container .fieldset:after {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.customer-account-login .block-customer-login {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 6rem;
}
@media (max-width: 767px) {
  .customer-account-login .block-customer-login {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 6rem;
    padding-right: 0;
  }
}
.customer-account-login .block-customer-login .actions-toolbar .secondary {
  margin-bottom: 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .customer-account-login .block-customer-login .actions-toolbar .secondary {
    margin-top: 3rem;
  }
}
.customer-account-login .login-container .fieldset > .field > .control {
  width: 100%;
}
.customer-account-login .block-new-customer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #eee;
  max-width: 50%;
  padding: 10rem 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .customer-account-login .block-new-customer {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.customer-account-login .block-new-customer .block-title {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .customer-account-login .block-new-customer .block-title {
    margin-bottom: 6rem;
  }
}
.customer-account-login .block-new-customer .block-content {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}
.customer-account-login .block-new-customer .actions-toolbar {
  margin: 0;
  text-align: center;
}
.customer-account-login .block-new-customer .actions-toolbar .primary {
  float: none;
}
/* ==============================
  WISHLIST ITEMS GRID / FORM
============================== */
.wishlist-index-index .products-grid.wishlist {
  background: #eee;
  margin-bottom: 4rem;
  padding: 3rem 3rem 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-tooltip, .wishlist-index-index .products-grid.wishlist .product-item .comment-box, .wishlist-index-index .products-grid.wishlist .product-item .qty .label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-photo {
  float: none;
  margin-right: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-image-container {
  max-width: 100%;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-name, .wishlist-index-index .products-grid.wishlist .product-item .product-item-description, .wishlist-index-index .products-grid.wishlist .product-item .price-box, .wishlist-index-index .products-grid.wishlist .product-item .product-item-tooltip {
  margin-left: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-name {
  font-size: 12px;
  padding: 0 1rem;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset {
  display: inline-block;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart {
  float: none;
  margin: -1rem 0 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart input.qty {
  min-height: 32px;
  padding: 0;
  width: 32px;
}
.wishlist-index-index .products-grid.wishlist .product-item .action.edit, .wishlist-index-index .products-grid.wishlist .product-item .action.delete {
  display: inline-block;
  float: none;
  margin: 1rem;
}
.wishlist-index-index .products-grid.wishlist .product-item .action.edit span, .wishlist-index-index .products-grid.wishlist .product-item .action.delete span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.wishlist-index-index .products-grid.wishlist .product-item .action.edit:before, .wishlist-index-index .products-grid.wishlist .product-item .action.delete:before {
  font-family: "luma-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wishlist-index-index .products-grid.wishlist .product-item .action.edit:before {
  content: "";
}
.wishlist-index-index .products-grid.wishlist .product-item .action.delete:before {
  content: "";
}
.form-wishlist-items {
  margin-bottom: 4rem;
}
.form-wishlist-items .actions-toolbar > .primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  float: none;
  text-align: left;
  width: 100%;
}
.form-wishlist-items .actions-toolbar .action.primary {
  margin: 0;
}
.form-wishlist-items .actions-toolbar .action.primary span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.form-wishlist-items .actions-toolbar .action.primary:hover span:after {
  padding-left: 1.5rem;
}
/* ==============================
  WISHLIST SHARING
============================== */
.wishlist-share-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wishlist-share-box, .form.wishlist.share {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 6rem 8rem;
}
@media (max-width: 991px) {
  .wishlist-share-box, .form.wishlist.share {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .wishlist-share-box, .form.wishlist.share {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.wishlist-share-box {
  background: #D1C994 url(../images/textures/bg-pattern_sandy.png) repeat;
  color: #ffffff;
  text-align: center;
}
.wishlist-share-box .box-icon-heart {
  font-size: 50px;
  font-size: 5rem;
}
.wishlist-share-box .box-icon-heart:before {
  display: block;
  margin-bottom: 4rem;
}
.wishlist-share-box h3 {
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.wishlist-share-box .dot {
  background: #ffffff;
  border-radius: 10px;
  display: block;
  height: 10px;
  width: 10px;
  margin: 25px auto;
}
.wishlist-share-box p {
  font-size: 18px;
  line-height: 1.4;
}
.form.wishlist.share {
  border: 1px solid #ccc;
}
.form.wishlist.share .fieldset {
  margin-bottom: 3rem;
}
.form.wishlist.share textarea {
  max-height: 60px;
}
.form.wishlist.share .actions-toolbar > .primary {
  text-align: left;
}
.form.wishlist.share .actions-toolbar > .primary .action {
  width: auto;
}
/* ==============================
  BLOG GLOBAL
============================== */
/* ==============================
  BLOG COLUMNS
============================== */
.content-type-blog .columns {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .content-type-blog .columns {
    padding: 4rem;
  }
}
.content-type-blog .column.main {
  width: 66.66%;
}
@media (max-width: 991px) {
  .content-type-blog .column.main {
    padding-bottom: 4rem;
    width: 100%;
  }
}
.content-type-blog .sidebar-additional {
  width: 31.33%;
}
@media (max-width: 991px) {
  .content-type-blog .sidebar-additional {
    padding-bottom: 4rem;
    width: 100%;
  }
}
/* ==============================
  BLOG HEADER
============================== */
.blog-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 4px double #705C8F;
  box-shadow: 0 2px 0 #705C8F;
  color: #786698;
  margin-bottom: 9rem;
  padding-bottom: 3rem;
}
.blog-header h5 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}
.blog-header .blog-header-col {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .blog-header .blog-header-season {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  .blog-header .blog-header-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.blog-header .blog-header-title h1 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "DancingScript-Regular", cursive;
  text-align: center;
}
.blog-header .blog-header-today {
  text-align: right;
}
@media (max-width: 767px) {
  .blog-header .blog-header-today {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.blog-header .blog-header-date {
  border-bottom: 1px dashed rgba(112, 92, 143, 0.25);
  color: #705C8F;
  display: inline-block;
  font-size: 14px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  text-transform: uppercase;
}
/* ==============================
  BLOG SIDEBAR
============================== */
.content-type-blog .sidebar .block-filter {
  border-top: 4px double #705C8F;
  border-bottom: 4px double #705C8F;
  box-shadow: inset 0 -2px 0 #705C8F, inset 0 2px 0 #705C8F;
  border-right: 1px dashed #eee;
  border-left: 1px dashed #eee;
  padding-top: 5rem;
  position: relative;
  text-align: center;
}
.content-type-blog .sidebar .filter-title, .content-type-blog .sidebar .block-subtitle {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.content-type-blog .sidebar .filter-options-item {
  border: none;
}
.content-type-blog .sidebar .filter-options-title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 36px;
  line-height: 3.6rem;
  background-size: cover;
  background-image: url("../images/blog/ribbon.png");
  color: #705C8F;
  cursor: default;
  height: 62px;
  font-size: 14px;
  padding: 0;
  top: -30px;
  width: 200px;
}
.content-type-blog .sidebar .filter-options-title:after {
  display: none;
}
.content-type-blog .sidebar .filter-current {
  border: none;
  margin: 0;
}
.content-type-blog .sidebar .filter-current .items {
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 0.5rem;
}
.content-type-blog .sidebar .filter-current .filter-label {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
}
.content-type-blog .sidebar .filter-current .filter-value {
  color: #555;
}
.content-type-blog .sidebar .filter-current .action.remove {
  padding-left: 0.5rem;
  position: relative;
}
.content-type-blog .sidebar .filter-actions {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.content-type-blog .sidebar .filter-options-content, .content-type-blog .sidebar .filter-options {
  display: block !important;
}
.content-type-blog .sidebar .filter-options-content .item, .content-type-blog .sidebar .filter-options .item {
  margin: 0 0 1rem 0;
}
.content-type-blog .sidebar .filter-options-content a, .content-type-blog .sidebar .filter-options a {
  color: #333;
  padding: 0;
}
.content-type-blog .sidebar .filter-options-content a:hover, .content-type-blog .sidebar .filter-options a:hover {
  background: none;
  color: #786698;
}
.content-type-blog .sidebar .filter-options-content .count, .content-type-blog .sidebar .filter-options .count {
  color: #555;
  padding-left: 0;
  padding-right: 0;
}
/* ==============================
  BLOG LISTING
============================== */
.content-type-blog-listing .contents-grid .block-title {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.content-type-blog-listing .contents-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.content-type-blog-listing .content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin: 0 0 5rem;
  max-width: 50%;
  padding: 0 2.5rem;
  text-align: center;
}
.content-type-blog-listing .content-item:first-child {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.content-type-blog-listing .content-item .ct-column {
  border-bottom: 4px double #705C8F;
  box-shadow: 0 2px 0 #705C8F;
  float: none;
  margin-bottom: 0;
  padding-bottom: 1rem;
  width: 100%;
}
.content-type-blog-listing .content-item .publish-date {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.content-type-blog-listing .content-item h4 a {
  color: #705C8F;
  text-transform: uppercase;
}
.content-type-blog-listing .content-item h4 a:hover {
  color: #786698;
}
/* ==============================
  BLOG DETAIL
============================== */
.content-type-blog-detail .ct-column {
  /* Blog Article Elements
  ------------------------------ */
  /* Categories under Article
  ------------------------------ */
}
.content-type-blog-detail .ct-column .article-content {
  border-bottom: 1px dashed rgba(112, 92, 143, 0.25);
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
.content-type-blog-detail .ct-column h2:first-child {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}
.content-type-blog-detail .ct-column .subtitle {
  line-height: 32px;
  line-height: 3.2rem;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 8rem;
  text-align: center;
}
.content-type-blog-detail .ct-column .subtitle:after {
  background: rgba(112, 92, 143, 0.25);
  content: "";
  display: block;
  height: 1px;
  margin: 4rem auto;
  width: 200px;
}
.content-type-blog-detail .ct-column img {
  margin-bottom: 2rem;
}
.content-type-blog-detail .ct-column .categories .label {
  display: inline-block;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
}
.content-type-blog-detail .ct-column .categories .label:after {
  content: ":";
}
/* ==============================
  CART PAGE
============================== */
.checkout-cart-index .page-main {
  padding-left: 2rem;
  padding-right: 2rem;
}
/* ==============================
  CART HEADER
============================== */
.cart-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .cart-header {
    margin-bottom: 6rem;
  }
}
.cart-header > .secondary, .cart-header > .cart-header-title, .cart-header > .primary {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 991px) {
  .cart-header > .secondary, .cart-header > .cart-header-title, .cart-header > .primary {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.cart-header .cart-header-title {
  text-align: center;
}
.cart-header .cart-header-title span {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.cart-header .cart-header-title h1 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cart-header > .primary {
  text-align: right;
}
.cart-header > .primary span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.cart-header > .primary:hover span:after {
  padding-left: 1.5rem;
}
@media (max-width: 991px) {
  .cart-header > .primary {
    margin-top: 2rem;
    text-align: center;
  }
}
.cart-header > .primary .cart-final-actions {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
/* ==============================
  CART MESSAGE BANNER
============================== */
.cart-message-banner {
  background: #492A80;
  color: #ffffff;
  margin-bottom: 2.5rem;
  padding: 3rem 2rem 4rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cart-message-banner {
    padding: 1rem 1rem 1.5rem;
  }
}
.cart-message-banner .block p:last-child {
  font-size: 50px;
  font-size: 5rem;
}
@media (max-width: 991px) {
  .cart-message-banner .block p:last-child {
    font-size: 30px;
    font-size: 3rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .cart-message-banner .block p:last-child {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* ==============================
  CART EMPTY / NO ITEMS
============================== */
.cart-empty {
  text-align: center;
}
.cart-empty h3 {
  letter-spacing: 10px;
  text-transform: uppercase;
}
/* ==============================
  CART CONTAINER
============================== */
.cart-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-container .form-cart {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  float: none;
  margin-bottom: 5rem;
  padding-right: 0;
  width: 100%;
}
.cart-container #gift-options-cart {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  float: none;
  width: 100%;
}
.cart-container .cart-summary {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  float: none;
  position: inherit;
  width: 100%;
}
/* ==============================
  CART FORM/TABLE
============================== */
.cart.table-wrapper {
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  .cart.table-wrapper {
    padding-top: 2rem;
  }
}
.cart.table-wrapper .cart {
  border: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: none;
  color: #555;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.cart.table-wrapper .cart > .item {
  background: #eee;
  border-bottom: 10px solid #ffffff;
}
.cart.table-wrapper .cart .item .col {
  border-right: 1px solid #ccc;
  padding: 5rem 2.5rem;
}
@media (max-width: 767px) {
  .cart.table-wrapper .cart .item .col {
    border-right: none;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 3rem 1.5rem;
    width: 100%;
  }
}
.cart.table-wrapper .cart .item .col:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .cart.table-wrapper .cart .item .col:last-child {
    border-bottom: none;
  }
}
.cart.table-wrapper .cart .col.item {
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cart.table-wrapper .cart .col.item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 1.5rem 4rem;
  }
}
.cart.table-wrapper .cart .product-image-container {
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
}
.cart.table-wrapper .cart .product-item-photo {
  padding-right: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cart.table-wrapper .cart .product-item-photo {
    float: left;
    max-width: 110px;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
}
.cart.table-wrapper .cart .product-item-name {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cart.table-wrapper .cart .product-item-name {
    margin-top: 0;
  }
}
.cart.table-wrapper .cart .product-item-name + .item-options {
  margin-top: 0;
}
.cart.table-wrapper .cart .item-options dt {
  font-weight: 400;
}
.cart.table-wrapper .cart .actions-toolbar {
  padding-bottom: 0;
}
.cart.table-wrapper .cart .actions-toolbar > .action-edit, .cart.table-wrapper .cart .actions-toolbar > .action-delete, .cart.table-wrapper .cart .actions-toolbar > .action-towishlist {
  position: relative;
  right: 0;
}
.cart.table-wrapper .cart .actions-toolbar > .action-edit:before, .cart.table-wrapper .cart .actions-toolbar > .action-delete:before, .cart.table-wrapper .cart .actions-toolbar > .action-towishlist:before {
  font-family: "luma-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
}
.cart.table-wrapper .cart .actions-toolbar > .action-edit:hover:before, .cart.table-wrapper .cart .actions-toolbar > .action-delete:hover:before, .cart.table-wrapper .cart .actions-toolbar > .action-towishlist:hover:before {
  color: #786698;
}
.cart.table-wrapper .cart .gift-options-cart-item + .action-towishlist {
  left: auto;
}
.cart.table-wrapper .cart .actions-toolbar > .action-towishlist:before {
  content: "";
}
.cart.table-wrapper .cart .actions-toolbar > .action-towishlist > span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.cart.table-wrapper .cart .item .col.qty {
  text-align: center;
}
@media (max-width: 767px) {
  .cart.table-wrapper .cart .item .col.qty {
    text-align: left;
  }
}
.cart.table-wrapper .cart .item .col.qty:before {
  display: none;
}
.cart.table-wrapper .cart .item .col.qty .control {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cart.table-wrapper .cart .item .col.price {
    text-align: left;
  }
}
.cart.table-wrapper .cart .item .col.price:before {
  display: none;
}
.cart.table-wrapper .cart .item .col.price .price-excluding-tax .price {
  font-size: 16px;
  font-weight: 400;
}
/* ==============================
  CART UPDATE
============================== */
.cart-container .form-cart .actions.main {
  text-align: right;
}
/* ==============================
  GIFT OPTIONS
============================== */
.cart-container .cart-gift-item {
  border-bottom: 1px solid #ccc;
  float: none;
  margin-bottom: 4rem;
  padding: 0 0 3rem;
  width: 100%;
}
.cart-container .cart-gift-item .gift-options-title {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.cart-container .cart-gift-item .gift-message-intro {
  margin-bottom: 3rem;
  min-height: 115px;
  padding-left: 135px;
  position: relative;
}
.cart-container .cart-gift-item .gift-message-intro:before {
  background-image: url("../images/checkout/cart-gift-wrapping.jpg");
  content: "";
  min-height: 112px;
  left: 0;
  position: absolute;
  width: 114px;
}
.cart-container .cart-gift-item .gift-wrap {
  margin-bottom: 2rem;
}
.cart-container .cart-gift-item .gift-item-block {
  border: none;
}
.cart-container .cart-gift-item .gift-item-block .title {
  color: #492A80;
  cursor: default;
  font-size: 18px;
  margin-bottom: 2rem;
  padding: 0;
}
.cart-container .cart-gift-item .gift-item-block .title:after {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.cart-container .cart-gift-item .gift-item-block .content {
  padding: 0;
}
.cart-container .cart-gift-item .gift-item-block .gift-summary .actions-toolbar, .cart-container .cart-gift-item .gift-item-block .cart.table-wrapper .gift-summary .actions-toolbar {
  margin-top: 2rem;
  position: relative;
}
.cart-container .cart-gift-item .gift-item-block .gift-summary .actions-toolbar > .secondary .action {
  margin: 0 2rem 0 0;
}
.cart-container .cart-gift-item .gift-item-block .gift-summary .action-edit:before, .cart-container .cart-gift-item .gift-item-block .gift-summary .action-delete:before {
  vertical-align: bottom;
}
.cart-container .cart-gift-item .gift-item-block .gift-summary .action-edit > span, .cart-container .cart-gift-item .gift-item-block .gift-summary .action-delete > span {
  clip: auto;
  height: auto;
  margin: 0;
  position: inherit;
  overflow: inherit;
  width: auto;
}
.cart-container .cart-gift-item .gift-item-block .gift-summary .actions-toolbar > .secondary .action {
  text-decoration: none;
}
.cart-container .cart-gift-item .gift-item-block .gift-options {
  display: none;
  margin: 0;
  padding: 0;
}
.cart-container .cart-gift-item .gift-item-block .gift-options .actions-toolbar .secondary .action-cancel {
  margin-top: 0.7rem;
}
.cart-container .cart-gift-item .gift-item-block .gift-options .actions-toolbar .action-cancel {
  display: block;
}
.cart-container .cart-gift-item .gift-item-block .gift-options .actions-toolbar:nth-child(3):before {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.cart-container .cart-gift-item .gift-item-block .gift-options-content .fieldset {
  margin: 0;
}
.cart-container .cart-gift-item .gift-item-block .gift-options-content .fieldset .field {
  margin: 0 0 2rem;
}
.cart-container .cart-gift-item .gift-summary {
  padding-bottom: 0;
}
/* ==============================
  CART DISCOUNT CODE
  - Hidden
============================== */
.cart-discount {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* ==============================
  CART SUMMARY
============================== */
.cart-summary {
  background: transparent;
  padding: 0;
}
.cart-summary .summary.title, .cart-summary .totals.shipping, .cart-summary .block.shipping, .cart-summary .totals-tax {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.cart-summary .table {
  background: #eee;
  margin-bottom: 5rem;
}
.cart-summary .cart-totals {
  border: none;
  padding: 0;
}
.cart-summary .cart-totals .total-rules {
  display: none !important;
}
.cart-summary .cart-totals tbody .mark span.title:after {
  display: none !important;
}
.cart-summary .cart-totals tbody .mark span.title.-enabled {
  cursor: text;
}
.cart-summary .cart-totals tbody .mark, .cart-summary .cart-totals tbody .amount {
  display: inline-block;
  padding: 2rem 1rem 1.5rem;
}
.cart-summary .cart-totals .grand .mark, .cart-summary .cart-totals .grand .amount {
  border: none;
  padding-top: 0;
  padding-bottom: 2rem;
}
.cart-summary .cart-totals .grand strong {
  font-weight: 400;
}
.cart-summary .totals.sub, .cart-summary .grand.totals {
  text-align: right;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: unset;
}
@media (max-width: 767px) {
  .cart-summary .checkout-methods-items .action.primary.checkout {
    width: 100%;
    padding: 1.4rem 2.5rem;
  }
}
/* ==============================
  CART FINAL ACTIONS
============================== */
.cart-final-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.cart-final-actions .action.primary span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.cart-final-actions .action.primary:hover span:after {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .cart-final-actions .action.primary {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
}
.cart-final-actions .action.secondary span:before {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "b";
  padding-right: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.cart-final-actions .action.secondary:hover span:before {
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .cart-final-actions .action.secondary {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cart-final-actions .action {
    margin-bottom: 2rem;
    width: 100%;
  }
}
/* ==============================
  CART FOOTER LOGOS
============================== */
.cart-footer-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin-top: 4rem;
  padding-top: 3rem;
}
@media (max-width: 479px) {
  .cart-footer-logos img {
    margin: 0 auto;
  }
}
/* ==============================
  CHECKOUT DEFAULTS
============================== */
.checkout-index-index .breadcrumbs, .checkout-index-index .authentication-wrapper {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .page-main {
  border-top: 1px solid #eee;
}
.checkout-index-index .page-main.section-loading:after {
  background: #ffffff;
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 2s ease;
}
.checkout-index-index .fieldset {
  margin-bottom: 3rem;
}
.checkout-index-index .fieldset:last-child {
  margin-bottom: 0;
}
.checkout-index-index .field.street .field .label {
  display: none;
}
@media (max-width: 767px) {
  .checkout-index-index .modal-popup .modal-footer .action, .checkout-index-index .action.secondary {
    width: 100%;
  }
}
/* ==============================
  CHECKOUT STEPS
============================== */
.opc-wrapper .step-title {
  border-bottom: none;
  color: #492A80;
  font-size: 18px;
  margin: 0 0 2rem;
  padding: 0;
  text-transform: uppercase;
}
.opc-progress-bar {
  display: none;
  margin: 2rem 0 4rem;
}
.opc-progress-bar-item > span:after {
  font-size: 14px;
  line-height: 24px;
  padding-left: 0.2rem;
}
.opc-progress-bar-item._active:before {
  background: #492A80;
  border-color: #492A80;
}
.opc-progress-bar-item._active > span {
  font-weight: 400;
}
.opc-progress-bar-item._active > span:before {
  background: #492A80;
  border-color: #492A80;
}
.opc-progress-bar-item._active > span:after {
  border-color: #492A80;
}
.opc-progress-bar-item._complete > span {
  color: #492A80;
}
/* ==============================
  CHECKOUT SHIPPING ADDRESS'
============================== */
.opc-wrapper .checkout-shipping-address .pas-use.step-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}
.opc-wrapper .checkout-shipping-address .pas-use.step-content .control {
  margin: 0 2rem 3rem 0;
}
.opc-wrapper .checkout-shipping-address .pas-use.step-content .control input {
  margin: 0.5rem 0.5rem 0 0;
}
.opc-wrapper .checkout-shipping-address .field .control._with-tooltip input {
  width: 100%;
}
.opc-wrapper .checkout-shipping-address #customer-email-fieldset .field-tooltip, .opc-wrapper .checkout-shipping-address .validator-phone + .field-tooltip {
  top: -30px;
}
.opc-wrapper .checkout-shipping-address #customer-email-error {
  margin-top: 3rem;
}
.opc-wrapper .checkout-shipping-address .shipping-address-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.opc-wrapper .checkout-shipping-address .shipping-address-item {
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  border-color: #ccc;
  font-size: 16px;
  margin: 0 1rem 2rem;
  max-width: calc(50% - 20px);
  width: auto;
}
@media (max-width: 479px) {
  .opc-wrapper .checkout-shipping-address .shipping-address-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.opc-wrapper .checkout-shipping-address .shipping-address-item:before {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item {
  border-color: #492A80;
}
.opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item:after {
  background: #492A80;
}
.opc-wrapper .checkout-shipping-address .shipping-address-item .edit-address-link {
  color: #333;
  text-decoration: underline;
}
.opc-wrapper .checkout-shipping-address .shipping-address-item .edit-address-link:hover {
  color: #786698;
}
/* ==============================
  CHECKOUT SHIPPING TABLE
============================== */
.table-checkout-shipping-method {
  width: 100%;
}
.table-checkout-shipping-method th {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0 0 2rem;
  text-align: left;
  width: 25%;
  vertical-align: top;
}
.table-checkout-shipping-method tr td {
  padding: 10px 0;
  text-align: left;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0.5rem;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 400;
}
.opc-wrapper .methods-shipping {
  background: none;
  border: none;
  padding-top: 0;
}
/* ==============================
  CHECKOUT SHIPPING ACTIONS
============================== */
.shipping-method-toolbar {
  border-top: #ccc;
  margin-top: 1rem;
  padding-top: 3rem;
}
.checkout-shipping-method .actions-toolbar > .primary {
  float: none;
  margin-top: 2rem;
  width: 100%;
}
.checkout-shipping-method .actions-toolbar > .primary button {
  width: 100%;
}
/* ==============================
  CHECKOUT PAYMENTS
============================== */
.checkout-payment-method {
  /* ==============================
    REFERRED BY A FRIEND
  ============================== */
  /* ==============================
    DISCOUNT CODE
  ============================== */
  /* ==============================
  GIFT CARD
  ============================== */
  /* ==============================
  Gift cards and Discount
  ============================== */
  /* ==============================
    PAYMENT OPTIONS
  ============================== */
}
.checkout-payment-method .fieldset > .legend {
  clip: auto;
  height: auto;
  margin: 0;
  position: inherit;
  overflow: inherit;
  width: auto;
}
.checkout-payment-method .fieldset > .legend + br {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.checkout-payment-method .form.payments .fieldset {
  clear: both;
}
.checkout-payment-method .form.payments .fieldset .legend {
  border-bottom: none;
  color: #492A80;
  font-size: 18px;
  margin: 0 0 2rem;
  padding: 0;
  text-transform: uppercase;
}
.checkout-payment-method .form.payments label a {
  text-decoration: underline;
}
.checkout-payment-method .referral-title {
  border-top: 1px solid #ccc;
  padding-top: 3rem;
}
.checkout-payment-method .discount-code {
  border-top: 1px solid #ccc;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding-top: 3rem;
}
.checkout-payment-method .discount-code.payment-option._collapsible .payment-option-content {
  display: block;
  padding: 0;
}
.checkout-payment-method .discount-code .form-discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  max-width: 100%;
}
.checkout-payment-method .discount-code .form-discount .payment-option-inner {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .checkout-payment-method .discount-code .form-discount .payment-option-inner {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-bottom: 0;
    max-width: 40%;
  }
}
.checkout-payment-method .discount-code .form-discount .actions-toolbar {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .checkout-payment-method .discount-code .form-discount .actions-toolbar {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
}
.checkout-payment-method .discount-code .form-discount .actions-toolbar .action.action-large {
  padding: 0.9rem 1.5rem;
}
.checkout-payment-method .fieldset.giftcard, .checkout-payment-method #mageworx-giftcards-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-payment-method .fieldset.giftcard .messages, .checkout-payment-method #mageworx-giftcards-form .messages {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.checkout-payment-method .fieldset.giftcard .field, .checkout-payment-method #mageworx-giftcards-form .field {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .checkout-payment-method .fieldset.giftcard .field, .checkout-payment-method #mageworx-giftcards-form .field {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-bottom: 0;
    max-width: 40%;
  }
}
.checkout-payment-method .fieldset.giftcard .label, .checkout-payment-method #mageworx-giftcards-form .label {
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
}
.checkout-payment-method .fieldset.giftcard .actions-toolbar, .checkout-payment-method #mageworx-giftcards-form .actions-toolbar {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .checkout-payment-method .fieldset.giftcard .actions-toolbar, .checkout-payment-method #mageworx-giftcards-form .actions-toolbar {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .checkout-payment-method .fieldset.giftcard .actions-toolbar > .secondary, .checkout-payment-method #mageworx-giftcards-form .actions-toolbar > .secondary {
    float: right;
    margin-right: 1rem;
  }
}
.checkout-payment-method .fieldset.giftcard .actions-toolbar .action.action-large, .checkout-payment-method #mageworx-giftcards-form .actions-toolbar .action.action-large {
  padding: 0.9rem 1.5rem;
}
.checkout-payment-method .fieldset.giftcard .actions-toolbar .action.action-large.secondary, .checkout-payment-method #mageworx-giftcards-form .actions-toolbar .action.action-large.secondary {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.checkout-payment-method .fieldset.giftcard .payment-option-inner, .checkout-payment-method #mageworx-giftcards-form .payment-option-inner {
  width: 40%;
  max-width: 40%;
  flex-basis: 40%;
}
@media (max-width: 767px) {
  .checkout-payment-method .fieldset.giftcard .payment-option-inner, .checkout-payment-method #mageworx-giftcards-form .payment-option-inner {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
}
.checkout-payment-method .fieldset.giftcard .payment-option-inner .field, .checkout-payment-method #mageworx-giftcards-form .payment-option-inner .field {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.checkout-payment-method .fieldset.giftcard .payment-option-inner .field label, .checkout-payment-method #mageworx-giftcards-form .payment-option-inner .field label {
  display: none;
}
.checkout-payment-method .mageworx-giftcards #block-mageworx-giftcards-heading:after {
  display: none;
}
.checkout-payment-method .mageworx-giftcards .payment-option-content {
  display: block !important;
}
@media (max-width: 767px) {
  .checkout-payment-method .mageworx-giftcards .payment-option-content {
    padding: 0 0 20px;
  }
}
.checkout-payment-method .mageworx-giftcards .actions-toolbar, .checkout-payment-method .discount-code .actions-toolbar {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .checkout-payment-method .mageworx-giftcards .actions-toolbar, .checkout-payment-method .discount-code .actions-toolbar {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
}
.checkout-payment-method .mageworx-giftcards .actions-toolbar > div.primary, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.secondary, .checkout-payment-method .discount-code .actions-toolbar > div.primary, .checkout-payment-method .discount-code .actions-toolbar > div.secondary {
  float: right !important;
}
@media (max-width: 767px) {
  .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.primary, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.secondary, .checkout-payment-method .discount-code .actions-toolbar > div.primary, .checkout-payment-method .discount-code .actions-toolbar > div.secondary {
    float: none !important;
    display: block;
    width: 100%;
  }
}
.checkout-payment-method .mageworx-giftcards .actions-toolbar > div.primary button, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.secondary button, .checkout-payment-method .discount-code .actions-toolbar > div.primary button, .checkout-payment-method .discount-code .actions-toolbar > div.secondary button {
  padding: 0.9rem 1.5rem;
  box-sizing: border-box;
}
.checkout-payment-method .mageworx-giftcards .actions-toolbar > div.primary button, .checkout-payment-method .discount-code .actions-toolbar > div.primary button {
  background: #492A80 !important;
  border: 1px solid #492A80 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.primary button, .checkout-payment-method .discount-code .actions-toolbar > div.primary button {
    margin-left: 1px !important;
    width: 100% !important;
  }
}
.checkout-payment-method .mageworx-giftcards .actions-toolbar > div.primary button:hover, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.primary button:focus, .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.primary button:active, .checkout-payment-method .discount-code .actions-toolbar > div.primary button:hover, .checkout-payment-method .discount-code .actions-toolbar > div.primary button:focus, .checkout-payment-method .discount-code .actions-toolbar > div.primary button:active {
  background: #8663C0 !important;
  border: 1px solid #8663C0 !important;
}
@media (max-width: 767px) {
  .checkout-payment-method .mageworx-giftcards .actions-toolbar > div.secondary button, .checkout-payment-method .discount-code .actions-toolbar > div.secondary button {
    margin-left: 1px !important;
    width: 100% !important;
  }
}
.checkout-payment-method .payment-option, .checkout-payment-method .payment-methods {
  margin-left: 0;
  margin-right: 0;
}
.checkout-payment-method .payment-option .step-title, .checkout-payment-method .payment-methods .step-title {
  display: none;
}
.checkout-payment-method .payment-method {
  border-top: 1px solid #ccc;
  padding: 3rem 0;
}
.checkout-payment-method .payment-method-title {
  border: none !important;
  padding: 0;
}
.checkout-payment-method .payment-method-title input[type=checkbox], .checkout-payment-method .payment-method-title input[type=radio] {
  margin: 0;
}
.checkout-payment-method .payment-method-title label {
  border-radius: 4px;
  box-shadow: 0 0 3px #ccc;
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  height: 40px;
  padding: 0;
  width: 56px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title label span, .checkout-payment-method .payment-method-title label img {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.checkout-payment-method .payment-method-title label[for="md_firstdata"]:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: url("../images/checkout/credit-card.svg") no-repeat center;
}
.checkout-payment-method .payment-method-title label[for="paypal_express"]:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: url("../images/checkout/paypal-credit-card.svg") no-repeat center;
}
.checkout-payment-method .payment-method-title #firstdataconnectcw_visa + label {
  background-image: url("../images/checkout/visa.png");
}
.checkout-payment-method .payment-method-title #firstdataconnectcw_mastercard + label {
  background-image: url("../images/checkout/mastercard.png");
}
.checkout-payment-method .payment-method-title #firstdataconnectcw_americanexpress + label {
  background-image: url("../images/checkout/amex.png");
}
.checkout-payment-method .payment-method-content {
  padding: 0;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin-bottom: 3rem;
}
.checkout-payment-method .payment-method-content button {
  padding: 0.9rem 1.5rem !important;
}
.checkout-payment-method .payment-method-content .fieldset > .field.payment-image {
  display: none;
}
.checkout-payment-method .payment-method-note {
  border: none;
  padding-top: 2rem;
}
.checkout-payment-method .payment-option-title {
  text-transform: uppercase;
  font-size: 18px;
  padding: 3rem 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #492A80;
}
.checkout-payment-method .payment-option-content {
  padding: 0;
}
.checkout-payment-method .payment-option-content .form-discount {
  max-width: 100%;
}
.checkout-payment-method .payment-description {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
}
.checkout-payment-method .customweb-firstdataconnectcw-payment-form {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 2rem 3rem;
  position: relative;
}
.checkout-payment-method .customweb-firstdataconnectcw-payment-form:before, .checkout-payment-method .customweb-firstdataconnectcw-payment-form:after {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  display: block;
  position: absolute;
  left: 30px;
}
.checkout-payment-method .customweb-firstdataconnectcw-payment-form:before {
  border-bottom: 10px solid #ccc;
  top: -11px;
}
.checkout-payment-method .customweb-firstdataconnectcw-payment-form:after {
  border-bottom: 10px solid #eee;
  top: -10px;
}
.checkout-payment-method .customweb-firstdataconnectcw-payment-form .field.alias {
  display: none !important;
}
/* ==============================
  BILLING ADDRESS
============================== */
.billing-address-same-as-shipping-block {
  border-top: none;
  margin-bottom: 0;
  margin-top: 3rem;
  padding-top: 3rem;
}
.billing-address-details {
  line-height: normal;
  margin-bottom: 3rem;
}
.opc-sidebar {
  margin: 0;
}
/* ==============================
  CHECKOUT SIDEBAR SUMMARY
============================== */
.opc-block-summary {
  background: #eee;
  margin: 0 0 3rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .opc-block-summary {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.opc-block-summary .title {
  color: #555;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.opc-block-summary .table-totals {
  border-top: none;
  font-size: 14px;
}
.opc-block-summary .table-totals tbody .mark {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
}
.opc-block-summary .table-totals .total-rules {
  display: none !important;
}
.opc-block-summary .table-totals span.title:after {
  display: none !important;
}
.opc-block-summary .table-totals span.title.-enabled {
  cursor: text;
}
.opc-block-summary .table-totals .totals.shipping .mark .value {
  color: #555;
}
.opc-block-summary .table-totals .grand strong {
  padding: 0;
}
.opc-block-summary .table-totals .grand td, .opc-block-summary .table-totals .grand th {
  padding: 1rem 0;
}
.opc-block-summary .table-totals .grand .mark, .opc-block-summary .table-totals .grand .amount {
  border-bottom: 1px solid #ccc;
}
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 0;
}
.opc-block-summary .minicart-items-wrapper {
  max-height: 580px;
}
.opc-block-summary .minicart-items .product-item-details .product-item .price {
  font-size: 14px;
}
.opc-block-summary .minicart-items .product-item-details .details-qty {
  font-size: 14px;
  margin-top: 0;
}
.opc-block-summary .minicart-items .product-item-details .item-options {
  margin-bottom: 0;
}
.opc-block-summary .minicart-items .product-item-details .item-options .label, .opc-block-summary .minicart-items .product-item-details .item-options .values {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.opc-block-summary .minicart-items .product-item-details .item-options .label:after {
  content: ":";
  vertical-align: text-top;
}
.opc-block-summary .minicart-items .product-image-container {
  width: auto !important;
  height: auto !important;
}
.opc-block-summary .minicart-items .product-image-container img {
  width: auto !important;
  height: auto !important;
}
/* ==============================
  CHECKOUT SHIPPING INFORMATION
============================== */
.opc-block-shipping-information {
  padding: 0;
}
@media (max-width: 767px) {
  .opc-block-shipping-information {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.opc-block-shipping-information .shipping-information-title {
  font-size: 20px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.opc-block-shipping-information .ship-to, .opc-block-shipping-information .ship-via {
  margin-bottom: 3rem;
}
/* ==============================
  CHECKOUT SIDEBAR MOBILE
============================== */
.opc-estimated-wrapper {
  background: #eee;
  border: none;
  margin: -3rem -2rem 3rem -2rem;
  padding: 2rem;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #492A80;
}
/* ==============================
  EVENTS GLOBAL
============================== */
/* ==============================
  EVENTS COLUMNS
============================== */
.content-type-events .columns {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .content-type-events .columns {
    padding: 4rem;
  }
}
/* ==============================
  EVENTS HEADER
============================== */
.content-type-events .block-title {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.content-type-events .events-header {
  width: 100%;
}
.content-type-events .events-header h1 {
  font-size: 60px;
  font-size: 6rem;
  color: #786698;
  font-family: "DancingScript-Regular", cursive;
  margin-bottom: 8rem;
  text-align: center;
}
/* ==============================
  EVENTS CONTENT
============================== */
.content-type-events .contents-items {
  border-top: 1px solid #eee;
  padding-top: 3rem;
}
.content-type-events .ct-view .ct-column {
  margin-top: 0;
  margin-bottom: 0;
}
.content-type-events .content-item {
  margin: 0 auto;
}
.content-type-events .content-item .ct-column-top .inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  text-transform: uppercase;
}
.content-type-events .content-item .event-date-number {
  font-size: 40px;
  font-size: 4rem;
  color: #333;
}
.content-type-events .content-item .event-date-day {
  color: #333;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.content-type-events .content-item .ct-column-main {
  width: 100%;
  margin: 0;
}
.content-type-events .content-item .ct-column-main .inside {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.content-type-events .content-item .ct-column-main .inside .ct-field-date {
  -webkit-flex-basis: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
  max-width: 12%;
}
@media (max-width: 767px) {
  .content-type-events .content-item .ct-column-main .inside .ct-field-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 50%;
    padding-right: 10%;
    text-align: center;
  }
}
.content-type-events .content-item .ct-column-main .inside .event-details {
  -webkit-flex-basis: 63%;
  -ms-flex-preferred-size: 63%;
  flex-basis: 63%;
  max-width: 63%;
}
@media (max-width: 767px) {
  .content-type-events .content-item .ct-column-main .inside .event-details {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 6rem;
    max-width: 100%;
    text-align: center;
  }
}
.content-type-events .content-item .ct-column-main .inside .event-details h3 {
  margin-bottom: 1rem;
}
.content-type-events .content-item .ct-column-main .inside .ct-field-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  max-width: 25%;
}
.content-type-events .content-item .ct-column-main .inside .ct-field-image img {
  max-height: 280px;
}
@media (max-width: 767px) {
  .content-type-events .content-item .ct-column-main .inside .ct-field-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 50%;
  }
}
.content-type-events .content-item .ct-column-bottom {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* ==============================
  HOMEPAGE LAYOUT
============================== */
.cms-index-index .page-main {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
/* ==============================
  HOMEPAGE VES ELEMENTS
============================== */
@media (max-width: 1199px) {
  .cms-home .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
.cms-home .page-main .ves-container .block {
  margin-bottom: 0;
}
.modal-popup {
  margin-top: 5rem;
  margin-bottom: 5rem;
  /* ==============================
    MODAL HEADER
  ============================== */
  /* ==============================
    MODAL CONTENT
  ============================== */
  /* ==============================
    MODAL FOOTER
  ============================== */
}
@media (max-width: 991px) {
  .modal-popup {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.modal-popup .modal-inner-wrap {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .modal-popup .modal-inner-wrap {
    width: 95%;
  }
}
.modal-popup .modal-header {
  padding: 3rem;
}
@media (max-width: 767px) {
  .modal-popup .modal-header {
    padding: 1.5rem;
  }
}
.modal-popup .modal-header img {
  display: inline-block;
  max-width: 100px;
}
.modal-popup .modal-title {
  border: none;
  color: #111;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.modal-popup .modal-title:before {
  background-color: #eee;
  content: "";
  display: inline-block;
  margin: 0 1rem;
  height: 20px;
  width: 1px;
  vertical-align: middle;
}
.modal-popup .action-close {
  color: #333;
  font-size: 14px;
  padding: 0;
  top: 38px;
  right: 30px;
}
@media (max-width: 767px) {
  .modal-popup .action-close {
    top: 20px;
    right: 15px;
  }
}
.modal-popup .action-close:hover {
  color: #786698;
}
.modal-popup .action-close span {
  clip: auto;
  height: auto;
  margin: 0;
  position: inherit;
  overflow: inherit;
  width: auto;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .modal-popup .action-close span {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.modal-popup .action-close:before {
  display: none;
}
.modal-popup .action-close:after {
  font-family: "luma-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  padding-left: 0.5rem;
  vertical-align: bottom;
}
.modal-popup .modal-content {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .modal-popup .modal-content {
    padding: 1.5rem;
  }
}
.modal-popup .modal-content a {
  text-decoration: underline;
}
.modal-popup .modal-content a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .modal-popup .modal-footer {
    padding: 1.5rem;
  }
}
.page-main #pointofsale_box {
  color: #555;
}
.page-main #pointofsale_box .hide-400 {
  display: block;
}
.page-main #pointofsale_box #tools {
  font-size: 16px;
  margin-bottom: 2rem;
}
.page-main #pointofsale_box #tools span:first-child {
  display: block;
}
.page-main #pointofsale_box #tools br {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.page-main #pointofsale_box #tools .tools-buttons {
  clear: both;
  float: left;
  margin-bottom: 2rem;
  width: 100%;
}
.page-main #pointofsale_box #tools a, .page-main #pointofsale_box #tools BUTTON {
  background: #786698;
  border: none;
  border-radius: 3px;
  font-weight: 400;
}
.page-main #pointofsale_box #tools a:hover, .page-main #pointofsale_box #tools BUTTON:hover {
  background: #8663C0;
  border: none;
}
.page-main #pointofsale_box #tools #geocoder {
  height: 36px;
  margin: 0.5rem 1rem 0 0;
  min-width: 300px;
  vertical-align: bottom;
}
.page-main #pointofsale_box #tools .tools-new-location INPUT {
  min-width: 300px;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .page-main #pointofsale_box #tools .tools-new-location INPUT {
    margin-top: 1rem;
    min-width: 100%;
  }
}
.page-main #pointofsale_box #map_canvas_pointofsale, .page-main #pointofsale_box #pointofsale {
  width: 100%;
}
.page-main #pointofsale_box #map_canvas_pointofsale {
  margin-bottom: 3rem;
}
.page-main #pointofsale_box #pointofsale #title {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.page-main #pointofsale_box #pointofsale .place a {
  font-size: 16px;
}
/* Attraqt Products
------------------------------ */
.attraqt-products-container {
  background: #ffffff;
  border: 1px solid #eee;
  margin: 2rem 0;
  padding: 2rem 0;
  text-align: center;
}
.attraqt-products-container .attraqt-main-title {
  font-size: 20px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.attraqt-products-container .attraqt-products {
  display: flex;
  flex-flow: row wrap;
}
.attraqt-products-container .attraqt-product {
  flex: 1;
}
.attraqt-products-container .attraqt-product-inner {
  padding: 0 1.5rem 2rem;
}
.attraqt-products-container .attraqt-name {
  display: block;
  margin-bottom: 1rem;
  margin-top: 1rem;
  min-height: 40px;
}
.attraqt-products-container .attraqt-price {
  display: block;
  font-size: 14px;
}
.attraqt-products-container .attraqt-price-old {
  text-decoration: line-through;
}
.attraqt-products-container .attraqt-price-special {
  color: #e02b27;
}
@media (max-width: 767px) {
  .attraqt-products-container.attraqt-products-cross-sell .attraqt-product {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.catalog-product-view .lmzone-prodpage_bottom {
  order: 3;
}
/* ==============================
  OVERWRITE MAGENTO DEFAULTS
============================== */
.products {
  margin: 0;
}
.column.main .product-items {
  margin-left: 0;
}
.page-products .product-item-info, .product-item-info {
  width: auto;
}
/* ==============================
  OVERRIDE YOTPO STYLING
  - Applies to PLP
============================== */
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions, .yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions {
  margin-top: 1rem !important;
}
/* ==============================
  PAGE PRODUCTS GRID
  - Applies to PLP and Search page
============================== */
.page-products .products-grid {
  margin: 0;
  /* ==============================
    PRODUCT QUICK VIEW
  ============================== */
}
.page-products .products-grid .product-item, .page-products .products-grid .product-item:nth-child(4n + 1) {
  -webkit-flex-basis: calc(33.333% - 30px);
  -ms-flex-preferred-size: calc(33.333% - 30px);
  flex-basis: calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  padding: 0;
  position: relative;
  width: auto;
  letter-spacing: 1px;
}
.page-products .products-grid .product-item-photo {
  display: block;
}
.page-products .products-grid .product-item-photo .owl-carousel {
  z-index: auto;
}
.page-products .products-grid .product-images .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
  margin: 0;
  width: 100%;
}
.page-products .products-grid .product-images .owl-nav.disabled {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.page-products .products-grid .product-images .owl-nav .owl-prev, .page-products .products-grid .product-images .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  color: #ffffff;
  display: block;
  margin: 0 1rem;
  padding: 0.5rem 0.74rem;
}
.page-products .products-grid .product-images .owl-nav .owl-prev:hover, .page-products .products-grid .product-images .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.page-products .products-grid .product-images .owl-nav .owl-prev {
  float: left;
}
.page-products .products-grid .product-images .owl-nav .owl-next {
  float: right;
}
.page-products .products-grid .product-images:hover .owl-nav {
  display: block;
}
.page-products .products-grid .product-item-info {
  margin: 0;
  padding: 0.5rem;
}
.page-products .products-grid .product-item-info:hover, .page-products .products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
}
.page-products .products-grid .product-item-details-container {
  background: #ffffff;
  padding: 2rem 0;
  position: relative;
}
.page-products .products-grid .actions-secondary {
  position: absolute;
  right: 15px;
  top: 20px;
}
.page-products .products-grid .actions-secondary .towishlist:before {
  margin: 0;
}
.page-products .products-grid .actions-secondary .tocompare {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.page-products .products-grid .product-item-name {
  margin: 0.5rem 5rem;
  hyphens: none;
}
.page-products .products-grid .product-item-colour {
  color: #999;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 1rem;
}
.page-products .products-grid .product-item .price-box {
  margin: 0;
}
.page-products .products-grid .product-item .price-box .price {
  font-size: 18px;
  font-weight: 400;
}
.page-products .products-grid .product-item-inner, .page-products .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
}
.page-products .products-grid .product-item-inner {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.page-products .products-grid .swatch-attribute-options {
  margin: 0;
}
.page-products .products-grid .product-item-size-title {
  display: block;
  font-size: 12px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.page-products .products-grid .swatch-attribute.size .swatch-option {
  background: transparent;
  border: 2px solid #ccc;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  float: none;
  margin: 0 0.5rem 0.5rem;
  padding: 0.5rem 0.9rem;
}
.page-products .products-grid .swatch-attribute.size .swatch-option.selected, .page-products .products-grid .swatch-attribute.size .swatch-option:not(.disabled):hover {
  border: 2px solid #999;
  outline: none;
}
.page-products .products-grid .swatch-attribute.size .swatch-option.disabled, .page-products .products-grid .swatch-attribute.size .swatch-option.oos {
  color: #999;
  overflow: hidden;
}
.page-products .products-grid .swatch-attribute.size .swatch-option.disabled:before, .page-products .products-grid .swatch-attribute.size .swatch-option.disabled:after, .page-products .products-grid .swatch-attribute.size .swatch-option.oos:before, .page-products .products-grid .swatch-attribute.size .swatch-option.oos:after {
  background: rgba(112, 92, 143, 0.75);
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 150%;
}
.page-products .products-grid .swatch-attribute.size .swatch-option.disabled:before, .page-products .products-grid .swatch-attribute.size .swatch-option.oos:before {
  right: -11px;
  transform: rotate(-31deg);
}
.page-products .products-grid .swatch-attribute.size .swatch-option.disabled:after, .page-products .products-grid .swatch-attribute.size .swatch-option.oos:after {
  left: -11px;
  transform: rotate(31deg);
}
.page-products .products-grid .product-item-actions {
  display: block;
  margin: 1rem 0;
}
.page-products .products-grid .product-item-actions .actions-primary {
  display: inline-block;
}
.page-products .products-grid .product-item:hover .product-quick-view, .page-products .products-grid .quick-view-active .product-quick-view {
  display: block;
}
@media (max-width: 991px) {
  .page-products .products-grid .product-item .product-quick-view {
    display: block;
  }
}
.page-products .products-grid .product-quick-view {
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  display: none;
  height: 50px;
  margin-top: -5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.page-products .products-grid .product-quick-view span {
  color: #555;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.page-products .products-grid .product-quick-view:hover span {
  text-decoration: underline;
}
.page-products .products-grid .quick-view-active .product-images:hover .owl-nav {
  display: none;
}
.page-products .products-grid .quick-view-active .product-item-details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-products .products-grid .quick-view-active.product-item-info .product-item-inner, .page-products .products-grid .quick-view-active.product-item-info:hover {
  clip: auto;
  height: auto;
  margin: 0;
  position: inherit;
  overflow: inherit;
  width: auto;
  position: static;
}
/* ==============================
  WISHLIST GRID
============================== */
.wishlist-index-index .products-grid .product-item, .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
  -webkit-flex-basis: calc(25% - 30px);
  -ms-flex-preferred-size: calc(25% - 30px);
  flex-basis: calc(25% - 30px);
  max-width: calc(25% - 30px);
  padding: 1rem 0 0;
}
/* ==============================
  ALL PRODUCT GRIDS
  - Including body class
============================== */
.page-products .products-grid .product-items, .wishlist-index-index .products-grid .product-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.page-products .products-grid .product-item, .page-products .products-grid .product-item:nth-child(4n + 1), .wishlist-index-index .products-grid .product-item, .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
  background: #ffffff;
  margin: 0 1.5rem 3rem !important;
  text-align: center;
}
@media (max-width: 991px) {
  .page-products .products-grid .product-item, .page-products .products-grid .product-item:nth-child(4n + 1), .wishlist-index-index .products-grid .product-item, .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    -webkit-flex-basis: calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 1rem 2rem !important;
  }
}
@media (max-width: 479px) {
  .page-products .products-grid .product-item, .page-products .products-grid .product-item:nth-child(4n + 1), .wishlist-index-index .products-grid .product-item, .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    -webkit-flex-basis: calc(100% - 20px);
    -ms-flex-preferred-size: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
/* ==============================
  ALL PRODUCT GRIDS
  - Without body class
============================== */
.products-grid .product-item-inner, .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
  box-shadow: none;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .products-grid .product-item-inner, .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    border: none;
  }
}
.products-grid .product-item-inner {
  border-top: none;
}
.products-grid .product-item-name {
  font-size: 12px;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.products-grid .product-item-name a {
  color: #333;
  text-decoration: none;
}
.products-grid .product-item-name a:hover {
  color: #786698;
}
.products-grid .product-item .price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.products-grid .product-item .price-box .special-price {
  color: #e02b27;
}
.products-grid .product-item .price-box .old-price {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  float: left;
  margin: 0 1rem 0 0;
  text-decoration: line-through;
}
.products-grid .product-item .price-box .special-price {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
/* ==============================
  MAGIC TOOLBOX CONTAINER & ARROWS
============================== */
.mobile-magic .catalog-product-view .MagicToolboxSelectorsContainer {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.MainContainer {
  position: relative;
}
.MainContainer .mt-arrow {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  color: #ffffff;
  font: 900 18px/32px "magictoolbox-thin";
  height: 32px;
  margin: 0 0.75rem;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 2;
}
.MainContainer .mt-arrow.prev {
  left: 0;
}
.MainContainer .mt-arrow.next {
  right: 0;
}
/* ==============================
  PDP - Body Class
============================== */
.catalog-product-view {
  /* ==============================
    MOBILE HIDE
    - Elements to be hidden on mobile view
  ============================== */
  /* ==============================
    PDP IMAGE GALLERY
  ============================== */
  /* ==============================
    PDP INFO MAIN
  ============================== */
  /* ==============================
    PRODUCT GRID
    - Used for Related/Upsell Products
  ============================== */
  /* ==============================
    REALTED PRODUCTS & UPSELL PRODUCTS
  ============================== */
  /* ==============================
    REALTED PRODUCTS
  ============================== */
  /* ==============================
    UPSELL PRODUCTS
  ============================== */
  /* ==============================
    PDP POPUP MODAL
  ============================== */
  /* ==============================
    PDP CARE GUIDE
  ============================== */
  /* ==============================
    PDP SIZE GUIDE
  ============================== */
}
.catalog-product-view .page-main {
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  background-color: #eee;
  max-width: 100%;
}
.catalog-product-view .page-main > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1300px;
}
.catalog-product-view .column.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background: #ffffff;
  padding: 0.5rem 2rem 2rem 0.5rem;
}
@media (max-width: 767px) {
  .catalog-product-view .column.main {
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .usp-banner, .catalog-product-view .breadcrumbs, .catalog-product-view .colour-size-title {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.catalog-product-view.page-layout-1column .product.media {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  max-width: 50%;
  width: auto;
}
@media (max-width: 991px) {
  .catalog-product-view.page-layout-1column .product.media {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view.page-layout-1column .product.media {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.catalog-product-view.page-layout-1column .product-info-main {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  max-width: 50%;
  padding-top: 2rem;
  padding-left: 2rem;
  width: auto;
  /* Product Title
    ------------------------------ */
  /* Product Price
    ------------------------------ */
  /* Product Stock SKU
    ------------------------------ */
  /* Product Style Code
    ------------------------------ */
  /* Product Reviews Summary
    ------------------------------ */
  /* Product Form
    ------------------------------ */
  /* Product Swatches Colour
    ------------------------------ */
  /* Product Swatches Size
    ------------------------------ */
  /* Product Size Notice (US Store Only)
    ------------------------------ */
  /* Product Quantity / Add to Cart
    ------------------------------ */
  /* Current Selection
    ------------------------------ */
  /* Product Social Links
    ------------------------------ */
  /* Product Description
    ------------------------------ */
  /* Product Popups
    ------------------------------ */
  /* Product Reviews Container
    ------------------------------ */
}
@media (max-width: 991px) {
  .catalog-product-view.page-layout-1column .product-info-main {
    -webkit-flex-basis: 66.666%;
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view.page-layout-1column .product-info-main {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 2rem 0.5rem 0;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-sticky {
  top: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-sticky.active {
  background: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #ccc;
  padding: 1.5rem 1.5rem 1rem;
  top: 0 !important;
  z-index: 9;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-sticky.active .colour-size-title, .catalog-product-view.page-layout-1column .product-info-main .product-info-sticky.active .current-selection, .catalog-product-view.page-layout-1column .product-info-main .product-info-sticky.active .product-reviews-summary {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-sticky.active .page-title-wrapper h1 {
  margin-bottom: 0.5rem;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-sticky.active .product.attribute.style-code {
  padding-top: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-sticky.active .product-info-price .price-box .price-container .price {
  font-size: 16px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-sticky.active .product-add-form {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-sticky.active .box-tocart {
  margin: 3.2rem 0 0;
}
.catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper h1 {
  color: #555;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-price {
  border-bottom: none;
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box {
  padding-bottom: 0;
  width: auto;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box .price-container > span {
  display: inline;
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box .special-price {
  color: #e02b27;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box .old-price {
  float: left;
  margin-right: 1rem;
  text-decoration: line-through;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-bottom .price-box .price-container .price, .catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box .price-container .price {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-stock-sku {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view.page-layout-1column .product-info-main .product.attribute.style-code {
  color: #999;
  font-size: 14px;
  float: right;
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .catalog-product-view.page-layout-1column .product-info-main .product.attribute.style-code {
    padding-top: 0.5rem;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .product.attribute.style-code .type {
  display: inline-block;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.catalog-product-view.page-layout-1column .product-info-main .product.attribute.style-code .type:after {
  content: ":";
}
.catalog-product-view.page-layout-1column .product-info-main .product.attribute.style-code .value {
  display: inline-block;
}
.catalog-product-view.page-layout-1column .product-info-main .product-reviews-summary {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  float: none;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 1rem 0;
  width: 100%;
}
.catalog-product-view.page-layout-1column .product-info-main .product-reviews-summary .reviews-actions {
  font-size: 16px;
  margin-top: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-reviews-summary .reviews-actions a {
  color: #492A80;
}
.catalog-product-view.page-layout-1column .product-info-main .product-reviews-summary .reviews-actions a:hover {
  color: #8663C0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-add-form {
  padding: 1.5rem 0 0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-add-form form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart {
  width: 100%;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media (max-width: 479px) {
  .catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0.5rem;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper > .fieldset {
  display: flex;
  flex-direction: column;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-colour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 1rem;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-colour .colour-size-title {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-colour a {
  margin-right: 1rem;
  margin-bottom: 1rem;
  height: 32px;
  width: 32px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-colour img {
  border-radius: 3px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-colour .selected {
  border: 4px solid #999;
  border-radius: 3px;
  position: relative;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-colour .selected img {
  border-radius: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-colour .selected:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 1.2rem;
  content: "a";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0) rotate(180deg);
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-attribute.color {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-opt {
  margin: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-attribute-options {
  margin-top: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  height: auto;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option:not(.disabled):hover {
  border: 1px solid #ccc;
  outline: none;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option.text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 1rem 1rem 0;
  min-width: 40px;
  max-width: 140px;
  padding: 0.5rem 1rem;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option.text:last-child {
  margin-right: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option.selected {
  border: 4px solid #999;
  border-radius: 3px;
  outline: none;
  overflow: visible;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option.selected:hover {
  border: 4px solid #999;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option.selected:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 1.2rem;
  content: "a";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0) rotate(180deg);
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option.disabled, .catalog-product-view.page-layout-1column .product-info-main .swatch-option.oos {
  color: #999;
  overflow: hidden;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option.disabled:before, .catalog-product-view.page-layout-1column .product-info-main .swatch-option.disabled:after, .catalog-product-view.page-layout-1column .product-info-main .swatch-option.oos:before, .catalog-product-view.page-layout-1column .product-info-main .swatch-option.oos:after {
  background: rgba(112, 92, 143, 0.75);
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 150%;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option.disabled:before, .catalog-product-view.page-layout-1column .product-info-main .swatch-option.oos:before {
  right: -11px;
  transform: rotate(-31deg);
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-option.disabled:after, .catalog-product-view.page-layout-1column .product-info-main .swatch-option.oos:after {
  left: -11px;
  transform: rotate(31deg);
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-attribute.size .swatch-attribute-label {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .swatch-attribute.size .swatch-attribute-selected-option {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .product-size-notice {
  display: inline-block;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 479px) {
  .catalog-product-view.page-layout-1column .product-info-main .product-size-notice {
    margin-bottom: 0.5rem;
    text-align: left;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .field.qty {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-bottom {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media (max-width: 479px) {
  .catalog-product-view.page-layout-1column .product-info-main .product-options-bottom {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .box-tocart {
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .catalog-product-view.page-layout-1column .product-info-main .box-tocart {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .box-tocart .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
@media (max-width: 479px) {
  .catalog-product-view.page-layout-1column .product-info-main .box-tocart .actions {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .box-tocart .towishlist {
  display: block;
  margin-top: 1.5rem;
}
.catalog-product-view.page-layout-1column .product-info-main .box-tocart .action.tocart {
  margin: 0 2rem 0 0;
  padding-left: 0;
  padding-right: 0;
  width: 160px;
}
.catalog-product-view.page-layout-1column .product-info-main .box-tocart .action.tocart span:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "k";
  padding-left: 0.5rem;
  text-transform: lowercase;
  vertical-align: bottom;
}
.catalog-product-view.page-layout-1column .product-info-main .box-tocart .action.tocart:hover span:after {
  padding-left: 1.5rem;
}
.catalog-product-view.page-layout-1column .product-info-main .box-tocart #instant-purchase {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view.page-layout-1column .product-info-main .current-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 479px) {
  .catalog-product-view.page-layout-1column .product-info-main .current-selection {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .selected-size:empty {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view.page-layout-1column .product-info-main .selected-size:after {
  content: "|";
  padding: 0 0.5rem;
}
.catalog-product-view.page-layout-1column .product-info-main .stock-info {
  margin-left: 2rem;
}
.catalog-product-view.page-layout-1column .product-info-main .stock-info.restock-in {
  color: #e02b27;
}
.catalog-product-view.page-layout-1column .product-info-main .product-social-links {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view.page-layout-1column .product-info-main .product.description {
  margin-bottom: 2rem;
}
.catalog-product-view.page-layout-1column .product-info-main .product.description ul {
  padding: 0 0 0 2rem;
  margin-top: 1rem;
}
.catalog-product-view.page-layout-1column .product-info-main .product-popups-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view.page-layout-1column .product-info-main .product-popup-link {
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}
.catalog-product-view.page-layout-1column .product-info-main .product-popup-link span {
  color: #333;
  cursor: pointer;
  line-height: 30px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-popup-link span:hover {
  color: #786698;
}
.catalog-product-view.page-layout-1column .product-info-main .product-popup-link span:before {
  content: "";
  display: inline-block;
  margin-right: 0.6rem;
  height: 30px;
  width: 30px;
  vertical-align: bottom;
}
.catalog-product-view.page-layout-1column .product-info-main .product-popup-link.careguide-popup-link span:before {
  background-image: url("../images/icons/care-guide-icon.svg");
}
.catalog-product-view.page-layout-1column .product-info-main .product-popup-link.sizeguide-popup-link span:before {
  background-image: url("../images/icons/size-guide-icon.svg");
}
.catalog-product-view.page-layout-1column .product-info-main .product-popup-link.delivery-popup-link span:before {
  background-image: url("../images/icons/delivery-icon.svg");
}
.catalog-product-view.page-layout-1column .product-info-main .reviews-container {
  border: 1px solid #eee;
  margin-top: 2rem;
}
.catalog-product-view.page-layout-1column .product-info-main #tab-label-reviews {
  color: #333;
  cursor: pointer;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 2.5rem 3.5rem;
  position: relative;
}
.catalog-product-view.page-layout-1column .product-info-main #tab-label-reviews:after {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "g";
  display: inline-block;
  font-weight: bold;
  right: 40px;
  text-transform: lowercase;
}
.catalog-product-view.page-layout-1column .product-info-main #tab-label-reviews.active:after {
  content: "";
}
.catalog-product-view.page-layout-1column .product-info-main .reviews-content {
  border-top: 1px solid #eee;
  display: none;
  padding: 3rem 3.5rem;
}
.catalog-product-view.page-layout-1column .product-info-main .reviews-content .review-add-toggle {
  float: left;
}
.catalog-product-view.page-layout-1column .product-info-main .reviews-content .product-reviews-summary {
  border: none;
  float: right;
  padding: 0.3rem 0 0;
  width: auto;
}
.catalog-product-view.page-layout-1column .product-info-main .reviews-content .product-reviews-summary .rating-summary {
  margin-right: 1rem;
}
@media (max-width: 479px) {
  .catalog-product-view.page-layout-1column .product-info-main .reviews-content .product-reviews-summary .rating-summary {
    display: none;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .reviews-content .product-reviews-summary .reviews-actions {
  margin-right: 0;
}
@media (max-width: 767px) {
  .catalog-product-view.page-layout-1column .product-info-main .reviews-content .product-reviews-summary .reviews-actions {
    display: none;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .reviews-content .product-reviews-summary.empty span {
  display: block;
  margin-top: 0.4rem;
}
@media (max-width: 479px) {
  .catalog-product-view.page-layout-1column .product-info-main .reviews-content .product-reviews-summary.empty span {
    display: none;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .review-add {
  clear: both;
  display: none;
  padding-top: 3rem;
}
.catalog-product-view.page-layout-1column .product-info-main .review-add .review-form {
  max-width: 100%;
}
.catalog-product-view.page-layout-1column .product-info-main .review-add h5 {
  text-transform: uppercase;
}
.catalog-product-view.page-layout-1column .product-info-main .review-add .fieldset {
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.catalog-product-view.page-layout-1column .product-info-main .review-add .review-field-rating {
  margin-bottom: 1rem;
  position: relative;
}
.catalog-product-view.page-layout-1column .product-info-main .review-add .review-field-rating:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .catalog-product-view.page-layout-1column .product-info-main .review-add .review-field-ratings > .label {
    margin-bottom: 2rem;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .review-add .review-field-rating > label {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .catalog-product-view.page-layout-1column .product-info-main .review-add .review-field-rating > label {
    float: left;
    padding-top: 1.6rem;
  }
}
@media (min-width: 768px) {
  .catalog-product-view.page-layout-1column .product-info-main .review-add .review-field-rating .control {
    position: absolute;
    right: 0;
    width: 210px;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .review-add .review-control-vote {
  overflow: visible;
}
.catalog-product-view.page-layout-1column .product-info-main .review-add .review-form .actions-toolbar .primary {
  float: right;
}
.catalog-product-view.page-layout-1column .product-info-main .review-add .review-form .action.submit.primary {
  background: #786698;
  border: 1px solid #786698;
  border-radius: 4px;
  color: #ffffff;
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.catalog-product-view.page-layout-1column .product-info-main .review-add .review-form .action.submit.primary:hover, .catalog-product-view.page-layout-1column .product-info-main .review-add .review-form .action.submit.primary:focus, .catalog-product-view.page-layout-1column .product-info-main .review-add .review-form .action.submit.primary:active {
  background: #8663C0;
  border: 1px solid #8663C0;
}
.catalog-product-view.page-layout-1column .product-info-main .reviews-data {
  clear: both;
}
.catalog-product-view.page-layout-1column .product-info-main .review-list {
  padding-top: 0.1rem;
}
.catalog-product-view.page-layout-1column .product-info-main .items.review-items {
  border-top: 1px solid #eee;
  margin-top: 2rem;
}
.catalog-product-view.page-layout-1column .product-info-main .review-item {
  padding: 4rem 0 2rem;
}
.catalog-product-view.page-layout-1column .product-info-main .review-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.catalog-product-view.page-layout-1column .product-info-main .review-top-section .review-ratings {
  float: none;
}
@media (max-width: 479px) {
  .catalog-product-view.page-layout-1column .product-info-main .review-top-section .review-ratings {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 479px) {
  .catalog-product-view.page-layout-1column .product-info-main .review-top-section .review-details {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .review-top-section .review-author, .catalog-product-view.page-layout-1column .product-info-main .review-top-section .review-date {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.catalog-product-view.page-layout-1column .product-info-main .review-top-section .rating-label {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}
.catalog-product-view.page-layout-1column .product-info-main .review-title {
  margin: 3rem 0 2rem;
}
@media (max-width: 479px) {
  .catalog-product-view.page-layout-1column .product-info-main .review-title {
    margin-top: 2rem;
  }
}
.catalog-product-view .product-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 1.5rem;
}
.catalog-product-view .products-grid .product-item {
  margin: 0;
  padding: 0 1.5rem;
  text-align: center;
  width: auto;
}
.catalog-product-view .products-grid .product-item-name {
  font-size: 14px;
}
.catalog-product-view .products-grid .product-item-info:hover {
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .catalog-product-view .products-grid .product-item-info:hover {
    border: none;
  }
}
.catalog-product-view .product-item .price-box {
  margin: 1rem 0;
}
.catalog-product-view .block.related, .catalog-product-view .block.upsell {
  padding: 3rem 0;
}
.catalog-product-view .block.related .block-title, .catalog-product-view .block.upsell .block-title {
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}
.catalog-product-view .block.related {
  border: 1px solid #eee;
  margin-bottom: 0;
  margin-top: 2rem;
}
.catalog-product-view .block.related .products-grid .product-item {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: calc(33.333% - 30px);
}
@media (max-width: 479px) {
  .catalog-product-view .block.related .products-grid .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.catalog-product-view .block.related .related-available .product-item-name {
  margin-left: 0;
}
.catalog-product-view .block.upsell {
  background: #ffffff;
  margin: 3rem 0 0;
}
.catalog-product-view .block.upsell .products-grid .product-item {
  -webkit-flex-basis: 16.666%;
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
  max-width: calc(16.666% - 30px);
}
@media (max-width: 991px) {
  .catalog-product-view .block.upsell .products-grid .product-item {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: calc(33.333% - 30px);
  }
}
@media (max-width: 767px) {
  .catalog-product-view .block.upsell .products-grid .product-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: calc(50% - 30px);
  }
}
.catalog-product-view .product-popup-modal .modal-footer {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view .careguide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .catalog-product-view .careguide-container {
    padding-bottom: 2rem;
  }
}
.catalog-product-view .careguide-content-image {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .catalog-product-view .careguide-content-image {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.catalog-product-view .careguide-content-details {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .catalog-product-view .careguide-content-details {
    padding-left: 0;
    padding-right: 0;
  }
}
.catalog-product-view .careguide-content-details h4 {
  text-transform: uppercase;
}
.catalog-product-view .careguide-content-details .care-guide-icons {
  border-top: 1px solid #eee;
  margin-top: 3rem;
  margin-bottom: 0;
  padding: 2rem 0 0;
}
.catalog-product-view .careguide-content-details .care-guide-icons li {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  margin-right: 4rem;
  margin-bottom: 2rem;
}
.catalog-product-view .careguide-content-details .care-guide-icons li:before {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 1rem;
  vertical-align: middle;
}
.catalog-product-view .careguide-content-details .care-guide-icons li.do-not-tumble-dry:before {
  background-image: url("../images/icons/icon-no-tumble-dry.svg");
}
.catalog-product-view .careguide-content-details .care-guide-icons li.cool-iron-only:before {
  background-image: url("../images/icons/icon-cool-iron-only.svg");
}
.catalog-product-view .sizeguide-popup-modal .modal-inner-wrap {
  border-bottom: 70px solid #ffffff;
  height: 90%;
}
.catalog-product-view .sizeguide-popup-modal .modal-inner-wrap .modal-content {
  overflow: auto;
  margin-right: 3rem;
}
.catalog-product-view .sizeguide-popup-modal .modal-inner-wrap .modal-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.catalog-product-view .sizeguide-popup-modal .modal-inner-wrap .modal-content::-webkit-scrollbar:vertical {
  width: 8px;
}
.catalog-product-view .sizeguide-popup-modal .modal-inner-wrap .modal-content::-webkit-scrollbar:horizontal {
  height: 8px;
}
.catalog-product-view .sizeguide-popup-modal .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background-color: #492A80;
}
.catalog-product-view .sizeguide-popup-modal .modal-inner-wrap .modal-content::-webkit-scrollbar-track {
  background: #eee;
}
.catalog-product-view .sizeguide-popup-modal .modal-inner-wrap .modal-content::-webkit-scrollbar:vertical {
  width: 8px;
}
.catalog-product-view .sizeguide-popup-modal .modal-inner-wrap .modal-content::-webkit-scrollbar:horizontal {
  display: none;
}
@media (max-width: 767px) {
  .catalog-product-view .sizeguide-popup-modal .modal-inner-wrap .modal-content {
    margin-right: 2rem;
  }
}
.catalog-product-view .sizeguide-popup-content {
  overflow: auto;
}
.catalog-product-view .sizeguide-popup-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.catalog-product-view .sizeguide-popup-content::-webkit-scrollbar:vertical {
  width: 8px;
}
.catalog-product-view .sizeguide-popup-content::-webkit-scrollbar:horizontal {
  height: 8px;
}
.catalog-product-view .sizeguide-popup-content::-webkit-scrollbar-thumb {
  background-color: #492A80;
}
.catalog-product-view .sizeguide-popup-content::-webkit-scrollbar-track {
  background: #eee;
}
.catalog-product-view .sizeguide-popup-content::-webkit-scrollbar:vertical {
  display: none;
}
.catalog-product-view .sizeguide-popup-content::-webkit-scrollbar:horizontal {
  height: 8px;
}
.catalog-product-view .sizeguide-popup-content > p {
  display: none;
}
.catalog-product-view .sizeguide-popup-content h4 {
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}
.catalog-product-view .sizeguide-popup-content table {
  background-color: #eee;
  font-size: 14px;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
.catalog-product-view .sizeguide-popup-content tr:first-child {
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
}
.catalog-product-view .sizeguide-popup-content td {
  border: 3px solid white;
}
/* ==============================
  PDP - Body Class for Giftcard only
============================== */
.catalog-product-view.product-giftcard-gcall-std .product-info-colour, .catalog-product-view.product-giftcard-gcall-std .product-reviews-summary, .catalog-product-view.product-giftcard-gcall-std .product-popups-container, .catalog-product-view.product-giftcard-gcall-std .reviews-container {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view.product-giftcard-gcall-std .product-info-main .product-add-form {
  border-bottom: 0;
  margin-bottom: 0;
}
.catalog-product-view.product-giftcard-gcall-std .product-info-main .product-add-form .box-tocart {
  flex: 1;
  padding-top: 9rem;
  width: auto;
}
@media (max-width: 1199px) {
  .catalog-product-view.product-giftcard-gcall-std .product-info-main .product-add-form .box-tocart {
    padding-top: 11.5rem;
  }
}
@media (max-width: 767px) {
  .catalog-product-view.product-giftcard-gcall-std .product-info-main .product-add-form .box-tocart {
    flex-basis: 100%;
    padding-top: 0;
  }
}
.catalog-product-view.product-giftcard-gcall-std .giftcard-info {
  flex: 1;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .catalog-product-view.product-giftcard-gcall-std .giftcard-info {
    flex-basis: 100%;
    margin-top: 2rem;
    order: 2;
  }
}
.catalog-product-view.product-giftcard-gcall-std .giftcard-info .stock {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view.product-giftcard-gcall-std .giftcard-info .giftcard-fieldset h2 {
  font-size: 24px;
  margin-bottom: 1rem;
}
.catalog-product-view.product-giftcard-gcall-std .giftcard-info h3 {
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
}
.catalog-product-view.product-giftcard-gcall-std .giftcard-info .step-label:first-of-type hr {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalog-product-view.product-giftcard-gcall-std .giftcard-info #card-amount {
  margin-bottom: 1rem;
}
.catalog-product-view.product-giftcard-gcall-std .giftcard-info textarea {
  min-height: 100px;
}
.catalog-product-view.product-giftcard-gcall-std .product-info-main .product.description {
  border-bottom: 1px solid #eee;
}
/* ==============================

  !!!

  PLP PRODUCT ITEMS
  - Styling for the product grid is in layout/products/_product-grid.scss

  !!!

============================== */
/* ==============================
  PLP CATEGORY IMAGE & DESCRIPTION
============================== */
.category-view {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .category-view {
    min-height: 150px;
  }
}
.category-cms, .category-image, .category-description {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .category-cms, .category-image, .category-description {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.category-image .image {
  margin-left: auto;
  margin-right: auto;
}
.category-info {
  background: rgba(255, 255, 255, 0.5);
  max-width: 600px;
  padding: 1.5rem;
  position: absolute;
  top: 30px;
  left: 50px;
}
@media (max-width: 1360px) {
  .category-info {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .category-info {
    top: 10px;
  }
}
@media (max-width: 991px) {
  .category-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    max-width: 100%;
  }
}
.category-info h1 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .category-info h1 {
    font-size: 24px;
  }
}
.category-info p {
  margin-bottom: 0;
}
.refine-products-container {
  bottom: 10px;
  left: 20px;
  position: absolute;
}
@media (max-width: 991px) {
  .refine-products-container {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .refine-products-container {
    bottom: -50px;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }
  .refine-products-container .action.primary {
    border-radius: 0;
    height: 50px;
    width: 100%;
  }
}
/* ==============================
  PLP LAYOUT
============================== */
.page-products .page-main {
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  background-color: #eee;
  max-width: 100%;
}
.page-products .page-main > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1300px;
}
@media (max-width: 767px) {
  .page-products .page-main {
    padding-top: 8rem;
  }
}
.page-products .columns {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .page-products .column.main {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-products .sidebar-main {
    margin-top: -8rem;
  }
}
@media (max-width: 1199px) {
  .page-products .sidebar-main {
    height: 100%;
    left: -100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 0;
    padding: 0;
  }
}
.off-canvas-open .sidebar-main {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  left: 0;
  width: 400px;
  z-index: 99;
}
/* ==============================
  PLP TOP TOOLBAR
============================== */
.page-products .toolbar-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 3rem;
}
.page-products .toolbar-products .modes {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.page-products .toolbar-products select {
  background-color: #ffffff;
  min-height: 1px;
}
.page-products .toolbar-products .toolbar-amount {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
  padding: 0;
}
.page-products .toolbar-products .limiter {
  display: block;
  text-align: left;
}
@media (max-width: 479px) {
  .page-products .toolbar-products .limiter .limiter-text {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.page-products .toolbar-products .limiter-options {
  margin-left: 0;
}
.page-products .toolbar-products .sorter {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  right: 0;
  text-align: right;
}
.page-products .toolbar-products .sorter-action:before {
  display: inline-block;
  margin-top: -0.5rem;
}
/* ==============================
  PLP BOTTOM TOOLBAR
============================== */
.products.wrapper ~ .toolbar {
  margin-bottom: 0;
}
.products.wrapper ~ .toolbar .limiter {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.products.wrapper ~ .toolbar .pages {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.products.wrapper ~ .toolbar .pages strong.page {
  background: #ffffff;
}
.products.wrapper ~ .toolbar .pages a.page:hover, .products.wrapper ~ .toolbar .pages a.page:focus, .products.wrapper ~ .toolbar .pages a.page:active, .products.wrapper ~ .toolbar .pages .action:hover {
  background: #ffffff;
}
/* ==============================
  PLP SIDEBAR MAIN
============================== */
.page-products .sidebar-main .hide-filters {
  cursor: pointer;
  font-style: italic;
  padding: 1rem;
  text-align: right;
}
@media (max-width: 767px) {
  .page-products .sidebar-main .hide-filters {
    padding: 1rem 1rem 1rem 1.5rem;
    text-align: left;
  }
}
.page-products .sidebar-main .hide-filters span {
  font-style: normal;
  margin-right: 1.5rem;
}
.page-products .sidebar-main .filter-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.5);
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .page-products .sidebar-main .filter-title {
    background: #eee;
  }
}
.page-products .sidebar-main .filter.active .filter-title {
  border: none;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.page-products .sidebar-main .filter-content {
  background: #ffffff;
  padding-bottom: 1rem;
}
.page-products .sidebar-main .filter-actions {
  margin: 0;
}
.page-products .sidebar-main .filter .filter-current-subtitle {
  font-weight: 400;
  padding: 3rem 1rem 1rem;
  text-align: center;
  text-transform: uppercase;
}
.page-products .sidebar-main .filter-current {
  border: none;
  margin: 0;
}
.page-products .sidebar-main .filter-current .filter-current-subtitle:before {
  display: none;
}
.page-products .sidebar-main .filter-current .items {
  padding: 0 1rem;
}
.page-products .sidebar-main .filter-current .item {
  background: #eee;
  font-size: 14px;
  padding: 1rem;
}
.page-products .sidebar-main .filter-current .filter-label {
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
}
.page-products .sidebar-main .filter-current .filter-value {
  color: #555;
}
.page-products .sidebar-main .filter-current .action.remove {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: auto;
  right: 10px;
}
.page-products .sidebar-main .filter-subtitle {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.page-products .sidebar-main .filter-options {
  display: block;
}
.page-products .sidebar-main .filter.active .filter-options {
  background: transparent;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}
.page-products .sidebar-main .filter-options-item {
  border: none;
  padding: 0;
}
.page-products .sidebar-main .filter-options-title {
  border: none;
  border-bottom: 1px solid #eee;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 1.5rem;
}
.page-products .sidebar-main .filter-options-title:before {
  font-family: "icomoon-brora";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "8";
  display: inline-block;
  margin-right: 1rem;
}
.page-products .sidebar-main .filter-options-title:after {
  display: none;
}
.page-products .sidebar-main .filter-options-item.active .filter-options-title:before {
  transform: rotate(90deg);
}
.page-products .sidebar-main .filter-options-content {
  padding: 1rem 1rem 1rem 1.5rem;
}
.page-products .sidebar-main .filter-options-item .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-products .sidebar-main .filter-options-item .item {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  margin: 0;
  padding: 1.5rem 0.5rem 1.5rem 0;
}
.page-products .sidebar-main .filter-options-item .item a {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 3rem;
}
.page-products .sidebar-main .filter-options-item .item a:before {
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: inline-block;
  float: left;
  margin-left: -3rem;
  height: 20px;
  width: 20px;
  vertical-align: sub;
}
.page-products .sidebar-main .filter-options-item .item a:hover {
  background-color: transparent;
  color: #555;
}
.page-products .sidebar-main .filter-options-item .item.selected a {
  opacity: 0.5;
}
.page-products .sidebar-main .filter-options-item .item.selected a:before {
  font-family: "luma-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  line-height: 18px;
  padding-left: 2px;
}
.page-products .sidebar-main .filter-options .filter-options-item.category-filter .filter-options-title {
  background: #FAFAFB;
  pointer-events: none;
}
.page-products .sidebar-main .filter-options .filter-options-item.category-filter .filter-options-title:before {
  display: none;
}
.page-products .sidebar-main .filter-options .filter-options-item.category-filter .item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 1rem 0;
}
.page-products .sidebar-main .filter-options .filter-options-item.category-filter a {
  font-size: 16px;
  padding: 0;
}
.page-products .sidebar-main .filter-options .filter-options-item.category-filter a:hover {
  color: #786698;
}
.page-products .sidebar-main .filter-options .filter-options-item.category-filter a:before {
  display: none;
}
/* ==============================
  PLP SIDEBAR ADDITIONAL
============================== */
.page-products .sidebar-additional {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.rating-summary .rating-result > span:before {
  color: #492A80;
}
.review-control-vote label:before, .review-control-vote label:hover:before {
  color: #492A80;
}
.MagicToolboxContainer .main-area-container {
  position: relative;
}
.MagicToolboxContainer .main-area-container .mt-arrow {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  margin: 0 0.75rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  color: #fff;
  font: 900 18px/32px magictoolbox-thin;
  text-decoration: none;
}
.MagicToolboxContainer .main-area-container .mt-arrow.next {
  right: 0;
}
.MagicToolboxContainer .main-area-container .mt-arrow.prev {
  left: 0;
}
.MagicToolboxContainer .MagicScroll .mcs-item img {
  border-bottom: none !important;
}
/* ==============================
  PDP - Body Class
============================== */
.catalog-product-view .columns .column.main #reviews > .reviews-content {
  display: none;
}
.catalog-product-view .columns .column.main .yotpoBottomLine {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  cursor: pointer;
  font-family: "BrandonGrotesque-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0;
  width: auto;
}
.catalog-product-view .columns .column.main .yotpoBottomLine .yotpo.bottomLine {
  margin: 0;
  padding: 0;
}
.catalog-product-view .columns .column.main .yotpoBottomLine .yotpo.bottomLine .yotpo-stars .sr-only {
  clip: auto;
  height: auto;
  margin: 0;
  position: inherit;
  overflow: inherit;
  width: auto;
  position: static;
}
.catalog-product-view .columns .column.main .yotpoBottomLine .yotpo.bottomLine .yotpo-stars .sr-only:before {
  content: "(";
  display: inline;
}
.catalog-product-view .columns .column.main .yotpoBottomLine .yotpo.bottomLine .yotpo-stars .sr-only:after {
  content: ") Read Reviews";
  display: inline;
}
.catalog-product-view .columns .column.main .yotpoBottomLine .yotpo.bottomLine .text-m {
  display: none;
}
.catalog-product-view .columns .column.main .yotpo.yotpo-main-widget {
  order: 4;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #eee;
  padding: 2rem;
  margin: 2rem auto;
}
.catalog-product-view .columns .column.main .yotpo.yotpo-main-widget .main-widget.yotpo-display-wrapper .yotpo-label-container {
  border-top: none;
  border-bottom: none;
}
.catalog-product-view .columns .column.main .yotpo.yotpo-main-widget .main-widget.yotpo-display-wrapper form {
  margin-top: 2rem;
}
.catalog-product-view .columns .column.main > b:first-child {
  order: 4;
  width: 100%;
  max-width: 100%;
}
.catalogsearch-result-index .breadcrumbs, .catalogsearch-result-index .sub-search-for-content {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.catalogsearch-result-index .page-title-wrapper {
  background-image: url("../images/header-backgrounds/sky-background.png");
  background-size: cover;
  background-position: center center;
  height: 230px;
  position: relative;
  text-align: center;
}
.catalogsearch-result-index .page-title-wrapper .page-title {
  font-size: 42px;
  font-size: 4.2rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  margin-bottom: 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  top: 30%;
  width: 100%;
}
@media (max-width: 767px) {
  .catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
/* ==============================
  VES GLOBAL STYLING
============================== */
.ves-inner button {
  background: #492A80;
  color: #ffffff;
}
.ves-inner button:hover {
  background: #8663C0;
}
.ves-inner input[type=checkbox] {
  margin-right: 0.5rem;
}
.ves-full-width {
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  overflow: hidden;
}
.ves-full-width-columns {
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  overflow: hidden;
}
.ves-full-width-columns .ves-container {
  padding-bottom: 3rem;
}
.ves-full-width-columns .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .ves-full-width-columns .container-fluid .row-inner > * {
    padding-bottom: 3rem;
  }
  .ves-full-width-columns .container-fluid .row-inner > *:last-child {
    padding-bottom: 0;
  }
}
.ves-full-width-columns .container-fluid .ves-full-width-image {
  margin-left: -3rem;
  margin-right: -3rem;
}
.widget-socialshare {
  background: #eee;
  margin: 2rem 0;
  padding: 2rem 2rem 1rem;
}
.widget-socialshare .block-content:after {
  content: "";
  display: table;
  clear: both;
}
.widget-socialshare .block-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-socialshare .block-content li {
  margin: 0;
  padding: 0 2rem 1rem 0;
}
.widget-socialshare .block-content .fa:before {
  margin-right: 1rem;
}
.widget-socialshare .block-content .fa:after {
  display: inline-block;
  font-family: "BrandonGrotesque-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.widget-socialshare .block-content .fa-facebook:after {
  content: "Share on Facebook";
}
.widget-socialshare .block-content .fa-twitter:after {
  content: "Share on Twitter";
}
.widget-socialshare .block-content .fa-google-plus:after {
  content: "Share on Google Plus";
}
.widget-socialshare .block-content .fa-pinterest:after {
  content: "Share on Pinterest";
}
.widget-socialshare .block-content .fa-linkedin:after {
  content: "Share on LinkedIn";
}
/* ==============================
  ALL CAROUSELS
============================== */
.desktop-carousel {
  clip: auto;
  height: auto;
  margin: 0;
  position: inherit;
  overflow: inherit;
  width: auto;
}
@media (max-width: 767px) {
  .desktop-carousel {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.mobile-carousel {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media (max-width: 767px) {
  .mobile-carousel {
    clip: auto;
    height: auto;
    margin: 0;
    position: inherit;
    overflow: inherit;
    width: auto;
  }
}
.owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  bottom: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .owl-theme .owl-dots {
    bottom: 10px;
  }
}
.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  margin: 0 0.25rem;
  height: 6px;
  width: 50px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}
/* ==============================
  HOMEPAGE CAROUSEL
============================== */
.homepage-carousel {
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
}
.homepage-carousel > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1300px;
}
.homepage-carousel [class*="col-"] {
  float: none;
  max-width: 1650px;
  padding-left: 0;
  padding-right: 0;
}
/* ==============================
  VES CAROUSEL
============================== */
.ves-carousel .block {
  margin-bottom: 20px;
}
