@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600%3B700%3B800&display=swap');
/* The above import directives are aggregated from content. */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.cart-summary .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.cart-summary .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.cart.table-wrapper .action.help.map,
.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,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.cart-summary .block .action.check,
.paypal-review-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 {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.cart-summary .block .action.check:visited,
.paypal-review-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.cart.table-wrapper .action.help.map: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,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.cart-summary .block .action.check:hover,
.paypal-review-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: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.cart-summary .block .action.check:active,
.paypal-review-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.cart-summary .block .action.check:hover,
.cart-summary .block .action.check:active,
.cart-summary .block .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.cart-summary .block .action.check.disabled,
.cart-summary .block .action.check[disabled],
fieldset[disabled] .cart-summary .block .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.cart-summary .block .action.check:active,
.cart-summary .block .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.cart-summary .actions-toolbar > .primary button,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.block-compare .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.cart-summary .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar .action.cancel:focus,
.cart-summary .block .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.block-compare .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.cart-summary .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-button-l,
.cart-container .checkout-methods-items .action.primary,
.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,
.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,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.multicheckout .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.multicheckout .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.multicheckout .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.products-list .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.cart.table-wrapper .col.qty .input-text,
.multicheckout .table-wrapper .col .qty .input-text,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.account .data.table-return-items .qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.customer-review .product-details,
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link {
  color: #1979c3;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.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 {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.field.street .field.additional .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field .control._with-tooltip,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #999999;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.abs-discount-block .block > .title,
.cart-summary .block .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block .block > .title > span,
.paypal-review-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block .block,
.paypal-review-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block .block > .title:after,
.paypal-review-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .block .content,
.paypal-review-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block .block.active .content,
.paypal-review-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.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,
.account .legend,
.multicheckout .block-title,
.paypal-review .block .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,
.account .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.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,
.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,
.account .legend > strong,
.account .legend > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .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,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.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,
.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: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.abs-account-blocks .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar .subtitle,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.cart-summary .block .block > .title strong,
.paypal-review-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.cart-summary .block .actions-toolbar,
.paypal-review-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.cart-summary .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.cart-summary .block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.cart-summary .block .action.check,
.paypal-review-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.cart-summary .block .fieldset,
.paypal-review-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.cart-summary .block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.cart-summary .block .field,
.paypal-review-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Magedirect/mws/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Magedirect/mws/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Magedirect/mws/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Magedirect/mws/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Magedirect/mws/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Magedirect/mws/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Magedirect/mws/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Magedirect/mws/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Magedirect/mws/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url('../../frontend/Magedirect/mws/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 1px solid #cccccc;
  height: 32px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Magedirect/mws/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Magedirect/mws/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action {
  border-radius: 3px;
}
button:not(.primary),
.cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button:not(.primary):active,
.cart.table-wrapper .actions-toolbar > .action:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus,
body:not(._keyfocus) .cart.table-wrapper .actions-toolbar > .action:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 1899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 1900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 1900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Magedirect/mws/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Magedirect/mws/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Magedirect/mws/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Magedirect/mws/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Magedirect/mws/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.aw-customer-attr__file-uploader-area {
  position: relative;
}
.aw-customer-attr__file-uploader-drop-zone {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding-left: 35px;
}
.aw-customer-attr__file-uploader-dragging .aw-customer-attr__file-uploader-drop-zone-inner {
  opacity: 0.4;
}
.aw-customer-attr__file-uploader-drop-zone-inner {
  background: #fff;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.aw-customer-attr__file-uploader-placeholder-text::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iMDVfRHJvcHpvbmUtKENBKS0tLXVwbG9hZGVkIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIgogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-position: 0 0;
  width: 24px;
  height: 21px;
  position: absolute;
  margin-left: -31px;
  display: inline-block;
  content: " ";
}
.aw-customer-attr__file-uploader-spinner::after {
  animation: ellipsis 2s steps(3) infinite;
  content: "...";
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
@keyframes ellipsis {
  0% {
    width: 0;
  }
  75% {
    width: 1.5ch;
  }
  100% {
    width: 2ch;
  }
}
.aw-customer-attr__file-uploader-spinner {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #636363;
  display: none;
}
.aw-customer-attr__file-uploader._loading .aw-customer-attr__file-uploader-spinner {
  display: inline-block;
}
.aw-customer-attr__file-uploader-preview {
  position: relative;
  margin-top: 5px;
  width: 150px;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove {
  cursor: pointer;
  height: 20px;
  position: absolute;
  width: 20px;
  z-index: 3;
  display: block;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 0;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove:before {
  font-size: 2rem;
  line-height: inherit;
  color: #9e9e9e;
  content: 'X';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-customer-attr__file-uploader-preview .actions .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-customer-attr__file-uploader-preview .title {
  width: 80%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#checkout select[multiple] {
  height: auto;
  background-image: none;
}
.form-edit-account .fieldset.additional_info .field-recaptcha {
  float: left;
}
.onestepcheckout-index-index .aw-button-simple {
  position: relative;
  box-sizing: border-box;
  min-width: 150px;
  min-height: 32px;
  color: #12578c;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.onestepcheckout-index-index .aw-button-simple:focus,
.onestepcheckout-index-index .aw-button-simple:hover {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .aw-button-simple__plus {
  padding-left: 24px;
}
.onestepcheckout-index-index .aw-button-simple__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 2px;
  background-color: #12578c;
}
.onestepcheckout-index-index .aw-button-simple__plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 8px;
  background-color: #12578c;
}
.onestepcheckout-index-index .new-shipping-address-form .aw-button-simple {
  margin-left: 5px;
}
.onestepcheckout-index-index .stripe-icon-container img {
  display: inline-block !important;
}
.onestepcheckout-index-index .stripe-icon-container.right {
  top: -0.15em !important;
}
.onestepcheckout-index-index .stripe-icon-container img.stripe-icon {
  top: 0.2rem !important;
}
.onestepcheckout-index-index .stripe-payments-brand {
  margin-left: -49px !important;
}
.onestepcheckout-index-index .payment-method.stripe-payments._active .stripe-payments-card-form {
  overflow: inherit;
}
.onestepcheckout-index-index .payment-method.stripe-payments .stripe-payments-card-form {
  overflow: hidden;
}
.onestepcheckout-index-index #adyen-cc-form .adyen-checkout__field {
  padding: 5px;
}
.onestepcheckout-index-index #adyen-cc-form .adyen-checkout__card__cvc__hint__wrapper {
  right: 5px;
}
.onestepcheckout-index-index message.message-error.hpp-message {
  display: none;
}
.onestepcheckout-index-index #payment_form_anet_creditcard input[type="number"] {
  -moz-appearance: textfield;
}
.onestepcheckout-index-index .payment-method-aw_nmi .form {
  padding-top: 10px;
}
.onestepcheckout-index-index .payment-method-aw_nmi .payment-method-content .hosted-error {
  width: 35rem;
}
.onestepcheckout-index-index .payment-method-aw_nmi .payment-method-content .control {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}
.onestepcheckout-index-index .payment-method-aw_nmi .payment-method-content .control._with-tooltip {
  width: 10rem;
}
.onestepcheckout-index-index .payment-method-aw_nmi .payment-method-content .label {
  bottom: 0 !important;
}
.onestepcheckout-index-index .payment-method-aw_nmi .payment-method-content .label[for="aw_nmi_enable_vault"] {
  transform: none !important;
  -webkit-transform: none !important;
  font-size: 100% !important;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-title,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-title,
.onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-content,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-content {
  margin-bottom: 0;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-title,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-title {
  font-weight: 500;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .actions-toolbar .action,
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .actions-toolbar .action {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333333;
  margin-right: 0;
  background-color: #EDEDED;
  border-color: #D1D1D1;
}
.onestepcheckout-index-index .opc-payment-additional.customerbalance .actions-toolbar .action {
  padding: 8px 16px;
}
.onestepcheckout-index-index .opc-payment-additional.rewardpoints .actions-toolbar .action {
  padding: 8px;
}
.onestepcheckout-index-index .customerbalance + .rewardpoints {
  margin-top: 8px;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown {
  position: fixed;
  z-index: 900;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap {
  margin: auto;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content form .fieldset {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content form .fieldset .captcha-reload {
  position: relative;
  bottom: -10px;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content form .fieldset .field.captcha > .label {
  top: 4px;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .modal-header .action-close {
  padding: 6px;
  width: 26px;
  height: 26px;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .modal-header .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .field-email .label,
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .field-password .label {
  margin: 0;
  bottom: unset;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .fl-label-state .label,
.onestepcheckout-index-index .modal-custom.authentication-dropdown .modal-inner-wrap .fl-label-state .label {
  font-size: 80%;
  transform: translateY(-34px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown._show {
  transform: translate(-50%, -50%) scale(1, 1);
}
@media only screen and (max-width: 1023px) {
  .onestepcheckout-index-index .authentication-dropdown {
    position: fixed;
    left: inherit;
    top: 0;
    max-width: 90%;
    width: 100%;
    right: 0;
    height: 100%;
  }
}
.onestepcheckout-index-index #store-pickup {
  margin-bottom: 24px;
}
.onestepcheckout-index-index #store-pickup #delivery-method-selector {
  display: none;
}
.onestepcheckout-index-index #store-pickup #store-selector .step-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}
.onestepcheckout-index-index #store-pickup #store-selector .form-continue .actions-toolbar > .primary {
  display: none;
}
@font-face {
  font-family: 'aw-osc_icons-font';
  src: url('../../frontend/Magedirect/mws/en_US/Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff2') format('woff2'), url('../../frontend/Magedirect/mws/en_US/Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.onestepcheckout-index-index._has-modal-custom .navigation,
.onestepcheckout-index-index._has-modal-custom .page-header {
  z-index: 1;
}
.onestepcheckout-index-index .nav-toggle {
  display: none !important;
}
.onestepcheckout-index-index .columns.main {
  width: 100%;
}
.onestepcheckout-index-index div.mage-error[generated],
.onestepcheckout-index-index .note {
  margin: 0;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.onestepcheckout-index-index div.mage-error[generated] {
  font-size: 13px;
  color: #8c1d1d;
}
.onestepcheckout-index-index div.mage-success[generated] {
  color: #006400;
  font-size: 1.2rem;
}
.onestepcheckout-index-index .page-title {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .aw-onestep-main div.mage-error[generated] {
  position: relative;
  background-color: #fadbdc;
  margin-top: 5px;
  padding: 12px 20px 12px 45px;
}
.onestepcheckout-index-index .aw-onestep-main div.mage-error[generated]:before {
  content: '!';
  position: absolute;
  left: 10px;
  top: 8px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #fadbdc;
  width: 24px;
  height: 24px;
  background-color: #8c1d1d;
  border-radius: 100%;
}
.onestepcheckout-index-index .aw-onestep-description {
  color: #4d4d4d;
  margin-bottom: 15px;
}
.onestepcheckout-index-index .page-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.onestepcheckout-index-index .page-main .checkout-container {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.43;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.onestepcheckout-index-index .page-main .checkout-container img {
  display: block;
}
.onestepcheckout-index-index .page-main .checkout-container label {
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap;
  padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar .secondary,
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .actions-toolbar .secondary a {
  padding: 0;
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .block-authentication .block[class] .field .control {
  width: 100% !important;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text,
.onestepcheckout-index-index .page-main .checkout-container .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  padding: 0 16px;
  border-radius: 2px;
  min-height: 50px;
  transition: 0.3s;
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text:disabled,
.onestepcheckout-index-index .page-main .checkout-container .select:disabled {
  opacity: 0.5;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::-moz-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::-moz-placeholder {
  color: #c2c2c2;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::-webkit-input-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::-webkit-input-placeholder {
  color: #c2c2c2;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text:-ms-input-placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select:-ms-input-placeholder {
  color: #c2c2c2;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text.mage-error,
.onestepcheckout-index-index .page-main .checkout-container .select.mage-error {
  border: 1px solid #8c1d1d;
}
.onestepcheckout-index-index .page-main .checkout-container .input-text::placeholder,
.onestepcheckout-index-index .page-main .checkout-container .select::placeholder {
  color: #838383;
}
.onestepcheckout-index-index .page-main .checkout-container .select {
  padding-right: 30px;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) 50% !important;
  background-image: url(../../frontend/Magedirect/mws/en_US/Aheadworks_OneStepCheckout/images/arrow_down.svg);
  background-size: 13px !important;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox'],
.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox'] + label:before,
.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] + label:before {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: inline-block;
  float: left;
  margin-right: 7px;
  margin-left: 31px;
  vertical-align: middle;
  margin-top: -3px;
  height: 17px;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox'] + label:before {
  content: '\e903';
  font-family: 'aw-osc_icons-font';
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox']:checked + label:before {
  content: '\e906';
  font-family: 'aw-osc_icons-font';
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox']:disabled + label {
  opacity: .3;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] + label:before {
  content: '\e90a';
  font-family: 'aw-osc_icons-font';
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='radio']:checked + label:before {
  content: '\e909';
  font-family: 'aw-osc_icons-font';
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .checkout-container input[type='radio']:disabled + label {
  opacity: .3;
}
.onestepcheckout-index-index .page-main .checkout-container th.mark {
  font-weight: normal;
}
.onestepcheckout-index-index .page-main .checkout-container .field-tooltip {
  right: 5px;
  top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .field-tooltip-action:before {
  font-size: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .field-phone .field-tooltip {
  top: 25%;
  bottom: 10px;
  transform: translateY(0);
  z-index: 1;
}
.onestepcheckout-index-index .page-main .checkout-container .control {
  width: 100%;
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .field {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required > .control > .label:first-of-type > span:first-child:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .control > .label:first-of-type > span:first-child:after,
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label:first-of-type > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label:first-of-type > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label.short > span:first-of-type:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label.short > span:first-of-type:after {
  content: '*';
  color: #8c1d1d;
  font-size: 1.2rem;
  margin: -2px 0 0 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required > .label:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required > .label:after {
  content: none;
}
.onestepcheckout-index-index .page-main .checkout-container .field._required legend.label span:after,
.onestepcheckout-index-index .page-main .checkout-container .field.required legend.label span:after {
  content: '';
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .field._error .input-text,
.onestepcheckout-index-index .page-main .checkout-container .field._error .select {
  border: 1px solid #8c1d1d;
}
.onestepcheckout-index-index .page-main .checkout-container .field.addresses {
  margin: auto;
  width: calc(100% - 10px);
}
.onestepcheckout-index-index .page-main .checkout-container .field.choice {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .field-row,
.onestepcheckout-index-index .page-main .checkout-container fieldset.field.street .control {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.onestepcheckout-index-index .page-main .checkout-container .fl-placeholder-state .label,
.onestepcheckout-index-index .page-main .checkout-container .fl-label-state .label,
.onestepcheckout-index-index .page-main .checkout-container fieldset .field .label {
  color: #838383;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  max-height: 44px;
  pointer-events: none;
  position: absolute;
  width: calc(100% - 10px);
  z-index: 1;
  padding: 0;
  padding-left: 10px;
  bottom: 3px;
}
.onestepcheckout-index-index .page-main .checkout-container .form-login .fieldset {
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .form-login .fieldset .field-email .label {
  margin-bottom: 0;
  top: 3px;
}
.onestepcheckout-index-index .page-main .checkout-container .form-login .fieldset .field-email.fl-label-state .label {
  transform: scaleY(0);
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .date .label {
  padding: 0;
  position: static;
  margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .date .control {
  padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .date .select {
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .field .label {
  top: 20px;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .field.fl-label-state .label {
  font-size: 80%;
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .checkout-container fieldset.authorizenet_acceptjs .field-tooltip.toggle {
  top: 26px;
}
.onestepcheckout-index-index .page-main .checkout-container .field.street .field .control {
  flex-direction: column;
}
.onestepcheckout-index-index .page-main .checkout-container .page-title-wrapper .page-title {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field {
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field + .field {
  margin-left: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field[style="display: none;"] + .field {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field.field-phone {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid + .osc-fluid {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .payment-option + .payment-option {
  margin-top: 8px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .customerbalance .payment-option-title,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .rewardpoints .payment-option-title {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .customerbalance .action,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payments .rewardpoints .action {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address {
  margin-bottom: 24px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .addresses .control,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .control .control {
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address > .field .label[for='billing-address-same-as-shipping'] {
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping + .label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:checked + .label::before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:focus + .label::before {
  color: #FF5501;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:focus + .label span {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
  -moz-box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner {
  margin-top: 24px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title {
  background-color: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  padding-right: 40px;
  width: auto;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .label::before {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #C4C4C4;
  position: absolute;
  right: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:focus + .label::before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:hover + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:checked + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method._active .payment-method-content {
  padding-top: 0;
  padding-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment_form_braintree .field.choice .field-tooltip {
  position: relative;
  top: unset;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment_form_braintree .field.choice .field-tooltip .field-tooltip-content {
  left: unset;
  right: 0;
  transform: translateX(105%);
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment-method-braintree-paypal .field-tooltip {
  top: -4px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment-method-braintree-paypal .field-tooltip-content {
  top: -40px;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment-method-braintree-paypal .field-tooltip-content::before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner #payment-method-braintree-paypal .field-tooltip-content::after {
  top: 34px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: flex-start;
  margin: 10px 0;
  width: 60%;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement {
  margin: 10px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .input,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .input {
  display: inline-block;
  top: unset;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .label,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .label {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .label::before,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .input:hover + .label::before,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .input:hover + .label::before,
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .input:focus + .label::before,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .input:focus + .label::before {
  color: #FF5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement button:focus,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement button:focus,
.onestepcheckout-index-index .page-main .aw-onestep-main .checkout-agreement .cart.table-wrapper .actions-toolbar > .action:focus,
.onestepcheckout-index-index .page-main .aw-onestep-sidebar .checkout-agreement .cart.table-wrapper .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-shortcut-buttons {
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-shortcut-buttons .shortcut-middle {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-shortcut-buttons .shortcut-middle.title {
  padding-bottom: 15px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-shortcut-buttons .shortcut-middle.or-text {
  padding-top: 15px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-shortcut-buttons .shortcut-buttons {
  width: 70%;
  margin: 0 auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-shortcut-buttons .shortcut-buttons > div {
  padding: 0 10px 0;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-shortcut-buttons .shortcut-buttons > div.payment-request-button.cart {
  padding-bottom: 5px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title {
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .title {
  font-size: 2rem;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .mark {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ff5501;
  box-sizing: border-box;
  font-weight: 600;
  height: 26px;
  width: 26px;
  justify-content: center;
  margin-right: 14px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .mark:after {
  content: counter(i);
  counter-increment: i;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields {
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .field-row {
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .control {
  display: flex;
  padding-top: 26px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .label {
  max-height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .fl-placeholder-state .label {
  bottom: unset;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .fl-label-state .label {
  font-size: 80%;
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .admin__control-textarea {
  resize: none;
  height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .admin__control-multiselect {
  height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title ~ .aw-onestep-groups {
  counter-reset: i 1;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups {
  counter-reset: i;
  margin: 0;
  padding: 0;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item {
  list-style-type: none;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item:not(:first-of-type) {
  margin-top: 60px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 {
  font-size: 2rem;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ff5501;
  font-size: 2rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-sizing: border-box;
  font-weight: 600;
  height: 26px;
  width: 26px;
  justify-content: center;
  margin-right: 14px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark:after {
  content: counter(i);
  counter-increment: i;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .amazon-button-container .field-tooltip {
  right: 0 !important;
  top: 0 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups > .amazon-button-container {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .field {
  margin: 5px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .actions-toolbar {
  margin-left: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .create-account-field {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .create-account-field .label::before {
  margin-left: 5px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .form,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .form,
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication {
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication {
  font-size: 12px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-notice,
.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-link {
  display: inline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .action-toolbar .action,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .action-toolbar .action {
  margin: 5px;
  text-align: center;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .choice,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .choice {
  margin: 20px 5px 8px;
  width: inherit;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form {
  margin-bottom: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox[type="checkbox"] {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox + .label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox:checked + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox:focus + .label span {
  box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .form .field.choice .checkbox:focus + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox[type="checkbox"] {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox + .label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:checked + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:focus + .label span {
  box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:focus + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .po-box.message {
  margin-top: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .addresses .control {
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .admin__control-multiselect {
  height: 50px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-book-field {
  justify-content: flex-end;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .aw-button-simple {
  margin-bottom: 1rem;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title strong {
  font-weight: 400;
  color: #12578c;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title strong:hover {
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title:before {
  background-color: #12578c;
  background-size: cover;
  content: '';
  display: inline-block;
  margin-right: 3px;
  height: 10px;
  left: 0;
  top: 0;
  width: 10px;
  mask-image: url(../../frontend/Magedirect/mws/en_US/Aheadworks_OneStepCheckout/images/plus.svg);
  -webkit-mask-image: url(../../frontend/Magedirect/mws/en_US/Aheadworks_OneStepCheckout/images/plus.svg);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] .label {
  font-size: 80%;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state .input-text,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] .input-text,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state .select,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] .select,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state textarea,
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] textarea {
  outline: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .control .control {
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox[type="checkbox"] {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox + .label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox:checked + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox:focus + .label span {
  box-shadow: 0 0 0 2px rgba(0, 105, 157, 0.2);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.choice .checkbox:focus + .label::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 26px;
  padding-left: 26px;
  margin-bottom: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details .aw-button-simple {
  min-width: unset;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details .action-edit-address {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details .action-edit-address:visited {
  color: #1979c3;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details .action-edit-address:hover {
  color: #12578c;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details .action-edit-address:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details .action-edit-address:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details .action-edit-address:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details .action-edit-address:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details .action-edit-address.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .address-details .action-edit-address[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .address-details .action-edit-address {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px 20px 43px;
  position: relative;
  width: calc(50% - 5px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .shipping-address-name {
  font-size: 16px;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item {
  background-color: #f8f8f8;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item:hover {
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 #333333;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item .edit-address-link {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item:after {
  content: '\e90a';
  display: inline-block;
  color: #C4C4C4;
  font-family: 'aw-osc_icons-font';
  line-height: 1;
  font-weight: normal;
  font-size: 17px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 17px;
  width: 17px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item {
  border: 1px solid #ff5501;
  box-shadow: inset 0 0 0 1px #ff5501;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item:after {
  content: '\e909';
  display: inline-block;
  color: #ff5501;
  font-family: 'aw-osc_icons-font';
  line-height: 1;
  font-weight: normal;
  font-size: 17px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 17px;
  width: 17px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  font-size: 13px;
  font-weight: normal;
  outline: none;
  position: absolute;
  text-indent: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:visited,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:visited {
  color: #1979c3;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover {
  color: #12578c;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:active,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:focus,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item.disabled,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link[disabled],
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link,
fieldset[disabled] .onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link span,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item span {
  position: absolute;
  bottom: 18px;
  left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .edit-address-link:hover,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item .action-select-shipping-item:hover {
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .field-select-billing {
  margin: 10px auto;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-group .payment-method {
  border: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  margin: auto;
  padding: 22px 16px 12px 16px;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .splitit-default-ui {
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .splitit-default-ui input[type="checkbox"] {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .label {
  width: initial;
  bottom: 12px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .field.fl-label.fl-label-state .label {
  font-size: 80%;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content #payment_form_payment_services_paypal_hosted_fields .label {
  position: relative;
  bottom: 0px;
  padding-left: 0px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content #payment_form_payment_services_paypal_hosted_fields .field {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content #payment_form_payment_services_paypal_hosted_fields .field[data-field-name="expirationDate"] {
  float: left;
  width: 50%;
  display: block;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content #payment_form_payment_services_paypal_hosted_fields .field[data-field-name="cvv"] {
  float: right;
  width: 50%;
  display: block;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content #payment_form_payment_services_paypal_hosted_fields .field[data-field-name="cvv"] .field-tooltip {
  right: 0px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .payment-method-content .payment_services_paypal_vault_choice .field-tooltip.toggle {
  margin-left: 10px;
  margin-top: -2px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method:first-of-type {
  border-top: 1px solid #d8d8d8;
  border-radius: 2px 2px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-title {
  background-color: transparent;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content {
  height: inherit;
  opacity: 1;
  padding-bottom: 25px;
  visibility: visible;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content .form {
  display: block;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content .label {
  width: initial;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 .field {
  max-width: calc(50% - 5px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .fields.group-2 .field .label.short {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .label {
  left: 0;
  padding-left: 0;
  pointer-events: auto;
  position: static;
  transform: translateY(0);
  line-height: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .label:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .label:before {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .field.choice .field-tooltip,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice .field-tooltip {
  right: inherit;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-title.field.choice .label {
  transform: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content {
  overflow: unset;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content .legend {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content .field:not(.choice) .label {
  padding-left: 0;
  margin: 0;
  top: -16px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .payment-method-content .field:not(.choice) .field-tooltip {
  top: 23px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-aw_nmi .field-tooltip {
  top: 0 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form .field.choice {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #adyen-cc-form label[for=adyen_cc_cc_type] {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method#amazon-payment {
  border-top: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method#amazon-payment .payment-method-title span {
  display: flex;
  align-items: center;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .label {
  padding-left: 0;
  position: static;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .control,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .control {
  margin: 0 0 12px 0;
  width: initial;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number:first-of-type .control a,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .adyen_oneclick .field.number.expire-update .control a {
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  transition: 0.3s;
  min-height: 44px;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control:disabled {
  opacity: 0.5;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.braintree-hosted-fields-invalid {
  border: 1px solid #8c1d1d;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label-state .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label[data-value-specified='1'] .label {
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label-state iframe,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-control.fl-label[data-value-specified='1'] iframe {
  padding-top: 8px;
  outline: none;
  transition: 0.3s;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control {
  width: calc(50% - 25px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control .label {
  padding-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control .label.short {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-control:first-of-type:after {
  top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field .hosted-date-wrap .hosted-error {
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.cvv .field-tooltip {
  left: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.fl-label-state .hosted-control,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.payment-method-braintree .form .field.fl-label[data-value-specified='1'] .hosted-control {
  padding-top: 15px;
  outline: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.cryozonic-stripe .cryozonic-stripe-elements {
  min-width: 300px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #paypal-express-in-context-button {
  display: block !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .paypal-button-context-iframe .zoid-outlet {
  z-index: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method .braintree-paypal-actions + .actions-toolbar {
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #braintree_paypal_enable_vault + label {
  margin: 0 15px 10px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method #braintree_paypal_enable_vault + label::before {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  background-color: #f8f8f8;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title #ingenico_e_payments ~ label > img {
  margin-bottom: 3px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label a {
  z-index: 2;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label > span,
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label > img {
  margin: 0 10px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title input[type='radio'] + label:before {
  margin-left: 14px;
  margin-top: -6px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title input[type='radio'].radio {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title:hover {
  background-color: #ffffff;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content {
  height: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  width: calc(100% - 110px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content * {
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content #braintree-ach-mandate {
  margin: 40px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .fieldset.ccard {
  padding: 0 25px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .control {
  margin: 0 0 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .control .control {
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .form {
  display: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .saved-cards input[type='radio'] {
  display: block;
  margin: 3px 5px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .checkout-agreements-block + .actions-toolbar {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .actions-toolbar .primary {
  display: block;
  float: none;
  margin: auto;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payment.payflowpro .field .label {
  top: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payment.payflowpro .fl-label-state .label {
  font-size: 80%;
  transform: translateY(-34px);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payment.payflowpro ._with-tooltip .field-tooltip {
  top: 26px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  justify-content: flex-start;
  padding: 0;
  margin: 20px 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types .item {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-right: 10px;
  border: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .credit-card-types .item._active {
  filter: none;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .field .fields.group:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .fields > .field .fields.group:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .field .fields.group:after,
.onestepcheckout-index-index .page-main .aw-onestep-main .fieldset > .fields > .field .fields.group:after {
  display: none !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .dropdown-overlay {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}
.onestepcheckout-index-index .page-main .aw-onestep-main .field.street .label {
  clip: inherit;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 12px;
  cursor: pointer;
  width: inherit;
}
.onestepcheckout-index-index .page-main .aw-osc_customer-not-logged-in .aw-onestep-main .aw-onestep-groups {
  counter-reset: i 1;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list {
  width: 100%;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card {
  position: relative;
  flex-direction: column;
  width: auto;
  padding: 16px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-height: 100%;
  min-width: 100%;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio + .label::before {
  position: absolute;
  top: 22px;
  right: 12px;
  color: #C4C4C4;
  margin: 0;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:checked + .label::before,
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio + .label:hover::before {
  color: #ff5501;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:focus + .label {
  box-shadow: 0 0 3px 1px #00699d !important;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title {
  font-size: 14px;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-subtitle {
  color: #717171;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .message.error {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card + .shipping-method-card {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .label {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .radio:checked + .label {
  border-color: #ff5501;
  box-shadow: inset 0 0 0 1px #ff5501;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery {
  padding-top: 40px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .fieldset:last-child {
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field {
  display: block;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field .control .label {
  top: -20px;
  min-width: auto;
  padding-left: 0;
  font-size: 12px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field:first-child {
  margin-bottom: 28px;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .osc-datepicker + .ui-datepicker-trigger {
  display: inline-block;
  height: 100%;
  margin: 0 0 0 -32px;
  position: absolute;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .osc-datepicker + .ui-datepicker-trigger:before {
  content: '\e902';
  font-family: 'aw-osc_icons-font';
  font-size: 20px;
  pointer-events: none;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .ui-datepicker-trigger:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .input-text::-ms-clear {
  display: none;
}
.onestepcheckout-index-index .select::-ms-expand {
  display: none;
}
.onestepcheckout-index-index #co-transparent-form-aw-nmi .fieldset > .legend {
  margin-bottom: 20px;
}
.onestepcheckout-index-index #co-transparent-form-aw-nmi .field:not(.choice) label {
  position: inherit;
  padding-left: 0;
  margin: 0 0 8px;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree #braintree_expirationDate {
  width: 150px;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .credit-card-types .item {
  filter: grayscale(0);
  border: none;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .field.choice.fl-label-state .label {
  font-size: 100%;
  transform: unset;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .field.choice .checkbox {
  display: inline-block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index #payment_form_braintree.payment_form_gene-braintree .field.choice .field-tooltip {
  position: static;
  margin-left: 8px;
}
.onestepcheckout-index-index .field .control._with-tooltip input {
  margin-right: 0;
}
.onestepcheckout-index-index .onestep-billing-address .field {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.onestepcheckout-index-index .onestep-billing-address .label[for="billing-address-same-as-shipping"]::before {
  margin-left: 0 !important;
}
.onestepcheckout-index-index .onestep-billing-address .title {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.onestepcheckout-index-index .onestep-billing-address .title strong {
  font-weight: 400;
  color: #12578c;
}
.onestepcheckout-index-index .onestep-billing-address .title strong:hover {
  text-decoration: underline;
}
.onestepcheckout-index-index .onestep-billing-address .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .onestep-billing-address .field.fl-label-state .control {
  transition: all .3s;
}
.onestepcheckout-index-index .onestep-billing-address .field.fl-label-state .label {
  font-size: 80% !important;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .onestep-billing-address .admin__control-multiselect {
  height: 50px;
}
.onestepcheckout-index-index .action-select-shipping-item:focus {
  box-shadow: 0 0 5px 0 #333 !important;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email #customer-email-fieldset .actions-toolbar {
  margin-bottom: 16px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .fieldset .fieldset .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .fieldset .fieldset .label {
  bottom: 14px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .fl-label-state .label {
  font-size: 80% !important;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .field.captcha .label {
  top: 32px;
  height: 18px;
  min-height: unset;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .field.captcha .captcha-image {
  padding-top: 0;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .onestep-shipping-address .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .onestep-shipping-address .control .control {
  padding-top: 0;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .onestep-shipping-address .fl-label-state .label {
  font-size: 80% !important;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  white-space: nowrap;
  overflow: hidden;
}
.onestepcheckout-index-index .page-main .checkout-container .onestep-shipping-address .control {
  padding-top: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .onestep-shipping-address .control .control {
  padding-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .onestep-shipping-address .fl-label-state .label {
  transform: translateY(-34px);
  font-size: 80%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  margin-left: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 40%;
  padding: 20px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar input[type='checkbox'] + label:before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar input[type='radio'] + label:before {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 0 15px 0 0;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle {
  align-items: center;
  cursor: pointer;
  line-height: 1.42857143;
  margin: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  padding: 2px;
  width: fit-content;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle.focus-visible {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle::after {
  content: '\e900';
  text-decoration: none;
  font-size: 9px;
  font-weight: 600;
  color: #4d4d4d;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper .aw-onestep-gift-message .payment-option-title.toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-wrapper {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-header {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block {
  margin-top: 25px;
  margin-bottom: 25px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list.active .aw-onestep-sidebar-block_title:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product {
  margin-right: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image {
  margin-right: 10px;
  min-width: 75px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-container,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-image .product-image-container .product-image-wrapper {
  width: 75px;
  height: 75px;
  max-width: 75px;
  max-height: 75px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description-container {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description-container .aw-onestep-gift-message {
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-name {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-price {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin: 16px 0 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty .item-qty {
  max-width: 45px;
  min-width: 38px;
  padding: 0;
  text-align: center;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty .aw-qty-placeholder {
  font-size: 12px;
  font-weight: 600;
  color: #4d4d4d;
  margin-right: 8px;
  margin-top: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-qty a {
  text-decoration: none;
  font-size: 11px;
  color: #4d4d4d;
  opacity: .6;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-subtotals {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: right;
  min-height: 60px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_remove {
  text-decoration: none;
  font-size: 12px;
  color: #4d4d4d;
  opacity: .6;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  display: inline-block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_remove:before {
  content: '\e9ad';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_count-down:before {
  content: '\e90d';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product_count-up:before {
  content: '\e911';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  padding: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:visited {
  color: #1979c3;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:hover {
  color: #12578c;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle:after {
  content: '\e900';
  text-decoration: none;
  font-size: 9px;
  font-weight: 600;
  color: #4d4d4d;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration .toggle.focus-visible {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle {
  cursor: pointer;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  padding: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:visited {
  color: #1979c3;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:hover {
  color: #12578c;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration.active .toggle:after {
  content: '\e901';
  text-decoration: none;
  font-size: 9px;
  font-weight: 600;
  color: #4d4d4d;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content {
  margin-top: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content .item-options .field {
  margin: 5px 0 15px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content .item-options .field .label {
  font-weight: 600;
  cursor: default;
  margin-bottom: 3px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration_content .item-options .price {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-configuration + .aw-onestep-gift-message {
  margin-top: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card + .aw-sidebar-product-card {
  margin-top: 8px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary {
  padding-bottom: 6px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .mark {
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete {
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete > span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  margin-right: 5px;
  opacity: .6;
  position: relative;
  top: -1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .action-delete > span:before {
  content: '\e90b';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr > th,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr > td {
  font-size: 14px;
  margin: 0;
  padding: 0 0 15px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .amount {
  text-align: right;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .sub {
  font-size: 120%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .shipping .mark {
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .shipping .mark .value {
  opacity: .5;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .amount,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .mark {
  cursor: pointer;
  border-top: 1px solid #cccccc;
  padding: 10px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .amount .price:after,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary .mark .price:after {
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 12px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e901';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals-tax-details.shown {
  display: table-row;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .totals.balance .action:hover {
  background-color: #eeeeee;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand {
  font-size: 150%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand th,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand td {
  padding-top: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand strong {
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option {
  margin-top: 25px;
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:visited {
  color: #1979c3;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:hover {
  color: #12578c;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:after {
  display: inline-block;
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:visited {
  color: #1979c3;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:hover {
  color: #12578c;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=false] .action-toggle:after {
  display: inline-block;
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:visited {
  color: #1979c3;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:hover {
  color: #12578c;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded=true] .action-toggle:after {
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .field {
  margin: 0 0 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:visited {
  color: #1979c3;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:hover {
  color: #12578c;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option._active .payment-option-title .action-toggle:after {
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .actions-toolbar {
  margin: 0 0 0 auto;
  max-width: 30%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .actions-toolbar,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .actions-toolbar {
  max-width: 40%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .payment-option-inner,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .payment-option-inner {
  margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 60%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar div:first-child {
  margin-right: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .giftcard-account-balance {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  text-align: left;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:visited {
  color: #1979c3;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:hover {
  color: #12578c;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-before-place-order .action {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input {
  display: inline-block;
  top: unset;
  appearance: none;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__label::before {
  color: #C4C4C4;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:focus + .newsletter-subscriber__label {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:checked + .newsletter-subscriber__label::before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:hover + .newsletter-subscriber__label::before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:focus + .newsletter-subscriber__label::before {
  color: #FF5501;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block:first-child {
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:visited,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action:visited {
  color: #1979c3;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action:hover {
  color: #12578c;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action:active {
  color: #ff5501;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:focus,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action:hover,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action:active,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action:focus {
  background: none;
  border: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action.disabled,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action {
  color: #12578c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:after,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  content: '\e900';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:focus,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note .cart.table-wrapper .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active button,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active .cart.table-wrapper .actions-toolbar > .action {
  margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active button:after,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note.active .cart.table-wrapper .actions-toolbar > .action:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note textarea {
  min-height: 125px;
  resize: none;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar * {
  width: 100%;
  min-height: 40px;
  text-align: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action.checkout {
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_label {
  color: #545454;
  text-align: center;
  margin: 15px 0 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_label:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url('../../frontend/Magedirect/mws/en_US/Aheadworks_OneStepCheckout/css/icons-font/secure_lock.svg') no-repeat;
  background-size: cover;
  margin-bottom: -3px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_badges ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_badges ul li {
  margin: 0px 10px 10px;
  max-width: calc(33% - 20px);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-trust-seals .trust-seals_text {
  color: #545454;
  text-align: justify;
  font-size: 85%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary {
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-family: 'aw-osc_icons-font';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .actions-toolbar .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .action-edit:before {
  content: '\e916';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .gift-message-summary .action-delete:before {
  content: '\e914';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .actions-toolbar {
  max-width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .actions-toolbar > div {
  width: 30%;
  float: right;
  margin-left: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .field:first-child {
  margin-top: 6px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .item-options:not(.gift-message-form) {
  margin-bottom: 0;
  padding: 12px 0 0 4px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper {
  display: flex;
  align-items: baseline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper .label::after {
  content: ":";
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper .values {
  margin-left: 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-sidebar-product-list .aw-onestep-sidebar-block_title {
  position: relative;
  padding-top: 4px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-block.aw-sidebar-summary {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-content .aw-onestep-sidebar-block {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-content .aw-mobile-hide {
  display: block;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub {
  display: block;
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub th {
  width: 100%;
  padding: 11px 5px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-mobile tr.totals.sub td {
  padding: 11px 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded] .action-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option .payment-option-title[aria-expanded] .action-toggle::after {
  font-size: 10px;
  color: #333333;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .payment-option-title.toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  width: fit-content;
  text-decoration: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .payment-option-title.toggle::after {
  display: inline-block;
  margin-left: 5px;
  content: '\e901';
  font-family: 'aw-osc_icons-font';
  font-weight: 600;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #333333;
  transform: rotate(180deg);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-gift-message.aw-onestep-sidebar-block.payment-option .payment-option-title.toggle[aria-expanded="true"]::after {
  transform: rotate(0);
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #12578c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
  font-weight: 400;
  padding: 2px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .toggle:hover {
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .toggle:after {
  content: '\e900';
  text-decoration: none;
  font-size: 9px;
  font-weight: 600;
  color: #4d4d4d;
  font-family: 'aw-osc_icons-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping.active .toggle:after {
  content: '\e901';
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content .gift-wrapping-list {
  margin-bottom: 0px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content .gift-wrapping-list .gift-wrapping-item {
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content .gift-wrapping-list .gift-wrapping-item > span {
  height: 6rem;
  width: 6rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content .gift-wrapping-list .gift-wrapping-item > span img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content .gift-wrapping-title {
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content .gift-wrapping-title .gift-wrapping-name {
  display: inline-block;
  margin-left: 25px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content .gift-wrapping-title .price-including-tax {
  display: inline-block;
  line-height: 1.43;
  font-size: 16px;
  float: right;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content .gift-wrapping-title .price-excluding-tax:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content .gift-wrapping-title .action-remove {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  line-height: 28px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content > .fieldset {
  display: flex;
  margin-top: 20px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content > .fieldset > .field label {
  pointer-events: visible;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content > .fieldset .price-box {
  width: 100%;
  position: relative;
  text-align: center;
  line-height: 34px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar-gift-wrapping .aw-sidebar-gift-wrapping-content > .fieldset .action-apply {
  min-height: 40px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-gift-message.aw-onestep-sidebar-block {
  margin-top: 0px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-gift-message.aw-onestep-sidebar-block .payment-option-title:hover {
  text-decoration: underline;
}
.onestepcheckout-index-index .discount-code .form-discount {
  display: flex;
  align-items: flex-start;
}
.onestepcheckout-index-index .discount-code .form-discount .payment-option-inner {
  width: 100%;
}
.onestepcheckout-index-index .discount-code .form-discount .actions-toolbar {
  margin-left: 10px !important;
}
.onestepcheckout-index-index .discount-code .form-discount .input-text {
  height: auto;
  min-height: 40px;
}
.onestepcheckout-index-index .discount-code .form-discount .action-apply {
  color: #333333;
  min-height: 40px;
  max-width: 70px;
  margin-right: 0;
  background-color: #EDEDED;
  border-color: #D1D1D1;
}
.onestepcheckout-index-index .form-aw-giftcard,
.onestepcheckout-index-index .form-aw-merged-gc-discount {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.onestepcheckout-index-index .form-aw-giftcard .payment-option-inner,
.onestepcheckout-index-index .form-aw-merged-gc-discount .payment-option-inner {
  width: 100%;
}
.onestepcheckout-index-index .form-aw-giftcard .actions-toolbar,
.onestepcheckout-index-index .form-aw-merged-gc-discount .actions-toolbar {
  margin-left: 10px !important;
  max-width: none !important;
  min-width: 84px;
}
.onestepcheckout-index-index .form-aw-giftcard .input-text,
.onestepcheckout-index-index .form-aw-merged-gc-discount .input-text {
  height: auto;
  min-height: 40px !important;
}
.onestepcheckout-index-index .form-aw-giftcard .action-apply,
.onestepcheckout-index-index .form-aw-merged-gc-discount .action-apply {
  color: #333333;
  min-height: 40px;
  background-color: #EDEDED;
  border-color: #D1D1D1;
}
.onestepcheckout-index-index #aw-giftcard-form .payment-option-inner {
  width: 60%;
}
.onestepcheckout-index-index #aw-giftcard-form .primary {
  float: left;
}
.onestepcheckout-index-index #aw-giftcard-form .actions-toolbar .secondary {
  float: right;
  width: calc(100% - 80px);
}
.onestepcheckout-index-index #aw-giftcard-form .actions-toolbar .secondary button,
.onestepcheckout-index-index #aw-giftcard-form .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action {
  padding: 5px 8px;
  line-height: 1;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .field {
  margin-top: 10px;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .field:last-child {
  margin-bottom: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .input-text {
  min-height: 40px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .admin__control-textarea {
  min-height: 140px;
  resize: none;
  border-color: #D8D8D8;
}
.onestepcheckout-index-index .page-main .checkout-container .gift-message-content .gift-message-options .gift-message-form .admin__control-textarea::placeholder {
  color: #838383;
}
.onestepcheckout-index-index .aw-onestep-sidebar-totals .grand.totals .mark,
.onestepcheckout-index-index .aw-onestep-sidebar-totals .grand.totals .amount {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option {
  margin-top: 0;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account {
  display: flex;
  align-items: flex-start;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .payment-option-inner {
  width: 100%;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .field {
  margin-top: 0;
  margin-bottom: 0;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .input-text {
  height: auto;
  min-height: 40px;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .actions-toolbar {
  display: flex;
  align-items: center !important;
  margin-left: 0 !important;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .actions-toolbar .secondary {
  min-width: 130px;
  margin-left: 10px;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .payment-option .form-giftcard-account .actions-toolbar .action {
  color: #333333;
  min-height: 40px;
  min-width: 70px;
  margin-right: 0;
  background-color: #EDEDED;
  border-color: #D1D1D1;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options {
  display: flex;
  flex-direction: column;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option.discount-code .field,
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option.giftcardaccount .field {
  margin-top: 0;
  margin-bottom: 0;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-sidebar-gift-wrapping > .toggle {
  font-size: 18px;
  font-weight: 600 !important;
  color: #333333 !important;
  width: fit-content;
  text-decoration: none !important;
  padding: 0px !important;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-sidebar-gift-wrapping > .toggle:after {
  margin-top: 5px;
  font-size: 10px !important;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .discount-code + .aw-onestep-gift-message {
  border-top: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-giftcard-code {
  order: 1;
}
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .payment-option + .payment-option {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .modal-inner-wrap {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .onestepcheckout-index-index .page-title-wrapper {
    max-width: 530px;
    margin: auto;
    padding: 5px 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .onestepcheckout-index-index .page-title-wrapper .page-title {
    font-size: 28px;
  }
  .onestepcheckout-index-index .aw-onestep-description {
    font-size: 14px;
    padding: 0 10px;
  }
  .onestepcheckout-index-index .header .logo {
    margin-left: 0;
  }
  .onestepcheckout-index-index .page-main {
    padding: 10px;
  }
  .onestepcheckout-index-index .page-main .checkout-container {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 530px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    width: 100%;
    position: static;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    margin: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options {
    margin-top: 7px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar_order-note {
    padding-bottom: 15px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .email {
    margin-bottom: 20px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .authentication {
    margin-top: 40px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main fieldset.field.street .control {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .onestepcheckout-index-index .page-main .checkout-container.aw-osc_customer-not-logged-in .aw-onestep-main .authentication {
    margin-top: 0;
  }
}
.aw-mobile {
  width: 100%;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amxnotif-block {
  clear: both;
  margin-bottom: 20px;
}
.amxnotif-block .input-fields {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 66%;
}
.amxnotif-block .amxnotif_guest_action {
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
  vertical-align: top;
}
.amxnotif-block label {
  color: #2f2f2f;
  display: block;
  float: none;
  font-weight: 600;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 0 20px;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  display: none;
  margin-bottom: 20px;
}
.category.subscribe-popup {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  border: 1px solid #888;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: relative;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}
.amxnotif-block .subscribe-popup label[for^='notification-container'] {
  font-size: 20px;
  text-align: center;
}
.block.upsell .amxnotif-block .amxnotif_guest_action,
.block.related .amxnotif-block .amxnotif_guest_action,
.block.crosssell .amxnotif-block .amxnotif_guest_action,
.block.amrelated-grid-wrapper .amxnotif-block .amxnotif_guest_action,
.block.amrelated .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.block.upsell .amxnotif-block .amxnotif_guest_action .action.amsubscribe,
.block.related .amxnotif-block .amxnotif_guest_action .action.amsubscribe,
.block.crosssell .amxnotif-block .amxnotif_guest_action .action.amsubscribe,
.block.amrelated-grid-wrapper .amxnotif-block .amxnotif_guest_action .action.amsubscribe,
.block.amrelated .amxnotif-block .amxnotif_guest_action .action.amsubscribe {
  margin-right: 0;
}
.amxnotif-block .notification-container .am-restock-alert-wrapper {
  margin-top: 5px;
}
ul.compare-link .icon-holder .ico-compare {
  height: 18px;
  opacity: 0.5;
}
.catalog-product-compare-index .page-title-wrapper {
  position: relative;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.catalog-product-compare-index .page-title-wrapper .page-title {
  font-family: 'Museo Sans', sans-serif;
  font-weight: 300;
  margin-top: 9px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.2;
  padding: 20px 0;
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #c7c7cb;
}
.payment-option-inner .field .coupon-tooltip {
  color: #ffdc81;
  font: 500 13px/19px 'Lausanne', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: none;
}
.st_coupon-block--hidden {
  display: none;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.owl-carousel .cart.table-wrapper .actions-toolbar > .action.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../frontend/Magedirect/mws/en_US/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel {
  line-height: 1.1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev {
  position: absolute;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 30px;
  height: 60px;
  box-shadow: none;
  border-radius: 0px;
}
.owl-carousel .owl-nav button.owl-next:first-child,
.owl-carousel .owl-nav button.owl-prev:first-child,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:first-child,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:first-child {
  left: 15px;
}
.owl-carousel .owl-nav button.owl-next:last-child,
.owl-carousel .owl-nav button.owl-prev:last-child,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:last-child,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:last-child {
  right: -15px;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next span,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev span {
  font-size: 20px;
}
.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel:hover .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev {
  background-color: #00000026;
  color: #fff;
  opacity: 1;
}
.owl-carousel:hover .owl-nav button.owl-next:hover,
.owl-carousel:hover .owl-nav button.owl-prev:hover,
.owl-carousel:hover .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:hover,
.owl-carousel:hover .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:hover {
  background-color: #444;
}
.owl-carousel .slider-text-center {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  max-width: 350px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.owl-carousel .slider-text-left {
  top: 50%;
  transform: translateY(-50%);
  max-width: 350px;
  left: 5%;
  right: auto;
  position: absolute;
}
.owl-carousel .slider-text-right {
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  position: absolute;
  max-width: 350px;
}
.owl-carousel .slider-text-none {
  display: none;
}
.owl-carousel .slider-text-top-center {
  top: 10%;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 350px;
  margin: 0 auto;
}
.owl-carousel .slider-text-bottom-center {
  bottom: 10%;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 350px;
  margin: 0 auto;
}
.owl-carousel .slider-text-top-left {
  top: 10%;
  position: absolute;
  left: 5%;
  max-width: 350px;
}
.owl-carousel .slider-text-bottom-left {
  bottom: 15%;
  max-width: 300px;
  left: 5%;
  position: absolute;
}
.owl-carousel .slider-text-top-right {
  position: absolute;
  top: 10%;
  right: 5%;
  max-width: 350px;
}
.owl-carousel .slider-text-bottom-right {
  bottom: 10%;
  right: 5%;
  position: absolute;
  max-width: 350px;
}
.owl-carousel .brandtitle {
  text-align: center;
  font-size: small;
}
.owl-carousel .brandbutton {
  border: solid 2px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
}
.owl-carousel a:hover:hover,
.owl-carousel .alink:hover {
  text-decoration: none;
}
.owl-carousel button:not(.primary),
.owl-carousel .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.brand-slider.owl-carousel .owl-stage-outer {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  position: relative;
  padding: 5px 0px;
}
.brand-slider.owl-carousel .owl-nav button.owl-next:first-child,
.brand-slider.owl-carousel .owl-nav button.owl-prev:first-child,
.brand-slider.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:first-child,
.brand-slider.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:first-child {
  left: 0px;
}
.brand-slider.owl-carousel .owl-nav button.owl-next:last-child,
.brand-slider.owl-carousel .owl-nav button.owl-prev:last-child,
.brand-slider.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:last-child,
.brand-slider.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:last-child {
  right: -45px;
}
.brand-slider.owl-carousel:hover .owl-nav button.owl-next,
.brand-slider.owl-carousel:hover .owl-nav button.owl-prev,
.brand-slider.owl-carousel:hover .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.brand-slider.owl-carousel:hover .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev {
  width: 44px;
  height: 44px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #aaa;
  margin: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.brand-slider.owl-carousel:hover .owl-nav button.owl-next:hover,
.brand-slider.owl-carousel:hover .owl-nav button.owl-prev:hover,
.brand-slider.owl-carousel:hover .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:hover,
.brand-slider.owl-carousel:hover .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:hover {
  background-color: #b14671;
  border: 0px;
  color: #fff;
}
.empty-td {
  display: none;
  width: 0;
  padding: 0;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Magedirect/mws/en_US/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action,
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .cart.table-wrapper .actions-toolbar > .action.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Magedirect/mws/en_US/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe,
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 .cart.table-wrapper .actions-toolbar > .action#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
iframe.embedded-iframe.ws-stores-view {
  height: 820px;
}
#order-view-container {
  height: 1000px;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../../frontend/Magedirect/mws/en_US/images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,
.account.sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,
[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,
.account.customer-account-index .embedded-iframe-container {
  display: none;
}
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container {
  display: block;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
.wesupply-track-shipment #maincontent .not-found,
.wesupply-track-shipment #maincontent .not-allowed {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .order-view-modal {
    max-width: 989px;
    left: calc(100% - 989px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead {
    display: none;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody {
    padding-bottom: 20px;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    margin-left: 0;
    padding-bottom: 0;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col {
    border: 0 none;
  }
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
.checkout-onepage-success .delivery-estimations {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
/* MEDIA QUERIES */
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #cccccc;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'luma-icons';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'luma-icons';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 1900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Magedirect/mws/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Magedirect/mws/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Magedirect/mws/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  width: 50%;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #7d7d7d;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: -20px;
}
.column.main .product-item {
  padding-left: 20px;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  position: absolute;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #7d7d7d;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #1979c3;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #1979c3;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #8f8f8f;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 10px;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #1979c3;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #8f8f8f;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #1979c3;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #1979c3;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 1899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #1979c3;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #1979c3;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 20px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #1979c3;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #7d7d7d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
body {
  background-color: #ffffff;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #7e807e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #8f8f8f;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit #region_id {
  display: none;
}
/*.form-edit-account {
        .fieldset.password {
            display: none;
        }
    }*/
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar {
  position: relative;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 1900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 1900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .onestepcheckout-index-index .opc-payment-additional.customerbalance,
  .onestepcheckout-index-index .opc-payment-additional.rewardpoints {
    justify-content: space-between;
    align-items: center;
  }
  .onestepcheckout-index-index #store-selector-popup #store-selector-search-input {
    position: static;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main {
    padding: 0 16px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .fieldset.authorizenet_acceptjs {
    padding: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment_form_braintree {
    padding: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment_form_braintree .field.choice .field-tooltip .field-tooltip-content {
    transform: translateX(30px) !important;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment_form_braintree .field.choice .field-tooltip .field-tooltip-content::before,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment_form_braintree .field.choice .field-tooltip .field-tooltip-content::after {
    right: 30px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment-method-braintree-paypal .payment-method-content .field.choice .field-tooltip-content {
    top: -100px;
    right: -80px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment-method-braintree-paypal .payment-method-content .field.choice .field-tooltip-content::before,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main #payment-method-braintree-paypal .payment-method-content .field.choice .field-tooltip-content::after {
    top: unset;
    bottom: -20px;
    right: 80px;
    transform: rotate(180deg);
  }
  .category .subscribe-popup {
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    margin: auto;
    width: 80%;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: inline-flex;
  }
  .notification-container:has(.am-restock-alert-wrapper) {
    display: block;
  }
  .notification-container:has(.am-restock-alert-wrapper) .input-fields.fieldset {
    max-width: 60%;
  }
  .nav-utilities ul.compare-link {
    display: none;
  }
  .nav-utilities .nav-alt ul.compare-link {
    display: block;
    padding: 12px 20px 12px 15px;
  }
  .nav-utilities .nav-alt ul.compare-link .icon-holder .ico-compare {
    opacity: 1;
    height: 21px;
  }
  .catalog-product-compare-index .page-title-wrapper .page-title {
    text-align: center;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe,
  #ws_embed_sms_notification.ws-left .cart.table-wrapper .actions-toolbar > .action#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e62a';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #8f8f8f;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #333333;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #8f8f8f;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #8f8f8f;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .search-toggle .dropdown-primary .form.minisearch,
  .search-toggle .dropdown-primary .mcs-autosearch-main {
    width: 96%;
    margin: 0;
    float: left;
  }
  .search-toggle .dropdown-primary .field {
    padding: 10px 0;
  }
  .search-toggle .dropdown-primary .mcs-autosearch-right > ul {
    padding: 0 10px;
    margin: 15px 0 0 0;
  }
  .search-toggle .dropdown-primary .mcs-autosearch-right > ul .search-li {
    width: 100%;
    margin: 0 0 10px;
  }
  .search-toggle .dropdown-primary .mcs-autosearch-right .sr-li-left > a > img {
    padding-right: 15px;
  }
  .header .search .search__controls {
    margin: 0;
    padding: 0;
  }
  .header .search .search__controls .search__field {
    margin-bottom: 10px;
  }
  .block-search .actions {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .block-search .actions .btn {
    width: 100%;
  }
  .sort__items_mobile.sort__items--full {
    display: block;
    margin: 0;
  }
  .sort__items_mobile.sort__items--full > .sort__item {
    width: 48%;
    margin: 10px 0;
  }
  .sort__items_mobile.sort__items--full > .sort__item > .field {
    height: 48px;
  }
  .sort__items_mobile.sort__items--full .sort__item:last-child {
    margin-bottom: 10px;
  }
  .sort__items_mobile > .sort__item {
    display: block;
    float: left;
    padding: 0;
  }
  .sort__items_mobile > .sort__item + .sort__item {
    margin-left: 4%;
  }
  .sort__items_mobile > .sort__item .sorter {
    position: relative;
    float: left;
    right: 0;
    width: 100%;
  }
  .sort__items_mobile > .sort__item .sorter .sorter-label {
    padding: 0 10px;
  }
  .sort__items_mobile > .sort__item .limiter .label span {
    padding: 0 10px;
  }
  .sort__items_mobile > .sort__item .limiter .control {
    display: block;
  }
  .sort__items_mobile > .sort__item .sorter,
  .sort__items_mobile > .sort__item .limiter {
    padding: 6px 0;
  }
  .sort__items_mobile > .sort__item .nice-select {
    width: 100%;
  }
  .sort__items_mobile > .sort__item .nice-select > span {
    padding: 0 10px;
  }
  .sort__items_mobile > .sort__item .nice-select .list {
    width: 100%;
    left: 0;
  }
  .pages .pages-items {
    width: 100%;
    text-align: center;
  }
  .paging .paging__label {
    margin-bottom: 10px;
  }
  .paging .pages a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pages-item-previous,
  .pages-item-next {
    top: inherit;
  }
  .products.products-grid .product__image {
    display: block;
    height: auto;
    text-align: center;
  }
  .product-image-wrapper {
    z-index: 0;
  }
  .review-field-rating {
    display: block;
    width: 100%;
    height: 50px;
    font-weight: 300;
  }
  footer.footer .footer__socials {
    margin: 0;
  }
  footer.footer .footer__socials .socials li + li {
    margin: 0;
  }
  .checkout-payment-method .payment-method .payment-method-note {
    padding: 0 10px;
  }
  .checkout-payment-method .payment-method .actions-toolbar {
    margin-top: 20px;
    padding: 0 10px;
  }
  .opc-payment-additional.order-comment {
    margin: 0;
    padding: 0 30px 0 10px;
  }
  body.page-product-grouped .super-product-calculation-section .table table tr th + th {
    padding-left: 5px;
  }
  body.page-product-grouped .super-product-calculation-section .table table tr th.md-title {
    width: 40%;
  }
  .cms-all-brands .ambrands-search-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .cms-all-brands .ambrands-search-wrapper .ambrands-search-input {
    width: 100%;
    margin: 0;
  }
  .cms-all-brands .ambrands-search-wrapper #livesearch {
    width: 100%;
    margin: 0;
  }
  .cms-all-brands .brands-filters .letters-box {
    float: left;
    clear: both;
    width: 100%;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty:before,
  .abs-checkout-order-review tbody > tr > td.col.price:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .onestepcheckout-index-index {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
  }
  .onestepcheckout-index-index .page-title-wrapper {
    max-width: 100%;
  }
  .onestepcheckout-index-index .page-main {
    padding: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container {
    max-width: 100%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .field-tooltip._active .field-tooltip-content {
    max-width: 200px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
    padding: 10px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.customerbalance .actions-toolbar {
    max-width: 50%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.rewardpoints .actions-toolbar {
    max-width: 55%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .actions-toolbar {
    max-width: 80%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .authentication {
    margin-top: 40px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .email {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .aw-onestep-groups {
    margin: 0 auto;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .shipping-address-item {
    width: 100% !important;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method-content {
    width: 100%;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-billing-address .action-toolbar,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-shipping-address .action-toolbar {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-billing-address .action-toolbar .action,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .onestep-shipping-address .action-toolbar .action {
    width: calc(100% - 10px);
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active .fields.group-2 .field .label,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active.payment-method-braintree .hosted-date-wrap .hosted-control .label {
    display: none;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active .fields.group-2 .field .label.short,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .payment-method._active.payment-method-braintree .hosted-date-wrap .hosted-control .label.short {
    display: flex;
  }
  .onestepcheckout-index-index .page-main .checkout-container.aw-osc_customer-not-logged-in .aw-onestep-main .customer-information-title .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .onestepcheckout-index-index .page-main .checkout-container.aw-osc_customer-not-logged-in .aw-onestep-main .authentication {
    margin-top: 0;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .block-search {
    margin-top: 10px;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cms-all-brands .brand-images {
    display: block;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .onestepcheckout-index-index .opc-payment-additional.customerbalance,
  .onestepcheckout-index-index .opc-payment-additional.rewardpoints {
    flex-direction: column;
    align-items: flex-start;
  }
  .onestepcheckout-index-index .opc-payment-additional.customerbalance .payment-option-inner,
  .onestepcheckout-index-index .opc-payment-additional.rewardpoints .payment-option-inner {
    margin-bottom: 16px;
  }
  .onestepcheckout-index-index .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .form-giftcard-account {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .onestepcheckout-index-index .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .form-giftcard-account .payment-option-inner + .actions-toolbar {
    margin-top: 8px;
  }
  .onestepcheckout-index-index .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option.giftcardaccount .form-giftcard-account .secondary {
    margin-bottom: 0;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 2;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
  }
  .page-products .product-item-actions {
    position: relative;
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.view-all-brands-fixed {
  display: none;
  background: #f7f7f8;
  text-align: center;
  padding-bottom: 10px;
}
.nav-alt > ul > li:first-child > a.active ~ .view-all-brands-fixed {
  display: block;
}
.block-search .search .search__field {
  height: 50px;
  line-height: 50px;
  background: #ffffff;
}
.search-holder .decoration .decoration__image {
  display: none;
}
.search-autocomplete .mcs-autosearch-right .sr-li-left > a > img,
.search-toggle .dropdown-primary .mcs-autosearch-right .sr-li-left > a > img {
  max-height: 70px;
  max-width: 70px;
  width: auto;
  margin: 0 auto;
}
.search-autocomplete .mcs-autosearch-right .sr-li-right .brand,
.search-toggle .dropdown-primary .mcs-autosearch-right .sr-li-right .brand {
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 1.15;
  color: #373737;
  font-weight: 600;
}
.search-autocomplete .mcs-autosearch-right .sr-li-right > a,
.search-toggle .dropdown-primary .mcs-autosearch-right .sr-li-right > a {
  font-size: 13px;
  margin-bottom: 8px;
  font-family: 'Museo Sans', sans-serif;
  font-weight: 300;
  text-transform: none;
  display: block;
  color: #373737;
}
.search-autocomplete .mcs-autosearch-right .sr-li-right > a:hover,
.search-toggle .dropdown-primary .mcs-autosearch-right .sr-li-right > a:hover {
  text-decoration: none;
}
.header-fixed .search-autocomplete {
  display: block;
  position: relative;
}
.header-fixed .search-autocomplete .mcs-autosearch-main {
  width: 100%;
}
.header-fixed .search-autocomplete .mcs-autosearch-main .mcs-autosearch-right {
  width: 100%;
  border-left: none;
}
.header-fixed .search-autocomplete .mcs-autosearch-main .mcs-autosearch-right ul li {
  width: 100%;
}
.header-fixed .search-autocomplete .mcs-autosearch-main .mcs-autosearch-left {
  width: 100%;
}
.header-fixed .search-autocomplete .mcs-autosearch-main .mcs-autosearch-left ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
  color: #a2a2a9;
}
.filter-current .item .filter-label {
  padding-left: 17px;
}
.filter-options-content .items form {
  display: block;
  width: 100%;
}
.swatch-option.color.selected,
.swatch-option.image.selected,
.swatch-option[option-type="3"].selected {
  outline: 2px solid #FF5100;
}
.shipping-note {
  margin: 15px 0;
}
.shipping-note .note-prefix {
  font-weight: 600;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field.month {
  padding-left: 0;
}
.checkout-payment-method .ccard .fields .valid {
  display: block;
  font-size: 16px;
  color: #808080;
}
#checkout-step-shipping .fieldset > .field .field-error {
  color: #e02b27;
}
.checkout-index-index .section__body .section__content {
  float: left;
  margin-bottom: 0;
}
.opc-payment-additional.order-comment {
  display: block;
  float: left;
  width: 100%;
  background: #ffffff;
}
.opc-payment-additional.order-comment .payment-option-title {
  display: none;
}
.opc-payment-additional.order-comment .order-comment-content {
  padding: 20px 0;
}
.opc-payment-additional.order-comment .order-comment-content .form-comment .payment-option-inner {
  margin-bottom: 0;
}
.opc-payment-additional.order-comment .order-comment-content .form-comment .payment-option-inner label.label {
  margin: 0 0 8px;
  display: inline-block;
}
.opc-payment-additional.order-comment .order-comment-content .form-comment .payment-option-inner textarea[name="comment-code"] {
  line-height: 2.3;
}
.opc-payment-additional.order-comment .order-comment-content .form-comment .field {
  padding: 0;
}
.page-layout-checkout #block-summary form#co-shipping-method-form {
  display: none;
}
.cart.table-wrapper .product-item-details h6 {
  text-transform: uppercase;
}
.cart.table-wrapper .item-info {
  min-height: auto;
}
.catalogsearch-result-index .section__head .section__title {
  display: block;
}
#amasty-shopby-product-list header.section__head.section__head_primary {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}
#amasty-shopby-product-list header.section__head.section__head_primary .modes,
#amasty-shopby-product-list header.section__head.section__head_primary .toolbar-amount,
#amasty-shopby-product-list header.section__head.section__head_primary .sort__item {
  display: none;
}
.cms-all-brands .brands-filters .letter-all {
  background: #ffffff;
}
.cms-all-brands .brands-filters .letter-all:hover,
.cms-all-brands .brands-filters .letter-all:active,
.cms-all-brands .brands-filters .letter-all:focus,
.cms-all-brands .brands-filters .letter-all .active {
  background: #e2e2e2;
}
.cms-all-brands .brand-images .brands-letter .letter .title {
  background: none;
  padding: 0;
}
.cms-all-brands .brand-images .brands-letter .brand-item {
  margin: 0;
  width: 100%;
}
.cms-all-brands .brand-images .brands-letter .brand-item .item {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  line-height: 1;
  min-height: auto;
}
.cms-all-brands .brand-images .brands-letter .brand-item .label {
  display: inline-block;
  width: auto;
  margin: 0;
  line-height: 1;
  padding-top: 3px;
}
.cms-all-brands .brand-images .brands-letter .brand-item .label:before {
  display: none;
}
.cms-all-brands .brand-images .brands-letter .brand-item .count {
  position: relative;
  width: auto;
  display: inline-block;
  background: none;
  color: #333;
  border-radius: 0;
  line-height: 1;
  height: auto;
}
.cms-all-brands .brand-images .brands-letter .brand-item .count:before {
  content: "(";
}
.cms-all-brands .brand-images .brands-letter .brand-item .count:after {
  content: ")";
}
.cms-all-brands .ambrands-search-wrapper .ambrands-search-input {
  margin-bottom: -1px;
}
.cms-all-brands .brands-filters .letter {
  margin: 0;
  margin-bottom: 10px;
  border-radius: 0;
}
.cms-all-brands .brands-filters .letter-all {
  margin-right: 20px;
}
.cms-all-brands .brands-filters .letter:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cms-all-brands .brands-filters .letter:last-child {
  border-right: 1px solid #CCC;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cms-all-brands .brands-filters .letters-box + .letters-box a.letter {
  margin-right: -1px;
  border-right: 1px solid #ccc;
}
.catalog-product-view .amshopby-option-link {
  display: none;
}
.catalog-product-view .product-social-links .amxnotif-block-content {
  padding-top: 0;
  border-bottom: none;
}
.catalog-product-view .product-social-links .amxnotif-block-content form {
  position: relative;
}
.catalog-product-view .product-social-links .amxnotif-block-content .amxnotif_guest_action {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
.catalog-product-view .product-social-links .link-stock-alert li {
  padding-top: 0;
}
.super-product-calculation-section .table th.txt-center,
.super-product-calculation-section .table td.txt-center {
  text-align: center;
}
.box-small .box-small__sku {
  font-size: 12px;
  text-align: center;
}
.product-primary__price .product-info-price .configurable-price-range {
  color: #000000;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
}
body.page-product-configurable .product-info-price .price-box .old-price .price-container {
  display: none;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.md-product-info-sku {
  color: #000000;
  font-family: 'Museo Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
}
.md-product-info-sku .md-inner {
  display: inline-block;
}
.md-product-info-sku .value {
  margin-left: 5px;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v10/SKK6Nusyv8QPNMtI4j9J2yEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v10/gFXtEMCp1m_YzxsBpKl68iEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v10/q2OIMsAtXEkOulLQVdSl01LC-HPhLC5XMyyJ-BGMvF4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v10/q2OIMsAtXEkOulLQVdSl04W5M0nk1V9I9cDKlK12wzw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v10/q2OIMsAtXEkOulLQVdSl06VlZKEoJGujTpfWnQT9bUY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v10/-iqwlckIhsmvkx0N6rwPmv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v10/-iqwlckIhsmvkx0N6rwPmj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v10/-iqwlckIhsmvkx0N6rwPmugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v10/zhwB3-BAdyKDf0geWr9FtwYxw1N7qvX-BJdk1HK8_qs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v10/zhwB3-BAdyKDf0geWr9Ft9sVlKlcXvEcgUssOU60Pj4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v10/zhwB3-BAdyKDf0geWr9Ft_Bf3Xtc57ojmY2ox2Xv8Go.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Magedirect/mws/en_US/vendor/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Magedirect/mws/en_US/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Magedirect/mws/en_US/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Magedirect/mws/en_US/vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Magedirect/mws/en_US/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Magedirect/mws/en_US/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Magedirect/mws/en_US/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* 
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Cart Count -------------------------------
	         Notext -----------------------------------
	         Color Red --------------------------------
	         Underline --------------------------------
	         Dropdown Shown ---------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	         Footer Cols ------------------------------
	     04. Header -----------------------------------
	     05. Header Fixed -----------------------------
	     06. Main -------------------------------------
	     07. Main Clean -------------------------------
	     08. Shell ------------------------------------
	     09. Sidebar ----------------------------------
	     10. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Article Small ----------------------------
	     02. Article Compact --------------------------
	     03. Article Mini -----------------------------
	     04. Boxes ------------------------------------
	     05. Box --------------------------------------
	     06. Box Centered -----------------------------
	     07. Box Primary ------------------------------
	     08. Box Border -------------------------------
	     09. Box Small --------------------------------
	         Tablet Portrait --------------------------
	     10. Box Image Mobile -------------------------
	     11. Breadcrumbs ------------------------------
	     12. Breadcrumbs Single -----------------------
	     13. Breadcrumbs Mobile -----------------------
	     14. Breadcrumbs Static -----------------------
	     15. Button -----------------------------------
	         Button Block -----------------------------
	         Button Full ------------------------------
	     16. Cards ------------------------------------
	     17. Cards Large ------------------------------
	     18. Cards Primary ----------------------------
	     19. Card Alt ---------------------------------
	     20. Card Map ---------------------------------
	     21. Card Compact -----------------------------
	     22. Card Alt ---------------------------------
	     23. Card Items -------------------------------
	     24. Card Aside -------------------------------
	     25. Card Simple ------------------------------
	     26. Card Method ------------------------------
	     27. Card Payment -----------------------------
	     28. Card Articles ----------------------------
	     29. Card Form --------------------------------
	     30. Cart -------------------------------------
	     31. Checkbox ---------------------------------
	     32. Checkboxes Default -----------------------
	     33. Checkboxes Alt ---------------------------
	     34. Checkbox Single --------------------------
	     35. Chekcbox Solid ---------------------------
	     36. Dashboard Select -------------------------
	     37. Decoration -------------------------------
	     38. Divider ----------------------------------
	     39. Dropdown Primary -------------------------
	     40. Dropdown Primary Full --------------------
	     41. Dropdown Primary Light -------------------
	     42. Dropdown ---------------------------------
	     43. Features ---------------------------------
	     44. Feature Centered -------------------------
	     45. Feature Primary --------------------------
	     46. Feature Border ---------------------------
	     47. File -------------------------------------
	     48. Form Elements ----------------------------
	     49. Form -------------------------------------
	     50. From Product -----------------------------
	     51. Form Secondary Large ---------------------
	     52. Form login -------------------------------
	     53. Form Spinner -----------------------------
	     54. Form Colors ------------------------------
	     55. Form Subscribe ---------------------------
	     56. Form Secondary Cart ----------------------
	     57. Has Error --------------------------------
	     58. Intro ------------------------------------
	     59. Intro Alt  -------------------------------
	     60. Intro Alt Border -------------------------
	     61. Items ------------------------------------
	     62. Items ------------------------------------
	     63. Items Alt --------------------------------
	     64. Items Info -------------------------------
	     65. Link -------------------------------------
	     66. List -------------------------------------
	     67. List Logos -------------------------------
	     68. List Logos Compact -----------------------
	     69. List Logos Alt ---------------------------
	     70. List Links -------------------------------
	         Tablet Portrait --------------------------
	     71. List links Primary -----------------------
	     72. List Plus --------------------------------
	     73. List Plus Alt ----------------------------
	     74. List Categories --------------------------
	     75. List Formulas ----------------------------
	     76. List Arrows ------------------------------
	     77. List Colors ------------------------------
	     78. List Info --------------------------------
	         List Info Large --------------------------
	     79. List Orders ------------------------------
	     80. List Products ----------------------------
	     81. List Products Alt ------------------------
	     82. List Products Reviews --------------------
	     83. List Info Alt ----------------------------
	     84. List Sizes -------------------------------
	     85. List Info Default ------------------------
	     86. List Pricing -----------------------------
	     87. List Payments ----------------------------
	     88. Logo -------------------------------------
	     89. Map --------------------------------------
	     90. Motto ------------------------------------
	     91. Nav --------------------------------------
	     92. Nav Utilities ----------------------------
	     93. Nav Utilities Fixed ----------------------
	     94. Nav Alt ----------------------------------
	     95. Nav Alt Small ----------------------------
	     96. Nav Alt Primary --------------------------
	     97. Nav Default ------------------------------
	     98. Ornament ---------------------------------
	     99. Out Of Stock -----------------------------
	     100. Paging ----------------------------------
	     101. Payment ---------------------------------
	     102. Pricing ---------------------------------
	     103. Products --------------------------------
	     104. Products Compact ------------------------
	     105. Products Small --------------------------
	     106. Products Small Alt ----------------------
	     107. Product Primary -------------------------
	         Product Primary Slider -------------------
	         Product Primary Image --------------------
	         Product Primary List ---------------------
	         Product Primary Utilities ----------------
	         Product Primary Thumbs -------------------
	         Product Primary Cols ---------------------
	     108. Products Alt ----------------------------
	     109. Products Cart ---------------------------
	     110. Promo Bar -------------------------------
	     111. Radio Color -----------------------------
	     112. Radio -----------------------------------
	     113. Radio Sizes -----------------------------
	     114. Rating ----------------------------------
	     115. Rating Big ------------------------------
	     116. Rating Holder ---------------------------
	     117. Review ----------------------------------
	     118. Review Alt ------------------------------
	     119. Search ----------------------------------
	     120. Search Holder ---------------------------
	     121. Search Results --------------------------
	     122. Section ---------------------------------
	     123. Section Boxes ---------------------------
	     124. Section Login ---------------------------
	     125. Section Features ------------------------
	     126. Section Motto ---------------------------
	     127. Section - Products ----------------------
	     128. Section Tabs ----------------------------
	     129. Section Logos ---------------------------
	     130. Section Product -------------------------
	     131. Section Products ------------------------
	     132. Section Cards ---------------------------
	     133. Section Dashboard -----------------------
	     134. Section Events --------------------------
	     135. Section Alt -----------------------------
	     136. Section Rules ---------------------------
	     137. Section Addresses -----------------------
	     138. Section Search --------------------------
	     139. Section Light ---------------------------
	     140. Section Steps ---------------------------
	     141. Section Info ----------------------------
	     142. Slider ----------------------------------
	     143. Sider Small -----------------------------
	     144. Socials ---------------------------------
	     145. Socials Small ---------------------------
	     146. Sort ------------------------------------
	     147. Sort Items ------------------------------
	     148. Sort Items Mobile -----------------------
	     149. Sort Alt --------------------------------
	     150. Sort Items Full -------------------------
	     151. Spinner ---------------------------------
	     152. Spinner Alt -----------------------------
	     153. Steps -----------------------------------
	     154. Step ------------------------------------
	     155. Subscribe -------------------------------
	     156. Subscribe Alt ---------------------------
	     157.  ----------------------------------------
	     158. Success ---------------------------------
	     159. Tabs ------------------------------------
	     160. Tabs Default ----------------------------
	     161. Tabs Primary ----------------------------
	     162. Tabs Alt --------------------------------
	     163. Table -----------------------------------
	     164. Valid -----------------------------------
	     165. Video -----------------------------------
	     166. Widget ----------------------------------
	IV.  Themes ---------------------------------------
	     01. Qty --------------------------------------
	     02. Select2 ----------------------------------
	     03. Sort Select ------------------------------
	     04. Select Dropdown --------------------------
	     05. Select Alt -------------------------------
	     06. Dashboard Select -------------------------
	     07. Product Select ---------------------------
	     08. Socials-alt ------------------------------
	     09. Tooltip ----------------------------------
	     10. Tooltip Mini -----------------------------
	     11. Slick Slide ------------------------------
	     12. Product ----------------------------------
	     13. Form Elements ----------------------------
	     14. Form -------------------------------------
	     15. List Chosen ------------------------------
	     16. List Plus --------------------------------
	     17. Article ----------------------------------
 */

 .ico-account { background-image: url(../../frontend/Magedirect/mws/en_US/images/signup.png); background-position:center center; background-size:100% 100%; width: 20px; height: 20px; display: inline-block; }
 .ico-amex { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 0% 24.324324324324326%; background-size: 372.3076923076923% 551.2195121951219%; width: 65px; height: 41px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-arrow-right { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 80.82191780821918% 76.49769585253456%; background-size: 1052.1739130434783% 2511.111111111111%; width: 23px; height: 9px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-arrow-up { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 98.71244635193133% 11.76470588235294%; background-size: 2688.888888888889% 1027.2727272727273%; width: 9px; height: 22px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-attention { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 97.87234042553192% 24.271844660194176%; background-size: 3457.142857142857% 1130%; width: 7px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-bike { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 77.96610169491525% 0%; background-size: 372.3076923076923% 579.4871794871794%; width: 65px; height: 39px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-box { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 66.99029126213593% 23.88888888888889%; background-size: 672.2222222222223% 491.30434782608694%; width: 36px; height: 46px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-caret-down-alt { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 68.77828054298642% 77.20930232558139%; background-size: 1152.3809523809523% 2054.5454545454545%; width: 21px; height: 11px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-caret-down { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 27.555555555555557% 88.83720930232558%; background-size: 1423.5294117647059% 2054.5454545454545%; width: 17px; height: 11px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-caret-right { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 98.71244635193133% 34.90566037735849%; background-size: 2688.888888888889% 1614.2857142857142%; width: 9px; height: 14px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-caret-up-dark { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 36.24454148471616% 87.61467889908256%; background-size: 1861.5384615384617% 2825%; width: 13px; height: 8px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-caret-up { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 43.859649122807014% 87.21461187214612%; background-size: 1728.5714285714284% 3228.5714285714284%; width: 14px; height: 7px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-cart { background-image: url(../../frontend/Magedirect/mws/en_US/images/cart.png); background-position: center center; background-size:100% 100%; width: 20px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-close { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 98.29059829059828% 65.59633027522935%; background-size: 3025% 2825%; width: 8px; height: 8px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-compare-hover { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 11.312217194570136% 80.58252427184466%; background-size: 1152.3809523809523% 1130%; width: 21px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-compare { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 0% 80.97560975609757%; background-size: 1152.3809523809523% 1076.1904761904764%; width: 21px; height: 21px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-delivery { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 0% 48.1283422459893%; background-size: 361.1940298507463% 579.4871794871794%; width: 67px; height: 39px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-discover { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 0% 0%; background-size: 372.3076923076923% 551.2195121951219%; width: 65px; height: 41px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-email-alt { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 46.60633484162896% 78.30188679245283%; background-size: 1152.3809523809523% 1614.2857142857142%; width: 21px; height: 14px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-facebook-alt { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 97.87234042553192% 43.60189573459716%; background-size: 3457.142857142857% 1506.6666666666667%; width: 7px; height: 15px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-facebook { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 97.87234042553192% 52.60663507109005%; background-size: 3457.142857142857% 1506.6666666666667%; width: 7px; height: 15px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-file { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 80.54298642533936% 21.287128712871286%; background-size: 1152.3809523809523% 941.6666666666666%; width: 21px; height: 24px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-flame { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 100% 0%; background-size: 2016.6666666666667% 1130%; width: 12px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-heart-hover { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 72.27272727272728% 63.63636363636363%; background-size: 1100% 1329.4117647058824%; width: 22px; height: 17px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-heart { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 22.727272727272727% 79.42583732057416%; background-size: 1100% 1329.4117647058824%; width: 22px; height: 17px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-instagram-alt { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 91.5929203539823% 42.38095238095238%; background-size: 1512.5% 1412.5%; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-instagram { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 91.5929203539823% 32.857142857142854%; background-size: 1512.5% 1412.5%; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-key { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 60.633484162895925% 63.942307692307686%; background-size: 1152.3809523809523% 1255.5555555555554%; width: 21px; height: 18px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-label { background-image: url(../../frontend/Magedirect/mws/en_US/images/brand.png); background-position: center center; background-size:100% 100%; width: 23px; height: 23px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-mastercard { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 38.983050847457626% 0%; background-size: 372.3076923076923% 551.2195121951219%; width: 65px; height: 41px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-minus { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 31.004366812227076% 55.60538116591929%; background-size: 1861.5384615384617% 7533.333333333333%; width: 13px; height: 3px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-notvalid { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 0% 91.82692307692307%; background-size: 1210% 1255.5555555555554%; width: 20px; height: 18px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-pencil { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 92.82511210762333% 0%; background-size: 1273.6842105263158% 1189.4736842105265%; width: 19px; height: 19px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-pinterest-alt { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 91.5929203539823% 80.47619047619048%; background-size: 1512.5% 1412.5%; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-pinterest { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 91.5929203539823% 70.95238095238095%; background-size: 1512.5% 1412.5%; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-plus { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 98.71244635193133% 59.907834101382484%; background-size: 2688.888888888889% 2511.111111111111%; width: 9px; height: 9px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-remove-dark { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 91.5929203539823% 61.42857142857143%; background-size: 1512.5% 1412.5%; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-remove { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 91.5929203539823% 51.90476190476191%; background-size: 1512.5% 1412.5%; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-request-hover { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 19.718309859154928% 64.56310679611651%; background-size: 834.4827586206897% 1130%; width: 29px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-request { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 34.56221198156682% 64.56310679611651%; background-size: 968% 1130%; width: 25px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-share { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 48.148148148148145% 63.942307692307686%; background-size: 930.7692307692308% 1255.5555555555554%; width: 26px; height: 18px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-sheet { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 0% 67.51269035532995%; background-size: 636.8421052631579% 779.3103448275862%; width: 38px; height: 29px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-thick { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 82.58928571428571% 62.735849056603776%; background-size: 1344.4444444444446% 1614.2857142857142%; width: 18px; height: 14px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-trash { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 92% 11.165048543689322%; background-size: 1423.5294117647059% 1130%; width: 17px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-truck-right { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 72.63157894736842% 47.44897959183674%; background-size: 465.3846153846154% 753.3333333333334%; width: 52px; height: 30px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-truck { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 37.368421052631575% 45.91836734693878%; background-size: 465.3846153846154% 753.3333333333334%; width: 52px; height: 30px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-twitter-alt { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 10.572687224669604% 89.67136150234741%; background-size: 1613.3333333333333% 1738.4615384615383%; width: 15px; height: 13px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-twitter { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 18.94273127753304% 89.67136150234741%; background-size: 1613.3333333333333% 1738.4615384615383%; width: 15px; height: 13px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-up { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 0% 100%; background-size: 1861.5384615384617% 1738.4615384615383%; width: 13px; height: 13px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-visa { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 38.983050847457626% 24.324324324324326%; background-size: 372.3076923076923% 551.2195121951219%; width: 65px; height: 41px; display: inline-block; vertical-align: middle; font-size: 0; }
 .ico-youtube { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 57.65765765765766% 78.30188679245283%; background-size: 1210% 1614.2857142857142%; width: 20px; height: 14px; display: inline-block; vertical-align: middle; font-size: 0; }
 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	 .ico-flame { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.@2x.png); background-position: 0% 0%; background-size: 100% 100%; width: 12px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }}
 .cols:after,
 .footer .footer__cols:after,
 .header .header__content:after,
 .shell:after,
 .breadcrumbs .breadcrumbs__list:after,
 .file:after,
 .form-secondary .form__cols:after,
 .intro-alt .intro-alt__inner:after,
 .list-logos-alt:after,
 .list-formulas:after,
 .list-products_reviews .product:after,
 .nav-utilities:after,
 .nav-utilities > ul:after,
 .nav-utilities:after,
 .nav-utilities-fixed:after,
 .products-small .product:after,
 .product-primary .product-primary__thumbs .slides:after,
 .promo-bar .promo-bar__inner:after,
 .rating-holder .rating-holder__entry:after,
 .sort .sort__inner:after,
 .tabs--alt .tabs__nav ul:after { content: ''; line-height: 0; display: table; clear: both; }
 /* ------------------------------------------------------------ *\
	 I.   Generic
 \* ------------------------------------------------------------ */
 /* ------------------------------------------------------------ *\
	 Reset
 \* ------------------------------------------------------------ */
 *,
 *:before,
 *:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section,
 summary,
 main { display: block; }
 html { tap-highlight-color: rgba(0,0,0,0); }
 body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
 img,
 iframe,
 video,
 audio,
 object { max-width: 100%; }
 img,
 iframe { border: 0 none; }
 img { height: auto; display: inline-block; vertical-align: middle; }
 b,
 strong { font-weight: bold; }
 address { font-style: normal; }
 svg:not(:root) { overflow: hidden; }
 a,
 button,
 input[type="submit"],
 input[type="button"],
 input[type="reset"],
 input[type="file"],
 input[type="image"],
 label[for] { cursor: pointer; }
 a[href^="tel"],
 button[disabled],
 input[disabled],
 textarea[disabled],
 select[disabled] { cursor: default; }
 button::-moz-focus-inner,
 input::-moz-focus-inner { padding: 0; border: 0; }
 input[type="text"],
 input[type="password"],
 input[type="date"],
 input[type="datetime"],
 input[type="datetime-local"],
 input[type="month"],
 input[type="week"],
 input[type="email"],
 input[type="number"],
 input[type="search"],
 input[type="tel"],
 input[type="time"],
 input[type="url"],
 input[type="color"],
 textarea,
 a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
 textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
 button,
 input,
 optgroup,
 select,
 textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
 button,
 select { text-transform: none; }
 table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 nav ul,
 nav ol { list-style: none outside none; }
 /* ------------------------------------------------------------ *\
	 Base
 \* ------------------------------------------------------------ */
 body { min-width: 320px; background: #fff; font-family: 'Museo Sans', sans-serif; font-size: 16px; line-height: 1.2; font-weight: 300; color: #373737; }
 a { color: inherit; text-decoration: none; }
 a:hover { text-decoration: underline; }
 a[href^="tel"] { text-decoration: none; }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 { margin-bottom: 0.6em; font-family: 'Montserrat', sans-serif; font-weight: 600; }
 h1 { font-size: 45px; line-height: 1.13; }
 h2 { font-size: 30px; line-height: 1.2; }
 h3 { font-size: 25px; line-height: 1.2; }
 h4 { font-size: 20px; line-height: 1.2; }
 h5 { font-size: 16px; line-height: 1.2; }
 h6 { font-size: 13px; line-height: 1.15; }
 p,
 ul,
 ol,
 dl,
 table,
 blockquote { margin-bottom: 1.2em; }
 h1[class],
 h2[class],
 h3[class],
 h4[class],
 h5[class],
 h6[class],
 h1:last-child,
 h2:last-child,
 h3:last-child,
 h4:last-child,
 h5:last-child,
 h6:last-child,
 p:last-child,
 ul:last-child,
 ol:last-child,
 dl:last-child,
 table:last-child,
 blockquote:last-child { margin-bottom: 0; }
 /* ------------------------------------------------------------ *\
	 Fonts
 \* ------------------------------------------------------------ */
 @font-face {
	 font-family: 'Museo Sans';
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-100.eot');
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-100.eot?#iefix') format('embedded-opentype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-100.woff') format('woff'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-100.ttf') format('truetype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-100.svg#MuseoSans-100') format('svg');
	 font-weight: 100;
	 font-style: normal;
 }
 @font-face {
	 font-family: 'Museo Sans';
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-300.eot');
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-300.woff') format('woff'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-300.ttf') format('truetype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-300.svg#MuseoSans-300') format('svg');
	 font-weight: 300;
	 font-style: normal;
 }
 @font-face {
	 font-family: 'Museo Sans';
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-500.eot');
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-500.woff') format('woff'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-500.ttf') format('truetype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
	 font-weight: 500;
	 font-style: normal;
 }
 @font-face {
	 font-family: 'Museo Sans';
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-700.eot');
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-700.woff') format('woff'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-700.ttf') format('truetype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-700.svg#MuseoSans-700') format('svg');
	 font-weight: 700;
	 font-style: normal;
 }
 @font-face {
	 font-family: 'Museo Sans';
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-900.eot');
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-900.eot?#iefix') format('embedded-opentype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-900.woff') format('woff'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-900.ttf') format('truetype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/MuseoSans-900.svg#MuseoSans-900') format('svg');
	 font-weight: 900;
	 font-style: normal;
 }
 @font-face {
	 font-family: 'Hastadaya';
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/Hastadaya.eot');
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/Hastadaya.eot?#iefix') format('embedded-opentype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/Hastadaya.woff') format('woff'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/Hastadaya.ttf') format('truetype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/Hastadaya.svg#Hastadaya') format('svg');
	 font-weight: normal;
	 font-style: normal;
 }
 @font-face {
	 font-family: 'Hastadaya Swash';
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/HastadayaSwash.eot');
	 src: url('../../frontend/Magedirect/mws/en_US/css/fonts/HastadayaSwash.eot?#iefix') format('embedded-opentype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/HastadayaSwash.woff') format('woff'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/HastadayaSwash.ttf') format('truetype'),
		 url('../../frontend/Magedirect/mws/en_US/css/fonts/HastadayaSwash.svg#HastadayaSwash') format('svg');
	 font-weight: normal;
	 font-style: normal;
 }
 /* ------------------------------------------------------------ *\
	 Helpers
 \* ------------------------------------------------------------ */
 /*  Clear  */
 .clear:after { content: ''; line-height: 0; display: table; clear: both; }
 /*  Cart Count  */
 .cart-count { display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; font-weight: 500; font-size: 10px; text-align: center; background: #b93758; color: #fff; }
 /*  Notext  */
 .notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
 .notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
 /*  Color Red  */
 .color-red { color: #b93758; }
 /*  Underline  */
 .underline { font-weight: 500; text-decoration: underline; }
 /*  Dropdown Shown  */
 .dropdown-shown { overflow: hidden; }
 /*  Hidden  */
 [hidden],
 .hidden { display: none; }
 /*  Alignleft  */
 .alignleft { float: left; }
 /*  Alignright  */
 .alignright { float: right; }
 /*  Disabled  */
 [disabled],
 .disabled { cursor: default; }
 /*  Grid  */
 .cols { height: 100%; margin: 0 -13px; }
 .cols:after { }
 .col { float: left; width: 100%; height: 100%; padding: 0 13px; }
 .row { margin-bottom: 25px; }
 .row:last-child { margin-bottom: 0; }
 .col_1of2 { width: 50%; }
 .col_1of3 { width: 33%; }
 .col_1of5 { width: 20%; }
 .col_2of3 { width: 67%; }
 /*  Responsive Helpers  */
 .visible-xs-block,
 .visible-xs-inline,
 .visible-xs-inline-block,
 .visible-sm-block,
 .visible-sm-inline,
 .visible-sm-inline-block,
 .visible-md-block,
 .visible-md-inline,
 .visible-md-inline-block,
 .visible-lg-block,
 .visible-lg-inline,
 .visible-lg-inline-block { display: none !important; }
 @media (max-width: 767px) {
	 .hidden-xs { display: none !important; }
	 .visible-xs-block { display: block !important; }
	 .visible-xs-inline { display: inline !important; }
	 .visible-xs-inline-block { display: inline-block !important; }
 }
 @media (min-width: 768px) and (max-width: 1023px) {
	 .hidden-sm { display: none !important; }
	 .visible-sm-block { display: block !important; }
	 .visible-sm-inline { display: inline !important; }
	 .visible-sm-inline-block { display: inline-block !important; }
 }
 @media (min-width: 1024px) and (max-width: 1200px) {
	 .hidden-md { display: none !important; }
	 .visible-md-block { display: block !important; }
	 .visible-md-inline { display: inline !important; }
	 .visible-md-inline-block { display: inline-block !important; }
 }
 @media (min-width: 1201px) {
	 .hidden-lg { display: none !important; }
	 .visible-lg-block { display: block !important; }
	 .visible-lg-inline { display: inline !important; }
	 .visible-lg-inline-block { display: inline-block !important; }
 }
 /* ------------------------------------------------------------ *\
	 II.  Regions
 \* ------------------------------------------------------------ */
 /* ------------------------------------------------------------ *\
	 Container
 \* ------------------------------------------------------------ */
 .container { position: relative; }
 .container .ornament { position: absolute; left: 0; top: 200px; }
 .container .ornament_right { left: auto; right: -95px; top: 600px; }
 /* ------------------------------------------------------------ *\
	 Content
 \* ------------------------------------------------------------ */
 .content {}
 /* ------------------------------------------------------------ *\
	 Footer
 \* ------------------------------------------------------------ */
 /* .footer { position: relative; padding-top: 35px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-dark.jpg) repeat; color: #fff; }  */
 .footer { position: relative; padding-top: 35px; color: #fff;background: #373737; } 
 .footer:after { content: ''; position: absolute; z-index: 1; left: 50%; bottom: calc(100% - 1px); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 91px; height: 15px; background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn-footer.png) no-repeat; display: none;  }
 .footer .footer__back-to-top { position: absolute; z-index: 1; left: 50%; top: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
 .footer .footer__logo { border: none; }
 .footer .footer__inner { text-align: center; margin-bottom: 30px; display: none;}
 .footer .footer__title { margin-bottom: 30px; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; text-transform: uppercase; color: #fff; }
 .footer .footer__links { list-style-type: none; font-size: 16px; }
 .footer .footer__links li + li { margin-top: 16px; }
 .footer .footer__links a { display: block; transition: color .3s; }
 .footer .footer__links a:hover { text-decoration: none; color: #a2a2a9; }
 .footer .footer__contacts { font-size: 13px; line-height: 2.23; color: #9b9b9b; }
 .footer .footer__contacts span { display: block; text-align: center; }
 .footer .footer__socials { margin: 27px 0 0 0; } 
 .footer .footer__list { background: #242424; padding: 20px 0; margin: 0 -15px; }
 .footer .footer__list ul { list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; text-align: left;padding-left: 100px;max-width: 48%;width: 100%; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
 .footer .footer__list li + li { margin-left: 30px; }
 .footer .footer__list ul li a,
 .footer .footer__list ul li {
	color: #fff;
	font-size: 16px;
 }
 /*  Footer Cols  */
 .footer .footer__cols:after { }
 .footer .footer__col { position: relative; width: 100%; float: left; padding: 0 20px 45px 23px;}
 /* .footer .footer__col:after { content: ''; position: absolute; right: 0; top: 0; width: 5px; height: 203px; background: url(../../frontend/Magedirect/mws/en_US/css/images/footer-border.png) no-repeat; } */
 /* .footer .footer__col:first-child:before { content: ''; position: absolute; left: 0; top: 0; width: 5px; height: 203px; background: url(../../frontend/Magedirect/mws/en_US/css/images/footer-border.png) no-repeat; } */
 .footer .footer__content .footer__logo .footer-logo{ 
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 }
 .footer .footer__logo .footer-logo a{
}  
.footer .footer__logo .footer-logo img {
    max-width: 70px;
	position: relative;
    margin-top: -15px;
}
.footer .footer__logo .footer__contacts p {
	font-size: 16px;
}
.footer .footer__logo .footer__contacts p a{
    color: #fff;
	background: none;
}
.footer .footer__logo .footer__title > span {
    display: block;
}
 .footer .footer__logo .footer__title {color: #fff;text-align: left;font-size: 17px;    padding-left: 10px; }
 .footer .footer__logo .footer__contacts {color: #fff; line-height: 1.5; text-align: left; /*padding-left: 65px;*/padding-left: 80px;}
 .footer .footer__col_size1 { width: 18%; }
 .footer .footer__col_size2 { width: 27%; text-align: center; }
.footer .footer__contacts .footer_payment img {
    max-width: 65%;
	margin: 20px 0 10px;
}
.footer .footer__contacts .ssl-footer-logo {
	max-width: 140px;
}
 @media (max-width: 1023px) {
	 .footer { position: relative; }
 
	 .footer .footer__logo img { width: 119px; }
 
	 .footer .footer__socials { margin: 0; text-align: center;}
 
	 .footer .footer__title { font-size: 13px; margin-bottom: 17px; }
 
	 .footer .footer__cols { display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 -20px; }
 
	 .footer .footer__content > .footer__col { border: none; padding: 0; margin-bottom: 19px; }
 
	 .footer .footer__col_size2 { float: none; width: 100%; }
 
	 .footer .footer__col_size2:before,
	 .footer .footer__col_size2:after { display: none; }
 
	 .footer .footer__col_size2 .footer__title { text-align: center; }
 
	 .footer .footer__col_size1 { width: 25%; }
 
	 .footer .footer__col { border-width: 1px 0 1px 0; border-style: solid; border-color: rgba(255,255,255, .10); padding: 16px 25px 23px 25px;  }
	 .footer .footer__col:last-child:before { left: auto; right: -2px; top: 0; }
	 .footer .footer__col:after { right: 0; top: 0; width: 5px; height: 203px; background: url(../../frontend/Magedirect/mws/en_US/css/images/footer-border-mobile.png) no-repeat; opacity: .10; }
	 .footer .footer__col:first-child:before { left: -2px; top: 0; width: 5px; height: 203px; background: url(../../frontend/Magedirect/mws/en_US/css/images/footer-border-mobile.png) no-repeat; opacity: .10; }
	 
	 .footer .clear { border: none; }
 }
 @media (max-width: 767px) {
	.footer .footer__content .footer__logo .footer-logo {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	 .footer .footer__cols { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 
	 .footer .footer__col_size1 { width: 50%; }
	 .footer .footer__logo .footer__contacts {
		text-align: center;
		padding-left: 0;
	 }
	 .footer .footer__list ul {
		max-width: 100%;
		padding-left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	 }
	 .footer .footer__list ul li:first-child {
		margin-right: 0;
		margin-bottom: 0;
		width: 100%;
		text-align: center;
	}
	.footer .footer__list li + li {
		margin: 12px 0;
	}
	.footer .footer__list ul li:last-child {
		margin: 0;
	}
	 .footer .footer__contacts .ssl-footer-logo {
		max-width: 95px;
		margin: 0 auto;
	}

	 .footer .footer__socials { margin-left: -10px; margin-right: -10px; text-align: center;}
 }
 /* ------------------------------------------------------------ *\
	 Header
 \* ------------------------------------------------------------ */
 .header { position: relative; background: #fff;border-bottom: 1px solid #fff; }
 .header .header__content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 50px;
}
 .header .header__inner { position: relative;}
 @media (max-width: 1023px) {
	 .header .header__nav-utilities { float: none; }
 
	 .header { padding: 13px 0 8px; position: fixed; left: 0; top: 0; width: 100%; z-index: 10; border-bottom: 1px solid #f1f2f4; }
 
	 .header.show-header { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
 
	 .header .nav { display: none; }
 
	 .header .header__logo-holder { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
 
	 .header .logo { border: none; }
 
	 .header .cart { width: 100%; padding-bottom: 100px; }
 
	 .header .dropdown-primary > a { position: absolute; left: 0; right: 0; width: 100%; height: 100%; background: rgba(71,71,79, .80); visibility: hidden; opacity: 0; transition: visibility .3s, opacity .3s; }
	 .header .dropdown-primary.active > a { visibility: visible; opacity: 1; }
 
	 .header .dropdown-primary .decoration { display: none; }
 
	 .header .dropdown-primary .dropdown-primary__inner { width: 320px; height: 100%; overflow: auto; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }
	 .header .dropdown-primary .dropdown-primary__inner:before { display: none; }
	 .header .dropdown-primary .dropdown-primary__inner:after { display: none; }
 
	 .header .dropdown .dropdown__cols { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 
	 .header .dropdown .dropdown__col_size1 { width: 100%; }
	 .header .dropdown .dropdown__col_size2 { width: 100%; }
 
	 .header .dropdown .dropdown__title { font-size: 13px; line-height: 1.2; text-align: left; }
 
	 .header .dropdown .dropdown__head { margin-bottom: 10px; }
 
	 .header .products-small_alt .product { width: 100%; }
	 .header .products-small_alt .product:nth-last-child(n+2):before { display: block; }
 
	 .header .search { width: 100%; }
 
	 .header .search .search__controls { width: 100%; }
 
	 .header .search-holder { position: relative; z-index: 1; width: 100%; padding-bottom: 100px; }
 
	 .header .search-holder .search-holder__head { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 
	 .header .search-holder .search-holder__actions { width: 100%; text-align: center; }
 
	 .header .list-links_primary { font-size: 14px; }
 
	 .header .list-categories_small { background: #f7f7f8; text-align: center; }
	 .header .list-categories_small li { width: calc(50% - 8px); margin: 0 3px; border-width: 1px 1px 1px 1px; }
	 .header .list-categories_small li:nth-child(2n) { margin-left: 4px; }
	 .header .list-categories_small li:nth-child(n+3) { margin-top: 8px; }
 
	 .header .list-links li:first-child { color: #a2a2a9; }
 }
 @media (max-width: 767px) {
	 .header .header__content { padding: 0; }
 }
 /* ------------------------------------------------------------ *\
	 Header Fixed
 \* ------------------------------------------------------------ */
 .header-fixed .header__nav-utilities { float: none; }
 .header-fixed { padding: 13px 0 8px; position: fixed; left: 0; top: 0; width: 100%; z-index: 10; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; border-bottom: 1px solid #f1f2f4; }
 .header-fixed.show-header { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
 .header-fixed .header__content { padding: 6px 0px 14px 10px; }
 .header-fixed .nav { display: none; }
 .header-fixed .header__logo-holder { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
 .header-fixed .logo { border: none; }
 .header-fixed .logo img { width: 81px; }
 .header-fixed .cart { width: 100%; padding-bottom: 100px; }
 .header-fixed .dropdown-primary { position: fixed; z-index: -1; left: 0; right: auto; top: 66px; width: 100%; height: 100vh; padding-top: 0; }
 .header-fixed .dropdown-primary.active { visibility: visible; opacity: 1; z-index: 10; }
 .header-fixed .dropdown-primary > a { position: absolute; left: 0; right: 0; width: 100%; height: 100%; background: rgba(71,71,79, .80); visibility: hidden; opacity: 0; transition: visibility .3s, opacity .3s; }
 .header-fixed .dropdown-primary.active > a { visibility: visible; opacity: 1; }
 .header-fixed .dropdown-primary .decoration { display: none; }
 .header-fixed .dropdown-primary .dropdown-primary__inner { width: 400px; height: 100%; overflow: auto; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }
 .header-fixed .dropdown-primary .dropdown-primary__inner:before { display: none; }
 .header-fixed .dropdown-primary .dropdown-primary__inner:after { display: none; }
 .header-fixed .dropdown .dropdown__cols { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .header-fixed .dropdown .dropdown__col_size1 { width: 100%; }
 .header-fixed .dropdown .dropdown__col_size2 { width: 100%; }
 .header-fixed .dropdown .dropdown__title { font-size: 13px; line-height: 1.2; text-align: left; }
 .header-fixed .dropdown .dropdown__head { margin-bottom: 10px; }
 .header-fixed .products-small_alt .product { width: 100%; }
 .header-fixed .products-small_alt .product:nth-last-child(n+2):before { display: block; }
 .header-fixed .search { width: 100%; }
 .header-fixed .search .search__controls { width: 100%; }
 .header-fixed .search-holder { position: relative; z-index: 1; width: 100%; padding-bottom: 100px; }
 .header-fixed .search-holder .search-holder__head { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .header-fixed .search-holder .search-holder__actions { width: 100%; text-align: center; }
 .header-fixed .list-links_primary { font-size: 14px; }
 .header-fixed .list-categories_small { background: #f7f7f8; padding: 7px; }
 .header-fixed .list-categories_small li { width: 180px; }
 .header-fixed .list-categories_small li:nth-child(2n) { margin-left: 7px; }
 .header-fixed .list-categories_small li:nth-child(n+3) { margin-top: 7px; }
 .header-fixed .list-links li:first-child { color: #a2a2a9; }
 @media (max-width: 1023px) {
	 .header-fixed { display: none; }	
 }
 /* ------------------------------------------------------------ *\
	 Main
 \* ------------------------------------------------------------ */
 .main { position: relative; z-index: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; margin-top: 0px; }
 .main:before { content: ''; position: absolute; left: 50%; bottom: 100%; width: 1200px; height: 16px; background: url(../../frontend/Magedirect/mws/en_US/css/images/dropdown-after.jpg) repeat-x; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
 .main > .ornament { position: absolute; width: 1200px; right: 770px; top: 100px; z-index: 2; }
 .main > .ornament_right { position: absolute; left: 1050px; width: 1200px; text-align: right; top: 65px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
 .main_bg { background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-light.jpg) repeat; }
 @media (max-width: 1023px) {
	 .main:before { content: ''; position: absolute; left: 15px; bottom: 100%; width: calc(100% - 30px); -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
 }
 /* ------------------------------------------------------------ *\
	 Main Clean
 \* ------------------------------------------------------------ */
 @media (max-width: 767px) {
	 .main--clean { margin-top: 0; }
	 .main--clean:before { display: none; }
 }
 /* ------------------------------------------------------------ *\
	 Shell
 \* ------------------------------------------------------------ */
 /* max-width: 1440px; */
 .shell { position: relative;width: 100%;max-width: 1680px; /*padding-left: 40px; padding-right: 40px;*/ margin: auto; }
 .shell:after { }
 .shell-fluid { max-width: none; }
 /* ------------------------------------------------------------ *\
	 Sidebar
 \* ------------------------------------------------------------ */
 .sidebar {}
 /* ------------------------------------------------------------ *\
	 Wrapper
 \* ------------------------------------------------------------ */
 .wrapper { min-height: 100vh; position: relative; overflow: hidden; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
 @media (max-width: 1023px) {
	 .wrapper { padding-top: 67px; }
 }
 @media (max-width: 767px) {
	 .wrapper { padding-top: 62px; }	
 }
 /* ------------------------------------------------------------ *\
	 III. Modules
 \* ------------------------------------------------------------ */
 /* ------------------------------------------------------------ *\
	 Article Small
 \* ------------------------------------------------------------ */
 .section_boxes h3 {
	font-size: 24px;
	font-weight: 500;
	color: #b93758;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 25px;
 }
 .article-small {text-align: center; font-size: 18px; letter-spacing: 0.02em; }
 .article-small .article-small__image { position: relative; margin-bottom: 15px; text-align: center; }
 .article-small .article-small__actions { margin-top: auto; }
 .article-small .article-small__image-overlay {color: #b93758; line-height: 23px;font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 16px; text-align: center; text-transform: uppercase; }
 .article-small .article-small__entry { margin-bottom: 20px; }
 .article-small .article-small__entry p {
	font-size: 16px;
 }
 .article-small .article-small__image img {
	width: 100%;
	display: block;
 }
 .article-small .article-small__actions .btn span { color: #fff;  }
 @media (max-width: 1023px) {
	 .article-small {  }
 }
 @media (max-width: 767px) {

 }
 /* ------------------------------------------------------------ *\
	 Article Compact
 \* ------------------------------------------------------------ */
 .article-compact { margin-bottom: 26px; letter-spacing: -0.005em; line-height: 1.4; }
 .article-compact:last-child { margin-bottom: 0; }
 .article-compact .article-compact__title { text-transform: uppercase; margin-bottom: 10px; }
 .article-compact .article-compact__subtitle { margin-bottom: 5px; font-weight: normal; line-height: 1.4; }
 .article-compact .article-compact__entry span { text-transform: uppercase; font-weight: 500; }
 /* ------------------------------------------------------------ *\
	 Article Mini
 \* ------------------------------------------------------------ */
 .article-mini { margin-bottom: 41px; }
 .article-mini:last-child { margin-bottom: 0; }
 .article-mini .article-mini__title { margin-bottom: 13px; font-family: 'Museo Sans', sans-serif; font-weight: 300; }
 .article-mini .article-mini__entry { margin-bottom: 19px; letter-spacing: -0.007em; }
 @media (max-width: 1023px) {
	 .article-mini { margin-bottom: 30px; }
 }
 /* ------------------------------------------------------------ *\
	 Boxes
 \* ------------------------------------------------------------ */
 .boxes .boxes__cols { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 -13px;height: 100%; }
 .boxes .boxes__col { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; padding: 0 13px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .boxes .boxes__row { height: 50%;}
 .boxes .boxes__row:first-child {
    padding-bottom: 15px;
}
 .boxes .boxes__inner { width: 100%;}
 @media (max-width: 1023px) {
	 .boxes .boxes__cols { margin: 0 -10px; }
 
	 .boxes .boxes__col { padding: 0 10px; }
 
	 .boxes .boxes__row { padding: 10px 0; }
 
	 .boxes .boxes__inner { margin: -10px 0; }
 }
 @media (max-width: 767px) {
	 .boxes .boxes__cols { margin: 0; display: block; }
 
	 .boxes .boxes__col { padding: 0; width: 100%; display: block; }
 
	 .boxes .boxes__col + .boxes__col { margin-top: 10px; }
 
	 .boxes .boxes__row { padding: 0; }
	 .boxes .boxes__row + .boxes__row { margin-top: 10px; }
 
	 .boxes .boxes__inner { margin: 0; }
 }
 /* ------------------------------------------------------------ *\
	 Box
 \* ------------------------------------------------------------ */
 .box { position: relative; height: 100%; font-size: 22px; line-height: 1.36; font-weight: 300; }
 .box .box__content { position: absolute; z-index: 1; right: 53px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding-top: 16px; text-align: center; }
 .box .box__title { margin-bottom: 14px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; }
 .box .box__title span { border-bottom: 1px solid #363636; padding-bottom: 7px; }
 .box .box__image { position: relative; height: 100%; overflow: hidden; }
 .box .box__image img { width: 100%; height: 100%;}
 .box .box__btn { display: block; height: 100%;}
 .box .box__btn i { transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
 .box .box__btn:hover i { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }
 .box .box__image-overlay { position: absolute; right: 79px; bottom: -10px; }
 .box__content.generel {right: unset;left: 30px;}
 @media (max-width: 1023px) {
	 .box { font-size: 16px; line-height: 1.5; }
 
	 .box .box__content { right: 25px; padding-top: 17px; }
	 .box .box__content.generel {right: unset !important;}
	 .box .box__image-overlay { position: absolute; right: 59px; bottom: -10px; }
	 .box .box__image-overlay img { width: 58px; }
 }
 @media (max-width: 767px) {
	 .box { height: 354px; }
	 .boxes .boxes__col .box.right-section {height: 100%;}
	 .box .box__image > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; vertical-align: bottom; }
 
	 .box .box__image--mobile img { height: auto; }
 
	 .box .box__content { right: auto; left: 50%; top: 27px; width: 250px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); padding-top: 0; }
 
	 .box .box_primary .box__entry { margin-right: 0; }
	 
	 .box .box__entry { max-width: 190px; margin: 0 auto; }
	 
	 .box .box__entry br { display: none; }
 }
 /* ------------------------------------------------------------ *\
	 Box Centered
 \* ------------------------------------------------------------ */
 .box_centered .box__content { right: auto; left: 50%; top: 37px; width: 215px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
 @media (max-width: 1023px) {
	 .box_centered .box__content { top: 12px; width: 215px; }
 }
 @media (max-width: 767px) {
	 .box_centered .box__content { top: 30px; width: 215px; }
 }
 /* ------------------------------------------------------------ *\
	 Box Primary
 \* ------------------------------------------------------------ */
 .box_primary .box__content { text-align: right; right: 32px; padding-bottom: 60px; }
 @media (max-width: 1023px) {
	 .box_primary .box__content { right: 24px; padding-bottom: 30px; }
 }
 @media (max-width: 767px) {
	 .box_primary .box__content { right: 24px; left: auto; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); padding-bottom: 0; padding-top: 45px; }
 }
 /* ------------------------------------------------------------ *\
	 Box Border
 \* ------------------------------------------------------------ */
 .box_border { position: relative; width: 100%;}
 .box_border:after { content: ''; position: absolute; left: 11px; top: 11px; width: calc(100% - 22px); height: calc(100% - 22px); padding: 11px; border: 1px solid rgba(255,255,255, .25); }
 /* ------------------------------------------------------------ *\
	 Box Small
 \* ------------------------------------------------------------ */
 .box-small .box-small__image { margin-bottom: 10px; width: 100%; border-radius: 2px; text-align: center; }
 .box-small .box-small__title { margin-bottom: 10px; text-transform: uppercase; text-align: center; color: #373737; }
 /* Tablet Portrait */
 @media (max-width: 1024px) {
	 .box-small .box-small__image { margin: 0 auto 10px; text-align: center; }
 
	 .box-small .spinner { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
 }
 /* ------------------------------------------------------------ *\
	 Box Image Mobile
 \* ------------------------------------------------------------ */
 @media (max-width: 767px) {
	 
 }
 /* ------------------------------------------------------------ *\
	 Breadcrumbs
 \* ------------------------------------------------------------ */
 .breadcrumbs { position: relative; }
 .breadcrumbs .breadcrumbs__inner { position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
 .breadcrumbs .breadcrumbs__list { position: relative; list-style-type: none; font-size: 12px; font-weight: 700; text-transform: capitalize; padding: 18px 0 18px; margin: 0; }
 .breadcrumbs .breadcrumbs__list:after { }
 .breadcrumbs .breadcrumbs__list li { position: relative; float: left; padding-right: 14px; }
 .breadcrumbs .breadcrumbs__list li:last-child:after { display: none; }
 .breadcrumbs .breadcrumbs__list li:after { content: ''; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0; border-width: 5px 0 5px 5px; border-style: solid; border-color: transparent; border-left-color: #373737; }
 .breadcrumbs .breadcrumbs__list li + li { margin-left: 8px; }
 .breadcrumbs .breadcrumbs__list li > a { display: block; }
 .breadcrumbs .current a,
 .breadcrumbs .breadcrumbs__list li > a:hover { text-decoration: none; color: #7e7e7e; }
 @media (max-width: 1023px) {
	 .breadcrumbs .breadcrumbs__list { display: none; }
 
	 .breadcrumbs .breadcrumbs__inner { position: static; float: right; padding: 10px 0; top: auto; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
 }
 /* ------------------------------------------------------------ *\
	 Breadcrumbs Single
 \* ------------------------------------------------------------ */
 .breadcrumbs_single .breadcrumbs__inner { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
 .breadcrumbs_single .breadcrumbs__list { padding: 20px 0; }
 @media (max-width: 1023px) {
	 .breadcrumbs_single .breadcrumbs__list { display: block; }
 }
 @media (max-width: 767px) {
	 .breadcrumbs_single { font-size: 13px; }
 
	 .breadcrumbs_single .breadcrumbs__list { display: none; }
	 
	 .breadcrumbs_single .breadcrumbs__inner { position: static; right: auto; top: auto; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
 
	 .breadcrumbs_single .socials-small.active { padding-top: 0; }
	 .breadcrumbs_single .socials-small ul.expand { margin: 0 auto; }
 
	 .breadcrumbs_single .breadcrumbs__list { padding: 25px 0; }
 }
 /* ------------------------------------------------------------ *\
	 Breadcrumbs Mobile
 \* ------------------------------------------------------------ */
 .breadcrumbs--mobile .breadcrumbs__list { display: block; }
 /* ------------------------------------------------------------ *\
	 Breadcrumbs Static
 \* ------------------------------------------------------------ */
 .breadcrumbs--static { padding: 15px 0; }
 .breadcrumbs--static .breadcrumbs__list { display: none; }
 .breadcrumbs--static .breadcrumbs__inner { position: static; right: auto; top: auto; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); float: right; }
 .breadcrumbs--static .socials-small.active { padding-top: 0; }
 .breadcrumbs--static .socials-small ul.expand { margin: 0 auto; }
 /* ------------------------------------------------------------ *\
	 Button
 \* ------------------------------------------------------------ */
 .btn { 
	position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 0 25px 0;
	/* border-radius: 20px !important; */
    background: #b83b5b;
    border: none;
    border-radius: 0;
    color: #fff;
	font-weight: bold;
    /* border-bottom: 2px solid #d6d6d6; */
    transition: background .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }
 .btn:hover { text-decoration: none; background: #d7d7d9; }
 .btn:hover i { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }
 .btn i { display: inline-block; vertical-align: middle; margin-left: 10px; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
 .btn span { display: inline-block; vertical-align: middle;  }
 .btn_medium { padding: 0 45px 0; }
 .btn_medium i { right: 50px; }
 .btn_small { padding: 0 21px 0; }
 .btn_md { padding: 0 50px; }
 /*  Button Block  */
 .btn-block { display: block; padding-left: 0; padding-right: 0; }
 /*  Button Full  */
 .btn_full { width: 100%; }
 @media (max-width: 1023px) {
	 .btn { padding: 0 20px; }
 }
 /* ------------------------------------------------------------ *\
	 Cards
 \* ------------------------------------------------------------ */
 .cards { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px 38px; }
 /* .cards:last-child { margin-bottom: 0;  } */
 .cards .card { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 50%; padding: 0 15px; }
 .cards .card:nth-child(n+3) { margin-top: 35px; }
 .cards .card__inner { position: relative; height: 100%; padding: 22px 10px 10px; background: #fff; border: 1px solid #e8e8e8; }
 .cards .card__inner:after { content: ''; position: absolute; left: 10px; top: 10px; width: calc(100% - 20px); height: 12px; background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x; }
 .cards .card__head-inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 10px 15px; }
 .cards .card__title { font-family: 'Museo Sans', sans-serif; font-weight: 300; }
 .cards .card__body { padding: 19px 16px 55px; overflow: hidden; }
 .cards .card__entry { margin-bottom: 30px; line-height: 1.4; }
 .cards .card__btn { font-size: 13px; text-decoration: underline; }
 .cards .card__btn:hover { text-decoration: none; }
 .cards .card__foot { margin: 35px -10px 0; padding: 33px 29px 31px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-dark.jpg) repeat; }
 .cards .card__foot .btn { border-color: #222522; }
 @media (max-width: 1023px) {
	 .cards .card__body { padding: 19px 7px 55px; }
 }
 @media (max-width: 767px) {
	 .cards { margin: 0; }
	 .cards + .cards { margin-top: 20px; }
 
	 .cards .card__body { padding: 19px 7px 10px; }
 
	 .cards { width: 100%; margin-right: 0; }
	 .cards .card:nth-child(n+2) { margin-top: 10px; }
 
	 .cards .card { padding: 0; width: 100%; }
	 .cards .card:last-child { margin-bottom: 0;  }
 }
 /* ------------------------------------------------------------ *\
	 Cards Large
 \* ------------------------------------------------------------ */
 .cards_large { margin-bottom: 35px; }
 .cards_large .card__head-inner { padding: 0 0 0 11px; }
 .cards_large .card__title { font-size: 13px; padding-bottom: 10px; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }
 .cards_large .card__body { padding: 26px 0 23px; }
 .cards_large .divider { margin-top: -3px; }
 /* ------------------------------------------------------------ *\
	 Cards Primary
 \* ------------------------------------------------------------ */
 .cards_primary .card__inner { padding: 22px 10px 0; }
 .cards_primary .card__body { padding: 19px 16px 0; }
 @media (max-width: 1023px) {
	 .cards_primary .card__body { padding: 19px 7px 0; }
 }
 /* ------------------------------------------------------------ *\
	 Card Alt
 \* ------------------------------------------------------------ */
 .card--alt .card__body { padding: 19px 16px 5px; }
 /* ------------------------------------------------------------ *\
	 Card Map
 \* ------------------------------------------------------------ */
 .card--map .card__body { padding: 10px 0 36px; }
 /* ------------------------------------------------------------ *\
	 Card Compact
 \* ------------------------------------------------------------ */
 .card--compact .card__body { padding: 19px 16px 19px; }
 /* ------------------------------------------------------------ *\
	 Card Alt
 \* ------------------------------------------------------------ */
 .card--default .card__head { font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-weight: 600; }
 .card--default .card__head-inner { padding: 23px 10px; }
 .card--default .card__title { font-family: 'Montserrat', sans-serif; font-weight: 600; }
 .card--default .card__body { padding: 16px 0 22px; }
 .card--default .card__foot { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: inherit; margin: 0; padding: 0 0 14px; }
 .card--default .card__foot .card__btn { font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-weight: 600; }
 .card--default .card__foot .btn { border-color: #d6d6d6; padding: 0 24px; margin-left: 30px; }
 .card--default .card__foot .card__back { font-size: 13px; font-weight: 400; }
 .card--default .card__title--additional { min-width: 325px; }
 @media (max-width: 1200px) {
	 .card--default .card__foot { display: block; position: relative; }
 
	 .card--default .card__foot .card__actions { text-align: center; padding-top: 30px; }
 
	 .card--default .card__foot .btn { margin-left: 0; }
 
	 .card--default .card__foot .card__btn { position: absolute; right: 0; top: 0; }
 }
 @media (max-width: 767px) {
	 .card--default .card__foot { text-align: center; }
 
	 .card--default .card__foot .card__btn { position: static; display: block; width: 100%; }
 
	 .card--default .card__foot .card__actions { padding-top: 17px; }
 
	 .card--default .card__foot .btn { margin-top: 23px; }
 }
 /* ------------------------------------------------------------ *\
	 Card Items
 \* ------------------------------------------------------------ */
 .card--items .card__title { font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }
 .card--items .card__head-inner { padding: 17px 18px; }
 .card--items .card__body { padding: 30px 16px; }
 @media (max-width: 1023px) {
	 .card--items .card__head-inner { padding: 21px 18px; }
 
	 .card--items .card__body { padding: 20px 16px; }
 }
 @media (max-width: 767px) {
	 
 }
 /* ------------------------------------------------------------ *\
	 Card Aside
 \* ------------------------------------------------------------ */
 .card--aside .card__actions { margin-top: -11px; padding-bottom: 10px; }
 .card--aside .card__link { display: block; margin-top: 20px; text-align: center; text-decoration: underline; font-size: 13px; }
 .card--aside .card__link:hover { text-decoration: none; }
 /* ------------------------------------------------------------ *\
	 Card Simple
 \* ------------------------------------------------------------ */
 .card--simple .card__body { padding: 0; }
 .card--simple .card__section { padding: 31px 30px 10px; }
 .card--simple .card__section--alt { padding: 15px 30px 10px; }
 @media (max-width: 1023px) {
	 .card--simple .card__section { padding: 31px 7px 10px; }
 }
 /* ------------------------------------------------------------ *\
	 Card Method
 \* ------------------------------------------------------------ */
 .card--method .cols { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; }
 .card--method .col { float: none; padding: 0 10px; }
 .card--method .card__body { padding: 36px 30px 10px 30px; }
 .card--method .card__foot { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: 10px; color: #9b9b9b; }
 .card--method .card__back { font-size: 13px; text-decoration: underline; }
 .card--method .card__back:hover { text-decoration: none; }
 .card--method .card__inner { padding-bottom: 0; }
 .card--method .card__title { margin-bottom: 15px; }
 .card--method .card__section { padding: 37px 0; }
 .card--method .card__section:last-child { padding-bottom: 0; }
 @media (max-width: 1023px) {
	 .card--method .col { width: 50%; }
	 .card--method .col:nth-child(n+3) { margin-top: 35px; }
 
	 .card--method .card__body { padding: 36px 7px 10px; }
 }
 @media (max-width: 767px) {
	 .card--method .card__foot { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
	 
	 .card--method .card__back { margin-bottom: 20px; }
 
	 .card--method .col { width: 100%; }
	 .card--method .col:nth-child(n+2) { margin-top: 35px; }
 }
 /* ------------------------------------------------------------ *\
	 Card Payment
 \* ------------------------------------------------------------ */
 .card--payment .card__head { padding: 30px 10px; border-bottom: 1px solid #c7c7cb; }
 .card--payment .card__title { margin-bottom: 6px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-weight: 600; }
 .card--payment .card__title:last-child { margin-bottom: 0; }
 .card--payment .card__section { padding: 31px 30px; border-bottom: 1px solid #c7c7cb; }
 .card--payment .card__section:last-child { border-bottom: none; }
 .card--payment .card__entry { font-size: 13px; }
 .card--payment .card__entry:last-child { margin-bottom: 0; }
 .card--payment .card__entry a { text-decoration: underline; }
 .card--payment .card__entry a:hover { text-decoration: none; }
 .card--payment .card__foot { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: 10px; color: #9b9b9b; }
 .card--payment .card__back { font-size: 13px; text-decoration: underline; }
 .card--payment .card__back:hover { text-decoration: none; }
 .card--payment .card__title--alt { margin-bottom: 30px; }
 .card--payment .card__title--alt + .checkbox { margin-bottom: 25px; }
 .card--payment .card__outer { padding: 30px 20px; }
 @media (max-width: 1023px) {
	 .card--payment .card__section { padding: 31px 5px; }
 }
 @media (max-width: 767px) {
	 .card--payment .card__foot { display: block; text-align: center; }
 
	 .card--payment .card__back { display: block; text-align: center; margin-bottom: 20px; }
 }
 /* ------------------------------------------------------------ *\
	 Card Articles
 \* ------------------------------------------------------------ */
 .card--articles .card__head-inner { padding: 18px 15px; }
 .card--articles .card__body { padding: 29px 16px 39px; }
 /* ------------------------------------------------------------ *\
	 Card Form
 \* ------------------------------------------------------------ */
 .card--form .card__body { padding: 29px 16px 29px; }
 /* ------------------------------------------------------------ *\
	 Cart
 \* ------------------------------------------------------------ */
 .cart { position: relative; z-index: 1; width: 392px; padding: 5px 10px 15px; font-family: 'Montserrat', sans-serif; font-weight: 600; color: #373737; }
 .cart .cart__title { line-height: 2.31; color: #4b4b4b; font-weight: 600; }
 .cart .cart__head { margin-bottom: 19px; text-align: center; }
 .cart .cart__body { margin-bottom: 19px; background: #fff; border: 1px solid #eaeaea; }
 .cart .cart__foot { text-align: center; font-size: 16px; }
 .cart .cart__outro { margin-bottom: 7px; }
 .cart .cart__btn { display: block; font-size: 13px; text-decoration: underline; }
 .cart .cart__btn:hover { text-decoration: none; }
 .cart .cart__head .cart__actions a.btn {
	 background: #b83b5b;
	 color: #fff !important;
 }
 .cart .cart__head .cart__actions a.btn:hover {
	 background: #ededed;
	 color: #000 !important;
 }
 .cart .cart__foot .cart__actions .cart__btn {
	 font-size: 13px;
	 padding: 15px;
	 color: #b83b5b !important;
	 text-decoration: none !important;
 }
 .iosc-whole.street .field.additional .control {
	 padding-bottom: 10px;
 }
 .dropdown-primary__inner .cart .cart__foot .cart__actions .cart__btn:hover {
	 color: #000 !important;
 }
 @media (max-width: 1023px) {
	 .cart { width: 100%; padding-bottom: 100px; }
 }
 /* ------------------------------------------------------------ *\
	 Checkbox
 \* ------------------------------------------------------------ */
 .checkboxes { list-style-type: none; font-family: 'Museo Sans', sans-serif; font-weight: 500; font-size: 16px; text-transform: none; }
 .checkbox { position: relative; }
 .checkbox + .checkbox { margin-top: 11px; }
 .checkbox input { display: none; }
 .checkbox label { position: relative; display: inline-block; vertical-align: middle; padding-left: 23px; }
 .checkbox input + label:before { content: ''; position: absolute; left: 0; top: 2px; width: 15px; height: 15px; background: #fafafb; border: 1px solid #e8e8e8; }
 .checkbox input:checked + label:before { background: #fafafb; border: 1px solid #1e1e1e; }
 .checkbox input:checked + label:after { content: ''; position: absolute; left: 1px; top: 3px; width: 13px; height: 13px; background: #1e1e1e; border: 2px solid #fafafb; }
 /* ------------------------------------------------------------ *\
	 Checkboxes Default
 \* ------------------------------------------------------------ */
 .checkboxes--default .checkbox label { padding-left: 30px; }
 /* ------------------------------------------------------------ *\
	 Checkboxes Alt
 \* ------------------------------------------------------------ */
 .checkboxes--alt .checkbox { margin-bottom: 0; }
 .checkboxes--alt { margin-bottom: 22px; }
 .checkboxes--alt:last-child { margin-bottom: 0; }
 .checkboxes--alt .checkbox { margin-bottom: 12px; font-size: 13px; font-weight: 400; }
 .checkboxes--alt .checkbox:last-child { margin-bottom: 0; }
 .checkboxes--alt .checkbox label { padding-left: 28px; }
 .checkboxes--alt .checkbox input + label:before { bottom: 0; }
 .checkboxes--alt .checkbox input + label:after { bottom: 1px; }
 @media (max-width: 1023px) {
	 .checkboxes--alt .checkbox input + label:before { bottom: auto; top: 2px; }
 
	 .checkboxes--alt .checkbox input:checked + label:after { bottom: 0; top: 3px; }
 }
 /* ------------------------------------------------------------ *\
	 Checkbox Single
 \* ------------------------------------------------------------ */
 .checkbox--single { padding: 28px 20px 20px 30px; }
 .checkbox--single label { padding-left: 27px; }
 @media (max-width: 1023px) {
	 .checkbox--single { padding: 28px 7px 20px; }
 
	 .checkbox--single input + label:before { bottom: auto; top: 2px; }
 
	 .checkbox--single input:checked + label:after { bottom: 0; top: 3px; }
 }
 /* ------------------------------------------------------------ *\
	 Chekcbox Solid
 \* ------------------------------------------------------------ */
 .checkbox--solid input + label:before { border-color: #1e1e1e; }
 /* ------------------------------------------------------------ *\
	 Dashboard Select
 \* ------------------------------------------------------------ */
 .dashboard-select { min-width: 274px; }
 @media (max-width: 767px) {
	 .dashboard-select { min-width: 100%; padding-top: 10px; border-top: 1px solid #c7c7cb; }
 }
 /* ------------------------------------------------------------ *\
 /* ------------------------------------------------------------ *\
	 Dropdown Primary
 \* ------------------------------------------------------------ */
 .dropdown-primary { position: absolute; right: 0; z-index: -1; visibility: hidden; opacity: 0; padding-top: 20px; overflow: hidden; transition: visibility .3s, opacity .3s, z-index .2s; }
 .dropdown-primary.active { visibility: visible; opacity: 1; z-index: 10; }
 .dropdown-primary.active .dropdown-primary__inner { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); visibility: visible; opacity: 1; }
 .dropdown-primary .dropdown-primary__inner { padding-bottom: 16px; /*background: #fff; border-bottom: 2px solid #b93758; box-shadow: 3px 3px 3px 0 rgba(135,135,135, 0.29);*/ -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); visibility: hidden; opacity: 0; transition: visibility .3s, opacity .3s, -webkit-transform .3s; transition: transform .3s, visibility .3s, opacity .3s; transition: transform .3s, visibility .3s, opacity .3s, -webkit-transform .3s; }
 .dropdown-primary .dropdown-primary__inner .decoration { height: calc(100% - 16px); }
 .dropdown-primary .dropdown-primary__inner:before { content: ''; position: absolute; z-index: 20; bottom: 100%; right: 30px; background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 36.24454148471616% 87.61467889908256%; background-size: 1861.5384615384617% 2825%; width: 13px; height: 8px; }
 @media (max-width: 1023px) {
	 .dropdown-primary { position: fixed; z-index: -1; left: 0; right: auto; top: 66px; width: 100%; height: 100%; padding-top: 0; }
	 .dropdown-primary.active { visibility: visible; opacity: 1; z-index: 10; }
 
	 .dropdown-primary > a { position: absolute; left: 0; right: 0; width: 100%; height: 100%; background: rgba(71,71,79, .80); visibility: hidden; opacity: 0; transition: visibility .3s, opacity .3s; }
	 .dropdown-primary.active > a { visibility: visible; opacity: 1; }
	 
	 .dropdown-primary .decoration { display: none; }
 
	 .dropdown-primary .dropdown-primary__inner { width: 320px; height: 100%; overflow: auto; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }
	 .dropdown-primary .dropdown-primary__inner:before { display: none; }
	 .dropdown-primary .dropdown-primary__inner:after { display: none; }
 }
 @media (max-width: 767px) {
	 .dropdown-primary { top: 60px; }
 }
 /* ------------------------------------------------------------ *\
	 Dropdown Primary Full
 \* ------------------------------------------------------------ */
 .dropdown-primary_full { right: auto; left: 0; width:100%; top:100%;background: #fff;}
 .dropdown-primary_full .dropdown-primary__inner:before { right: auto; left: 30px; }
 @media (max-width: 1023px) {
	 .dropdown-primary_full { right: auto; left: 0; width: 300px; }
 }
 /* ------------------------------------------------------------ *\
	 Dropdown Primary Light
 \* ------------------------------------------------------------ */
 .dropdown-primary_light .dropdown-primary__inner { background: #fff; }
 .dropdown-primary_light .dropdown-primary__inner:before { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 43.859649122807014% 87.21461187214612%; background-size: 1728.5714285714284% 3228.5714285714284%; width: 14px; height: 7px; }
 /* ------------------------------------------------------------ *\
	 Dropdown
 \* ------------------------------------------------------------ */
 .dropdown { position: relative; z-index: 2; width: 452px; padding: 15px 10px; font-family: 'Montserrat', sans-serif; font-weight: 600; color: #373737; }
 .dropdown .dropdown__title { font-size: 14px; line-height: 2.31; color: #4b4b4b; font-weight: 600; }
 .dropdown .dropdown__head { margin-bottom: 7px; padding-left: 15px; }
 .dropdown .dropdown__body { margin-bottom: 19px; background: #fff; border: 1px solid #eaeaea; }
 .dropdown .dropdown__foot { text-align: center; }
 .dropdown .dropdown__cols { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin: 0 -5px; }
 .dropdown .dropdown__col { width: 100%; padding: 0 5px; }
 .dropdown .dropdown__col_size1 { width: 39%; }
 .dropdown .dropdown__col_size2 { width: 61%; }
 .dropdown_full { width: 100%; }
 .dropdown--small { padding: 9px 10px 15px; }
 .dropdown--small .dropdown__head { margin-bottom: 5px; text-align: center; }
 @media (max-width: 1023px) {
	 .dropdown .dropdown__cols { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 
	 .dropdown .dropdown__col_size1 { width: 100%; }
 
	 .dropdown .dropdown__col_size2 { width: 100%; }
 
	 .dropdown .dropdown__title { font-size: 13px; line-height: 1.2; text-align: left; }
 
	 .dropdown .dropdown__head { margin-bottom: 10px; }
 }
 /* ------------------------------------------------------------ *\
	 Features
 \* ------------------------------------------------------------ */
 .features { min-height: 795px; }
 .features .features__cols { display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 -10px; }
 .features .features__col { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; padding: 0 10px; }
 .feature { position: relative; height: 100%; font-size: 22px; font-weight: 300; }
 .feature .feature__content { position: absolute; z-index: 1; right: 55px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }
 .feature .feature__title { margin-bottom: 10px; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }
 .feature .feature__title span { border-bottom: 1px solid #363636; padding-bottom: 3px; }
 .feature .feature__image { position: relative; overflow: hidden; padding: 10px; }
 .feature .feature__image img { width: 100%; }
 .feature .feature__image-overlay { position: absolute; right: 79px; bottom: -10px; }
 /* ------------------------------------------------------------ *\
	 Feature Centered
 \* ------------------------------------------------------------ */
 .feature_centered .feature__content { right: auto; left: 50%; top: 37px; width: 215px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
 /* ------------------------------------------------------------ *\
	 Feature Primary
 \* ------------------------------------------------------------ */
 .feature_primary .feature__content { text-align: right; right: 32px; padding-bottom: 100px; }
 /* ------------------------------------------------------------ *\
	 Feature Border
 \* ------------------------------------------------------------ */
 .feature_border { position: relative; }
 .feature_border:after { content: ''; position: absolute; z-index: 10; left: 11px; top: 11px; width: calc(100% - 22px); height: calc(100% - 22px); padding: 11px; border: 1px solid rgba(255,255,255, .25); }
 /* ------------------------------------------------------------ *\
	 File
 \* ------------------------------------------------------------ */
 .file { display: block; }
 .file:hover { text-decoration: none; }
 .file:after { }
 .file .file__icon { float: left; margin-right: 10px; }
 .file .file__content { padding-top: 4px; overflow: hidden; }
 .file .file__title { margin-bottom: 5px; text-transform: uppercase; }
 /* ------------------------------------------------------------ *\
	 Form Elements
 \* ------------------------------------------------------------ */
 input::-webkit-input-placeholder { color: inherit; opacity: 1; }
 input::-moz-placeholder { color: inherit; opacity: 1; }
 input:-ms-input-placeholder { color: inherit; opacity: 1; }
 input::placeholder { color: inherit; opacity: 1; }
 textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
 textarea::-moz-placeholder { color: inherit; opacity: 1; }
 textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
 textarea::placeholder { color: inherit; opacity: 1; }
 input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
 .textarea,
 .field { display: block; width: 100%; height: auto; padding: 0 10px; font-weight: 300; background: #eff0f2; border-width: 0 0 2px 0; border-style: solid; border-color: #373737; border-radius: 0; }
 .field-alt { display: block; width: 100%; height: 41px; padding: 0 10px; border: 1px solid #e8e8e8; background: #fafafb; border-radius: 0; }
 .textarea-alt { display: block; width: 100%; padding: 10px; height: 121px; border: 1px solid #e8e8e8; background: #fafafb; resize: none; border-radius: 0; }
 .textarea { height: 120px; }
 /* ------------------------------------------------------------ *\
	 Form
 \* ------------------------------------------------------------ */
 .form { font-family: 'Museo Sans', sans-serif; font-size: 16px; font-weight: 300; color: #373737; }
 .form .form__controls { margin-bottom: 26px; }
 .form .notvalid { display: none; padding: 6px 13px; text-align: left; margin-bottom: 5px; font-weight: 500; background: rgba(185,55,88, .20); color: #b93758; }
 .form .notvalid span { display: inline-block;  vertical-align: middle; }
 .form .valid { display: none; }
 /* ------------------------------------------------------------ *\
	 From Product
 \* ------------------------------------------------------------ */
 .form-secondary { position: relative; font-family: 'Montserrat', sans-serif; font-weight: 600; }
 .form-secondary .form-secondary__title { margin-bottom: 25px; font-family: 'Hastadaya', sans-serif; font-weight: normal; text-align: center; }
 .form-secondary .valid { display: none; }
 .cms-contact-us .form-secondary .valid { display: block; }
 .form-secondary .valid span { display: inline-block; vertical-align: middle; margin-left: 10px; }
 .form-secondary .valid__inner { display: block; margin-bottom: 21px; padding: 16px 0; background: rgba(105,183,69, .10); text-align: center; font-size: 13px; text-transform: uppercase; color: #69b745; }
 .form-secondary .notvalid { display: none; margin-top: 12px; font-size: 13px; font-weight: normal; color: #b93758; }
 .form-secondary .form__title { margin-bottom: 10px; font-size: 13px; text-transform: uppercase; }
 .form-secondary label span { color: #b93758; }
 .form-secondary .form__row + .form__row { margin-top: 23px; }
 .form-secondary .form__actions { margin-top: 30px; }
 .form-secondary .form__section { padding: 35px 56px; }
 .form-secondary .form__inner { margin-bottom: 17px; }
 .form-secondary .checkbox { margin-bottom: 20px; font-family: 'Museo Sans', sans-serif; font-size: 16px; font-weight: 300; }
 .form-secondary .form__controls { position: relative; padding-bottom: 20px; }
 .form-secondary .form__controls .error-message { position: absolute; bottom: 0; left: 0; }
 .form-secondary .error-message { display: none; font-size: 13px; font-weight: 300; color: #b93758; }
 .form-secondary .form__label_full { padding: 0 15px; }
 .form-secondary .form__cols { margin: 0 -15px; }
 .form-secondary .form__cols:after { }
 .form-secondary .form__col { display: block; width: 100%; float: left; padding: 0 15px; }
 .form-secondary .form__col_1of2 { width: 50%; }
 .form-secondary .form__col_1of3 { width: 33.33%; }
 .form-secondary .form__col-size1 { width: 370px; }
 .form-secondary .form__col-size2 { width: 70%; }
 .form-secondary .form__col-size3 { width: 30%; }
 .form-secondary .form__actions ul { margin-left: 46px; display: inline-block; vertical-align: top; list-style-type: none; font-family: 'Museo Sans', sans-serif; font-size: 13px; font-weight: 300; }
 .form-secondary .form__actions li + li { margin-top: 16px; }
 .form-secondary .form__actions a { text-decoration: underline; }
 .form-secondary .form__actions a:hover { text-decoration: none; }
 .form-secondary .form__actions .btn { text-decoration: none; display: inline-block; vertical-align: middle; }
 .form-secondary .form__label a { margin-left: 3px; display: inline-block; font-size: 12px; text-transform: none; font-weight: 300; text-decoration: underline; }
 .form-secondary .form__label a:hover { text-decoration: none; }

 @media (max-width: 1023px) {
	 .form-secondary .form-secondary__title { font-size: 35px; }
 
	 .form-secondary .form__section { padding: 35px 10px; }
 }
 @media (max-width: 767px) {
	 .form-secondary .form__col-size1,
	 .form-secondary .form__col { float: none; width: auto; }
 
	 .form-secondary .form__actions ul { display: block; margin: 15px 0 0 0; }
 }
 /* ------------------------------------------------------------ *\
	 Form Secondary Large
 \* ------------------------------------------------------------ */
 .form-secondary_large { padding-top: 10px; }
 .form-secondary_large .form__row { margin: 0; }
 .form-secondary_large .form__row + .form__row { margin: 3px 0 0 0; }
 .form-secondary_large .form__actions { margin-top: 21px; }
 /* ------------------------------------------------------------ *\
	 Form login
 \* ------------------------------------------------------------ */
 .form_login .form__actions { text-align: center; }
 .form_login .form__row { padding: 0 45px; }
 .form_login .form__row + .form__row { margin-top: 10px; }
 .form_login .forgot { margin-top: 20px; display: block; font-family: 'Museo Sans', sans-serif; font-weight: normal; font-size: 12px; text-decoration: underline; }
 .form_login .forgot:hover { text-decoration: none; }
 .form_login .form-secondary__title { padding: 0 17px; }
 @media (max-width: 1023px) {
	 .form_login { padding: 0 20px; }
 
	 .form_login .form__row { padding: 0; }
 
 }
 /* ------------------------------------------------------------ *\
	 Form Spinner
 \* ------------------------------------------------------------ */
 .form-spinner { padding-top: 20px; }
 .form-spinner .form-label { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; }
 .form-spinner .form-spinner__holder { display: -webkit-flex; display: -ms-flexbox; display: flex; }
 .form-spinner .form-spinner__holder a { display: block; width: 55px; height: 50px; line-height: 50px; text-align: center; background: #eff0f2; border-bottom: 2px solid #d6d6d6; border-radius: 3px; transition: background .3s; }
 .form-spinner .form-spinner__holder a:hover { background: #d7d7d9; }
 .form-spinner .form-spinner__field { width: 56px; height: 50px; text-align: center; border: none; background: #f7f7f6; }
 .form-spinner .form-spinner__row { display: inline-block; vertical-align: middle; }
 .form-spinner .form-spinner__actions { display: inline-block; vertical-align: middle; margin-left: 12px; }
 .form-spinner .form-spinner__holder input[type='number']::-webkit-inner-spin-button,
 .form-spinner .form-spinner__holder input[type='number']::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }
 .form-spinner .form-spinner__holder input[type='number'] { -moz-appearance:textfield; }
 @media (max-width: 1023px) {
	 .form-spinner .form-spinner__actions { margin-left: 5px; }
	 .form-spinner .form-spinner__actions .btn { padding: 0 23px; }
	 .form-spinner .form-spinner__actions .btn i { right: 20px; }
 
	 .form-spinner .col { float: none; width: auto; }
 }
 @media (max-width: 767px) {
	 .form-spinner .cols-mobile { margin: 0 -8px; }
	 .form-spinner .cols-mobile:after { content: ''; display: table; clear: both; }
	 .form-spinner .col-mobile { float: left; width: 50%; padding: 0 8px; margin: 0; }
 
	 .form-spinner .form-spinner__actions .btn { width: 100%; padding: 0 10px; }
	 .form-spinner .form-spinner__actions .btn i { position: static; -webkit-transform: none; -ms-transform: none; transform: none; margin: -2px 0 0 5px; }
 }
 /* ------------------------------------------------------------ *\
	 Form Colors
 \* ------------------------------------------------------------ */
 .form-colors .form__row { margin-bottom: 30px; }
 .form-colors .cols { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0 -5px; }
 .form-colors .col { float: none; width: 20%; padding: 0 5px; }
 .form-colors .form__actions { width: 100%; padding-right: 30px; }
 @media (max-width: 1023px) {
	 .form-colors .col { width: 32.33%; }
 }
 /* ------------------------------------------------------------ *\
	 Form Subscribe
 \* ------------------------------------------------------------ */
 .form-subscribe .form__row { margin-bottom: 20px; }
 .form-subscribe .form-subscribe__entry { margin-bottom: 38px; }
 /* ------------------------------------------------------------ *\
	 Form Secondary Cart
 \* ------------------------------------------------------------ */
 .form-secondary--cart { border-top: 1px solid #c7c7cb; }
 .form-secondary--cart .form-secondary__inner { padding: 17px 8px 5px; }
 .form-secondary--cart .form-secondary__title { margin-bottom: 14px; font-family: 'Montserrat', sans-serif; font-weight: 600; text-align: left; color: #373737; }
 .form-secondary--cart .form__row { margin-bottom: 0; }
 .form-secondary--cart .form__row + .form__row { margin-top: 2px; }
 .form-secondary--cart .form-secondary__section { padding: 0 8px 14px; }
 .form-secondary--cart .divider { margin-bottom: 17px; }
 .form-secondary--cart .checkboxes { margin-bottom: 22px; }
 .form-secondary--cart .checkboxes:last-child { margin-bottom: 0; }
 .form-secondary--cart .checkbox { margin-bottom: 12px; font-size: 13px; font-weight: 400; }
 .form-secondary--cart .checkbox:last-child { margin-bottom: 0; }
 .form-secondary--cart .checkbox label { padding-left: 28px; }
 .form-secondary--cart .checkbox input + label:before { bottom: 0; }
 .form-secondary--cart .checkbox input + label:after { bottom: 1px; }
 @media (max-width: 1023px) {
	 .form-secondary--cart .form-secondary__title { font-size: 13px; font-weight: 600; color: #373737; }
 }
 /* ------------------------------------------------------------ *\
	 Has Error
 \* ------------------------------------------------------------ */
 .has-error .notvalid { display: block; }
 .has-error .field-alt { border-color: #b93758; }
 .has-error .textarea-alt { border-color: #b93758; }
 .has-error .error-message { display: block; }
 .has-error .select-alt + .select2-container--default .select2-selection--single { border-color: #b93758; }
 /* ------------------------------------------------------------ *\
	 Intro
 \* ------------------------------------------------------------ */
 .intro { position: relative; margin-bottom: 25px; font-size: 22px; line-height: 1.36; color: #373737; }
 .intro .shell { z-index: 3; }
 .intro .intro__inner { position: relative; }
 .intro .intro__body { position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; }
 .intro .intro__body:after { content: ''; position: absolute; left: 10px; top: 10px; width: calc(100% - 20px); height: calc(100% - 20px); padding: 11px; border: 1px solid rgba(255,255,255, .25); }
 .intro .intro__content { position: relative; z-index: 2; height: 100%; width: 35%; padding-top: 21px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; }
 .intro .intro__image { position: relative; text-align: right; }
 .intro .intro__image-overlay { position: absolute; right: 24px; bottom: 0; }
 .intro .intro__head { position: relative; padding-top: 25px; }
 .intro .intro__subtitle { position: absolute; left: 55px; top: 0; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 19px; font-weight: 500; text-transform: uppercase; }
 .intro .intro__title { margin: 0 0 25px; font-family: 'Hastadaya', sans-serif; font-weight: normal; font-size: 70px; line-height: 1.2; color: #373737; }
 .intro .intro__title:after { content: 'm'; display: block; font-family: 'Hastadaya Swash', sans-serif; line-height: .1; font-size: 80px; }
 .intro .intro__entry { margin-bottom: 20px; padding-right: 37px; }
 .intro .intro__actions { padding-right: 43px; }
 @media (max-width: 1200px) {
	 .intro .intro__image-overlay img { max-width: 90%; }
 }
 @media (max-width: 1023px) {
	 .intro { margin-top: 4px; font-size: 16px; margin-bottom: 15px; }
	 .intro .shell { z-index: 0; }
 
	 .intro .intro__title { font-size: 56px; }
	 .intro .intro__title span { font-size: 15px; }
 
	 .intro .intro__entry { margin-bottom: 20px; padding: 0 0 0 30px; }
	 .intro .intro__entry br { display: none; }
 
	 .intro .intro__actions { padding-left: 30px; }
 
	 .intro .intro__image img { width: 100%; }
 
	 .intro .intro__content { width: 40%; padding-top: 0; padding-left: 10px; }
 
	 .intro .intro__head { padding-top: 18px; }
 
	 .intro .intro__subtitle { font-size: 15px; left: 45px; }
 
	 .intro .intro__title:after { font-size: 65px; }
 
	 .intro .intro__entry { margin-bottom: 20px; padding-right: 0; padding: 0 20px; }
 }
 @media (max-width: 767px) {
	 .intro { margin-top: 0px; margin-bottom: 9px; }
 
	 .intro .intro__content { width: 100%; padding: 190px 0 0; }
 
	 .intro .intro__entry { padding: 0 55px; }
 
	 .intro .intro__head { padding-top: 25px; }
 
	 .intro .intro__title { font-size: 46px; line-height: 1; margin-bottom: 10px; }
	 .intro .intro__title:after { font-size: 65px; line-height: .02; }
	 .intro .intro__actions .btn { height: 40px; line-height: 39px; }
 }
 /* ------------------------------------------------------------ *\
	 Intro Alt
 \* ------------------------------------------------------------ */
 .intro-alt { padding-bottom: 32px; }
 .intro-alt .intro-alt__inner { margin: 0 -15px; }
 .intro-alt .intro-alt__inner:after { }
 .intro-alt .intro-alt__title { margin-bottom: 10px; font-family: 'Museo Sans', sans-serif; font-weight: 300; }
 .intro-alt .intro-alt__subtitle { margin-bottom: 15px; text-transform: uppercase; }
 .intro-alt .intro-alt__entry p { margin-bottom: 10px; }
 .intro-alt .intro-alt__entry p:last-child { margin-bottom: 0; }
 .intro-alt .intro-alt__image,
 .intro-alt .intro-alt__content { float: left; width: 50%; padding: 0 15px; line-height: 1.4; }
 .intro-alt .intro-alt__image { position: relative; background-repeat: no-repeat; background-position: center center; }
 .intro-alt .intro-alt__image-overlay { position: absolute; left: 64px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
 .intro-alt_divider { padding: 0; }
 .intro-alt_divider .intro-alt__title { padding: 20px 0; border-width: 1px 0 1px; border-style: solid; border-color: #c7c7cb; }
 @media (max-width: 1023px) {
	 .intro-alt .intro-alt__inner { margin: 0; }
 
	 .intro-alt .intro-alt__image,
	 .intro-alt .intro-alt__content { float: none; width: 100%; padding: 0; }
 
	 .intro-alt .intro-alt__image { margin-bottom: 20px; height: 272px; background-size: cover; }
 }
 @media (max-width: 767px) {
	 .intro-alt .intro-alt__image { height: 133px; }
 
	 .intro-alt .intro-alt__image-overlay { left: 32px; }
	 .intro-alt .intro-alt__image-overlay img { width: 102px; }
 }
 /* ------------------------------------------------------------ *\
	 Intro Alt Border
 \* ------------------------------------------------------------ */
 .intro-alt_border { position: relative; }
 /* .intro-alt_border:after { content: ''; position: absolute; left: 26px; top: 11px; width: calc(100% - 52px); height: calc(100% - 22px); padding: 11px; border: 1px solid rgba(255,255,255, .25); } */
 @media (max-width: 1023px) {
	 .intro-alt_border:after { left: 14px; width: calc(100% - 30px); }
 }
 /* ------------------------------------------------------------ *\
	 Items
 \* ------------------------------------------------------------ */
 .items { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -8px 0; line-height: 1.4;}
 .items .item { width: 33.33%; padding: 0 12px 25px; }
 
 .am-show-more {margin-left: -12px;}
 
 .am-show-more:hover {border: 1px solid transparent!important; box-shadow: none;}
 
 @media (max-width: 1023px) {
	 .items .item { width: 50%; }
 }
 @media (max-width: 767px) {
	 .items .item { width: 100%; }
 }
 /* ------------------------------------------------------------ *\
	 Items
 \* ------------------------------------------------------------ */
 .item { font-size: 15px; line-height: 1.4; }
 .item .decoration .decoration-top-left { left: 5px; top: 0px; }
 .item .decoration .decoration-top-right { right: 5px; top: 0px; }
 .item .decoration .decoration-bottom-left { left: 5px; bottom: 0px; }
 .item .decoration .decoration-bottom-right { right: 5px; bottom: 0px; }
 .item .item__inner { height: 100%; background: #fff; position: relative; padding: 26px 10px 10px; }
 .item .item__inner:before { content: ''; position: absolute; z-index: 1; left: 10px; top: 10px; width: calc(100% - 20px); height: 16px; background: url(../../frontend/Magedirect/mws/en_US/css/images/dropdown-after.jpg) repeat-x; }
 .item .item__head { position: absolute; z-index: 1; left: 50%; top: 26px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; padding-bottom: 16px; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }
 .item .item__title span { position: relative; display: inline-block; padding: 0 15px; min-width: 180px; margin: 0 auto; height: 27px; line-height: 32px; text-align: center; color: #fff; text-decoration: none; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-red.jpg); background-repeat: repeat; transition: background .3s, color .3s; }
 .item .item__title span:after { content: ''; position: absolute; top: 100%; left: 0; min-width: 100%; height: 16px; background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn-large.png) no-repeat; background-position: center bottom; transition: background .3s; }
 .item .item__image { position: relative; margin-bottom: 22px; }
 .item .item__image:before { content: ''; position: absolute; left: 10px; top: 10px; width: calc(100% - 20px); height: calc(100% - 20px); background: rgba(0,0,0, .04); border: 1px solid rgba(255,255,255, .5); }
 .item .item__image .item__image-overlay { position: absolute; left: 50%; bottom: -4px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 250px; height: 51px; padding: 10px 40px 0; font-size: 14px; display: -webkit-flex; display: -ms-flexbox; display: flex; text-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: #fff; text-transform: uppercase; color: #373737; font-weight: bold; }
 .item .item__image img { width: 100%; }
 .item .item__content { position: relative; min-height: 183px; padding: 5px 20px 24px; text-align: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .item .item__subtitle { font-family: 'Museo Sans', sans-serif; margin-bottom: 15px; font-size: 18px; font-weight: 300; letter-spacing: -0.015em; }
 .item .item__entry { margin-bottom: 26px; }
 .item .item__actions { position: relative; z-index: 2; margin-top: auto; }
 .item .decoration { z-index: 2; }
 /* ------------------------------------------------------------ *\
	 Items Alt
 \* ------------------------------------------------------------ */
 .items-alt { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
 .items-alt .item-info { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 50%; padding: 0 15px; }
 @media (max-width: 1023px) {
	 .items-alt .item-info { width: 100%; margin-bottom: 40px; }
	 .items-alt .item-info:last-child { margin-bottom: 0; }
 }
 /* ------------------------------------------------------------ *\
	 Items Info
 \* ------------------------------------------------------------ */
 .item-info { font-size: 18px; }
 .item-info .decoration-top-left { top: 20px; }
 .item-info .decoration-top-right { top: 20px; }
 .item-info .decoration-bottom-left { bottom: 10px; }
 .item-info .decoration-bottom-right { bottom: 10px; }
 .item-info .item-info__head { position: absolute; z-index: 3; left: 0; top: 0; width: 100%; margin-bottom: 22px; padding: 5px 0; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; background: transparent; }
 .item-info .item-info__head:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 5px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-darker.jpg) repeat; }
 .item-info .item-info__title { text-align: center; }
 .item-info .item-info__title span { position: relative; display: inline-block; padding: 0 15px; min-width: 180px; margin: 0 auto; height: 27px; line-height: 32px; text-align: center; color: #fff; text-decoration: none; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-red.jpg); background-repeat: repeat; transition: background .3s, color .3s; }
 .item-info .item-info__title span:after { content: ''; position: absolute; top: 100%; left: 0; min-width: 100%; height: 16px; background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn-large.png) no-repeat; background-position: center bottom; transition: background .3s; }
 .item-info .item-info__inner { height: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; position: relative; padding: 66px 35px 0; background: #fff; text-align: center; }
 .item-info .decoration { z-index: 1; }
 .item-info .item-info__subtitle { margin-bottom: 35px; font-family: 'Hastadaya', sans-serif; font-weight: normal; }
 .item-info .item-info__number { margin-bottom: 30px; font-size: 26px; }
 .item-info .item-info__entry { margin-bottom: 25px; }
 .item-info .item-info__actions { margin-top: auto; }
 .item-info .item-info__body { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; height: 100%; position: relative; z-index: 10; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
 @media (max-width: 767px) {
	 .item-info br { display: none; }
 }
 /* ------------------------------------------------------------ *\
	 Link
 \* ------------------------------------------------------------ */
 .link-more { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; text-decoration: underline; text-transform: uppercase; line-height: 1.2; color: #373737; }
 .link-more:hover { text-decoration: none; }
 /* ------------------------------------------------------------ *\
	 List
 \* ------------------------------------------------------------ */
 [class^="list-"] { list-style: none outside none; }
 /* ------------------------------------------------------------ *\
	 List Logos
 \* ------------------------------------------------------------ */
 section.section.section_logos {
    padding: 0;
}
 .section.section_logos .innse-section{
	padding: 50px 0 50px;
	/* border-top: 1px solid #707070;
	border-bottom: 1px solid #707070; */
	margin: 0;
 }
 .section_logos .section__title {
	text-align: center;
	color: #A8405C;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
 }
.section.section_logos .section__body .list-logos { 
	list-style-type: none; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	/* -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	margin: 42px 0;
	gap: 85px;
}
@media only screen and (min-width: 1025) and (max-width: 1440px) {
	.section.section_logos .section__body .list-logos {
		gap:50px;
	}
}
 @media (max-width: 1024px) {
	.section.section_logos .section__body .list-logos li {
        width: 12%;
    }
	.section.section_logos .section__body .list-logos {
		gap: 30px;
	}
 }
 @media (max-width: 767px) {
	.section.section_logos {
		padding: 30px 0;
	}
	.section.section_logos .section__body .list-logos {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap; 
		flex-wrap: wrap;
	}
	.section.section_logos .section__body .list-logos li {
		margin-bottom: 30px;
		width: 50%;
		text-align: center;
	}
	.section.section_logos .section__body .list-logos li img {
		width: 60%;
	}
	.section.section_logos .section__body .list-logos {
		margin-bottom: 0;
	}
 }
 /* ------------------------------------------------------------ *\
	 List Logos Compact
 \* ------------------------------------------------------------ */
 .list-logos--compact li { -webkit-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0; width: 33.33%; }
 @media (max-width: 767px) {
	 .list-logos--compact li { width: 50%; border: none; }
 
	 .list-logos--compact li:nth-child(even) { border-left: none; }
 
	 .list-logos--compact { border-bottom: none; }
 
 
 }
 /* ------------------------------------------------------------ *\
	 List Logos Alt
 \* ------------------------------------------------------------ */
 .list-logos-alt { list-style-type: none; padding: 8px; }
 .list-logos-alt:after { }
 .list-logos-alt li { float: left; width: 50%; padding: 2px; }
 .list-logos-alt li:nth-child(n+3) { border-top: 1px solid #eaeaea; }
 .list-logos-alt li:nth-child(2n) { border-left: 1px solid #eaeaea; }
 .list-logos-alt a { position: relative; display: block; height: 86px; line-height: 86px; background: transparent; transition: background .3s; }
 .list-logos-alt a:hover { background: #b93758; }
 .list-logos-alt a:hover img { opacity: 0; }
 .list-logos-alt a:hover .image-hover { opacity: 1; }
 .list-logos-alt img { max-width: 48%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); opacity: 1; transition: opacity .3s; }
 .list-logos-alt .image-hover { opacity: 0; }
 @media (max-width: 1023px) {
	 .list-logos-alt { background: #f7f7f8; padding: 10px; }
 
	 .list-logos-alt li { background: #fff; }
 }
 /* ------------------------------------------------------------ *\
	 List Links
 \* ------------------------------------------------------------ */
 .list-links { list-style-type: none; padding: 5px 10px; font-size: 13px; line-height: 1.38; color: #4b4b4b; text-transform: uppercase; }
 .list-links li { position: relative; }
 .list-links li:after { content: ''; position: absolute; left: 0; top: calc(100% + 1px); width: 100%; height: 1px; background: #e8e8e8; }
 .list-links li:last-child:after { display: none; }
 .list-links li + li { margin-top: 3px; }
 .list-links a { display: block; min-width: 158px; padding: 10px 20px; transition: background .3s; }
 .list-links a:hover { text-decoration: none; background: #f7f7f8; }
 /* Tablet Portrait */
 @media (max-width: 1023px) {
	 .list-links li:first-child { color: #a2a2a9; }
 }
 /* ------------------------------------------------------------ *\
	 List links Primary
 \* ------------------------------------------------------------ */
 .list-links_primary { font-family: 'Museo Sans', sans-serif; font-size: 16px; font-weight: 300; text-transform: none; }
 .list-links_primary a { padding: 5px 7px; }
 .list-links_primary span { font-weight: 500; text-decoration: underline; }
 @media (max-width: 1023px) {
	 .list-links_primary { font-size: 13px; }
 }
 /* ------------------------------------------------------------ *\
	 List Plus
 \* ------------------------------------------------------------ */
 .list-plus { list-style-type: none; font-family: 'Museo Sans', sans-serif; font-weight: 300; }
 .list-plus .list-plus__title { margin-bottom: 5px; text-transform: uppercase; }
 .list-plus li { position: relative; padding-left: 20px; }
 .list-plus li + li { margin-top: 25px; }
 .list-plus li:before { content: ''; position: absolute; left: 0; top: 2px; width: 9px; height: 9px; background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 98.71244635193133% 59.907834101382484%; background-size: 2688.888888888889% 2511.111111111111%; }
 @media (max-width: 1023px) {
	 .list-plus { font-size: 14px; line-height: 1.57; }
 }
 /* ------------------------------------------------------------ *\
	 List Plus Alt
 \* ------------------------------------------------------------ */
 .list-pluss--alt li { padding-left: 14px; }
 .list-pluss--alt li + li { margin-top: 10px; }
 .list-pluss--alt li:before { left: 0; top: 5px; }
 /* ------------------------------------------------------------ *\
	 List Categories
 \* ------------------------------------------------------------ */
 .list-categories { position: relative; z-index: 1; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 24px 10px; text-align: center; }
 .list-categories .list-categories__content { position: relative; padding: 10px;line-height: 57px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
 .list-categories .list-categories__title { text-transform: uppercase; }
 .list-categories .list-categories__image { width: 126px; height: 153px; line-height: 153px; text-align: center; margin: 0 auto; }
 .list-categories li {-webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; padding: 10px;min-width: min-content;}
 .list-categories a { display: block; }
 .list-categories a:hover { text-decoration: none; background: #f7f7f8; }
 @media (max-width: 1023px) {
	 .list-categories_small { background: #f7f7f8; padding: 7px; }
 
	 .list-categories_small li { width: 148px; }
	 .list-categories_small li:nth-child(2n) { margin-left: 7px; }
	 .list-categories_small li:nth-child(n+3) { margin-top: 7px; }
 }
 /* ------------------------------------------------------------ *\
	 List Formulas
 \* ------------------------------------------------------------ */
 .list-formulas { list-style-type: none; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; }
 .list-formulas:after { }
 .list-formulas li { position: relative; float: left; }
 .list-formulas li + li { margin-left: 8px; }
 .list-formulas input { position: absolute; left: 0; top: 0; visibility: hidden; opacity: 0; }
 .list-formulas .formulas__label { position: relative; display: block; padding: 10px; background: #eff0f2; border: 1px solid #d6d6d6; border-radius: 3px; }
 .list-formulas input:checked .formulas__label { background: #000; color: #fff; }
 .list-formulas li input:checked + .formulas__label { background: #1e1e1e; color: #fff; border-color: #1e1e1e; }
 .list-formulas input:disabled + .formulas__label { color: #c1c2c3; cursor: default; }
 /* ------------------------------------------------------------ *\
	 List Arrows
 \* ------------------------------------------------------------ */
 .list-arrows { list-style-type: none; font-family: 'Museo Sans', sans-serif; font-size: 16px; font-weight: 300; text-transform: none; }
 .list-arrows > li { position: relative; }
 .list-arrows > li + li { margin-top: 11px; }
 .list-arrows > li > a { position: relative; display: block; padding-left: 20px; }
 .list-arrows > li > a:after { content: ''; position: absolute; left: 0; top: 4px; height: 0; width: 0; border-width: 5px 0 5px 5px; border-style: solid; border-color: transparent; border-left-color: #1e1e1e; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
 .list-arrows > li > a.active:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
 .list-arrows .has-dropdown .nav-alt__dropdown { border: none; }
 .list-arrows .checkboxes { font-size: 13px; }
 .list-arrows .checkbox + .checkbox { margin-top: 14px; }
 /* ------------------------------------------------------------ *\
	 List Colors
 \* ------------------------------------------------------------ */
 .list-colors { list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 7px 0 20px; padding-bottom: 35px; border-bottom: 1px solid #c7c7cb; }
 .list-colors li + li { margin-left: 8px; }
 /* ------------------------------------------------------------ *\
	 List Info
 \* ------------------------------------------------------------ */
 .list-info { margin-bottom: 19px; list-style-type: none; font-size: 16px; font-weight: 500; line-height: 1; }
 .list-info:last-child { margin-bottom: 0; }
 .list-info .list-info__address { margin-top: 5px; line-height: 1.5; }
 .list-info li + li { margin-top: 9px; }
 .list-info strong { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; min-width: 65px; text-transform: uppercase; }
 /*  List Info Large  */
 .list-info_large strong { min-width: 148px; }
 /* ------------------------------------------------------------ *\
	 List Orders
 \* ------------------------------------------------------------ */
 .list-orders { list-style-type: none; font-size: 16px; }
 .list-orders:last-child { margin-bottom: 0; }
 .list-orders .underline { font-weight: 300; }
 .list-orders + .divider { margin: 27px 0 30px; }
 .list-orders .list-orders__actions { padding: 21px 3px 0 0; }
 .list-orders .list-orders__inner { margin-right: 54px; }
 .list-orders .list-orders__inner strong { min-width: 158px; }
 .list-orders > li { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; padding: 0 6px; }
 .list-orders ul { margin-bottom: 0; list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
 .list-orders ul li + li { margin-top: 6px; }
 .list-orders ul strong { display: inline-block; min-width: 130px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; }
 @media (max-width: 1023px) {
	 .list-orders .list-orders__inner { margin-right: 0; }
 
	 .list-orders .list-orders__inner strong { min-width: 148px; }
 
	 .list-orders ul strong { min-width: 120px; }
 }
 @media (max-width: 767px) {
	 .list-orders li { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 
	 .list-orders ul strong { min-width: 148px; }
	 .list-orders ul + ul { margin-top: 6px; }
 }
 /* ------------------------------------------------------------ *\
	 List Products
 \* ------------------------------------------------------------ */
 .list-products { font-size: 16px; font-weight: 300; }
 .list-products .divider { margin-top: 20px; }
 .list-products .product { padding: 0 13px; margin-bottom: 20px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 .list-products .product:last-child { margin-bottom: 0;  }
 .list-products .product__image { width: 116px; height: 116px; line-height: 116px; margin-right: 23px; text-align: center; border: 1px solid #c7c7cb; }
 .list-products .product__title { margin-bottom: 5px; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }
 .list-products .product__entry { margin-bottom: 7px; }
 .list-products .product__content { position: relative; padding-right: 120px; width: calc(100% - 139px); }
 .list-products .product__actions { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
 .list-products .product__price { font-family: 'Montserrat', sans-serif; font-size: 13px; text-transform: uppercase; font-weight: 600; color: #b93758; }
 .list-products .product__price p { margin-bottom: 3px; }
 .list-products .product__price-old { margin-right: 5px; color: #c3c5c5; text-decoration: line-through; }
 @media (max-width: 1023px) {
	 .list-products .product__image { margin-right: 18px; }
 
	 .list-products .product__content { width: calc(100% - 134px); }
 
	 .list-products .product__content { position: relative; padding-right: 180px; }
 }
 @media (max-width: 767px) {
	 .list-products .product { position: relative; margin-bottom: 28px; padding-bottom: 103px; overflow: hidden; }
 
	 .list-products .divider { position: absolute; left: 0; bottom: 0; width: 100%; margin: 0; }
 
	 .list-products .product__content { position: static; padding-right: 0; }
 
	 .list-products .product__actions { right: auto; top: auto; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); left: 13px; bottom: 29px; }
 }
 /* ------------------------------------------------------------ *\
	 List Products Alt
 \* ------------------------------------------------------------ */
 .list-products_alt { padding: 13px 7px; }
 .list-products_alt .product + .product { margin-top: 31px; }
 .list-products_alt .product__image { margin-right: 27px; }
 .list-products_alt .product__title { margin-bottom: 4px; }
 .list-products_alt .product__content { padding-right: 0; width: calc(100% - 143px); padding-bottom: 10px; }
 @media (max-width: 1023px) {
	 .list-products_alt { padding: 13px 0; }
 
	 .list-products_alt .product__image { margin-right: 18px; }
 
	 .list-products_alt .product__content { width: calc(100% - 134px); }
 }
 @media (max-width: 767px) {
	 .list-products_alt .product { padding-bottom: 0; }
 
 }
 /* ------------------------------------------------------------ *\
	 List Products Reviews
 \* ------------------------------------------------------------ */
 .list-products_reviews .product__content { padding-right: 90px; }
 .list-products_reviews .product__entry p { margin-bottom: 15px; }
 .list-products_reviews .product__entry p:last-child { margin-bottom: 0; }
 @media (max-width: 1023px) {
	 .list-products_reviews .product__content { padding-right: 0; }
 }
 @media (max-width: 767px) {
	 .list-products_reviews .product { display: block; padding-bottom: 30px; }
	 .list-products_reviews .product:after { }
 
	 .list-products_reviews .product__image { float: left; }
 
	 .list-products_reviews .product__entry p:first-child { margin-bottom: 60px; }
 
	 .list-products_reviews .product__content { width: 100%; padding-top: 30px; }
 }
 /* ------------------------------------------------------------ *\
	 List Info Alt
 \* ------------------------------------------------------------ */
 .list-info-alt { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 16px; margin: 0 -25px; }
 .list-info-alt .divider { margin-top: 25px; }
 .list-info-alt li { position: relative; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 33.33%; padding: 0 25px; }
 .list-info-alt li:last-child:after { display: none; }
 .list-info-alt li:after { content: ''; position: absolute; right: 5px; top: -2px; width: 5px; height: 133px; background: url(../../frontend/Magedirect/mws/en_US/css/images/border-medium.png) no-repeat; }
 .list-info-alt li strong { display: inline-block; margin-bottom: 10px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; }
 .list-info-alt .list-info-alt__entry { margin-bottom: 20px; }
 .list-info-alt .list-info-alt__entry:last-child { margin-bottom: 0; }
 .list-info-alt .list-info-alt__entry p { margin-bottom: 5px; line-height: 1.4; }
 .list-info-alt .list-info-alt__entry p:last-child { margin-bottom: 0; }
 @media (max-width: 767px) {
	 .list-info-alt { -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; overflow: hidden; font-size: 15px; }
 
	 .list-info-alt li { width: 100%; margin-top: 25px; margin-bottom: 20px; }
	 .list-info-alt li:first-child { margin-bottom: 0; }
	 .list-info-alt li:after { display: none; }
 
	 .list-info-alt li strong { margin-bottom: 5px; }
 
	 .list-info-alt .list-info-alt__entry p { line-height: 1.2; }
 
	 .list-info-alt li + li { margin-top: 0; }
 }
 /* ------------------------------------------------------------ *\
	 List Sizes
 \* ------------------------------------------------------------ */
 .list-sizes { margin: 7px 0 10px; display: -webkit-flex; display: -ms-flexbox; display: flex; list-style-type: none; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; padding-bottom: 40px; border-bottom: 1px solid #c7c7cb; }
 .list-sizes li + li { margin-left: 10px; }
 .list-sizes .radio-sizes label { text-transform: none; }
 /* ------------------------------------------------------------ *\
	 List Info Default
 \* ------------------------------------------------------------ */
 .list-info-default li:after { display: none; }
 @media (max-width: 767px) {
	 .list-info-default { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
	 .list-info-default li { margin-top: 0; }
	 .list-info-default li:first-child { margin-bottom: 20px; }
 
 }
 /* ------------------------------------------------------------ *\
	 List Pricing
 \* ------------------------------------------------------------ */
 .list-pricing ul { list-style-type: none; }
 .list-pricing li { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 .list-pricing li + li { margin-top: 15px; }
 .list-pricing strong { display: inline-block; min-width: 100px; }
 
 .pricing--alt ul { list-style-type: none; }
 .pricing--alt li { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 15px;}
 .pricing--alt ul strong { display: inline-block; min-width: 100px; }
 
 /* ------------------------------------------------------------ *\
	 List Payments
 \* ------------------------------------------------------------ */
 .list-payments { padding: 6px; list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: #eff0f2; border-radius: 2px; border-bottom: 2px solid #dcdcdc; }
 .list-payments li + li { margin-left: 5px; }
 .list-payments a { transition: opacity .3s; }
 .list-payments a:hover { opacity: .7; }
 /* ------------------------------------------------------------ *\
	 Logo
 \* ------------------------------------------------------------ */
 .logo-holder { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 23px;line-height: 0.8; text-transform: uppercase; color: #5d5d5d;margin: 0 auto; }
 .logo-holder span { display: block; }
 .logo { display: inline-block; vertical-align: middle; padding-right: 10px; margin-right: 10px; }
 @media (max-width: 1023px) {
	 .logo { border: none; padding-right: 0; margin-right: 0; }
	 .logo img { width: 60px; }
 }
 @media (max-width: 767px) {
	 .logo img { width: 65px; }
	 .header .header__content .block-search {
		top: 50px;
	}
 }
 /* ------------------------------------------------------------ *\
	 Map
 \* ------------------------------------------------------------ */
 .map iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; }
 .map .map__inner { position: relative; z-index: 2; height: 504px; margin-bottom: 36px; }
 .map .map__actions { padding-left: 33px; }
 @media (max-width: 767px) {
	 .map .map__inner { height: 454px; }
 
	 .map .map__actions { padding-left: 0; text-align: center; }
 }
 /* ------------------------------------------------------------ *\
	 Motto
 \* ------------------------------------------------------------ */
 .motto { position: relative; text-align: center; }
 .motto .motto__content { position: relative; padding-top: 15px; }
 .motto .motto__title { margin: 0 0 10px; font-size: 40px; font-family: 'Hastadaya', sans-serif; font-weight: normal; }
 .motto .motto__subtitle { font-family: 'Montserrat', sans-serif; font-size: 12px; line-height: 2; font-weight: 600; letter-spacing: 0.1em; color: #393939; text-transform: uppercase; }
 .motto .motto__subtitle span { display: block; font-size: 16px; color: #b93b5b; }
 .motto .motto__image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .19; }
 @media (max-width: 1023px) {
	 .motto .motto__title { margin-bottom: 8px; font-size: 35px; }
	 .motto .motto__subtitle { line-height: 1.9; }
 }
 @media (max-width: 767px) {
	 .motto .motto__title { margin-bottom: 30px; padding: 0 15px; line-height: 1.2; }
	 .motto .motto__subtitle { font-size: 12px; padding: 0 25px; line-height: 1.2; }
	 .motto .motto__subtitle span { font-size: 15px; margin-bottom: 15px; }
 }
 /* ------------------------------------------------------------ *\
	 Nav
 \* ------------------------------------------------------------ */
 .header.fixed-menu .header__inner .nav.header__nav {
    padding-top: 0;
}
 .nav { position: relative;background: #000; font-family: 'Montserrat', sans-serif;font-weight: 600; font-size: 14px; line-height: 1.07; text-transform: uppercase; letter-spacing: 0.02em; color: #4b4b4b; }
 .nav > ul { list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; }
 .nav > ul > li {
	width: 12.5%;
	height: 63px;
	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;
}
.nav > ul > li > a { 
	position: relative; 
	display: block;
	padding:15px 0;
	height: 100%;	
	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;
	font-size: 14px;
	width: 100%;
}
.nav > ul > li:not(:last-child) > a:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    background: #DEDEDE;
    right: 0;
}
 .nav > ul > li > a:hover { text-decoration: none; color: #fff !important;}
 .nav > ul > li > a:after { content: ''; visibility: hidden; opacity: 0; position: absolute; z-index: 50; top:100%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);     width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #b93758; }
 /* .nav > ul > li > a:before { content: ''; position: absolute; z-index: 2; left: -3px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 5px; height: 20px; background: url(../../frontend/Magedirect/mws/en_US/css/images/before.png) no-repeat; } */
 /* .nav > ul > li:first-child > a:before { display: none; } */
 .nav > ul > li:hover a::after {
	visibility: visible;
	opacity: 1;
 }
 .nav > ul > li .dropdown-primary { padding-top: 0; }
 .nav > ul > li:hover .dropdown-primary { visibility: visible; opacity: 1; z-index: 10; }
 .nav > ul > li:hover .dropdown-primary .dropdown-primary__inner { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); visibility: visible; opacity: 1; }
 .nav > ul > li:hover .dropdown-primary__inner:before { display: none; }
 .nav .nav__divider { position: absolute; left: 0; top: 0; width: 100%; text-align: center; overflow: hidden; }
 .nav>ul>li:hover {
    background: #b93758;
}
.nav > ul > li > a span {
    color: #Fff;
}
 @media (max-width: 1023px) {
	 .nav { display: none; }
 }
 @media (min-width: 1231px) and (max-width:1415px) {
	.nav > ul > li > a {
		font-size: 13px;
		text-transform: capitalize;
	}
}
@media (min-width: 1023px) and (max-width:1230px) {
	.header .header-inner .header__nav > ul > li > a {
        padding: 15px !important;
        font-size: 11px;
	}
}
 /* ------------------------------------------------------------ *\
	 Nav Utilities
 \* ------------------------------------------------------------ */
 .nav-utilities {display: -webkit-flex; display: -ms-flexbox; display: flex; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 12px; line-height: 1.17; text-transform: uppercase; color: #a2a2a9; -webkit-box-pack: justify; -webkit-justify-content: flex-end; -ms-flex-pack: justify; justify-content:flex-end;}
 .nav-utilities:after { }
 .nav-utilities > ul { list-style-type: none; margin-bottom: 0; margin-right: 38px; }
 .nav-utilities > ul:last-child { margin-right: 0; }
 .nav-utilities > ul:after { }
 .nav-utilities > ul > li { position: relative; float: left; margin-right: 38px; width: 100%;text-align: center;}
 .nav-utilities > ul > li:last-child { margin-right: 0; }
 .nav-utilities > ul > li > a { height: 20px; position: relative; z-index: 40; display: block; text-decoration: none; }
 .nav-utilities a > .close { position: relative; transition: visibility .3s, opacity .3s; }
 .nav-utilities a > .close:after { visibility: hidden; opacity: 0; content: ''; position: absolute; left: 0; top: 0; background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 91.5929203539823% 51.90476190476191%; background-size: 1512.5% 1412.5%; width: 16px; height: 16px; }
 .nav-utilities a .close i { transition: visibility .2s, opacity .2s; }
 .nav-utilities a.active .close i { visibility: hidden; opacity: 0; }
 .nav-utilities a.active .close:after { visibility: visible; opacity: 1; }
 .nav-utilities a.active { color: #4b4b4b; font-weight: 600; }
 .nav-utilities a > span { display: inline-block; vertical-align: middle;font-size: 16px; font-weight: 300;text-transform: capitalize;}
 .nav-utilities > ul .icon-holder { text-align: center; }
 .nav-utilities > ul .close:after { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
 .nav-utilities a > .icon-holder { display: inline-block; vertical-align: middle; min-width: 26px; height: 23px; }
 .nav-utilities a.active > .account-text { display: none; }
 .nav-utilities .account-text-current { display: none; }
 .nav-utilities a.active > .account-text-current { display: inline-block; }
 .nav-utilities .cart-count { display: block; position: absolute; right: -7px; top: -12px; }
 .nav-utilities .nav-trigger { display: none; vertical-align: middle; }
 .nav-utilities .nav-trigger span { display: block; width: 25px; height: 4px; background: #68686e; }
 .nav-utilities .nav-trigger span + span { margin-top: 3px; }
 .nav-utilities .search-toggle { position: static; }
 .nav-utilities .search-toggle .dropdown-primary__inner:before { right: auto; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-left: 110px; }
 @media (max-width: 1023px) {
	 .nav-utilities { display: block; float: none; width: 100%; }
	 .nav-utilities:after { }
 
	 .nav-utilities > ul { list-style-type: none; margin-bottom: 0; float: left; }
	 .nav-utilities > ul:last-child { float: right; margin-right: 10px; }
 
	 .nav-utilities > ul > li { position: relative; float: left; }
 
	 .nav-utilities > ul:first-child > li:nth-child(2) { margin-left: 0; }
	 .nav-utilities > ul:first-child .dropdown-primary { right: auto; left: 0; }
	 .nav-utilities > ul:first-child .dropdown-primary__inner:before { right: auto; left: 30px; }
 
	 .nav-utilities > ul > li > a { height: 20px; position: relative; z-index: 40; display: block; text-decoration: none; }
 
	 .nav-utilities > ul > li > a > span { display: none; }
	 .nav-utilities > ul > li:after { content: ''; position: absolute; right: -30px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 1px; height: 21px; background: #eaeaea; }
	 .nav-utilities > ul > li:last-child:after { display: none; }
 
	 .nav-utilities > ul > li { margin-right: 0; }
	 .nav-utilities > ul > li:last-child { margin-right: 0; }
 
	 .nav-utilities .nav-trigger { position: relative; display: inline-block; }
 
	 .nav-utilities .nav-trigger:after { content: ''; visibility: hidden; opacity: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 91.5929203539823% 51.90476190476191%; background-size: 1512.5% 1412.5%; width: 16px; height: 16px; transition: visibility .3s, opacity .3s; }
 
	 .nav-utilities .nav-trigger.active:after { visibility: visible; opacity: 1; }
 
	 .nav-utilities .nav-trigger > span { visibility: visible; opacity: 1; transition: visibility .3s, opacity .3s; }
	 .nav-utilities .nav-trigger.active > span { visibility: hidden; opacity: 0; }
 
	 .nav-utilities > ul:last-child  .dropdown-primary .dropdown-primary__inner { margin-left: auto; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
 
	 .nav-utilities > ul:last-child .dropdown-primary.active .dropdown-primary__inner { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
 
	 .nav-utilities a.active > .account-text-current { display: none; }
 }
 @media (max-width: 767px) {
	 .nav-utilities > ul > li { margin-right: 35px; }
	 .nav-utilities > ul > li:last-child { margin-right: 0; }
 
	 .nav-utilities > ul > li:after { right: -19px; }
 }
 /* ------------------------------------------------------------ *\
	 Nav Utilities Fixed
 \* ------------------------------------------------------------ */
 .nav-utilities-fixed { display: block; float: none; width: 100%; }
 .nav-utilities-fixed:after { }
 .nav-utilities-fixed > ul { list-style-type: none; margin-bottom: 0; float: left; }
 .nav-utilities-fixed > ul:last-child { float: right; margin-right: 10px; }
 .nav-utilities-fixed > ul > li { position: relative; float: left; }
 .nav-utilities-fixed > ul:first-child > li:nth-child(2) { margin-left: 0; }
 .nav-utilities-fixed > ul:first-child .dropdown-primary { right: auto; left: 0; }
 .nav-utilities-fixed > ul:first-child .dropdown-primary__inner:before { right: auto; left: 30px; }
 .nav-utilities-fixed > ul > li > a { height: 20px; position: relative; z-index: 40; display: block; text-decoration: none; }
 .nav-utilities-fixed > ul > li > a > span { display: none; }
 .nav-utilities-fixed > ul > li:after { content: ''; position: absolute; right: -30px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 1px; height: 21px; background: #eaeaea; }
 .nav-utilities-fixed > ul > li:last-child:after { display: none; }
 .nav-utilities-fixed > ul > li { margin-right: 45px; }
 .nav-utilities-fixed > ul > li:last-child { margin-right: 0; }
 .nav-utilities-fixed .nav-trigger { position: relative; display: inline-block; }
 .nav-utilities-fixed .nav-trigger:after { content: ''; visibility: hidden; opacity: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 91.5929203539823% 51.90476190476191%; background-size: 1512.5% 1412.5%; width: 16px; height: 16px; transition: visibility .3s, opacity .3s; }
 .nav-utilities-fixed .nav-trigger.active:after { visibility: visible; opacity: 1; }
 .nav-utilities-fixed .nav-trigger > span { visibility: visible; opacity: 1; transition: visibility .3s, opacity .3s; }
 .nav-utilities-fixed .nav-trigger.active > span { visibility: hidden; opacity: 0; }
 .nav-utilities-fixed > ul:last-child  .dropdown-primary .dropdown-primary__inner { margin-left: auto; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
 .nav-utilities-fixed > ul:last-child .dropdown-primary.active .dropdown-primary__inner { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
 .nav-utilities-fixed a.active > .account-text-current { display: none; }
 /* ------------------------------------------------------------ *\
	 Nav Alt
 \* ------------------------------------------------------------ */
 .nav-alt { height: 100%; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; color: #4b4b4b; background: #fff; }
 .nav-alt > ul { list-style-type: none; padding-bottom: 200px; background: #fff; }
 .nav-alt > ul > li > a { position: relative; display: block; padding: 12px 20px 12px 15px; }
 .nav-alt > ul > li > a:hover { text-decoration: none; }
 .nav-alt > ul > li > a:after { content: ''; position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 98.71244635193133% 34.90566037735849%; background-size: 2688.888888888889% 1614.2857142857142%; width: 9px; height: 14px; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; }
 .nav-alt > ul > li > a.active:after { -webkit-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
 .nav-alt > ul > li > a { border-bottom: 1px solid #eaeaea; }
 .nav-alt > ul > li:first-child > a { color: #a2a2a9; }
 .nav-alt .nav-alt__dropdown { display: none; visibility: visible; opacity: 1; }
 .nav-alt .js-clean-btn.clean { border-bottom: none; padding-bottom: 0; }
 /* ------------------------------------------------------------ *\
	 Nav Alt Small
 \* ------------------------------------------------------------ */
 .nav-alt_small { font-size: 13px; text-transform: uppercase; background: transparent; }
 .nav-alt_small > ul { position: relative; padding: 0 0 10px; }
 .nav-alt_small > ul > li:first-child > a { color: inherit; }
 .nav-alt_small > ul > li { padding: 0; border-bottom: 0px; }
 .nav-alt_small > ul > li > a { padding: 12px 40px 12px 11px; border: none; transition: background .3s; }
 .nav-alt_small > ul > .current > a { background: #d7d7d9; }
 .nav-alt_small ul .nav-alt__dropdown { padding: 14px 20px 26px; }
 /* ------------------------------------------------------------ *\
	 Nav Alt Primary
 \* ------------------------------------------------------------ */
 .nav-alt_primary { font-size: 13px; background: transparent; }
 .nav-alt_primary > ul { padding: 0; text-transform: uppercase; }
 .nav-alt_primary > ul > li { padding: 6px 0; border-bottom: 1px solid #c7c7cb; }
 .nav-alt_primary > ul > li:last-child { border: none; }
 .nav-alt_primary > ul > li > a { padding: 12px 10px 12px; border: none; transition: background .3s; }
 .nav-alt_primary > ul > .current > a,
 .nav-alt_primary > ul > li > a:hover { background: #d7d7d9; }
 .nav-alt_primary > ul > li:first-child > a { color: inherit; }
 .nav-alt_primary > ul > li > a:after { display: none; }
 /* ------------------------------------------------------------ *\
	 Nav Default
 \* ------------------------------------------------------------ */
 .nav--default { height: auto; }
 .nav--default > ul > li { position: relative; background: #f5f5f5;}
 .nav--default > ul > li > a:after { background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 98.71244635193133% 34.90566037735849%; background-size: 2688.888888888889% 1614.2857142857142%; -webkit-transform: translateY(-50%) rotate(-90deg); -ms-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg); }
 .nav--default > ul > li > .active { background: #f5f5f5; }
 .nav--default ul .nav-alt__dropdown { padding: 6px 0; }
 .nav--default ul .nav-alt__body { padding: 0 12px; }
 .nav--default ul .nav__btn-edit { position: absolute; top: 17px; right: 50px; padding: 0; font-size: 13px; font-weight: 300; text-decoration: underline; text-transform: none; }
 .nav--default ul .nav__btn-edit:hover { text-decoration: none; }
 .nav--default ul .nav__btn-edit:after { display: none; }
 /* ------------------------------------------------------------ *\
	 Ornament
 \* ------------------------------------------------------------ */
 @media (max-width: 1023px) {
	 .ornament { display: none; }
 }
 /* ------------------------------------------------------------ *\
	 Out Of Stock
 \* ------------------------------------------------------------ */
 .out-of-stock { font-family: 'Montserrat', sans-serif; font-size: 13px; text-transform: uppercase; color: #b93758; border-top: 1px solid #c7c7cb; }
 .out-of-stock span { display: inline-block; vertical-align: middle; margin-left: 10px; }
 .out-of-stock .out-of-stock__inner { padding: 11px; margin-top: 15px; text-align: center; background: rgba(185,55,88, .20); }
 .out-of-stock .out-of-stock__inner + .out-of-stock__inner { margin-top: 15px; text-align: center; }
 /* ------------------------------------------------------------ *\
	 Paging
 \* ------------------------------------------------------------ */
 .paging { position: relative; font-family: 'Montserrat', sans-serif; font-weight: 600; padding: 12px 0; margin-bottom: 34px; border-width: 1px 0 1px; border-style: solid; border-color: #c7c7cb; }
 .paging:after { content: ''; display: table; clear: both; line-height: 0; }
 .paging .paging__label { float: left; margin-top: 20px; font-size: 13px; text-transform: uppercase; }
 .paging ul { float: right; list-style-type: none; font-size: 0; }
 .paging li { list-style-type: none; display: inline-block; vertical-align: middle; font-size: 16px; }
 .paging li + li { margin-left: 10px; }
 .paging a { display: block; width: 53px; height: 53px; line-height: 53px; text-align: center; border-radius: 2px; background: #e3e4e6; border-bottom: 1px solid rgba(50,52,49, .30); transition: background .3s; }
 .paging .current { background: #d7d7d9; }
 .paging a:hover { text-decoration: none; background: #d7d7d9; }
 .paging .paging__actions { display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
 .paging .paging__actions a { display: inline-block; vertical-align: middle; }
 @media (max-width: 767px) {
	 .paging { padding: 35px 0; }
 
	 .paging ul { display: none; }
 
	 .paging .paging__actions { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 
	 .paging .paging__label { float: none; margin-top: 0; display: block; text-align: center; }
 }
 /* ------------------------------------------------------------ *\
	 Payment
 \* ------------------------------------------------------------ */
 .payment { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-right: 130px; }
 .payment .payment__content .btn i { margin-left: 0; margin-right: 8px; }
 @media (max-width: 1200px) {
	 .payment { padding-right: 0; }
 }
 @media (max-width: 1023px) {
	 .payment { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-right: 0; }
 
	 .payment .payment__inner { margin-bottom: 20px; }
 }
 /* ------------------------------------------------------------ *\
	 Pricing
 \* ------------------------------------------------------------ */
 .pricing { position: relative; padding: 12px 0; }
 .pricing:after,
 .pricing:before { content: ''; position: absolute; left: 0; top: 0; background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg); width: 100%; height: 12px; background-repeat: repeat-x; }
 .pricing:after { top: auto; bottom: 0; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
 .pricing .pricing__inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0 8px; height: 75px; line-height: 75px; font-size: 15px; color: #b93758; border-top: 1px solid #c7c7cb; }
 .pricing .pricing__section { padding: 17px 8px 19px; }
 .pricing .pricing__title { font-size: inherit; }
 .pricing .pricing__field { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 91px; border-left: 1px solid #c7c7cb; }
 .pricing .pricing__field:before { content: ''; position: absolute; left: -3px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 5px; height: 26px; background: url(../../frontend/Magedirect/mws/en_US/css/images/before-solid.png) no-repeat; }
 /* ------------------------------------------------------------ *\
	 Products
 \* ------------------------------------------------------------ */
 .products { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; padding-bottom: 80px; margin-right: -13px; }
 .products .product { width: 25%;padding:5px;}
 .products .product__content { position: relative; min-height: 150px; padding: 16px 13px 19px; cursor: pointer; text-align: center; }
 .products .product__image { position: relative; overflow: hidden; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 10px; height: 291px; }
 .products .product__image:hover .product__image-inner { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); visibility: visible; opacity: 1; z-index: 1; }
 .products .product__inner { position: relative; width: 100%; display: block; background: #fff; border: 1px solid #ebecee; }
 .products .product__inner:hover { text-decoration: none; }
 .products .product__content:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: #fff url(../../frontend/Magedirect/mws/en_US/css/images/pattern-darker.jpg) 50% 100% no-repeat; background-size: 100% 4px; transition: height .3s, -webkit-transform .3s; transition: height .3s, transform .3s; transition: height .3s, transform .3s, -webkit-transform .3s; }
 .products .product__inner:hover .product__content:after { z-index: 2;height: 61px; -webkit-transform: translateY(61px); -ms-transform: translateY(61px); transform: translateY(61px); }
 .products .product__title { margin-bottom: 15px; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }
 .products .product__entry { margin-bottom: 15px; }
 .products .product__price { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #b93758; }
 .products .product__price-old { margin-right: 5px; color: #c3c5c5; text-decoration: line-through; }
 .products .product__image-inner { position: absolute; left: 10px; top: 10px; width: calc(100% - 20px); height: calc(100% - 20px); -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); visibility: hidden; opacity: 0; background: rgba(199,199,203, .85); display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; transition: visibility .2s, opacity .2s,-webkit-transform .2s; transition: transform .2s,visibility .2s, opacity .2s; transition: transform .2s,visibility .2s, opacity .2s,-webkit-transform .2s; }
 .products .product__image-inner:hover { cursor: pointer; }
 .products .product__image-inner .link-more { margin-top: 35px; }
 .products .product__image-label { position: absolute; z-index: 1; left: 18px; top: 0; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 12px; line-height: 1; width: 52px; padding-top: 3px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-red.jpg) repeat; color: #fff; }
 .products .product__image-label:after { content: ''; position: absolute; top: 100%; left: 0; width: 52px; height: 12px; background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn-small-red.png) no-repeat; }
 .products .product__image-label span { display: block; text-align: center; }
 /* .products .product__actions { position: absolute; z-index: -1; left: -1px; bottom: 0; width: calc(100% + 2px); height: 70px; background: transparent; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); visibility: hidden; opacity: 0; transition: visibility .3s, opacity .3s, z-index .3s, background .3s, -webkit-transform .3s; transition: transform .3s, visibility .3s, opacity .3s, z-index .3s, background .3s; transition: transform .3s, visibility .3s, opacity .3s, z-index .3s, background .3s, -webkit-transform .3s; border-width: 0 1px 0 1px; border-style: solid; border-color: #ebecee; }
 .products .product__actions:after { content: ''; position: absolute; left: -1px; bottom: 0; width: calc(100% + 2px); height: 4px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-darker.jpg) repeat; }
 .products .product__actions:hover { -webkit-transform: translateY(65px); -ms-transform: translateY(65px); transform: translateY(65px); visibility: visible; opacity: 1; z-index: 50; background: #fff; } */
 
 .relatedProduct .products .product__title.no-brands {
	 color: transparent;
 }
 .products .actions-btns {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    position: absolute;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-70px);
    transition: transform .3s;
	width: 100%;
    left: 0;
}
.products .product__inner:hover .actions-btns {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(65px);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 50;
}
.products .actions-btns .product__actions {
	width: 55%;
}
.products .actions-btns .product__actions * {
    width: 100%;
}
.products .actions-btns .product__actions a {
	padding: 0 20px 0;
}
.products .actions-btns .product__actions .action.primary {
    height: 50px;
    margin-left: 0;
}
 @media (max-width: 1200px) {
	 .products .product { width: 33.33%; }
 }
 @media (max-width: 1023px) {
	.products .actions-btns {
		position: relative;
		opacity: 1;
		visibility: visible;
		transform: unset;
		-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
	}
	.products .actions-btns .product__actions {
		width: 100%;
	}
	.products .actions-btns .product__actions {
		display: block;
		margin-top: 5px;
	}
	 .products { padding-bottom: 0; margin-right: -16px; }
 
	 .products .product { width: calc(33.33% - 16px); margin-right: 16px; }
 
	 .products .product__image { height: 235px; }
 
	 .products .product__content { min-height: 125px; }
 
	 .products .product__title { margin-bottom: 10px; }
 
	 .products .product__entry { margin-bottom: 10px; }
 
	 .products .product__image:hover .product__image-inner { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); visibility: hidden; opacity: 0; z-index: -1;  }
	 .products .product__actions { display: none; }
	 .products .product__content:hover:after { height: 4px; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
 
 }
 @media (max-width: 767px) {
	 .products { margin-right:0; }
	 .products .product { width:50%; margin-bottom:12px;margin-right: 0;}
 
	 .products .product__image img { max-width: 100%; max-height: 100%; }
 
	 .products .product__content { padding: 16px 7px 19px; }
 
	 .products .product__actions { bottom: 0; width: calc(100% + 2px); height: 70px; }
 
	 .products .product__entry { font-size: 14px; }
 
	 .products-slider { max-width: 235px; margin: 0 auto; }
	 .products-slider .product:nth-child(n+4) { display: block; }
 
	 .products-slider .slick-list { padding-bottom: 30px; }
 
	 .products-slider .slick-dots { text-align: center; margin: 0 auto 10px; font-size: 0; }
	 .products-slider .slick-dots li { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #3a3a3a; transition: background .3s, -webkit-transform .3s; transition: background .3s, transform .3s; transition: background .3s, transform .3s, -webkit-transform .3s; }
	 .products-slider .slick-dots button { display: none; }
	 .products-slider .slick-dots li + li { margin-left: 10px; }
	 .products-slider .slick-dots .slick-active {  background: #bb3d5d; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5);  }
 }
 /* ------------------------------------------------------------ *\
	 Products Compact
 \* ------------------------------------------------------------ */
 .products-compact { padding-bottom: 70px; }
 @media (max-width: 1023px) {
	 .products-compact { padding-bottom: 47px; }
 
	 .products-compact .product__image:hover .product__image-inner { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); visibility: hidden; opacity: 0; z-index: -1;  }
	 .products-compact .product__actions { display: none; }
 }
 @media (max-width: 767px) {
	 .products-compact { padding-bottom: 40px; margin: 0 -5px;}
 
	 .products-compact .product__image { height: 191px; }
 
	 .products-compact .product__content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 
	 .products-compact .product__price { margin-top: auto; }
 }
 /* ------------------------------------------------------------ *\
	 Products Small
 \* ------------------------------------------------------------ */
 .products-small .product { position: relative; display: block; padding: 10px; }
 .products-small .product:after { }
 .products-small .product:before { content: ''; position: absolute; left: 10px; bottom: 0; width: calc(100% - 20px); height: 1px; background: #e8e8e8; }
 .products-small .product:last-child:before { display: none; }
 .products-small .product:hover { text-decoration: none; }
 .products-small .product:hover .product__inner { background: #f7f7f8; }
 .products-small .product__inner { height: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; padding: 10px 13px; transition: background .3s; }
 .products-small .product__image { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-right: 16px; min-width: 82px; height: 82px; background: #fff; line-height: 82px; text-align: center; border: 1px solid #edeeef; overflow: hidden; }
 .products-small .product__title { margin-bottom: 7px; }
 .products-small .product__entry { margin-bottom: 8px; font-family: 'Museo Sans', sans-serif; font-size: 16px; font-weight: 300; text-transform: none; }
 .products-small .product__entry:last-child { margin-bottom: 0; }
 .products-small .product__quantity { margin-bottom: 7px; }
 .products-small .product__price { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #b93758; }
 .products-small .product__price-old { margin-right: 5px; color: #c3c5c5; text-decoration: line-through; }
 @media (max-width: 1023px) {
	 .products-small .product__entry { font-size: 13px; }
 }
 /* ------------------------------------------------------------ *\
	 Products Small Alt
 \* ------------------------------------------------------------ */
 .products-small_alt { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .products-small_alt .product { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 50%; }
 .products-small_alt .product:nth-last-child(-n+2):before { display: none; }
 @media (max-width: 1023px) {
	 .products-small_alt .product { width: 100%; }
	 .products-small_alt .product:nth-last-child(n+2):before { display: block; }
 }
 /* ------------------------------------------------------------ *\
	 Product Primary
 \* ------------------------------------------------------------ */
 .product-primary { background: #fff; padding: 18px; }
 .product-primary .product-primary__images { position: relative; margin-bottom: 26px; }
 .product-primary .product-primary__section + .product-primary__section { border-top: 1px solid #c7c7cb; }
 .product-primary .product-primary__section-primary { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .product-primary .product-primary__actions { padding-top: 19px; }
 .product-primary .product-primary__head { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 80%; font-size: 26px; padding: 17px 0 35px; }
 .product-primary .product-primary__title { text-transform: uppercase; margin-bottom: 24px; }
 .product-primary .product-primary__title a { transition: color .3s; }
 .product-primary .product-primary__title a:hover { text-decoration: none; color: #a2a2a9; }
 .product-primary .product-primary__price { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 20%; border-left: 1px solid #c7c7cb; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 20px; color: #b93758; }
 .product-primary .product-primary__price:before { content: ''; position: absolute; left: -3px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 5px; height: 26px; background: url(../../frontend/Magedirect/mws/en_US/css/images/before-solid.png) no-repeat; }
 .product-primary .product-primary__price span { display: block; text-align: center; }
 .product-primary .product-primary__price-old { text-decoration: line-through; color: #c3c5c5; }
 .product-primary .product-primary__inner { position: relative; padding-top: 12px; }
 .product-primary .product-primary__inner + .product-primary__inner { margin-top: 46px; }
 .product-primary .product-primary__inner:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 16px; background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x; }
 /*  Product Primary Slider  */
 .product-primary .product-primary__slider { position: relative; margin-bottom: 27px; width: 100%; border: 1px solid #c7c7cb; }
 .product-primary .product-primary__slider:before,
 .product-primary .product-primary__slider:after { content: ''; position: absolute; left: 50%; bottom: -3px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 26px; height: 5px; background: url(../../frontend/Magedirect/mws/en_US/css/images/divider-solid.png) no-repeat; }
 .product-primary .product-primary__slider:before { bottom: auto; top: -3px; }
 .product-primary .product-primary__slider .btn-zoom { position: absolute; left: 2px; bottom: 4px; width: 70px; height: 70px; background: url(../../frontend/Magedirect/mws/en_US/css/images/temp/zoom.png) no-repeat; }
 .product-primary .product-primary__slider .slide-btn { position: absolute; bottom: 2px; left: 2px; opacity: 0; }
 .product-primary .product-primary__slider .slide-btn-overlay { position: absolute; pointer-events: none; opacity: 1; }
 /*  Product Primary Image  */
 .product-primary .product-primary__image { position: relative; width: 100%; height: 500px; line-height: 500px; text-align: center; }
 .product-primary .product-primary__image-label { position: absolute; left: 10px; top: 0; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 12px; line-height: 1; width: 52px; padding-top: 3px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-red.jpg) repeat; color: #fff;
	 z-index:10;}
 .product-primary .product-primary__image-label:after { content: ''; position: absolute; top: 100%; left: 0; width: 52px; height: 12px; background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn-small-red.png) no-repeat; }
 .product-primary .product-primary__image-label span { display: block; text-align: center; }
 /*  Product Primary List  */
 .product-primary .product-primary__list { position: relative; margin-bottom: 20px; padding-top: 12px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; }
 .product-primary .product-primary__list:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 16px; background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x; }
 .product-primary .product-primary__list ul { list-style-type: none; }
 .product-primary .product-primary__list li { padding: 15px 0; border-bottom: 1px solid #c7c7cb; }
 .product-primary .product-primary__list a { display: block; }
 .product-primary .product-primary__list a:hover { text-decoration: none; }
 .product-primary .product-primary__list a:hover span { color: #a2a2a9; }
 .product-primary .product-primary__list a:hover i { display: none; }
 .product-primary .product-primary__list a:hover .ico-hover { display: inline-block; }
 .product-primary .product-primary__list span { position: relative; display: inline-block; vertical-align: middle; padding-left: 20px; transition: color .3s; }
 .product-primary .product-primary__list span:before { content: ''; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 5px; height: 20px; background: url(../../frontend/Magedirect/mws/en_US/css/images/before.png) no-repeat; }
 .product-primary .product-primary__list .ico-hover { display: none; }
 .product-primary .product-primary__list .text-red { vertical-align: top; padding-left: 0; color: #b93758; text-transform: uppercase; }
 .product-primary .product-primary__list .text-red:before { display: none; }
 .product-primary .product-primary__list .icon-holder { display: inline-block; margin: 0; padding: 0; border: none; width: 54px; height: 22px; line-height: 22px; text-align: center; }
 .product-primary .product-primary__list .icon-holder:before { display: none; }
 /*  Product Primary Utilities  */
 .product-primary .product-primary__utilities-image { display: block; margin-bottom: 10px; text-align: center; height: 46px; line-height: 46px; }
 .product-primary .product-primary__utilities-entry { display: block; font-size: 13px; text-align: center; padding: 0 20px; }
 .product-primary .product-primary__utilities ul { list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -8px; }
 .product-primary .product-primary__utilities li { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 33.33%; padding: 0 8px; border-radius: 3px; }
 .product-primary .product-primary__utilities a { display: block; height: 100%; padding: 14px 0; background: #eff0f2; border-bottom: 2px solid #d6d6d6; transition: background .3s; }
 .product-primary .product-primary__utilities a:hover { text-decoration: none; background: #d7d7d9; }
 /*  Product Primary Thumbs  */
 .product-primary .product-primary__thumbs { width: 100%; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
 .product-primary .product-primary__thumbs .slick-list { margin-right: -11px; overflow: visible; height: 90px !important; }
 .product-primary .slick-dots { display: none !important; }
 .product-primary .product-primary__thumbs .slides:after { }
 .product-primary .product-primary__thumbs .slide { position: relative; float: left; width: 90px !important; height: 96px !important; line-height: 96px; padding: 2px; border: 1px solid #c7c7cb; }
 .product-primary .product-primary__thumbs .slide + .slide { margin-left: 12px; }
 .product-primary .product-primary__thumbs .slide-image { position: relative; display: block; height: 90px; line-height: 90px; text-align: center; cursor: pointer; }
 .product-primary .product-primary__thumbs .slide-image:hover { background: #e0e0e2; }
 .product-primary .product-primary__thumbs .slick-current { position: relative; }
 .product-primary .product-primary__thumbs .slick-current:before { content: ''; position: absolute; left: 50%; bottom: 100%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border-width: 0 7px 7px 7px; border-style: solid; border-color: transparent; border-bottom-color: #1e1e1e; }
 .product-primary .product-primary__share { position: relative; height: 70px; margin-top: 27px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-light.jpg) repeat; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 .product-primary .product-primary__share .socials-small ul a { width: 40px; }
 .product-primary .product-primary__share .socials__actions span i { margin-left: 5px; }
 .product-primary .product-primary__formulas { margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid #c7c7cb; }
 .product-primary .product-primary__formulas-title { margin-bottom: 10px; text-transform: uppercase; }
 .product-primary .product-primary__formulas .notvalid { margin-top: 10px; font-size: 13px; color: #b93758; }
 /*  Product Primary Cols  */
 .product-primary__cols { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
 .product-primary__col { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 100%; padding: 0 15px; }
 .product-primary__col_size1 { width: 50%; }
 .product-primary__col_size2 { width: 50%; }
 @media (max-width: 1023px) {
	 .product-primary { background: #fff; padding: 20px 16px; margin: 0 -10px; }
 
	 .product-primary .product-primary__slider { position: relative; margin-bottom: 27px; width: 100%; }
 
	 .product-primary .product-primary__image { position: relative; width: 100%; height: 351px; line-height: 351px; }
	 .product-primary .product-primary__image img { max-width: 50%; }
 
	 .product-primary__col_size1 { width: 50%; }
	 .product-primary__col_size2 { width: 50%; }
 
	 .product-primary .product-primary__thumbs a { position: relative; display: block; height: 64px; line-height: 64px; text-align: center; }
 
	 .product-primary .product-primary__thumbs_image img { width: 40%; }
 
	 .product-primary .product-primary__thumbs .slide { width: 64px !important; height: 70px !important; line-height: 70px; padding: 2px; border: 1px solid #c7c7cb; }
	 .product-primary .product-primary__thumbs img { max-width: 65%; }
 
	 .product-primary .product-primary__thumbs .slide-image { height: 64px; line-height: 64px; }
 
	 .product-primary .product-primary__list a { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
	 .product-primary .product-primary__list span:first-child { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
 
	 .product-primary .product-primary__utilities-entry { padding: 0 7px; }
 
	 .product-primary .product-primary__utilities ul { margin: 0 -5px; font-size: 13px; }
	 .product-primary .product-primary__utilities li { padding: 0 5px; }
 
	 .product-primary .product-primary__head { font-size: 21px; padding-right: 20px; }
 
	 .product-primary .product-primary__price { font-size: 18px; }
 }
 @media (max-width: 767px) {
	 .product-primary { position: relative; margin: 0; padding: 0; }
	 .product-primary:before,
	 .product-primary:after { position: absolute; top: 359px; bottom: 0; width: 10px; background: #fff; content: ''; }
 
	 .product-primary:before { right: 100%; }
	 .product-primary:after { left: 100%; }
 
	 .product-primary .product-primary__cols { margin: 0; padding: 0; }
 
	 .product-primary .product-primary__col { padding: 0; }
 
	 .product-primary .product-primary__col_size1 { width: 100%; }
	 .product-primary .product-primary__col_size2 { width: 100%; }
 
	 .product-primary .product-primary__images { float: none; display: block; width: 100%; margin: 0 0 23px; padding: 8px; }
 
	 .product-primary .product-primary__thumbs,
	 .product-primary .product-primary__slider .slide-btn { display: none; }
 
	 .product-primary .product-primary__slider .slick-slide { display: inline-block !important; }
	 .product-primary .product-primary__slider .slick-dots { display: block !important; position: absolute; left: 50%; bottom: -25px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-top: 12px; font-size: 0; text-align: center; }
	 .product-primary .product-primary__slider .slick-dots li { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #3a3a3a; transition: background .3s, -webkit-transform .3s; transition: background .3s, transform .3s; transition: background .3s, transform .3s, -webkit-transform .3s; }
	 .product-primary .product-primary__slider .slick-dots .slick-active { background: #bb3d5d; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); }
	 .product-primary .product-primary__slider .slick-dots li + li { margin-left: 10px; }
	 .product-primary .product-primary__slider .slick-dots button { display: none; }
 
	 .product-primary .product-primary__section-primary { display: block; text-align: center; padding: 20px 0; }
 
	 .product-primary .product-primary__head { width: 100%; padding: 0; }
 
	 .product-primary .product-primary__title { text-transform: uppercase; margin-bottom: 12px; }
 
	 .product-primary .product-primary__price { width: 100%; border: none; padding: 0; margin-top: 15px; }
	 .product-primary .product-primary__price:before { display: none; }
 
	 .product-primary .product-primary__price span { display: inline-block; text-align: center; }
 
	 .product-primary .product-primary__price-old { text-decoration: line-through; color: #c3c5c5; }
 
	 .product-primary .product-primary__image img { width: auto; height: auto; max-width: 90%; max-height: 90%; }
 
	 .product-primary .product-primary__list { margin-top: 40px; }
 
	 .product-primary .product-primary__list a { font-size: 13px; }
 }
 /* ------------------------------------------------------------ *\
	 Products Alt
 \* ------------------------------------------------------------ */
 .products-alt .product { margin-bottom: 25px; padding: 0 7px 25px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; border-bottom: 1px solid #c7c7cb; }
 .products-alt .product:last-child { margin-bottom: 0;  }
 .products-alt .product__image { width: 130px; height: 130px; line-height: 130px; margin-right: 20px; text-align: center; border: 1px solid #c7c7cb; }
 .products-alt .product__content { position: relative; width: calc(100% - 150px); }
 .products-alt .product__btn { transition: opacity .3s; font-size: 0; line-height: 0; margin-right: 14px; }
 .products-alt .product__btn:last-child { margin-right: 0; }
 .products-alt .product__btn:hover { opacity: 0.8; text-decoration: none; }
 .products-alt .product__controls { position: absolute; right: 0; top: 0; }
 .products-alt .product__title { margin-bottom: 5px; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }
 .products-alt .product__entry { margin-bottom: 24px; }
 .products-alt .product__select { padding-top: 8px; }
 .products-alt .product__price { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 13px; text-transform: uppercase; font-weight: 600; color: #b93758; }
 .products-alt .product__price span { display: block; text-align: right; }
 .products-alt .product__price p { margin-bottom: 3px; }
 .products-alt .product__price-old { color: #c3c5c5; text-decoration: line-through; }
 @media (max-width: 1200px) {
	 .products-alt .product__title { padding-right: 30px; }
 
	 .products-alt .product__entry { padding-right: 30px; }
 }
 @media (max-width: 1023px) {
	 .products-alt .product__image { width: 116px; height: 116px; line-height: 116px; }
 
	 .products-alt .product__entry { margin-bottom: 11px; }
 
	 .products-alt .product__title,
	 .products-alt .product__entry { padding-right: 40px; }
 }
 @media (max-width: 767px) {
	 .products-alt .product { position: relative; padding-bottom: 120px; }
 
	 .products-alt .tooltip-mini { display: block; margin-top: 5px; }
 
	 .products-alt .product__content { position: static; }
 
	 .products-alt .product__title { position: static; }
 
	 .products-alt .product__select { position: absolute; left: 7px; bottom: 60px; width: calc(100% - 14px); }
 
	 .products-alt .product__remove { position: absolute; right: auto; left: 7px; top: auto; bottom: 21px; }
 
	 .products-alt .product__title,
	 .products-alt .product__entry { padding-right: 0; }
 
	 .products-alt .product__controls { right: auto; left: 7px; top: auto; bottom: 20px; }
 }
 /* ------------------------------------------------------------ *\
	 Products Cart
 \* ------------------------------------------------------------ */
 .products--cart .product { position: relative; margin-bottom: 18px; padding-bottom: 20px; }
 .products--cart .list-info { margin-bottom: 10px; }
 .products--cart .list-info:last-child { margin-bottom: 0; }
 .products--cart .list-info li + li { margin-top: 6px; }
 .products--cart .form-spinner { position: absolute; right: 127px; top: 0; padding-top: 0; }
 .products--cart .product__content { position: static; width: calc(100% - 480px) }
 .products--cart .product__controls { right: 7px; top: auto; bottom: 20px; }
 .products--cart .product__price { position: absolute; right: 7px; top: 0; }
 .products--cart .product__entry { margin-bottom: 10px; }
 @media (max-width: 1200px) {
	 .products--cart .form-spinner { position: absolute; right: 100px; }
 
	 .products--cart .product__content { position: static; width: calc(100% - 380px) }
 
	 .products--cart .spinner a { width: 40px; height: 42px; line-height: 42px; }
 
	 .products--cart	.spinner .spinner__field { width: 40px; height: 42px; }
 }
 @media (max-width: 1023px) {
	 .products--cart .product__price { position: static; }
 
	 .products--cart .form-spinner { right: 0; }
 
	 .products--cart .spinner a { width: 46px; height: 42px; line-height: 42px; }
 
	 .products--cart	.spinner .spinner__field { width: 46px; height: 42px; }
 
	 .products--cart .product__content { width: calc(100% - 261px) }
 
	 .products--cart .product__price span { text-align: left; }
 }
 @media (max-width: 767px) {
	 .products--cart .product:last-child { border-bottom: none; }
 
	 .products--cart .product__content { width: calc(100% - 156px) }
 
	 .products--cart .product__image { margin-bottom: 120px; margin-right: 40px; }
 
	 .products--cart .form-spinner { right: auto; left: 7px; top: auto; bottom: 60px; }
 
	 .products--cart .product__controls { right: auto; left: 7px; top: auto; bottom: 20px; }
 }
 /* ------------------------------------------------------------ *\
	 Promo Bar
 \* ------------------------------------------------------------ */
 /* background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-dark.jpg) repeat; */
 .promo-bar { position: relative; z-index: 3; margin: 0 0 5px; }
 .promo-bar .promo-bar__inner { position: relative; padding: 10px 0 12px; background: #C3467C; font-size: 16px; color: #fff;}
 .promo-bar .promo-bar__section { width:100%; }
 .promo-bar .promo-bar__section .promo-bar__entry {width: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-box-pack: justify;-webkit-justify-content: space-evenly;-ms-flex-pack: justify; justify-content: space-evenly;    -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0;}
 .promo-bar .promo-bar__section .promo-bar__entry p {
	 width: 33.33%;
	 text-align: center;
	 position: relative;
	 margin: 0;
	 font-size: 12px;
	 font-weight: 300;
 }
 .promo-bar .promo-bar__section .promo-bar__entry p span.texts{
	font-size: 14px;
	font-weight: 700;
 }
 .promo-bar .promo-bar__section .promo-bar__entry p span {
    font-weight: 700;
}
 .promo-bar .promo-bar__actions { position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
 .promo-bar .promo-bar__btn { display: block; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; background: #373737; text-align: center; }
 @media (max-width: 1023px) {
	.promo-bar {margin: 0;}
	.promo-bar > .shell{ padding: 0;}
	.promo-bar .promo-bar__section .promo-bar__entry p {
		width: 100%;
		margin-bottom: 5px;
	}
	 .promo-bar .promo-bar__actions { right: 0; }
 
	 .promo-bar .promo-bar__inner .ico-truck { width: 36px; height: 21px; }
	 .promo-bar .promo-bar__inner .ico-truck-right { width: 36px; height: 21px; }
 }
 @media (max-width: 767px) {
	 .promo-bar .promo-bar__actions { right: 15;top:35px; }
 
	 .promo-bar .promo-bar__inner .ico-truck { display: none; }
	 .promo-bar .promo-bar__inner .ico-truck-right { display: none; }
 }
 /* ------------------------------------------------------------ *\
	 Radio Color
 \* ------------------------------------------------------------ */
 .radio-color { position: relative; }
 .radio-color input { position: absolute; top: 0; left: 0; visibility: hidden; opacity: 0; }
 .radio-color .form-label { position: relative; display: block; width: 32px; height: 32px; padding: 4px; border-radius: 3px; background-color: #fff; border: 1px solid #d6d6d6; font-size: 0; }
 .radio-color input:checked + .form-label { border: 2px solid #1e1e1e; }
 .radio-color .radio-text-hover { font-family: 'Museo Sans', sans-serif; font-size: 13px; font-weight: 500; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: calc(100% + 23px); visibility: hidden; opacity: 0; transition: visibility .3s, opacity .3s; }
 .radio-color:hover .radio-text-hover { visibility: visible; opacity: 1; }
 .radio-color .radio-color-hover { visibility: hidden; position: absolute; bottom: calc(100% + 15px); left: 50%; width: 132px; height: 151px; border: 1px solid #a2a2a9; background-color: inherit; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); box-shadow: 0 0 4px 1px rgba(0,0,0,.24); opacity: 0; transition: bottom .3s, visibility .3s, opacity .3s; }
 .radio-color:hover .radio-color-hover { visibility: visible; opacity: 1; bottom: calc(100% + 15px); }
 .radio-color .radio-color-hover:before,
 .radio-color .radio-color-hover:after { content: ''; position: absolute; top: 100%; left: 50%; width: 0; height: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border-width: 10px 10px 0 10px; border-style: solid; border-color: transparent; border-top-color: #fff; }
 .radio-color .radio-color-hover:before { border-top-color: #a7a7ad; margin-top: 1px; }
 .radio-color .radio-color-hover span { background-color: inherit; }
 .radio-color .radio-color-hover span:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; }
 .radio-color .radio-color-hover span:after { content: ''; position: absolute; top: 8px; left: 50%; width: 112px; height: 112px; border-radius: 2px; border: 1px solid #a2a2a9; background-color: inherit; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
 @media (max-width: 767px) {
	 .radio-color .radio-color-hover { display: none; }
 }
 /* ------------------------------------------------------------ *\
	 Radio
 \* ------------------------------------------------------------ */
 .radios { margin-bottom: 23px; list-style-type: none; font-family: 'Museo Sans', sans-serif; font-weight: 300; font-size: 16px; text-transform: none; }
 .radios:last-child { margin-bottom: 0;  }
 .radios li + li { margin-top: 15px; }
 .radio { position: relative; }
 .radio + .radio { margin-top: 11px; }
 .radio input { display: none; }
 .radio label { position: relative; display: inline-block; vertical-align: middle; padding-left: 30px; }
 .radio input + label:before { content: ''; position: absolute; left: 0; bottom: 2px; width: 15px; height: 15px; background: #fafafb; border: 1px solid #e8e8e8; }
 .radio input:checked + label:before { background: #fafafb; border: 1px solid #1e1e1e; }
 .radio input:checked + label:after { content: ''; position: absolute; left: 1px; bottom: 3px; width: 13px; height: 13px; background: #1e1e1e; border: 2px solid #fafafb; }
 @media (max-width: 767px) {
	 .radios_mobile .radio input + label:before { bottom: auto; top: 2px; }
	 .radios_mobile .radio input:checked + label:after { left: 1px; bottom: auto; top: 3px; }
 
 }
 /* ------------------------------------------------------------ *\
	 Radio Sizes
 \* ------------------------------------------------------------ */
 .radio-sizes { position: relative; }
 .radio-sizes input { position: absolute; left: 0; top: 0; visibility: hidden; opacity: 0; }
 .radio-sizes label { position: relative; display: block; padding: 10px; background: #eff0f2; border: 1px solid #d6d6d6; border-radius: 3px; }
 .radio-sizes input:checked label { background: #000; color: #fff; }
 .radio-sizes input:checked + label { background: #1e1e1e; color: #fff; border-color: #1e1e1e; }
 /* ------------------------------------------------------------ *\
	 Rating
 \* ------------------------------------------------------------ */
 .rating { display: inline-block; vertical-align: middle; overflow: hidden; }
 .rating > input { display: none; }
 .rating > label { display: block; float: right; position: relative; background: url(../../frontend/Magedirect/mws/en_US/css/images/star.png) no-repeat; background-size : contain; }
 .rating > label:before { content: ''; display: block; width: 20px; height: 14px; background: url(../../frontend/Magedirect/mws/en_US/css/images/star-hover.png) no-repeat; background-size: contain; opacity: 0; transition: opacity 0.2s linear; }
 .rating > label:hover:before,
 .rating > label:hover ~ label:before,
 .rating:not(:hover) > :checked ~ label:before { opacity : 1; }
 .rating-stars { margin-bottom: 8px; display: inline-block; vertical-align: middle; width: 139px; height: 20px; background-image: url(../../frontend/Magedirect/mws/en_US/css/images/rating-1.png); background-repeat: no-repeat; }
 .rating-stars:last-child { margin-bottom: 0; }
 .rating-stars .rating-stars__current { width: 139px; height: 20px; background-image: url(../../frontend/Magedirect/mws/en_US/css/images/rating.png); background-repeat: no-repeat; }
 .rating-stars.block { display: block; }
 .rating-stars_small { width: 97px; height: 14px; background-image: url(../../frontend/Magedirect/mws/en_US/css/images/star.png); }
 .rating-stars_small .rating-stars__current { width: 97px; height: 14px; background-image: url(../../frontend/Magedirect/mws/en_US/css/images/stars.png); }
 /* ------------------------------------------------------------ *\
	 Rating Big
 \* ------------------------------------------------------------ */
 .rating_big > label { background: url(../../frontend/Magedirect/mws/en_US/css/images/star-large.png) no-repeat; }
 .rating_big > label:before { width: 45px; height: 32px; background: url(../../frontend/Magedirect/mws/en_US/css/images/star-large-hover.png) no-repeat; }
 /* ------------------------------------------------------------ *\
	 Rating Holder
 \* ------------------------------------------------------------ */
 .rating-holder { padding: 20px 0; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; }
 .rating-holder .rating-holder__title { margin-bottom: 5px; }
 .rating-holder .rating-holder__entry { display: inline-block; vertical-align: middle; margin-left: 20px; margin-top: 2px; }
 .rating-holder .rating-holder__entry:after { }
 .rating-holder .rating-holder__entry a { display: block; float: left; transition: color .3s; }
 .rating-holder .rating-holder__entry a:hover { text-decoration: none; color: #a2a2a9; }
 .rating-holder .rating-holder__entry a + a { position: relative; margin-left: 15px; padding-left: 20px; }
 .rating-holder .rating-holder__entry a + a:before { content: ''; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 5px; height: 20px; background: url(../../frontend/Magedirect/mws/en_US/css/images/before.png) no-repeat; }
 @media (max-width: 1023px) {
	 .rating-holder .rating-holder__entry { margin-left: 10px; }
 
	 .rating-holder .rating-holder__entry a + a { margin-left: 10px; padding-left: 15px; }
 }
 @media (max-width: 374px) {
	 .rating-holder .rating { display: block; text-align: center; margin-bottom: 10px; }
	 .rating-holder .rating > label { float: none; display: inline-block; }
 
	 .rating-holder .rating-holder__entry { display: block; text-align: center; margin: 0; }
 }
 /* ------------------------------------------------------------ *\
	 Review
 \* ------------------------------------------------------------ */
 .reviews { margin-bottom: 40px; }
 .reviews .reviews__actions { margin-top: 30px; }
 .reviews .reviews__btn { font-size: 13px; font-weight: 600; text-transform: uppercase; text-decoration: underline; }
 .reviews .reviews__btn:hover { text-decoration: none; }
 .review + .review { margin-top: 40px; }
 .review a { font-size: 13px; text-decoration: underline; color: #373737; font-weight: 600; text-transform: uppercase; }
 .review a:hover { text-decoration: none; }
 .review .review__title { display: inline-block; vertical-align: middle; margin-bottom: 5px; text-transform: uppercase; }
 .review .review__meta { display: inline-block; vertical-align: middle; margin-bottom: 5px; font-size: 13px; }
 @media (max-width: 1023px) {
	 .reviews { font-size: 14px; line-height: 1.57; }
 }
 /* ------------------------------------------------------------ *\
	 Review Alt
 \* ------------------------------------------------------------ */
 .reviews-alt { padding: 15px 4px; }
 .review-alt { margin-bottom: 27px; font-size: 16px; line-height: 1.38; }
 .review-alt:last-child { margin-bottom: 0; }
 .review-alt + .divider { margin-bottom: 33px; }
 .review-alt .review-alt__title { margin-bottom: 8px; text-transform: uppercase; }
 .review-alt .review-alt__entry p { margin-bottom: 10px; }
 .review-alt .review-alt__entry p:last-child { margin-bottom: 0; }
 @media (max-width: 1023px) {
	 .reviews-alt { padding: 15px 0; }
 }
 /* ------------------------------------------------------------ *\
	 Search
 \* ------------------------------------------------------------ */
 .search { padding: 0; }
 .search .search__controls { width: 449px; }
 .search .search__field { display: block; width: 100%; height: 61px; padding: 0 20px; border: 1px solid #eaeaea; font-family: 'Museo Sans', sans-serif; font-size: 16px; color: #808080; }
 @media (max-width: 1023px) {
	 .search { width: 100%; }
 
	 .search .search__controls { width: 100%; }
 }
 /* ------------------------------------------------------------ *\
	 Search Holder
 \* ------------------------------------------------------------ */
 .search-holder { position: relative; z-index: 1; width: 1200px; }
 .search-holder .search-holder__head { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #e8e8e8; }
 @media (max-width: 1023px) {
	 .search-holder { position: relative; z-index: 1; width: 100%; padding-bottom: 100px; }
 
	 .search-holder .search-holder__head { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 
	 .search-holder .search-holder__actions { width: 100%; text-align: center; }
 }
 /* ------------------------------------------------------------ *\
	 Search Results
 \* ------------------------------------------------------------ */
 .search-results { position: relative; max-width: 607px; margin: 0 auto; }
 .search-results .search-results__label { position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 0; line-height: 0; }
 .search-results .search-results__field { font-family: 'Montserrat', sans-serif; height: 52px; text-transform: uppercase; font-size: 13px; font-weight: 600; padding: 0 40px 0 22px; }
 /* ------------------------------------------------------------ *\
	 Section
 \* ------------------------------------------------------------ */
 .section { padding: 96px 0; }
 .section .section__title { text-align: center; }
 .section .section__head { position: relative; margin-bottom: 22px; padding: 16px 0; background: #fff; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }
 .section .section__head:before { content: ''; position: absolute; top: 11px; width: 100%; height: 5px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-darker.jpg) repeat; }
 .section .section__head:after { content: ''; position: absolute; top: 0; width: 100%; height: 10px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern.png) repeat-x; }
 .section .section__body { margin-bottom: 14px; }
 .section .section__foot { text-align: center; }
 .sections-container { position: relative; }
 /* ------------------------------------------------------------ *\
	 Section Boxes
 \* ------------------------------------------------------------ */
 .section_boxes { position: relative; padding:40px 0; }
 .section_boxes .section__inner { z-index: 10; max-width: 1170px; width: 100%;margin: 0 auto; position: relative; z-index: 10; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
 .section_boxes .section__group { position: relative; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 50%; padding: 0 7px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .section_login .section__title span {
    padding-top: 15px;
    display: block;
    line-height: 25px;
}
 .section_boxes .section__body { width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin-bottom: 0; padding: 14px 10px 10px; }
 .section_boxes .section__body-inner { position: relative; z-index: 2; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1;}
 @media (max-width: 1023px) {

 }
 @media (max-width: 767px) {
	 .section_boxes .section__group { width: 100%;padding: 0; }
	 .section_boxes .section__group:first-child{margin-bottom: 30px;}
	 .section_boxes .section__body {padding: 0;}
 }
 /* ------------------------------------------------------------ *\
	 Section Login
 \* ------------------------------------------------------------ */
 .section_login { padding: 0 0 92px; }
 .section_login .section__group { display: block; }
 .section_login .section__head {  z-index: 3; width: calc(100% - 16px); background: transparent; padding: 0; margin: 0; }
 .section_login .section__body { background: #fff; padding: 0; }
 /* ------------------------------------------------------------ *\
	 Section Features
 \* ------------------------------------------------------------ */
 .section-features { position: relative; margin-bottom: 55px; }
 .section-features .shell { position: relative; z-index: 3; }
 @media (max-width: 1023px) {
	 .section-features { position: relative; margin-bottom: 40px; }
	 .section-features .shell { position: relative; z-index: 0; }
 }
 @media (max-width: 767px) {
	 .section-features { margin-bottom: 52px; }
 }
 /* ------------------------------------------------------------ *\
	 Section Motto
 \* ------------------------------------------------------------ */
 .section-motto { position: relative; padding: 40px 0 60px; }
 .section-motto .ornament { position: absolute; left: auto; right: -124px; top: -75px; }
 @media (max-width: 1023px) {
	 .section-motto { position: relative; padding: 50px 0 56px; }
 }
 @media (max-width: 767px) {
	 .section-motto { position: relative; padding: 35px 0 30px; }
 }
 /* ------------------------------------------------------------ *\
	 Section - Products
 \* ------------------------------------------------------------ */
 .section-products { position: relative; padding-bottom: 50px; }
 .section-products .ornament { position: absolute; left: 0; top: 200px; }
 .section-products .ornament_right { left: auto; right: -10px; top: 1000px; }
 .section-products .section__head { padding: 9px 0; margin-bottom: 20px; border-width: 1px 0 1px; border-style: solid; border-color: #c7c7cb; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 /*.section-products .section__head .sort { width: 100%; }*/
 .section-products .section__head_primary .sort { /*width: auto;*/ display: inline-block; }
 .section-products .section__title { font-family: 'Museo Sans', sans-serif; font-weight: 300; }
 .section-products .section__body { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
 .section-products .section__aside { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 291px; margin-right: 13px; }
 .section-products .section__content { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: calc(100% - 304px); }
 @media (max-width: 1023px) {
	 .section-products .section__aside { display: none; }
 
	 .section-products .section__content { width: 100%; }
 
	 .section-products .section__head_primary { display: block; border: none; }
 
	 .section-products .section__head_primary .section__title { padding-bottom: 20px; text-align: center; }
 
	 .section-products .section__head_primary .sort { width: 100%; padding: 10px 0; border-width: 1px 0 1px; border-style: solid; border-color: #c7c7cb; }
 }
 @media (max-width: 767px) {
	 .section-products .section__head_primary .section__title { padding: 20px 0; border-top: 1px solid #c7c7cb; }
 }
 /* ------------------------------------------------------------ *\
	 Section Tabs
 \* ------------------------------------------------------------ */
 .section-tabs { position: relative; }
 .section-tabs .section__image { position: absolute; left: 0; top: 0; width: 100%; height: 70%; background-repeat: repeat; }
 @media (max-width: 1023px) {
	 .section-tabs .section__image { height: 90%; }
 }
 \* ------------------------------------------------------------ */
 .section-product { position: relative; padding-bottom: 54px; }
 .section-product .ornament { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: left 630px; }
 .section-product .section__image { position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 593px; background-repeat: repeat; }
 /* ------------------------------------------------------------ *\
	 Section Products
 \* ------------------------------------------------------------ */
 .section_products { position: relative; padding-top: 0; }
 .section_products .ornament { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: right 160px; left: auto; right: -10px; }
 .section_products .section__head { background: transparent; }
 .section_products .section__image { position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 60%; background-repeat: repeat; }
 @media (max-width: 767px) {
	 .section_products { padding-bottom: 50px; }
	 .section_products .section__image { height: 395px; }
 }
 /* ------------------------------------------------------------ *\
	 Section Cards
 \* ------------------------------------------------------------ */
 .section-cards { padding-bottom: 77px; }
 /* ------------------------------------------------------------ *\
	 Section Dashboard
 \* ------------------------------------------------------------ */
 .section-dashboard { position: relative; padding-bottom: 133px; }
 .section-dashboard .ornament { position: absolute; left: -110px; top: 200px; }
 .section-dashboard .ornament_right { left: auto; right: -110px; top: 620px; }
 .section-dashboard .section__head { padding: 20px 0; margin-bottom: 30px; border-width: 1px 0 1px; border-style: solid; border-color: #c7c7cb; }
 .section-dashboard .section__title { font-family: 'Museo Sans', sans-serif; font-weight: 300; }
 .section-dashboard .section__body { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .section-dashboard .section__aside { min-width: 291px; margin-right: 32px; }
 .section-dashboard .section__content { width: 100%; }
 @media (max-width: 1023px) {
	 .section-dashboard { padding-bottom: 70px; }
 
	 .section-dashboard .section__aside { display: none; }
 
	 .section-dashboard .section__content { width: 100%; }
 
	 .section-dashboard .section__head { padding: 10px 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 }
 @media (max-width: 767px) {
	 .section-dashboard .section__title { padding: 15px 0; }
 
	 .section-dashboard .section__head { margin-bottom: 10px; padding: 0; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; border: none; }
 }
 /* ------------------------------------------------------------ *\
	 Section Events
 \* ------------------------------------------------------------ */
 @media (max-width: 767px) {
	 .section-events .section__head { border-width: 1px 0 1px; border-style: solid; border-color: #c7c7cb; }
 }
 /* ------------------------------------------------------------ *\
	 Section Alt
 \* ------------------------------------------------------------ */
 .section--alt .ornament { position: absolute; left: 0; top: 200px; }
 .section--alt .ornament_right { left: auto; right: -11px; top: 620px; }
 .section--alt .section__content { width: 100%; padding-right: 50px; }
 .section--alt .section__head { margin-bottom: 41px; }
 .section--alt .cols { margin: 0 -9px; }
 .section--alt .col { padding: 0 9px; }
 @media (max-width: 767px) {
	 .section--alt .section__content { padding-right: 0; }
 
	 .section--alt .section__head { border-width: 0 0 1px; border-style: solid; border-color: #c7c7cb; }
 
	 .section--alt .col { width: 100%; margin-bottom: 40px; }
	 .section--alt .col:last-child { margin-bottom: 0; }
 }
 /* ------------------------------------------------------------ *\
	 Section Rules
 \* ------------------------------------------------------------ */
 .section--rules .section__head { margin-bottom: 41px; }
 .section--rules .cols { margin: 0 -25px; }
 .section--rules .col { padding: 0 25px; }
 /* ------------------------------------------------------------ *\
	 Section Addresses
 \* ------------------------------------------------------------ */
 .section--inverse .section__body { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
 .section--inverse .section__aside { width: 383px; margin-left: 25px; margin-right: 0; }
 .section--inverse .section__content { width: calc(100% - 408px); }
 .section--inverse .section__title { margin-bottom: 12px; font-weight: 400; }
 @media (max-width: 1023px) {
	 .section--inverse .section__aside { display: block; width: 237px; margin-left: 13px; }
 
	 .section--inverse .section__content { width: calc(100% - 250px); }
 }
 @media (max-width: 767px) {
	 .section--inverse .section__body { -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 
	 .section--inverse .section__aside { width: 100%; margin: 0; }
 
	 .section--inverse .section__content { width: 100%; margin: 13px 0 30px; }
 
	 .section--inverse .section__title { text-align: center; }
 }
 /* ------------------------------------------------------------ *\
	 Section Search
 \* ------------------------------------------------------------ */
 .section--search .section__head { display: block; margin-bottom: 58px; text-align: center; border: none; padding: 0; }
 .section--search .section__body { display: block; }
 .section--search .search-results { margin-bottom: 20px; }
 @media (max-width: 1023px) {
	 .section--search .search-results { margin-bottom: 30px; }
 
	 .section--search .section__head { margin-bottom: 30px; padding-top: 5px; }
 }
 /* ------------------------------------------------------------ *\
	 Section Light
 \* ------------------------------------------------------------ */
 .section--light { background: #fff; }
 /* ------------------------------------------------------------ *\
	 Section Steps
 \* ------------------------------------------------------------ */
 .section--steps .section__head { border-bottom: none; padding: 0; }
 .section--steps .steps { margin-top: -1px; }
 @media (max-width: 767px) {
	 .section--steps .section__head { margin-top: 25px; }
 
	 .section--steps .cards + .section__title { margin-top: 30px; }
 }
 /* ------------------------------------------------------------ *\
	 Section Info
 \* ------------------------------------------------------------ */
 .section--info { padding: 17px 0 100px; }
 .section--info .section__body { display: block; }
 /* ------------------------------------------------------------ *\
	 Slider
 \* ------------------------------------------------------------ */
 .slider {}
 .slider .slides { list-style: none outside none; }
 /* ------------------------------------------------------------ *\
	 Sider Small
 \* ------------------------------------------------------------ */
 .slider-small { display: none; }
 .slider-small .owl-carousel .owl-item img { width: auto; text-align: center; display: inline-block; }
 .slider-small .owl-dots { display: block; text-align: center; margin-top: 20px;}
 .slider-small .owl-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #3a3a3a; transition: background .3s, -webkit-transform .3s; transition: background .3s, transform .3s; transition: background .3s, transform .3s, -webkit-transform .3s; }
 .slider-small .owl-dot.active { background: #bb3d5d; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); }
 .slider-small .owl-dot + .owl-dot { margin-left: 10px; }
 .slider-small .product { width: 235px; margin: 0 auto; }
 @media (max-width: 767px) {
	 .slider-small { display: block; }
 }
 /* ------------------------------------------------------------ *\
	 Socials
 \* ------------------------------------------------------------ */
 .socials ul { list-style-type: none; font-size: 0; }
 .socials li { display: inline-block; font-size: 17px; }
 .socials li + li { margin-left: 21px; }
 .socials a { color: #fff; transition: color .3s; }
 .socials a:hover { color: #9b9b9b; }
 @media (max-width: 1200px) {
	 .socials li + li { margin-left: 10px; }
 }
 @media (max-width: 1023px) {
	 .socials ul { display: block; width: 100%; }
 
	 .socials li { display: inline-block; width: 15%; }
	 .socials li + li { margin-left: 0; border-left: 1px solid #5c5c63; }
 
	 .socials a { display: block; text-align: center; height: 55px; line-height: 55px; }
 }
 /* ------------------------------------------------------------ *\
	 Socials Small
 \* ------------------------------------------------------------ */
 .socials-small { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 13px; }
 .socials-small .socials__actions { position: relative; display: inline-block; font-size: 13px; line-height: 1.2; margin-right: 20px; }
 .socials-small .socials__actions a:hover { text-decoration: none; }
 .socials-small .socials__actions span { position: relative; }
 .socials-small .socials__actions span + span { display: none; }
 .socials-small .socials__actions span i { margin-bottom: 3px; margin-left: 10px; }
 .socials-small .socials__actions.active span { display: none; }
 .socials-small .socials__actions.active span + span { display: inline-block; }
 .socials-small ul { list-style-type: none; overflow: hidden; visibility: hidden; opacity: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; max-width: 0; font-size: 0; transition: max-width .2s, visibility .3s, opacity .3s; visibility: visible; opacity: 1; }
 .socials-small ul.expand { max-width: 260px; }
 .socials-small ul a { position: relative; display: block; width: 50px; height: 30px; line-height: 30px; text-align: center; border-left: 1px solid #c7c7cb; }
 .socials-small ul a:hover { background: none; text-decoration: none; }
 @media (max-width: 767px) {
	 .socials-small .socials__actions { margin-right: 10px; }
 
	 .socials-small ul a { width: 34px; }
 }
 /* ------------------------------------------------------------ *\
	 Sort
 \* ------------------------------------------------------------ */
 .sort .sort__inner:after { }
 .sort .sort__title { float: left; margin-top: 10px; font-size: 26px; font-family: 'Museo Sans', sans-serif; font-weight: 300; }
 /* ------------------------------------------------------------ *\
	 Sort Items
 \* ------------------------------------------------------------ */
 .sort__items { float: right; list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0 -5px; }
 .sort__item { position: relative; padding: 0 5px; min-width: 192px; }
 .sort__item:focus .sort__item-text,
 .sort__item:focus .sort__item-text,
 .sort__item:hover .sort__item-text { color: #fff; }
 .sort__item .sort__item-text.hover { color: #fff; }
 .sort__item .sort__item-inner { position: relative; display: block; min-width: 192px; height: 54px; padding: 0 44px 0 23px; background: #fafafb; border: 1px solid #e8e8e8; color: #4b4b4b; transition: background .3s, color .3s; }
 .sort__item .sort__item-inner:after { content: '\f078'; position: absolute; right: 24px; padding-top: 11px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 20px; font-family: 'FontAwesome'; color: inhert; }
 .sort__item .sort__item-inner:after:hover { color: #fff; }
 .sort__item .sort__item-inner:focus,
 .sort__item .sort__item-inner:hover { text-decoration: none; background: #4b4b4b; color: #fff; }
 .sort__item .sort__item-text { font-size: 12px; position: absolute; left: 23px; top: 10px; z-index: 1; pointer-events: none; transition: color .3s; }
 .sort__item .sort__item-option { margin-top: 27px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; }
 .sort__item span { display: block; }
 .sort .sort__dropdown { visibility: hidden; opacity: 0; z-index: -1; position: absolute; top: 100%; width: 290px; transition: visibility .3s, opacity .3s, z-index .3s; }
 .sort .sort__dropdown.active { visibility: visible; opacity: 1; z-index: 5; }
 .sort .sort__dropdown_small { left: 5px; width: calc(100% - 10px); }
 .sort .sort__list { list-style-type: none; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; background: #fafafb; border: 1px solid #e8e8e8; }
 .sort .sort__list li + li { border-top: 1px solid #e8e8e8; }
 .sort .sort__list a { display: block; text-transform: uppercase; padding: 10px 15px 10px; transition: background .3s, color .3s; }
 .sort .sort__list a:hover { text-decoration: none; background: #4b4b4b; color: #fff; }
 .sort .sort__list li.active a { text-decoration: none; background: #4b4b4b; color: #fff; }
 .sort__item_small .sort__item-inner { position: relative; display: block; min-width: 192px; padding: 5px 45px 12px 20px; background: #fafafb; border: 1px solid #e8e8e8; color: #4b4b4b; }
 @media (max-width: 1023px) {
	 .sort__items { float: none; }
 
	 .sort__item { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 25%; min-width: 25%; }
 
	 .sort__item .sort__item-inner { display: block; min-width: auto; width: 100%; }
 
	 .sort__item_small { position: relative; padding: 0 5px; min-width: 192px; }
 }
 @media (max-width: 767px) {
	 .sort__item .sort__item-text { display: none; }
 
	 .sort__item_small { min-width: 135px; }
 }
 /* ------------------------------------------------------------ *\
	 Sort Items Mobile
 \* ------------------------------------------------------------ */
 @media (max-width: 767px) {
	 .sort__items_mobile { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 
	 .sort__items_mobile .sort__item { height: 54px; }
 
	 .sort__items_mobile .sort__item .sort__item-inner { min-width: 100%; padding: 0 10px 0; }
	 .sort__items_mobile .sort__item .sort__item-inner:after { right: 15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 19px; }
 
	 .sort__items_mobile .sort__item-option { margin-top: 20px; }
 
	 .sort__items_mobile .sort__item-inner:after { padding: 0; }
	 .sort__items_mobile .sort__item-text { display: none; }
 }
 /* ------------------------------------------------------------ *\
	 Sort Alt
 \* ------------------------------------------------------------ */
 .sort--alt .sort__items { float: none; }
 /* ------------------------------------------------------------ *\
	 Sort Items Full
 \* ------------------------------------------------------------ */
 @media (max-width: 767px) {
	 .sort__items--full { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
 
	 .sort__items--full .sort__item { width: 100%; margin-bottom: 6px; }
	 .sort__items--full .sort__item:last-child { margin-bottom: 0; }
 
	 .sort__items--full .sort__item .sort__item-inner:after { right: 10px; }
 }
 /* ------------------------------------------------------------ *\
	 Spinner
 \* ------------------------------------------------------------ */
 .spinner { display: -webkit-flex; display: -ms-flexbox; display: flex; }
 .spinner a { display: block; width: 55px; height: 50px; line-height: 50px; text-align: center; background: #eff0f2; border-bottom: 2px solid #d6d6d6; border-radius: 3px; transition: background .3s; }
 .spinner a:hover { background: #d7d7d9; }
 .spinner .spinner__field { width: 56px; height: 50px; text-align: center; border: none; background: #f7f7f6; }
 .spinner .spinner__row { display: inline-block; vertical-align: middle; }
 .spinner input[type='number']::-webkit-inner-spin-button,
 .spinner input[type='number']::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }
 .spinner input[type='number'] { -moz-appearance:textfield; }
 /* ------------------------------------------------------------ *\
	 Spinner Alt
 \* ------------------------------------------------------------ */
 .spinner_alt a { width: 35px; height: 32px; line-height: 30px; }
 .spinner_alt .spinner__field { width: 45px; height: 32px; }
 /* ------------------------------------------------------------ *\
	 Steps
 \* ------------------------------------------------------------ */
 .steps { width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 .steps .step + .step { margin-left: 45px; }
 /* ------------------------------------------------------------ *\
	 Step
 \* ------------------------------------------------------------ */
 .step { font-family: 'Montserrat', sans-serif; display: block; font-size: 13px; color: #fff; }
 .step:hover { text-decoration: none; }
 .step:hover .step__title:after { visibility: visible; opacity: 1; }
 .step.disabled { color: #aaacad }
 .step.disabled:hover .step__title:after { display: none; }
 .step.disabled .step__title { color: #aaacad }
 .step.disabled .step__inner { background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-lighter.jpg); }
 .step.disabled .step__inner:after { background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn-tab-light.png); }
 .step.completed .step__inner:before { content: ''; position: absolute; left: 0; bottom: 100%; width: 52px; height: 26px; background: url(../../frontend/Magedirect/mws/en_US/css/images/step-complete.jpg); }
 .step .step__inner { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 52px; height: 36px; margin: 0 auto; margin-bottom: 23px; padding-top: 10px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-red.jpg); }
 .step .step__inner:after { content: ''; position: absolute; left: 0; top: 100%; width: 52px; height: 12px; background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn-tab.png); }
 .step .step__inner span { display: block; text-transform: uppercase; font-weight: 600; }
 .step .step__title { position: relative; text-transform: uppercase; color: #b73959; text-align: center; }
 .step .step__title:after { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 94px; height: 14px; z-index: -1; background: url(../../frontend/Magedirect/mws/en_US/css/images/paint-small.png) no-repeat; background-position: left center; visibility: hidden; opacity: 0; transition: visibility .3s, opacity .3s; }
 /* ------------------------------------------------------------ *\
	 Subscribe
 \* ------------------------------------------------------------ */
 .block-static-block.widget {
	margin-bottom: 0;
 }
 section.best-seller .block.widget {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
	padding: 35px 0;
}
section.best-seller .product-item-info .product-item-name {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
section.best-seller .products-grid .product-item {
    margin-left: 0 !important;
}
section.best-seller .products-grid .product-item-inner {
    background: transparent;
    box-shadow: unset;
    margin: 0;
    padding: 0;
    position: relative;
    right: unset;
    border:none;
}
section.best-seller .products-grid .product-item-info:hover {
    margin:0;
}
 .section-email {
	margin: 42px 0;
 }

 .section-email > .shell,
 section.best-seller > .shell,
 section.shell.featured-products,
 section.section.section_logos > .shell,
 .section_boxes > .shell {
	/* max-width: 1440px; */
	max-width: 1710px;
	width: 100%;
	padding: 0 15px;
 } 
 .section-email .section__group {
	position: relative;
	background: #DEDEDE;
	padding: 22px 10px;
	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: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
 }
 .section-email .section__group .image {
    margin-left: 40px;
}
 .section-email .section__group .image img {
    max-width: 75px;
}
.section-email .section__group .section__body {
	text-align: center;
	margin: 0 auto;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body .form__controls {
	padding: 0;
	margin: 0;
	width: 70%;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body .form__actions {
	width: 30%;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body{
	max-width: 485px;
    width: 100%;
    margin: 10px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-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;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body .klaviyo-form-UCEzjC.klaviyo-form.form-version-cid-1 {
    width: 100%;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body input {
	border: 1px solid #707070;
	background: #fff;
	height: 39px;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body .action.primary{
	height: 40px;
    width: 100%;
    margin-left: -5px;
}
.section-email ::placeholder {
    color: #A3A3A3 !important;
}
 .subscribe .notvalid { font-size: 13px; }
 .subscribe .has-error .notvalid { display: block; }
 .subscribe .has-error .field { border-color: #b93758; }
 .subscribe .success .valid { display: block; }
 @media (max-width: 1023px) {

 }
 @media (max-width: 767px) {
	.section-email .section__group .section__body .subscribe.form .subscribe__body .klaviyo-form-UCEzjC.klaviyo-form.form-version-cid-1 .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1 >.needsclick.kl-private-reset-css-Xuajs1 {
		flex-direction: column !important;
	}
	.section-email .section__group .section__body .subscribe.form .subscribe__body .klaviyo-form-UCEzjC.klaviyo-form.form-version-cid-1 .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1 >.needsclick.kl-private-reset-css-Xuajs1 >.needsclick.kl-private-reset-css-Xuajs1:nth-of-type(1){
		flex: unset !important;
	}
	.section-email .section__group .section__body .subscribe.form .subscribe__body .klaviyo-form-UCEzjC.klaviyo-form.form-version-cid-1 .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1 >.needsclick.kl-private-reset-css-Xuajs1 >.needsclick.kl-private-reset-css-Xuajs1:nth-of-type(1) input {
		text-align: center !important;
	}
	.section-email .section__group .section__body .subscribe.form .subscribe__body .klaviyo-form-UCEzjC.klaviyo-form.form-version-cid-1 .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1 >.needsclick.kl-private-reset-css-Xuajs1 >.needsclick.kl-private-reset-css-Xuajs1:nth-of-type(2) button {
		padding: 0 30px !important;
		height: 38px !important;
		line-height: 40px !important;
	}
	.section-email .section__group .section__body .subscribe.form .subscribe__body .klaviyo-form-UCEzjC.klaviyo-form.form-version-cid-1 .klaviyo-form.klaviyo-form.klaviyo-form > .needsclick.kl-private-reset-css-Xuajs1 >.needsclick.kl-private-reset-css-Xuajs1 >.needsclick.kl-private-reset-css-Xuajs1:nth-of-type(2) {
		margin-top: 10px !important;
	}
	.section-email .section__group .section__body .subscribe.form p > span {
		display: block;
	}
	.section-email .section__group .section__body .subscribe.form .subscribe__body .form__controls,
	.section-email .section__group .section__body .subscribe.form .subscribe__body .form__actions {
		width: 100%;
	}
	.section-email .section__group .section__body .subscribe.form .subscribe__body .action.primary {
		margin: 10px 0 0 0;
	}
	.section-email .section__group .image {
		display: none;
	}
 }
 /* ------------------------------------------------------------ *\
	 Subscribe Alt
 \* ------------------------------------------------------------ */
 .subscribe--alt { font-family: 'Museo Sans', sans-serif; text-transform: none; font-weight: 300; line-height: 1.4; position: relative; border-top: 1px solid #c7c7cb; padding: 15px 0 13px 8px; }
 .subscribe--alt .subscribe__btn { width: 129px; height: 41px; line-height: 41px; margin-left: 9px; }
 .subscribe--alt .subscribe__field { width: calc(100% - 138px); border-radius: 0; }
 .subscribe--alt .subscribe--alt__entry { margin-bottom: 15px; }
 .subscribe--alt .subscribe--alt__entry:last-child { margin-bottom: 0; }
 .subscribe--alt form { display: -webkit-flex; display: -ms-flexbox; display: flex; }
 @media (max-width: 1023px) {
	 .subscribe--alt form { display: block; }
 
	 .subscribe--alt .subscribe__field { width: 100%; }
 
	 .subscribe--alt .subscribe__btn { width: 100%; margin-left: 0; margin-top: 10px; }
 }
 /* ------------------------------------------------------------ *\
 
 \* ------------------------------------------------------------ */
 .subscribe-email { font-size: 13px; padding: 10px; background: url(../../frontend/Magedirect/mws/en_US/css/images/temp/background1.jpg) repeat; }
 .subscribe-email form { position: relative; z-index: 2; }
 .subscribe-email .decoration { z-index: 1; }
 .subscribe-email .subscribe__field { margin: 9px 0 15px; }
 .subscribe-email .subscribe__label { font-size: 13px; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; }
 .subscribe-email .subscribe-email__inner { position: relative; padding: 35px 20px 40px; background: #fff; border: 1px solid #e8e8e8; }
 .subscribe-email--alt { background: transparent; }
 /* ------------------------------------------------------------ *\
	 Success
 \* ------------------------------------------------------------ */
 .section__body .success { position: static; }
 .section__body .success:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; }
 .section__body .success .valid { position: relative; z-index: 2; display: block; }
 .section__body .success form,
 .section__body .success:not(.form-spinner) form,
 .section__body .success .rating-holder { display: none; }
 /* ------------------------------------------------------------ *\
	 Tabs
 \* ------------------------------------------------------------ */
 .tabs { position: relative; }
 .tabs .tab-content { position: absolute; left: -100%; top: 0; visibility: hidden; opacity: 0; transition: visibility .3s, opacity .3s, -webkit-transform .3s; transition: transform .3s, visibility .3s, opacity .3s; transition: transform .3s, visibility .3s, opacity .3s, -webkit-transform .3s; }
 .tabs .tab-content.active { position: relative; left: auto; top: auto; visibility: visible; opacity: 1; }
 /* ------------------------------------------------------------ *\
	 Tabs Default
 \* ------------------------------------------------------------ */
 .tabs--default .shell { overflow: hidden; }
 .tabs--default .tabs__head { position: relative; margin-bottom: 30px; padding-top: 16px; font-family: 'Montserrat', sans-serif; font-weight: 600; color: #373737; }
 .tabs--default .tabs__head:before { content: ''; position: absolute; top: 11px; width: 100%; height: 5px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-darker.jpg) repeat; }
 .tabs--default .tabs__head:after { content: ''; position: absolute; top: 0; width: 100%; height: 10px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern.png) repeat-x; }
 .tabs--default .tabs__nav ul { list-style-type: none; font-size: 0; text-align: center; }
 .tabs--default .tabs__nav li { display: inline-block; vertical-align: middle; padding-bottom: 16px; font-size: 13px; text-transform: uppercase; }
 .tabs--default .tabs__nav li + li { margin-left: 4px; }
 .tabs--default .tabs__nav a { position: relative; width: 180px; height: 27px; line-height: 33px; text-align: center; display: block; text-decoration: none; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-lighter.jpg); background-repeat: repeat; transition: background .3s, color .3s; }
 .tabs--default .tabs__nav .current,
 .tabs--default .tabs__nav a:hover { background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-red.jpg); color: #fff; }
 .tabs--default .tabs__nav .current:after,
 .tabs--default .tabs__nav a:hover:after { background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn-red.png) no-repeat; }
 .tabs--default .tabs__nav a:after { content: ''; position: absolute; top: 100%; left: 0; min-width: 190px; height: 16px; background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn.png) no-repeat; transition: background .3s; }
 @media (max-width: 767px) {
	 .tabs--default .tabs__nav { margin: 0 -5px; }
 
	 .tabs--default .tabs__nav a { position: relative; width: 115px; height: 27px; line-height: 33px; text-align: center; display: block; text-decoration: none; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-lighter.jpg); background-repeat: repeat; transition: background .3s, color .3s; }
 
	 .tabs--default .tabs__nav .current:after,
	 .tabs--default .tabs__nav a:hover:after { background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn-little.png) no-repeat; }
 
	 .tabs--default .tabs__nav a:after { content: ''; position: absolute; top: 100%; left: 0; min-width: 115px; height: 16px; background: url(../../frontend/Magedirect/mws/en_US/css/images/chevorn-light-small.png) no-repeat; transition: background .3s; }
 }
 @media (max-width: 374px) {
	 .tabs--default .tabs__nav a { width: 90px; }
 
	 .tabs--default .tabs__nav a:hover:after,
	 .tabs--default .tabs__nav .current:after,
	 .tabs--default .tabs__nav a:after { min-width: 100%; height: 10px; background-size: 100% 100%; }
 }
 /* ------------------------------------------------------------ *\
	 Tabs Primary
 \* ------------------------------------------------------------ */
 .tabs-primary { overflow: hidden; }
 .tabs-primary .tabs-primary__nav { font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; background: #eff0f2; border-bottom: 1px solid #c7c7cb; }
 .tabs-primary .tabs-primary__nav ul { list-style-type: none; font-size: 0; text-align: center; }
 .tabs-primary .tabs-primary__nav li { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; text-transform: uppercase; }
 .tabs-primary .tabs-primary__nav li + li:before { content: ''; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 5px; height: 20px; background: url(../../frontend/Magedirect/mws/en_US/css/images/before.png) no-repeat; }
 .tabs-primary .tabs-primary__nav a { height: 55px; line-height: 55px; padding: 0 18px; color: #a2a2a9; transition: color .3s; }
 .tabs-primary .tabs-primary__nav .current,
 .tabs-primary .tabs-primary__nav a:hover { text-decoration: none; color: #1e1e1e; }
 .tabs-primary .tab-content { position: absolute; top: 0; right: 100%; visibility: hidden; opacity: 0; transition: visibility .3s, opacity .3s, -webkit-transform .3s; transition: transform .3s, visibility .3s, opacity .3s; transition: transform .3s, visibility .3s, opacity .3s, -webkit-transform .3s; }
 .tabs-primary .tab-content.active { position: relative; top: auto; right: auto; visibility: visible; opacity: 1; }
 .tab-primary { padding: 24px 24px 30px; border-bottom: 1px solid #c7c7cb; }
 .tab-primary .tab-primary__title { margin-bottom: 4px; text-transform: uppercase; }
 @media (max-width: 1023px) {
	 .tab-primary { font-size: 14px; padding: 15px; }
 }
 @media (max-width: 767px) {
	 .tabs-primary__head { margin-bottom: 15px; }
 }
 /* ------------------------------------------------------------ *\
	 Tabs Alt
 \* ------------------------------------------------------------ */
 .tabs--alt .tabs__head { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 19px; border-bottom: 1px solid #c7c7cb; }
 .tabs--alt .tabs__body { position: relative; overflow: hidden; }
 .tabs--alt .sort { margin-bottom: 6px; }
 .tabs--alt .tabs__nav ul:after { }
 .tabs--alt .tabs__nav li { width: 204px; float: left; margin-bottom: -1px; }
 .tabs--alt .tabs__nav li + li { margin-left: 14px; }
 .tabs--alt .tabs__nav a { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 62px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; background: rgba(215,215,217, .5); border: 1px solid #c7c7cb; }
 .tabs--alt .tabs__nav a:before { content: ''; position: absolute; left: -1px; top: -1px; width: 0; height: 4px; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-darker.jpg) repeat-x; visibility: hidden; opacity: 0; transition: width .3s; }
 .tabs--alt .tabs__nav a:hover { text-decoration: none; }
 .tabs--alt .tabs__nav a > span { margin-left: 4px; }
 .tabs--alt .tabs__nav .current { position: relative; z-index: 1; background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-light.jpg) repeat; border-bottom-color: transparent; }
 .tabs--alt .tabs__nav .current:before { visibility: visible; opacity: 1; width: calc(100% + 2px); }
 .tabs--alt .tabs__inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
 .tabs--alt .tabs__aside { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 291px; margin-right: 13px; }
 .tabs--alt .tabs__content { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: calc(100% - 304px); }
 @media (max-width: 1023px) {
	 .tabs--alt .tabs__nav li { width: 124px; }
 
	 .tabs--alt .tabs__nav li + li { margin-left: 9px; }
 
	 .tabs--alt .tabs__aside { display: none; }
 
	 .tabs--alt .tabs__content { width: 100%; }
 }
 @media (max-width: 767px) {
	 .tabs--alt .tabs__head { display: block; }
 
	 .tabs--alt .tabs__nav { border-bottom: 1px solid #c7c7cb; padding-bottom: 19px; }
 
	 .tabs--alt .tabs__nav ul { margin: 0 -2px; }
 
	 .tabs--alt .tabs__nav li { width: 33.33%; padding: 0 2px; }
 
	 .tabs--alt .tabs__nav li + li { margin-left: 0; }
 
	 .tabs--alt .tabs__nav a { height: 45px; font-size: 11px; }
 
	 .tabs--alt .tabs__nav .current { background: transparent; border-bottom-color: #c7c7cb; }
 
	 .tabs--alt .sort { margin-bottom: 11px; margin-top: 11px; width: 100%; }
 
	 .tabs--alt .sort__item { width: 100%; height: 52px; }
 
 }
 /* ------------------------------------------------------------ *\
	 Table
 \* ------------------------------------------------------------ */
 .table th { height: 20px; font-size: 13px; text-transform: uppercase; text-align: left; }
 .table td { font-size: 16px; }
 /* ------------------------------------------------------------ *\
	 Valid
 \* ------------------------------------------------------------ */
 .valid .valid__title { margin: 0 0 20px; font-family: 'Hastadaya', sans-serif; font-weight: normal; font-size: 45px; color: #fff !important;; }
 .valid .valid__entry { margin-bottom: 30px; }
 .valid .link-more { text-transform: none; font-weight: normal; color: #fff;}
 .valid .link-more:hover {color: #fff;}
 .section-email .section__body .subscribe.form .subscribe__body .form__controls #custom_error {
   color: #fff !important;
   font-size: 14px !important;
 }
 /* ------------------------------------------------------------ *\
	 Video
 \* ------------------------------------------------------------ */
 .video { position: relative; padding-top: 56.25%; }
 .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
 /* ------------------------------------------------------------ *\
	 Widget
 \* ------------------------------------------------------------ */
 .widgets { list-style: none outside none; }
 /* ------------------------------------------------------------ *\
	 IV.  Themes
 \* ------------------------------------------------------------ */
 /* ------------------------------------------------------------ *\
	 Qty
 \* ------------------------------------------------------------ */
 .qty-field-holder input[type='number']::-webkit-inner-spin-button,
 .qty-field-holder input[type='number']::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }
 .qty-field-holder input[type='number'] { -moz-appearance:textfield; }
 /* ------------------------------------------------------------ *\
	 Select2
 \* ------------------------------------------------------------ */
 .select2-container--default .select2-selection--single { height: auto; border-color: #e8e8e8; border-radius: 0; background: #fafafb; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; }
 .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0 44px 0 18px; line-height: 50px; }
 .select2-container--default .select2-selection--single .select2-selection__arrow { position: absolute; right: 18px; top: 0; bottom: 0; width: 17px; height: 11px; border: 0 none; margin: auto; background: url(../../frontend/Magedirect/mws/en_US/css/images/select-arrow.png) no-repeat 0 0; transition: background .3s; }
 .select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }
 .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #808080; }
 /* ------------------------------------------------------------ *\
	 Sort Select
 \* ------------------------------------------------------------ */
 .sort-select + .select2-container--default .select2-selection--single { text-transform: uppercase; transition: background .3s; }
 .sort-select + .select2-container--default .select2-selection--single:hover { background: #4b4b4b; }
 .sort-select + .select2-container--default .select2-selection--single:hover .select2-selection__rendered { color: #fff; }
 .sort-select + .select2-container--default .select2-selection--single:hover .select2-selection__arrow { background: url(../../frontend/Magedirect/mws/en_US/css/images/select-arrow-white.png) no-repeat 0 0; }
 .sort-select + .select2-container--open .select2-selection--single { background: #4b4b4b; }
 .sort-select + .select2-container--open .select2-selection__rendered { color: #fff; }
 .sort-select + .select2-container--open .select2-selection__arrow { background: url(../../frontend/Magedirect/mws/en_US/css/images/select-arrow-white.png) no-repeat 0 0; }
 .sort-select + .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0 44px 0 18px; height: 52px; line-height: 67px; transition: color .3s; }
 .sort-select + .select2-container--default .select2-selection--single .select2-selection__arrow { top: 14px; }
 @media (max-width: 767px) {
	 .sort-select + .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0 10px 0; line-height: 52px; }
	 .sort-select + .select2-container--default .select2-selection--single .select2-selection__arrow { top: 0; }
	 .sort-select + .select2-container--default .select2-selection--single .select2-selection__arrow { right: 10px; }
	 .sort-select + .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0 20px 0 10px; }
 }
 /* ------------------------------------------------------------ *\
	 Select Dropdown
 \* ------------------------------------------------------------ */
 .select-dropdown .select2-dropdown { font-family: 'Montserrat'; font-size: 13px; font-weight: 600; text-transform: uppercase; border-color: #e8e8e8; box-shadow: 2px 2px 5px 0 rgba(0,0,0, 0.19); }
 .select-dropdown .select2-results__options { position: relative; padding-top: 21px; padding-bottom: 5px; }
 .select-dropdown .select2-results__options:before { content: ''; position: absolute; left: 10px; top: 9px; width: calc(100% - 20px); height: 12px; background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg); }
 .select-dropdown .select2-results__option { width: calc(100% - 20px); margin: 0 auto; border-bottom: 1px solid #e8e8e8; padding: 12px 6px; }
 .select-dropdown .select2-results__option:last-child { border: none; }
 .select-dropdown .select2-container--default .select2-results > .select2-results__options { max-height: 100%; overflow-y: visible; }
 .select-dropdown .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #e8e8e8; color: #373737; }
 @media (max-width: 767px) {
	 .select-dropdown .select2-results__option { width: calc(100% - 5px); }
	 .select-dropdown .select2-results__options:before { left: 5px; width: calc(100% - 10px); }
 }
 /* ------------------------------------------------------------ *\
	 Select Alt
 \* ------------------------------------------------------------ */
 .select-alt + .select2-container--default .select2-selection--single { height: auto; border-color: #e8e8e8; border-radius: 0; background: #fafafb; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 400; }
 .select-alt + .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0 44px 0 18px; line-height: 39px; }
 .select-alt + .select2-container--default .select2-selection--single .select2-selection__arrow { position: absolute; right: 18px; top: 0; bottom: 0; width: 17px; height: 11px; border: 0 none; margin: auto; background: url(../../frontend/Magedirect/mws/en_US/css/images/select-arrow.png) no-repeat 0 0; transition: background .3s; }
 .select-alt + .select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }
 .select-alt + .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #53534b; }
 /* ------------------------------------------------------------ *\
	 Dashboard Select
 \* ------------------------------------------------------------ */
 .dashboard-select .select2-container { text-transform: uppercase; }
 /* ------------------------------------------------------------ *\
	 Product Select
 \* ------------------------------------------------------------ */
 .product__select .select2-container { text-transform: none; }
 /* ------------------------------------------------------------ *\
	 Socials-alt
 \* ------------------------------------------------------------ */
 .socials-alt { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 13px; }
 .socials-alt .btn-socials { position: relative; display: inline-block; font-size: 14px; line-height: 1.2; margin-right: 20px; }
 .socials-alt .btn-socials:hover { text-decoration: none; }
 .socials-alt .btn-socials.active {  }
 .socials-alt .btn-socials span { position: relative; }
 .socials-alt .btn-socials span + span { display: none; }
 .socials-alt .btn-socials.active span i { margin-bottom: 2px; margin-left: 6px; }
 .socials-alt .btn-socials.active span { display: none; }
 .socials-alt .btn-socials.active span + span { display: block; }
 .socials-alt ul { overflow: hidden; visibility: hidden; opacity: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; max-width: 0; font-size: 0; transition: max-width .2s, visibility .3s, opacity .3s; visibility: visible; opacity: 1; }
 .socials-alt ul.expand { max-width: 226px; }
 .socials-alt ul a { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 50px; height: 30px; line-height: 30px; text-align: center; border-left: 1px solid #c7c7cb; }
 .socials-alt ul a:hover { background: none; text-decoration: none; }
 /* ------------------------------------------------------------ *\
	 Tooltip
 \* ------------------------------------------------------------ */
 .tooltip-container { position: relative;  }
 .tooltip { visibility: hidden; opacity: 0; position: absolute; padding: 8px; bottom: calc(100% + 15px); left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 160px; text-align: center; font-size: 13px; font-weight: 500; background: #fff; border: 1px solid #a2a2a9; color: #373737; transition: visibility .3s, opacity .3s; }
 .tooltip-container:hover .tooltip { visibility: visible; opacity: 1; }
 .tooltip:after,
 .tooltip:before { content: ''; position: absolute; top: 100%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border-width: 11px 11px 0 11px; border-style: solid; border-color: transparent; border-top-color: #a2a2a9; }
 .tooltip:after { border-width: 10px 10px 0 10px; border-style: solid; border-color: transparent; border-top-color: #fff; }
 .tooltip-alt { display: block; position: absolute; padding: 8px; bottom: calc(100% + 15px); left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 160px; text-align: center; font-size: 13px; font-weight: 500; background: #f1d7de; border: 1px solid #b93758; color: #b93758; transition: visibility .3s, opacity .3s; }
 .tooltip-alt:after,
 .tooltip-alt:before { border-top-color: #b93758; }
 .tooltip-alt:after { border-top-color: #f1d7de; }
 /* ------------------------------------------------------------ *\
	 Tooltip Mini
 \* ------------------------------------------------------------ */
 .tooltip-mini { display: inline-block; position: relative; }
 .tooltip-mini:hover .tooltip-mini__field { visibility: visible; opacity: 1; z-index: 10; }
 .tooltip-mini .tooltip-mini__field { position: absolute; bottom: calc(100% + 14px); left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: inline-block; padding: 8px; background: #fff; font-size: 13px; font-weight: 300; text-transform: none; color: #373737; border: 1px solid #a2a2a9; box-shadow: 3px 3px 3px 0 rgba(135,135,135, 0.29); visibility: hidden; opacity: 0; z-index: -1; transition: visibility .3s, opacity .3s, z-index .3s; }
 .tooltip-mini .tooltip-mini__field:after { content: ''; position: absolute; left: 50%; top: 100%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png); background-position: 68.77828054298642% 77.20930232558139%; background-size: 1152.3809523809523% 2054.5454545454545%; width: 17px; height: 11px; }
 /* ------------------------------------------------------------ *\
	 Slick Slide
 \* ------------------------------------------------------------ */
 .slick-slide img { display: inline-block; }
 /* ------------------------------------------------------------ *\
	 Product
 \* ------------------------------------------------------------ */
 .product-primary__section__inner { padding-top: 19px; }
 .product-primary .toggleable:not(.active) { display: none; }
 /* ------------------------------------------------------------ *\
	 Form Elements
 \* ------------------------------------------------------------ */
 .form__row { margin-bottom: 10px; }
 .form__label { display: block; margin-bottom: 8px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; color: #000; font-size: 13px; font-weight: 600; }
 .asterisk { color: #b93758; }
 .form__controls { position: relative; padding-bottom: 20px; }
 .form__controls .error-message { position: absolute; bottom: 0; left: 0; }
 .error-message { display: none; font-size: 13px; font-weight: 300; color: #b93758; }
 .error .error-message { display: block; }
 .error .select2-container--default .select2-selection--single { border-color: #b93758; }
 .form .select2-container--default .select2-selection--single .select2-selection__rendered { font-family: 'Museo Sans', sans-serif; font-weight: 300; line-height: 39px; }
 .form-content { padding: 15px 0; color: #373737; }
 .form-content .form-content__title { margin-bottom: 6px; color: #000; text-transform: uppercase; font-weight: 600; }
 .form-content .form-content__subtitle { margin-bottom: 12px; font-size: 18px; }
 .form .product-primary__inner + .product-primary__inner { margin-top: 20px; }
 /* ------------------------------------------------------------ *\
	 Form
 \* ------------------------------------------------------------ */
 .form .form-foot { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 0; border: solid #c7c7cb; border-width: 1px 0; }
 .form .form-foot .product-primary__price { display: -webkit-flex; display: -ms-flexbox; display: flex; height: 82px; margin: -15px 0; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0; padding-top: 0; width: 133px; }
 .form .form-foot .product-primary__price > * { width: 100%; }
 @media (max-width: 1023px) {
	 .form .form-foot { display: block; }
 
	 .form .form-foot .product-primary__price { height: auto; width: auto; border-left: 0 none; border-top: 1px solid #c7c7cb; padding: 20px 0 5px; margin: 15px 0 0; }
	 .form .form-foot .product-primary__price:before { display: none; }
 }
 /* ------------------------------------------------------------ *\
	 List Chosen
 \* ------------------------------------------------------------ */
 .list-chosen li{ min-height: 23px; line-height: 1.38; }
 .list-chosen strong { display: inline-block; min-width: 67px; text-transform: uppercase; font-size: 13px; font-weight: 600; line-height: 1.69; }
 .list-chosen span { display: inline-block; vertical-align: middle; }
 /* ------------------------------------------------------------ *\
	 List Plus
 \* ------------------------------------------------------------ */
 .list-plus--alt li:before { top: 6px; }
 .list-plus--alt li ~ li { margin-top: 0; }
 /* ------------------------------------------------------------ *\
	 Article
 \* ------------------------------------------------------------ */
 .article { font-size: 15px; line-height: 1.47; }
 .article .article__title { margin-bottom: 15px; text-transform: uppercase; }
 .article .article__image { display: block; padding: 9px; border: 1px solid #c7c7cb; }
 .article .article__image.center { margin-bottom: 20px; }
 .article .article__image.alignright { margin: 0 0 15px 15px; }
 .article .article__actions { padding-top: 25px; text-align: center; }
 @media (max-width: 1023px) {
	 .article .article__image.alignright { float: none; display: inline-block; margin-left: 0; }
 
	 .article .col { float: none; width: auto; }
 }
 
 @media only screen and (max-width: 1024px) and (min-width: 768px) {
	.checkout-cart-index .main .breadcrumbs {
		 margin-left:-5px !important;
	 }
 }
 
 /* For new page our story  //pradeep //                          */
 
 .member { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 33px 34px 39px; margin-bottom: 30px; background: #fff; }
 .member:last-child { margin-bottom: 0; }
 .member .member__aside { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 240px; margin: 2px 30px 0 0; }
 .member .member__title { margin-bottom: 10px; font-family: 'Museo Sans', sans-serif; font-size: 24px; font-weight: 300; line-height: 1; }
 .member .member__entry { line-height: 1.4; letter-spacing: -.005em; }
 /* Tablet Portrait */
 @media (max-width: 1023px) {
	 .member { margin-bottom: 20px; }
 }
 /* Mobile */
 @media (max-width: 767px) {
	 .members { margin-top: 13px; }
	 .member { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 30px 24px 29px; margin-bottom: 14px; }
	 .member .member__aside { margin: 2px 4px 24px; }
 }
 .section--alt .ornament { position: absolute; left: 0; top: 200px; }
 .section--alt .ornament_right { left: auto; right: -11px; top: 620px; }
 .section--alt .section__content { width: 100%; padding-right: 50px; }
 .section--alt .section__head { margin-bottom: 41px; }
 .section--alt .cols { margin: 0 -9px; }
 .section--alt .col { padding: 0 9px; }
 @media (max-width: 767px) {
	 .section--alt .section__content { padding-right: 0; }
 
	 .section--alt .section__head { border-width: 0 0 1px; border-style: solid; border-color: #c7c7cb; }
 
	 .section--alt .col { width: 100% !important; margin-bottom: 40px; }
	 .section--alt .col:last-child { margin-bottom: 0; }
 }
 
 @media (max-width: 1023px){
 .article-single .col_full-tablet {
	 width: 100%;
 }
 }
 
 @media (max-width: 1023px){
 .article-single .article__content {
	 padding-right: 2px;
	 margin-bottom: 24px !important;
 }
 nav .list-categories {
	flex-wrap: wrap;
 }
 }
 @media (max-width: 1023px) {
	 .article-single .article__image {
		 float: left;
		 width: 50%;
		 padding: 0 8px;
	 }
	 .ico-account,.ico-cart {
		width: 30px;
		height: 30px;
	 }
	 .nav-utilities.header__nav-utilities .mobile-search-icon svg {
		width: 40px;
		height: 40px;
	}
	.nav-utilities.header__nav-utilities .authorization-link {
		margin: 0 10px;
	}
 }
 @media (max-width: 767px){
	.article-single .article__image {
		float: left;
		width: 100%;
		padding: 0 8px;
	}
 }
 @media (min-width: 768px){
	.cms-page-view .page-title-wrapper h1.page-title {
	margin-left:18px !important;
	}
	.cms-contact-us .section__body2 {
		margin-left:0 !important ;
	}
	 /* Search Css */
	.klevuTarget.klevu-fluid>div {
		width: 100% !important;
		max-width: 80% !important;
	}
	[ku-container][data-container-role="main"] {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	[ku-container][data-container-role="header"] {
		width: 30%;
	}
	.klevuResultsBlock .klevuQuickSearchResults ul,
	.klevuResultsBlock .klevuQuickSearchResults ul em {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
	}
	.klevuResultsBlock .klevuQuickSearchResults ul li {
		width: 25% !important;
	}
	.klevuResultsBlock .klevuQuickSearchResults .klevuProductItemTop {
		width: 100% !important;
	}
	.klevuResultsBlock .klevuQuickSearchResults .klevuProductItemBottom {
		width: 100% !important;
		text-align: center;
	}
 	/* End Search Css */
 }
 
 .article-single .article__image {
	 text-align: center;
	 padding-top: 30px !important;
 }
 /* home something new 06-03-2020 edited by ym */
 .intro .intro__content .intro__subtitle {
 position: static;
 }
 @media (max-width: 767px) {
 .intro .intro__content .intro__entry {
 margin-top: 5px;
 }
 .header .dropdown-primary .dropdown-primary__inner {
	width: 100%;
 }
 }
 @media only screen and (min-width: 980px) and (max-width: 1100px) {
 .intro .intro__content .intro__subtitle {
 margin-left: -20px;
 font-size: 19px;
 }
 .cms-home .sections-container .intro {
 font-size: 19px;
 }
 }
 @media (max-width: 480px) {
 .intro .intro__actions .btn {
 height: 45px;
 line-height: 44px;
 }
 .cms-home .sections-container .intro {
 font-size: 14px;
 }
 .intro .intro__content .intro__title {
 font-size: 40px;
 }
 .intro .intro__content .intro__title:after {
 font-size: 50px;
 }
 .intro .shell .intro__body {
 top: 10px;
 }
 .intro .intro__body .intro__subtitle {
 margin-bottom: 5px;
 }
 .intro .intro__body .intro__head {
 padding-top: 0;
 }
 }
 @media only screen and (min-width: 540px) and (max-width: 767px) {
 .intro .shell .intro__body {
 top: 13%;
 }
 }
 /* end */
 .promo-bar .promo-bar__actions {
	display: none;
 }
 
 /*custom changes by yasir 9/28/2020 */ 
 #checkout-step-shipping .shell .subscribe-email .subscribe-email__inner {
	 padding: 0px 2px 0px;
 }
 .checkout-shipping-method .cards .card--compact .card__inner {
	 padding: 8px 0px 0px;
 }	
 .checkout-shipping-method .cards .card__inner:after {
	 background: none;
 }
 .checkout-index-index .subscribe-email {
	 background: none;
 }
 .field.street {
	 padding-left: 0px;
 }
 #checkout-step-shipping .shell .subscribe-email .subscribe-email__inner {
	 padding: 0px 2px 0px;
 }
 .subscribe-email .subscribe-email__inner {
	 border: 0;
 }
 .checkout-index-index .decoration .decoration__image {
	 background: none;
 }
 .checkout-index-index .nav--default > ul > li > .active {
	 background: #f5f5f5;
 }
 .checkout-index-index .nav--default > ul > li {
	 background: #f5f5f5;
 }
 .checkout-index-index .nav-alt_small > ul > li {
	 padding: 0;
	 border-bottom: 0;
 }
 .checkout-index-index .checkout-shipping-method .cards .card--compact .card__inner {
	 padding: 8px 0px 0px !important;
 }
 .billing-address-same-as-shipping-block label span {
	 font-weight: bold;
 }
 
 .promo-bar .promo-bar__inner .promo-bar__section {
	 display: inline;
 }
 .article-small .article-small__content {
    padding: 0 15px;
}
 /*yasir custom changes ends */

/*Move admin css */
.checkbox input + label::before {border: 1px solid #b93758;}
.callout .callout__aside strong {font-size: 28px !important}
.footer .footer__logo {text-align: center; margin-top: -15px;}
.footer .footer__logo .footer-logo {display: block; margin: 0 auto; text-align: center; margin-bottom: 10px;}
.footer .footer__logo .footer__title {color: #fff; margin-bottom: 10px;}
.footer .footer__logo .footer__contacts {color: #fff; line-height: 1.5; text-align: left !important;}
.checkbox1 input {
  display: none !important;
}
.checkbox1 label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 23px;
}
.checkbox1 label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: #fafafb;
  border: 1px solid #1e1e1e;
}
.checkbox1 label.active::after {
  content: '';
  position: absolute;
  left: 1px;
  top: 3px;
  width: 13px;
  height: 13px;
  background: #1e1e1e;
  border: 2px solid #fafafb;
}
.cms-sneaker-club .checkbox1 {
  margin-bottom: 23px;
}

.cms-contact-us .form-secondary form {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.cms-contact-us .form-secondary .actions-toolbar {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 6; 
	-webkit-order: 6; 
	order: 6;
}

.form-create-account .grecaptcha-badge { margin: 0 auto; }

.checkout-payment-method .checkout-billing-address .primary .action-update {
	background: #A92749;
	color: #fff;
	border: 0;
	border-radius: 2px;
}

.checkout-payment-method .checkout-billing-address .primary .action-update:hover {
	background: #992342;
}
/* Pro Card Css */
.card #pro-card-form .form__actions .fileLabel_section1 {
    height: auto;
    font-size: 13px;
    margin-top: 6px;
}
.checkout-cart-index .section__aside.cart-summary li.has-dropdown:first-child {
    display: none;
}

.promo-bar .promo-bar__section p { margin-bottom: 10px;}
.promo-bar .promo-bar__section p:last-child { margin-bottom: 0;}
@media only screen and (max-width: 767px) {
	.promo-bar .promo-bar__section { max-width: none;}
	.promo-bar .promo-bar__section p { margin-bottom: 5px;}
	.promo-bar .promo-bar__section p span { font-size: 12px !important;}
}

.footer__links li.pro-cards a { display: inline-block; }

@media only screen and (min-width: 993px)  {

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper {
    height: 170px !important;
}

	.section-features .box_centered .box__content {
		width: 350px;
	}
}
@media only screen and (min-width: 1024px) {
	.section-features .box_centered .box__content {
		top: 30px;
	}
      ul.items.am-filter-items-attr_category_ids {
       margin: 0;
      }
     ul.items.am-filter-items-attr_category_ids ul {
       margin: 0;
      }
        .dropdown-holder .items li.item .items {
             margin-left: 10px;
      }
}
@media only screen and (max-width: 1023px) {
    .header .header__nav-utilities nav.nav-alt ul>li:first-child {
        display: inherit !important;
    }
    .header .header__nav-utilities nav.nav-alt ul>li.has-dropdown:first-child {
        display: none  !important;;
    }
}
@media only screen and (min-width: 860px) and (max-width: 1024px) {
	.section-features .box_centered .box__content {
		top: 10px;
	}
	.section-features .box_centered .box__content .box__entry p {
		line-height: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 860px) {
	.section-features .box_centered .box__content {
		top: 0;
	}
	.section-features .box_centered .box__content .box__entry p {
		line-height: 18px;
	}
}

.shell .box_border:after {
	position: static;
}
.cms-page-view .form-secondary .actions-toolbar {
    display: block;
}
.article-small .article-small__actions .btn span {
    color: #fff;
}
.section.section.section_logos .section__body .list-logos img {
    width: auto !important;
}
 @media (max-width: 1024px) {
 	.section.section_logos .section__body .list-logos {
		gap: 30px !important;
	}
 }
 @media (max-width: 767px) {
    .main .section.section.section_logos .section__body .list-logos {
        gap: 0 !important;
    }
	.wishlist-index-index #wishlist-view-form .products-table {
		overflow: scroll;
	}
}
/*End Move admin css */

.cms-page-view .section__content>.cards {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    body.cms-contact-us .section__body2 {
        margin: 0px auto 0% 318px !important;
    }
	.customer-account-edit .card--alt .card__body {
		gap: 30px;
		display: flex;
	}
}
.account .cards .card__inner {
	height: auto;
}
.customer-address-index .cards .card__foot {
	padding: 0px 20px 31px;
}
.customer-account-forgotpassword .form_login .form-secondary__title {
    margin-top: 20px;
}
.customer-account-createpassword .section_login .section__body {
    padding: 30px 0;
}
.customer-account-forgotpassword .form_login .form__actions {
    padding-bottom: 30px;
}
.checkout-index-index .card--compact .row #label_method_mdups_mdups,
.checkout-index-index .card--compact .row #label_method_mdfedex_mdfedex {
	padding: 20px 5px 27px !important;
	position: relative !important;
}
.checkout-index-index .card--compact .row #label_method_mdups_mdups:after,
.checkout-index-index .card--compact .row #label_method_mdfedex_mdfedex:after {
	content: 'International orders require a customer-owned shipping carrier account and may incur duties and taxes set by the destination government.';
    position: absolute;
    bottom: 0;
    font-size: 11px;
    color: #b83b5b;
	left: -50px;
    top: 37px;
    width: 495px;
}

.checkout-index-index .card--compact .row #label_method_USG_shqsurepost2,
.checkout-index-index .card--compact .row #label_method_USL_shqsurepost2 {
	position: relative;
	padding: 20px 5px !important;
}
.checkout-index-index .card--compact .row #label_method_USG_shqsurepost2,
.checkout-index-index .card--compact .row #label_carrier_USL_shqsurepost2 {
	padding: 20px 5px !important;
}
.checkout-index-index .card--compact .row #label_method_USG_shqsurepost2::after,
.checkout-index-index .card--compact .row #label_method_USL_shqsurepost2::after {
	content: 'SurePost does not ship to businesses or PO boxes.';
    position: absolute;
    left: -43px;
    bottom: 0;
    font-size: 12px;
    color: #b83b5b;
    width: 300px;
	height: 22px;
}

@media only screen and (min-width: 1201px) and (max-width: 1480px) {
	body .wrapper .top-container .intro__content .custom_banner_title {
		font-size: 45px !important;
	}
	body .wrapper .top-container .intro__content .custom_banner_subtitle {
		margin-bottom: 10px !important;
	}
	body .wrapper .top-container .intro__content .intro__entry {
		font-size: 21px;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
	body .wrapper .top-container .intro__content .custom_banner_title {
		font-size: 39px !important;
	}
	body .wrapper .top-container .intro__content .custom_banner_subtitle {
		margin-bottom: 10px !important;
		font-size: 22px !important;
	}
	body .wrapper .top-container .intro__content .intro__entry {
		font-size: 17px;
	}
}
body .ico-heart-hover.ico-hover {
	background-image: url(../../frontend/Magedirect/mws/en_US/images/heart.png);
}
body .product-primary__col_size2 .product-primary__inner a.towishlist-icon .ico-heart-hover.show {
	display: block;
}
.wishlist-index-index #wishlist-view-form .products-table {
	margin-bottom: 30px;
}
.wishlist-index-index #wishlist-view-form .product-item {
	border-top: 1px solid #c7c7cb;
    border-bottom: 1px solid #c7c7cb;
}
.wishlist-index-index #wishlist-view-form .product-item-info {
    vertical-align: middle;
}
.wishlist-index-index #wishlist-view-form .wishlist-items #item_col_0 {
	width: 15%;
}
.wishlist-index-index #wishlist-view-form .wishlist-items #item_col_1 {
	width: 20%;
}
.wishlist-index-index #wishlist-view-form .wishlist-items #item_col_2 {
	display: none;
}
.wishlist-index-index #wishlist-view-form .product-item-info .product-item-inner {
	display: block;
    position: static;
    border: none;
    box-shadow: none;
    background: transparent;
}
.wishlist-index-index #wishlist-view-form .product-item-info .product-item-inner .comment-box {
	display: none;
}
.wishlist-index-index #wishlist-view-form .product-item-info .product-item-inner .box-tocart .fieldset {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}
.wishlist-index-index #wishlist-view-form .product-item-info .price-box .price {
	font-size: 23px;
}
.wishlist-index-index #wishlist-view-form .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
    background: transparent;
    border: none;
    width: auto;
    margin: 0 !important;
}
.wishlist-index-index #wishlist-view-form .product-item-info .product-item-inner .box-tocart .fieldset .qty label {
	display: none;
}
.wishlist-index-index #wishlist-view-form .product-item-info .product-item-inner .box-tocart .actions-primary button {
	height: auto;
	width: auto;
	font-size: 15px;
    padding: 12px 19px;
}
.wishlist-index-index #wishlist-view-form .product-item-info .product-item-inner .product-item-actions {
	text-align: right;
}
.onestepcheckout-index-index .wrapper .page-header.fixed-menu {
	background: #fff;
}
.onestepcheckout-index-index .wrapper .page-header .header.content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.onestepcheckout-index-index .wrapper .page-header .header.content .logo-text {
	font-weight: 800;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    line-height: 0.8;
    text-transform: uppercase;
    color: #5D5D5D !important;
}
.onestepcheckout-index-index .wrapper .page-header .header.content .logo-text span {
	display: block;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field,
.onestepcheckout-index-index .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .aw-onestep-sidebar-block.payment-option.discount-code .field,
.onestepcheckout-index-index .page-main .aw-onestep-main .email .field {
	padding: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title {
	background: transparent;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method._active .payment-method-content {
	margin-top: 20px;
}
.onestepcheckout-index-index .discount-code .form-discount .action-apply {
	max-width: unset;
}
.onestepcheckout-index-index  .shipping-information,
.onestepcheckout-index-index  .payment-method-billing-address,
.onestepcheckout-index-index  .actions-toolbar,
.onestepcheckout-index-index  #checkout > div.opc-estimated-wrapper > div.minicart-wrapper > button,
.onestepcheckout-index-index  .field-tooltip,
.onestepcheckout-index-index  aside.opc-sidebar,
.onestepcheckout-index-index  .opc-estimated-wrapper, #checkout-step-shipping button.action-show-popup {
	display: block;
}/*
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e0e7ee;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  */

  .nice-select {
    cursor: pointer;
    display: block;
    position: relative;
    white-space: nowrap;
    width: 173px;
}

  .nice-select:hover {
    border-color: #d0dae5; }

  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #88bfff; }

  /* .nice-select:after {
    border-bottom: 2px solid #90a1b5;
    border-right: 2px solid #90a1b5;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; } */ 

    .nice-select:after {
   /* content: ''; */
    position: absolute;
    top: 50%;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #b79f83 transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: border .3s, -webkit-transform .3s;
    transition: transform .3s, border .3s;
    transition: transform .3s, border .3s, -webkit-transform .3s;
}

  .nice-select.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }

  .nice-select.open .list {
      padding: 20px 10px 0 10px;
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      list-style: none;
  }
  .nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cdd5de; }
 
    
   .nice-select .list:before {
    background: url("../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg");
    width: calc(100% - 20px);
    height: 12px;
    content: '';
    position: absolute;
    top: 9px;
   }

   .sort__items .toolbar-sorter .sorter-label {
    margin-left: 0px;
    font-family: 'Museo Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
   }
   .custom-limiter .label span {
    font-family: 'Museo Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
   }
  .sort .sort__inner .sort__items > .sort__item:hover {
  background:none !important;
  }
  .sort .sort__inner .sort__item .toolbar-sorter:hover {
    background: #4b4b4b;
  }
  .sort .sort__inner .sort__item .toolbar-sorter:hover .nice-select .current {
     color: #fff;
  }
  .sort .sort__inner .sort__item .toolbar-sorter {
    padding-bottom: 7px;
  }
  .sort .sort__inner .sort__item .toolbar-sorter:hover .nice-select .current {
    color: #fff !important;
  }
  .sort .sort__inner .sort__item .toolbar-sorter:hover .sorter-label {
    color: #fff;
  }

  .sort .sort__inner .sort__item .toolbar-sorter.allow .nice-select .current {
    color: #fff;
  }
  .sort .sort__inner .sort__item .toolbar-sorter.allow  {
    background: #4b4b4b;
  }
  .sort .sort__inner .sort__item .toolbar-sorter.allow .sorter-label {
    color: #fff;
  }

  .sort .sort__inner .sort__item .limiter:hover .label {
    color: #fff;
  }
  .sort .sort__inner .sort__item .limiter {
    padding-bottom: 7px;
  }

  .sort .sort__inner .sort__item .limiter:hover .nice-select .current {
    color: #fff !important;
  }

  .sort .sort__inner .sort__item .limiter.allow {
    background: #4b4b4b;
  }

  .sort .sort__inner .sort__item .limiter.allow .nice-select .current {
    color: #fff;
  }

  .sort .sort__inner .sort__item .limiter.allow  .label {
    color: #fff;
  }

  .nice-select .list {
    width: 184px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin-top: 5px;
    opacity: 0;
    overflow: hidden;
    padding: 20px 10px 0 10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -10px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: opacity .3s, visibility .3s, top .3s;
    transition: opacity .3s, visibility .3s, top .3s;
    z-index: 9; }

   /* .nice-select .list:hover .option:not(:hover) {
      background-color: transparent; } */

  .nice-select .option {
    cursor: pointer;
    padding: 12px 6px;
    font-size: 13px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: 1.25;
    text-decoration: none;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s; }

    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background: #e8e8e8;
      color: #373737;
      font-size: 13px;
      padding: 12px 6px;
      font-weight: 600;
     }
     .nice-select .selected {
      background: #e8e8e8;
      color: #373737;
      font-size: 13px;
      padding: 12px 6px;
      font-weight: 600;
     }

    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #90a1b5;
      cursor: default; }

  /* custom css start */
      .nice-select .current {
    overflow: hidden;
    position: relative;
    display: block;
    padding-right: 32px;
   /* max-width: 130px; */
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.57;
    color: #53534b;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color .3s;
}

.am_shopby_filter_items_attr_category_ids .subitems .amshopby-category-collapse-icon._active:after {
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 0.5rem 0.4rem 0 0.4rem;
    content: '';
    height: 0;
    margin-top: -0.2rem;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transition: all .2s linear;
    width: 0;
    box-sizing: border-box;
    transform: rotate(0deg);
}

.am_shopby_filter_items_attr_category_ids .subitems .amshopby-category-collapse-icon:after{
  transform: rotate(-90deg);
}


.logo {
    float: none;
    max-width: 100%!important;
    margin: 0px!important;
}

.alink:visited,
.header__nav a:hover {
    color: inherit!important;
    text-decoration: none!important;
}

.list-arrows a:visited,
.list-arrows .alink:visited,
.list-arrows a:hover,
.list-arrows .alink:hover,
span:hover,
a:hover {
    color: inherit!important;
}

a:visited {
    color: unset!important;
}

.dropdown-primary__inner a:hover,
.header__nav-utilities a:hover,
.paging a:hover,
.paging .alink:visited,
.section__content a:hover,
.has-dropdown a:hover {
    color: inherit!important;
}

h6 {
    margin-top: 0px;
}

.footer .footer__list {
    margin: 0px!important;
}

.old-price .price-container .price-label {
    display: none!important;
}

.old-price .price-container .price-wrapper .price {
    text-decoration: line-through;
}

.section-tabs .product-image-wrapper {
    z-index: 0!important;
}

.custom-cart-btn {
    margin: 0 auto;
    padding: 0 15px 0;
}

.empty-cart-message {
    text-align: center;
    padding: 50px;
}
ul>li,
ol>li {
    margin-bottom: 0;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #373737;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #373737;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #373737;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #373737;
}

input.input-text.md-fedex-number {
    border: 1px solid #373737;
}

button:hover {
    border: none!important;
}

.tabs__body .products {
    margin-top: 0px;
}

.tab-content {
    border: none!important;
}

.tabs--default .tabs__head {
    margin-bottom: 20px;
}

.search-holder__actions a {
    color: #373737!important;
}

.messages {
    margin: auto;
    max-width: 1230px;
    padding-left: 7px;
    padding-right: 7px;
}

.cart__body .product__image img {
    max-width: 69px;
    max-height: 71px;
}

#newsletter-error {
    display: none;
}

.header {
    z-index: 999;
}

.catalog-product_compare-index .table-comparison .product-item-actions .actions-primary+.actions-secondary {
    padding-left: 0 !important;
}

.custom_category .page-title-wrapper {
    display: none;
}

.custom-productlist {
    padding-top: 0px;
    margin-top: 0px;
}

.products .product__image-inner,
.products .product__image-label {
    z-index: 2 !important;
}

.action.primary {
    background: #B83B5C;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    padding: 0 25px 0;
    border-radius: 2px;
    color: #ffffff;
    border-bottom: 2px solid #d6d6d6 !important;
    transition: background .3s;
    border-radius: 0 !important;
    border: none;
}

#product-addtocart-button {
    background: #B83B5C;
    color: #ffffff;
}

#product-addtocart-button:hover {
    border: none;
    color: #373737 !important;
    background: #ededed;
    border-radius: 2px;
}

.action.primary:hover {
    border: none;
    color: #373737 !important;
    background: #ededed;
    border-radius: 2px;
}

.page-products .toolbar .limiter,
.toolbar-products .pages {
    display: block !important;
}

.none {
    display: none !important;
}

.custom-limiter {
    border-bottom: none;
    height: auto;
    border-color: #e8e8e8;
    border-radius: 0;
    background: #fafafb;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 0px 0px 10px;
}

.border-none {
    border: none;
    margin: 0;
    padding-left: 0px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/select-arrow.png) no-repeat 95% 48%;
    top: 0;
}

.breadcrumbs_single {
    margin-bottom: 0px;
}

.breadcrumbs_single .breadcrumbs__list {
    padding: 15px 0;
}

.section__head_primary h3 {
    margin-top: 0px;
}

.sort__inner li {
    margin-bottom: 0px;
    min-width: auto;
}

.filter-options-content .items .item {
    width: 100%;
}

.nav-alt_small>ul>li {
    margin-bottom: 0px;
}

.nav-alt .filter-current {
    margin-top: 10px;
}

.filter-current .items {
    padding-left: 15px;
}

.filter-current .items .item {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

.nav-alt .filter-actions {
    margin-bottom: 0px;
}

.section__aside {
    float: left;
}

.custom_category .section__content {
    float: right;
}

.section-products .section__body {
    display: block;
}

.paging .current {
    background: none;
}

.pages .item {
    margin: 0px 0px 0px 5px;
    font-size: 16px;
}

.items .item {
    padding: 0px;
    width: auto;
}

.pages .action.next {
    margin-left: 0px;
}

li.item.current {
    font-weight: 600;
}

.custom-limiter .sorter-label {
    margin-left: 5px;
}

.pages a.page {
    color: inherit;
}

.sort__item {
    min-width: 132px;
    cursor: pointer;
}

.sort__item:hover,
.sort__item .custom-limiter:hover {
    background: #4b4b4b;
}

.sort__item:hover {
    /* color: #FFF; */
    font-weight: 600;
}

.border-none option {
    color: #000;
}

.border-none:hover {
    border: none;
    margin: 0;
    padding-left: 0px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/select-arrow-white.png) no-repeat 95% 48%;
    top: 0;
}

.custom-limiter label {
    font-weight: normal;
}

.border-none {
    font-weight: 600;
    text-transform: uppercase;
}

.intro-alt__content .intro-alt__title {
    margin-top: 0px;
}

.vesbrand-brand-view .section-products .section__head .sort {
    width: 100%;
}

.section__body header.section__head {
    display: none;
}

h6.brand-name {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.catalog-category-view .intro-alt__title,
.catalog-category-view .intro-alt__subtitle,
.amshopby-index-index h3.section__title,
.amasty-catalog-topnav,
.category-view {
    display: none;
}

.am_shopby_state_container .filter-label {
    margin-left: 20px;
}

#amasty-shopby-overlay {
    background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-light.jpg) repeat;
}

.dropdown-holder ol.items li.item,
.dropdown-holder ul.items li.item {
    list-style-type: none;
    font-family: 'Museo Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    width: 100%;
    padding-left: 7px;
}

.dropdown-holder ol.items li.item a:hover,
.dropdown-holder ul.items li.item a:hover {
    text-decoration: none;
    background: none;
}

.ambrands-search-wrapper .ambrands-search-input {
    width: 320px;
}

.ambrands-search-wrapper {
    width: auto!important;
}

.cms-all-brands .brand-images .brands-letter .brand-item .count {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.cms-all-brands .brands-filters .-letter-all {
    background: #ffffff;
    margin-right: 20px;
    min-width: 90px;
}

.cms-all-brands .brands-filters .-letter-all:hover,
.cms-all-brands .brands-filters .-letter-all:active,
.cms-all-brands .brands-filters .-letter-all:focus,
.cms-all-brands .brands-filters .-letter-all .active {
    background: #e2e2e2
}

.product-info-stock-sku .sku,
.product-info-stock-sku {
    display: none;
}

.catalog-product-view .product-primary__price .old-price .price,
.catalog-product-view .product-primary__price .special-price .price,
.catalog-product-view .price-final_price .price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px !important;
}

.catalog-product-view .product-primary__price .price-box .special-price .price,
.price-excluding-tax .price {
    color: #b93758;
}

.price-excluding-tax .price {
    font-size: 13px;
}


/*.price-box .price{ color: #b93758; }*/

.product-primary__price .price-box {
    display: block;
    margin: 0px;
    padding: 0px;
}

.product-primary__head .page-title {
    font-size: 26px;
    font-weight: normal;
}

.amshopby-index-index .section__head_primary .sort {
    width: 100%;
}

.swatch-option {
    height: 32px !important;
}

.product-add-form .product-options-wrapper {
    border-bottom: 1px solid #c7c7cb;
    margin-bottom: 20px;
}

.box-tocart .form-spinner__row {
    display: inline-block;
    vertical-align: middle;
}

.box-tocart .form-spinner__actions {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.product-add-form {
    margin-top: 15px;
}

.product-primary__section .product-reviews-summary {
    margin: 0px;
}

.review-control-vote label:before,
.rating-summary .rating-result>span:before {
    color: #b93758;
}

#review-form .field {
    border: none;
    background: none;
}

#review-form {
    max-width: 600px;
}

.breadcrumbs .breadcrumbs__list li {
    margin-bottom: 0px;
}

.relatedProduct .price-final_price .price {
    font-size: 13px !important;
}

.bundle-options-container {
    border-top: 1px solid #c7c7cb;
}

.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper,
.bundle-options-container .block-bundle-summary {
    float: left;
    width: 100% !important;
}


/* .catalog-category-view .intro-alt { display: none; } */

.bundle-actions .action.primary.customize,
fieldset.fieldset.fieldset-bundle-options div.option select {
    font-size: 13px;
}

.page-product-bundle .catalog-product-view .price-final_price .price {
    font-size: 13px !important;
}

.page-product-bundle .product-info-price .price-box .price-container>span {
    margin-bottom: 5px;
    font-size: 13px;
}

fieldset.fieldset.fieldset-bundle-options div.option {
    width: 50%;
    padding-right: 10px;
    float: left;
    margin-bottom: 15px;
}

.bundle-options-wrapper fieldset.fieldset {
    margin-bottom: 20px;
}

.bundle-options-wrapper .product-options-wrapper {
    margin-bottom: 0px;
}

#bundleSummary {
    padding: 0px;
    margin-top: 0px;
    padding-top: 20px;
}

.bundle-options-container .block-bundle-summary .bundle.items>li {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bundle-options-wrapper .product-options-bottom {
    display: none;
}

.bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 0px;
}

#bundleSummary:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 16px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x;
}

.bundle-options-container .product-add-form .product-options-wrapper {
    border: none;
}

fieldset.fieldset.fieldset-bundle-options div.option .control {
    margin-bottom: 25px;
}

div#bundleSummary ul li div {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#bundleSummary .form-foot .cols-mobile {
    display: inline-block;
}

#bundleSummary .form-foot .cols-mobile .box-tocart {
    margin-bottom: 0px;
}

#bundleSummary .form-foot .product-primary__price {
    display: inline-block;
    float: right;
    padding-top: 10px;
}

#bundleSummary .form-foot .product-primary__price span.price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #b93758;
}

.product-reviews-summary.empty {
    margin-top: 10px;
    color: #373737;
    margin-bottom: 15px;
}

.page-product-bundle .product-info-price .price-box .price-container .price {
    font-size: 13px !important;
    line-height: 16px;
}

.page-product-bundle .product-info-price .price-box .price-from,
.page-product-bundle .product-info-price .price-box .price-to {
    padding-top: 5px;
    margin-bottom: 5px;
}

.catalog-product-view .fotorama__stage {
    overflow: visible;
}
.catalog-product-view .fotorama__stage .fotorama__stage__shaft {
    border: 1px solid #c7c7cb;
}
/* .catalog-product-view .fotorama__stage:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 26px;
    height: 5px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/divider-solid.png) no-repeat !important;
} */

.catalog-product-view .fotorama__stage__frame .fotorama__img {
    left: calc(50% - 1px);
}

/* .catalog-product-view .fotorama__stage:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 26px;
    height: 5px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/divider-solid.png) no-repeat !important;
} */

/* .catalog-product-view .fotorama__stage:before,
.catalog-product-view .fotorama__nav:before {
    top: -1px;
} */

.product-details {
    margin-bottom: 0px;
}

.product-details .breadcrumbs .shell {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.product-details .breadcrumbs__inner {
    right: 40px;
}


/** shopping cart */

.checkout-cart-index .shell .breadcrumbs,
.checkout-cart-index .shell .breadcrumbs .shell {
    padding-left: 0px;
    padding-right: 0px;
}

.checkout-cart-index .cart-container .cart {
    width: auto;
}

.cart-container .cart.main.actions:before {
    background: none;
}

#shopping-cart-table {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.checkout-cart-index table#shopping-cart-table thead:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: 12px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x;
}

.checkout-cart-index table#shopping-cart-table .col {
    float: none;
    text-align: left;
}

.cart-container h3.section__title {
    display: inline;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 12px;
}

.cart.table-wrapper .cart thead tr th.col {
    border: none;
}

.cart.table-wrapper .cart thead tr td {
    padding: 0px 10px;
    margin: 0px;
}

.product-social-links ul {
    margin-bottom: 0px;
}

.motto .motto__subtitle {
    margin-top: 0px;
}

.product-primary .product-primary__title a:hover {
    text-decoration: none;
    color: #a2a2a9 !important;
}

.fotorama__thumb {
    background-color: #fff !important;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #c7c7cb;
    cursor: pointer;
}

.swatch-attribute .swatch-attribute-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.swatch-option.text {
    color: #373737 !important;
    font-size: 13px;
    font-weight: 700;
    /* line-height: 18px; */
    padding: 6px 12px !important;
    min-width: 23px;
    margin-right: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px !important;
    background: #eff0f2;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.swatch-option.text.selected {
    background: #1e1e1e !important;
    color: #fff !important;
    border-color: #1e1e1e !important;
}

.price-box .price-container .price {
    color: #b93758 !important;
}

.price-box .old-price .price-container .price {
    color: #c3c5c5 !important;
}

.price-box .special-price .price-container .price {
    color: #b93758 !important;
}

.bundle-actions {
    clear: both;
}

.dropdown-holder .items li.item .items {
    margin-left: 20px;
}

.dropdown-holder .items li.item .items li {
    margin-bottom: 5px;
}

.dropdown-holder .item.subitems a:hover,
.dropdown-holder .items-children.level-2 a:hover {
    text-decoration: none;
}

.bundle-options-wrapper .nice-select {
    width: 100% !important;
    background: #fafafb;
    padding-right: 0 !important;
}

.bundle-options-wrapper .nice-select .current {
    background: url(../../frontend/Magedirect/mws/en_US/css/images/select-arrow.png) no-repeat 95% 48%;
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 39px;
    text-transform: capitalize;
    padding: 0 44px 0 18px;
    color: #808080;
    overflow: hidden;
    max-width: none !important;
}

.bundle-options-wrapper .nice-select.open .list {
    padding: 0;
    opacity: 1;
    pointer-events: auto;
}

.bundle-options-wrapper .nice-select.open .list:before {
    display: none;
}

.bundle-options-wrapper .nice-select .option {
    cursor: pointer;
    padding: 6px;
    font-size: 13px;
    border-bottom: none;
    font-weight: normal;
    font-family: 'Montserrat';
    line-height: normal;
    text-decoration: none;
    margin: 0;
}

.bundle-options-wrapper .nice-select .list {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 9;
}

.bundle-options-wrapper .nice-select .option.selected.focus {
    background: #5897fb;
    color: #fff;
    font-size: 13px;
    padding: 6px;
    font-weight: normal;
}

.bundle-options-wrapper .nice-select .option:hover {
    background: #5897fb;
    color: #fff;
    font-size: 13px;
    padding: 6px;
    font-weight: normal;
}

#bundle-summary ul li>div {
    display: inline-block;
    margin-left: 0px !important;
    margin-top: 2px !important;
    margin-bottom: 0px !important;
}

#bundle-summary ul li div>div {
    margin-left: 0px !important;
    margin-top: 2px !important;
    margin-bottom: 0px !important;
}

#bundle-summary ul li {
    margin: 0;
}

#bundle-summary ul {
    margin: 5px 0 5px 0;
}

#bundle-summary ul li .label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.fotorama__wrap .fotorama__nav-wrap {
    margin-top: 10px;
}

.fotorama__wrap .fotorama__nav-wrap .fotorama__thumb-border {
    border: 1px solid #c7c7cb !important;
}

.fotorama__wrap .fotorama__nav-wrap .fotorama__thumb-border:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #1e1e1e;
}

.fotorama__wrap .fotorama__nav-wrap .fotorama__nav {
    overflow: visible;
}

.fotorama__wrap .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img:hover {
    background: #e0e0e2;
}

.product-primary__slider1 .fotorama__stage {
    /* background-position: 0 0; */
    /* cursor: pointer; */
    width: 507px;
    position: relative;
    background-size: 100px 100px;
}

.fotorama__stage__shaft:after {
    content: "";
    position: absolute;
    z-index: 9999;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 100px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/zoom.png) 0 bottom no-repeat;
    cursor: pointer;
}

.product-primary__slider1 .fotorama__arr--prev {
    max-height: 333px;
    display: inline-block;
    margin-top: 36px;
}

.dropdown-holder .items li {
    position: relative;
    margin: 0;
    line-height: inherit;
}

.dropdown-holder .items li a input {
    display: none;
}

.dropdown-holder .items li a .label {
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

.dropdown-holder .items li .am-collapse-icon+a {
    padding-left: 15px;
}

.dropdown-holder .items li a .label:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 15px;
    height: 15px;
    background: #fafafb;
    border: 1px solid #e8e8e8;
}

.dropdown-holder .items li a.am_shopby_link_selected .label:after {
    content: '';
    position: absolute;
    left: 1px;
    bottom: 3px;
    width: 13px;
    height: 13px;
    background: #1e1e1e;
    border: 2px solid #fafafb;
}

.dropdown-holder .items li a.am_shopby_link_selected .label:before {
    background: #fafafb;
    border: 1px solid #1e1e1e;
}

.dropdown-holder .items li.subitems a>.label:before,
.dropdown-holder .items li.subitems a>.label:after {
    display: none;
}

.dropdown-holder .items li.subitems .items-children a .label:before,
.dropdown-holder .items li.subitems .items-children a .label:after {
    display: block !important;
}

.table>tbody+tbody {
    border-top: none;
}

#shopping-cart-table .col.item {
    width: 100%;
}

#shopping-cart-table .col.qty {
    width: 20%;
}

#shopping-cart-table .col.subtotal {
    width: 20%;
}

.cart.table-wrapper .actions-toolbar>.action-edit:before,
.cart.table-wrapper .actions-toolbar>.action-delete:before {
    content: '';
}

.cart.table-wrapper .actions-toolbar>.action-edit,
.cart.table-wrapper .actions-toolbar>.action-delete {
    right: 10px;
}

.productName {
    font-size: 14px;
    font-weight: normal;
}

.card__body dl.item-options dt {
    text-transform: uppercase;
    font-size: 13px;
}

.card__body dl.item-options dd {
    font-size: 14px;
    font-weight: normal;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 13px;
    height: 51px;
}

.checkout-cart-index .ornament.ornament_right {
    top: 500px;
}

.cart-container .form-cart {
    width: 70% !important;
    padding-right: 0px !important;
}

.cart-summary {
    width: 30% !important;
    background: none;
    padding: 1px 0px 25px !important;
}

.cart-summary-inner {
    background: #FFF;
    padding: 15px;
}

#shipping-zip-form div.field,
#co-shipping-method-form div.field {
    background: none;
    border: none;
}

#co-shipping-method-form .items.methods {
    display: block;
    padding: 7px 12px;
}

#co-shipping-method-form .form-secondary__title {
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.cart-summary .block .title strong {
    text-transform: uppercase;
}

#co-shipping-method-form div.divider {
    margin-bottom: 10px;
    margin-top: 15px;
}

#co-shipping-method-form .items.methods .item-title {
    text-transform: uppercase;
    font-size: 13px;
}

#discount-coupon-form input.input-text {
    height: 41px;
    font-family: 'Museo Sans', sans-serif;
    text-transform: none;
    font-weight: 300;
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 15px 0 13px 8px;
    background: #fafafb;
}

#discount-coupon-form input.input-text:focus {
    box-shadow: none;
}

#discount-coupon-form .action.apply {
    display: inline-block;
    vertical-align: top;
    width: 129px;
    height: 41px;
    line-height: 41px;
    margin-left: 9px;
}

#discount-coupon-form .subscribe--alt__entry {
    margin-bottom: 15px;
    font-size: 13px;
}

.cart-summary .checkout-methods-items .item {
    width: 100%;
}

.cart-summary .grand.totals .mark strong,
.cart-summary .grand.totals .amount .price {
    color: #b93758;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark {
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.cart-totals tbody .amount {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.cart-container .form-cart .actions.main {
    text-align: center !important;
    margin-bottom: 20px;
}

.action.primary:hover,
.action.primary:visited,
.action.primary:focus {
    background: #d7d7d9;
    color: #373737;
    border: none;
}

.cart-summary-inner #block-shipping #shipping-zip-form div.field .label {
    text-transform: uppercase;
}

.product-options-wrapper .swatch-attribute-options .swatch-option {
    max-width: none;
    background-repeat: repeat!important;
}

.amxnotif_guest_action {
    margin-bottom: 15px;
}

.product-share-li {
    margin-bottom: 0;
}

.link-stock-alert li,
.amxnotif-block-content {
    padding-top: 0;
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}

.link-stock-alert li div.mage-error[generated],
.amxnotif-block-content div.mage-error[generated] {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
}

.link-stock-alert li .icon-holder,
.amxnotif-block-content .icon-holder {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    width: 40px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.link-stock-alert li span,
.amxnotif-block-content span {
    position: relative;
    display: inline;
    vertical-align: top;
    transition: color .3s;
}

.link-stock-alert li a,
.link-stock-alert li a:hover,
.amxnotif-block-content a,
.amxnotif-block-content a:hover {
    text-decoration: none;
}

.link-stock-alert li a:hover .ico-request,
.amxnotif-block-content a:hover .ico-request {
    display: none;
}

.link-stock-alert li a:hover .ico-hover,
.amxnotif-block-content a:hover .ico-hover {
    display: inline-block;
}

.link-stock-alert li a:hover span,
.amxnotif-block-content a:hover span {
    color: #a2a2a9;
}

.link-stock-alert li .ico-hover,
.amxnotif-block-content .ico-hover {
    display: none;
}

.link-stock-alert li span .text-red,
.amxnotif-block-content span .text-red {
    vertical-align: top;
    padding-left: 0;
    color: #b93758;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .amxnotif-block-content #form-validate-stock input[name="guest_email"].amxnotif_guest_email {
        display: block;
        width: 100%;
    }
    .amxnotif-block-content #form-validate-stock .actions-toolbar {
        max-width: 100%;
        display: block;
        margin: 6px 0;
    }
    .link-stock-alert li div.mage-error[generated],
    .amxnotif-block-content div.mage-error[generated] {
        position: relative;
        margin-top: 5px;
    }
}

.section--inverse .section__content {
    width: calc(100% - 408px);
}


/*.section-products .section__content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: calc(100% - 304px);
}*/


/* Dashboard page CSS */

.list-products .product__image {
    width: 116px;
    height: 116px;
    line-height: 0px;
    overflow: hidden;
}

.product-image-container {
    /*height: 116px;
    width: 116px !important;*/
}

label[for] {
    cursor: default;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
a[href^="tel"],
select {
    background: #fafafb;
    height: 41px;
}

.form-address-edit .fieldset>.field>.label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.form-address-edit .fieldset>.field>input~.label {
    display: inline-block;
}

.form-address-edit .message.info {
    display: none;
}

.list-products_reviews .product__entry p {
    margin-top: 15px;
}

.list-products .product__image img {
    width: 100%;
}

header.card__head {
    padding-top: 20px;
    padding-bottom: 20px;
}

.customer-address-index .section-dashboard {
    padding-bottom: 205px;
}


/* All Brand page CSS */

.brand-images li.brand-item {
    width: 90%;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.brand-images li.brand-item a {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 70px;
    font-size: 1.4rem;
}

.cart.table-wrapper .actions-toolbar {
    padding: 10px;
}

#checkout .opc-wrapper {
    width: 100% !important;
}

#discount-coupon-form .control {
    display: inline-block;
    width: calc(100% - 138px);
    border-radius: 0;
}

div#block-discount {
    background: #ffffff !important;
}

#cart-totals {
    position: relative;
}

#cart-totals::after {
    content: '';
    position: absolute;
    left: 0px;
    top: -6px;
    width: 100%;
    height: 12px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x;
}

#cart-totals::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 12px;
    transform: rotate(180deg);
    background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x;
}

.item-price {
    color: #b93758;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.nav-alt_small>ul>li.item-in-cart {
    border-bottom: none
}


/* Cart page CSS */

.checkout-cart-index .cart-container .form-cart {
    width: 100% !important;
    float: left;
    display: block;
}

#discount-coupon-form .field1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

ul.opc-progress-bar {
    border-top: 0px !important;
}

.section--inverse .section__aside {
    width: 383px !important;
    margin-left: 25px;
    margin-right: 0;
}

.cart.table-wrapper {
    padding: 0px;
}

#shopping-cart-table {
    margin: 0px;
}

.header-fixed {
    position: fixed;
}

.cart.table-wrapper .cart>.item,
#shopping-cart-table thead {
    width: 100%
}


/* Multiple Addresses CSS */

.products-alt .product__title,
.card--default .card__title {
    color: #373737;
}

.products-alt .product__entry {
    margin-bottom: 10px;
}


/* Responsive CSS */

.checkout-cart-index .form-secondary .valid,
.customer-account-login .form .valid {
    display: block;
}

.nav>ul>li {
    margin-bottom: 0px;
}

.checkout-cart-index .items {
    display: table;
}

.swatch-option {
    position: relative;
    display: block;
    width: 32px !important;
    height: 32px;
    padding: 4px;
    min-width: 30px;
    max-width: 90px;
    height: 20px;
    float: left;
    margin: 0 7px 5px 0 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #d6d6d6 !important;
    font-size: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-cart-index a.product-item-photo {
    /*width: 130px;
    height: 130px;*/
    margin-right: 20px;
    text-align: center;
    /*border: 1px solid #c7c7cb; */
}

.fotorama__stage:before,
.fotorama__stage:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 26px;
    height: 5px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/divider-solid.png) no-repeat;
}

.product-primary__slider1:before {
    bottom: auto;
    top: -3px;
    z-index: 9999;
}

form#shipping-zip-form select {
    height: auto;
    border-color: #e8e8e8;
    border-radius: 0;
    background-color: #fafafb;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 44px 10px 18px;
}

form#shipping-zip-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fafafb url(../../frontend/Magedirect/mws/en_US/images/select-arrow.png) no-repeat 95% 48%;
    border: 1px solid #ccc;
    padding-right: 25px;
    text-indent: .01em;
    text-overflow: '';
}

form#shipping-zip-form select,
form#shipping-zip-form input:not([disabled]):focus {
    box-shadow: none;
}

form#shipping-zip-form input {
    height: 41px;
    border-color: #e8e8e8;
    border-radius: 0;
    background-color: #fafafb !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 0 44px 0 18px;
}

tr.totals.sub td {
    border-bottom: 0px;
}

form#co-shipping-method-form {
    padding: 20px 10px 0px 10px;
}

.address-pre-label {
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

ul.list-products.list-products-cart li figure {
    display: inline-block;
    vertical-align: top;
}

ul.list-products.list-products-cart li figure img {
    width: 40px;
    height: auto;
    vertical-align: baseline;
}

ul.list-products.list-products-cart li div {
    display: inline-block;
    max-width: 230px;
    margin-left: 10px;
}

ul.list-products.list-products-cart li div h5 {
    font-size: 12px;
    margin-top: 0px;
}

ul.list-products.list-products-cart li div p {
    font-size: 12px;
}

.products-alt .product__select {
    padding-bottom: 8px;
}

#discount-coupon-form input.input-text {
    /* width: calc(100% - 138px); */
    border-radius: 0;
}

.field1.address select {
    color: #444;
    font-size: 13px;
}

.cards .card__inner {
    border: 0px;
}

.cms-page-view .section__content>.cards {
    margin-right: 15px;
    margin-left: 0px;
}

.cms-page-view .section__content>.cards>.card {
    padding-right: 0px;
}

.cms-page-view .section__content>.cards>.card .card__body {
    overflow: visible;
}

.action.primary {
    height: 42px;
    margin-left: 5px;
}

.card--default .card__foot .card__back {
    color: #373737;
    font-weight: bold;
}

.main {
    margin-top: 16px;
}

.section .section__title span:hover {
    color: #fff !important;
}

.page-layout-category .product-image-photo {
    /*height: 250px;*/
}

.cart.table-wrapper .actions-toolbar>.action-edit,
.cart.table-wrapper .actions-toolbar>.action-delete {
    top: -20px;
}

.cart-container h3.section__title {
    display: block;
}

.cart {
    padding: 0px 10px 15px;
}

.cart.table-wrapper .cart thead tr th.col {
    padding: 46px 10px 23px 10px;
}

.cart-summary .block.active>.title {
    background-color: #d7d7d9;
    padding: 12px 40px 12px 11px;
}


/*shailja---css*/

.checkout-index-index .opc-progress-bar-item>span {
    font-weight: 600;
    font-size: 13px;
}

.methods .choice input[type="radio"] {
    display: none;
    -webkit-appearance: none;
}

.table-checkout-shipping-method .col-method input {
    display: none;
}

.table-checkout-shipping-method .col-method input~label {
    padding-left: 15px;
    position: relative;
}

.table-checkout-shipping-method .col-method input~label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #fafafb;
    border: 1px solid #373737;
}

.methods .choice label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px;
    font-size: 13px;
    font-weight: 400;
}

#checkoutSteps .payment-method-title .label {
    position: relative;
}

.methods .choice input+label:before,
#checkoutSteps .payment-method-title .label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #fafafb;
    border: 1px solid #373737;
}

div.field-error {
    color: #e02b27;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Museo Sans', sans-serif;
    margin-top: 7px;
}

.methods .choice input:checked+label:after,
.table-checkout-shipping-method .col-method input:checked~label:after,
#checkoutSteps .payment-method-title input:checked~.label:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 3px;
    width: 13px;
    height: 13px;
    background: #1e1e1e;
    border: 2px solid #fafafb;
}

.nav-alt_small>ul>li>a.active {
    position: relative;
    margin-bottom: 10px;
}

.nav-alt_small>ul>li>a.active:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #c7c7cb;
    left: 0;
    bottom: -8px;
}

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
    max-width: 100%;
}

.checkout-billing-address .action.action-cancel span {
    color: #af2d4d;
}


/*#shipping-new-address-form ,#billing-new-address-form{display: flex;flex-wrap: wrap;}*/

#shipping-new-address-form>div,
#billing-new-address-form>div {
    width: 50%;
    float: left;
    display: inline-block;
}

.checkout-index-index .checkout-payment-method .payment-method-content {
    padding: 0 22px 20px 22px;
}

.opc-wrapper .step-content {
    float: left;
    width: 100%;
}

.opc-wrapper .step-title {
    clear: both;
}

#checkoutSteps fieldset.field.street.admin__control-fields,
.form.form-shipping-address .field.street.admin__control-fields {
    width: 50%;
    float: left;
    min-height: 67px;
    height: auto;
}

#checkoutSteps #billing-new-address-form>.field {
    line-height: 1;
}

.form.form-shipping-address .field.street.admin__control-fields .control .field:first-child {
    margin-bottom: 10px;
}

#checkoutSteps fieldset.field.street.admin__control-fields .field,
.form.form-shipping-address .field.street.admin__control-fields .control .field {
    float: none;
}

#checkoutSteps input[type=number]::-webkit-outer-spin-button,
#checkoutSteps input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#checkoutSteps input[type=number] {
    -moz-appearance: textfield;
}


/*#checkout-step-shipping div.mage-error[generated]{position: absolute;}*/

#checkout-step-shipping .fieldset>.field {
    margin: 0 0 25px;
}

.payment-group input[type="radio"] {
    display: none;
}

#checkoutSteps .payment-method-title .label {
    padding-left: 30px;
    margin-left: 15px;
}

fieldset.field.street.admin__control-fields .field {
    padding-left: 0;
    float: left;
}

.checkout-shipping-method {
    clear: both;
}

@media only screen and (max-width: 639px) {
    #checkoutSteps fieldset.field.street.admin__control-fields,
    #shipping-new-address-form>div,
    #billing-new-address-form>div {
        width: 100%;
    }
    .checkout-container .form.form-shipping-address .field.street .control .field.additional {
        margin-top: 20px;
    }
}


/*shailja---css*/


/*OM---css*/

.products-compact .product .price-box p {
    display: inline-block;
}

.footer__list ul li,
.footer__list ul li a {
    color: #9b9b9b;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    height: 88px !important;
}

.fotorama__nav--thumbs .fotorama__thumb-border {
    height: 88px !important;
}

.product-options-wrapper .swatch-attribute-selected-option {
    color: #373737;
    padding-left: 17px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.product-options-bottom .spinner .qty {
    font-size: 20px;
}

.cms-hours-directions .section__body2 {
    /* margin-left: 27.5% !important; */
}

.checkout-index-index .cart-summary {
    top: 75px !important;
}


/*OM---css*/

@media only screen and (max-width: 639px) {
    .form-cart .update {
        margin-bottom: 5px;
    }
    .cms-hours-directions .section__body2 {
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .cms-page-view .page-title-wrapper {
        padding-left: 15px !important;
    }
    .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
        background-color: #b93758;
        border-color: #b93758;
        height: 10px;
        width: 10px;
        top: 10px;
    }
    .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
        border: 1px solid #000;
        background: #000;
        height: 8px;
        width: 8px;
        top: 11px;
    }
    .cart .product-item-details .productName {
        margin-bottom: 5px;
    }
    .cart-container .form-cart .actions.main .continue,
    .cart-container .form-cart .actions.main .clear {
        margin-bottom: 5px;
    }
    .nav-utilities .searchUL {
        float: none;
        display: inline-block;
    }
    .header .header__inner {
        margin-top: 10px;
    }
    .pages .pages-items {
        display: block;
        padding: 2px 50px 0;
        position: relative;
        white-space: normal;
        z-index: 1;
    }
    .opc-wrapper .form-shipping-address {
        margin: 0px;
    }
    .product-primary__slider1 .fotorama__stage {
        height: auto;
    }
}

@media (max-width: 1023px) {
    .breadcrumbs .shell {
        padding-left: 0px;
    }
    .section--inverse .section__content {
        width: calc(100% - 250px);
    }
    .section--inverse .section__aside {
        display: block;
        width: 237px !important;
        margin-left: 13px;
    }
    #discount-coupon-form .field1 {
        display: block;
    }
    #discount-coupon-form .field {
        display: block;
    }
    #discount-coupon-form input.input-text,
    #discount-coupon-form .action.apply,
    #discount-coupon-form .control {
        width: 100% !important;
    }
    #discount-coupon-form .action.apply {
        margin: 10px 0px 0px 0px;
    }
    .subscribe {
        padding: 0;
    }
    .products .product__image img {
        /* height: 165px;
    width: 165px;*/
    }
    .cart {
        padding: 0px !important;
    }
    .items {
        margin: 0px;
    }
    .section--inverse .section__aside {
        display: block;
        width: 237px;
    }
    .cart-container .form-cart,
    .cart-summary {
        width: 100% !important;
    }
    .cart.table-wrapper .actions-toolbar>.action-edit,
    .cart.table-wrapper .actions-toolbar>.action-delete {
        position: relative;
    }
}

@media (max-width: 767px) {
    .form-cart .update {
        margin-bottom: 5px;
    }
    .cms-hours-directions .section__body2 {
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .cms-page-view .page-title-wrapper {
        padding-left: 15px !important;
    }
    .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
        background-color: #b93758;
        border-color: #b93758;
        height: 10px;
        width: 10px;
        top: 10px;
    }
    .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
        border: 1px solid #000;
        background: #000;
        height: 8px;
        width: 8px;
        top: 11px;
    }
    .cart .product-item-details .productName {
        margin-bottom: 5px;
    }
    .cart-container .form-cart .actions.main .continue,
    .cart-container .form-cart .actions.main .clear {
        margin-bottom: 5px;
        width: 60%;
        margin-right: 0px !important;
    }
    .nav-utilities .searchUL {
        float: none;
        display: inline-block;
    }
    .nav-utilities .shopbybrandUL {
        float: left;
        display: inline-block;
    }
    .header .header__inner {
        margin-top: 10px;
    }
    .box .box__entry {
        display: inline-block;
    }
    .section--inverse .section__content {
        width: 100%;
        margin: 13px 0 30px;
    }
    .product-primary .product-primary__images {
        padding: 0px;
        margin-top: 10px;
    }
    .gift-options-cart-item+.action-towishlist {
        top: -18px;
    }
    .section--inverse .section__aside {
        width: 100% !important;
        margin: 0px;
    }
    .brand-images,
    .brand-images li.brand-item,
    .brand-images .brands-letter dt {
        width: 100% !important;
    }
    #co-shipping-method-form .form-secondary__title {
        margin-left: 18px;
    }
    .cart-summary .checkout-methods-items {
        padding: 0px;
    }
    .action.primary {
        margin-left: 0px;
    }
    .hidden-xs,
    .secondary i {
        display: none !important;
    }
    dd.item-options {
        margin-bottom: 10px;
    }
    .cart.table-wrapper .item .col.item {
        padding-top: 40px;
    }
    .item-info {
        display: block;
        width: 100%;
        min-height: auto;
    }
    .cart.table-wrapper .col.subtotal:before,
    .cart.table-wrapper .col.qty:before {
        display: none !important;
    }
    .checkout-cart-index .spinner {
        display: inline-block;
    }
    .spinner .spinner__field,
    .spinner a {
        width: 46px;
        height: 42px;
        line-height: 42px;
        display: inline-block;
        text-align: center;
    }
    .multicheckout .actions-toolbar>.secondary .action {
        margin-bottom: 0px;
    }
    .card--default .card__foot .btn {
        padding: 0px;
    }
    /*.checkout-cart-index table#shopping-cart-table .col.subtotal{
    float: left;
    width: 100%;
    padding: 0px;
    padding-right: 13px;
} */
    .checkout-cart-index table#shopping-cart-table .col.subtotal {
        float: left;
        width: 100%;
        padding: 0px;
        padding-right: 55%;
        margin-top: -100px;
        display: none;
    }
    .checkout-cart-index .cart-container .cart {
        width: 100%;
    }
    td.col.qty {
        padding-top: 45px !important;
    }
    .cart.table-wrapper .product-item-photo {
        top: 35px;
    }
    td.col.qty,
    td.col.subtotal {
        box-sizing: border-box;
        display: block;
        float: left;
        white-space: nowrap;
        width: 33%;
    }
    .cart.table-wrapper .action {
        margin-right: 5px;
    }
    .cart.table-wrapper .actions-toolbar {
        margin-bottom: 0px;
        text-align: left;
        margin-top: 10px;
    }
    .opc-wrapper .step-title {
        text-align: center;
        margin-bottom: 12px !important;
        font-size: 25px;
    }
    #co-shipping-form,
    .opc-wrapper .methods-shipping {
        background-color: #fff;
    }
    .methods-shipping .actions-toolbar .action.primary {
        margin: 0px;
    }
    .cart.table-wrapper {
        border-top: none;
    }
    .cart.table-wrapper #shopping-cart-table .divider {
        display: none;
    }
    .product-primary__slider1 .fotorama__stage {
        height: auto;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .cart-container .form-cart .actions.main .continue,
    .cart-container .form-cart .actions.main .clear {
        margin-bottom: 5px;
    }
    .cart.table-wrapper .actions-toolbar>.action-edit,
    .cart.table-wrapper .actions-toolbar>.action-delete {
        top: 0;
        right: -10px;
    }
    .cms-hours-directions .section__body2 {
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .breadcrumbs .shell {
        padding-left: 0px;
    }
    .header .header__inner {
        margin-top: 10px;
    }
    .product-image-photo {
        max-width: 100%;
        width: 130px;
        height: auto;
    }
    .cart.table-wrapper .product-item-photo {
        max-width: 88px !important;
        vertical-align: middle !important;
        padding-right: 0px !important;
    }
    .cart.table-wrapper .action {
        margin-right: 10px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .cart.table-wrapper .actions-toolbar>.action-edit,
    .cart.table-wrapper .actions-toolbar>.action-delete {
        position: relative;
        top: 0;
        right: -10px;
    }
    .dropdown-holder ul.items li.item {
        font-size: 15px;
    }
    /*.product-primary__slider1 .fotorama__stage { height: 507px !important; }*/
}

@media (max-width: 1200px) {
    .card--default .card__foot .btn {
        position: relative !important;
    }
    .multicheckout .actions-toolbar>.secondary {
        padding-top: 20px;
    }
    /*.product-primary__slider1 .fotorama__stage { height: 507px !important; }*/
}

@media (min-width: 768px),
print {
    .form-cart .update {
        /* margin-bottom: 5px;*/
    }
    .cms-hours-directions .section__body2 {
        margin-left: 0%;
        margin-right: 0%;
    }
    .cms-page-view .page-title-wrapper {
        padding-left: 15px;
    }
    .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
        background-color: #b93758;
        border-color: #b93758;
        height: 10px;
        width: 10px;
        top: 10px;
    }
    .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
        border: 1px solid #000;
        background: #000;
        height: 8px;
        width: 8px;
        top: 11px;
    }
    .multishipping-checkout-addresses .actions-toolbar:before,
    .multishipping-checkout-addresses .actions-toolbar:after {
        content: none !important;
        display: table;
    }
    .nav-utilities .searchUL {
        float: none;
        display: inline-block;
    }
    .nav-utilities .shopbybrandUL {
        float: left;
        display: inline-block;
    }
    .cart.table-wrapper .item .col.item {
        padding: 20px 10px 20px 10px !important;
    }
    .cart.table-wrapper .product-item-photo {
        padding: 10px !important;
    }
    .product-options-bottom .price-box .price-container .price,
    .product-info-price .price-box .price-container .price {
        line-height: 1.2 !important;
    }
    .product-options-bottom .price-box .price-container>span,
    .product-info-price .price-box .price-container>span {
        margin-bottom: 0px !important;
    }
    .cart.table-wrapper .product-item-details {
        padding-left: 20px;
    }
    .multicheckout .actions-toolbar .secondary {
        margin-top: 0px !important;
    }
    .multicheckout .actions-toolbar>.secondary {
        display: inline-block !important;
    }
    .header .header__inner {
        margin-top: 6px;
    }
    .product-primary__slider1 .fotorama__stage {
        height: auto;
    }
}

@media(max-width: 639px) {
    .form-cart .update {
        margin-bottom: 5px;
        width: 60%;
        margin-right: 0px !important;
    }
    .cms-hours-directions .section__body2 {
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .cms-page-view .page-title-wrapper {
        padding-left: 15px !important;
    }
    .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
        background-color: #b93758;
        border-color: #b93758;
        height: 10px;
        width: 10px;
        top: 10px;
    }
    .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
        border: 1px solid #000;
        background: #000;
        height: 8px;
        width: 8px;
        top: 11px;
    }
    .cart .product-item-details .productName {
        margin-bottom: 5px;
    }
    .cart-container .form-cart .actions.main .continue,
    .cart-container .form-cart .actions.main .clear {
        margin-bottom: 5px;
        width: 60%;
        margin-right: 0px !important;
    }
    .nav-utilities .searchUL {
        float: none;
        display: inline-block;
    }
    .nav-utilities .shopbybrandUL {
        float: left;
        display: inline-block;
    }
    #shipping-new-address-form,
    #billing-new-address-form {
        display: block;
    }
    #shipping-new-address-form>div {
        width: 100%;
    }
    .product-primary__slider1 .fotorama__stage {
        height: auto;
    }
}

.checkout-payment-method .items.payment-methods .payment-group {}

@media(max-width: 768px) {
    .checkout-payment-method .ccard .month .select {
        width: 118px;
    }
}

.swatch-attribute .swatch-attribute-label::after {
    content: ":";
}


/*.product-options-wrapper .swatch-attribute-selected-option::after {
        content: ".";
} */

.swatch-attribute .swatch-attribute-label::after {
    content: ":";
}

.sales-order-history .pager .limiter {
    display: block !important;
    background: #fafafb;
    border-color: 2px solid #e8e8e8;
}

.sales-order-history .pager .current {
    /* float:left !important;
	       width: 30%; */
    margin-left: 6px;
}

.sales-order-history .pager .limiter-text {
    margin-left: -25px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.sales-order-history .pager .limiter-label {
    font-size: 12px;
    transition: color .3s;
    font-weight: 300 !important;
    margin-left: 6px;
}

.sales-order-history .pager .limiter:hover {
    /*  background-color:#4d4d4d; */
}

.sales-order-history .pager .border-none {
    /*height:4px; */
}

.sales-order-history .pager .toolbar-amount {
    position: relative !important;
}

.sections-container .divider {
    display: none;
}


/* ==== For no-route page ====*/

.cms-no-route .page-title-wrapper {
    position: relative;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px auto;
}

.cms-no-route .disc {
    list-style-position: inside;
}

.checkout-index-index .field-tooltip {
    top: 7px;
    height: 30px;
}


/* ========== Pro Cart =========*/

#pro-card-form .form__actions .btn {
    margin-bottom: 10px;
}

#pro-card-form .form__actions .fileLabel_section1 {
    line-height: 1.5;
    width: 100%;
    display: inline-block;
    float: right;
    word-break: break-all;
    vertical-align: middle;
    margin-bottom: 10px;
}

@media(min-width: 639px) {
    #pro-card-form .form__actions .btn {
        margin-bottom: 32px;
    }
    #pro-card-form .form__actions .fileLabel_section1 {
        width: calc(100% - 255px);
        height: 50px;
    }
}

.checkout-container .field-tooltip {
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
}


/*** Custom CSS 04Sep19 ***/

@media only screen and (min-width: 1023px) {
    body.checkout-cart-index .main.main_bg>div:last-child,
    body.checkout-index-index .main.main_bg>div:last-child {
        position: relative;
    }
    body.checkout-cart-index .main.main_bg>div:last-child::before,
    body.checkout-index-index .main.main_bg>div:last-child::before {
        content: url(../../frontend/Magedirect/mws/en_US/css/images/temp/brush.png);
        position: absolute;
        left: 0;
        top: 200px;
        width: 162px;
        height: 436px;
    }
    body.checkout-cart-index .main.main_bg>div:last-child::after,
    body.checkout-index-index .main.main_bg>div:last-child::after {
        content: url(../../frontend/Magedirect/mws/en_US/css/images/temp/buttons.png);
        position: absolute;
        left: auto;
        top: 1000px;
        right: -10px;
        width: 93px;
        height: 188px;
    }
}

body.checkout-cart-index .page-title-wrapper {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px auto 0;
    font-family: 'Museo Sans', sans-serif;
}

.checkout-cart-index .page-title-wrapper h1 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 12px;
}

.checkout-cart-index .cart-container {
    font-family: 'Montserrat', sans-serif;
}

.checkout-cart-index .cart-container .form-cart {
    width: 66% !important;
}

.checkout-cart-index .cart.table-wrapper .product-item-name {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

.checkout-cart-index .cart-container .form-cart .actions.main .action {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 49px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0 30px 0;
    background: #ededed;
    border: none;
    border-radius: 2px;
    color: #373737;
    border-bottom: 2px solid #d6d6d6;
    transition: background .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkout-cart-index .cart-container .form-cart .actions.main .action:hover {
    text-decoration: none;
    background: #d7d7d9;
}

.checkout-cart-index .cart-summary {
    width: 32% !important;
    padding: 22px 10px 10px !important;
    background: #fff;
    margin-top: 0;
}

.checkout-cart-index .cart-summary .summary.title {
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 1.2;
}

.cart-summary:before {
    content: 'Order Summary';
    position: absolute;
    top: -42px;
    left: 0;
    font-weight: 400;
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.2;
    font-family: 'Museo Sans', sans-serif;
}

.cart-summary:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    height: 12px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x;
}

.cart-summary .block {
    padding: 6px 0;
    border-bottom: 1px solid #c7c7cb;
}

.cart-summary .summary.title {
    display: none;
}

.checkout-cart-index .cart-summary .block>.title {
    padding: 12px 40px 12px 11px;
    border: none;
    transition: background .3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4b4b4b;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.checkout-cart-index .cart-summary .block.active>.title {
    background: #d7d7d9;
}

.checkout-cart-index .cart-summary .block .title strong {
    font-size: 13px;
}

.checkout-cart-index .cart-summary .block>.title:after {
    content: '' !important;
    position: absolute;
    right: 20px;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) rotate(270deg);
    background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png);
    background-position: 98.71244635193133% 34.90566037735849%;
    background-size: 2688.888888888889% 1614.2857142857142%;
    width: 9px;
    height: 14px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.cart-summary .block.active>.title:after {
    transform: translateY(-50%) rotate(90deg);
}

.cart-summary .block .content {
    border-top: 1px solid #ccc;
    margin-top: 6px;
    padding-bottom: 0;
}

.cart-summary .block .field {
    background: none;
    border: 0;
}

.cart-summary .block .fieldset .field>.label {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.cart-summary .block .item-options {
    margin: 0 0 10px;
}

.cart-summary .block form:not(:last-of-type) .fieldset {
    margin: 0;
}

#co-shipping-method-form div.field {
    margin-bottom: 3px;
    height: auto;
}

#block-totals .cart-totals {
    display: none;
}

#block-totals.active .cart-totals {
    display: block;
}

.cart-summary .checkout-methods-items {
    margin: 10px 0 0;
}

.cart-summary .checkout-methods-items .action.primary.checkout i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.cart-summary .checkout-methods-items .action.primary.checkout:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.checkout-methods-items .action.multicheckout {
    display: none;
}


/***** Checkout 05 September 2019 *****/

.checkout-index-index .header.content {
    padding: 10px 15px;
    max-width: 1230px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.checkout-index-index .header.content .slogan span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 0.8;
    text-transform: uppercase;
    color: #5d5d5d;
}

.checkout-index-index .header.content .slogan span:first-child {
    display: block;
}

.checkout-payment-method .items.payment-methods .payment-group {
    margin-left: 0;
}

#checkout .opc-wrapper {
    width: 66% !important;
}

.checkout-index-index .opc-sidebar {
    width: 32%;
    margin-top: 0;
}

.checkout-index-index .opc-sidebar span.title {
    font-family: 'Museo Sans', sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color: #373737;
    margin-bottom: 12px;
    display: block;
    font-weight: 400;
}

.opc-block-summary {
    padding: 22px 10px 10px;
    margin: 0;
    position: relative;
}

.opc-block-summary:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    height: 12px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x;
}

.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tbody .amount {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #b93758;
}

.opc-block-summary .items-in-cart {
    margin: 0;
    padding-top: 6px;
}

.opc-block-summary .items-in-cart>.title {
    padding: 12px 40px 12px 11px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    transition: background .3s;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #c7c7cb;
}

.opc-block-summary .items-in-cart.active>.title {
    background: #d7d7d9;
    margin-bottom: 10px;
}

.opc-block-summary .items-in-cart>.title strong {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.opc-block-summary .items-in-cart>.title:after {
    content: '' !important;
    position: absolute;
    right: 20px;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) rotate(270deg);
    background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png);
    background-position: 98.71244635193133% 34.90566037735849%;
    background-size: 2688.888888888889% 1614.2857142857142%;
    width: 9px;
    height: 14px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.opc-block-summary .items-in-cart.active>.title:after {
    transform: translateY(-50%) rotate(90deg);
}

.opc-block-summary .items-in-cart.active>.title:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #c7c7cb;
    left: 0;
    bottom: -8px;
}

.opc-block-summary .minicart-items-wrapper {
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid #c7c7cb;
}

.opc-block-summary .minicart-items .product>.product-image-container {
    width: auto !important;
    height: auto !important;
}

.opc-block-summary .minicart-items-wrapper .minicart-items .product-image-wrapper img {
    max-width: 40px;
}

.opc-block-summary .minicart-items .product-item-details {
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.opc-block-summary .product-item .product-item-name-block {
    vertical-align: top;
    display: table;
}

.opc-block-summary .minicart-items .product-item-name {
    margin-bottom: 0.6em;
    font-size: 12px;
    margin-top: 0px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
}

.opc-block-summary .minicart-items .product-item {
    padding: 8px 12px 6px;
}

.opc-block-summary .minicart-items .product-item:first-child {
    padding-top: 0;
}

.opc-block-summary .minicart-items .product-item:last-child {
    padding-bottom: 0;
}

.opc-block-summary .product-item .subtotal {
    display: table;
    text-align: left;
}

.opc-block-summary .minicart-items .product-item-details .price-including-tax,
.opc-block-summary .minicart-items .product-item-details .price-excluding-tax {
    margin: 0;
}

.opc-block-summary .minicart-items .product-item-details .details-qty {
    font-size: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 8px;
}

.opc-block-summary .product-item .price {
    font-size: 12px;
    font-weight: 600;
}

.checkout-payment-method .items.payment-methods {
    margin: 0;
}

.checkout-payment-method .items.payment-methods .payment-group .payment-method {
    padding: 22px 10px 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    position: relative;
}

.checkout-payment-method .items.payment-methods .payment-group .payment-method:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    height: 12px;
    background: none;
}

.checkout-index-index .checkout-payment-method .payment-method-content {
    padding: 0 25px 20px 25px;
}

.opc-block-summary .table-totals {
    padding: 0;
    margin: 0;
    position: relative;
}

.opc-block-summary .nav--default ul .nav-alt__dropdown {
    padding: 12px 0 6px;
}

.opc-block-summary .table-totals:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -11px;
    width: 100%;
    height: 12px;
    background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x;
}

.opc-block-summary .table-totals:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 12px;
    transform: rotate(180deg);
    background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x;
}

#checkout-payment-method-load .billing-address-form .fieldset>div {
    float: left;
    width: 50%;
}

#checkout-step-payment {
    margin-top: 0;
}

#opc-sidebar .opc-block-shipping-information {
    padding: 22px 10px 10px;
    background: #fff;
}

.opc-block-shipping-information .shipping-information-title {
    padding: 10px 20px 10px 12px;
    border-bottom: 1px solid #c7c7cb;
    transition: background .3s;
    font-size: 13px;
    text-transform: uppercase;
    color: #4b4b4b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.opc-block-shipping-information .shipping-information-content {
    padding: 0 12px;
    line-height: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #4b4b4b;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
    margin-bottom: 10px;
}

#checkoutSteps fieldset.field.street.admin__control-fields>.control>.field>.label {
    display: none;
}

#opc-sidebar .opc-block-shipping-information {
    padding-top: 10px;
}

.opc-block-summary .nav-alt_small>ul {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .checkout-cart-index .cart-summary {
        width: 100% !important;
        position: relative;
        margin-top: 60px;
    }
    .cart-summary .block .content {
        padding: 6px 0;
    }
    .checkout-cart-index .cart-container .form-cart {
        width: 100% !important;
    }
    #checkout .opc-wrapper {
        width: 100% !important;
        overflow: hidden;
    }
    #checkout .opc-sidebar {
        width: 100%;
        margin-top: 0;
        position: static;
        opacity: 1;
        visibility: visible;
    }
    #checkout .custom-slide .modal-inner-wrap {
        -webkit-transform: none;
        transform: none;
        background-color: transparent;
        box-shadow: none;
    }
    #checkout-step-payment {
        margin-top: 0 !important;
    }
    .checkout-index-index .opc-sidebar span.title {
        text-align: center;
    }
}

.am-labels-folding .am-collapse-icon {
    position: absolute;
}


/* CSS FOR ORDER COMMENT FIELD ON CHECKOUT */

#ulmod_order_comment.payment-option._collapsible {
    margin-top: 20px;
}

#ulmod_order_comment.payment-option._collapsible .payment-option-content {
    display: block !important;
    padding: 0;
}

#ulmod_order_comment.payment-option._collapsible .payment-option-content .order-comment-form {
    max-width: none;
}

#ulmod_order_comment.payment-option._collapsible .payment-option-content .order-comment-form .field .input-text {
    line-height: 38px;
}

#ulmod_order_comment.payment-option._collapsible .payment-option-content .order-comment-form .field {
    padding: 0;
}

#ulmod_order_comment.payment-option._collapsible .payment-option-content .order-comment-form .field>label {
    position: static;
    margin: 0 0 10px;
    display: block;
    height: auto;
    width: auto;
}


/* ======================================= */


/* FOR PRODUCT AMASTY FILTERS */

.section__aside .nav-alt_small ul .nav-alt__dropdown {
    padding-left: 15px;
    padding-right: 15px;
}

.section__aside .dropdown-holder>.items>form>li>.am-collapse-icon+a>span {
    padding-left: 5px;
}


/* ========================== */


/* FOR LOGO */

@media only screen and (max-width: 1023px) {
    .header .header__logo-holder {
        z-index: 10;
    }
}


/* ======== */


/* FOR HOME PAGE SLIDER ON MOBILE */

@media only screen and (max-width: 767px) {
    .tabs__body .products {
        margin-right: -10px;
    }
    .products-slider {
        max-width: none;
    }
}


/* ============================== */


/* FOR COMPARE PRODUCT PAGE */

.catalog-product_compare-index .section-dashboard .section__head .section__title {
    display: inline-block;
}

.catalog-product_compare-index .section-dashboard .section__head .print {
    float: right;
    margin-top: 5px;
}


/* ======================== */


/* FOR FOOTER LIST */



/* =============== */


/* CSS FOR SUBSCRIBPTION AT CHECKOUT */

#checkout-step-shipping .form.form-login .input-text[type="checkbox"] {
    width: auto;
    height: auto;
}


/* ================================= */


/* CSS FOR FEDEX, UPS AND DHL FIELDS AT CHECKOUT SHIPPING METHOD */

#checkout-shipping-method-load .table-checkout-shipping-method {
    width: 100%;
}

.form.methods-shipping .md-dhl-tr>td,
#checkout-shipping-method-load .md-fedex-tr>td {
    border: 0;
    padding-top: 0;
}

#checkout-shipping-method-load .md-fedex-tr>td .md-fedex-container {
    margin-top: 0;
}

.form.methods-shipping .md-dhl-tr .md-dhl-container,
#checkout-shipping-method-load .md-fedex-tr>td .md-fedex-container,
#onepage-checkout-shipping-method-additional-load .control.md-fedex-container,
#onepage-checkout-shipping-method-additional-load .control.md-ups-container {
    margin-left: -2%;
    overflow: hidden;
}

.form.methods-shipping .md-dhl-tr .md-dhl-container input,
.form.methods-shipping .md-ups-tr .md-ups-container input,
#checkout-shipping-method-load .md-fedex-tr>td .md-fedex-container .input-text,
#onepage-checkout-shipping-method-additional-load input.input-text.md-fedex-number,
#onepage-checkout-shipping-method-additional-load input.input-text.type-of-service,
#onepage-checkout-shipping-method-additional-load input.input-text.md-ups-number,
#onepage-checkout-shipping-method-additional-load input.input-text.ups-type-of-service,
#checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .ups-type-of-service-us,
#checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .ups-type-of-service-ca,
#checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .ups-type-of-service-int,
#checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .ups-type-of-service-state,
#checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .ups-type-of-service-do,
#checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .fedex-type-of-service-us,
#checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .fedex-type-of-service-ca,
#checkout-step-shipping_method #co-shipping-method-form .table-checkout-shipping-method .fedex-type-of-service-int {
    border: 1px solid #373737;
    width: 48%;
    float: left;
    margin-left: 2%;
    font: -webkit-control;
    font-weight: bold;
}


/* =============================================== */


/** In Store Only Product Availablity START **/

.products .product__actions .pro-stock {
    font-size: 14px;
    color: #b93758;
    padding: 0 10px;
    text-align: center;
}

.products .product__actions>.pro-stock>span {
    margin-top: 5px;
    display: block;
}

.box-tocart .actions .pro-stock {
    font-size: 15px;
    color: #b93758;
    margin-top: 30px;
    text-align: center;
}

.box-tocart .actions>.pro-stock>strong>span {
    font-size: 20px;
}

.box-tocart .actions>.pro-stock>span {
    color: #b93758;
    margin-top: 10px;
    display: block;
}


/** In Store Only Product Availablity END **/


/* FOR HEADER ON CHECKOUT */

@media only screen and (max-width: 767px) {
    .checkout-index-index .wrapper>.page-header {
        margin-bottom: 0;
    }
    .checkout-index-index .wrapper {
        padding-top: 0;
    }
    .checkout-index-index .wrapper>.main:before {
        display: none;
    }
    .checkout-index-index .wrapper>.main.main_bg {
        margin-top: 0;
        padding-top: 15px;
    }
    .checkout-index-index .modal-custom .action-close {
        display: none;
    }
    .checkout-index-index .table-checkout-shipping-method tbody tr td.col-carrier {
        display: table-cell;
    }
}


/* ====================== */


/* FOR NITIFOCATION OF MINIMUM SUBTOTAL ON CART AND CHECKOUT */

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}


/* ========================================================= */


/*  Article Images  */

.article-single .article__images {
    margin-top: 5px;
}

.article-single .article__images--gutter-bottom {
    margin-bottom: 46px;
}

.article-single .article__image {
    text-align: center;
}

.article-single .article__image+.article__image {
    margin-top: 39px;
}

.article-single .article__title {
    margin-bottom: 8px;
    font-family: 'Museo Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -.007em;
}

.article-single .article__title--large {
    margin-bottom: 19px;
    font-size: 26px;
}

.article-single .article__entry {
    letter-spacing: -.005em;
}

.article-single .article__entry p {
    margin-bottom: 8px;
}

.article-single .article__entry h5 {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 500;
}

.article-single .article__entry strong {
    font-weight: 500;
}

.article-single--gutter-bottom {
    margin-bottom: 20px;
}

.article-single--store {
    padding-bottom: 66px;
}

.article-single--store .article__entry p {
    margin-bottom: 15px;
}

.article-single--store .article__actions {
    margin-top: 44px;
}


/* Tablet Portrait */

@media (max-width: 1023px) {
    .article-single .col_full-tablet {
        width: 100%;
    }
    .article-single .article__content {
        padding-right: 2px;
        margin-bottom: 24px;
    }
    .article-single .article__images {
        margin: 0 -8px;
    }
    .article-single .article__images:after {}
    .article-single .article__image {
        float: left;
        width: 50%;
        padding: 0 8px;
    }
    .article-single .article__image+.article__image {
        margin-top: 0;
    }
    .article-single--callout .article__image {
        width: 100%;
        padding-left: 20px;
        margin-bottom: 0;
    }
    .article-single--callout .cols .col {
        margin-bottom: 34px;
    }
    .article-single--callout .col:last-child {
        margin-bottom: 0;
    }
    .article-single--callout .list-plus li+li {
        margin-top: 9px;
    }
    .article-single--callout .article__title {
        margin-bottom: 13px;
    }
    .article-single--store .article__image {
        width: 100%;
        margin-bottom: 56px;
    }
    .article-single--store .article__content {
        margin-bottom: 50px;
    }
}


/* Mobile */

@media (max-width: 767px) {
    .article-single .col_full-tablet {
        margin-bottom: 10px;
    }
    .article-single .article__content {
        padding-right: 0;
        margin-bottom: 0px;
    }
    .article-single .article__image {
        width: 100%;
        padding: 0 10px;
    }
    .article-single .article__image:last-child {
        margin-bottom: 0;
    }
    .article-single .article__image+.article__image {
        margin-top: 20px;
    }
    .article-single--callout .article__content {
        margin-bottom: 27px;
    }
    .article-single--callout .article__image {
        float: none;
        padding: 0;
    }
    .article-single--callout .article__image+.callout {
        margin-top: -28px;
    }
    .article-single--callout .cols .col {
        margin-bottom: 28px;
    }
    .article-single--store .article__content {
        margin-bottom: -6px;
    }
    .article-single--store .cols .col {
        margin-bottom: 37px;
    }
    .article-single--store .article__images {
        margin-bottom: 18px;
    }
}


/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */

.callout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f1f1f1;
}

.callout:after {}

.callout .callout__aside {
    position: relative;
    overflow: hidden;
    float: left;
    width: 338px;
    padding: 45px 107px 28px 45px;
    background: url(https://38qdfu162rmxn4nu.mojostratus.io/pub/media/wysiwyg/pattern-sneaker.jpg) 0 0 repeat;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}

.callout .callout__aside:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    height: 100%;
    width: 100px;
    height: 100%;
    background: #f1f1f1;
}

.callout .callout__aside strong {
    display: block;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
}

.callout .callout__aside p {
    margin-bottom: 26px;
}

.callout .callout__aside p+p {
    padding-top: 22px;
    border-top: 1px solid #f8d65c;
}

.callout .callout__content {
    float: right;
    width: calc(100% - 338px);
    padding: 40px 41px 27px 39px;
}

.callout .callout__title {
    margin-bottom: 13px;
    font-family: 'Museo Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.callout .callout__entry {
    margin-bottom: 9px;
    line-height: 1.4;
}


/* Tablet Portrait */

@media (max-width: 1023px) {
    .callout {
        background: #fff;
    }
    .callout .callout__aside {
        overflow: visible;
        width: 294px;
        padding: 45px 104px 28px 1px;
    }
    .callout .callout__aside:after {
        width: 68px;
        background: #fff;
    }
    .callout .callout__aside:before {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        width: 999px;
        height: 100%;
        background: url(http://mws.n2.iworklab.com/pub/media/wysiwyg/pattern-sneaker.jpg) 0 0 repeat;
    }
    .callout .callout__content {
        width: 100%;
        padding: 0 21px 10px;
    }
    .callout .callout__content .col {
        width: 100%;
    }
    .callout .callout__title {
        margin-bottom: 12px;
        letter-spacing: -.01em;
    }
}


/* Mobile */

@media (max-width: 767px) {
    .callout .callout__aside {
        width: 100%;
        padding: 45px 10px 23px 0;
    }
    .callout .callout__aside br {
        display: none;
    }
    .callout .callout__aside:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: url(http://mws.n2.iworklab.com/pub/media/wysiwyg/pattern-sneaker.jpg) 0 0 repeat;
    }
    .callout .callout__content {
        padding: 0 2px;
    }
}


/* ------------------------------------------------------------ *\
	Cards Secondary
\* ------------------------------------------------------------ */

.cards--secondary .card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cards--secondary .card .card__body {
    width: 100%;
    background: #fff;
}


/* Mobile */

@media (max-width: 767px) {
    .cards--secondary {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .cards--secondary .card+.card {
        margin-bottom: 10px;
    }
}

.cards .card__body.card__body--gutter-medium {
    padding: 36px 30px 30px;
}

.cards .card__body.card__body--gutter-large {
    padding: 41px 36px 30px;
}

.cards .card__body.card__body--gutter-xlarge {
    padding: 41px 51px 30px;
}

.cards .card:nth-child(n+3) {
    margin-top: 0;
}


/* ------------------------------------------------------------ *\
	Form Person
\* ------------------------------------------------------------ */

.form-person {
    padding: 0 6px;
}

.form-person .form__row {
    margin-bottom: 5px;
}

.form-person .form__head {
    margin-bottom: 35px;
}

.form-person .form__title {
    margin-bottom: 10px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.form-person .form__body {
    margin-bottom: 21px;
}

.form-person .btn {
    margin-bottom: 32px;
}

.form-person .btn:last-child {
    margin-bottom: 15px;
}

.form-person .checkbox {
    margin-bottom: 23px;
}


/* Tablet Portrait */

@media (max-width: 1023px) {
    .form-person .form__row {
        margin-bottom: 7px;
    }
    .form-person .form__body {
        margin-bottom: 9px;
    }
    .form-person .form__title {
        margin-bottom: 7px;
        letter-spacing: -.025em;
    }
    .form-person .cols .col {
        width: 100%;
        margin-bottom: 0;
    }
}


/* FOR MAX ORDER QTY MESSAGE ON PDP */

.box-tocart .fieldset1.cols-mobile {
    position: relative;
}

.box-tocart .form-spinner__row .control.spinner #qty-error {
    position: absolute;
    bottom: -20px;
    width: 220px;
}


/* ================================ */

.cart.table-wrapper .cart tbody td {
    border: 0;
}

.cart.table-wrapper .items thead+.item {
    border-top: 0;
}

.cart.table-wrapper .cart>.item {
    border-bottom: 1px solid #ccc;
}

.checkout-cart-index .cart-summary .block>.title {
    position: relative;
}

.cart-summary .block .content {
    padding-top: 5px;
}

.cart-summary .block .field.note {
    display: none;
}

.cart-summary .block .field {
    display: block;
}

.cart.table-wrapper .actions-toolbar>.action {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.cart.table-wrapper .actions-toolbar>.action-edit,
.cart.table-wrapper .actions-toolbar>.action-delete {
    right: 0;
}

.cart.table-wrapper .actions-toolbar>.action-edit {
    margin-right: 25px;
}

#discount-coupon-form .fieldset.coupon {
    margin: 0;
}

#discount-coupon-form .fieldset.coupon>p {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: normal;
    font-weight: 300;
    text-transform: none;
    font-family: 'Museo Sans', sans-serif;
}

#discount-coupon-form .field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    height: auto;
}

.minicart-items .product .toggle::after {
    color: #8f8f8f;
    margin: 0 0 0 5px;
    font-size: 12px;
}

.opc-block-summary .items-in-cart .product .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dd {
    clear: left;
}

.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 8px;
    background: none;
    border: 0;
    box-shadow: none;
    color: #1979c3;
}

.opc-wrapper .action-show-popup.btn {
    box-shadow: none !important;
}

.checkout-payment-method .payment-method-content .fieldset>.field.type .control {
    margin-left: 0 !important;
}

.checkout-payment-method .ccard .cvv .label {
    display: block;
}

.checkout-payment-method .ccard>.field.cvv>.control {
    display: inline-block;
}

#ulmod_order_comment.payment-option._collapsible {
    margin-top: 0;
}

.item-info__body .checkout-success .actions-toolbar {
    text-align: center;
}

.item-info__body .checkout-success .actions-toolbar .primary {
    float: none;
}

@media only screen and (max-width: 767px) {
    .cart.table-wrapper .cart thead tr th.col {
        display: none;
    }
    .cart.table-wrapper .actions-toolbar>.action-edit {
        margin-right: 10px;
    }
    #block-totals .cart-totals {
        padding-left: 0;
        padding-right: 0;
    }
}

.table-checkout-shipping-method tbody tr.md-fedex-tr,
.table-checkout-shipping-method tbody tr.md-dhl-tr {
    border: 0;
}


/* CSS FOR PHONE NUMBER FIELD NOTICE ON CHECKOUT */

.field .control._with-tooltip .field-note {
    color: #e02b27;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Museo Sans', sans-serif;
    margin-top: 5px;
}


/* ============================================= */


/* CSS FOR PROCARD, COSPLAY & SNEAKER CLUB FIELD */

.col_2of2 {
    width: 50%;
}


/* ============================================= */

.logo-holder h1 {
    font-size: 17px;
    line-height: 0.8;
    text-transform: uppercase;
}


/*custom changes by yasir 9/28/2020 */

.checkout-payment-method .items.payment-methods .payment-group .payment-method:after {
    background: none;
}

.checkout-index-index .opc-block-summary:after {
    background: none;
}

.checkout-index-index .opc-block-summary {
    background: #f5f5f5 !important;
    margin: 0 0 20px;
    padding: 15px !important;
}

.checkout-index-index .opc-block-summary .table-totals {
    background: #f5f5f5;
}

.checkout-index-index .opc-block-summary .table-totals {
    border: 0;
}

.checkout-index-index .opc-block-summary .table-totals:before {
    background: none;
}

.checkout-index-index .opc-block-summary .table-totals:after {
    background: none;
}

.checkout-index-index .checkout-payment-method .items.payment-methods .payment-group .payment-method {
    border: 0;
}

.checkout-index-index .shq-method-carrier-logo img {
    max-width: 35px;
}

body.checkout-cart-index .main.main_bg>div:last-child::after,
body.checkout-index-index .main.main_bg>div:last-child::after {
    display: none;
}

.product-primary__cols .product-primary__list.hidden-xs {
    display: block !important;
}

.product-primary__cols .product-primary__utilities.hidden-xs {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .product-social-links .product-share-li {
        display: none;
    }
    .product-primary__list .amxnotif-block {
        margin-top: 10px;
    }
    .amxnotif-block-content .notification-container {
        display: grid;
    }
    .product-primary__utilities.hidden-xs li {
        display: none !important;
    }
    .amxnotif-block-content #form-validate-stock .notification-container .actions-toolbar {
        margin: 0px;
        margin-top: 10px;
    }
    .product-primary__cols .product-primary__inner .out-of-stock {
        display: none;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .checkout-index-index .form.form-discount#discount-form {
        overflow: unset;
    }
    .checkout-index-index .opc-block-summary .table-totals tbody .mark,
    .checkout-index-index .opc-block-summary .table-totals tbody .amount {
        font-size: 11px;
    }
}

.billing-address-same-as-shipping-block label span {
    font-weight: bold;
}

.checkout-shipping-method div.field-error {
    font-size: 16px;
    font-weight: bold;
}

.page-bottom {
    max-width: 1180px;
    margin: 0 auto;
}

@media only screen and (min-width: 767px) {
    .card__inner .has-dropdown ol.items {
        overflow-x: hidden;
    }
    #amasty-shopby-product-list .filter-options-content .item input[type="checkbox"] {
        display: none;
    }
    #amasty-shopby-product-list .filter-options-content .item input[type="radio"] {
        display: none;
    }
    #amasty-shopby-product-list .dropdown-holder .items li a .label:before {
        left: -4px;
        border: 1px solid #000;
        top: 4px;
    }
    #amasty-shopby-product-list .dropdown-holder .items li a.am_shopby_link_selected .label:after {
        left: -3px;
        top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .page-bottom h2 {
        font-size: 20px;
    }
}

.yotpo-footer .socialize {
    display: none !important;
}

a.yotpo-logo-link-new {
    display: none !important;
}

.yotpo-or {
    display: none !important;
}


/*yasir custom changes ends */


/* YOTPO NAME CHANGE */

.yotpo-footer .connect-wrapper .name-input label {
    visibility: hidden;
    position: relative;
}

.yotpo-footer .connect-wrapper .name-input label:before {
    visibility: visible;
    content: "Use your Name / Nickname:";
}


/* STICKY HEADER CSS */

.fixed-menu {
    animation-duration: .45s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #ccccb3;
}


/* STICKY HEADER CSS */

.united-states-fedex-type,
.united-states-ups-type,
.canada-ups-type,
.international-ups-type,
.state-ups-type,
.canada-fedex-type,
.dogrisnz-ups-type,
.international-state-fedex-type {
    position: relative;
}

.united-states-fedex-type:after,
.united-states-ups-type:after,
.canada-ups-type:after,
.international-ups-type:after,
.state-ups-type:after,
.canada-fedex-type:after,
.dogrisnz-ups-type:after,
.international-state-fedex-type:after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: '\f004';
    font-family: 'osc_icons';
    pointer-events: none;
}


/* @media only screen and (min-width: 998px){
    .dropdown-holder .items li.item .items li {
        margin-left: 15px;
    }
} */
.product-info-price .price-box .price-container span.price-label{
    display: none !important;
}
@media screen and (max-width: 1800px) and (min-width: 1367px) {
    .dropdown-holder .items li.item .items {
        margin-left: 0 !important;
        padding: 0 5px !important;
    }
    .category-beauty-makeup .dropdown-holder .items li.item .items {
        margin-left: 30px !important;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
    .dropdown-holder .items li.item .items {
        margin-left: 0 !important;
        padding: 0 7px !important;
    }
    .category-beauty-makeup .dropdown-holder .items li.item .items {
        margin-left: 20px !important;
    }
    body .main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdAdditional a.kuBtn {
        padding: 12px 0;
        font-size: 10px !important;
    }

}

@media screen and (max-width: 991px) {
    .checkout-payment-method .items.payment-methods .payment-group .payment-method {
        padding: 22px 0 0;
        background: #fff;
        border: 1px solid #e8e8e8;
        position: relative;
    }
    #discount-coupon-form .field {
        display: block !important;
    }
}

.cms-page-view .form-secondary .actions-toolbar {
    display: block;
}

.cms-page-view .form-secondary .actions-toolbar .primary button.btn {
    background: #B83B5C;
    color: #ffffff;
}

.cms-page-view .form-secondary .actions-toolbar .primary button.btn:hover {
    color: #373737 !important;
    background: #ededed;
}
.main .sections-container .best-seller .klevuWrap .kuRECSResultsInner .slick-prev,
.main .sections-container .best-seller .klevuWrap .kuRECSResultsInner .slick-next {
    background:url('../../frontend/Magedirect/mws/en_US/images/slick-arrow.png')center no-repeat !important;
}
.main .sections-container .best-seller .klevuWrap .kuRECSResultsInner .slick-next{
    transform: rotate(180deg);
    right: 11px;
}
.main .sections-container .best-seller .klevuWrap .kuRECSResultsInner .slick-prev{
    transform: rotate(0);
}
@media only screen and (max-width: 767px) {
    .nav-active {
        overflow: hidden;
    }
    .cart.table-wrapper .actions-toolbar>.action-edit,
    .cart.table-wrapper .actions-toolbar>.action-delete {
        top: 0
    }
    .socials li {
        width: 15%;
    }
    .header.fixed-menu .header__content .logo-holder.header__logo-holder {
        top: 20px;
    }
    body .wrapper .top-container .home-slider.owl-carousel .owl-dots {
        bottom: -10px;
    }
    .main .sections-container .best-seller .klevuWrap .kuRECSResultsInner .slick-prev {
        left: 30px;
    } 
    .main .sections-container .best-seller .klevuWrap .kuRECSResultsInner .slick-next {
        right: 30px;
    }
    .footer .footer__col_size2 .footer-logo .footer__title {
        text-align: left;
    }
    .footer .footer__content .footer__contacts .payment-icons {
        display: flex;
        gap: 20px;
        justify-content: center;
        padding-top: 20px;
    }
    .footer .footer__content .footer__contacts .payment-icons .footer_payment img {
        width: 190px;
        max-width: 100%;
        margin: 0;
    }
    .footer .footer__content .footer__contacts .payment-icons .ssl-footer-logo {
        margin: 0;
        max-width: 100%;
    }
    .footer .footer__content .footer__contacts .payment-icons .ssl-footer-logo img {
        width: 130px;
    }
    .footer .footer__socials {
        border-top: 1px solid #5c5c63;
    }
    .footer .footer__list li {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 1023px) {
    .header .dropdown-primary .dropdown-primary__inner {
        height: 100vh;
    }
}

/* Sewing Supplies */
 
.main .section-products .ornament {display:none;}
.wrapper .page-bottom {margin-bottom: 30px;margin-top: 30px;}
.wrapper .page-bottom .block-static-block.widget { padding: 0 10px;}
.main .section-products .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuPrice span {font-size:14px;}
.main .section-products .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuPrice span:not(.klevuQuickPriceGreyText) {color: #b93758;}
.main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuPrice span:not(.klevuQuickPriceGreyText) {
    color: #b93758;
    font-size: 14px;
}
.main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuName,
.main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuPrice {
	text-align:center;
}
.main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuPrice .kuSalePrice {
	float: none;
    text-align: center;
} 
.main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdAdditional a.kuBtn {
	background: #b83b5c;
    border-color: #b83b5c;
    padding: 12px 8px;
    width: 100%;
}
.main .section-product .product-primary__inner .klevuWrap h3.kuRECSTitle,
.main .sections-container .best-seller .klevuWrap h3.kuRECSTitle {
	text-align: center;
    color: #A8405C;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
}
.main .sections-container .best-seller .klevuWrap .kuRECS-itemWrap .kuRECS-itemDesc {
	text-align: center;
}
.main .section-product .product-primary__inner .klevu-recs .klevuWrap .kuRECS-itemWrap .kuRECS-itemDesc .kuSalePrice,
.main .sections-container .best-seller .klevuWrap .kuRECS-itemWrap .kuRECS-itemDesc .kuSalePrice {
	color: #B83B5C;
}
.main .section-product .product-primary__inner .klevu-recs .klevuWrap .kuRECS-itemWrap .kuRECSItemBottom button,
.main .sections-container .best-seller .klevuWrap .kuRECS-itemWrap .kuRECSItemBottom button { 
	background: #B83B5C;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames {
	height: 150px;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames.kuFilterShowAll {
	height: auto;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames.kuFilterCollapse {
	height: 0;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox ul li a {
    font-size: 15px;
    margin-bottom: 6px;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox ul li.kuSelected span.kuFilterIcon::after {
    transform: rotate(0);
    width: 14px;
    height: 14px;
    left: 2px;
    background: #b83b5c;
    border: none;
    top: 2px;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox ul li a.klevuFilterOption:hover span.kuFilterIcon::after {
    transform: rotate(0);
    width: 14px;
    height: 14px;
    left: 2px;
    background: #b83b5c;
    border: none;
    top: 2px;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames .noUi-base .noUi-connect {
	background: #b83b5c;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames .kuShowOpt .kuFilterDot {background: transparent;}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames .kuShowOpt::after {
	border-color: #333;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 10px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames.kuFilterShowAll .kuShowOpt::after {
	-webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.wrapper .top-container .home-slider.owl-carousel .owl-dots {
	bottom: 13px;
}
.best-seller .klevu-recs.klevuTarget .klevuWrap > .kuRECSContainer {
	border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding-top: 15px;
    margin-bottom: 40px;
}
.nav-utilities .ico-cart {
    background-image: url('https://wardrobesupplies.com/media/wysiwyg/Group_12420.png');
}
body .wrapper .top-container,
.header .shell,
.promo-bar  .shell {
    max-width: 100%;
}
.main .section-product .product-primary .product-primary__images .fotorama-item .fotorama__stage__shaft {
    border: none;
}
.main .section-product .product-primary .product-primary__images .fotorama-item .fotorama__stage__shaft::after {
    background: none;
}
.main .section-product .product-primary .product-primary__col .product-primary__inner::before {
    display: none;
}
.main .section-product .klevu-recs .kuRECSResults {
    text-align: center;
}
.header.fixed-menu .header__content .logo-holder.header__logo-holder {
    padding-right: 13%;
}
.section_logos .innse-section .section__foot .section__actions a {
    border-radius: 0;
    background: transparent;
    color: #b83b5b;
    border: 1px solid #b83b5b;
    font-weight: normal;
    height: 45px;
    line-height: 43px   ;
}
.section_logos .innse-section .section__foot .section__actions a:hover {
    background: #b83b5b; 
    color: #fff !important;
}
/* Checkout Header */

.checkout-index-index .page-header .header.content {
    max-width: 100%;
    padding: 0 0 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.checkout-index-index .page-header .header.content .promo-sec {
    width: 100%;
}
.checkout-index-index .promo-sec .shell {
    max-width: 100%;
    padding: 0;
}
.checkout-index-index .promo-sec .promo-bar {
    margin-bottom: 22px;
} 
.checkout-index-index .main .shell {
    max-width: 1680px;
}

.header .block-search .action.search:before {
    content: '';
    background: url(../../frontend/Magedirect/mws/frontend/Magedirect/mws/en_US/images/mag-glass.png);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
}
.header .header__content .block-search.block .block-content .form input {
    padding: 0 10px 0 35px;
    border-radius: 0;
}

.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .actions-secondary,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .actions-secondary {
    padding: 10px;
    text-align: right;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct:hover .actions-secondary a.towishlist .ico-heart,
.page-products .klevuLanding .kuResultWrap li.klevuProduct:hover .actions-secondary a.towishlist .ico-heart,
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .actions-secondary a.towishlist .ico-heart-hover,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .actions-secondary a.towishlist .ico-heart-hover {
    display: none;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct:hover .actions-secondary a.towishlist .ico-heart-hover,
.page-products .klevuLanding .kuResultWrap li.klevuProduct:hover .actions-secondary a.towishlist .ico-heart-hover {
    display: inline-block;
}
.header .header-inner .header__nav > ul > li > a span br {
    display: none;
}
.header .header-inner .header__nav > ul > li > a {
    padding: 15px 25px;
}
/* .nav-utilities.header__nav-utilities .minicart-wrapper .action.showcart .text {
    margin-top: 5px;
} */
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .weltpixel-quickview,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .weltpixel-quickview {
    width: 50%;
    border: 1px solid #b83b5c;
    padding: 11px 0;
    text-align: center;
    border-radius: 3px;
    color: #b83b5c;
    position: static;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .weltpixel-quickview:hover,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .weltpixel-quickview:hover {
    color: #fff !important;
    background: #b83b5c;
}
.klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .tk-out-of-stock{
    color: #fff;
    background: #373737;
    width: 50%;
    border: 1px solid #b83b5c;
    padding: 11px 0;
    text-align: center;
    border-radius: 3px;
}
.klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .tk-out-of-stock:hover{
    color: #fff !important;
    background: #373737;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart-tekglide,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart-tekglide,
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart {
    width: 50%;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart-tekglide .kuBtn,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart .kuBtn {
    margin: 0;
    width: 100%;
}
.page-products .klevu-recs.klevuTarget .klevuWrap .kuRECSContainer .kuRECSWrap .kuRECSResults .kuRECSResultsInner,
.page-products .klevu-recs.klevuTarget .klevuWrap .kuRECSContainer .kuRECSHeader {
    text-align: center;
}
.search-index-index .main_bg.main,
.page-products .main_bg.main {
    padding-bottom: 70px;
}
.page-products .section-products {
    padding-bottom: 0;
}
.logo-holder h1 {
    font-weight: 800;
}
.kuSearchResultsPageContainer .kuResults .kuProdBottom .listpage-brand h6 {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.kuSearchResultsPageContainer .kuResults .kuProdBottom .listpage-sku {
    text-align: center;
}
.kuSearchResultsPageContainer .kuResults .kuProdBottom .listpage-sku span {
    font-size: 12px;
    font-weight: 400;
}
.kuSearchResultsPageContainer .kuResults ul li.klevuProduct .kuProdWrap .kuProdBottom {
    height: 160px;      
}
.kuSearchResultsPageContainer .productListActive .productList[data-result-view="list"] .kuAddtocart {
    width: 100%;
}
@media (max-width:1536px){
    .page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart .kuBtn {
        font-size: 10px !important;
        padding: 12px 0px;
    }
    .footer .socials li + li {
        margin-left: 15px;
    }
}
@media(max-width:767px){
    .main .sections-container .best-seller .klevuWrap .kuRECSResults .slick-list {
        padding-left: 0 !important;
    }
    .top-container .owl-carousel .item .slider-text-center,
    .top-container .owl-carousel .item .slider-text-left {
        position: static;
        margin-top: 50px;
    }
    body .wrapper .top-container .home-slider.owl-carousel .owl-dots {
        bottom: auto;
    }
}
/* PDP New Page Design */
.catalog-product-view .section-product .product-primary__col .product-primary__price::before,
.catalog-product-view .section-product .product-primary .product-primary__col .fotorama-item .fotorama__stage::before {
    content: unset;
}
.catalog-product-view .section-product .product-primary .product-primary__col .fotorama-item .fotorama__nav-wrap .fotorama__thumb-border {
    display: none;
}
.catalog-product-view .section-product .product-primary__col .product-primary__head .product-primary__title {
    margin-bottom: 20px;
}
.catalog-product-view .section-product .product-primary__col .product-primary__head .page-title-wrapper {
    padding: 0;
}
.catalog-product-view .section-product .product-primary__col .product-primary__price {
    border: none;
}
.search-index-index .main_bg,
.page-products .main_bg {
    background: none;
}
.nav-utilities.header__nav-utilities .minicart-wrapper .action span.text {
    display: none;
}
.klevuWrap .kuRECSContainer .kuRECSResultsInner a.kuRECSTitle {
    overflow: inherit;
    white-space: normal;
    text-overflow: unset;
    height: 38px;
}
.kuSearchResultsPageContainer .kuResults ul li .kuName a {
    display: inline-block;
}
.klevuWrap .kuRECSContainer .kuRECSResultsInner .kuRECS-itemWrap .kuRECSItemBottom {
    display: none;
}
.product-primary .product-primary__inner:before,
.tabs-primary .tabs-primary__nav li + li:before,
.gallery-placeholder .fotorama-item .fotorama__stage:after {
    content: unset;
}
.tabs-primary .tabs-primary__nav .current {
    display: inline-block;
    background: #B83B5C;
    color: #fff !important;
}
.tabs-primary .tabs-primary__nav .current::after {
    content: '';
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #b93758;
}
.product-primary .product-primary__col .product-primary__section .product-options-bottom .control a {
    background: #fff;
    border: 1px solid #c7c7cb;
}
.product-primary .product-primary__col .product-primary__section .product-options-bottom .control input {
    border-top: 1px solid #c7c7cb;
    border-bottom: 1px solid #c7c7cb;
    width: 95px;
}
.page-layout-product.catalog-product-view .product-primary .product-primary__col .product-primary__section .product-options-bottom .actions #product-addtocart-button {
    background: transparent;
    border: 1px solid #B83B5C;
    color: #B83B5C;
    height: 48px;
    padding: 0 80px;
    border-radius: 3px;
}
.product-primary .product-primary__col .product-primary__section .product-options-bottom .actions #product-addtocart-button .ico-arrow-right {
    display: none;
}
.product-primary .product-primary__col .product-primary__section .product-options-bottom .actions #product-addtocart-button:hover {
    background: #B83B5C !important;
    color: #fff !important;
}
.product-primary .product-primary__col .product-primary__head .breadcrumbs {
    padding: 0;
}

/* Pro Clubs Page */

body.category-pro-clubs .intro-alt .category-cms {
    width: 100%;
}
.category-pro-clubs .intro-alt {
    position: relative;
}
.category-pro-clubs .intro-alt > .shell {
    position: static;
    max-width: 1710px;
    width: 100%;
    padding: 0 15px;
}
.category-pro-clubs .section__head {
    display: none;
}
.category-pro-clubs .intro-alt__inner > h1 { 
    display: none;
}
.section-pro-membership {
    padding: 10px 0 9%;
}
.section-pro-membership .absolute-ban {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.section-pro-membership .absolute-ban img {
    width: 100%;
}
.section-pro-membership .pro-box {
    background: #fff;
    padding: 30px 15px;
    border: 1px solid #707070;
}
.section-pro-membership .pro-box .pro-title { 
    margin-bottom: 25px;
}
.header .header__content .logo-holder.header__logo-holder .logo-text:hover {
    text-decoration: none; 
}
.header .header__content .logo-holder.header__logo-holder .logo-text span {
    font-weight: 800; 
    font-size: 17px;
}
.mpinstagramfeed-container .fa-tiktok svg {
    margin: 4px 2px 0px;
}

/* All Brand Page */
.category-all-brands .wrapper .main > .section-products,
.category-all-brands .wrapper .intro-alt__inner > h1 {
    display: none;
}
.category-all-brands .wrapper .intro-alt__inner .category-cms {
    float: none;
    width: 100%;
}
.category-all-brands .wrapper .brand-page-container .bp-block-search {
    margin: 0;
    background: transparent;
    border: none;
}
.category-all-brands .wrapper .brand-page-container .bp-block-search .bp-block-title strong {
    color: #000;
}
.category-all-brands .wrapper .brand-page-container .bp-block-search .bp-block-content {
    margin: 0;
}
.category-all-brands .wrapper .brand-page-container .bp-block-list {
    padding-top: 0;
    border: none;
    max-width: 1400px;
    margin: 0 auto;
}
.category-all-brands .wrapper .brand-page-container .bp-block-list .bp-block-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.category-all-brands .wrapper .brand-page-container .bp-block-list .bp-block-options li.filter.active {
    background: #b93758;
    color: #fff;
}
.category-all-brands .wrapper .brand-page-container .bp-block-list .bp-block-options li.filter {
    border-color: #b93758;
    color: #b93758;
}
.category-all-brands .wrapper .brand-page-container .bp-block-search .bp-block-content .search-box {
    max-width: 1400px;
}
.category-all-brands .wrapper .brand-page-container .search-box input.form-control {
    border-color: #dddddd;
    color: #4d4d4d;
}
.category-all-brands .wrapper .brand-page-container .search-box input.form-control::placeholder {
    color: #bebebe;
}
.category-all-brands .wrapper .brand-page-container .bp-block-search .bp-block-content .search-box .btn:before {
    content: '';
    background: url(../../frontend/Magedirect/mws/frontend/Magedirect/mws/en_US/images/mag-glass.png);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
}
.category-all-brands .wrapper .brand-page-container .bp-block-search .bp-block-content .search-box .btn svg {
    visibility: hidden;
}
.category-all-brands .wrapper .brand-page-container .search-box input.form-control:focus {
    border-color: #818181;
    outline: 0;
    box-shadow: 0 2px 6px #00000026, 0 0 0 .5px #919191;
}
.main .intro-alt__inner h1 {
    font-size: 25px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    padding-left: 15px;
    float: left;
    margin-bottom: 15px;
}
#auth-minicart-container .has-dropdown .dropdown-primary__inner::before {
    background: none;
}
.checkout-onepage-success .main .shell,
.account.xnotif-stock-index .main .section-dashboard,
.page-products .main .shell,
.account .main .shell {
    padding: 0 20px;
    max-width: 1720px;
}
.account .main {
    background: none;
}
.main .section__body .nav-alt .nav {
    background: transparent;
}
.account .main .ornament {
    display: none;
}
.main .kuContainer .fixed-menu {
    padding: 0 5px;
}
.checkout-onepage-success #registration p {
    display: none;
}
.checkout-onepage-success #registration {
    margin: 0 0 40px;
    text-align: center;
}
.checkout-onepage-success .wrapper .main,
.checkout-cart-index .wrapper .main {
    background: none;
}
body.checkout-cart-index .main.main_bg>div:last-child::before {
    content: '';
}

/* My Fix Css */
.featured-products .featured-products-wrapper .feature-products .product img {
    width: 100%;
}
.main .section-email .shell {
    background: transparent;
    padding: 0;
}
.main .section-email .section__body .subscribe.form {
    max-width: unset;
}
.section-email .section__body .subscribe.form .subscribe__head .subscribe__entry p {
    font-family: 'Museo Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #373737;

}
.section-email .section__group .section__body .subscribe.form .subscribe__body .form__controls input {
    border: none;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body .form__actions span {
    font-size: 12px;
}
.customer-account-login .main .ornament,
.promo-bar .promo-bar__actions,
.section-email .section__group .section__body .subscribe.form .subscribe__body .form__actions .ico-arrow-right {
    display: none;
}
.customer-account-login .main {
    background: none;
}
.footer .footer__col.footer__logo {
    margin-top: 0;
}
.main .section-email .section__body .subscribe.form .valid__entry .color-red {
    font-weight: bold;
}
.main .section-email .section__body .subscribe.form .valid__entry .color-red,
.main .section-email .section__body .subscribe.form .valid__title {
    color: #b93758 !important;
}
.main .section-email .section__body .subscribe.form .link-more,
.main .section-email .section__body .subscribe.form .valid__entry p {
    color: #000;
}
.main .section-email .section__body .subscribe.form .subscribe__body .form__controls #custom_error {
    color: #000 !important;
}

.brand-page-container .bp-block-list-wrapper {
    gap: 20px;
}
/* 21/06/2024 */
#amasty-shopby-product-list .products.wrapper .product-image-container .tekglide-bt-quickview {
    display: none;
}
.mfp-iframe-holder .mfp-content {
    height: 1200px;
}
.breadcrumbs {
    max-width: 1680px !important;
    width: 100% !important;
}
.article-small .article-small__actions .btn span {
    color: #fff;
}
.kuSearchResultsPageContainer .kuResults ul li .kuProdWrap .kuProdAdditional .kuProdAdditionalData {
    padding: 10px 8px;
}
@media screen and (max-width: 1300px) and (min-width: 1101px) {
    .kuSearchResultsPageContainer .kuResultWrap .kuResults ul li {
        width: 33.33%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .top-container .owl-carousel .owl-nav button.owl-prev {
        left: 18px !important;
    }
    .top-container .owl-carousel .owl-nav button.owl-next {
        right: -16px !important;
    }
    .box-tocart .form-spinner__actions {
        margin-left: 0;
        margin-top: 10px;
    }
    .nav-utilities.header__nav-utilities .minicart-wrapper {
        margin-left: 7px;
    }
    .header.fixed-menu .header__content .logo-holder.header__logo-holder {
        padding: 0;
        top: 20px;
    }
    #checkout .opc-wrapper,
    #checkout .opc-wrapper ol li,
    #checkout div#iosc-summary {
        width: 100% !important;
    }
    .kuSearchResultsPageContainer .kuResults ul li.klevuProduct .kuProdWrap .kuProdBottom {
        height: 160px;
    }
    .footer .footer__list ul {
        padding-left: 0;
        padding: 0 30px;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
    }

}
@media screen and (max-width: 1024px) and (min-width: 992px) {
    .nav > ul > li .dropdown-primary {
        overflow-x: scroll;
    }
    .top-container .image {
        height: 300px;
    }
    .top-container .image .desktop-image {
        height: 100%;
    }
    .section.section.section_logos .section__body .list-logos img {
        width: 100px;
    }
    .footer .footer__col {
        padding: 0 10px 45px;
    }
    .footer .socials li + li {
        margin-left: 10px;
    }
    .page-product-grouped #super-product-table .col {
        width: 25% !important;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .kuSearchResultsPageContainer .kuResultWrap .kuResults ul li {
        width: 50%;
    }
    .main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdAdditional a.kuBtn {
        padding: 12px 2px;
    }
    .kuSearchResultsPageContainer .kuResults ul li .kuProdWrap .kuProdAdditional .kuProdAdditionalData {
        padding: 10px 6px;
    }
    .top-container .image {
        height: 250px;
    }
    .top-container .image .desktop-image {
        height: 100%;
    }
    .checkout-cart-index .cart.table-wrapper .col.qty[data-th]:before, 
    .checkout-cart-index .cart.table-wrapper .col.price[data-th]:before,
    .checkout-cart-index .cart.table-wrapper .col.subtotal[data-th]:before, 
    .checkout-cart-index .cart.table-wrapper .col.msrp[data-th]:before {
        display: none;
    }
    .checkout-cart-index .cart.table-wrapper .col.qty,
    .checkout-cart-index .cart.table-wrapper .col.subtotal,
    .checkout-cart-index .cart.table-wrapper thead .col:not(.item) {
        display: table-cell;
    }
    
    .checkout-cart-index .cart-summary {
        position: relative;
    }
    .checkout-cart-index .cart.table-wrapper .product-item-photo {
        display: table-cell;
        position: static;
        width: 1%;
    }
    .checkout-cart-index .cart.table-wrapper .product-item-details {
        padding-left: 20px;
        display: table-cell;
        vertical-align: top;
        white-space: normal;
        width: 99%;
    }
    .checkout-cart-index form#form-validate .actions-toolbar {
        text-align: left;
    }
    .footer .footer__col_size2 {
        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;
    }

}
@media (max-width: 1024px) {
    .main .intro-alt__inner h1{
        float: none;
    }
    .intro-alt .intro-alt__image {
        height: auto;
    }
    .intro-alt .intro-alt__image img {
        width: 100%;
    }
    .page-products .wrapper .page-bottom .content .widget.block.block-static-block {
        padding: 0 20px;
    }
    .wrapper .page-bottom {
        padding: 0 20px;
    }
    .nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper {
        height: 200px !important;
    }
    .product-primary .product-primary__section .product-add-form .box-tocart.update .field.qty {
        width: 50%;
    }
    .footer .footer__cols {
        margin: 0;
    }
    .header .header__nav-utilities nav.nav-alt ul>li.has-dropdown:first-child {
        display: none;
    }
    .product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small .amxnotif-block {
        width: 130px;
    }
}
@media only screen and (min-width: 768px) {
    .checkout-cart-index .cart-summary {
        float: right;
    }
}
@media only screen and (max-width: 992px) { 
    .intro-alt .intro-alt__inner .category-description {
        float: none;
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .header.fixed-menu .header__content .logo-holder.header__logo-holder {
        padding-right: 0;
    }
    .header.fixed-menu .nav-utilities.header__nav-utilities .mobile-search-icon svg {
        width: 30px;
        height: 30px;
    }
    .header.fixed-menu .nav-utilities.header__nav-utilities .auth-minicart-container .ico-account,  .header.fixed-menu .nav-utilities.header__nav-utilities .auth-minicart-container .ico-cart {
        width: 25px;
        height: 25px;
    }
    .header.fixed-menu .header__content .nav-utilities.header__nav-utilities ul .has-dropdown span {
        height: 3px;
    }
    .header.fixed-menu  .nav-utilities .nav-trigger.active:after {
        top: 50%;
    }
    .main .section.section.section_logos .section__body .list-logos {
        gap: 0;
    }
    .catalog-product-view .product-primary .product-primary__head {
        width: 100% !important;
    }
    .product-primary .product-primary__inner {
        padding: 12px 20px;
    }
    .cart-summary:before {
        left: 15px;
    }
    .page-layout-product.catalog-product-view .product-primary .product-primary__col .product-primary__section .product-options-bottom .actions.form-spinner__actions.col-mobile {
        margin: 0;
    }
    .page-layout-product.catalog-product-view .product-primary .product-primary__col .product-primary__section .product-options-bottom .actions #product-addtocart-button {
        height: 42px;
        padding: 0 34px;
    }
    .product-primary .product-primary__section .product-add-form .box-tocart.update .field.qty {
        width: 45%;
    }
    .product-primary  .product-primary__section .box-tocart .fieldset .field.qty .label {
        padding-top: 15px !important;
        margin-right: 5px;
    }
    .product-primary__col.product-primary__col_size2 .table-wrapper .table .col.col_1of5:hover .amxnotif-block .notification-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
}
/* End 21/06/2024 */

/* Huzaifa Css Start */
.page-header .header .middle-content .block.block-search .label::before {
    color: #fff;
}
.header .block-search .action.search:before {
    content: '';
    background: url(../../frontend/Magedirect/mws/frontend/Magedirect/mws/en_US/images/mag-glass.png);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
}
/* Huzaifa Css End */.bundle-options-container .block-bundle-summary .price-box {
    margin-bottom: 0px;
}

#bundleSummary .form-foot .product-primary__price {
    padding-top: 5px;
}

#bundle-summary ul li>div {
    margin-bottom: 25px;
}

.bundle-info .product-details {
    margin-top: 25px;
    border-top: 1px solid #c7c7cb;
    border-bottom: 1px solid #c7c7cb;
}

.bundle-info .product-details .form-foot {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-colors .col {
    display: inline-block;
}

#super-product-table .price-final_price {
    text-align: center;
    margin-bottom: 10px;
}

#super-product-table .price-final_price span.price {
    font-size: 13px !important;
}

.breadcrumbs.product-details .breadcrumbs.breadcrumbs_single {
    display: inline-block;
}

ul.opc-progress-bar {
    border-top: 1px solid #c7c7cb;
    padding-top: 17px;
    text-align: center;
}

.checkout-index-index #checkout .authentication-wrapper {
    display: none;
}

.opc-block-summary {
    background: #fff !important;
}

.opc-wrapper .step-content {
    margin: 0 0 40px;
    background: #fff;
    padding: 20px;
}

#checkoutSteps div.field,
#shipping-new-address-form div.field {
    background: none;
    border: none;
    display: block;
    height: 100%;
}

#checkoutSteps fieldset.field,
#shipping-new-address-form fieldset.field {
    background: none;
    border: none;
    display: inline-block;
    width: 100%;
}

#checkoutSteps div.field .input-text,
#checkoutSteps fieldset.field .input-text,
#checkoutSteps div.field select.select,
#shipping-new-address-form div.field .input-text,
#shipping-new-address-form fieldset.field .input-text {
    height: 32px;
    padding: 0 9px;
    border: 1px solid #c2c2c2;
    background: #fff;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.42857143;
}

#checkoutSteps .label {
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.opc-wrapper .step-title {
    border-bottom: none;
    margin-bottom: 0px;
    font-weight: 400;
    color: #373737;
    font-family: 'Museo Sans', sans-serif;
}

#co-shipping-form {
    max-width: 100%;
}

#checkout-step-shipping .subscribe-email .form.form-login {
    margin: 0;
    padding: 0;
    max-width: 100%;
    border: none;
}

#checkout-step-shipping .subscribe-email .form.form-login .field {
    width: 100%;
}

#checkout-step-shipping .subscribe-email .form.form-login .field-tooltip .field-tooltip-action {
    display: none;
}

#checkout-step-shipping_method td.col {
    width: auto !important;
    font-size: 15px;
    color: #373737;
    font-weight: 400;
    font-family: 'Museo Sans', sans-serif;
}

div[name="shippingAddress.company"] {
    width: 100% !important;
}

.form.form-shipping-address .field.street .control .field.true,
.form.form-shipping-address .field.street .control .field.additional {
    float: left;
    margin-top: 0px;
}

.field.street {
    padding-left: 10px;
}

.form.form-shipping-address .field.street .control .field.true {
    padding-left: 0px;
}

#checkoutSteps div.field select.select option {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

#shipping-method-buttons-container .button {
    font-size: 13px;
}

.card--method .card__body {
    padding: 0px !important;
    margin: 0px !important;
}

#opc-shipping_method .card__foot {
    margin-top: 50px;
}

.table-checkout-shipping-method td.col {
    padding: 10px;
}

#opc-shipping_method .section--inverse .section__title {
    margin-bottom: 0px;
}

#checkout-step-shipping .form.form-login .input-text {
    width: 100%;
}

.opc-payment .payment-group {
    width: 100%;
}

#checkout-step-shipping .form.form-login .actions-toolbar {
    margin-top: 50px;
    margin-left: 10px;
}

.opc-progress-bar-item._complete>span {
    color: #aaacad !important;
}

.payment-option.opc-payment-additional.discount-code {
    display: block;
}

#checkout-payment-method-load {
    margin-bottom: 30px;
}

#checkout-step-payment {
    background: none;
    margin: 0;
    padding: 0;
}

.items.payment-methods .payment-group {
    margin-left: 20px;
    margin-bottom: 20px;
}

#checkout-payment-method-load .section__content {
    width: 100%;
}

#checkout-payment-method-load .section__content h3.section__title {
    margin-top: 0px;
    color: #373737;
}

#checkout-payment-method-load .section__content .card__title {
    color: #373737;
}

#checkout-payment-method-load .section__content .card__foot {
    margin-top: 20px;
}

.checkout-payment-method .actions-toolbar .primary {
    margin-right: 20px !important;
}

.checkout-payment-method .actions-toolbar .primary span {
    font-size: 13px;
}

.payment-method-note span {
    color: #373737;
}

.action.action-help {
    text-decoration: underline;
    color: #999;
}

.checkout-index-index .section__aside {
    float: right;
}

.section--inverse .section__aside {
    /*float: right;
   background: #fff;
   padding: 20px;*/
}

#checkout .opc-wrapper {
    padding-right: 0px!important;
}

.cart-summary-inner {
    background: none;
    padding: 0;
}

#discount-coupon-form .subscribe--alt__entry {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: normal;
    font-weight: 300;
    text-transform: none;
    font-family: 'Museo Sans', sans-serif;
}

#multiship-addresses-table td.col {
    float: none;
}

.multishipping-checkout-addresses h3.section__title {
    margin-top: 0px;
}

.login-container {
    display: none;
}

.opc-progress-bar-item._active:before {
    background: #b73959 !important;
}

.opc-progress-bar-item._active>span:before {
    background: #b73959 !important;
}

.opc-progress-bar-item._active>span {
    color: #b73959 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.opc-progress-bar-item>span {
    color: #aaacad !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.fotorama__arr--prev .fotorama__arr__arr {
    margin-top: 50px;
}

input[name="guest_email"].amxnotif_guest_email {
    height: 49px;
}

#form-validate-stock .actions-toolbar {
    display: inline-block;
    margin-left: 6px;
}

#form-validate-stock .actions-toolbar button {
    padding: 0px 22px;
}

#form-validate-stock .actions-toolbar {
    display: inline-block;
    margin-left: 6px;
}

.amxnotif-block li.amxnotif-block-content {
    padding-bottom: 0px;
}

div.mage-error[generated] {
    color: #e02b27;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Museo Sans', sans-serif;
}

.checkout-methods-items .action.multicheckout {
    font-size: 13px;
    text-transform: none;
    font-weight: 300;
    text-decoration: underline;
}

.cart-summary .checkout-methods-items .item {
    margin-bottom: 0px;
}

.checkout.methods.items.checkout-methods-items {
    width: 98%;
}
/* pradeep css */

.cms-contact-us .section-products .section__head {
    padding: 0px 0px 20px;
}

.cms-contact-us .section-products .section__content {
    width: calc(101% - -0%);
}

.cms-hours-directions .section-products .section__head {
    padding: 0px 0px 20px;
}

.cms-hours-directions .section-products .section__content {
    width: calc(100% - -1.5%);
}

.cms-hours-directions .section__body2 {
    margin-left: 26%;
    margin-right: 1%;
}

.cms-commercial-accounts .section-products .section__head {
    padding: 0px 0px 20px;
}

.cms-commercial-accounts .section-products .section__content {
    width: calc(101% - -0%);
}

.cms-our-stories .section-products .section__head {
    padding: 0px 0px 20px;
}

.cms-privacy-policy .section-products .section__head {
    padding: 0px 0px 20px;
}

.cms-privacy-policy .section-products .section__content {
    width: calc(101% - 0px);
}

.cms-terms-and-conditions .section-products .section__head {
    padding: 0px 0px 20px !important;
}

.cms-pro-membership .section-products .section__content {
    width: calc(101% - 0px);
}

.cms-pro-membership .section-products .section__head {
    padding: 0px 0px 20px;
}

.cms-shipping .section-products .section__head {
    padding: 0px 0px 20px;
}

.cms-shipping .section-products .section__content {
    width: calc(101% - 0px);
}

.cms-our-nyc-store .section-products .section__head {
    padding: 0px 0px 20px;
}

.cms-our-nyc-store .section-products .section__content {
    width: calc(101% - 0px);
}

.cms-our-story .section-dashboard .section__head {
    padding: 0px 0px 20px;
}

.cms-our-story .section-products .section__content {
    width: calc(101% - 0px);
}

.cms-faq .section-products .section__content {
    width: calc(101% - 0px);
}

.cms-faq .section-products .section__head {
    padding: 0px 0px 20px;
}

.cms-privacy-policy .section-products {
    background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-light.jpg) repeat;
}

.cms-terms-and-condition .section-products {
    background: url(../../frontend/Magedirect/mws/en_US/css/images/pattern-light.jpg) repeat;
}
/* pradeep css*/
/*******************************************************Bitu singh************************************************/

.section-dashboard .section__title {
    margin-top: 0px;
}

.section-dashboard .nav-alt_primary>ul>li {
    margin-bottom: 0px;
}

.section-dashboard .nav-alt_primary>ul>.current>strong,
.nav-alt_primary>ul>li>strong:hover {
    background: #d7d7d9 none repeat scroll 0 0;
}

.section-dashboard .nav-alt_primary>ul>li>strong {
    border: medium none;
    padding: 12px 10px;
    transition: background 0.3s ease 0s;
    display: block;
}

.account .messages {
    margin-bottom: 0px;
}
/*******************************************************End Bitu singh************************************************/
/* Added for multiple shipping */

.form-address-edit .field,
.multishipping-checkout-shipping .field {
    background: none;
    border: none;
}

.form-address-edit label span {
    color: #4b4b4b;
    font-size: 13px;
}

.multishipping-checkout-address-newshipping .section-products .section__body,
.multishipping-checkout-shipping .section__body {
    background: #fff;
}

.multishipping-checkout-address-newshipping .card__title {
    margin-top: 0;
    margin-left: 17px;
    margin-bottom: 10px;
}

.form-address-edit .field.choice.set.billing,
.form-address-edit .field.choice.set.shipping {
    margin-bottom: 10px;
    height: 24px;
}

.customer-account-login .valid {
    display: block;
}

.multishipping-checkout-shipping .section__body h3 {
    margin-top: 0px;
}

.multishipping-checkout-shipping .section__body,
.multishipping-checkout-address-selectbilling .section__body {
    padding: 15px;
}

.multishipping-checkout-address-editshipping .card__title {
    margin-top: 0px;
    margin-left: 17px;
}

.multishipping-checkout-address-editshipping .section__body,
.multishipping-checkout-address-selectbilling .section__body {
    background: #FFF;
}

.multishipping-checkout-billing .section__body,
.multishipping-checkout-overview .section__body {
    background: #FFF;
    padding: 15px;
}

.multicheckout.success {
    margin-bottom: 20px;
}

.multicheckout.success .actions .action.continue {
    text-decoration: underline;
}

.customer-account-index .card__head,
.customer-address-index .card__head {
    padding-bottom: 0px;
    padding-top: 0px;
}

.customer-account-index .card__head h4.card__title,
.customer-address-index .card__head h4.card__title {
    margin-top: 0px;
}

.customer-address-index .cards .card__foot {
    margin: 0px;
}

.account.sales-order-view.page-layout-customer-dashboard .section__content {
    /*  background: #fff; 
   padding: 10px; 
   font-size: 14px;
  font-family: 'Montserrat', sans-serif;*/
}

.account.sales-order-view.page-layout-customer-dashboard .section__content .block.block-order-details-view .box {
    font-size: 14px;
    margin-bottom: 15px;
}

#my-orders-table .col {
    width: auto;
    float: none;
}

.sales-order-view .page-title-wrapper .order-date {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sales-order-view .order-actions-toolbar .action {
    text-decoration: underline;
}

.sales-order-view .items.order-links {
    display: none;
}

.sales-order-view .page-title-wrapper .page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

.sales-order-view .page-title-wrapper .order-status {
    /* float: left; */
}

.account.customer-account-edit .form.form-edit-account {
    width: 50%;
}

.account.customer-account-edit .form.form-edit-account .fieldset.info,
.account.customer-account-edit .form.form-edit-account .fieldset.password {
    width: 100%;
}

.changepassHead {
    margin-top: 0px;
    color: #4b4b4b;
}

.account.customer-account-edit .form.form-edit-account .fieldset.password input[type="password"] {
    background: #fafafb;
    height: 41px;
}

input:not([disabled]):focus {
    box-shadow: none;
}

.cms-events .item .item__title span:hover,
.page-layout-homepage .tabs__head .tabs__nav li a:hover {
    color: #FFF !important;
}

.logoutP {
    margin-top: 20px;
}

.form .input-text.valid {
    display: block;
}

.customer-account-login .form-secondary .valid {
    display: block;
}

.newsletter-manage-index header.card__head,
.customer-address-form header.card__head,
.cms-hours-directions header.card__head,
.cms-contact-us header.card__head,
.cms-faq header.card__head {
    padding-top: 0px;
    padding-bottom: 0px;
}

.newsletter-manage-index header.card__head h4.card__title,
.customer-address-form header.card__head h4.card__title,
.cms-hours-directions header.card__head h4.card__title,
.cms-contact-us header.card__head h4.card__title {
    margin-top: 0px;
}

.cms-page-view .page-title-wrapper {
    position: relative;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    padding: 20px 0;
    margin-bottom: 30px;
    border-width: 1px 0 1px;
    border-style: solid;
    border-color: #c7c7cb;
}

.cms-page-view .page-title-wrapper h1.page-title {
    font-size: 25px;
    font-weight: 300;
    font-family: 'Museo Sans', sans-serif;
}
/* Search */

.block.block-search div.field {
    background: none;
    border: none;
}

.catalogsearch-result-index .breadcrumbs_single .item_oldli.search {
    padding: 0px;
}

.catalogsearch-result-index .section__head_primary .sort {
    width: 100%;
}

.header .header__content .block-search {
    float: unset;
    padding-left: 0;
    position: relative;
    width: 300px;
    z-index: 4;
    min-height: unset;
}
.header .header__content .block-search #search_mini_form .control {
    width: 100%;
}
.header .header__content .block-search .block-content .form input {
	background: transparent;
    border: transparent;
    border-bottom: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0 10px 0 22px
 }
 .header .header__content .block-search .block-content .form .action.search {
	right: unset;
	left: 0;
    opacity: 1;
 }
 .header .header__content .block-search .block-content .form .action.search:before {
	color: #000;
 }
.search .search__controls,
.field.search.form div.actions {
    display: inline-block;
}

.checkout-cart-index .cart-container .form-cart {
    background: #FFF;
}

.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
    display: inline-block;
    margin-right: 10px;
}

.checkout-cart-index .form #shopping-cart-table .col.qty .valid,
.form-address-edit .valid {
    display: block;
}

.customer-account-edit .fieldset.password .password.current {
    margin-bottom: 20px;
}

.customer-account-edit .fieldset.password .password.current,
.customer-account-edit .fieldset.password .new.password {
    margin-bottom: 20px;
}

.customer-account-edit .fieldset.password {
    margin-bottom: 30px;
}

.customer-address-index ul.list-info li {
    font-family: 'Museo Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.customer-address-index .item.actions {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #AF2D4D;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #AF2D4D;
}

.nav-utilities>ul.shopbybrandUL {
    margin-right: 0px;
}

.asterisk {
    color: #b93758 !important;
}

.form-address-edit #region_id,
.form-address-edit #country {
    font-size: 13px;
}

#shopping-cart-table {
    border: none;
}

.fotorama__wrap .fotorama__nav-wrap {
    margin-top: 20px;
}

.gallery-placeholder .fotorama-item {
    overflow: hidden;
}
.gallery-placeholder .fotorama-item .fotorama__stage {
    margin-top: 2px;
    margin-bottom: 2px;
}

.gallery-placeholder .fotorama-item .fotorama__stage:before {
    top: -3px !important;
}

.gallery-placeholder .fotorama-item .fotorama__stage:after {
    bottom: -3px !important;
}

.nav>ul>li:hover .dropdown-primary .dropdown-primary__inner {
    display: inline-block;
}

.nav>ul>li:first-child:hover .dropdown-primary .dropdown-primary__inner {
    float: none;
}

.nav>ul>li:last-child:hover .dropdown-primary .dropdown-primary__inner {
    float: right;
}

.product-primary .product-primary__image-label {
    top: 3px;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.product-primary__inner #tab-primary_3,
.product-primary__inner #tab-primary_1,
.product-primary__inner #tab-primary_2,
.product-primary__inner #tab-primary_4 {
    border-bottom: 1px solid #ccc !important;
}

.swatch-option {
    width: auto !important;
}

.product-primary__inner .tab-active span.counter {
    display: none;
}

.review-toolbar {
    margin-top: 20px !important;
}

.textarea-alt:focus {
    box-shadow: none;
}

input[type="email"]#newsletter::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #373737;
    font-weight: normal;
}

input[type="email"]#newsletter::-moz-placeholder {
    /* Firefox 19+ */
    color: #373737;
    font-weight: normal;
}

input[type="email"]#newsletter:-ms-input-placeholder {
    /* IE 10+ */
    color: #373737;
    font-weight: normal;
}

input[type="email"]#newsletter:-moz-placeholder {
    /* Firefox 18- */
    color: #373737;
    font-weight: normal;
}

.xnotif-stock-index .section__content .cards .card__inner,
.xnotif-price-index .section__content .cards .card__inner {
    width: 100%;
    margin-right: 13px;
}

.actions-toolbar .use-ajax.action.action-towishlist {
    font-size: 13px;
}

.subscribe .color-red:hover,
span.color-red:hover {
    color: #b93758 !important;
}

.freeshippingmessage {
    margin: 0 50px;
}

.filter-divider {
    border-bottom: 1px solid #c7c7cb;
    margin-top: 15px;
}

.custom-striky-nav li {
    color: #4b4b4b !important;
}

.header-fixed {
    padding: 13px 0px 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cms-contact-us .cms-page-view .page-title-wrapper h1.page-title {
        margin-left: 18px !important;
    }
    .cms-hours-directions .cms-page-view .page-title-wrapper h1.page-title {
        margin-left: 18px !important;
    }
}

@media (min-width: 1024px) {
    .cms-contact-us .section__body2 {
        max-width: 877px;
        width: 100%;
        float: right;
        margin-right: 3px;
    }
    .cms-contact-us .cards .card {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 768px) {
    .block-search input {
        left: 0% !important;
        margin: 15px 0;
        position: relative !important;
    }
}

#checkout-step-payment {
    margin-top: 20px !important;
}
/* ------------------------------------------------------------ *\
   Table
\* ------------------------------------------------------------ */

.table th {
    height: 20px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
}

.table td {
    font-size: 16px;
}
/* ------------------------------------------------------------ *\
   Table Orders
\* ------------------------------------------------------------ */

.table-orders {
    font-family: 'Montserrat', sans-serif;
}

.table-orders h6 {
    text-transform: uppercase;
    font-weight: 600;
}

.table-orders .table__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 11px 21px;
}

.table-orders .table__head .table__row {
    padding: 0 11px 13px;
}

.table-orders .table__head .table__cell {
    margin-top: 0;
}

.table-orders .table__cell {
    width: 14%;
}

.table-orders .table__cell-size1 {
    width: 58%;
    text-align: left;
    margin-top: 0;
}
/* Tablet Portrait */

@media (max-width: 1023px) {
    .table-orders .table__cell-size1 {
        margin-top: 0;
    }
}
/* Mobile */

@media (max-width: 767px) {
    .dropdown-holder .items li a .label {
        padding-left: 20px;
        position: relative;
        display: inline-block;
    }
    .table-orders .table__cell {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .table-orders .table__cell-size1 {
        width: 100%;
    }
    .table-orders .table__row {
        padding: 15px 9px 25px;
    }
    .list-info-shipping li {
        width: 100% !important;
        padding: 0 20px !important;
    }
    .sales-order-view header.section__head {
        display: block !important;
    }
    .account .page.messages {
        margin-bottom: 0px !important;
    }
    .intro-alt .intro-alt__image {
        height: auto;
    }
}

@media (max-width: 374px) {
    .table-orders .table__row {
        padding: 15px 0 25px;
    }
    .product-primary__slider1 .fotorama__stage {
        height: auto;
    }
}
/* ------------------------------------------------------------ *\
   Valid
\* ------------------------------------------------------------ */

.valid {
    font-size: 18px;
    color: #373737;
}

.valid .valid__title {
    margin-bottom: 20px;
    font-family: 'Hastadaya', sans-serif;
    font-weight: normal;
    font-size: 45px;
    color: #373737;
}

.valid .valid__entry {
    margin-bottom: 30px;
}

.valid .link-more {
    text-transform: none;
    font-weight: normal;
}
/* ------------------------------------------------------------ *\
   Video
\* ------------------------------------------------------------ */

.video {
    position: relative;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ------------------------------------------------------------ *\
   Widget
\* ------------------------------------------------------------ */

.widgets {
    list-style: none outside none;
}
/* ------------------------------------------------------------ *\
   IV.  Themes
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
   Qty
\* ------------------------------------------------------------ */
/*         custom css Start "Pradeep"                        */

.sales-order-view .page-title-wrapper .order-date {
    margin-top: 5px;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.sales-order-view .page-title-wrapper .page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

.sales-order-view .page-title-wrapper span.order-status {
    border: 0px;
    padding-left: 0px;
    font-weight: 600;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.sales-order-view .page-title-wrapper .actions {
    text-align: right;
}

.sales-order-view .card--compact-alt .card__head-inner {
    padding: 0px 10px 10px;
}

.sales-order-view .card--compact-alt .card__head .page-title-wrapper {
    padding-left: 10px;
}

.account.sales-order-view.page-layout-customer-dashboard .section__content {
    /*  font-family: 'Museo Sans', sans-serif;
   font-size: 16px;
   line-height: 1.2;
   font-weight: 300;
   color: #373737;  */
}

.actions-toolbar.order-actions-toolbar {
    text-align: right;
    width: 30%;
    /* margin-left: 65%; */
    margin-top: 20px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    z-index: 9999999999 !important;
    position: relative;
}

.account.sales-order-view .page-layout-customer-dashboard .section__content {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
/*         custom css End "Pradeep"                        */

.product--order .product__content {
    display: inline-block;
    vertical-align: middle;
}

.product--order .product__image {
    width: 116px !important;
    line-height: 116px !important;
    margin-right: 20px !important;
    text-align: center !important;
    border: 1px solid #c7c7cb !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.card--compact-alt .card__foot {
    background: none;
    margin: 0;
    padding: 0;
}

.pricing--alt {
    padding-top: 6px;
}

.pricing {
    position: relative;
    padding: 12px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.pricing--alt .pricing__section {
    padding: 17px 0 19px;
    font-size: 13px;
    text-transform: uppercase;
}

.pricing .pricing__section {
    padding: 17px 8px 19px;
    font-size: 13px;
    text-transform: uppercase;
}

.pricing--alt .list-pricing strong {
    width: 220px;
}

.list-pricing strong {
    display: inline-block;
    min-width: 100px;
}

b,
strong {
    font-weight: bold;
}

.pricing--alt ul li {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pricing--alt ul strong {
    width: 220px;
}

.list-pricing strong {
    display: inline-block;
    min-width: 100px;
}

.pricing--alt ul span {
    width: 130px;
    text-align: center;
    padding-left: 11px;
    display: inline-block;
}

.pricing--alt ul li+span {
    text-align: right;
}

.pricing--alt ul li+span+span {
    width: 126px;
}
/* ------------------------------------------------------------ *\
   Pricing Alt
\* ------------------------------------------------------------ */

.pricing--alt {
    padding-top: 6px;
}

.pricing--alt:before,
.pricing--alt:after {
    content: none;
}

.pricing--alt .list-pricing li {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pricing--alt .list-pricing strong {
    width: 220px;
}

.pricing--alt .list-pricing span {
    width: 130px;
    text-align: center;
    padding-left: 11px;
}

.pricing--alt ul {
    padding: 17px 0 19px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: right;
}

.pricing--alt .pricing__title {
    text-transform: uppercase;
    width: 220px;
    margin: 0;
    top: 0px !important;
}

.pricing--alt .pricing__inner {
    padding: 0;
    border-bottom: 1px solid #c7c7cb;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pricing--alt .pricing__field {
    width: 130px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing--alt .pricing__field span {
    margin-left: 11px;
}
/* Tablet Portrait */

@media (max-width: 1023px) {
    .pricing--alt .list-pricing strong,
    .pricing--alt .pricing__title {
        width: 132px;
    }
    .list-info-shipping li {
        width: 25%;
        padding: 0 20px;
    }
    .sales-order-view .card--compact-alt .card__head .page-title-wrapper {
        padding-left: 10px;
        margin-top: -70px;
    }
}
/* Mobile */

@media (max-width: 767px) {
    .pricing--alt .list-pricing li {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pricing--alt .list-pricing strong {
        padding-left: 7px;
    }
    .pricing--alt .list-pricing span {
        width: 107px;
    }
    .pricing--alt .pricing__inner {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pricing--alt .pricing__title {
        padding-left: 7px;
        margin-top: 0px !important;
    }
    .pricing--alt .pricing__field {
        width: 107px;
    }
    .list-info-shipping li {
        width: 100% !important;
        padding: 0 20px !important;
    }
    .sales-order-view .card--compact .card__body {
        width: 100%;
    }
    .sales-order-view .card--compact-alt .card__head .page-title-wrapper {
        padding-left: 10px;
        margin-top: 60px;
    }
    .order-actions-toolbar .action {
        margin-right: 0px;
    }
    .sales-order-view header.section__head {
        display: block !important;
    }
    .account .page.messages {
        margin-bottom: 0px !important;
    }
}

.account .sales-order-view .page-layout-customer-dashboard h4 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.custom_title {
    margin-top: -28px;
}

.card--compact-alt .card__actions {
    padding: 18px 13px 13px;
}

.section-tabs .tabs.tabs--default .product__content .product__price p {
    display: inline-block;
}
.product-options-wrapper .swatch-attribute-selected-option {
    padding-left: 5px;
}

.cms-all-brands .ambrands-search-wrapper {
    float: right;
}

.letters .letters-box-left {
    display: inline-block;
    width: auto;
}

.letters .letters-box-right {
    display: inline-block;
}

.brand-images li.brand-item {
    text-align: left !important;
}
/*.brand-images li.brand-item a { line-height: 24px !important; }*/

.wishlist-index-index .list-products .product__image {
    border: none;
}

.wishlist-index-index .list-products .product__image .product-image-container {
    border: 1px solid #c7c7cb;
    padding: 5px;
}

.customer-account-index #wishlist-view-form .list-products .product__image {
    border: none;
}

.customer-account-index #wishlist-view-form .list-products .product__image .product-image-container {
    border: 1px solid #c7c7cb;
    padding: 5px;
}

.cms-pro-card h3.article__title {
    margin-top: 0px;
}

.header__nav .list-categories {
    padding: 24px 15px;
}

@media (min-width: 480px) and (max-width: 766px) {
    .list-info-shipping li {
        width: 100%!important;
        padding: 0 20px;
    }
    .sales-order-view .card--compact-alt .card__head .page-title-wrapper {
        margin-top: 0px;
    }
    .sales-order-view .card--compact .card__body {
        width: 100%;
    }
    .sales-order-view .card--compact-alt .card__head .page-title-wrapper {
        padding-left: 10px;
        margin-top: 0px;
    }
    .order-actions-toolbar .action {
        margin-right: 0px;
    }
}

.list-info-shipping li {
    width: 25%;
    padding: 0 20px;
}

.sales-order-view .card__body {
    padding: 0px !important;
}

.sales-order-view .card__body .actions-toolbar {
    display: none;
}

.sales-order-view .table-orders .table__head .table__row {
    padding: 12px;
}

.sales-order-view .table-orders .product__image1 {
    display: inline-block;
    margin-right: 10px;
}

.list-info-shipping.order_view_details {
    padding: 10px;
}

.intro-alt__image.intro-alt_border.hidden-sm.hidden-xs {
    display: block !important;
}

@media only screen and (min-width: 391px) and (max-width: 768px) {
    .intro-alt_border:after {
        border: none;
    }
}

.page-product-grouped #super-product-table .col,
.product-primary .product-primary__utilities a {
    height: auto !important;
}
.page-product-grouped #super-product-table tbody > tr >td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*custom changes by yasir 9/28/2020 */

.checkout-index-index #checkout-step-shipping .form.form-login .actions-toolbar {
    margin-top: 0px;
    margin-left: 0px;
}

.checkout-index-index #checkout-step-shipping_method td.col {
    font-size: 13px;
}
.nav-utilities.header__nav-utilities .authorization-link > a:hover {
    text-decoration: none;
}
.checkout-index-index .table-checkout-shipping-method td.col {
    padding-top: 15px;
    padding-bottom: 15px;
}

.checkout-index-index .opc-block-summary {
    background: #f5f5f5 !important;
    margin: 0 0 20px;
}

.checkout-index-index input[type="number"] {
    font-size: 14px;
    height: 32px;
    padding: 0 9px;
}

.checkout-index-index .minicart-items .item-qty {
    width: 40px;
}

.checkout-index-index .opc-wrapper .step-title {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 50px !important;
}

@media only screen and (max-width: 767px) {
    .checkout-index-index .opc-wrapper .step-title {
        padding: 0 0 15px 0px !important;
    }
    #checkout-payment-method-load {
        margin-bottom: 0px;
    }
    .checkout-index-index .card--compact .row #label_method_collect_shqpickup1:after {
        left: -38%;
    }
}

.billing-address-same-as-shipping-block label span {
    font-weight: bold;
}

#checkoutSteps div.field select.select option:last-child {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .header__content .nav-utilities>ul.shopbybrandUL {
        float: left;
        margin-right: 0;
    }
    .header .header__content .header__logo-holder img {
        width: 60px;
    }
    .nav-utilities ul.menu-dropdown {
        float: right;
        margin-right: 0;
    }
    .boxes__col .box_border.box_primary .box__content {
        right: 0;
        left: 0;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (min-width: 767px) {
    .shell .boxes .boxes__col_2of3 .boxes__row:nth-child(2) {
        padding: 0px 0;
        margin-bottom: -5px;
    }
}

.section__content .products .product__content .listpage-sku {
    font-size: 12px;
    font-weight: 400;
}

/*yasir custom changes ends */
/* STICKY HEADER CSS */

.fixed-menu {
    animation-duration: .45s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #ccccb3;
}
/* STICKY HEADER CSS */
/**********Mukesh Css************/

.nav-utilities.header__nav-utilities .minicart-wrapper {
    float: right;
}

.nav-utilities.header__nav-utilities .authorization-link {
    float: left;
}
.nav-utilities.header__nav-utilities .authorization-link > a:hover {
    text-decoration: none;
}
.nav-utilities.header__nav-utilities .minicart-wrapper .action.showcart::before {
    display: none;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .showcart.active {
    color: #4b4b4b !important;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .block-minicart .subtitle.empty {
    color: #373737;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .action.showcart .text {
    position: static;
    width: auto;
    height: auto;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .block-minicart {
    margin-top: 20px;
    background: #f7f7f8;
}

.nav-utilities.header__nav-utilities .minicart-w/rapper .block-minicart .block-content #btn-minicart-close {
    display: none;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .block-minicart::before {
    content: '';
    width: 13px;
    height: 12px;
    top: -6px;
    right: 17px;
    position: absolute;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-316deg);
    left: inherit;
    background: #f7f7f8;
    border-right: 0;
    border-bottom: 0;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .block-minicart::after {
    display: none;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .counter.qty {
    display: block;
    position: absolute;
    right: -8px;
    top: -13px;
    width: 18px;
    height: 18px;
    line-height: 20px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    background: #b93758;
    color: #fff;
}

.nav-utilities.header__nav-utilities .minicart-wrapper.active .block-content #btn-minicart-close {
    display: none;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .items-total {
    display: none;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .subtotal {
    text-align: center;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .subtotal .label {
    font-size: 16px;
    display: inline-block;
    line-height: 2.31;
    color: #4b4b4b;
    font-weight: 600;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .subtotal .label:hover {
    color: #4b4b4b !important;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .subtotal .amount.price-container {
    display: inline-block;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .subtotal .amount.price-container .price-wrapper .price {
    color: #b93758;
    line-height: 2.31;
    font-weight: 600;
    font-size: 16px;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .subtotal .amount.price-container .price-wrapper .price:hover {
    color: #b93758 !important;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .block-minicart {
    margin-top: 20px;
    background: #f7f7f8;
    border: 1px solid #a2a2a9;
    box-shadow: 3px 3px 3px 0 rgba(135, 135, 135, 0.29);
    padding: 10px;
    overflow: inherit;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .actions {
    margin-top: 0;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .actions .primary {
    margin: 0;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .actions .primary #top-cart-btn-checkout {
    background: #b83b5b;
    color: #fff !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 49px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0 30px 0;
    border: 0 !important;
    border-radius: 2px;
    transition: background .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .actions .primary #top-cart-btn-checkout:hover {
    background: #ededed;
    color: #000 !important;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .actions .primary #top-cart-btn-checkout .ico-arrow-right {
    margin-left: 12px;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .actions .primary #top-cart-btn-checkout:hover .ico-arrow-right {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper {
    background: #fff;
    margin: 0;
    padding: 10px;
    padding: 10px 0;
    max-height: 380px;
    overflow: auto;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item {
    padding: 10px;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item:hover {
    background: #f7f7f8;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-photo {
    border: 1px solid #bbb;
    padding: 10px;
    margin-right: 10px;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details {
    position: relative;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-name {
    margin-bottom: 8px;
    font-family: 'Museo Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-name a {
    color: #4b4b4b;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-name a:hover {
    color: #4b4b4b !important;
    text-decoration: none;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product.actions {
    margin: 0;
    position: absolute;
    right: 5px;
    top: 58%;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product.actions .primary {
    display: none;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product.actions .secondary .action.delete::before {
    font-size: 16px;
    color: #4b4b4b;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-pricing {
    display: flex;
    flex-wrap: wrap;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .price-container {
    order: 2;
    width: 100%;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty.qty {
    order: 1;
    width: 100%;
    margin: 0;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty.qty .update-cart-item {
    display: none !important;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty.qty .label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #4b4b4b;
    font-size: 12px;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty.qty .item-qty {
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: baseline;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    background: transparent;
    color: #4b4b4b !important;
    width: 40px;
    padding: 0;
    height: inherit;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .actions .secondary .action.viewcart {
    font-size: 13px;
    padding: 15px;
    color: #b83b5b !important;
    text-decoration: none !important;
    display: block;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .actions .secondary .action.viewcart:hover {
    color: #000 !important;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product.options .toggle {
    font-size: 12px;
    color: #b93758;
    font-weight: 600;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product.options .toggle:hover {
    color: #b93758 !important;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product.options .toggle::after {
    color: #b93758;
}

.header.fixed-menu .header__content .logo-holder.header__logo-holder .slogan h1 {
    font-size: 14px;
}

.header.fixed-menu .header__content .logo-holder.header__logo-holder .logo {
    margin-right: 0 !important;
}

.header.fixed-menu .header__content .logo-holder.header__logo-holder .logo img {
    max-width: 40px !important;
}

.header.fixed-menu .header__content .nav-utilities.header__nav-utilities {
    font-size: 12px;
    margin-top: 12px;
}
.header.fixed-menu .header__inner .nav.header__nav ul li a {
    font-size: 12px;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .price-message {
    font-size: 16px;
    margin-bottom: 10px;
    color: #373737;
    text-align: center;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .price-message .price-wrapper {
    color: #b93758;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .price-message .price-wrapper:hover {
    color: #b93758 !important;
}

.header.fixed-menu .header__content .nav-utilities.header__nav-utilities ul .has-dropdown span {
    display: none;
}

.header.fixed-menu .header__content .nav-utilities.header__nav-utilities ul .has-dropdown .dropdown-toggle:hover span {
    display: inline-block;
}

.header.fixed-menu .header__content .nav-utilities.header__nav-utilities ul .has-dropdown .dropdown-toggle:hover span {
    display: inline-block;
}

.header.fixed-menu .header__content .nav-utilities.header__nav-utilities ul .has-dropdown .icon-holder {
    display: inline-block;
}

.header.fixed-menu .header__content .nav-utilities.header__nav-utilities .authorization-link span {
    display: none;
}

.header.fixed-menu .header__content .nav-utilities.header__nav-utilities .authorization-link a:hover span {
    display: inline-block;
}

.header.fixed-menu .header__content .nav-utilities.header__nav-utilities .authorization-link .icon-holder {
    display: block;
}

.header.fixed-menu .header__content .nav-utilities.header__nav-utilities .minicart-wrapper .text {
    display: none;
}

.header.fixed-menu .header__content .nav-utilities.header__nav-utilities .action.showcart:hover .text {
    display: inline-block;
}

.header .header__nav-utilities .auth-minicart-container ul {
    float: left;
    position: relative;
    background: #fff;
}

.header .header__nav-utilities .auth-minicart-container ul .dropdown-primary__inner ul.list-links {
    float: none;
    position: static;
}
.nav-utilities.header__nav-utilities .mobile-search-icon {
  display: none;
}
@media only screen and (max-width: 1023px) {
    .nav-utilities.header__nav-utilities .auth-minicart-container {
        float: right;
    }
    .nav-utilities.header__nav-utilities .mobile-search-icon {
        display: block;
        float: right;
    }
    .nav-utilities.header__nav-utilities .authorization-link span {
        display: none;
    }
    .nav-utilities.header__nav-utilities .minicart-wrapper .action.showcart .text {
        right: 5px;
        position: absolute;
    }
    .nav-utilities.header__nav-utilities .authorization-link .icon-holder.close {
        display: inline-block;
    }
    .nav-utilities.header__nav-utilities .minicart-wrapper::after {
        display: none;
        /* content: '';
        position: absolute;
        right: 45px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 21px;
        background: #eaeaea; */
    }
    .header .header__nav-utilities .auth-minicart-container ul .has-dropdown span {
        display: none;
    }
    .header .header__nav-utilities .auth-minicart-container ul .has-dropdown span.icon-holder {
        display: inline-block;
    }
}

@media only screen and (min-width: 993px) {
    .nav-utilities.header__nav-utilities .minicart-wrapper .block-minicart {
        width: 320px;
        max-width: 320p;
    }
    .nav-utilities.header__nav-utilities .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-name a {
        font-size: 13px;
    }
    .header .header__content .logo-holder.header__logo-holder .logo img {
        width: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .header .header__content .logo-holder.header__logo-holder {
        top: 0;
    }
    .nav-utilities.header__nav-utilities .minicart-wrapper {
        margin: 0;
       
    }
    /* .nav-utilities.header__nav-utilities .minicart-wrapper::after {
        right: 40px;
    } */
}
@media only screen and (min-width: 1023px) {
    .header .header__content .logo-holder.header__logo-holder {
        /* top: 0; */
        padding-right: 80px;
    }
}
.catalog-product-view .yotpo .write-review .connect-wrapper {
    padding-left: 0;
}

.catalog-product-view .yotpo .write-review .connect-wrapper {
    padding-left: 0;
}

.intro-alt .shell .intro-alt__inner .intro-alt__content .intro-alt__entry h1 {
    font-size: 25px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

.intro-alt .shell .intro-alt__inner .intro-alt__content .intro-alt__entry h1 span {
    font-weight: 300 !important;
}

.page-products.categorypath-hair-makeup-wig-supplies-facial-hair-wig-dryers.category-wig-dryers .products.custom-productlist.products-compact.wrapper.grid.products-grid {
    min-height: inherit;
}

.page-products .page-bottom ul {
    list-style: inside;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .page-title-wrapper {
    position: relative;
    width: 100%;
    max-width: 1680px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    margin-top: 20px;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form {
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset {
    width: 50%;
    float: left;
    padding: 0 30px;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset:first-child {
    padding-left: 0;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset {
    width: 50%;
    float: left;
    padding: 0 30px;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset .field {
    border: 0;
    padding: inherit;
    width: 100%;
    margin-bottom: 20px;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset #recipients-options .fieldset {
    padding: inherit;
    float: none;
    width: 100%;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset .actions-toolbar .secondary #add-recipient-button {
    background-color: #b93758;
    color: #fff;
    font-weight: normal !important;
    text-shadow: none !important;
    border: none;
    font-family: Open Sans;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding: 10px 15px;
    height: auto;
    border-radius: 0;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset .actions-toolbar .secondary #add-recipient-button:hover {
    background: #942c46 !important;
    border: none !important;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .actions-toolbar .primary .action.submit.primary {
    background-color: #b93758;
    color: #fff;
    font-weight: normal !important;
    text-shadow: none !important;
    border: none !important;
    font-family: Open Sans;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    height: auto;
    border-radius: 0;
    margin: auto !important;
    line-height: inherit;
    padding: 10px 15px;
    margin-bottom: 40px !important;
    width: auto;
    float: left;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .actions-toolbar .primary .action.submit.primary:hover {
    background: #942c46 !important;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset #recipients-options .fields.additional .actions-toolbar {
    float: right;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset #recipients-options .fields.additional .actions-toolbar .secondary .action.remove {
    margin: 0;
    position: static;
    float: right;
    background-color: #b93758;
    color: #fff;
    font-weight: normal !important;
    text-shadow: none !important;
    border: none;
    font-family: Open Sans;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding: 10px 15px;
    height: auto;
    border-radius: 0;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset #recipients-options .fields.additional .actions-toolbar .secondary .action.remove:hover {
    text-decoration: none;
    background: #942c46;
}

@media only screen and (max-width: 767px) {
    .pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }
    .pl-thm-magedirect.pl-thm-magedirect-mws .shell #product-sendtofriend-form .fieldset .field .control {
        width: 100%;
    }
}
/**********End Mukesh Css************/
/* BANNERSLIDER CSS */

.main:before {
    display: none;
}
.wrapper > .header > .shell .header-inner {
    position: relative;
}
.wrapper > .header .header.content {
   width: 100%;
   padding: 0;
}
.wrapper .top-container {
    max-width: 1680px;
    /* padding: 0 40px !important; */
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 2;
}
.wrapper .top-container .block-static-block.widget {
    margin-bottom: 0;
}
.wrapper .top-container .home-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
}

.wrapper .top-container .home-slider .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    margin-right: 5px;
    background: #fff;
    border-radius: 0;
}

.wrapper .top-container .home-slider .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.wrapper .top-container .home-slider .owl-dots .owl-dot.active {
    background-color: #b83b5b;
    ;
}

.wrapper .top-container .intro__content {
    text-align: center;
    position: relative;
}

.wrapper .top-container .intro__content.first_ban {
    left: -50%;
}

.wrapper .top-container .intro__content.first_ban.font-size {
    left: -43%;
}

.wrapper .top-container .intro__content.first_ban.font-size .intro__subtitle2 {
    font-size: 19px;
}

.wrapper .top-container .intro__content.forth_ban {
    left: -10%;
}

.wrapper .top-container .intro__content.sec_ban.third_ban {
    left: -30%;
}

.wrapper .top-container .intro__content.sec_ban {
    left: -12%;
}

.wrapper .top-container .intro__content.ban_black {
    color: #fff;
}

.wrapper .top-container .intro__content .fixed-menu {
    border-bottom: 0;
    position: relative;
}

.wrapper .top-container .intro__content .intro__subtitle {
    position: static;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

.wrapper .top-container .intro__content.first_ban .intro__title {
    font-size: 70px;
}

.wrapper .top-container .intro__content.first_ban .intro__subtitle {
    padding-right: 16%;
}

.wrapper .top-container .intro__content .intro__subtitle2 {
    margin-bottom: 10px;
    font-size: 25px;
}

.wrapper .top-container .intro__content .custom_banner_subtitle {
    margin-bottom: 25px !important;
    font-size: 25px !important;
}

.wrapper .top-container .intro__content.forth_ban .intro__subtitle {
    padding-right: 35%;
}
/* .wrapper .top-container .intro__content.forth_ban .intro__subtitle2
{
   padding-right: 20%;
} */

.wrapper .top-container .intro__content .intro__title {
    margin: 0 0 30px;
    font-family: 'Hastadaya', sans-serif;
    font-weight: normal;
    font-size: 80px;
    line-height: 1;
    color: #fff;
}

.wrapper .top-container .intro__content .custom_banner_title {
    margin: 0 0 7px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1 !important;
    font-style: italic;
    font-size: 60px !important;
}

.wrapper .top-container .intro__content.ban_black .intro__title {
    color: #fff;
}
/* .wrapper .top-container .intro__content.forth_ban .intro__title
{
   font-size: 50px;
} */

.wrapper .top-container .third_ban .intro__title {
    font-size: 70px;
}

.wrapper .top-container .intro__content .custom_banner_subtitle:after {
    content: 'm';
    display: block;
    font-family: 'Hastadaya Swash', sans-serif;
    line-height: .1;
    font-size: 80px;
    color: #444242;
}

.wrapper .top-container .intro__content .intro__entry {
    font-size: 23px;
    margin-bottom: 20px;
    /* padding: 0px 30px; */
}
.wrapper .top-container .intro__content .intro__entry.intro__pad {
    padding: 0px 0 0 15px;
}

.wrapper .top-container .intro__content .intro__actions .btn {
    padding: 0px 20%;
    height: 40px;
    line-height: 40px;
    border-bottom: none;
    color: #000 !important;
}

.wrapper .boxes__cols .box__content .box__entry {
    margin-bottom: 25px;
}

.wrapper .boxes__cols .box__content .intro__actions .custom_btn:hover {
    background: #d7d7d9;
    color: #373737 !important;
    border: none;
}

.wrapper .boxes__cols .box__content .intro__actions .custom_btn {
    padding: 0 10% !important;
    color: #f1f0f0 !important;
    background: #b83b5b;
    border-radius: 5%;
    height: 40px;
    line-height: 40px;
    border-bottom: none;
}

.wrapper .top-container .intro__content .intro__actions .custom_btn:hover {
    background: #d7d7d9;
    color: #373737 !important;
    border: none;
}

.wrapper .top-container .intro__content .intro__actions .custom_btn {
    padding: 0 10% !important;
    color: #f1f0f0 !important;
    background: #b83b5b;
}

.checkout-index-index .field-note span,
.checkout-index-index .field-error .custom-error {
    color: #b83b5b;
}

.checkout-index-index .freeshipping-creditcard,
.checkout-index-index .payment-option-content p,
.checkout-index-index .mage-error,
.checkout-index-index .payment-method-title>span,
.checkout-index-index .field-number .control span,
.checkout-index-index .payment-method._active .choice .label span:last-child {
    color: #b83b5b!important;
}

.mpinstagramfeed-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.mpinstagramfeed-header {
    text-align: center;
    padding-bottom:45px;
}
.mpinstagramfeed-header h3 {
    margin-bottom: 25px;
}
.mpinstagramfeed-header ul {
    list-style: none;
    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;
    margin-top: 10px;
}
.mpinstagramfeed-header ul li:not(:last-child) {
    margin-right: 10px;
}
.mpinstagramfeed-header ul li a i {
    font-size: 20px;
}
.mpinstagramfeed-container .mpinstagramfeed-photo {
    margin: 0 2px !important;
    height: 300px;
}

.mpinstagramfeed-header a {
    color: #b93758 !important;
    font-weight: 700;
    position: relative;
}

.mpinstagramfeed-header div {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
}

.cms-index-index .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    max-height: unset !important;
    font-size: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.section-tabs {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper .header {
        padding-bottom: 15px;
    }
    .wrapper .top-container .intro__content {
        padding-top: 5%;
    }
    .wrapper .top-container .intro__content.first_ban,
    .wrapper .top-container .intro__content.first_ban.font-size {
        left: -30%;
    }
    .wrapper .top-container {
        max-width: unset;
        width: 100%;
    }
    .wrapper .top-container .intro__content .intro__title {
        font-size: 50px;
        margin: 0 0 20px;
    }
    .wrapper .top-container .intro__content .intro__title.title {
        font-size: 32px;
    }
    .wrapper .top-container .intro__content .intro__title:after {
        font-size: 50px;
    }
    .wrapper .top-container .intro__content .intro__subtitle2 {
        margin-bottom: 10px;
    }
    .wrapper .top-container .intro__content .intro__entry {
        font-size: 16px;
    }
    .wrapper .top-container .intro__content .intro__actions .btn {
        padding: 0px 10%;
        height: 25px;
        line-height: 25px
    }
    .checkout-index-index .card--compact .row #label_method_collect_shqpickup1:after {
        left: -96%;
    }
    .mpinstagramfeed-container .mpinstagramfeed-photo {
        width: calc(calc(100% - 12px)/3) !important;
    }
}

@media only screen and (min-width: 768px) {
    .wrapper .top-container .owl-carousel .owl-item .mob-image {
        display: none;
    }
}
/* BANNERSLIDER CSS */

.checkout-index-index .card--compact .row #label_method_collect_shqpickup1:after {
    content: 'Notification via text when order is ready for Pickup';
    position: absolute;
    left: -80px;
    bottom: 0;
    font-size: 12px;
    color: #b83b5b;
}
/* .checkout-index-index  .card--compact .row #label_method_collect_shqpickup1 {
   position: relative;
} */

@media (min-width: 768px) and (max-width: 992px) {
    .wrapper .top-container .intro__content.first_ban .intro__entry {
        padding: 0px 50px 0px 55px;
    }
}

.category-collapsible-rolling-rack .wrapper {
    min-height: auto;
}
/* HUssain */

.nav-utilities.header__nav-utilities .minicart-wrapper .block-minicart .paypal {
    width: 87% !important;
    display: inline-block;
}

.block-minicart .googlepay-minicart-logo {
    margin-top: 0;
    width: 100%;
    margin: 10px 0;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .block-minicart button.braintree-googlepay-button.long {
    width: 88%;
}

div#minicart-widgets {
    display: none;
}

.block-minicart span.product-image-container {
    width: 100% !important;
}

span.am-rating-up {
    display: none;
}

.checkout-cart-index .paypal,
.cart-summary .paypal {
    width: 100% !important;
    /* display: inline-block; */
    padding: 0 6px;
}

.cart.table-wrapper .actions-toolbar>.action.braintree-googlepay-button.long {
    min-width: 152px;
    width: 100%;
}

.checkout-index-index #braintree_cc_number {
    padding-left: 55px;
    height: 34px;
}

.checkout-index-index .control.braintree-card-control,
.fieldset>.field:not(.choice)>.control {
    overflow: hidden !important;
}

.checkout-index-index #braintree_expirationDate {
    width: 120px;
}

.checkout-index-index img.braintree-credit-card-selected {
    max-width: 30px;
}

.checkout-index-index .checkout-payment-method .credit-card-types .item {
    float: left;
    width: auto;
    margin-right: 20px;
}

.checkout-index-index button.braintree-googlepay-button.black.long,
.checkout-index-index #braintree_paypal_placeholder {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.checkout-index-index #braintree_cc_type_cvv_div {
    position: relative;
}

.checkout-index-index #braintree_cc_type_cvv_div>label::after {
    position: absolute !important;
}

#discount-coupon-form .control {
    display: inline-block;
    width: calc(100% - 138px) !important;
    border-radius: 0;
}

.checkout-cart-index button.braintree-googlepay-button.long {
    min-width: 152px;
    width: 100%;
}

.cart.table-wrapper .item-actions .actions-toolbar {
    display: block;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 4rem;
    padding-right: 5rem;
}

.section__aside .cards .card__inner:after {
    background: url(../../frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x !important;
}

.slick-dots li button:before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 8px !important;
    left: 0;
    width: 5px !important;
    height: 5px !important;
    content: '•';
    text-align: center;
    opacity: .25;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100%;
}

.brands-filters {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
    min-height: 50px;
}

.brands-filters .letters {
    margin-top: 4px;
}

.brands-filters .letter {
    display: block;
    float: left;
    margin: 0 5px 10px;
    padding: 2px 5px;
    min-width: 17px;
    min-height: 20px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #e2e2e2;
}

.brand-images {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.brand-images .brands-letter .letter {
    border-bottom: 1px solid #b2b2b2;
    font-size: 18px;
    font-weight: 400;
}

.brand-images .brands-letter {
    padding-right: 35px;
}

.ambrands-search-block .ambrands-clear {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    padding: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 0 6px 6px 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
    cursor: pointer;
}

.customer-account-index #block-collapsible-nav {
    padding: 0;
}

.customer-account-index .section-dashboard .section__body {
    display: block;
}

#braintree_cc_cid {
    width: 70px;
    height: 34px;
}

.payment-method-braintree .hosted-control {
    border: 1px solid #c2c2c2;
    height: 35px;
    padding: 8px 15px;
    max-width: 300px;
}

div#block-collapsible-nav {
    display: none;
}

.field.password-info {
    height: auto;
}

@media only screen and (max-width: 991px) {
    #discount-coupon-form .control {
        width: 100% !important;
    }
}

.fotorama__arr.fotorama__arr--next {
    display: block !important;
}

.nav-utilities.header__nav-utilities .minicart-wrapper .block-minicart {
    overflow: initial !important;
}

.nice-select.open .list {
    transform: none !important;
}

.minicart-items .product-item-details .details-qty {
    display: block !important;
}

.field.iosc-half.zip_for_newyork_class._required.iosc-between span {
    font-size: 11px;
}

.field.iosc-half._required.iosc-end span {
    font-size: 12px;
}

input#street_3 {
    display: none;
}

.customer-address-form .section-dashboard .section__body {
    display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .discount-code .payment-option-inner {
        display: inline-block;
        float: left;
        width: 100% !important;
    }
    .shell .discount-code .form-discount .actions-toolbar {
        width: 100% !important;
        float: none !important;
    }
    .actions-toolbar .primary {
        width: 100% !important;
    }
    .shell .form-discount .primary .action-apply {
        width: 100% !important;
    }
    .iosc-place-order-container {
        width: 98% !important;
    }
    .cart-summary .block .fieldset {
        margin: 20px 0 25px -15px;
    }
    .nav-utilities.header__nav-utilities .minicart-wrapper .block-minicart .paypal {
        width: 72% !important;
    }
    .form__actions .btn_full {
        width: 100%;
        font-size: 11px;
        padding: 0 !important;
    }
    .form__actions .btn_full .ico-arrow-right {
        width: 19px;
    }
}

.product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small {
    position: relative;
}

.product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small .amxnotif-block {
    position: absolute;
    z-index: 2;
    top: -50px;
    width: 150%;
}

.product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small .amxnotif-block label {
    font-size: 15px;
}

.product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small .amxnotif-block .input-fields.fieldset {
    width: 100%;
    margin: 5px 0;
}

.product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small .amxnotif-block #amxnotif-guest-email-24767 {
    height: 30px;
}

.product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small .amxnotif-block .amxnotif_guest_action {
    max-width: 100%;
    min-width: 100%;
}

.product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small .amxnotif-block .amxnotif_guest_action .primary {
    width: 100%;
}

.product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small .amxnotif-block .amxnotif_guest_action .primary button.action.submit.primary {
    line-height: 30px;
    margin: 0 0 0 0 !important;
    height: 35px;
}

.product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small .amxnotif-block {
    background: #6a6e6c33;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 1s;
}
.product-primary__col.product-primary__col_size2 .table-wrapper .table .box-small .stock.unavailable {
    text-align: center;
}
.product-primary__col.product-primary__col_size2 .table-wrapper .table .col.col_1of5:hover .amxnotif-block {
    visibility: visible;
    opacity: 1;
}

.custom-limiter .nice-select {
    width: 115px;
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
    .wrapper .top-container .intro__content .custom_banner_subtitle:after {
        content: 'm';
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 16px;
        font-size: 50px !important;
    }
    .wrapper .top-container .intro__content .custom_banner_subtitle {
        margin-bottom: 0px !important;
        font-size: 18px !important;
    }
    .wrapper .top-container .intro__content .custom_banner_title {
        font-size: 35px !important;
    }
    .wrapper .top-container .intro__content .intro__actions .btn {
        margin-bottom: 15px !important;
    }
    .product-primary__col.product-primary__col_size2 .amxnotif-block {
        width: 100%;
    }
    .product-primary__col.product-primary__col_size2 .amxnotif-block label {
        font-size: 14px;
    }
    .product-primary__col.product-primary__col_size2 .amxnotif-block .notification-container {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: flex;
        flex-direction: column;
    }
    .product-primary__col.product-primary__col_size2 .amxnotif-block #form-validate-stock .amxnotif_guest_action .primary button.action.submit.primary{
        padding: 0;
        margin: 10px 0 0;
    }
    .product-primary__col.product-primary__col_size2 .amxnotif-block #form-validate-stock .actions-toolbar.amxnotif_guest_action {
        margin-left: 0 !important;
    }
    .wrapper .top-container .intro__content .text-custom .para_custom_padding {
        margin-left: 30px !important;
    }
}

.paypal-button.paypal-button-color-gold,
.paypal-button-row.paypal-button-color-gold .menu-button {
    background: #b7b4b4 !important;
}

.block-minicart .continue-shopping-link-primary {
    margin-bottom: 10px;
}

.tab-primary h3.Fqaquestion {
    font-size: 13px;
    margin-bottom: 5px;
}

.tab-primary .tab-heading {
    font-size: 16px;
}

.tab-primary .additional {
    font-size: 13px;
}

.product-primary__col.product-primary__col_size2 .amstockstatus-stockalert #form-validate-stock .action.primary {
    height: 41px;
    line-height: 41px;
}

.block-minicart .continue-shopping-link-primary a {
    border: 2px solid;
    padding: 15px 67px;
    font-size: 11px;
    color: #000;
}

.block-minicart .continue-shopping-link-primary {
    margin-bottom: 22px;
    margin-top: 15px;
}

.block-minicart .continue-shopping-link-primary a:hover {
    color: #b83b5b !important;
    border-color: #b83b5b !important;
}

.paraa-final {
    display: inline;
}

.h4-additonalcss {
    font-size: 14px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    display: inline;
    color: #605e5e;
}

.para-second {
    display: contents;
}

div#tab-primary_4 span {
    font-weight: 300 !important;
}

.ul-final {
    margin-left: 33px;
}

.section-dashboard .section__body {
    display: block;
}

form#form-validate .actions-toolbar {
    display: block;
}

.breadcrumbs_single ul.items_old.breadcrumbs__list h1 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 1px;
    font-family: "Museo Sans", sans-serif;
}

.intro-alt__inner .category-description h2 {
    font-size: 25px;
    font-weight: 300 !important;
    font-family: "Museo Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 40px;
}

.intro-alt__inner .category-description p {
    line-height: 1.4;
}

.intro-alt__inner .category-description [data-element="inner"] {
    padding: 0 15px !important;
}

.fotorama__stage .fotorama__arr.fotorama__arr--prev {
    display: block !important;
}

.filter-options-content .count:after {
    content: '' !important;
}

.filter-options-content .count:before {
    content: '' !important;
}

.intro-alt .intro-alt__inner .category-description h1 {
    font-weight: 300 !important;
    font-size: 25px;
    font-family: 'Museo Sans', sans-serif;
}

.intro-alt .intro-alt__inner .category-description {
    float: left;
    width: 50%;
    padding: 0 15px;
    line-height: 1.4;
}

@media only screen and (max-width: 991px) {
    .wrapper .top-container .intro__content .text-custom .para_custom_padding {
        margin-left: 0 !important;
    }
}
/* @media only screen and (max-width: 1250px) {
   .wrapper .top-container .intro__content .custom_banner_subtitle:after {
       content: 'm';
       line-height: .1;
       margin-top: 10px;
   }
} */
/* @media only screen and (max-width: 1250px) {
   .wrapper .top-container .intro__content .custom_banner_title {
       font-size: 40px !important;
   }
} */

@media only screen and (min-width: 1024px) {
    body.mac-os .wrapper .top-container .intro__content .custom_banner_subtitle:after {
        line-height: 0 !important;
        margin: 20px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    #form-validate-stock .actions-toolbar {
        display: block;
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
        max-width: unset;
        min-width: unset;
    }
    .product-primary__col.product-primary__col_size2 .amxnotif-block #form-validate-stock .input-fields {
        width: 100%;
    }
    .wrapper .top-container .home-slider .owl-dots {
        margin-bottom: 5px;
    }
    .wrapper .top-container .owl-carousel .owl-item .desktop-image {
        display: none;
    }
    .top-container .owl-carousel .slider-text-center,
    .top-container .owl-carousel .slider-text-left {
        transform: unset;
        max-width: unset;
        bottom: 20px;
        top: unset;
        left: 0;
        right: 0;
    }
    .wrapper .top-container .intro__content {
        color: #000;
        width: 100%;
        padding: 0 20px;
    }
    .wrapper .top-container .intro__content.first_ban {
        padding: 0 5px;
    }
    .wrapper .top-container .intro__content.first_ban,
    .wrapper .top-container .intro__content.sec_ban,
    .wrapper .top-container .intro__content.forth_ban {
        left: 0;
    }
    .wrapper .top-container .intro__content.sec_ban.third_ban {
        left: 0;
    }
    .wrapper .top-container .intro__content.fifth_ban {
        top: 15px;
    }
    .wrapper .top-container .intro__content.first_ban.font-size {
        left: 0;
    }
    .wrapper .top-container .intro__content.first_ban .intro__subtitle,
    .wrapper .top-container .intro__content.forth_ban .intro__subtitle2 {
        padding: 0;
    }
    .wrapper .top-container .intro__content .custom_banner_title {
        color: #000;
        font-size: 32px !important;
        margin-bottom: 10px !important;
    }
    .wrapper .top-container .intro__content .intro__entry,
    .wrapper .top-container .intro__content .intro__subtitle {
        font-size: 16px;
        color: #000;
    }
    .wrapper .top-container .intro__content .custom_banner_subtitle {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    .wrapper .top-container .intro__content.first_ban.font-size .custom_banner_subtitle {
        font-size: 16px !important;
    }
    .wrapper .top-container .intro__content .text-custom br {
        display: none;
    }
    .wrapper .top-container .intro__content .intro__actions .custom_btn {
        margin-bottom: 5px;
        padding: 0 20px !important;
    }
    /* .wrapper .top-container .intro__content.first_ban .intro__title {
       margin: 0 0 22px;
       font-size: 40px;
   } */
    .wrapper .top-container .intro__content .first_ban .custom_banner_title {
        margin: 0px 0 15px !important;
        font-size: 40px;
    }
    .wrapper .top-container .intro__content .custom_banner_subtitle:after {
        content: 'm';
        display: block;
        line-height: 5px;
        margin-bottom: 20px;
        font-size: 50px;
        color: #444242;
    }
    .wrapper .top-container .intro__content .custom_banner_title br {
        display: none;
    }
    .wrapper .top-container .intro__content .intro__entry {
        margin-bottom: 10px;
    }
    .wrapper .top-container .intro__content.forth_ban .intro__title {
        font-size: 30px;
    }
    .wrapper .top-container .intro__content .intro__entry .desk_only {
        display: none;
    }
    .wrapper .top-container .intro__content .intro__entry.intro__pad {
        padding: 0;
    }
    .wrapper .top-container .intro__content .intro__actions .btn {
        padding: 0px 14%;
        height: 30px;
        line-height: 30px;
    }
    .mpinstagramfeed-container .shuffle .mpinstagramfeed-photo:nth-child(3n+1) {
        display: none;
    }
    .mpinstagramfeed-container .mpinstagramfeed-photo {
        height: auto !important;
    }
    .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
        display: none !important;
    }
}

@supports (-webkit-touch-callout: none) {
    .wrapper .top-container .intro__content .custom_banner_subtitle:after {
        line-height: 22px !important;
        margin-bottom: 0 !important;
    }
}
/* .category-garment-bags .custom_category .intro-alt__inner h1 {
    font-size: 23px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
   float: left;
} */

.custom_category .intro-alt__inner h1 {
    font-size: 25px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    padding-left: 15px;
    float: left;
    margin-bottom: 15px;
}

.section-products .section__title {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    font-size: 23px;
}

@media only screen and (min-width: 1025px) {
    .searchUL .dropdown-primary .dropdown-primary__inner {
        background: #f7f7f8;
        border: 1px solid #a2a2a9;
        box-shadow: 3px 3px 3px 0 rgb(135 135 135 / 29%);
    }
    .searchUL .search-toggle .dropdown-primary {
        width: 39% !important;
    }
    .searchUL .dropdown-primary {
        right: 34%;
        top: -14px;
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }
    .searchUL .search-holder .search-holder__head {
        border: 0 !important;
    }
    .searchUL .dropdown-primary .dropdown-primary__inner {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
        padding: 0;
        height: 44px;
        background: white;
        border: 0;
        box-shadow: unset;
    }
    .searchUL .dropdown-primary .dropdown-primary__inner:before {
        display: none;
    }
    .searchUL .block-search div.field.search.form {
        padding: 0;
        width: 90%;
        margin: 0 1%;
    }
    .searchUL .dropdown-primary .dropdown-primary__inner:after {
        display: none;
    }
    .searchUL button.action1.search1.btn.action span {
        display: none;
    }
    .searchUL li.has-dropdown.search-toggle .dropdown-toggle {
        display: none;
    }
    .searchUL .field.search.form {
        border: 1px solid #000 !important;
        padding: 0;
    }
    .searchUL .block-search .actions .btn {
        width: 100%;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: 0;
        height: 40px;
        line-height: 1px;
        display: block;
    }
    .searchUL .block-search .actions .btn:hover i {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .searchUL .block-search .search .search__field {
        border: 0;
    }
    .searchUL .block-search .field {
        height: 45px;
        line-height: 42px;
    }
    .searchUL .block-search .search .search__field {
        height: 40px;
        line-height: 40px;
        background: #ffffff;
        text-transform: uppercase;
        font-weight: 700;
    }
    .searchUL .search1.btn.action .ico-arrow-right {
        background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png);
        background-position: 60.633484162895925% 63.942307692307686%;
        background-size: 1152.3809523809523% 1255.5555555555554%;
        width: 21px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    .nxt-ac-main {
        top: 105px !important;
        left: 0!important;
        right: 0 !important;
        margin: 0 auto !important;
    }
}
/* Quickview */

aside.section__aside-mobile {
    display: none;
}

.products .product__image:hover .product__image-inner {
    display: none;
}

.product__inner.product-item-info1 a.weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0 12px 0;
    width: 40%;
    background: #ededed;
    border: none;
    border-radius: 2px;
    color: #373737;
    border-bottom: 2px solid #d6d6d6;
    transition: background .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #B83B5C;
    color: #ffffff;
}

.product__inner.product-item-info1:hover a.weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: inline-block;
}

.product__inner.product-item-info1 a.weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    color: #373737 !important;
    background: #ededed !important;
    border-radius: 2px !important;
    text-decoration: none;
}

/* .mfp-content {
    height: 640px !important;
    padding: 70px;
} */

.wrapper {
    padding-top: 0;
}

.product-primary .product-primary__cols {
    width: 100%;
}

.weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper h1,
.weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper h1 {
    font-size: 17px !important;
}

.weltpixel-quickview-catalog-product-view.catalog-product-view .product-primary__price .old-price .price,
.weltpixel_quickview-catalog_product-view.catalog-product-view .product-primary__price .special-price .price,
.weltpixel_quickview-catalog_product-view.catalog-product-view .price-final_price .price {
    font-size: 17px !important;
}

.product-primary .product-primary__head {
    width: 75% !important;
}

.product-primary .product-primary__price {
    width: 25% !important;
}

.product-primary__section .box-tocart .fieldset .actions #product-addtocart-button {
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 49px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0 30px 0;
    border: none;
    border-radius: 2px;
    border-bottom: 2px solid #d6d6d6;
    transition: background .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.product-primary__section .box-tocart .fieldset .actions #product-addtocart-button:hover {
    border: none;
    color: #373737 !important;
    background: #ededed;
    border-radius: 2px;
}

.product-primary__section .box-gotoproduct #product-gotoproduct-button {
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 49px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0 30px 0;
    border: none;
    border-radius: 2px;
    border-bottom: 2px solid #d6d6d6;
    transition: background .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #B83B5C;
    color: #ffffff !important;
    margin: 0;
}

.product-primary__section .box-gotoproduct #product-gotoproduct-button:hover {
    border: none;
    color: #373737 !important;
    background: #ededed;
    border-radius: 2px;
}

.product-primary__section .box-tocart .fieldset .field.qty {
    display: flex;
    justify-content: center;
    padding: 0;
}

.product-primary__section .box-tocart .fieldset .field.qty .control {
    padding-right: 0px !important;
    padding-top: 10px !important;
    float: none;
    text-align: left;
    margin: 0 0 8px;
}

.product-primary__section .box-tocart .fieldset .field.qty .label {
    padding-top: 18px !important;
    width: 15% !important;
}

.items.payment-methods .payment-method .payment-method-title.field.choice .label {
    display: block !important;
}

.product-primary__section .box-tocart .fieldset {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.product-primary__section .box-tocart .fieldset .actions {
    margin-left: 20px;
}
/* Checkbox  15/Aug/2022*/

.checkout-shipping-method .cards .card--compact .card__inner {
    padding: 0px 0px 0px !important;
}

.checkout-index-index .card.card--compact.card--items.card--method {
    padding: 0 10px;
}

.checkout-index-index .checkout-shipping-method .cards {
    margin-bottom: 0 !important;
}

.checkout-index-index .table-checkout-shipping-method tbody tr:nth-of-type(1),
.checkout-index-index .table-checkout-shipping-method tbody tr:nth-of-type(2) {
    position: relative !important;
}

.checkout-index-index .table-checkout-shipping-method tbody tr:nth-of-type(1) td,
.checkout-index-index .table-checkout-shipping-method tbody tr:nth-of-type(2) td {
    position: relative !important;
}

.checkout-index-index .table-checkout-shipping-method tbody tr:nth-of-type(1) td:not(:first-child),
.checkout-index-index .table-checkout-shipping-method tbody tr:nth-of-type(2) td:not(:first-child) {
    padding: 20px 5px !important;
}
/* .checkout-index-index .table-checkout-shipping-method.free-shippig tr:nth-of-type(1) td {
   position: relative !important;
} */
/* .checkout-index-index .table-checkout-shipping-method tbody tr
{
   position: relative !important;
} */

.checkout-index-index .shq-method-carrier-logo img {
    max-width: 20px !important;
}

.table-checkout-shipping-method td.col {
    padding: 5px;
}

.table-checkout-shipping-method tbody tr:not(:first-child) td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.table-checkout-shipping-method tbody tr:nth-of-type(1) td {
    padding: 20px 0 !important;
}

.free-shippig tbody tr:nth-of-type(2) td {
    padding: 20px 0 !important;
}

table.table-checkout-shipping-method.free-shipig tr:nth-of-type(2) td {
    padding-bottom: 15px !important;
}
/* Aug/16-18/22 */

.opc-payment-additional.order-comment .order-comment-content {
    display: none;
}

.freeshipping-creditcard {
    display: none;
}

.checkout-payment-method .items.payment-methods .payment-group .payment-method {
    padding: 5px 0 0 !important;
}

#checkout-payment-method-load {
    margin-left: -5px;
}

.checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 35px;
}

.checkout-index-index .shell .field.payment-method-title {
    padding: 4px 0px !important;
    padding-top: 0px;
}

.checkout-index-index .items.payment-methods .stripe-payments-elements.no-wrap,
.checkout-index-index .items.payment-methods .payment-method-content {
    background: #f5f5f5 !important;
    padding: 15px !important;
}

.checkout-index-index .items.payment-methods .payment-method-content #purchaseorder-form .payment {
    padding-right: 0;
}

.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0;
}

.checkout-index-index #checkout-payment-method-load .items.payment-methods .payment-method:not(.payment-method.stripe-payments) .payment-method-content {
    padding: 15px 30px !important;
}

.checkout-index-index .items.payment-methods .payment-method-content .control {
    display: flex !important;
    flex-direction: column !important;
}
/* 19/Sep/2022 */
/* .checkout-index-index .card--compact .row #label_carrier_freeshipping_freeshipping:after {
    content: 'Free shipping is valid for credit card purchases only';
    position: absolute;
    top: 40px;
    font-size: 12px;
    color: #b83b5b;
    left: -145% !important;
    width: 400px;
} */

.checkout-index-index .card--compact .row #label_method_collect_shqpickup1:after {
    left: -50px !important;
    top: 40px;
    width: 300px;
}

.checkout-index-index .table-checkout-shipping-method tbody tr td:nth-of-type(4) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* 26/Aug/2022 */

.checkout-index-index input#customer-email,
.checkout-index-index #co-shipping-form .field input,
.checkout-index-index #co-shipping-form .field select,
#checkout-step-shipping .form.form-login input,
.payment-method._active #purchaseorder-form .field.field-number.required input#po_number {
    color: black !important;
}

#checkout-step-shipping .form.form-login .input-text[type="checkbox"] {
    width: 15px;
    background: #fafafb !important;
    border: 1px solid #373737 !important;
    top: 11px;
}

#iosc-billing-container div.choice {
    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;
}

.checkout-index-index input#billing-address-same-as-shipping- {
    width: 15px;
    background: #fafafb !important;
    border: 1px solid #373737 !important;
    top: 0;
    margin: 0 5px 0 0;
    height: 42px;
}
/* 30/Aug/2022 */

.checkout-index-index #co-shipping-form .field._required._error input,
#checkout-step-shipping .form.form-login .input-text.mage-error,
.checkout-index-index #iosc-billing-container .billing-address-form .field._required._error input,
.checkout-index-index #iosc-billing-container .billing-address-form .field._required._error select
/* #purchaseorder-form fieldset#payment_form_purchaseorder .field.field-number.required .control #po_number .mage-error */

{
    border: 1px solid #e02b27ed !important;
}

#checkout-step-shipping .form.form-login .input-text[type="checkbox"] {
    display: none;
}

#checkoutSteps .subscribe-email .field .control .label {
    position: relative;
    display: block;
    margin-top: 10px;
}

#checkoutSteps .subscribe-email .field .control .label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #fafafb;
    border: 1px solid #373737;
}

#checkout-step-shipping .form.form-login .input-text[type="checkbox"]:checked+label:before,
.checkout-shipping-address #iosc_billingaddress input[type="checkbox"]:checked+label:before {
    background: #0075ff;
}

#checkout-step-shipping .form.form-login .input-text[type="checkbox"]:checked+label:after {
    transform: rotate(45deg) !important;
    content: '';
    position: absolute;
    left: 4px;
    top: 2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border: 0 2px 2px 0;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.checkout-shipping-address #iosc_billingaddress input[type="checkbox"]:checked+label:after {
    transform: rotate(45deg) !important;
    content: '';
    position: absolute;
    left: 5px;
    top: 4px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border: 0 2px 2px 0;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.checkout-shipping-address #iosc_billingaddress .input-text[type="checkbox"]:checked+label:before {
    background: blue;
}

.checkout-shipping-address #iosc_billingaddress label {
    position: relative;
    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;
}

.checkout-shipping-address #iosc_billingaddress label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #fafafb;
    border: 1px solid #373737;
}

.checkout-index-index input#billing-address-same-as-shipping- {
    display: none;
}

#checkout-payment-method-load .items.payment-methods .payment-group .payment-method .payment-method-title.field.choice .label a.action.action-help span {
    display: none;
}

.payment-method-content.stripe-payments-card-form .stripe-card-cvc.stripe-element-font.no-wrap .stripe-card-cvc-element #stripe-card-cvc-element {
    width: 60px;
}

.intro-alt .intro-alt__inner .category-cms,
.category-image,
.intro-alt .intro-alt__inner .category-description {
    margin-bottom: 20px;
    padding: 0 15px;
    float: left;
    width: 50%;
}
/* Mac checkout page
   body.mac-os .checkout-index-index .card--compact .row #label_carrier_freeshipping_freeshipping:after {
       width: 200%;
       right: 70px !important;
   }
   body.mac-os .checkout-index-index #checkout-step-shipping_method td.col {
       position: relative ;
   }
   body.mac-os .checkout-index-index .card--compact .row #label_method_collect_shqpickup1:after {
       left: -50px !important;
       width: 200%;
   } */
/* .checkout-index-index .card--compact .row #label_method_collect_shqpickup1:after {
       left: -75px !important;
       top: 40px;
       width: 300px;
   } */
/* 15-9-2022 */
/* compare-product class is added by jquery function.php */

@media only screen and (min-width: 1020px) {
    body.compare-product header:not(.fixed-menu) .searchUL .search-toggle .dropdown-primary {
        width: 100% !important;
        top: 55px;
        right: 0;
    }
    body.compare-product header:not(.fixed-menu) .header__content {
        padding-bottom: 55px;
    }
    body.compare-product header:not(.fixed-menu) .nav-utilities>ul {
        margin-right: 20px;
    }
    header.header.fixed-menu ul.compare-link {
        margin-right: 0;
    }
    .searchUL .search-toggle .dropdown-primary {
        width: 38% !important;
        right: 33% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .checkout-index-index .card--compact .row #label_carrier_freeshipping_freeshipping:after {
        right: -100px !important;
    }
    .checkout-index-index .card--compact .row #label_method_collect_shqpickup1:after {
        top: 55px;
    }
}
/* 15-9-2022 */

@media only screen and (min-width: 992px) and (max-width: 1240px) {
    .checkout-index-index #label_carrier_collect_shqpickup1 .shq-method-carrier-logo {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1220px) {
    .searchUL .search-toggle .dropdown-primary {
        width: calc(40% - 65px) !important;
    }
    .search-toggle .dropdown-primary .search-holder {
        width: calc(100% - 70px) !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
    .checkout-index-index #checkout-step-shipping_method td.col {
        font-size: 13px !important;
    }
}

@media (max-width: 1023px) {
    .wrapper > .header {
        position: relative;
        padding: 30px 0;
    }

    body.cms-index-index .shell {
        padding-left: 0;
        padding-right: 0;
    }
     /* .shell {
        padding-left: 20px;
        padding-right: 20px;
    } */
    .header > .shell {
        padding: 8px 0 0;
    }
    /* body.show-promo .nav-utilities .nav-trigger.active:after {
        top: -75px;
        width: 20px;
        height: 20px;
    } */
    .nav-utilities .nav-trigger.active:after {
        top: -7px;
    }
    /* body.show-promo  .header .dropdown-primary {
        top: 100px;
    } */
    .header .dropdown-primary {
        top: 100px;
    }
    .header.fixed-menu {
        position: fixed;
    }
    .header.fixed-menu .header__content .nav-utilities.header__nav-utilities ul .has-dropdown span {
        display: block !important;
    }
    .header.fixed-menu .dropdown-primary {
        height: auto;
        top: 75px;
    }
    .header.fixed-menu .header__content .nav-utilities.header__nav-utilities .searchUL .has-dropdown span:last-child {
        display: none !important;
    }
    .header .dropdown-primary .dropdown-primary__inner .has-dropdown a .ico-label {
        display: none;
    }
    .product__inner.product-item-info1 a.weltpixel-quickview.weltpixel_quickview_button_v2 {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
    aside.section__aside-mobile {
        display: block !important;
        position: relative;
        top: -18px;
    }
    .filter.active .filter-title {
        height: 45px;
        background: #fff;
        top: 145px;
    }
    .filter.active .filter-title strong {
        top: 0px;
        width: unset;
    }
    .filter.active .filter-subtitle {
        background: white;
        top: 77px;
    }
    .filter.active .filter-options {
        top: 185px;
    }
    .filter-options .has-dropdown {
        padding: 15px 20px 5px 15px;
        border-bottom: 1px solid #cccccc !important;
        padding-bottom: 10px !important;
    }
    .nav-alt_small ul .nav-alt__dropdown {
        padding: 14px 0px 26px;
    }
    aside.section__aside-mobile .cards .card__inner:after {
        background-image: unset;
    }
    aside.section__aside-mobile .cards .card__inner {
        background-color: transparent;
    }
    .filter-options .has-dropdown>a::after {
        content: '';
        position: absolute;
        right: 9px;
        width: 9px;
        height: 9px;
        border-right: 0.2em solid gray;
        border-top: 0.2em solid gray;
        transform: rotate(135deg);
        margin-right: 0.5em;
        margin-left: 1em;
    }
    .filter-options .has-dropdown>a.active::after {
        content: '';
        transform: rotate(315deg);
    }
    aside.section__aside-mobile .block-title.filter-title strong::before {
        content: '';
        position: absolute;
        right: 2px;
        width: 13px;
        height: 13px;
        border-right: 4px solid #53534b;
        border-top: 4px solid #53534b;
        transform: rotate(135deg);
        margin-right: 0.5em;
        margin-left: 1em;
        top: 21px;
    }
    aside.section__aside-mobile .filter.active .block-title.filter-title strong::before {
        display: none;
    }
    .filter-title strong {
        background-color: #fffcfc;
        box-shadow: unset;
        border: unset;
        text-align: left;
        width: 48%;
        text-transform: capitalize;
        font-size: 12px;
        font-family: 'Museo Sans', sans-serif;
        font-weight: 300;
        z-index: auto !important;
    }
    span.mobile-brands {
        display: block;
        font-size: 13px;
        font-weight: 600;
        font-family: 'Montserrat';
        text-transform: uppercase;
    }
    aside.section__aside-mobile .filter.active .block-title.filter-title span.mobile-brands {
        display: none;
    }
    .section__aside-mobile .dropdown-holder .items li a .label:before {
        bottom: 4px;
    }
    .product__inner.product-item-info1:hover a.weltpixel-quickview.weltpixel_quickview_button_v2 {
        display: none !important;
    }
    /* Checkbox  15/Aug/2022*/
    .checkout-index-index .table-checkout-shipping-method tbody tr td.col-carrier {
        display: flex !important;
        margin: 0;
        flex-wrap: inherit !important;
    }
    .checkout-index-index #checkout-step-shipping_method td.col {
        font-size: 12px !important;
    }
    .checkout-payment-method .items.payment-methods .payment-group .payment-method {
        padding: 5px 15px 0px !important;
    }
    div#iosc-billing-container {
        margin-top: 10px;
    }
    #checkout-step-shipping .subscribe-email .form.form-login .control {
        margin-top: 10px;
    }
    .checkout-index-index .card--compact .row #label_method_collect_shqpickup1:after {
        left: -32% !important;
        top: 45px;
    }
    .checkout-index-index .card--compact .row #label_carrier_freeshipping_freeshipping:after {
        right: -100px !important;
    }
    .intro-alt .intro-alt__inner .category-cms,
    .category-image,
    .custom_category .intro-alt__inner h1,
    .intro-alt .intro-alt__inner .category-description {
        float: none;
        width: 100%;
    }
    .wrapper .top-container .intro__content.forth_ban.banner_5 {
        left: 0 !important;
    }
    /* .checkout-index-index .card--compact .row #label_carrier_freeshipping_freeshipping:after {
        content: 'Free shipping is valid for credit card purchases over $100.00';
        position: absolute;
        top: 40px;
        font-size: 11px !important;
        color: #b83b5b;
        left: -145% !important;
        width: 400px;
    } */
    span.block-subtitle.filter-current-subtitle {
        display: none !important;
    }
    .filter .filter-current {
        border: none !important;
    }
    .filter-divider {
        border-bottom: none !important;
    }
    span.amshopby-choice {
        display: none !important;
    }
    .dropdown-holder .items li .amshopby-link-selected .label:after {
        left: 0px !important;
        bottom: 4px !important;
    }
    .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
        padding-left: 20px !important;
    }
}

.wrapper .top-container .intro__content.forth_ban.banner_5 {
    left: -15%;
}

.payment-method .payment-method-title.field.choice span.freeshipping-msg {
    font-size: 14px !important;
}

.dropdown-holder .items li .amshopby-link-selected .label:after {
    content: '';
    position: absolute;
    left: -3px;
    bottom: 5px;
    width: 13px;
    height: 13px;
    border: 1px solid #e8e8e8;
    background: black;
    top: 5px;
}

.checkout-index-index .card--compact .row #label_carrier_freeshipping_freeshipping:after {
    content: 'Free shipping for orders over $99.00';
    position: absolute;
    top: 40px;
    font-size: 11px;
    color: #b83b5b;
    left: -145% !important;
    width: 400px;
}

.checkout-shipping-method .no-quotes-block {
    display: none;
}

.intro__content.forth_ban.year-ban.special_class {
    top: 25px;
}

h6.box__title.box-main-mobile {
    display: none;
}
/* billing-list-boxes */

.checkout-index-index #billing-list-boxes .billing-address-box {
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 5px 35px 5px 10px;
    margin: 2px 0px 0px 0px;
    list-style-type: none;
    border: 1px solid #ccc;
    position: relative;
}

.checkout-index-index #billing-list-boxes .billing-address-box:not(:last-child):hover {
    background: #f4f4f4;
    cursor: pointer;
}

.checkout-index-index #billing-list-boxes .billing-address-box.selected-item:not(:last-child):hover {
    background: transparent;
}

.checkout-index-index #billing-list-boxes .billing-address-box:first-child {
    margin-top: 10px;
}

.checkout-index-index #billing-list-boxes .billing-address-box:last-child {
    border: transparent !important;
    color: #1979c3;
    font-size: 16px;
}

.checkout-index-index .billing-address-box.selected-item {
    border: 2px solid #AF2D4D !important;
}

.checkout-index-index .billing-address-box.selected-item:not(:last-child)::after {
    background: #AF2D4D;
    color: #fff;
    content: '\e610';
    font-family: 'luma-icons';
    height: 27px;
    width: 29px;
    font-size: 27px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.checkout-index-index span.add-new-billing-address-action-toggle {
    display: inline-block;
}

.checkout-index-index .billing-address-box:last-child .add-new-billing-address-action-toggle::after {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 16px;
    color: #8f8f8f;
    content: '\f004';
    font-family: 'osc_icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.checkout-index-index .billing-address-box:last-child .add-new-billing-address-action-toggle.billing-address-active::after {
    content: '\f005';
    background: transparent;
}
.checkout-index-index .payment-option-inner .field .coupon-tooltip {
    color: #b83b5b;
}
/* billing-list-boxes end*/

@media only screen and (max-width: 767px) {
    .intro__content.forth_ban.year-ban.special_class {
        top: 0;
    }
    h6.box__title.box-main-mobile {
        display: block;
    }
    h6.box__title.box-main-desktop {
        display: none;
    }
}

.intro__content.first_ban.font-size.just-changing-font .intro__title {
    font-size: 58px !important;
}

.checkout-index-index #iosc-billing-container .step-title::before {
    display: none;
}

#iosc-billing-container .iosc-billing-wrapper .step-title {
    padding-left: 0 !important;
}

.billing-address-form .choice.field {
    align-items: baseline !important;
}

.product-primary__section .product-add-form .box-tocart.update .field.qty {
    width: 35%;
    height: 48px;
}

.product-primary__section .product-add-form .box-tocart.update .field.qty .input-text.qty {
    height: 28px;
}

.product-primary__section .product-add-form .box-tocart .action.tocart {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 49px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0 30px 0;
    border: none;
    border-radius: 2px;
    transition: background .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #B83B5C;
    color: #ffffff;
}

.product-primary__section .product-add-form .box-tocart .action.tocart:hover {
    color: #373737 !important;
    background: #ededed;
    border-radius: 2px;
}

.field.field-select-billing {
    display: none !important;
}

.page-bottom .content .widget.block.block-static-block h2 span {
    font-size: 14pt !important;
    font-weight: 600 !important;
}

.page-bottom .content .widget.block.block-static-block p {
    font-weight: 400 !important;
}
/* Print btn and Menu css */

body .main {
    overflow: hidden;
}

.card__body .print-btn {
    text-align: right;
    margin: 10px;
}

.card__body .print-btn button {
    text-align: right;
    margin: 10px;
    background: #b83b5b;
    background: #b83b5b;
    border: 1px solid #b83b5b;
    box-shadow: unset;
    color: #fff;
}

.pl-thm-magedirect.pl-thm-magedirect-mws .page-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.account .page-title-wrapper .page-title {
    width: 75%;
}

.account .page-title-wrapper .order-status {
    width: 25%;
    text-align: center;
    line-height: 25px;
}

body.sales-order-print .main {
    padding: 50px 0 0;
    margin: 0;
}

body.sales-order-print .main.main_bg .logo,
body.sales-order-print .main.main_bg .slogan {
    max-width: 1230px !important;
    display: block;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 15px;
}

body.sales-order-view .card__body .print-btn {
    display: none;
}
/* End Print btn and Menu css */

@media print {
    .card__body .print-btn {
        display: none;
    }
    .account .page-title-wrapper .page-title {
        font-size: 30px;
        width: 65%;
    }
    .account .page-title-wrapper .order-status {
        width: 35%;
    }
    .table-orders .table__row .table__cell-size1 .product__image1,
    .table-orders .table__row .table__cell-size1 .product__content {
        width: 50%;
    }
    .table-orders .table__row .table__cell-size1 .product__image1 span {
        width: 130px !important;
    }
    .table-orders .table__row .table__cell-size1 .product__content {
        padding-left: 50px;
    }
}
/* Cookie bar */
/* .cookie-div #m-cookienotice.v-bar {
   width: 100%;
   left: 0;
   padding: 60px 120px;
   border: transparent !important;
}
.cookie-div #m-cookienotice .m-message {
   padding: 5px 10px;
   width: 70% !important;
}
.cookie-div #m-cookienotice .m-actions {
   position: relative;
   margin-top: -60px;
}

.cookie-div #m-cookienotice.v-bar .m-actions a {
   padding: 20px 50px !important;
} */
/* End Cookie bar */

.checkout-container #iosc-summary .title.step-title {
    display: none;
}

.custom_category .intro-alt__inner h1 {
    float: left;
    margin-bottom: 10px;
}

.MsoNormal span {
    font-family: 'Museo Sans', sans-serif !important;
}

a.hover-color:hover {
    color: #B83B5C !important;
}

.addition-setting {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

a.hover-color {
    cursor: pointer;
}

.cms-page-view .form-secondary .actions-toolbar {
    display: block;
}

.cms-page-view .form-secondary .actions-toolbar .primary button.btn {
    background: #B83B5C;
    color: #ffffff;
}

.cms-page-view .form-secondary .actions-toolbar .primary button.btn:hover {
    color: #373737 !important;
    background: #ededed;
}

@media only screen and (min-width: 1020px) {
    body.compare-product header:not(.fixed-menu) .searchUL .search-toggle .dropdown-primary {
        width: 100% !important;
        top: 55px;
        right: 0;
    }
    body.compare-product header:not(.fixed-menu) .header__content {
        padding-bottom: 55px;
    }
    body.compare-product header:not(.fixed-menu) .nav-utilities>ul {
        margin-right: 20px;
    }
    header.header.fixed-menu ul.compare-link {
        margin-right: 0;
    }
    .searchUL .search-toggle .dropdown-primary {
        width: 38% !important;
        right: 35%;
    }
    body.sticky-header header.section__head.section__head_primary.fixed-menu {
        position: relative;
    }
}

@media (max-width:1023px) and (min-width:768px) {
    /* Cookie bar */
    /* .cookie-div #m-cookienotice.v-bar {
               padding: 40px 50px;
           }
           .cookie-div #m-cookienotice.v-bar .m-actions a {
               padding: 15px !important;
           }
           .cookie-div #m-cookienotice .m-message {
               padding: 5px 10px;
               width: 50% !important;
           }
           .cookie-div #m-cookienotice .m-actions {
               margin-top: 0;
           } */
    /* End Cookie bar */
}

@media only screen and (min-width: 768px) {
    .wrapper .header.fixed-menu {
        position: sticky;
    }
    .wrapper {
        overflow: initial;
    }
    .section-dashboard {
        overflow: hidden;
    }
    .logo img {
        transition: all 0.3s ease;
    }
}

@media only screen and (max-width: 767px) {
    .intro__content.first_ban.font-size.just-changing-font .intro__title {
        font-size: 32px !important;
    }
    /* billing-list-boxes */
    .checkout-index-index .billing-address-box:last-child::after {
        right: 35%;
    }
    /* Cookie bar */
    /* .cookie-div #m-cookienotice.v-bar {
       padding: 20px;
   }
   .cookie-div #m-cookienotice .m-message {
       padding: 5px 10px;
       width: 100% !important;
   }
   .cookie-div #m-cookienotice .m-actions {
       position: relative;
       margin-top: 10px;
       width: 100%;
   }
   .cookie-div #m-cookienotice.v-bar .m-actions a {
       padding: 15px 0 !important;
       width: 100%;
   } */
    /* End Cookie bar */
    .cookie-div,
    .cookie-div #m-cookienotice.v-bar.v-bottom {
        width: 100% !important;
    }
}
/* New-banner */

.intro__content.forth_ban.year-ban.banner_5.mob-text-color {
    text-align: left;
    left: 0 !important;
}

.wrapper .top-container .mob-text-color .custom_banner_title {
    font-style: normal !important;
}

.wrapper .top-container .mob-text-color .custom_banner_subtitle:after {
    display: none;
}
/*wishlist */

.wishlist-index-share .main .page-title-wrapper,
.wishlist-index-index .main .page-title-wrapper {
    justify-content: flex-start;
    width: 70%;
    padding: 10px 0;
}

.cards .form-wishlist-items .products-grid.wishlist .product-item-info:hover {
    margin: 0;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item {
    width: 24%;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info {
    border-bottom: 1px solid #d7d7d9;
    padding-bottom: 10px;
}

.wishlist-index-index.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
    height: 40px;
}

.wishlist-index-index .customer-account-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a.product-item-link {
    height: 110px;
    display: block;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a.product-item-link {
    font-size: 13px !important;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
    position: relative;
    margin: 5px 0 0 0;
    border: none;
    padding: 0;
    box-shadow: none;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .comment-box {
    display: none;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart {
    margin-bottom: 5px;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: initial;
    background: transparent;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 0;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty label {
    margin-right: 10px;
    margin-bottom: 0;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty input {
    height: 25px;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions {
    display: block;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
    margin: 0;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary,
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
    width: 100%;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .stock {
    margin: 10px 0 0;
    background: #d7d7d9;
    padding: 10px;
    text-align: center;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner>.product-item-actions {
    text-align: center;
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0 !important;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions a.action.edit {
    display: none;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete {
    margin: 0;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete:hover {
    text-decoration: none;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete span {
    font-size: 0px;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete::before {
    content: '\e604';
    font-size: 20px;
    font-family: 'luma-icons';
}

.wishlist-index-index .wishlist-toolbar {
    float: left;
    width: 100%;
}

.wishlist-index-index .wishlist-toolbar .pager .pages {
    position: relative;
}

.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
    text-align: center;
}

.wishlist-index-share form.wishlist.share {
    float: right;
    width: 70%;
}

.wishlist-index-share form.wishlist.share .fieldset {
    margin-bottom: 0px;
}

.wishlist-index-share form.wishlist.share .fieldset .field {
    height: initial;
    padding: 0;
    border: none;
}

.wishlist-index-index .actions-toolbar {
    display: block;
}

.wishlist-index-index .actions-toolbar button.tocart {
    display: none;
}

#amasty-shopby-product-list .products .actions-secondary {
    position: absolute;
    top: 10px;
    right: 15px;
}

.product-primary__col_size2 .product-primary__inner a.towishlist-icon {
    position: absolute;
    right: 10%;
    top: 20px;
    z-index: 2;
}

#amasty-shopby-product-list .products .actions-secondary a.towishlist .ico-heart-hover,
#amasty-shopby-product-list .products .product__inner:hover .actions-secondary a.towishlist .ico-heart,
.product-primary__col_size2 .product-primary__inner a.towishlist-icon .ico-heart-hover,
.product-primary__col_size2 .product-primary__inner a.towishlist-icon:hover .ico-heart {
    display: none;
}

.product-primary__col_size2 .product-primary__inner a.towishlist-icon:hover .ico-heart-hover,
#amasty-shopby-product-list .products .product__inner:hover .actions-secondary a.towishlist .ico-heart-hover {
    display: block;
}
/* index-wishlist-product */

.customer-account-index .section__content .cards .card.profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customer-account-index .section__content .cards .card.profile .card__inner {
    width: 55%;
}

.customer-account-index .section__content .cards .card.profile .card__inner.wishlist-products {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* overflow-y: scroll;
   height: 590px; */
}

.customer-account-index .section__content .cards .card.profile .card__inner.wishlist-products header.card__head {
    width: 100%;
}

.customer-account-index .section__content .cards .card.profile .card__inner.wishlist-products .card__body {
    width: 50%;
    text-align: center;
    padding: 10px;
}

.customer-account-index .section__content .cards .card.profile .card__inner.wishlist-products .card__body .product-details a span {
    font-size: 13px !important;
}

.customer-account-index .section__content .cards .card.profile .card__inner.wishlist-products .card__body .product-details a span.product-price {
    color: #b93758;
}
/* Endwishlist */

.account .nav-alt_primary>ul>li>strong {
    border: medium none;
    padding: 12px 10px;
    transition: background 0.3s ease 0s;
    display: block;
    background: #d7d7d9
}

.xnotif-stock-index .page-title-wrapper .page-title {
    width: 100%;
    border-width: 1px 0 1px;
    border-style: solid;
    border-color: #c7c7cb;
    padding: 20px 0;
    margin-bottom: 30px;
    line-height: 25px;
}

.xnotif-stock-index .page-title-wrapper .page-title span {
    font-size: 25px !important;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

body.account .cards .card__head.fixed-menu {
    position: relative;
    border-bottom: none;
}
/* Account Stock Index */

body.xnotif-stock-index .main>div:nth-of-type(2) {
    max-width: 1230px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

body.xnotif-stock-index .main>div:nth-of-type(2)::after,
body.xnotif-stock-index .main>div:nth-of-type(2)::before {
    clear: both;
    display: table;
    content: '';
}

body.xnotif-stock-index .main>div:nth-of-type(2) .shell {
    width: 75% !important;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

body.xnotif-stock-index .main>div:nth-of-type(2) .sidebar.sidebar-main {
    width: 25%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

body.xnotif-stock-index .main table#my-subscriptions-table thead tr th:nth-of-type(2) {
    width: 25%;
}

body.xnotif-stock-index .main table#my-subscriptions-table thead tr th:nth-of-type(5) {
    width: 14%;
}

.header .header__inner .divider.nav__divider .header__nav {
    overflow: hidden;
}
/* End Account Stock Index */
/* HOME FEATURED PRODUCT SECTION */
.featured-products .featured-products-wrapper{
    background: #F2F2F2;
    padding:38px 0 52px;
}
.featured-products .featured-products-wrapper h3 {
    margin-bottom: 23px;
}
.featured-products .featured-products-wrapper .feature-products {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px 13px;
}
.featured-products .featured-products-wrapper .feature-products .product {
    text-decoration: none;
    text-align: center;
}
.featured-products .featured-products-wrapper .feature-products .product h4 {
    color: #595959;
    font-weight: bold;
}
 .general-h3 {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    color: #A8405C;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
}

.top-container .owl-carousel .owl-nav button.owl-next, 
.top-container .owl-carousel .owl-nav button.owl-prev{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}
.top-container .owl-carousel .owl-nav button span {
    color: #A8405C;
    font-size: 30px;
    font-weight: bold;
}
.top-container .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}
.top-container .owl-carousel .owl-nav button.owl-prev {
    left: 40px;
}
.top-container .owl-carousel:hover .owl-nav button.owl-next:hover,
.top-container .owl-carousel:hover .owl-nav button.owl-prev:hover {
    background: #B83B5C;
}
.top-container .owl-carousel:hover .owl-nav button.owl-next:hover span,
.top-container .owl-carousel:hover .owl-nav button.owl-prev:hover span{
    color: #fff;
}
/* HOME FEATURED PRODUCT SECTION */
body.search-index-index .klevuLanding > .klevuWrap [ku-container][data-container-role="main"],
body.page-products .klevuLanding > .klevuWrap [ku-container][data-container-role="main"],
body.search-index-index .klevuLanding > .klevuWrap .kuContainer,
body.page-products .klevuLanding > .klevuWrap .kuContainer {
    max-width: 1680px;
    width: 100%;
}
.checkout-index-index .table-checkout-shipping-method tbody tr.md-ups-tr-html span.validation-message,
.checkout-index-index .table-checkout-shipping-method tbody tr.md-fedex-tr-html span.validation-message-fedex{
    font-size: 14px;
    color: #b83b5b;
    padding-left: 12px;
}
.checkout-index-index form#co-payment-form .message.notice,
.checkout-index-index #opc-shipping_method .message.notice,
body.account .message.info.empty,
body.catalog-product-view .messages .message-notice {
    background: #fae5e5;
    color: #e02b27;
}
.checkout-index-index form#co-payment-form .message.notice {
    padding-left: 45px;
}
@media (max-width:1023px) {
    .wrapper {
        overflow: initial;
    }
    .wrapper > .header {
        padding: 0 20px;
        
    }
    .wrapper > .header.show-search {
        height: 120px;
    }
    .header .header__content {
        padding: 20px 0 0;
    }
    .header.fixed-menu {
        position: sticky;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    header.section__head.section__head_primary.fixed-menu {
        display: none;
        top: 145px;
        background: #fff;
        left: 0;
    }
    header.section__head.section__head_primary.fixed-menu .section__title {
        display: none;
    }
    body.sticky-header .filter.active .filter-options {
        top: 295px;
    }
    body.sticky-header .filter.active .filter-title {
        top: 255px;
    }
    .nav-utilities.header__nav-utilities .auth-minicart-container li.has-dropdown a.dropdown-toggle > span:first-child {
        display: none !important;
    }
    .wrapper .header:after {
        width: 100%;
        left: 0;
        transform: unset;
        -webkit-transform: unset;
    }
    /* wishlist-share-form */
    .wishlist-index-share form.wishlist.share {
        float: none;
        width: 100%;
    }
    /* Account Stock Index */
    body.xnotif-stock-index .main>div:nth-of-type(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    body.xnotif-stock-index .main>div:nth-of-type(2) .shell {
        overflow-x: scroll;
    }
    body.xnotif-stock-index .main>div:nth-of-type(2) .shell,
    body.xnotif-stock-index .main>div:nth-of-type(2) .sidebar.sidebar-main {
        width: 100% !important;
    }
    body.xnotif-stock-index .main>div:nth-of-type(2) .sidebar.sidebar-main .section__aside {
        width: 100%;
    }
    body.xnotif-stock-index .main>div:nth-of-type(2) .sidebar.sidebar-main .nav-alt_primary>ul>li {
        display: block;
    }
    body.xnotif-stock-index .main table#my-subscriptions-table thead tr th:nth-of-type(2) {
        min-width: 170px;
    }
    /* End Account Stock Index */
        /* SERACH */
        .header .header__content .block-search {
            position: absolute;
            width: 100%;
            left: 0;
            top: 60px;
            display: none;
        }
        .wrapper > .header.show-search .header__content .block-search {
            display: block;
        }
        .header .header__content .block-search .form  {
            position: relative;
        }
        .header .header__content .block-search .control {
            border-top: none;
            clear: both;
            margin: 0;
            padding: 0;
            float: none;
        }
        .header .header__content .block-search .block-content .form input {
            margin: 0;
            padding:5px 0;
        }
        .header .header__content .block-search .actions {
            display: none;
        }
        .header .header__content .block-search .form .label {
            text-decoration: none;
            display: inline-block;
            float: none;
            right: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            opacity: 1;
            overflow: visible;
            clip: unset;
            height: auto;
            width: auto;
            margin: 0;
            padding: 0;
        }
        .header .header__content .block-search .form .label:before {
            color: #000;
        }
        .wrapper .top-container {
            padding: 0 !important;
        }
}
@media screen and (max-width: 1023px) and (min-width: 768px) { 
    .nav-utilities.header__nav-utilities .auth-minicart-container .dropdown-primary {
        top: 7vh;
    }
    header.header.fixed-menu .nav-utilities.header__nav-utilities .auth-minicart-container .dropdown-primary {
        top: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .intro__content.forth_ban.year-ban.banner_5.mob-text-color {
        text-align: center;
    }
    .header .header__nav-utilities .auth-minicart-container > ul {
        margin-right: 6px;
    }
    .nav-utilities.header__nav-utilities .auth-minicart-container .dropdown-primary {
        top: 8vh;
    }
    header.header.fixed-menu .nav-utilities.header__nav-utilities .auth-minicart-container .dropdown-primary {
        top: 84px;
    }
    body.sticky-header .footer {
        z-index: 0;
    }
    .header.fixed-menu .dropdown-primary {
        top: 84px;
    }
    /* wishlist */
    .wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item {
        width: 100%;
    }
    .wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info {
        border: none;
        padding: 0;
    }
    .wishlist-index-share .section-dashboard .section__aside {
        display: block;
        width: 100%;
    }
    .wishlist-index-share .section-dashboard .section__aside .card__inner nav ul .nav {
        display: block;
    }
    .wishlist-index-share .block-collapsible-nav {
        display: none;
    }
    .wishlist-index-index .wishlist-toolbar .pager .toolbar-amount {
        position: relative;
    }
    .wishlist-index-share .main .page-title-wrapper {
        width: 100%;
    }
    .wishlist-index-share .main .page-title-wrapper .page-title {
        font-size: 25px;
    }
    /* Endwishlist-profile */
    .customer-account-index .section-dashboard .section__head {
        position: static;
    }
    .customer-account-index .section__content .cards .card.profile .card__inner {
        height: auto;
    }
    .customer-account-index .section__content .cards .card.profile .card__inner,
    .customer-account-index .section__content .cards .card.profile .card__inner.wishlist-products {
        width: 100%;
    }
    .top-container .owl-carousel .owl-nav button.owl-next, 
    .top-container .owl-carousel .owl-nav button.owl-prev{
        top:25%;
    }
    .top-container .owl-carousel .owl-nav button.owl-prev {
        left: 30px;
    }
    .top-container .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    /* Endwishlist */
    .aioa-widget-wrapper .accessibility-trigger.aioa_bottom_right button {
        bottom: 100px;
        right: 5px;
    }
    .account.customer-account-edit .form.form-edit-account {
       width: 100%;
    }
    body.account .block-collapsible-nav,
    body.account .section__body .section__aside {
       display: none;
    }
    .featured-products .featured-products-wrapper .feature-products {
        grid-template-columns: 1fr;
        gap: 50px 13px;
    }
    .featured-products .featured-products-wrapper .feature-products h4 {
        font-size: 16px;
    }
    .header .header__content .block-search {
        top: 55px;
    }
    .featured-products .featured-products-wrapper .feature-products .product:nth-child(n+5) {
        display: none;
    }
    .product-primary .product-primary__cols .amxnotif-block .notification-container {
        margin-top: 10px !important;
        flex-direction: column;
        width: 100%;
    }
}.shipping-information,
.payment-method-billing-address,
.actions-toolbar,
#checkout > div.opc-estimated-wrapper > div.minicart-wrapper > button,
.field-tooltip,
aside.opc-sidebar,
.opc-estimated-wrapper,
#checkout-step-shipping button.action-show-popup {
    display: none;
}

.opc-progress-bar {
    display: none !important;
}

@font-face {
  font-family: 'osc_icons';
  src: url('../../frontend/frontend/Magestore/theme/en_US/Onestepcheckout_Iosc/css/font/osc_icons.eot?36321574');
  src: url('../../frontend/frontend/Magestore/theme/en_US/Onestepcheckout_Iosc/css/font/osc_icons.eot?36321574#iefix') format('embedded-opentype'),
       url('../../frontend/frontend/Magestore/theme/en_US/Onestepcheckout_Iosc/css/font/osc_icons.woff2?36321574') format('woff2'),
       url('../../frontend/Magestore/theme/en_US/Onestepcheckout_Iosc/css/font/osc_icons.woff?36321574') format('woff'),
       url('../../frontend/Magestore/theme/en_US/Onestepcheckout_Iosc/css/font/osc_icons.ttf?36321574') format('truetype'),
       url('../../frontend/Magestore/theme/en_US/Onestepcheckout_Iosc/css/font/osc_icons.svg?36321574#osc_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*additions to defaut styleset*/
.fieldset:last-child {
    margin-bottom: 0px;
}

#customer-email-fieldset  .actions-toolbar {
    display: block;
    margin-top: 10px;
}
#customer-email-fieldset  .hidden-fields {
    margin-top: 10px;
}

div.checkout-shipping-method div.message.notice {
    margin-top: 10px;
}

.checkout-payment-method .checkout-billing-address {
    display: none;
}

.opc-wrapper {
    float: left;
    padding-right: 0px !important;
    width: 100%;
}
.opc-block-summary .minicart-items-wrapper {
    max-height: none;
}
.minicart-items-wrapper {
    overflow-x: initial;
}
/* common css for all */

.iosc-third, .iosc-half, .iosc-quarter, .iosc-whole {
    float: left;
    display: inline-block;
}
.iosc-whole {
    width: calc(100% - 8px);
}
.iosc-start.iosc-third,
.iosc-between.iosc-third,
.iosc-end.iosc-third {
    width: calc(75% - 8px);
}
.iosc-start.iosc-half,
.iosc-between.iosc-half,
.iosc-end.iosc-half {
    width: calc(50% - 8px);
}
.iosc-start.iosc-quarter,
.iosc-between.iosc-quarter,
.iosc-end.iosc-quarter {
    width: calc(25% - 8px);
}
.iosc-start {
    margin-right: 8px !important;
}
.iosc-between {
    margin-right: 8px !important;
}
.iosc-break {
    clear: both !important;
}
#co-shipping-form {
    overflow: auto;
}

.control select {
    padding: 4px 27px 4px 4px;
}
table.table-checkout-shipping-method {
    width: 100%;
}

.field .control._with-tooltip input {
    margin-right: 0;
    width: 100%;
}

.opc-wrapper .step-content {
    margin: 0 0 10px;
}

.opc-wrapper ol li {
    width: 48%;
}

.opc-wrapper #shipping,
.opc-wrapper #iosc-billing {
    float: left;
}

.opc-wrapper #opc-shipping_method,
.opc-wrapper #payment {
    float: right;
}

#payment,
#shipping,
#opc-shipping_method {
    display: inline-block ;
}

#iosc-billing-container {
    clear: both;
}
#iosc_billingaddress {
    margin-bottom: 15px;
}

#iosc-billing-container div.choice {
    clear: both;
}

.shipping-address-item {
    width: 100% !important;
    padding: 5px 35px 5px 10px !important;
    margin: 2px 0px 0px 0px !important;
}

.shipping-address-item.not-selected-item{
     border: 1px solid #ccc;
}

.shipping-address-item.not-selected-item:hover {
    background: #f4f4f4;
    cursor: pointer;
}
.shipping-address-items {
    padding: 8px 0px 10px 0px;
}

.shipping-address-item:before {
    background: inherit !important;
}
.opc-wrapper .form-shipping-address {
    margin: 15px 0px 0px 0px;
}

.newaddress-button-title,
.discount-code .payment-option-title,
.iosc-comment .iosc-comment-title {
    padding: 10px 0 10px 0;
    margin: 0;
    cursor: pointer;
}

.newaddress-button-title .action-toggle,
.discount-code .payment-option-title  .action-toggle,
.iosc-comment .iosc-comment-title .action-toggle {
    color: #1979c3;
    display: inline-block;
    text-decoration: none;
}

.newaddress-button-title .action-toggle:hover:after,
.discount-code .payment-option-title .action-toggle:hover:after,
.iosc-comment .iosc-comment-title .action-toggle:hover:after {
    color: #333333;
}

.newaddress-button-title .action-toggle:after,
.discount-code .payment-option-title .action-toggle:after,
.iosc-comment .iosc-comment-title .action-toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 16px;
    color: #8f8f8f;
    content: '\f004';
    font-family: 'osc_icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.newaddress-button._active .newaddress-button-title .action-toggle:after,
.discount-code._active .payment-option-title .action-toggle:after,
.iosc-comment._active .iosc-comment-title  .action-toggle:after {
    content: '\f005';
}
.cart-discount .block.active > .title:after {
    content: '\f005';
}
.newaddress-save-button-container{
    margin: 10px 0 15px 0;
}
.discount-code,
.iosc-comment,
.iosc-subscribe {
    margin: 0px 0 25px 0;
    padding: 0px 15px;
    overflow: auto;
}
.iosc-subscribe label {
    float: left;
    width: 90%;
}
.iosc-subscribe input {
    float: left;
}

.discount-code label {
    display: none;
}

#discount-form {
    display: block;
    overflow: auto;
}

.discount-code .payment-option-inner {
    display: inline-block;
    float: left;
    width: 65%;
}
.discount-code .actions-toolbar {
    display: inline-block;
    float: right;
    width: 32%;
}
.discount-code .actions-toolbar button {
    margin: 0 !important;
}
/* replaced min-width 500px */
.table-checkout-shipping-method {
    min-width: inherit !important;
}

.authentication-wrapper .actions-toolbar {
    display: inline-block;
}

.authentication-wrapper .fieldset {
    margin: 0 0 20px;
}

.authentication-wrapper .actions-toolbar div {
    display: block !important;
    float: none !important;
    text-align: left !important;
}
.block-authentication .action.action-login {
    padding: 6px 15px !important;
    font-size: inherit !important;
}

.opc-wrapper .form-login {
    border: none !important;
    padding: 0 !important;
    margin: 20px 0 0 0;
}
.opc-wrapper #customer-email-fieldset div.field {
    width: calc(100% - 8px);
    margin-bottom: 0;
}

/* EOF Common css for all */

/* payment methods */
.payment-method-content {
    padding: 0 !important;
}

.payment-method-content .checkout-agreements-block {
    margin: 0 !important;
}

.payment-method-content p {
    margin: 0 !important;
}

.checkout-payment-method .credit-card-types .item {
    float: left;
    width: auto;
}
/* amazon payments */
#checkout-step-shipping div.amazon-express-title,
#checkout-step-shipping div.amazon-divider {
    display: none;
}
#checkout-step-shipping div.amazon-widget-container {
    margin: 0 10px 15px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
    position: absolute;
}
.checkout-payment-method div.amazon-widget-container {
    margin: 15px 0 0 0;
}
/* totals */
div#iosc-summary {
    width: 31%;
    float: right;
}
div#iosc-summary span.step-title {
    padding: 0px 0px 10px 38px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
    display: inline-block;
    position: relative;
}
div.step-title {
    position: relative;
    padding: 0px 0px 15px 38px;
}
.checkout-shipping-address div.step-title {
    margin-right: 8px;
}
#shipping.checkout-shipping-address .field-select-billing div.step-title {
    padding: 0px 0px 10px 0px;
}
.checkout-payment-method .step-title {
    border-bottom: 1px solid #ccc;
}
.title-number {
    margin: 4px 0px 0px -38px;
    position: absolute;
    border-radius: 50%;
    width: 28px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fda085;
    display: inline-block;
    border: 1px solid #b6b6b6;
    background-image: -webkit-linear-gradient(30deg, #fdfbfb 0%, #ebedee 100%);
    background-image: -moz-linear-gradient(30deg, #fdfbfb 0%, #ebedee 100%);
    background-image: -o-linear-gradient(30deg, #fdfbfb 0%, #ebedee 100%);
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14), 0 1px 12px 0 rgba(0,0,0,0.18), 0 1px 3px -1px rgba(0,0,0,0.1);
}
.title-number span {
    text-align: center;
    line-height: 28px;
    display: block;
}

.table-checkout-shipping-method tbody td:first-child,
div.payment-method-title.field.choice {
    padding-left: 9px;
}

.opc-block-summary,
.product-image-wrapper img {
    border-radius: 5px;
}

.opc-block-summary {
    padding: 15px;
}

.block.items-in-cart {
    margin-bottom: 10px !important;
}
.opc-block-summary .table-totals tbody tr:last-child td {
    padding-bottom: 0 !important;
}
.opc-block-summary .table-totals .grand td, .opc-block-summary .table-totals .grand th {
    padding: 10px 0 0 0 !important;
}

.minicart-items .product-item-details .details-qty {
    display:none;
}
.minicart-items .product-item-details .details-qty.visible {
    display: block;
    float: left;
    margin: 5px 0;
}
.opc-block-summary .product-item .subtotal {
    text-align: right;
    float: right;
    margin: 5px 0px 0px 0px;
}
.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 3px;
}
.qtybuttons {
    float: left;
    margin: 12px 0 3px 0;
}

.qtybuttons a:before {
  font-family: "osc_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  margin-right: .1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .1em;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qtybuttons a.add:before {
    color: #75d5ff;
    content: '\e805';
}
.qtybuttons a.add:hover:before {
    color: #006bb4;
    content: '\e805';
}
.qtybuttons a.remove:before {
    color: #c0c0c0;
    content: '\e806';
}
.qtybuttons a.remove:hover:before {
    color: #ff2600;
    content: '\e806';
}
.qtybuttons a.delete:before {
    color: #c0c0c0;
    content: '\e809';
}
.qtybuttons a.delete:hover:before {
    color: #ff2600;
    content: '\e809';
}
.qtybuttons a span{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.opc-block-summary .product-item .price {
    font-size: 1.4rem;
}
.opc-sidebar {
    margin-top: 0 !important;
}
div.checkout-agreements {
    margin: 0 0 25px 0;
    overflow: auto;
}
div.checkout-agreement {
    margin: 0 0 3px 0;
    padding: 0 0 0 15px;
    overflow: auto;
}
div.checkout-agreement input {
    float: left;
}
div.checkout-agreement label {
    float: left;
    width: 90%;
}
div.checkout-agreement button {
    border: none;
    background: none;
    box-shadow: none;
    display: inline;
    padding: 0;
    margin: 0;
    border-radius: initial;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    color: #1979c3;
    text-align: left;
}
div.iosc-place-order-container button.iosc-place-order-button {
    padding: 13px 35px;
    color: #fff;
    width: 92%;
    border-radius: 6px;
    background: #f18200;
    border: 1px solid #f18200;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.0rem;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(0deg, #f18200 0%, #ff9a44 100%);
}
.iosc-place-order-container {
    text-align: center;
}
.action.primary.iosc-place-order-button:hover,
.action.primary.iosc-place-order-button:active,
.action.primary.iosc-place-order-button:focus {
    background: #FFA336;
    border: 1px solid #FFA336;
    background-image: none;
}

.opc-wrapper .fieldset > .field.required > label,
.opc-wrapper .fieldset > .field._required > label,
.fieldset > .field:not(.choice) > .label {
    padding-right: 0px !important;
    padding-top: 0px !important;
    float: none;
    text-align: left;
    width: initial !important;
    margin: 0 0 8px;
}

.iosc-billing-wrapper .field-select-billing .label {
    display: none;
}

.fieldset > .field:not(.choice) > .control {
    float: none !important;
    width: initial !important;
    overflow: auto;
}

.fieldset > .field {
    margin-bottom: 20px !important;
}

.opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 0px !important;
    position: unset !important;
}

.fieldset > .field.choice:before, .fieldset > .field.no-label:before {
    width: unset !important;
}

input._has-datepicker {
    margin-right: 5px;
    width: calc(100% - 28px) !important;
}

.iosc-registration {
    padding: 0px 4px 0px 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    background: rgb(245, 245, 245);
    width: calc(100% - 24px);
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #f5f5f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4f4f4 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.iosc-registration .password-toggle {
    padding: 8px 0px 8px 0px;
}

.iosc-registration .password-fields {
    padding: 15px 1px 5px 1px;
}

.iframe-payment-modal .action-close {
    display: none !important;
}
.iframe-payment-modal .iframe-container {
    position: relative;
    width: 100% !important;
    height: 100%  !important;
    overflow: auto;
}
.iframe-payment-modal iframe {
    width: 100% !important;
    height: 125% !important;
}

.iframe-payment-modal .modal-content {
    height: 100%;
    position: absolute;
    width: 100%;
}

/* shipping policy block */
div.shipping-policy-block.field-tooltip {
    display: inline-block;
    position: relative;
    padding: 0px 0px 10px 40px;
    left: auto;
    top: auto;
}

.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content {
    right: auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {

    }
@media only screen and (max-width: 401px) {
    .iosc-third, .iosc-half, .iosc-quarter, .iosc-whole {
        float: none;
        display: block;
    }
    .iosc-whole {
        width: 100%;
    }
    .iosc-start.iosc-third,
    .iosc-between.iosc-third,
    .iosc-end.iosc-third {
        width: 100%;
    }
    .iosc-start.iosc-half,
    .iosc-between.iosc-half,
    .iosc-end.iosc-half {
        width: 100%;
    }
    .iosc-start.iosc-quarter,
    .iosc-between.iosc-quarter,
    .iosc-end.iosc-quarter {
        width: 100%;
    }
    .opc-wrapper #customer-email-fieldset div.field {
        width: 100%;
    }
    .iosc-start {
        margin-right: 0px !important;
    }
    .iosc-between {
        margin-right: 0px !important;
    }
    .table-checkout-shipping-method tbody td:first-child, div.payment-method-title.field.choice {
        padding-left: 0px;
    }
    .step-title {
        font-weight: 300;
        font-size: 2.6rem;
        display: block;
        padding-bottom: 10px;
    }
    .checkout-payment-method .step-title {
        border-bottom: none;
    }
}
@media only screen and (max-width: 639px) {
    .opc-wrapper .form-login, .opc-wrapper .form-shipping-address, .opc-wrapper .methods-shipping  {
        background: #ffffff;
    }
    .opc-wrapper .form-login, .opc-wrapper .form-shipping-address, .opc-wrapper .methods-shipping {
        padding: 0;
    }
    .opc-wrapper .form-login+.form-shipping-address {
        margin-top: 10px;
    }
    .step-title {
        font-weight: 300 !important;
        font-size: 2.6rem !important;
        padding-bottom: 10px !important;
        display: block;
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    div#iosc-summary {
        width: 100%;
        clear: both;
    }
    #payment, #shipping, #opc-shipping_method, #iosc-billing {
        clear: both;
        width: 100%;
        float: none;
    }
    #payment {
        display: block !important;
    }
    .checkout-payment-method .payment-methods {
        margin: 0;
    }
    .opc-wrapper .methods-shipping {
       padding: 0;
       margin: 0;
    }
    input[type="radio"] {
        margin: 2px 4px 0 1px;
    }
    .checkout-payment-method .step-title {
        padding-left: 38px;
    }
}

@media only screen and (max-width: 768px) {

}
@media all and (min-width: 640px) {

}

@media only screen and (min-device-width: 320px) {

}

@media only screen and (min-device-width: 768px) {

}

@media only screen and (min-device-width: 1024px) {

}

/*custom changes by yasir 9/28/2020 */
.shell #shipping-new-address-form > div, #billing-new-address-form > div {
    width: 100%;
}
.shell .checkout-shipping-method {
    clear: inherit;
}
.shell #checkoutSteps .payment-method-title .label {
    padding-left: 24px;
    margin-left: 0;
}
#iosc-summary .title {
    padding-bottom: 10px;
    font-size: 2.6rem;
    border-bottom: none;
    margin-bottom: 0px;
    font-weight: 400;
    color: #373737;
    font-family: 'Museo Sans', sans-serif;
}
.shell .opc-block-summary {
    margin-top: 10px;
}
.shell form#co-shipping-method-form {
    padding: 0px;
}
.shell .opc-wrapper .step-content {
    padding: 0px;
}
.shell div.iosc-place-order-container button.iosc-place-order-button {
    padding: 0px;
    background: #b83b5b;
    box-shadow: none;
    background-image: none;
    border: 1px solid #b83b5b;
}
.shell div.iosc-place-order-container button.iosc-place-order-button:hover {
    background: #b83b5b;
    color: #fff;
}
.shell .opc-block-summary .table-totals .grand th {
    padding: 10px 0 0 0 !important; 
}
.shell #opc-shipping_method .card__foot {
    margin-top: 0px;
    background: none;
    display: none;
}
.shell .subscribe-email {
    padding: 0;
    padding-bottom: 10px;
}
.shell .subscribe-email .subscribe-email__inner {
    padding: 20px 2px 40px;
    padding-bottom: 10px;
}
.shell #shipping-new-address-form > div, #billing-new-address-form > div {
    width: 100%;
}
.shell .checkout-shipping-method {
    clear: none;
}
.shell #checkoutSteps .payment-method-title .label {
    padding-left: 24px;
    margin-left: 0;
}
.shell .opc-wrapper #payment.checkout-payment-method {
    float: right;
    clear: right;
}
#iosc-summary .title {
    padding-bottom: 10px;
    font-size: 2.6rem;
    border-bottom: none;
    margin-bottom: 0px;
    font-weight: 400;
    color: #373737;
    font-family: 'Museo Sans', sans-serif;
}
.shell .opc-block-summary {
    margin-top: 10px;
}
.shell form#co-shipping-method-form {
    padding: 0px;
}
.shell .opc-wrapper .step-content {
    padding: 0px;
}
.shell div.iosc-place-order-container button.iosc-place-order-button {
    padding: 0px;
    background: #b83b5b;
    box-shadow: none;
    background-image: none;
    border: 1px solid #b83b5b;
    height: 50px;
    line-height: 49px;
    border-bottom: 0px !important;
}
.shell div.iosc-place-order-container button.iosc-place-order-button:hover {
    background: #b83b5b;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
}
.shell .action.primary.iosc-place-order-button:hover, .shell .action.primary.iosc-place-order-button:active, .shell .action.primary.iosc-place-order-button:focus {
    background: #b83b5b;
    border: 1px solid #b83b5b;
    color: #fff;
}
.shell .opc-block-summary .table-totals .grand th, .shell .opc-block-summary .table-totals .grand td {
    padding: 11px 0!important; 
}
.shell #opc-shipping_method .card__foot {
    margin-top: 0px;
    background: none;
}
.shell .subscribe-email {
    padding: 0;
    padding-bottom: 10px;
}
.shell .table-checkout-shipping-method tbody td:first-child {
    padding-left: 0px;
}
.shell div.payment-method-title.field.choice {
    padding-left: 0px;
}
.shell .payment-method-content .checkout-agreements-block {
    padding-right: 10px;
}
.shell #checkoutSteps fieldset.field.street.admin__control-fields, .shell .form.form-shipping-address .field.street.admin__control-fields {
    width: 100%;
}
.shell .qtybuttons {
    float: left;
    margin: 13px 0 3px 0;
}
.shell .iosc-comment .iosc-comment-title .action-toggle {
    font-weight: 600;
    color: #333;
}
.shell #iosc-summary .textarea ,#iosc-summary .field {
    border: 0;
    height: auto;
}
.shell #iosc-summary .iosc-comment {
    margin: 0;
    padding: 0px 15px;
    overflow: unset;
}
.shell #iosc-summary .fieldset {
    margin: 0 0 20px;
}
.shell #iosc-summary .iosc-comment .field {
    padding: 0;
}  
.shell .form-discount .primary .action-apply {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0 30px 0;
    background: #b83b5b;
    border: none;
    border-radius: 2px;
    color: #ffff;
}
.shell .form-discount .primary .action-apply:hover {
    background: #b83b5b;
    color: #ffff;
}
.shell .payment-option-content .form-discount .field {
    padding: 0;
}
.shell .discount-code .form-discount .actions-toolbar {
    width: 35%;
}
.shell .discount-code .payment-option-title .action-toggle {
    font-weight: 600;
    color: #333;
}   
.opc-block-summary .product-item .subtotal {
    margin: 13px 0px 0px 0px;
}
@media only screen and (max-width: 767px) {
    .shell #ulmod_order_comment.payment-option._collapsible .payment-option-content .order-comment-form {
        margin-right: 10px;
    }
}
@media only screen and (min-width: 767px) { 
    .shell fieldset#payment_form_authorizenet_acceptjs {
        padding-right: 0px;
    }
    .checkout-index-index .checkout-shipping-address div.step-title {
        margin-right: 8px;
        padding: 0 0 15px 50px !important;
    }
}
.checkout-index-index .shell .field.payment-method-title {
    padding: 20px 0px;
    padding-top: 0px;
}
@media only screen and (max-width: 767px) {
    .checkout-index-index .checkout-shipping-address div.step-title {
        margin-right: 8px;
        padding: 0 0 15px 0px !important;
    }
}
.checkout-index-index .title-number { 
    color: #b83b5b;
} 
.newaddress-button-title, .discount-code .payment-option-title, .iosc-comment .iosc-comment-title {
    background: none;
    padding: 10px 0 10px 0 !important; 
}
.checkout-index-index .shell .subscribe-email {
    padding-bottom: 0px;
}
.checkout-index-index .opc-wrapper .step-content {
    margin: 0px;
}
.checkout-index-index .shell .subscribe-email .subscribe-email__inner {
    padding: 15px 2px 40px;
}

.checkout-index-index.checkout-shipping-method .cards .card--compact .card__inner {
    padding: 8px 0px 0px;
}
.subscribe-email .subscribe-email__inner {
    border: 0;
}
.checkout-index-index .main_bg {
    background: none;
}
body.checkout-index-index .main.main_bg > div:last-child::before {
    display: none;
}
.checkout-index-index .shell {
    position: relative;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}
.checkout-index-index .shell .field {
    padding: 0px;
}
.checkout-index-index .shell .fieldset {
    margin: 0px;
}
#checkout-step-shipping .shell .form.form-login .actions-toolbar {
    margin-top: 0px;
    margin-left: 0px;
}
#checkout-step-shipping .shell .subscribe-email {
    background: none;
}
@media only screen and (min-width: 767px) { 
    .iosc-start.iosc-half, .iosc-between.iosc-half, .iosc-end.iosc-half {
        width: calc(50% - 8px) !important;
    }
}
.checkout-index-index .subscribe-email {
    background: none;
}
.field.street {
    padding-left: 0px;
}
#checkout-step-shipping .shell .subscribe-email .subscribe-email__inner {
    padding: 0px 2px 0px;
}
.cards .card card--compact .card__inner {
    padding: 22px 0px 10px !important;
}   
/* .cards .card__inner:after {
    background: none !important;
} */
.checkout-index-index #checkout-step-shipping .form.form-login .actions-toolbar {
    margin-top: 0px;
    margin-left: 0px;
}
#checkoutSteps div.field .input-text, #checkoutSteps fieldset.field .input-text, #checkoutSteps div.field select.select, #shipping-new-address-form div.field .input-text, #shipping-new-address-form fieldset.field .input-text {
    background: #fff !important;
    background-clip: padding-box;
    border: 1px solid #c2c2c2 !important;
    border-radius: 1px;
    font-size: 14px;
    height: 32px !important;
    line-height: 1.42857143;
    padding: 0 9px !important;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.checkout-index-index .table-checkout-shipping-method td.col {
    padding-top: 20px;
    padding-bottom: 20px;
}
.checkout-index-index #checkout-step-shipping_method td.col {
    font-size: 14px;
}
.shell #opc-shipping_method .card__foot {
    display: none;
}
@media only screen and (max-width: 767px) { 
    .iosc-start.iosc-half, .iosc-between.iosc-half, .iosc-end.iosc-half {
        width: 100% !important;
    }
    .checkout-index-index .checkout-shipping-address div.step-title {
        padding: 0 0 15px 0px !important;
    }
    .checkout-index-index .shell .subscribe-email .subscribe-email__inner {
        padding: 15px 2px 10px;
    }
}
.billing-address-same-as-shipping-block label span {
    font-weight: bold;
}
/*yasir custom changes ends */
/* hide Category icon on category page */
body.catalog-category-view .main [sidebarclass="category-view"] .shell {
    display: none;
}

/* prevent cropping, shifting to the left when main window resize autocompletesearch block*/
.header:not(.header-fixed) #search_autocomplete {
    display: none !important;
}


.search-toggle .dropdown-primary {
    overflow: visible;
    width: 100%;
}

.search-toggle .dropdown-primary .custom-search-autocomplete {
    position: inherit;
    float: left;
    width: 100%;
}

.search-toggle .dropdown-primary .search-holder {
    width: 99%;
}

.search-toggle .dropdown-primary .mcs-autosearch-right ul li {
    vertical-align: top;
}

.search-toggle .dropdown-primary .mcs-autosearch-left .search-cat {
    margin-bottom: 10px;
}

@media (min-width: 1024px) {

    .block-search {
        min-height: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .search-toggle .dropdown-primary .dropdown-primary__inner {
        width: 100%;
    }

    .search-toggle .dropdown-primary .field {
        height: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .search-toggle .dropdown-primary .field {
        height: 100%;
    }

    .search-toggle .dropdown-primary .mcs-autosearch-right {
        border-left: none;
    }

    .search-toggle .dropdown-primary .custom-search-autocomplete {
        overflow: visible;
    }
}

/* Styles for grouped product page */
.page-product-grouped .product-info-price .minimal-price .price-label {
    display: none;
}

.page-product-grouped .product-additional-buttons {
    margin-top: 20px;
}

.page-product-grouped .product-add-form {
    display: none;
}

.page-product-grouped .super-product-calculation-section .form-foot {
    border-bottom: 1px solid #ccc;
}

.page-product-grouped .super-product-calculation-section .form-foot .product-primary__section .product-primary__head {
    padding: 15px 30px 15px 0;
}

.page-product-grouped .super-product-calculation-section .table table tr td,
.page-product-grouped .super-product-calculation-section .table table tr th {
    padding: 0;
}

.page-product-grouped .table.grouped .box-small .box-small__title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

@media (min-width: 1024px) {

    .page-product-grouped #super-product-table .col {
        width: 19%;
    }
}

/* Forgot password page */
.customer-account-forgotpassword .form-secondary .valid {
    display: block;
}

/* Fotorama arrows */
.product-primary__slider1 .fotorama__arr--prev {
    margin-top: 0;
    max-height: none;
}

.fotorama__arr--prev .fotorama__arr__arr {
    margin-top: 0;
}

/*
   Buttons
-------------------------------------- */

/* Out of stock button */
.stock.unavailable .btn {
    background: #A92749;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 2px solid #992342;
}

.stock.unavailable .btn i {
    -moz-transform: rotate(90deg) translateY(-3px);
    -o-transform: rotate(90deg) translateY(-3px);
    -ms-transform: rotate(90deg) translateY(-3px);
    -webkit-transform: rotate(90deg) translateY(-3px);
    transform: rotate(90deg) translateY(-3px);
    width: 14px;
    height: 26px;
    background-position: 99.821918% 11.497696%;
    background-size: initial;
}

.stock.unavailable .btn:hover {
    background: #992342;
}

.stock.unavailable .btn:hover i {
    -moz-transform: rotate(90deg) translateY(-8px);
    -o-transform: rotate(90deg) translateY(-8px);
    -ms-transform: rotate(90deg) translateY(-8px);
    -webkit-transform: rotate(90deg) translateY(-8px);
    transform: rotate(90deg) translateY(-8px);
}

/* Cancel coupon button */
#discount-coupon-form .action.cancel {
    display: inline-block;
    vertical-align: top;
    width: 129px;
    height: 41px;
    line-height: 41px;
    margin-left: 9px;
    padding: 0 5px 0;
}

.control.md-fedex-container {
    margin-top: 5px;
}.control {
    position: relative;
}
.field-icon {
    position: absolute;
	z-index: 2;
	right: 17px;
	top: 5px;
}
.field-icon.eye-close {
    top: 6px;
}
.field-icon.toggle-password.eye-close::before{
    content:url('../../frontend/Magedirect/mws/en_US/Codedecorator_Password/images/eye-close.svg');
}
.field-icon.toggle-password.eye-open::before{
    content:url('../../frontend/Magedirect/mws/en_US/Codedecorator_Password/images/eye-open.svg');
}.v-badge {
    position: fixed;
    font: 13px/20px Arial;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 999;
    background: rgb(17, 17, 17) none repeat scroll 0% 0%;
    padding: 6px 11px 2px;
    box-shadow: rgb(0, 0, 0) 0px 0px 3px;
    left: 10px;
    bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#m-cookienotice {
    overflow: hidden;
    color: #444;
    z-index: 9999;
    font-size: 13px;
}

#m-cookienotice .m-message {
    padding: 5px 10px;
}

#m-cookienotice .m-actions {
}

#m-cookienotice .m-button {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #d4d4d4;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 2px;
}

#m-cookienotice .m-button.m-accept:before {
    content: "\2714";
}

#m-cookienotice .m-button:hover,
#m-cookienotice .m-button:focus {
    color: #fff;
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice .m-button:active {
    border-color: #2a65a0;
    border-bottom-color: #3884cd;
}

#message-custom-css {
    float: left;
}

#action-custom-css {
    float: right;
    margin-top: 0;
}

.cookie-div {
    width: 50%;
    margin: auto;
}

#m-cookienotice.v-bar {
    width: calc(50% - 10px);
    padding: 5px 0;
}

#m-cookienotice.v-bar .m-actions {
    vertical-align: middle;
    padding-right: 10px;
    text-align: center;
}

#m-cookienotice.v-bar.v-top {
    position: fixed;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

#m-cookienotice.v-bar.v-bottom {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#m-cookienotice.v-box {
    position: fixed;
    max-width: 300px;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 10px;
}

#m-cookienotice.v-box .m-actions {
    float: left;
    margin: 5px 10px;
}

#m-cookienotice.v-box.v-top-left {
    top: 0;
    left: 0;
    border-radius: 10px;
}

#m-cookienotice.v-box.v-top-right {
    top: 0;
    right: 0;
    border-radius: 10px;
}

#m-cookienotice.v-box.v-center {
    top: 40%;
    left: 40%;
    border-radius: 10px;
    opacity: 0.7;
}

#m-cookienotice.v-box.v-bottom-left {
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

#m-cookienotice.v-box.v-bottom-right {
    bottom: 0;
    right: 0;
    border-radius: 10px;
}

@media (max-width: 980px) {
    #message-custom-css {
        float: left;
    }

    #action-custom-css {
        float: right;
        margin-top: 0;
    }
}

/* RWD */
@media (max-width: 360px) {
    #m-cookienotice.v-box {
        width: 100% !important;
        padding: 5px 0 0;
        position: fixed;
        bottom: 0 !important;
        top: auto !important;
        border-top: 1px solid #000;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
    }

    #m-cookienotice.v-box .m-actions {
        vertical-align: middle;
        width: 100%;
        padding-right: 10px;
        text-align: left;
    }

    #m-cookienotice .m-actions {
        float: left;
        margin: 5px 10px;
    }

    #m-cookienotice.v-bar .m-actions {
        width: auto;
    }
}

/* Skin - Dark Clean */
#m-cookienotice.v-dark-clean {
    color: #fff;
    border-color: #55575f !important;
}

#m-cookienotice.v-dark-clean .m-button {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice.v-dark-clean .m-button:hover,
#m-cookienotice.v-dark-clean .m-button:focus {
    background-color: #3678a0;
    background-image: linear-gradient(#68abdc, #387cb3);
}

/* Skin - Custom Colors */
#m-cookienotice.v-custom-css {
    color: #fff;
    border-color: #55575f !important;
}

#m-cookienotice.v-custom-css .m-button {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice.v-custom-css .m-button:hover,
#m-cookienotice.v-custom-css .m-button:focus {
    background-color: #3678a0;
    background-image: linear-gradient(#68abdc, #387cb3);
}

/* Skin - Minimalist */
#m-cookienotice.v-minimalist {
    color: #2c2c2c;
    border-color: #e0e0e0 !important;
    font-size: 11px;
    font-family: Verdana;
}

#m-cookienotice.v-bar.v-minimalist {
    padding: 2px 0;
}

#m-cookienotice.v-box.v-minimalist {
    width: 260px;
}

#m-cookienotice.v-box.v-minimalist .m-actions {
    margin: 5px;
}

#m-cookienotice.v-box.v-minimalist .m-message {
    padding: 5px;
}

#m-cookienotice.v-minimalist .m-button {
    padding: 3px 6px;
}
/**
 * @package     Plumrocket_Newsletterpopup
 * @copyright   Copyright (c) 2017 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
 */

/*=== animate ===*/
.newspopup-animated-form {
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
        animation-duration: 1s;
  -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



/* Effect 8: 3D flip horizontal */
@-webkit-keyframes flip3d_hor {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-110deg);
    -moz-transform: rotateY(-110deg);
    -ms-transform: rotateY(-110deg);
    transform: rotateY(-110deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flip3d_hor {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-110deg);
    -moz-transform: rotateY(-110deg);
    -ms-transform: rotateY(-110deg);
    transform: rotateY(-110deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}


@keyframes flip3d_hor {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-110deg);
    -moz-transform: rotateY(-110deg);
    -ms-transform: rotateY(-110deg);
    transform: rotateY(-110deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.flip3d_hor {
  -webkit-animation-name: flip3d_hor;
  -moz-animation-name: flip3d_hor;
          animation-name: flip3d_hor;
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*background animation*/
.prpop-addedoverlay {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration:0.25s;
        animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
        animation-fill-mode: both;
  -webkit-animation-name: background_a;
  -moz-animation-name: background_a;
        animation-name: background_a;
}


@-webkit-keyframes background_a {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@-moz-keyframes background_a {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes background_a {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}
/**
 * @package     Plumrocket_Newsletterpopup
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
*/
/**
 * @package     Plumrocket_Newsletterpopup
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
*/

@-webkit-keyframes show_newspopup_up_bg {
    0% {overflow-y: hidden;}
    100% {overflow-y: auto;}
}

@-moz-keyframes show_newspopup_up_bg {
    0% {overflow-y: hidden;}
    100% {overflow-y: auto;}
}

@keyframes show_newspopup_up_bg {
    0% {overflow-y: hidden;}
    100% {overflow-y: auto;}

}

.newspopup_up_bg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
}

.newspopup_ov_hidden {
    overflow: hidden;
}

.newspopup_up_bg input {
    opacity: 1;
}

.newspopup_up_bg div.mage-error {
    background: #BA0000;
    bottom: 0px;
    color: #FFF !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    min-height: 13px;
    padding: 10px !important;
    position: absolute !important;
    white-space: normal;
    left: -160px;
    width: 150px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newspopup_up_bg div.mage-error:after {
    position: absolute;
    right: -8px;
    bottom: 8px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #BA0000;
}

.newspopup_up_bg *:focus,
.newspopup_up_bg input:not([disabled]):focus,
.newspopup_up_bg textarea:not([disabled]):focus,
.newspopup_up_bg select:not([disabled]):focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.newspopup_up_bg .required-entry.mage-error {
    border: 1px solid #F00 !important;
}

.newspopup_up_bg .required-entry.mage-error:focus {
    -webkit-box-shadow: 0 0 3px 1px #FFB5B5;
    ;
    -moz-box-shadow: 0 0 3px 1px #FFB5B5;
    ;
    box-shadow: 0 0 3px 1px #FFB5B5;
    ;
}

.pr-mode-form .error, .pr-mode-form .success, .pr-mode-form .notice,
.newspopup_up_bg .error, .newspopup_up_bg .success, .newspopup_up_bg .notice {
    padding: 6px 5px 6px 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 8px;
    font-size: 11px;
    text-align: left;
    font-weight: 700;
    width: 100%;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: 2px center;
    display: table-cell;
    vertical-align: middle;
    min-height: 41px;
    height: 41px;
}

.pr-mode-form .error,
.newspopup_up_bg .error {
    background-color: #F8B9B9;
    color: #630C0C;
    background-image: url("../../frontend/Magedirect/mws/en_US/Plumrocket_Newsletterpopup/images/popup_error.png");
}

.pr-mode-form .notice,
.newspopup_up_bg .notice {
    background-color: #fdf0d5;
    color: #6f4400;
}

.newspopup_up_bg .success {
    background-color: #8FF387;
    color: #0E5005;
    background-image: url("../../frontend/Magedirect/mws/en_US/Plumrocket_Newsletterpopup/images/popup_success.png");
}

.newspopup_up_bg .error a,
.newspopup_up_bg .success a {
    color: #141313;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

.newspopup_up_bg .error a:hover,
.newspopup_up_bg .success a:hover {
    text-decoration: underline;
}

.newspopup_up_bg .newspopup-messages-holder {
    display: table;
    width: 100%;
    margin-bottom: 7px;
}

.newspopup_up_bg .newspopup-messages-holder-tr {
    display: table-row;
}

.newspopup_up_bg .error a,
.newspopup_up_bg .success a {
    color: #141313;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

.newspopup_up_bg .error a:hover,
.newspopup_up_bg .success a:hover {
    text-decoration: underline;
}

.newspopup_up_bg .error p,
.newspopup_up_bg .success p {
    margin-bottom: 0;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="radio"]+label {
    display: inline-block !important;
    margin-right: 10px;
    font-size: 12px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .pl-clearfix:before,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .pl-clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item input[type="radio"]+label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input[type="radio"]+label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item input[type="checkbox"]+label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input[type="checkbox"]+label {
    font-size: 12px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="text"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="email"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="password"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="date"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="number"] {
    -webkit-appearance: none;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item {
    text-align: left;
    margin-bottom: 5px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item input,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item label {
    display: inline-block !important;
    vertical-align: middle;
    margin: 2px 0 0 5px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item+div:not(.mailchimp_item),
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item+div:not(.integration_item) {
    margin-top: 10px !important;
    position: relative;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form select[name="mailchimp_list"] {
    margin-bottom: 15px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul+h3 {
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul li:before,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul li:after {
    content: "";
    display: block;
    clear: both;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .newspopup_button_wrapper {
    position: relative;
}

label.data-agreement,
input.data-agreement {
    vertical-align: middle;
    float: left;
}

label.data-agreement,
.prgdpr-consent-checkbox label {
    font-size: 12px;
    line-height: 16px;
    width: 90%;
    text-align: left;
}

.pr-mode-form .newspopup-up-form.newspopup-theme label.data-agreement {
    font-size: 12px;
}

div.agreement-hld #agreement-error {
    bottom: initial !important;
    top: -8px;
}

.modals-wrapper .modal-popup.nl_agreement-modal {
    z-index: 8000;
}

.newspopup-blur {
    -webkit-filter: blur(1.7px);
    -moz-filter: blur(1.7px);
    filter: blur(1.7px);
}

.newspopup-message-success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    -webkit-box-shadow: 0 0 30px 0 #292929;
    -moz-box-shadow: 0 0 30px 0 #292929;
    box-shadow: 0 0 30px 0 #292929;
    max-width: 516px;
    width: 100%;
    margin: 10% auto 5% auto;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: 0;
    border-radius: 12px;
    overflow: hidden;
}

.pr-mode-form .newspopup-message-success {
    transform: none;
}

.newspopup-message-success * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.newspopup-message-success .success-head-wrp{
    background-image: url("../../frontend/Magedirect/mws/en_US/Plumrocket_Newsletterpopup/images/success_bg_c.png");
    background-color: #0e62e2;
    background-position: center;
    background-size: cover;
    padding: 20px 15px;
    position: relative;
}

.newspopup-message-success .success-head-wrp:after{
    position: absolute;
    content: '';
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #0e62e3;
}

.newspopup-message-success .newspopup-message-icon {
    background-image: url("../../frontend/Magedirect/mws/en_US/Plumrocket_Newsletterpopup/images/success_mes_icon.png");
    background-size: 88px 88px;
    width: 88px;
    height: 88px;
    display: inline-block;
    -webkit-transform: scale(3, 3);
    -moz-transform: scale(3, 3);
    -webkit-animation-fill-mode: both;
    -webkit-animation: newspopup-message-icon-anim 0.5s 1s;
    -moz-animation: newspopup-message-icon-anim 0.5s 1s;
    animation: newspopup-message-icon-anim 0.5s 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(3, 3);
    -moz-transform: scale(3, 3);
    transform: scale(3, 3);
    -ms-transform: scale(1, 1)\9;
    opacity: 1\9;
    background-repeat: no-repeat;
    background-position: center;
}

.newspopup-message-success .success-body-wrp{
    background-color: #ffffff;
    padding: 20px 15px;
}

.newspopup_up_bg_form .g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0% 50%;
}

#newspopup_up_bg_1 .newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul li .g-recaptcha-key {
    text-align: center;
    display: inline-block;
}

.newspopup_up_bg_form .g-recaptcha-key a {
    display: block;
}

.newspopup_up_bg_form .integration_item_wrapper {
	padding: 10px 0;
}
.newspopup_up_bg_form .integration_item_wrapper h3{
    margin-top: 10px;
}
.newspopup_up_bg_form .integration_item_wrapper select{
	padding-left: 10px;
}

.newspopup_up_bg_form .integration_item {
	display: flex;
	align-items: center;
}
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input{
  top: 0;
}

@-webkit-keyframes newspopup-message-icon-anim {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes newspopup-message-icon-anim {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        -moz-transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
    }
}

@keyframes newspopup-message-icon-anim {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.newspopup-message-success .newspopup-message-content {
    margin: 20px 0;
}

.newspopup-message-success .newspopup-message-content p{
    font-size: 20px;
}

.newspopup-message-success .message-title{
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.newspopup-message-success .message-title,
.newspopup-message-success .coupon_wrp{
    margin-bottom: 25px;
}

.newspopup-message-success .newspopup-message-content .message-title h2{
    font-size: 40px;
    font-weight: 800;
}

.newspopup-message-success .newspopup-message-content .message-title h2,
.newspopup-message-success .newspopup-message-content .message-title p{
    margin: 0;
}

.newspopup-message-success .newspopup-message-content .message-title p{
    font-weight: 600;
    font-size: 24px;
}

.newspopup-message-success .coupon_wrp{
    padding: 16px;
    margin-right: auto;
    margin-left: auto;
    border: 1.5px dashed #89a1c4;
    background-color: #eeeeee;
    max-width: 370px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    position: relative;
    user-select: none;
}
.newspopup-message-success .coupon_wrp:before,
.newspopup-message-success .coupon_wrp:after{
    position: absolute;
    content:"";
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 10;
}

.newspopup-message-success .coupon_wrp:before{
    left: 0;
    transform: translate(-50%, -50%);
    border-right: 1.5px dashed #89a1c4;
}
.newspopup-message-success .coupon_wrp:after{
    right: 0;
    transform: translate(50%, -50%);
    border-left: 1.5px dashed #89a1c4;
}

.newspopup-message-success .coupon-message{
    color: #4c4c4c;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
    text-align: right;
    flex:4;
}

.newspopup-message-success .coupon-use{
    color: #d12320;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-word;
    flex:5;
    user-select: all;
}

.newspopup-message-success .coupon-expiration{
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    color: #3783e2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newspopup-message-success .coupon-expiration:before{
    content: '';
    display: inline-block;
    background-image: url("../../frontend/Magedirect/mws/en_US/Plumrocket_Newsletterpopup/images/clock.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 3px;
}
.newspopup-message-success .coupon-expiration span{
    font-size: 13px;
    vertical-align: middle;
}

.newspopup-message-success .newspopup-message-close {
    background-color: rgb(113, 195, 65);
    box-shadow: 0px 6px 13px 0px rgba(113, 195, 65, 0.5);
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 0px;
    height: 48px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 222px;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.newspopup-message-success .newspopup-message-close:hover {
    background-color: #5FA337;
}

/* mode form */
.pr-mode-form,
.pr-mode-form .newspopup-theme {
    position: static!important;
    background: none!important;
    padding: 0!important;
    margin: 0 auto!important;
    overflow: visible!important;
    height: auto!important;
}
.pr-mode-form .newspopup-up-form.newspopup-theme{
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding: 0!important;
}
.pr-mode-form .newspopup-up-form.newspopup-theme p,
.pr-mode-form .newspopup-up-form.newspopup-theme label{
    font-family: inherit!important;
    font-style: inherit!important;
    font-size: inherit;
    vertical-align: middle!important;
}

.pr-mode-form .newspopup-up-form.newspopup-theme li{
    display: block!important;
    margin-left: 0!important;
    font-family: inherit!important;
    font-style: inherit!important;
}

.pr-mode-form .newspopup-up-form.newspopup-theme .integration_item{
    display: flex !important;
}

.pr-mode-form .newspopup-up-form .cross{
    display: none!important;
}
.pr-mode-form .newspopup-up-form.newspopup-theme .hld-pop{
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
.pr-mode-form .newspopup_up_bg_form .input-box{
    position: relative;
}
.pr-mode-form div.mage-error {
    background: #BA0000;
    bottom: 0px;
    color: #FFF !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    min-height: 13px;
    padding: 10px !important;
    position: absolute !important;
    white-space: normal;
    left: -160px;
    width: 150px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.pr-mode-form div.mage-error:after {
    position: absolute;
    right: -8px;
    bottom: 8px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #BA0000;
}
.pr-mode-form div.mage-error + .mage-error{
    display: block!important;
    opacity: 1!important;
}
.pr-mode-form .newspopup-message-success{
    position: static;
    margin: 30px auto;
}
.pr-mode-form .newspopup-messages-holder{
    margin-bottom: 10px;
    display: table!important;
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative!important;
    z-index: 200;
}
.pr-mode-form .newspopup-messages-holder-tr{
    display: table-row;
}

.preview-notice{
    color: #382005;
    background-color: #fec107;
    padding: 15px 40px 15px 90px;
    border: 1px solid #b26f39;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.preview-notice > span{
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-notice > a{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 0;
    width: 20px;
    height: 20px;
}
.preview-notice > a:before{
    content: "\2716";
    font-size: 16px;
    color: #9e751c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preview-notice > a:hover:before{
    color: #bd8e28;
}

.newspopup_up_bg .prgdpr-consent-checkbox,
.pr-mode-form .prgdpr-consent-checkbox {
  display: flex;
}

.newspopup_up_bg .agreement-hld input[type="checkbox"],
.newspopup_up_bg .prgdpr-consent-checkbox input[type="checkbox"],
.pr-mode-form .agreement-hld input[type="checkbox"],
.pr-mode-form .prgdpr-consent-checkbox input[type="checkbox"] {
  top: 0;
}

@media (max-width: 1200px) {
    .newspopup-blur {
        -webkit-filter: none;
        -moz-filter: none;
        filter: none;
    }
}

@media (max-width: 640px) {
    div.agreement-hld #agreement-error {
        top: initial;
    }

    .input-box.agreement-hld {
        margin-top: 15px;
    }
}

@media (max-width: 410px) {
    .newspopup_up_bg_form .g-recaptcha{
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .newspopup_up_bg_form .g-recaptcha {
        transform: scale(0.66);
    }
}

@media (max-width: 600px){
    .newspopup-message-success {
        max-width: 90%;
    }

    .newspopup-message-success .coupon_wrp{
        flex-direction: column;
    }

    .newspopup-message-success .newspopup-message-content .message-title h2{
        font-size: 30px;
    }

    .newspopup-message-success .newspopup-message-content .message-title p{
        font-size: 20px;
    }

    .newspopup-message-success .coupon-message{
        text-align: center;
        line-height: 1.2;
    }
}
/**
 * @package     Plumrocket_SocialLoginFree
 * @copyright   Copyright (c) 2015 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
 */

.pslogin-addedoverlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2010;
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	/*display: none;*/
}

.pslogin-pop-up-form {
	left: 0;
	top: 0;
	position:fixed;
	width: 100%;
	z-index: 2020;
	height:100%;
	color:#666666;
	text-align:left;
	/*display:none;*/
	overflow-y: auto;
}

#pslogin-pop-up-bg {
	max-width: 450px;
	font-size: 12px;
	padding: 0 10px 0 10px;
	margin: 10% auto 5% auto;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	box-sizing: border-box;
}

.pslogin-share {
	background-color: white;
	min-height: 210px;
	padding: 18px 21px;
	position: relative;
}

.pslogin-fake-email-message {
	position: fixed;
	top: 20px;
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 9999;
}

	.pslogin-fake-email-message .content {
		padding: 5px 10px;
		background: #fff;
		max-width: 960px;
		min-width: 250px;
		margin: 0 auto;
		box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		-webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		-moz-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		font-size: 14px;
		color: #636363;
		z-index: 9999;
	}

	.pslogin-fake-email-message p {
		margin: 10px auto;
		text-align: left;
	}

	.pslogin-fake-email-message .close-message {
		float: right;
	}

	.pslogin-fake-email-message .close-message:hover {
		cursor: pointer;
		color: #AEAEAE;
	}


/* general classes */
.pslogin-share .ta-center {
	text-align: center;
}

    .pslogin-share h2 {
		padding: 0px 0px 7px 0px;
		color: #3399cc;
		font-weight: 400;
		font-size: 15px;
		text-transform: uppercase;
		border-bottom: 1px solid #DDD;
		margin-bottom: 10px;
    }


	.pslogin-share .prpop-close-btn {
		position: absolute;
		right: 9px;
		left: auto;
		margin-right: 10px;
		top: 14px;
		text-decoration: none;
		color: #727272;
		font-size: 16px;
		background: none;
	}

	.pslogin-share .prpop-close-btn:hover {
		color: #b6aba5;
	}

	.pslogin-share p {
		margin-bottom: 7px;
	}

	.pslogin-share img {
		max-width: 100%;
		height: auto;
	}

	.pslogin-share .button-top {
		height: 7px;
	}

	.pslogin-share a {
		display: inline-block;
		height: 30px;
		color: white;
		margin: 0 10px 10px 0;
	}

	.pslogin-share a:hover {
		cursor: pointer;
		opacity: 0.7;
		filter: apha(filter=70);
	}


/*form*/
.w25 { width: 25px!important; }
.w100 { width: 100px; }

.pslogin-block.account-login .content {
	margin: 0;
}

.pslogin-form .registered-users .content {
	margin: 0!important;
}

.pslogin-block.account-login .form-list label,
#checkout-step-login .pslogin-block .form-list label {
	width: auto;
	float: none;
}

.pslogin-block.account-login .form-list .input-box,
#checkout-step-login .pslogin-block .form-list .input-box {
	float: none;
}

#checkout-step-login .col2-set {
	box-sizing: border-box;
}

.pslogin-block.account-login .buttons-set {
	min-height: 40px;
}

.pslogin-block.col2-set {
	margin: 0;
}

.pslogin-block.col2-set .buttons-set {
	padding: 0;
}

.pslogin-block.col2-set .fieldset {
	margin: 15px 0;
}

	.pslogin-block button.button span,
	.pslogin-block button.button span span {
		height: auto;
	}

	.pslogin-share .soc-name {
		height: 30px;
		line-height: 30px;
		padding: 0 7px;
		display: block;
		float: left;
		box-sizing: border-box;
	}

		.pslogin-share .vkontakte {
			background-position: -77px -78px;
		}

		.pslogin-share .facebook {
			background-position: -5px -5px
		}

		.pslogin-share .twitter {
			background-position: -41px -5px;
		}

		.pslogin-share .googleplus {
			background-position: -113px -5px;
		}

/* welcome message */
.pslogin-welcome-msg {
	height: 22px;
	line-height: 22px;
	float: none;
	display: inline-block;
	margin: 0 0 5px 0;
}

.pslogin-welcome-msg:after {
	clear: both;
	content: "";
}

.pslogin-welcome-msg img {
	height: 25px;
	display: inline-block;
	padding: 0 5px 0 0;
	float: left;
}

/* Buttons */
.popup-authentication .pslogin-block:before,
.popup-authentication .pslogin-block:after{
	content: '';
	display: block;
	clear: both;
}

.pslogin-block {
	width: 100%;
	margin: 0 0 20px 0;
}

.pslogin-block * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pslogin-block.pslogin-hidden-text .pslogin-button-text {
	display: none!important;
}

.pslogin-block .pslogin-xs {
	display: none!important;
}

.pslogin-block .pslogin-button-image {
	display: block;
	max-height: 32px;
}

.pslogin-block .pslogin-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pslogin-block .title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}

.pslogin-spacer {
	display: block;
	margin: 10px auto;
	position: relative;
	text-align: center;
	line-height: 16px!important;
	top: auto;
	left: auto;
	height: auto;
	width: auto;
	line-height: normal;
	overflow: visible;
	font-size: 13px;
}

	.pslogin-spacer table {
		width: 100%;
	}

	.pslogin-spacer table tr td:first-child { padding-left: 0; }
	.pslogin-spacer table tr td:last-child { padding-right: 0; }

	.pslogin-spacer table td {
		vertical-align: middle;
		padding: 10px 5px;
	}

	.pslogin-spacer .pslogin-border {
		border-top: 1px solid #e5e2e2;
		width: 100%;
	}

	.pslogin-spacer .pslogin-bordertext {
		color: #b2b2b2;
		text-align: center;
		font-size: 11px;
	}

	.pslogin-spacer .circle {
		width: 90%;
		height: 25px;
		line-height: 22px;
		font-size: 11px;
		border: 1px solid #b2b2b2;
		border-radius: 0px 7px;
		margin: 0 auto;
		background-color: #eeeeee;
	}

	.pslogin-spacer .circle:hover {
		cursor: pointer;
		background-color: #FAFAFA;
	}

.pslogin-block.pslogin-login .pslogin-buttons {
	display: block;
}

.modal-inner-wrap .pslogin-block .pslogin-buttons ul,
.form-login .pslogin-block .pslogin-buttons ul {
	padding-left: 0;
}

.pslogin-block .pslogin-buttons ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
}

.customer-account-login .pslogin-buttons .ps-default{
	max-width: 186px;
}

.pslogin-block .pslogin-buttons ul li {
	display: block;
	line-height: normal;
	list-style: none !important;
	padding: 0 !important;
	background: none !important;
	min-height: 48px;
	margin: 7px;
	position: relative;
}

.pslogin-block .pslogin-button:not(.ps-default){
	width: 52px;
	height: 52px;
	border-radius: 50%;
}

.pslogin-block .pslogin-buttons ul li a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.pslogin-block .pslogin-buttons ul li.show-button-image {
	background: none!important;
}

.pslogin-block .pslogin-buttons ul li:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
	background-color: #3399cc;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 5px 4px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
}

.pslogin-button:not(.ps-default) .pslogin-button-auto{
	justify-content: center;
}

.pslogin-block .pslogin-buttons ul .ps-round span.pslogin-button-auto {
	border-radius: 50%;
}

.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
	background: url('../../frontend/Magedirect/mws/en_US/Plumrocket_SocialLoginFree/images/social.png');
	display: block;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pslogin-block .pslogin-buttons ul li .pslogin-button-icon img {
	width: 100%;
}

.pslogin-button.ps-default .pslogin-button-text {
	display: flex;
}

.pslogin-buttons .pslogin-button-text {
	box-sizing: border-box;
	font: 600 13px/1 'Roboto', Arial, sans-serif;
	text-align: left;
	color: #fff;
	min-width: 144px;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: flex-start;
	padding-left: 4px;
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto .pslogin-button-text {
	display: inline-block;
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-image {
	display: inline-block;
}

.pslogin-block .pslogin-buttons .pslogin-button-icon-image {
	display: inline-block;
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-icon-image {
	display: none;
}

.pslogin-block .pslogin-buttons .pslogin-button-auto .pslogin-button-icon-image {
	display: inline-block;
	width: 32px;
	height: 32px;
}

.pslogin-block .pslogin-buttons ul li.facebook .pslogin-button-text {
	background-color: transparent;
}

.pslogin-block .pslogin-buttons ul li.facebook span.pslogin-button-auto { background-color: #4267B2; }
.pslogin-block .pslogin-buttons ul li.facebook .pslogin-button-icon { background-position: -1px 1px; }

.pslogin-block .pslogin-buttons ul li.twitter span.pslogin-button-auto { background-color: #28a9e2; }
.pslogin-block .pslogin-buttons ul li.twitter .pslogin-button-icon { background-position: -34px 0; }


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

	.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
		background: url('../../frontend/Magedirect/mws/en_US/Plumrocket_SocialLoginFree/images/social_retina.png');
		background-size: 236px 340px;
		-webkit-background-size: 236px 340px;
		-moz-background-size: 236px 340px;
	}

}

@media screen and ( max-width: 767px ) {

	.pslogin-block .pslogin-buttons {
		width: 100%;
	}

	.pslogin-block .pslogin-buttons.show-button-text ul li .pslogin-button-text {
		display: inline-block;
	}

	.pslogin-block .pslogin-xs {
		display: inline-block!important;
	}
}


@media screen and (max-width: 640px) {
	.pslogin-block .pslogin-button.ps-default {
		margin: 0 0 15px 0;
		width: 100%;
		max-width: 100%;
	}

	.pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
		width: 100%;
	}
}


/*=== animate ===*/
#pslogin-pop-up-bg {
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
		animation-duration: 1s;
  -webkit-animation-fill-mode: both;
		animation-fill-mode: both;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}
/**
 * @package     Plumrocket_SocialLoginFree
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
 */
.empty{}
/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.catalog-product-view .payment-request-button {
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: 240px;
}.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #CCC; }
      .mfp-preloader a:hover {
        color: #FFF; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1; }
    .mfp-arrow:before,
    .mfp-arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .mfp-arrow-right:before {
      border-left: 27px solid #3F3F3F; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 200px;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 64.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      opacity: 0;
      background: #000; }
  
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
   
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  
  
  .mfp-preloader {
    width: 30px;
    height: 30px;
    background-color: #cecece;
    opacity: 0.65;
    margin: 0 auto;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
    z-index: 99999;
  }
  
  @keyframes spin {
    0%, 100% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin-reverse {
    0%, 100% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(-360deg);
    }
  }
  .fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Magedirect/mws/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Magedirect/mws/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
