@import 'https://use.typekit.net/knt7ued.css';
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
/* 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*/
}
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: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  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 {
  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 {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-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: #575757;
}
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: #575757;
}
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: #575757;
}
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: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
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[generated] {
  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 #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.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,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > 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 .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-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 .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-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 .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-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,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  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,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-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: #006bb4;
  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,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #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,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-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,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.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,
.action-gift:hover,
.action-gift:active,
.action-gift: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,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-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,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.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,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.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,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-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: #006bb4;
  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),
.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),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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),
.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),
.action-gift:active,
.action-gift: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),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-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,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-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,
.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,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary: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,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-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,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-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,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .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,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .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,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .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,
.amazon-validate-container .block .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,
.amazon-validate-container .block .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,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.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,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.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: #757575;
  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: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #006bb4;
  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,
.mgz__actions-switch-checkbox,
.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,
.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,
.fieldset .fullname > .label,
.field.street .field.additional .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,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .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 {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.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,
.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,
.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,
.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,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content: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,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images: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,
.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,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content: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,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .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: #666666;
  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,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-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,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-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,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-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,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-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.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #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,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 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-address-billing .box-content,
.box-address-shipping .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,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .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,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .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,
.cart-summary .price-including-tax,
.cart-summary .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,
.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,
.cart-summary .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,
.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,
.cart-summary .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,
.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,
.cart-summary .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,
.cart.table-wrapper .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,
.cart.table-wrapper .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,
.cart.table-wrapper .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,
.cart.table-wrapper .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,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .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 {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .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 {
  display: inline-block;
  margin: 0 0 10px;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .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 {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .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 {
  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,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.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,
.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,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .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,
.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,
.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 {
  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,
.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,
.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 {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > 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,
.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 {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.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,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-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,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-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,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Scalamandre/luma/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/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/Scalamandre/luma/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/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/Scalamandre/luma/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/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/Scalamandre/luma/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/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: #006bb4;
}
.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: #006bb4;
}
.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: #006bb4;
}
.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: #006bb4;
}
.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: #006bb4;
}
.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: #757575;
  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/Scalamandre/luma/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: #575757;
}
.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: #575757;
}
.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: #575757;
}
.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/Scalamandre/luma/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;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.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/Scalamandre/luma/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button: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 {
  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 {
  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: #6d6d6d;
  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: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.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: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  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: 899;
}
.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: 900;
}
.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: 900;
  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: #757575;
  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: 899;
}
/**
 * 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/Scalamandre/luma/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/Scalamandre/luma/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Scalamandre/luma/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Scalamandre/luma/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 {
  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 {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  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 {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  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 {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.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 {
  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 {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.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 {
  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 {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.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 {
  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 {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.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 {
  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%;
}
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: #6d6d6d;
  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.
 */
.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;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-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;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.items.payment-methods .certificates {
  text-align: center;
  padding-bottom: 10px;
}
.totals-tax.certificate-links {
  display: flex;
  flex-direction: column;
}
.totals-tax.certificate-links a {
  display: inline-block;
}
.cart-totals tbody .totals-tax-details:not(.custom-tax) th,
.table-totals tbody .totals-tax-details:not(.custom-tax) th.mark {
  padding-left: 10px;
}
.customs-explanation {
  clear: both;
  padding-top: 20px;
}
.avatax-certificate-dialog {
  background-image: url('../../frontend/Scalamandre/luma/en_US/ClassyLlama_AvaTax/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 200px;
}
.avatax-certificate-dialog #gencert_loading {
  display: none !important;
}
.account.avatax-certificates-index .page-title-wrapper {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}
.account.avatax-certificates-index .page-title-wrapper:before,
.account.avatax-certificates-index .page-title-wrapper:after {
  display: none;
}
.account.avatax-certificates-index .page-title-wrapper .page-title {
  margin: 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/Scalamandre/luma/en_US/Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../../frontend/Scalamandre/luma/en_US/Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  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;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
body {
  position: relative;
}
.login-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 999;
  padding: 20px;
  display: none;
}
.popup-login-form,
.popup-register-form {
  display: none;
}
.login-register-popup {
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  margin-top: 50px;
  border: 3px solid #f1f1f1;
}
.login-register-popup .response-msg div {
  margin: 5px 16px;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
}
.login-register-popup .response-msg div.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.login-register-popup .response-msg div.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.login-register-popup .login-link {
  margin-top: 10px;
}
.login-register-popup .register-link {
  margin-top: 10px;
}
.login-register-popup input[type=text],
.login-register-popup input[type=password],
.login-register-popup input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.login-register-popup button {
  background-color: #4caf50;
  color: #ffffff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
.login-register-popup button:hover {
  opacity: 0.8;
}
.login-register-popup .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
.login-register-popup .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}
.login-register-popup img.avatar {
  width: 40%;
  border-radius: 50%;
}
.login-register-popup .container {
  padding: 16px;
}
.login-register-popup span.psw {
  float: right;
  padding-top: 16px;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.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;
}
/**
 * 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%;
}
.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/Scalamandre/luma/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/Scalamandre/luma/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 #00699d;
}
.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/Scalamandre/luma/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 #00699d;
}
.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;
}
.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: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.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 .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .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;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  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;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.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 {
  display: block;
  margin: 0 auto 10px;
}
.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 > button.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.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: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.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;
  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: #757575;
  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-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: #666666;
}
.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.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-add-form {
  clear: both;
  padding-top: 15px;
}
.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 input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  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: #006bb4;
  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;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.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 {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.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 .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.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.toggle {
  padding: 0;
}
.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 .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: #757575;
  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;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-summary .action.multicheckout {
  color: #006bb4;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.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.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.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;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  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: #757575;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  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: #757575;
}
.minicart-wrapper .block-minicart {
  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);
}
.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 {
  left: 10px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
  z-index: 101;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  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;
}
.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.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: 16px;
  line-height: 16px;
  color: #757575;
  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.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 .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.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;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.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;
}
.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 > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > 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 .toggle.tooltip: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 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  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: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.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 {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.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;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.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: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.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;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  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: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.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 .col-price {
  font-weight: 600;
}
.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: #006bb4;
  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: #757575;
  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: #757575;
}
.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;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  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: 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;
}
.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 .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;
  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: 900;
}
.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: 500px;
}
.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: #006bb4;
  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: #757575;
  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: #757575;
}
.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 > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.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;
}
.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;
  z-index: 2;
}
.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-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .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;
}
.order-products-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.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: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  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 {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.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;
  margin-top: 10px;
}
.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: #757575;
  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: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  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;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.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;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.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;
}
.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: #006bb4;
}
.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 .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.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: #757575;
  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: #757575;
}
.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;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.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;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.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: #757575;
}
.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: #757575;
  font-weight: 300;
  padding-left: 5px;
  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 .regular-price .price-label {
  display: none;
}
.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;
}
button.map-show-info {
  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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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: #666666;
  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: #666666;
  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 #666666;
  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: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.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: 899;
  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: #006bb4;
}
.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: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.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;
}
.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: #575757;
  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;
  white-space: nowrap;
}
.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';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.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;
  margin-bottom: 20px;
  padding: 0;
}
.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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  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: #006bb4;
  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: #6d6d6d;
  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: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.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;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
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: #6e716e;
  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;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.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: #006bb4;
}
.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: #006bb4;
}
.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: #6e716e;
  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;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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;
}
.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;
}
.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: 7px;
}
.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: 4px;
  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: 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;
}
.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: 12px;
  line-height: inherit;
  color: #999999;
  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;
}
@media only screen and (max-width: 768px) {
  .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;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .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: 900;
  }
  .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: none;
  }
  .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: 900;
  }
  .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);
  }
  .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;
  }
  .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;
  }
  [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;
  }
  .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%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .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-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    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;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -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;
  }
  .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;
  }
  .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-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .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 .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .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: #757575;
    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: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .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;
    width: 100%;
  }
  .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;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .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: #757575;
    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: #757575;
  }
  .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;
  }
  .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,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions 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,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td: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,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    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,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .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;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .login-register-popup span.psw {
    display: block;
    float: none;
  }
  .login-register-popup .cancelbtn {
    width: 100%;
  }
  .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;
  }
  .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: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 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;
  }
  .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;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -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 .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    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: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .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;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .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: #757575;
    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;
  }
  .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;
  }
  .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;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .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;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .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: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .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: #006bb4;
    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: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .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;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    top: 9px;
    left: 9px;
  }
  .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%;
    vertical-align: middle;
  }
  .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%;
  }
  .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%;
  }
  .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;
  }
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.payment-card .col img {
  vertical-align: text-top;
}
.payment-card .col {
  padding: 0 5px;
}
.saved-customer-vault .row.payment-card {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.saved-customer-vault .row.payment-card .card-inner {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 0.5rem;
  outline: none;
  min-width: unset;
  border-radius: 5px;
  background-color: #f6f7fa;
  border-color: #efefef;
  margin: 0;
  overflow: hidden;
  display: table;
  width: 100%;
  max-width: 350px;
}
.saved-customer-vault .row.payment-card .card-inner .col {
  padding: 8px;
  display: table-cell;
  vertical-align: middle;
  color: #525252;
}
.saved-customer-vault .row.payment-card .card-inner .col.card-number {
  font-size: 13px;
  font-weight: bold;
}
.saved-customer-vault .row .action-delete {
  text-align: right;
}
.saved-customer-vault .row .action-delete .delete {
  background: transparent;
  border: 0;
  padding: 0;
  color: #525252;
  font-weight: 600;
  transition: 0.25s ease-in-out all;
  font-size: 0;
}
.saved-customer-vault .row .action-delete .delete:hover {
  color: #333333;
}
.saved-customer-vault .row .action-delete .delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#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 {
  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 {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.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;
}
* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**********************************************/

span.add_opacity.close_search_fun {
    content: '';
    top: 124px !important;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    opacity: 0.8;
    z-index: 2;
}
@media screen and (max-width: 1024px){
    span.add_opacity.close_search_fun {
        top: 104px !important;
    }
}

main#page-main.reducezindex {
    z-index: 1;
}

body {
    font-family: 'Lato', sans-serif;
    position: relative;
    left: 0;
    transition: all 0.5s linear;
    pointer-events: none;
}

.wrapper {
    font-size: 13px;
}

.page-wrapper {
    min-height: 1px;
    z-index: 999;
    height: auto !important;
    overflow: hidden;
}

.compare.wrapper.compare {
    display: none;
}

.color li {
    color: #555555 !important;
}

.header {
    background-color: #cc0000;
    /* height: 80px; */
    height: 90px;
}

.header.change_bg_color {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.block.block-search .field.search .control #search.change_bg_color {
    background-color: #fff;
    color: #cc0000;
}

.block.block-search .field.search .control #search.change_bg_color::placeholder {
    color: #cc0000;
}

.view-on-tablet {
    display: none !important;
}

.contentCenter {
    max-width: 1600px;
    width: 100%;
    height: 100%;
    margin: auto;
}

.headercontent {
    color: #fff;
    /* line-height: 80px; */
    line-height: 90px;
    max-width: 1600px;
    margin: auto;
    width: 84%;
}

.headercontent p {
    font-size: 13px;
    letter-spacing: 1px;
}

.headercontent .icons .minicart-wrapper {
    margin-left: 0;
}

.headercontent .icons .minicart-wrapper .action:before {
    display: none;
}
@media only screen and (max-width: 1024px){
    .minicart-wrapper{
        margin-top: 0px !important;
        float: unset;
        margin-left: 0px !important;
    }
    }
.search_field .block-search .control {
    width: 36vw;
}


/* #element6 .navdwnlinks .style_content li:first-child {
	
} */
li:first-child.has-dropdown.blackmenu {
    display:none;
}
.fixed-header #fixed-icons {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.hidecontent {
    display: none;
}

.overall_width {
    width: 100%;
    margin: auto;
    /* max-width: 1600px; */
    position: relative;
}

.site_logo {
    /* width         : 170px; KITS */
    /* width: 350px; */
    width: 240px;
    height: auto;
    vertical-align: middle;
    margin: auto;
}
	
.site_logo_top {	
    	
    /* width: 305px;	 */
    width: 200px;
    height: auto;	
    vertical-align: middle;	
    margin: auto;	
}

.imagesize {
    width: 17.39px;
    height: 20px;
    vertical-align: middle;
}

#fixed-icons a {
    margin: 0 0 0 20px;
}

#fixed-icons a:first-child {
    margin: 0;
}

.icons a {
    margin: 0 0 0 20px;
}

.mobile-right-images {
    height: 100px;
    line-height: 130px;
    text-align: center;
}

.mobile-right-images img {
    margin: 0 21px;
}

a {
    text-decoration: none;
    color: #141414;
}

a:visited,
.alink:visited,
a:hover {
    color: #141414;
}

.list li a:hover {
    color: #141414;
}

.list li a:visited {
    color: #141414;
}

.list li alink:visited {
    color: #141414;
}

.list li {
    /* padding: 0 1.562%; */
    padding-left: 2%;
    margin: 0;
}

.list li#seprator {
    padding: 0;
}

.list li#list-end {
    padding: 0;
    padding-left: 1.562%;
    padding-right: 1.562%;
    position: relative;
}

.width {
    width: 33.33333%;
}

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
    text-align: right;
}

#fixed-icons {
    float: none;
}

.rightarrow {
    height: 15px;
    width: 7px;
}

.center {
    text-align: center;
    margin: auto;
    float: left;
}

.position-fixed .dropdownMenu {
    top: 60px;
    position: fixed;
}

.links {
    height: 90px;
    /* margin-left: -10%; */

}

.list {
    text-align: center;
    position: relative;
}

.list li a {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}
.black_menu {
    background-color:#000000;
    /* width: 110%; */
    margin-left: -5%;

}
.list.black_menu>li>a {
    text-transform: uppercase;
    color:#ffffff;
}
.fixed-header #fixed-ul.second_menu {
    margin-left: 15px;
}
.fixed-header li.has-dropdown.blackmenu{
    margin-left: 0px;
}
.fixed-header .black_menu{
    margin-left: 0px;
}
.shop_look{
    margin-left: -36%;
    font-style: italic;
    font-size: 20px;
    font-family: 'Crimson Text';
}
.list.second_menu>li>a {
    text-transform: uppercase;
    color:#000000;
}

.Search._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}

li#list-end:after {
    content: '';
    width: 1px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    /*margin-left : 32.5px;*/
    background: #95989A;
    margin-top: -7px;
    position: absolute;
    right: -1px;
}

.fixed-header #fixed-ul {
    width: 100%;
    /* height: 60px; */
    height: 80px;
    /* margin-left: 15px; */
}

#fixed-ul {
    height: 60px;
}

.pos {
    position: absolute;
}

.fixed-header {
    position: fixed;
    top: 0px;
    margin: auto;
    width: 100%;
    display: flex;
    z-index: 10000;
}

nav.fixed-header a.nav-arrow {
    /* visibility: hidden; KITS */
    display: none;
}

nav {
    background: #fff;
    z-index: 10;
    font-size: 0;
}

.has-dropdown .active{
    padding-bottom: .8px !important;

}
.active {
    padding-bottom: 4.84px;
    border-bottom: 1px solid;
}

.wholedropdown {
    padding-bottom: 40px;
}

.showdropdown a:hover {
    text-decoration: none;
}

body.catalog-product-view .overall_width a.nav-arrow{
    width: 16px;
    height: 8px;
    right: -100px;
    /* margin-left: 100px; */
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/topmenu-back.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 65px;
    position: relative;
}

body.cms-showrooms .overall_width a.nav-arrow,
body.sales-order-history .overall_width a.nav-arrow,
body.sales-order-view .overall_width a.nav-arrow,
body.customer-account-index .overall_width a.nav-arrow {
    width: 16px;
    height: 8px;
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/topmenu-back.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
}

.logofixed,
#fixed-icons {
    display: none;
    line-height: 60px;
}

.opacity,
.animation {
    animation: fadein 0.8s;
}

.fixed-header .logofixed {
    display: inline-block;
    position: absolute;
    z-index: 1;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.opacity-to-links {
    opacity: 0.29 ;
}

.fixed-header {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.dropdownMenu {
    /*height        : 206.84px;*/
    background-color: #fff;
    border-top: 1px solid #eee
}
#fixed-ul li .dropdownMenu {
    height        : 206.84px;
    background-color: #fff;
    border-top: 1px solid #eee
}
.showdropdown.list .dropdownMenu li a {
    color: #cc0000;
}

.dropdownMenu li {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    margin-bottom: 0;
    color: #141414;
    margin-top: 5px;
}


/* KITS - For Mobile */

@media screen and (max-width: 767px) {
    .dropdownMenu li {
        letter-spacing: normal;
    }
    .__magebee_banner__ {
    margin-top: 25px !important;
    }
}
@media screen and (max-width: 1024px) {
    .__magebee_banner__ {
    margin-top: 25px !important;
    }
}

@media screen and (min-width: 1024px) {
    /* .wholedropdown {
         max-height: 485px !important; 
         background-color: #ffffff;            }*/
} 

#element5 li a {
    text-transform: uppercase;
    color: #cc0000 !important;
    font-size: 12px;
    letter-spacing: 0.5px !important;
}


/*#element5 ul:last-child li:last-child a {
	color: #141414 !important;
}*/

.dropdownMenu li:first-child {
    margin-top: 0;
}

#element5 .furniture_link {
    display: none;
}

#element5 .navdwnlinks .part1 {
    display: none;
}

.navdwncontent-head.style_head {
    margin-bottom: 10px;
}

#element6 .navdwncontent-head.style_head {
    margin-bottom: 0;
}

.dropdownMenu .navdwncontent .style_content li {
    margin-top: 0;
}

.displayblock {
    display: inline-block;
}

.navdwncontent-head {
    color: #c1c1c1;
    font-family: 'Crimson Text', serif;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}

.navdwncontent-content,
.font {
    font-size: 14px;
    line-height: 33px;
    font-family: 'Lato', sans-serif;
}

.navdwncontent-content li a {
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 0px !important;
    color: #555555 !important
}

p.navdwncontent-content a {
    font-size: 14px;
    line-height: 33px;
    color: #555555 !important;
}

#element5 .navdwncontent-head.style_head {
    margin-bottom: 0;
    display: table-caption;
}

#element6.dropdownMenu .navdwncontent .style_content li {
    margin-top: 5px;
}

ul.navdwncontent-content {
    display: table-cell;
    padding-right: 40px;
}

#element5 .navdwnlinks {
    padding-right: 30px;
}

#element5 .navdwncontent {
    /* padding : 0;
	border-left: none; KITS */
}

#about-content {
    line-height: 21px;
    font-size: 14px;
    color: #555555;
}

.wholedropdown {
    /* max-height: 400px !important;  */
    display: table;
    margin-top: 37px;
    max-width: 504px;
}

.navdwnlinks {
    display: table-cell;
    padding-right: 40px;
}

.filter-link {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
    max-width: 430px;
    text-align: center;
    margin: 50px auto 20px !important;
    color: #141414;
    text-decoration: none;
    display: block;
    border: 1px solid #141414;
    padding: 15px;
}

.color-bottom-text {
    margin-top: 40px;
}

.color-bottom-text p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #141414;
}

.color-bottom-text p span.cb-red {
    color: #cc0000;
    font-weight: bold;
}

.color-bottom-text p a.cb-black {
    color: #141414;
    text-decoration: none;
    font-weight: bold;
}

.navdwncontent-head.hiddeni {
    margin-bottom: 10px;
}

#element7 .navdwncontent-head.hiddeni {
    margin-bottom: 0;
}

#element8 .navdwncontent-head.style_head {
    margin-bottom: 0;
}

#element8 p.navdwncontent-content {
    margin-top: -7px;
}

.navdwncontent {
    display: table-cell;
    padding: 0 26px;
    border-left: 1px solid #e3e3e3;
}

#element1 .navdwncontent {
    display: none;
}

#element6 .navdwnlinks {
    display: none;
}

#element6 .navdwncontent:first-child {
    border-left: none;
}

.filter-color_bucket div.filter-options {
    padding-top: 30px;
}

.mf-material {
    border-left: 0;
    padding-left: 0;
}

.mf-design {
    padding-right: 0;
}

.dropdownMenu {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    box-shadow: 0px 11px 99px -19px rgba(0, 0, 0, 0.1);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

#element2 .wholedropdown {
    max-width: none;
}

#element2 .wholedropdown .lastNav {
    width: 53.2%;
}

#element2 .wholedropdown .lastNav ul.left {
    width: 67%;
}

#element2 .wholedropdown .lastNav ul.right {
    width: 33%;
    text-align: left;
}

#element2 .nav-sale-link {
    position: absolute;
    bottom: 40px;
}

#element2 .nav-sale-link p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}

#element2 .nav-sale-link a {
    font-size: 12px;
    line-height: 30px;
    display: block;
    color: #cc0000;
}

#element2 .nav-sale-link img {
    width: 13px;
    height: 6px;
    margin-left: 8px;
    margin-top: 12px;
}

#element5 li {
    line-height: 15px;
    letter-spacing: 1px;
}

#element6 .wholedropdown {
    max-width: 870px;
}

.part2 {
    margin-top: 11.16px;
}

.new-dropdown ul {
    float: left;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.Search {
    display: inline;
}

.Search input {
    line-height: 22px;
    background-color: #cc0000;
    border: 0;
    color: white;
    background: none;
    background-clip: unset;
    border-radius: unset;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    height: 22px;
    padding-left: 19.5px;
    padding-right: 0;
    max-width: 287px;
}

.Search input:focus {
    outline: none;
}

.Search input::placeholder {
    color: #ffffff;
    opacity: 0.3;
}

.search_field .imagesize {
    height: 11px;
    width: auto;
    margin-left: 18.574%;
}

.overlay {
    height: calc(100% - 55px);
    width: 0;
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 0;
    overflow: auto;
}

.addwidth.overlay {
    width: 0;
}

.overlay-content {
    position: relative;
    width: calc(100% - 42px);
    margin: auto;
}

.overlay a {
    transition: 0.3s;
}

.menu_heading {
    display: none;
}

#element5 .navdwncontent-head.style_head.menu_heading {
    display: none;
}

#logo {
    box-sizing: content-box;
    /* width : 150px;
	height   : 35px; KITS */
}

#search_icon {
    width: auto;
    height: 14px;
}

.block.block-search {
    height: 0;
    display: inline-flex;
    float: none;
    width: 45%;
}

.block.block-search .field.search .control #search {
    background-color: #cc0000;
    border: none;
    color: white;
    width: 58%;
    font-family: 'Lato', sans-serif;
    padding-right: 20px;
}

.block.block-search .field.search .control #search+span {
    font-size: 0.8rem;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    width: calc(100% - 59%);
    text-align: left;
}

.block.block-search .field.search .control>input::placeholder {
    color: white;
    opacity: 1;
}

.block.block-search .form.minisearch .actions .action.search {
    display: none;
}

.block.block-search .form.minisearch .field.search .control .search-autocomplete {
    width: calc(100% + 90px) !important;
    left: -42px;
    box-shadow: 0px 11px 99px rgba(0, 0, 0, 0.1);
}

.search-autocomplete .category-item a {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.search-autocomplete li.product-item a.product-item-link {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.search-autocomplete li.category-item,
.search-autocomplete li.product-item {
    height: 63px;
    line-height: 62px;
    border-top: 1px solid rgba(20, 20, 20, 0.04) !important;
}

.search-autocomplete li.product-item strong.product.name {
    margin: 0;
    color: #141414;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.search-autocomplete li.product-item strong.product.name:hover:before {
    content: "•";
    width: 4px;
    height: 4px;
    font-size: 15px;
    display: inline-block;
    margin-left: -15px;
    margin-right: 8px;
    color: #cc0000;
}

.search-autocomplete li.category-item:hover:before {
    content: "•";
    width: 4px;
    height: 4px;
    font-size: 15px;
    display: inline-block;
    margin-left: -15px;
    margin-right: 8px;
    color: #cc0000;
}

.search-autocomplete ul li.category-item,
.search-autocomplete ul li.product-item {
    padding: 0px 40px 0px 53px;
}

.block.block-search .form.minisearch {
    border: none;
}

.block.block-search .form.minisearch input:not([disabled]):focus {
    box-shadow: none;
}

.block-search .label {
    display: none;
}

.block.block-search .form.minisearch .field.search .control .search-autocomplete>ul {
    overflow-y: auto;
    max-height: 631px;
}

ul>li,
ol>li {
    margin-bottom: 0;
}

footer.page-footer {
    position: relative;
}

.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    box-shadow: 0px 11px 99px rgba(0, 0, 0, 0.1);
}

.search_field .show {
    position: relative;
    width: calc(100% - 170px);
    float: left;
}

.block-search .control {
    border-top: none;
}

.mobile-right-images.hidei {
    display: none;
}

.right.width.icons ul li {
    float: right;
}

.right.width.icons ul li a {
    display: block;
}

.right.width.icons ul li a:hover {
    text-decoration: none;
}

.right.width.icons ul li .minicart-wrapper .action .counter.qty {
    background: transparent;
    min-width: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    right: -9px;
    color: #ffffff;
    height: 24px;
    /* line-height: 24px; */
    line-height: 37px;
    border-radius: 2px;
    /*display    : inline-block;*/
    overflow: hidden;
    text-align: center;
    white-space: normal;
}

.mobile-right-images .counter.qty {
    position: relative;
    right: 22px;
    top: -7px;
}

.mobile-right-images .cwishlist-counter.cwishlist-qty {
    position: relative;
    right: 22px;
    top: -7px;
}

.mobile-right-images a {
    text-decoration: none;
}

.right.width.icons ul li a span.cwishlist {
    line-height: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    position: absolute;
    top: 15px;
    right: -10px;
}

.right.width.icons ul li a span.cwishlist-counter {
    /* line-height: 24px; */
    line-height: 37px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    position: absolute;
    top: 15px;
    right: -10px;
}

.right.width.icons ul.fixheight li a span.cwishlist {
    margin-top: -9px;
    color: #141414;
}

.right.width.icons ul.fixheight li .minicart-wrapper .action .counter.qty {
    color: #141414;
    margin-top: -9px;
    top: 15px;
}

.right.width.icons ul li .minicart-wrapper .action .counter-number {
    text-shadow: none;
}

.block.block-search .searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    width: 100%;
}

#element2 .navdwnlinks {
    padding-right: 60px;
}

#element2 .navdwncontent {
    padding: 0 60px;
}

#element2 ul.navdwncontent-content {
    padding-right: 50px;
}

#element2 .navdwnlinks ul li {
    padding-bottom: 12px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 12px;
}

#element2 .navdwnlinks ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

#element2.dropdownMenu li {
    color: #555555;
    font-size: 14px;
    line-height: 35px;
    margin-top: 0;
    letter-spacing: 0;
}

#element2.dropdownMenu .lastNav ul li {
    line-height: 33px;
}

#element2 .navdwnlinks+.navdwncontent .part1 ul.navdwncontent-content {
    padding-right: 0;
}

#element2 ul.navdwncontent-content:last-child {
    padding-right: 0;
}

.dropdownMenu .navdwnlinks li a {
    letter-spacing: 0.5px;
}

#element6 .navdwncontent:last-child li {
    font-size: 14px;
    letter-spacing: 0;
}

.navdwncontent-content.style_content a {
    letter-spacing: 0;
}

.block.block-search form.minisearch.loading .control input[type="text"] {
    animation-iteration-count: unset !important;
    animation-duration: 0s;
}

.searchsuite-autocomplete .product ul li:first-child {
    background-color: rgba(20, 20, 20, 0.03);
}

.searchsuite-autocomplete ul li a {
    font-size: 14px;
}

.searchsuite-autocomplete .product ul li a {
    display: block;
    color: #c1c1c1;
}

.searchsuite-autocomplete .product ul li a:first-letter {
    color: #141414;
}

.searchsuite-autocomplete ul li:first-child a {
    color: #141414;
}

.showdropdown.list .has-dropdown .dropdownMenu#element6 .navdwncontent .style_content li a {
    color: #141414;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px;
}
.left.shop_look a {
    color: #ffffff;
}
.right.width.icons ul.right {
    position: fixed;
    width: 14.5%;
    z-index: 1;
    margin-left: 16.5%;
    background-color: transparent;
}

.right.width.icons ul.right.increase-zindex {
    z-index: 999;
}

.right.width.icons.translate ul.right {
    height: 60px;
}

.right.width.icons.translate ul.right li a {
    line-height: 60px;
}

.right.width.icons ul li a._search_img {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Search-white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 7px;
}

.right.width.icons ul li a.bag_img {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
}

.right.width.icons ul li a.instagram_img {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/instagram_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 8px;
}

.right.width.icons ul li a.favoriteimg {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 8px;
}

.right.width.icons ul li a.locator_img {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/locator_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
}

.right.width.icons ul li a.locator_img.newlocatorimg {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/locator_black.svg");
    background-repeat: no-repeat;
}

.locator_img.imagesize {
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 768px) {
    .login_popup_open .locator_img {
        opacity: 0.65;
    }
}

.right.width.icons ul li a.account_img {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/account_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
}

.right.width.icons ul li a._search_img.newsearchimg {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/search_red.svg");
    background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
    .right.width.icons ul li a._search_img.newsearchimg {
        background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/search_black.svg");
        background-repeat: no-repeat;
    }
}

.right.width.icons ul li a.bag_img.newbagimg {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_black.svg");
    background-repeat: no-repeat;
}

.right.width.icons ul li a.favoriteimg.newfavoriteimg {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg");
    background-repeat: no-repeat;
}

.right.width.icons ul li a.favoriteimg.newfavoriteimg span.cwishlist-counter {
    color: #cc0000;
    top: 7px;
}

.right.width.icons ul li a.account_img.newaccountimg {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/account_black.svg");
    background-repeat: no-repeat;
}

.right.width.icons ul li a.instagram_img.newinstagramimg {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/instagram_black.svg");
    background-repeat: no-repeat;
}

.right.width.icons ul.fixheight {
    height: 60px;
    line-height: 60px;
    z-index: 99999;
    top: 22px;
}

::-ms-input-placeholder {
    /* Internet Edge */
    color: white !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white !important;
}

INPUT::-ms-clear {
    display: none;
}
.shipping .label.description{
    display:none;
}
.custom-cart-page.cartempty{
    height: 100vh !important;
}
 .custom-cart-page.itemfound{
    height: 70vh !important;
} 
.popup_right,
.custom-cart-page {
    position: fixed;
    right: -423px;
    height: 90vh;
    background-color: white;
    z-index: 99999;
    width: 423px;
    transition: all 0.5s linear;
    top: 0px;
}

.popup_right.show_with_transition,
.custom-cart-page.show_with_transition {
    transition: all 0.5s linear;
    right: 0;
}

.popup_right_content {
    margin: 0 63px;
    margin-top: 39px;
    margin-right: 60px;
}

.popup_right_content span {
    font-size: 18px;
    color: #c1c1c1;
    line-height: 30px;
    letter-spacing: 0;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    margin-top: 20px;
}

.popup_right_content span.vertical_border {
    font-weight: 600;
    text-transform: uppercase;
}

.popup_right_content p {
    font-size: 30px;
    color: #141414;
    letter-spacing: 0;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 7px;
}

.login-register-popup .response-msg div.error {
    line-height: 15px;
    font-size: 12px;
    margin-top: 14px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}

.login-register-popup .response-msg {
    max-width: 300px;
}

form.popup-login-form {
    margin-top: 13px;
}
form.popup-guestlogin-form {
    margin-top: 13px;
}
.responsiveslider_content{
    max-width: 1070px;
}
.__fullwidthimage .next-arrow
  {
    /* background-image: url(//assets2.pxlecdn.com/assets/embed/glyph/next-6129ae6….png); */
 
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    right: 0px;
    position:absolute;
    top:41%;
    right:-1px;
    width: 40px;
    height: 80px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.25s ease;
    /* border: 1em solid #d9e6eb; */
    /* border-radius: 50%; */
    margin-right: 1.5em;
    z-index: 1;
    margin-left: 25px;
    opacity: 0.85;
  }
  .__fullwidthimage .prev-arrow
  {
   
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    left: 0px;
    position:absolute;
    top:41%;
    /* width: 1.8em;
    height: 2.5em; */
    /* border: 1em solid #d9e6eb; */
    /* border-radius: 50%; */
    width: 40px;
    height: 80px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.25s ease;
    margin-right: 1.5em;
    z-index: 1;
    margin-left: 25px;
    opacity: 0.85;
  }
  .__fullwidthimage .prev-arrow:hover{
    background-color: #fff;
    opacity: 0.6;
  }
  .__fullwidthimage .next-arrow:hover{
    background-color: #fff;
    opacity: 0.6;
  }
  @media screen and (min-width: 421px) {
  .__fullwidthimage:hover .prev-arrow{
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/prvarw.png);
  }
  .__fullwidthimage:hover .next-arrow{
    background-image:url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/nxtarw.png);
  }
}
@media screen and (max-width: 420px) {
    .__fullwidthimage:hover .prev-arrow{
        background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/mblprev.png);
      }
      .__fullwidthimage:hover .next-arrow{
        background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/mblnext.png);
      }
}
@media screen and (min-width: 320px) and (max-width: 1025px) {
    .responsiveslider_content {
      min-width: 90vw;
      max-width: 100vw;
      height: auto;
      margin: auto;
    }
    .responsiveslider_content .__fullwidthimage {
      min-width: 90vw;
      max-width: 100vw;
      min-height: auto;
      max-height: auto;
      height: auto;
    }
    .responsiveslider_content .__fullwidthimage .__ks_listItem__ {
      min-width: 90vw;
      max-width: 100vw;
      min-height: auto;
      max-height: auto;
      background-size: 100%;
      background-position: 100% 100%;
      height: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .responsiveslider_content {
        /* margin-top: 25px; */
    }   
  }
  @media screen and (min-width: 768px) and (max-width: 800px){
    .responsiveslider_content {
        /* margin-top: 30px; */
    }   
  }
  @media screen and (min-width: 801px) and (max-width: 1025px){
    .responsiveslider_content {
        /* margin-top: 10px; */
    }   
  }
@media screen and (max-width: 420px) {
    .generaterecaptcha{
        left: auto !important;
    }
    }
    /*** Shop the look block homepage**/
        /* Big Prod Card Design */
        .__sk__fullimage{
            position: relative;
        }
        .__sk__fullimage_img{
            /* opacity: 1; */
            display: block;
            width: 100%;
            /* height: auto; */
            transition: .5s ease;
            backface-visibility: hidden;
        }
        .pl_details_fright{
            transition: .5s ease;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            color: #ffffff;
            text-align: center;
        }
        .__sk__fullimage:hover .__sk__fullimage_img {
            opacity: 0.8;
            background-color:#000000;
        }
        .__sk__fullimage:hover .fprice{
            display:block;
    
        }
        .__sk__fullimage:hover .pl_details_fright{
            opacity: 0.9;
            background-color: #333131; 
        }
        .__sk__fullimage:hover .pl_details_fullactions{
            opacity: 1;
            display:inline;
        }
        .pl_details_fullactions{
            display: none; 
            height: 40px;
            background-color: #fff;
            position: absolute;
            transition: .5s ease;
            opacity: 0;
            text-align:right;
            width:100%;
            padding: 9px 5px 5px 5px;
            top:450px;
    
        }
        .fprice{
            text-align: center;
            font-size: 1.3rem;
            margin-top: 0px;
            left: 30%;
            top: 40%;
            position: absolute;
            color: #ffffff;
            display:none;
            transition: .5s ease;
            
        }
    
       /* Big Prod Card Design End*/  
    
       .__sk__image_gridwrapper_li .price{
        text-align: center;
        font-size: 1rem;
        margin-top: 40px;
        color:#ffffff;
    }
    .remove_memo_icon{
        display:none;
    }
    
    .__sk__image_gridwrapper_li .pl_details_right{
        position: absolute;
        top: 10px;
        bottom: 0;
        left: 10px;
        right: 0px;
        height: 75%;
        width: 84%;
        opacity: 0;
        transition: .5s ease;
        background-color: #000000;
        color:#fff;
    }
    .__sk__image_gridwrapper_li .pl_details_actions{
        display: none; 
        height: 30px;
        background-color: #fff;
        position: absolute;
        transition: .5s ease;
        opacity: 0;
        text-align:right;
        width:84%;
        padding: 9px 5px 5px 5px;
        top:120px;
        
    }
    .__sk__image_gridwrapper_li:hover .pl_details_right{
    opacity: 0.8;
    }
     @media only screen and (max-width: 480px) {
    .__sk__image_gridwrapper_li .price{
        margin-top:25px;
    } 
    .fprice{
        font-size: 1rem;
        left:20% !important;
        top:50%;
    }
    }
    @media only screen and (max-width: 768px) {
    .__sk__image_gridwrapper_li .pl_details_right{
        height: 82%;
        width: 79%;
    }
    .__sk__image_gridwrapper_li .price{
        font-size: 0.8rem;
    }
    
    }
    @media only screen and (max-width: 1024px) {
        .fprice{
        font-size: 1rem;
        left:30%;
        top:50%;
    }
    
    }
    @media only screen and (min-width: 769px) { 
        .__sk__image_gridwrapper_li .pl_details_actions a{
             color:transparent;
        }
        .pl_details_fullactions a{
            color:transparent !important;
        }
        .__sk__image_gridwrapper_li:hover .pl_details_actions{
            opacity: 1;
            display: inline;
        }
        .__sk__image_gridwrapper_li:hover .pl_details_right{
            opacity: 0.8;
        }
        .__sk__fullimage:hover .pl_details_actions{
            opacity: 1;
        }
    }
    /*** end shop the look homepage block ****/
/*** static page slider block***/

.columngridslider .arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  .columngridslider .prev-arrow {
    position:absolute;
    top:50%;
    width: 1.8em;
    height: 1.8em;
    border: 1em solid #ffffff;
    border-radius: 50%;
    margin-right: 1.5em;
    z-index: 1;
    margin-left: 25px;
    opacity: 0.7;
  }
  @media only screen and (max-width: 600px) {
    .staticpage .pl_details_actions{
    bottom: -9px !important;
    }
    .staticpage .productDescription a{
        overflow: hidden;
         margin-bottom: -5% !important; 
    }
}
    @media screen and (min-width: 320px) and (max-width: 767px){
        .staticpage .pl_details h4:nth-last-of-type(1), .staticpage .pl_details p:nth-last-of-type(1) {
        margin-top: 0px;
        margin-bottom: -7px;
    }
    }
  .columngridslider .next-arrow{
    position:absolute;
    top:50%;
    right:-1px;
    width: 1.8em;
    height: 1.8em;
    border: 1em solid #ffffff;
    border-radius: 50%;
    margin-right: 1.5em;
    z-index: 1;
    margin-left: 25px;
    opacity: 0.7;
  }
  
  .columngridslider .prev-arrow:before {
        z-index: 1;
        position: absolute;
        position: absolute;
        content: "<";
        color: #696969;
        font-size: 22px;
        margin-top: -20px;
        content: '';
        display: inline-block;
        margin-top: -0.18em;
        margin-left: -0.2em;
        width: 0.4em;
        height: 0.4em;
        border-top: 0.1em solid #333;
        border-right: 0.1em solid #333;
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 0.85;
        background-color: #ffffff;
  }
  .columngridslider{
      align-items: center;
  }
  .columngridslider .next-arrow:after {
        font-size: 28px;
        background-color: #fff;
        opacity: 0.6;
        z-index: 1;
        position: absolute;
        color: #696969;
        font-size: 22px;
        margin-top: -20px;
        content: '';
        display: inline-block;
        margin-top: -0.18em;
        margin-left: -0.3em;
        width: 0.4em;
        height: 0.4em;
        border-top: 0.1em solid #333;
        border-right: 0.1em solid #333;
        -moz-transform: rotate(47deg);
        -webkit-transform: rotate(47deg);
        transform: rotate(47deg);
        opacity: 0.85;
        background-color: #ffffff;
  }
  @media screen and (min-width: 1025px) {
      .columngridslider .next-arrow:after {
          /* padding: 3px 9px;
          /* margin-top: -130px; */
          /* border-radius: 50%;
          margin-right: 25px; */ 
      }
      /* .customslider .next-arrow:after {
          padding: px 20px;
          margin-top: -125px;
      } */
      /* .customslider .prev-arrow:before{
        margin-top: 92px !important;
      } */
      .columngridslider .prev-arrow:before {
        /* padding: 3px 9px;
        margin-left: 25px;
        border-radius: 50%;
        position: absolute;
        margin-top: 120px; */
      }
  }
  @media screen and (min-width: 320px) and (max-width: 1024px) {
      .customslider .next-arrow:after, .customslider .prev-arrow:after{
          margin-right: 0px;
      }
       .columngridslider .next-arrow:after {
        /* margin-right: 10px;
             color: white;
            border-radius: 50%;
            padding-left: 7px;
            padding-right: 7px;
            padding-bottom: 3px; */
      }
      .columngridslider .prev-arrow:before {
        /* margin-left: 10px;
        color: white;
        border-radius: 50%;
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 3px; */
      } 
  
  }
  
  .remove_memo_icon{
      display:none;
  }
  .staticpage .pl_details_left span{
      text-transform: uppercase;
  }
  .staticpage .pl_details_right{
      top: 10px;
      bottom: 0;
      left: 10px;
      right: 0px;
      height: 75%;
      width: 84%;
      transition: .5s ease;
  }
  .staticpage .productDescription a{
    white-space: nowrap;
    /* overflow: hidden; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    }
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .staticpage .productDescription a{
        font-size: 13px;
        margin-bottom: -2%;
        word-break: break-word;
    }
    .staticpage .productDescription a.imageIcon1{
      font-size: 12px;
  }
    .staticpage .productDescription a.imageIcon1{
      background-size: 12px;
    }
    .staticpage .productDescription a.imageIcon3 {
    background-size: 12px;
    }
    .staticpage .productDescription a.imageIcon2 {
    background-size: 15px !important;
    }
    .staticpage .pl_details_left span{
    font-size: 11px;
    }
    .staticpage .pl_details_actions a{
    font-size: 10px;
    }
    .staticpage .productDescription{
    height: 55px !important;
    padding: 4px !important;
    overflow: hidden;
    
    }
    .staticpage .pl_details_right h4 span{
        font-size: 11px; 
    }
    .staticpage .pl_details_left span{
      font-size: 10px;
      }
  }
  @media screen and (max-width: 767px){
    .columnGrid.staticpage{
        width: 49%;
      }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
  .staticpage .pl_details_left span{
      font-size: 10px;
      }
  }
  .staticpage .productDescription {
      height: 70px;
      padding: 12px;
      line-height: 1em;
      overflow: hidden; 
       white-space: nowrap;
      text-overflow: ellipsis;
  }
  .staticpage .productDescription a.imageIcon2 {
      background-size: 15px;
  }
  .staticpage .pl_details_actions{
      display: none; 
      position: absolute;
      right: 0;
      bottom: -5px;
      padding-right: 10px;
      padding-bottom: 10px;
      
  }
  .staticpage .productDescription .pl_details_actions a.imageIcon1{
      background-position: center;
  }
  @media screen and (min-width: 768px) and (max-width: 2560px){
    .staticpage .productDescription a{
        font-size: 13px;
    }
    .staticpage .productDescription a.imageIcon1{
        font-size: 15px;
    }
  }
  .staticpage .productDescription .pl_details_actions a.imageIcon {
    height: 20px;
    padding-left: 4px;
}
   @media only screen and (max-width: 480px) {
    .staticpage .price{
      margin-top:25px;
  } 
  
  }
  @media only screen and (max-width: 768px) {
    .staticpage .pl_details_right{
      height: 82%;
      width: 79%;
  }
  .staticpage .price{
      font-size: 0.8rem;
  }
  
  }
  @media only screen and (max-width: 1024px) {
    .staticpage .fprice{
      font-size: 1rem;
      left:30%;
      top:50%;
  }
  
  }
  @media only screen and (min-width: 320px) { 
    .staticpage .pl_details_actions a{
           color:transparent;
      }
      .columnGrid.staticpage:hover .pl_details_actions{
          display: inline;
      }
  }
/*** end static page slider block ***/  


/** start order history ***/
.orderhistorycmsblock{
    margin-bottom: 10px;
    width: 100%;
}
/*** end order history **/
/** start QTY Popup in Order Popup **/
.quantitylimit > div {
    background-color: #cc0000;
    color: #fff;
    box-shadow: 10px 10px 60px #bbbbbb;
    display: inline-block;
    height: auto;
    max-width: 300px;
    min-height: auto;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 5px;
    padding: 15px 5%;
}
.quantitylimit .popupCloseButton{
    background-color: #a09999;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 2px;
    font-size: 19px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    /* padding-top: 2px; */
    border-radius: 50%;
}
/** end QTY Popup in Order Popup **/
body.login_popup_open {
    position: fixed;
    width: 100%;
}

.page-header,
.page-wrapper>main {
    left: 0;
    transition: all 0.5s linear !important;
    position: relative;
}

.page-wrapper>main.login_popup_open,
.page-header.login_popup_open {
    left: -423px;
    transition: all 0.5s linear !important;
    position: relative;
}

.page-wrapper>main.login_cart_open,
.page-header.login_cart_open {
    left: -500px;
    transition: all 0.5s linear;
    position: relative;
}

.right.width.icons ul li a.account_img.change_bg_img,
.right.width.icons ul li a.bag_img.change_bg_img {
    /* background    :url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/search_cross_red.svg); */
    background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/white_cross_red_bg.svg);
    background-repeat: no-repeat;
    margin-top: 3px;
    z-index: 9;
    position: relative;
    background-size: 34px;
    margin-left: 22px;
    width: 34px;
    height: 34px;
}

.mobile-right-images img {
    cursor: pointer;
}

.login-register-popup {
    border: none;
}

.popup-login-form label {
    display: none;
}

.login-register-popup .container {
    width: 100%;
}

.popup-login-form input::placeholder,
.popup-guestlogin-form input::placeholder,
.popup_forgot_form input::placeholder,
.popup-register-form input::placeholder {
    font-size: 12px;
    color: #555555;
    line-height: 15px;
    font-family: 'Lato', sans-serif;
}

.login-register-popup .container {
    padding: 0;
}

.login-register-popup input {
    width: 300px !important;
    height: 50px;
}

.popup-register-form .container .action.primary {
    margin-bottom: 15px !important;
}

.register-container .login-link>span {
    margin-right: 6px;
}

.login-register-popup .register-container label {
    display: block;
    font-size: 11px;
}

.popup-login-form .container>a,
.popup-guestlogin-form .container>a {
    font-size: 12px;
    color: #555555;
    font-family: 'Lato', sans-serif;
    line-height: 15px;
}

.popup-login-form .container p,
.popup-guestlogin-form .container p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Lato', sans-serif;
    color: #555555;
    margin-bottom: 0px;
    display: inline-block;
    /* margin-right: 15px;
    margin-left: 15px; */
}

.popup-login-form .container a span,
.popup-guestlogin-form .container a span {
    font-size: 14px;
    color: #cc0000;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

.popup-login-form .container .action.primary,
.popup-guestlogin-form .container .action.primary,
.popup_forgot_form .container .action.primary,
.popup-register-form .container .action.primary {
    background: #cc0000;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    width: 300px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 43px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
}
.popup-guestlogin-form .container .action.primary{
    margin-bottom: 0px !important;
}
.popup-login-form .container .action.primary:hover,
.popup-guestlogin-form .container .action.primary:hover,
.popup_forgot_form .container .action.primary:hover {
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
}

.login-overlay {
    background-color: transparent;
    padding: 0;
    right: initial;
    z-index: auto;
}

.open_sidebar {
    cursor: pointer;
}

.popup-login-form a,
.popup-guestlogin-form a {
    text-decoration: none;
}

.popup_right.show_with_transition .login-register-popup {
    max-width: 335px;
}

body.login_popup_open .authorization-link:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #f0f1f1;
    opacity: 0.9;
    z-index: 0;
}

.login-register-popup button:hover {
    opacity: 1;
}

.popup_right_content .login_forgot_container p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 17px;
    font-family: 'Lato', sans-serif;
}

.popup_right_content .login_forgot_container p.email_red_class {
    font-size: 18px;
    color: #cc0000;
    margin: 32px 0;
    margin-top: 22px;
    letter-spacing: 0;
    line-height: 22px;
}

.popup_right_content .login_forgot_container span {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    color: #555555;
}

.login_forgot_container a.goback span {
    color: #c1c1c1;
}

.popup_forgot_form .container label {
    display: none;
}

.login_forgot_container {
    padding-top: 30px;
    border-top: 1px solid #e3e3e3;
    margin-top: 27px;
}

.login_forgot_container.hide {
    display: none;
}

.popup_right .popup_forgot_form {
    padding-top: 13px;
}

.popup_right .popup_forgot_form .container .action.primary {
    margin-top: 11px;
    margin-bottom: 30px;
    display: block;
}

.popup_right_content .login_forgot_container span:last-child {
    display: inline-block;
    margin-top: 0;
}

.popup_forgot_form a img {
    width: 16px;
    height: 8px;
    margin-right: 16px;
    margin-right: 8px;
    margin-left: -29px;
}

.popup_forgot_form button+a {
    display: block;
    text-align: center;
}

body.close_search_fun .search_field.show:before {
    content: '';
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    opacity: 0.8;
    z-index: 1;
}

.register-container.show .popup-register-form {
    display: block;
}

.popup-register-form .container {
    margin-top: 20px;
}

.popup-register-form .container:nth-of-type(2) {
    display: none;
}


/**********************************/

.order-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(240, 241, 241, 0.8);
}

.order-request-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 52px;
    width: 100%;
    z-index: 999;
    transform: translate(-50%, -50%);
    max-width: 746px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.order-request-popup.show,
.order-overlay.show {
    display: block;
}

.order-request-popup p {
    font-size: 30px;
    color: #141414;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}

.order-request-popup span {
    /* color   : #a0a0a0; KITS */
    color: #212121;
    font-size: 12px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
}

.product-options-wrapper .field:nth-of-type(1)>.control {
    position: absolute;
    left: 0;
    top: 200px;
    width: 5% !important;
}

.product-purchase-details {
    position: relative;
}

.product-options-wrapper .field.admin__field-option label.admin__field-label {
    display: inline-block;
}

.product-purchase-details>p {
    font-size: 27px;
    line-height: 33px;
    color: #141414;
    font-family: 'Lato', sans-serif;
}

.product-add-form .product-options-bottom {
    position: absolute;
    left: 0;
    top: 207px;
}

.product-purchase-details span {
    font-size: 14px;
    color: #141414;
    letter-spacing: 0.5px;
    line-height: 19px;
    display: block;
    font-family: 'Lato', sans-serif;
}

.product-purchase-details span.price {
    float: right;
    display: inline-block;
    color: #2c2c2c;
    font-weight: bold;
    padding-top: 6px;
}
.product-purchase-details span.pillowprice {
    float: right;
    display: inline-block;
    color: #2c2c2c;
    font-weight: bold;
    padding-top: 6px;
}
.product-purchase span:first-child {
    font-size: 14px;
    color: #cc0000;
    line-height: 17px;
    margin-bottom: 12px;
    display: inline-flex;
    font-family: 'Lato', sans-serif;
    align-items: center;
}

.product-purchase span:first-child input {
    width: 67px;
    border: none;
    padding-right: 0;
    text-align: center;
}

.product-purchase p {
    font-size: 12px;
    /* color     : #a0a0a0; KITS */
    color: #212121;
    line-height: 18px;
    margin-bottom: 31px;
    font-family: 'Lato', sans-serif;
    margin-top: -5px;
}

.product-purchase .container-checkbox+span {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: #141414;
    font-family: 'Lato', sans-serif;
    margin-bottom: 31px;
}

.product-options-bottom .box-tocart .actions button.popupaddtocart {
    display: block;
    background-color: #cc0000;
    border: none !important;
    height: 50px !important;
    width: 272px !important;
    margin-top: 43px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

body._nav_open .product-options-bottom .box-tocart .actions button span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.product-purchase {
    margin-top: 10px;
    float: left;
    width: 35%;
}

.product-purchase-details .product-add-form {
    float: right;
    clear: unset !important;
    width: 50%;
}

.user-area-to-write p {
    font-size: 14px;
    line-height: 17px;
    color: #141414;
    font-family: 'Lato', sans-serif;
}

.order-request-popup span.border {
    display: block;
    width: 100%;
    background-color: #e3e3e3;
    height: 1px;
    margin: 26.5px 0;
}

.product-options-wrapper .textarea:nth-of-type(2) textarea {
    border: 1px solid #c1c1c1;
    padding: 12px;
    width: 272px;
    height: 80px;
    font-size: 12px;
    color: #141414;
    letter-spacing: 1px;
    line-height: 15px;
    font-family: 'Lato', sans-serif;
    resize: none;
}

.product-options-wrapper .textarea:nth-of-type(3) textarea {
    height: 50px;
    padding: 15px;
    resize: none;
    width: 272px;
    box-sizing: border-box;
    font-size: 12px;
    color: #141414;
    letter-spacing: 1px;
    line-height: 15px;
    font-family: 'Lato', sans-serif;
}

.product-options-wrapper .textarea textarea::placeholder {
    font-size: 12px;
    padding: 0;
    color: #a0a0a0;
    letter-spacing: 1px;
    line-height: 15px;
    font-family: 'Lato', sans-serif;
}

.order-request-popup span.close-icon:after,
.general-user-popup > div span.close-icon:after,
.edit-pswd-popup span.close-icon:after,
span.ui-button-text:after {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/close_red.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background-position: 50%;
    background-size: 16px;
}

span.ui-button-text:after {
    width: 12px;
    height: 12px;
    right: 9px;
    top: 8px;
}

.product-purchase>span:first-child img {
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    margin-right: 0px;
    margin-top: 3px;
}

.product-purchase>span:first-child img:nth-of-type(2) {
    margin-left: 11px;
}

.field.admin__field-option {
    width: 14px;
    height: 14px;
    position: relative;
    background: transparent;
    margin-top: 22px;
    border: 1px solid #95989a;
}

.field.admin__field-option label {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
}

.field.admin__field-option label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    left: -3px;
    background: #cc0000;
    opacity: 0;
}

.field.admin__field-option label:hover:after {
    opacity: 0;
}

.field.admin__field-option input[type=checkbox] {
    visibility: hidden;
}

.field.admin__field-option input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.field.admin__field-option label span {
    width: 25vw;
    position: relative !important;
    top: -8px;
    left: 14px;
    padding-left: 7px;
}

#product-options-wrapper {
    padding-top: 23px;
}

li.authorization-link {
    position: relative;
}

body._nav_open {
    position: fixed;
    width: 100%;
}

.Logout:before {
    content: '';
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/logout.svg");
    background-repeat: no-repeat;
    width: 8px;
    height: 13px;
    display: inline-block;
    background-size: 8px;
    margin-right: 5px;
    margin-bottom: -4px;
}


/*************set a new password page's css****************************************/

body.customer-account-createpassword .page-title-wrapper,
body.customer-account-logoutsuccess .page-title-wrapper,
body.cms-no-route .page-title-wrapper {
    text-align: center;
}

body.customer-account-createpassword .page-title-wrapper h1.page-title,
body.customer-account-logoutsuccess .page-title-wrapper h1.page-title,
body.cms-no-route .page-title-wrapper h1.page-title {
    font-size: 24px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    color: #141414;
    margin-top: 20px;
    text-transform: capitalize;
}

body.customer-account-logoutsuccess p.homepage_redirection {
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #555555;
}

form#form-validate .password label,
form#form-validate {
    margin: auto;
    margin-bottom: 30px;
}

form#form-validate .password label,
form#form-validate .confirmation label {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #141414;
    margin-bottom: 10px;
}

form#form-validate .password input#password,
form#form-validate .confirmation input#password-confirmation {
    height: 50px;
    border: 1px solid #ccc;
}

#password-strength-meter {
    display: none;
}

body.customer-account-createpassword .actions-toolbar .primary {
    display: block;
    float: none;
}

body.customer-account-createpassword .actions-toolbar .primary button {
    background-color: #cc0000;
    border: none;
    border-radius: inherit;
    font-size: 14px;
    float: none;
    max-width: 245px;
    height: 50px;
    width: 100%;
    font-weight: normal;
    letter-spacing: 1px;
    margin: auto;
    font-family: 'Lato', sans-serif;
}

body.cms-no-route .pdp-container>dl dt {
    letter-spacing: 1px;
    padding-top: 20px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 21px;
    color: #141414;
}

body.cms-no-route .pdp-container>dl:nth-of-type(1) dt {
    padding-top: 0;
}

body.cms-no-route .pdp-container>dl dd {
    font-size: 14px;
    line-height: 20px;
    color: #141414;
    font-family: 'Lato', sans-serif;
}

body.cms-no-route .columns {
    width: 84%;
    margin: auto;
}

body.cms-no-route .sidebar.sidebar-additional {
    float: none;
    padding-left: 0;
    display: none;
}

body.cms-no-route .sidebar.sidebar-additional .block.block-wishlist .block-title {
    letter-spacing: 1px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 21px;
    color: #141414;
    margin-bottom: 10px;
}

body.cms-no-route .sidebar.sidebar-additional .block.block-wishlist .block-content .empty {
    font-size: 14px;
    line-height: 20px;
    color: #141414;
    font-family: 'Lato', sans-serif;
}

body.cms-no-route .columns .column.main {
    min-height: auto;
    margin-bottom: 40px;
    float: none;
    width: 100%;
}


/*=================End of Header===============*/

.nav-sections-item-title {
    display: none;
}

.nav-sections {
    margin: 0 !important;
}

.images {
    width: 100%;
    height: 100%;
    display: block;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.container {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    width: 84%;
}

.sliderWrap {
    position: relative;
}

.slider {
    display: inline-block;
}

.slider {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    height: calc(100vh - 222px);
    z-index: 111;
}

.slider img {
    width: 75%;
    float: left;
}

.template {
    float: left;
    height: calc(100vh - 222px);
}

.template img {
    object-fit: cover;
    width: 100%;
    display: block;
    border: 0;
    padding: 0 3px;
    height: 100%;
}

.template1,
.template2,
.template3 {
    width: 100%;
    height: calc(100vh - 268px);
}

.template1 .template {
    width: 77.5%;
}

.template2 .template {
    width: 38.75%;
}

.template3 .template:first-child {
    width: 31%;
}

.template3 .template:nth-child(2) {
    width: 46.5%;
}

.partitionLine {
    border-bottom: 1px solid #e3e3e3;
    display: none;
}

.dot {
    position: absolute;
    bottom: 20px;
    left: 80%;
    z-index: 998;
}

.slick-dots li button:hover:before {
    opacity: 1;
}

.dot span {
    width: 16px;
    height: 8px;
    position: absolute;
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Arrow_right.svg");
    background-repeat: no-repeat;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

a.collectionView {
    float: right;
    color: #cc0000;
    font-size: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    display: none;
}

.dot .slick-dots {
    height: 5px;
}

.dot .slick-dots li {
    vertical-align: top;
}

.description {
    width: 22.5%;
    margin-top: calc(100vh - 500px);
    float: right;
    padding-left: 30px;
    position: relative;
}

.descriptionHeader {
    margin-top: 7px;
}

.descriptionHeader h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
}

.description .descriptionHeader p {
    font-size: 18px;
    line-height: 17px;
    font-style: italic;
    font-family: 'Crimson Text', serif;
}

.descriptionHeader h2,
.descriptionHeader p {
    font-weight: 400;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}

.slider .description a.link {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 29px;
}

.scroller {
    padding-top: 38px;
    padding-bottom: 43px;
    color: #95989A;
}

.scroller div {
    position: relative;
}

.scroller img {
    margin-left: 42%;
    margin-right: 1%;
    float: left;
    width: 11px;
    height: 17px;
}

.scroller p {
    float: left;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.5px;
    padding: 0;
    margin-top: 3px;
}

.link {
    border: 1px solid black;
    padding: 18.5px 35px 17.5px;
    vertical-align: middle;
    margin-right: 30px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
}

.slider .description a.link {
    color: #000;
    text-decoration: none;
}

ul.slick-dots {
    text-align: center;
    position: absolute;
    bottom:25px;
    margin-top: 0;
}

.extraSmall {
    font-size: 12px !important;
}

.collectionWrap {
    background-color: #f0f1f1;
    width: 100%;
}

.collectionGrid .tagLinks {
    margin-top: 24px;
    height: auto;
}

.tagLinks .linkWrap {
    margin-bottom: 10px;
}

.tagLinks .link {
    border: none;
    margin-top: 15px;
    margin-bottom: 0;
    margin-right: 15px;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 12px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 15px;
    letter-spacing: 1px;
    padding-left: 2%;
    padding-right: 2%;
}

.tagLinks a {
    color: #000;
    text-decoration: none;
    float: left;
}

.tagLinks a.active {
    color: #fff;
    background-color: #000;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.collectionGrid .tagLinks .link:hover {
    color: #fff;
    background-color: #000;
}

.imageGrid {
    margin-top: 15px;
}

.imageGrid a.column_image {
    display: block;
    overflow: hidden;
}

.imageGrid a.column_image img {
    width: 100%;
}

.imageGrid .columnGrid a.column_image img {
    display: block;
}
/**  contact page starts here**/
.__ContactUsMessage__ p {
    margin: 0 21%;
    font-family: sans-serif;
  }
  .ks__formContainer__ .__formAction__:focus, .__formAction__:visited, .__formAction__:hover {
    background: #ce0000;
    color: #fff;
    border: medium solid;
    border-color: #ce0000;
    box-shadow: none;
} 
.ks__formContainer__  .__ks_loginPopupOverlay__ {
    margin-top: 20px;
    margin-left: 85px;
}
.ks__formContainer__ .__RequiredInfo__ {
    text-align: right;
    font-size: 11px;
    color: #ce0000;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ks__formContainer__ .__formAction__ {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    color: #ce0000;
    border: medium solid;
    border-color: #ce0000;
    font-size: 14px;
    font-weight: bold;
    box-shadow: none;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ks__formContainer__ {
    margin: 0 auto;
    width: 35%;
    padding: 10px;
  }
  @media (min-width: 580px) and (max-width: 991px) {
    .ks__formContainer__ {
      margin: 0 auto;
      width: 50%;
      padding: 10px;
    }
  }
  @media (min-width: 320px) and (max-width: 580px) {
    .ks__formContainer__ {
      margin: 0 auto;
      width: 70%;
      padding: 10px;
    }
  }
  .__PageTitle__{
  margin-top: 20px;
  font-family: serif;
  text-align: center;
  }
  @media (max-width: 767px) {
    .ks__formContainer__ .__ContactForm_btn__ .__formAction__ {
      width: 100%;
      margin-left: 0;
    }
    .ks__formContainer__ .__ContactForm_btn__ .__formAction__:first-child {
      margin-left: 0;
    }
  }
  .ks__formContainer__ .__ContactForm_btn__ button {
    width: 40%;
  }
  .ks__formContainer__ .__ContactForm_btn__ button :first-child {
    margin-right: 50px;
    margin-left: 25px;
}

.ks__formContainer__ .form-group {
    margin-bottom: 15px;
}


  /*** contact ends here**/
.columnGrid {
    /*float       : left;*/
    width: 16.66%;
    margin-top: 0;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
    display: inline-block;
}

.columnGrid span.column-wrap {
    position: relative;
    display: block;
}

.columnGrid img,
div {
    margin-top: 0px;
}

.row {
    margin: 0 -20px;
}

.collectionGrid .imageGrid .row {
    margin-bottom: 72px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.productDescription {
    position: absolute;
    height: auto;
    z-index: -111;
    width: 100%;
    bottom: 0;
    padding: 15px;
    background-color: #fff;
}

.search-results-index .productDescription {
    position: unset;
}

.imageGrid .columnGrid:hover a.column_image {
    box-shadow: 0px 8px 47px rgba(0, 0, 0, 0.16);
}

.columnGrid:hover .productDescription {
    z-index: 111;
}

.productDescription p,
.productDescription a.product-name,
.productDescription span {
    padding: 0;
    width: 100%;
    font-size: 12px;
    margin-top: 0;
    line-height: 17px;
    letter-spacing: 0.5px;
}

.productDescription a.product-name {
    display: inline-block;
    word-wrap: break-word;
}

.productDescription p,
.productDescription span {
    margin-top: 7px;
    color: #555555;
}

.cms-most-adored .productDescription span {
    margin-top: 0px;
}

.productDescription a:hover {
    text-decoration: none;
}

.productDescription a.column_image {
    display: inline-block;
    color: #000;
    width: 58%;
    word-wrap: break-word;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.productDescription a.imageIcon {
    /* float: right;
    margin-left: 5px; */
    width: 20px;
    height: 21px;
    background-position: center;
}

.productDescription a.imageIcon2.add-to-wishlist.added_in_wishlist {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red_fill.svg");
}

.productDescription a.imageIcon1 {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_black.svg");
    background-repeat: no-repeat;
    background-size: 15px;
}

.productDescription a.imageIcon2 {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    margin-left: 0;
}

.productDescription:after {
    clear: both;
}

.slick-slide img {
    margin: 0;
}

.collectionGrid {
    background-color: #f0f1f1;
}

p.collectionHeading {
    color: #C1C1C1;
    margin-top: 0px;
    letter-spacing: 1px;
    line-height: 15px;
}

#contact-faq p.collectionHeading,
#termsPage p.collectionHeading {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
}

.collectionGrid .container p.collectionHeading {
    padding-top: 57px;
}

.about .descriptionHeader {
    margin-top: 14px;
}

.context {
    color: #555555;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    padding: 0;
}

.about .context {
    width: 63%;
}

.collectionGrid .context {
    width: 44%;
}

.about .collectionHeading {
    padding-top: 73px;
}

.collectionGrid .context {
    margin-top: 13px;
}

.showrooms .descriptionHeader h2,
.showrooms .context {
    margin-top: 14px;
}

.about .context {
    margin-top: 17px;
}

.about .context,
.showrooms .context {
    padding-bottom: 20px;
    line-height: 21px;
}

.about .row {
    margin: 0 -20px;
}

.about .columnGrid {
    width: 25%;
    padding: 20px;
}

.imageWrap {
    padding: 22px;
    border: 1px solid #e3e3e3;
}

.backgroundImage {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_right_grey.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #141414;
}

.backgroundImage p {
    margin-top: 0;
}

.about .columnGrid a {
    text-decoration: none;
    display: block;
}

.about .columnGrid a img {
    display: block;
    width: 100%;
}

.about .columnGrid a:hover .imageWrap {
    background-color: #cc0000;
    border: 1px solid #cc0000;
}

.about .columnGrid a:hover .imageWrap .backgroundImage {
    color: #fff;
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_right_product.svg");
}

.tagLinks a,
.slider .description a.link {
    font-size: 12px;
}

.collectionGrid div.link {
    max-width: 367px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    font-size: 12px;
    padding: 0;
    background-color: transparent;
    margin-bottom: 72px;
    margin-top: 35px;
}

.collectionGrid div.link a {
    display: block;
    padding: 18.5px 0 17.5px;
    letter-spacing: 1px;
}

.collectionGrid div.link a:hover {
    color: #000;
    text-decoration: none;
}

.collectionGrid div.link a:visited {
    color: #000;
}

.showrooms {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/showroom-Curlicue_Navy.jpg");
    background-size: cover;
    height: auto;
    overflow: hidden;
    margin-top: 82px;
}

.showrooms .contentWrap {
    background-color: #fff;
    margin-top: 85px;
    margin-bottom: 85px;
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 494px;
}

.showrooms .contentWrap .descriptionHeader {
    margin-top: 0;
}

.showrooms .link {
    border: 1px solid #fff;
    color: #000;
    margin-bottom: 0;
    float: left;
    margin-right: 0px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.showrooms .showroomLinks {
    margin-top: 9px;
}

.showrooms .link:first-child {
    border: 1px solid #cc0000;
    color: #cc0000;
    margin-right: 10px;
    background-color: #fff;
}

.showrooms .contentWrap p {
    color: #555555;
}

.separator {
    float: left;
    margin-top: 35px;
    font-size: 12px;
    margin-right: 3px;
    color: #c1c1c1 !important;
}

.dropDownWrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px auto 0;
    display: none;
}

.dropDownWrap a {
    margin: 0 50%;
    display: block;
    width: 15px;
}

.dropDownWrap .dropDown {
    width: 100%;
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_down.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    margin: 0;
    height: 10px;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-main,
main.page-main {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100vw;
    position: relative;
    z-index: 0;
}

.columns .column.main {
    padding-bottom: 0px;
}


/* ----------Collection Page------------------ */

#collectionsSection {
    margin-top: 60px;
    margin-bottom: 277px;
}

#collectionsSection.container {
    overflow: visible;
}

.collectionsFrames .partitionLine {
    display: block;
    margin-top: 80px;
}

.collectionsHeading {
    margin-bottom: 0;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
}

.collectionsFrame1,
.collectionsFrame2,
.collectionsFrame3 {
    height: 660px;
}

.collectionsFrame1,
.collectionsFrame2,
.collectionsFrame3 {
    margin-top: 80px;
}

.collectionsFrame3 {
    position: relative;
}

.collectionsDescription {
    float: right;
    height: auto;
    background: #fff;
    width: 300px;
    padding-right: 40px;
    word-wrap: break-word;
    position: fixed;
    display: none;
    left: 7.2%;
    max-width: 340px;
    top: 50%;
    margin-top: 50px;
    transform: translate(0, -50%);
    max-height: 370px;
    overflow: auto;
}


/*************************************/

body.cms-collections .collectionFrame .collectionsDescription {
    position: initial;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    margin-top: 0;
    max-height: 660px;
    display: block;
}


/*****************************************/

.collection_description_last {
    position: absolute;
    left: -1%;
    width: 19.8%;
    top: inherit;
    bottom: 18px;
    padding-right: 35px;
}

p.title {
    font-size: 18px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    line-height: 30px;
    color: #C1C1C1;
}

.collectionsDescription p.brandName {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    margin-top: 7px;
}

.collectionsDescription p.brandDescription {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #555555;
    margin-top: 20px;
}

.collectionsDescription .collectionsLinks a.allProducts {
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
}

a.lightboxGallery,
a.downloadBrochure {
    display: block;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 0.5px;
    padding: 15px 0 13px;
    border: 1px solid #141414;
}

.collectionsDescription a.lightboxGallery,
.collectionsDescription a.downloadBrochure {
    max-width: 180px;
    margin-top: 10px;
}

a.allProducts {
    display: block;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    line-height: 15px;
    letter-spacing: 1px;
    padding: 14px 0;
    color: #fff;
    border: 1px solid #cc0000;
    background-color: #cc0000;
}

#collectionsSection .collectionFrame .collectionsDescription a.allProducts {
    max-width: 180px;
    margin-top: 20px;
}

.collectionsDescription a.lightboxGallery:hover,
.collectionsDescription a.downloadBrochure:hover {
    text-decoration: none;
    color: #141414;
}

.collectionFrame {
    Position: relative;
}

.collectionsDescription a.lightboxGallery:visited,
.collectionsDescription a.downloadBrochure:visited {
    text-decoration: none;
    color: #141414;
}

.collectionsDescription a.lightboxGallery:active,
.collectionsDescription a.downloadBrochure:active {
    text-decoration: none;
    color: #141414;
}

.collectionsDescription a.allProducts:hover {
    text-decoration: none;
}

.brandImages {
    float: right;
    height: 100%;
    width: calc(100% - 340px);
}

.brandImages .imageLink {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.brandImages .imageLink img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.brandImages div.collectionsTemplate1 {
    float: left;
    width: 57%;
    height: 100%;
}

.brandImages div.collectionsTemplate2 {
    float: left;
    width: 43%;
    height: 50%;
    padding-left: 20px;
}

.brandImages div.collectionsTemplate3,
.brandImages div.collectionsTemplate4 {
    height: 50%;
    width: 21.5%;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}

.collectionsFrame2 .brandImages div.collectionsTemplate3,
.collectionsFrame2 .brandImages div.collectionsTemplate4 {
    padding-top: 0;
}

.collectionsFrame2 .brandImages div.collectionsTemplate2 {
    padding-top: 20px;
}

.collectionsFrame3 .brandImages div.collectionsTemplate3 {
    width: 43%;
}

div.LightboxPopup {
    width: 100%;
    z-index: 99999;
    height: calc(100vh);
    top: 0;
    left: 0;
    display: none;
    position: fixed;
}

span.lb-overlay {
    background-color: rgba(0, 0, 0, 0.88);
    position: absolute;
    width: 100%;
    height: 100%;
}

div.LightboxPopup div.LightboxItems {
    height: calc(100vh);
    vertical-align: middle;
}

[data-namespace='s7classic'].s7zoomview {
    background-color: transparent;
}

div.LightboxPopup div.popupMainSlider {
    width: 90vw;
    margin: auto;
}

div.LightboxPopup div.popupMainSlider div.mainSlider {
    padding: 0 5px;
    position: relative;
}

div.LightboxPopup div.popupMainSlider div.mainSlider img {
    width: auto;
    margin: auto;
    height: calc(56vh);
    object-fit: contain;
}

div.LightboxPopup div.popupMainSlider .slick-list {
    overflow: initial;
}

.popupMainSlider div.slick-track {
    display: -webkit-flex;
    align-items: center;
}

div.LightboxPopup .popupThumbnails {
    width: 100%;
    margin: auto;
    height: 30px;
    overflow: hidden;
    margin-top: 37px;
    position: absolute;
    text-align: center;
}

body.page-layout-all-brands div.LightboxPopup .popupThumbnails {
    width: 300px;
}

div.LightboxPopup .popupThumbnails div.thumbNail {
    height: 32px;
    position: relative;
    width: 50px !important;
    float: none;
    display: inline-block;
    margin: 0 13.5px;
}

div.LightboxPopup .popupThumbnails div.thumbNail img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

div.LightboxPopup .popupThumbnails .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
    margin: auto;
}

.popupMainSlider .slick-prev {
    left: -14px;
}

.popupMainSlider .slick-next {
    right: -14px;
}

.popupMainSlider button:not(.primary) {
    box-shadow: none;
    border: none;
}

.popupMainSlider .slick-prev:before,
.popupMainSlider .slick-next:before {
    font-size: 20px;
}

.popupMainSlider .mainSlider .collectionsDescription {
    margin-top: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 36px;
    top: -110px;
    display: block;
    left: 0;
    position: absolute;
    margin: 0;
    background: transparent;
}

.popupMainSlider .mainSlider .collectionsDescription p.brandName {
    color: #fff;
}

.popupMainSlider .mainSlider .collectionsDescription p.title,
.popupMainSlider .mainSlider .collectionsDescription p.brandName {
    text-align: center;
}

.LightboxPopup a.closePopup {
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: block;
    right: 20px;
    top: 20px;
    z-index: 100;
    opacity: 0;
}

.LightboxItems:hover a.closePopup {
    opacity: 1;
}

.LightboxPopup a.closePopup p {
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 5px;
}

.LightboxPopup a.closePopup img {
    float: left;
    width: 10px;
    height: 10px;
}

.cms-collections .breadcrumbs {
    display: none;
}

.thumbNailOverlay {
    position: absolute;
    opacity: 0;
    top: 40%;
    left: 41%;
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/thumb_tick.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 9px !important;
    height: 6px !important;
}

.thumbNail.slick-slide.slick-current.slick-active img {
    opacity: 0.3;
}

.thumbNail.slick-slide.slick-current.slick-active span.thumbNailOverlay {
    opacity: 1;
}


/* ----------Collection Page End------------------ */


/* ----------About Page------------------ */

body.cms-about {
    overflow-x: hidden;
}

.cms-about .breadcrumbs {
    display: none;
}

div.scalamandreHistory .container {
    overflow: visible;
}

#aboutPage {
    margin-top: 40px;
    margin-bottom: 92px;
}

#aboutPage p.collectionHeading,
#general-enquiries p.collectionHeading,
#customer-service p.collectionHeading {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 18px;
}

#aboutPage div.aboutScalamandre {
    max-width: 1312px;
    display: flex;
    align-items: center;
    margin: auto;
}
#aboutPage div.aboutScalamandre.general {
    background: #fafafa;
}

.aboutScalamandre div.aboutScalamandreImage {
    width: 61%;
    height: 650px;
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/about_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

div.aboutScalamandre div.aboutScalamandreDescription {
    width: 40%;
    padding-left: 60px;
}
div.aboutScalamandre div.aboutScalamandreDescription.general {
    width: 40%;
    padding-left: 1px;
}

.aboutScalamandreDescription p.collectionHeading {
    line-height: 30px;
}

.aboutScalamandreDescription div.descriptionHeader,
.ge-section .ge-content div.descriptionHeader {
    margin-top: 7px;
}

#aboutPage p.context {
    line-height: 21px;
}

.aboutScalamandreDescription p.context {
    margin-top: 20px;
}

.aboutScalamandreDescription p.timeline {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    color: #cc0000;
}

.centerPadding {}

#aboutPage div.scroller {
    padding-top: 111px;
    padding-bottom: 45px;
}

div.scalamandreHistory div.aboutScalamandreDescription {
    padding-top: 68.85px;
}

div.scalamandreHistory div.aboutScalamandreDescription p.context,
div.scalamandreHistory div.aboutScalamandreDescription p.timeline {
    width: 50%;
}

div.scalamandreHistory div.aboutScalamandreDescription div.aboutArrow {
    float: right;
    position: relative;
    margin-top: 35px;
}

div.scalamandreHistory div.aboutScalamandreDescription div.aboutArrow .about-overlay {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -10px;
    right: 0;
}

div.scalamandreHistory div.aboutScalamandreDescription div.aboutArrow .slick-prev {
    left: initial;
    right: 30px;
}

.scalamandreHistory {
    background: rgba(240, 241, 241, 0.3);
    margin: 0 -20px;
}

.scalamandreHistory .slick-list {
    padding-left: 0 !important;
}

.noneDisplay {
    display: none;
}

div.scalamandreHistory div.row {
    margin: 0 -3.7%;
    padding-bottom: 40px;
    /* margin-right: -200px; */
}


/* div.scalamandreHistory div.columnGrid:nth-child(4) {
	width: 138%;
} */

div.scalamandreHistory div.columnGrid {
    width: 25%;
    padding: 0;
}

.columnGrid-inner {
    padding: 22px 13.5% 0;
}

div.scalamandreHistory div.columnGrid p.context {
    padding-top: 14px;
    color: #141414;
    /*width      : 126%;*/
    width: 100%;
    padding-right: 10%;
    margin-top: -4px;
    border-right: 1px solid rgba(193, 193, 193, 0.3);
}

div.scalamandreHistory div.columnGrid .bar {
    position: relative;
}

div.scalamandreHistory div.columnGrid img {
    width: auto;
    height: 225px;
    object-fit: cover;
}

div.scalamandreHistory div.columnGrid .collectionHeading {
    margin-top: 20px;
    color: #95989A;
    line-height: 24px;
}

div.scalamandreHistory .circle {
    border: 1px solid #cc0000;
    border-radius: 50%;
    width: 10px;
    background: #fff;
    height: 10px;
    margin-top: 8px;
    margin-left: 10px;
}

div.scalamandreHistory .line {
    border-bottom: 1px solid #c1c1c1;
    position: absolute;
    bottom: 4px;
    left: 20px;
    width: 155%;
}

div.scalamandreHistory div.historyImageDescription {
    margin-top: 14px;
    width: 100%;
}

.scalamandreServices div.descriptionHeader p.context {
    margin-top: 17px;
    width: 63%;
}

.scalamandreServices div.aboutScalamandreDescription {
    margin-top: 92px;
}

.scalamandreServices div.row {
    margin: 0 -20px;
    font-size: 0;
}

.scalamandreServices div.columnGrid {
    padding: 40px 20px 0;
    width: 25%;
    float: none;
    display: inline-block;
    vertical-align: baseline;
    padding-top: 40px;
}

.scalamandreServices div.columnGrid a {
    display: block;
}

.scalamandreServices div.columnGrid a:hover {
    text-decoration: none;
}

.scalamandreServices div.columnGrid p.contextHeading {
    color: #141414;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.scalamandreServices div.columnGrid p.context {
    margin-top: 10px;
}


/* ----------About Page End------------------ */


/* ----------Brands Page--------------------- */

.page-products .columns {
    padding-top: 0;
}

body.categorypath-brands .category-cms {
    margin-bottom: 0;
}

.cms-brands .breadcrumbs {
    display: none;
}

#brands_Page {
    margin-top: 67px;
}

#brands_Page .brand-template {
    margin-top: 0;
    height: 750px;
}

.brand-template .brand-description {
    width: 33.7%;
    padding-right: 83px;
    margin-top: 15%;
}

#brands_Page p.collectionHeading {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
}

.brand-template .brand-description a.link {
    display: block;
    width: 76%;
    padding-left: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 5px;
    margin-top: 39px;
}

.brand-template .brand-description a.link:hover {
    text-decoration: none;
}

.brand-template .descriptionHeader img {
    width: 202px;
    height: auto;
    text-transform: uppercase;
}

.brand-template .descriptionHeader p.cite {
    color: #141414;
    width: 142px;
    letter-spacing: 1px;
    text-align: center;
}

.brand-template .descriptionHeader p.context {
    margin-top: 14px;
    line-height: 21px;
}

.brand-template .brandImages {
    width: 66.3%;
    float: left;
}

.brand-template .brandImages div.collectionsTemplate a.imageLink {
    box-shadow: none;
}

.brand-template .brandImages div.collectionsTemplate1 {
    width: 49%;
}

.brand-template .brandImages div.equal-width {
    width: 50.9%;
}

#brands_Page .scroller {
    padding-top: 62px;
}

#brands_Page .scroller p {
    margin-top: 2px;
}

.recentCollectionsSection {
    padding-top: 35px;
    padding-bottom: 89px;
}

.recentCollectionsSection .container {
    overflow: visible;
}

.recentCollectionsSection p.rc-heading {
    padding-top: 33px;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 30px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}

.recentCollectionsSection .partitionLine {
    display: block;
    margin-top: 41px;
}

.recentCollections {
    margin-top: 51px;
    position: relative;
    height: 442px;
}

.recentCollections .rc-image-wrap {
    width: 78%;
    position: relative;
    background: #fff;
    height: 100%;
}

.recentCollections .rc-description {
    width: 43%;
}

.recentCollections .rc-image {
    padding-right: 70px;
    height: 100%;
    position: relative;
    width: 54%;
}

.recentCollections .closeButton {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Close.svg");
    background-repeat: no-repeat;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    background-size: 12px;
    background-color: #fff;
    background-position: center;
    display: none;
}

.recentCollections .rc-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.recentCollections .rc-menu {
    padding-right: 70px;
    margin-left: -32px;
    position: relative;
    line-height: 15px;
    height: 442px;
    width: 24%;
    letter-spacing: 1px;
    font-size: 12px;
}

.recentCollections .rc-menu .rc-menu-overlay {
    position: absolute;
    bottom: 0;
    margin-left: 32px;
    background: transparent;
    color: #95989A;
    padding: 7px 0;
}

.recentCollections .rc-menu .swipe-overlay {
    display: none;
}

.recentCollections .rc-menu .scroll-overlay {
    display: block;
}

.recentCollections .rc-menu ul {
    height: 413px;
    overflow: hidden;
    overflow-y: scroll;
    list-style-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_right_red.svg");
}

.recentCollections .rc-menu ul li {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.recentCollections .rc-menu ul li a {
    color: inherit;
    text-transform: uppercase;
}

.recentCollections .rc-menu ul li:first-child {
    margin-top: 0;
}

.recentCollections .rc-menu ul li:before {
    content: '→';
    color: transparent;
    font-size: 15px !important;
    margin-right: 12px;
}

.recentCollections .rc-description .rc-links {
    max-width: 400px;
}

.recentCollections .rc-description a.allProducts {
    margin-top: 40px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.10);
}

.recentCollections .rc-description p.rc-description-heading {
    color: #cc0000;
    font-size: 27px;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.recentCollections .rc-description p.context {
    margin-top: 20px;
    line-height: 21px;
}

.recentCollections .rc-description a.link {
    margin-right: 5%;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.5px;
}

.recentCollections .rc-links-wrap {
    display: block;
    width: 100%;
    font-size: 0;
}

.rc-links-wrap .hide {
    display: none !important;
}

.width_100 {
    width: 100% !important;
}

.recentCollections .rc-description a.link,
.recentCollections .rc-description a.lightboxGallery,
.recentCollections .rc-description a.downloadBrochure {
    margin-top: 0;
    padding: 14px 0;
    width: 47.5%;
    display: inline-block;
    vertical-align: top;
}

.collection_active {
    display: block !important;
    opacity: 1 !important;
}

.recentCollections .rc-description a:hover {
    text-decoration: none;
}

.brands_image-grid {
    background: #FAFAFA;
}

.brands_image-grid p.title {
    margin-top: 61px;
    text-transform: capitalize;
}

.brands_image-grid .row {
    margin-top: 20px;
}

.brands_image-grid .row .columnGrid a.column_image {
    position: relative;
    display: block;
}

.brands_image-grid .row .columnGrid a.column_image img {
    display: block;
    width: 100%;
}

.brands_image-grid .row .columnGrid:hover a.column_image {
    box-shadow: 0px 8px 47px rgba(0, 0, 0, 0.16);
}

.brands_image-grid a.link {
    display: block;
    max-width: 283px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 16.5px 0 15.5px;
    background: transparent;
    margin: 50px auto 80px;
}

.brands_image-grid a.link:hover {
    text-decoration: none;
}

.recentCollections .rc-menu ul li a:hover {
    text-decoration: none;
}

.recentCollections .rc-menu ul li a:active {
    text-decoration: none;
}

.brands-active {
    color: #cc0000 !important;
}

body.page-layout-all-brands span.lb-overlay {
    color: rgba(0, 0, 0, 0.95);
}


/* ----------Brands Page End----------------- */


/* ----------General Enquiries Page---------- */

#general-enquiries p.collectionHeading,
#customer-service p.collectionHeading {
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}


/* ----------General Enquiries Page End---------- */


/* ----------Contact Page------------------------ */

#general-enquiries {
    margin-top: 52px;
}

#customer-service {
    margin-top: 26px;
}

#general-enquiries .ge-section {
    padding-left: 9px;
    margin-bottom: 89px;
    min-height: 400px;
}

#customer-service .ge-section {
    margin-bottom: 67px;
}

.contact-container {
    max-width: 1185px;
    width: 63%;
    margin: auto;
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .writeus-index-index .contact-container,
    .contactus-index-index .contact-container {
        width: 84%;
    }
}

.ge-section .ge-form {
    height: 100%;
    display: flex;
    align-items: center;
}

#general-enquiries .ge-form {
    width: 49%;
    padding-right: 6.9%;
}

#customer-service .ge-form {
    width: 41.8%;
    padding-right: 7.6%;
}

.ge-section .ge-form .ge-content-wrap {
    width: 100%;
    position: relative;
}

.ge-section .ge-form .ge-content-wrap .ge-content {
    margin-bottom: 37px;
}

#general-enquiries .ge-image {
    width: 51%;
}

#customer-service .ge-image {
    width: 50.6%;
}

.ge-section .ge-image img {
    /* min-height: 400px; KITS */
    height: 100%;
    object-fit: cover;
}

.ge-content .service {
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
}

#customer-service .ge-content .descriptionHeader .service-no {
    font-size: 22px;
    line-height: 27px;
    margin-top: 24px;
}

.ge-content .descriptionHeader .ge-service {
    color: #c1c1c1;
}

.ge-content .descriptionHeader .service-no {
    color: #cc0000;
    margin-top: 24px;
}

#customer-service .ge-content .descriptionHeader .service-icon {
    width: 31px;
    margin: 25px 10px 0 30px;
}

#customer-service .ge-content .ge-service-wrap {
    background-color: rgba(20, 20, 20, 0.02);
    height: 70px;
    margin-top: 23px;
    margin-bottom: 12px;
    width: 257px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
}

.ge-content .descriptionHeader .ge-address-wrap {
    width: 37%;
    margin-top: 12px;
}

.ge-content .descriptionHeader .ge-address-wrap:nth-last-child(1) {
    margin-left: 48px;
}

.ge-content .descriptionHeader .ge-address {
    font-size: 14px;
    line-height: 22px;
    color: #A0A0A0;
    margin-top: 8px;
}

.ge-content .descriptionHeader .ge-address-wrap .service {
    letter-spacing: 1px;
}

p.service-no.service.left {
    margin-top: 15px;
}

body.writeus-index-index div.page.messages,
body.contactus-index-index div.page.messages,
body.tradeaccount-index-index div.page.messages {
    position: absolute;
    width: 28%;
    left: 18%;
}

body.writeus-index-index div.page.messages {
    height: 58.5%;
    bottom: 6%;
}

body.tradeaccount-index-index div.page.messages {
    height: 89%;
    bottom: 6%;
}

body.contactus-index-index div.page.messages {
    height: 67.5%;
    bottom: 14%;
}

body.writeus-index-index div.page.messages div:nth-last-child(1),
body.contactus-index-index div.page.messages div:nth-last-child(1),
body.tradeaccount-index-index div.page.messages div:nth-last-child(1) {
    width: 100%;
    height: 100%;
}

body.writeus-index-index div.page.messages .message.success,
body.contactus-index-index div.page.messages .message.success,
body.tradeaccount-index-index div.page.messages .message.success,
body.tradeaccount-index-index div.page.messages .message.error {
    padding: 0;
    background: transparent;
    color: #141414;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 111;
}

body.tradeaccount-index-index div.page.messages .message.error .popupMessage .bottomText {
    color: #cc0000;
}

body.tradeaccount-index-index div.page.messages .message.error>*:first-child:before {
    display: none;
}

body.tradeaccount-index-index div.page.messages .message.success>*:first-child:before {
    display: none;
}

body.writeus-index-index div.page.messages .message.success div,
body.contactus-index-index div.page.messages .message.success div,
body.tradeaccount-index-index div.page.messages .message.success div,
body.tradeaccount-index-index div.page.messages .message.error div {
    height: auto;
}

body.writeus-index-index div.page.messages .message.success .popupMessage,
body.contactus-index-index div.page.messages .message.success .popupMessage,
body.tradeaccount-index-index div.page.messages .message.success .popupMessage,
body.tradeaccount-index-index div.page.messages .message.error .popupMessage {
    width: 78%;
    margin-left: auto;
}

body.writeus-index-index div.page.messages .message.success>*:first-child:before,
body.contactus-index-index div.page.messages .message.success>*:first-child:before,
body.body.tradeaccount-index-index div.page.messages .message.success>*:first-child:before,
body.body.tradeaccount-index-index div.page.messages .message.error>*:first-child:before {
    display: none;
}

.popupMessage p {
    text-align: center;
}

.popupMessage .highlight {
    color: #cc0000;
    font-size: 24px;
    line-height: 29px;
}

.popupMessage .bottomText {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
}


/* =========================Form================================ */

div.ge-form .form .fieldset {
    min-width: 200px;
}

div.ge-form .form .mdl-textfield {
    margin-bottom: 20px;
}

#general-enquiries div.ge-form .form .ks_row div.telephone.hide-desktop {
    display: none;
}

div.ge-form .form .mdl-textfield label {
    float: left;
}

div.ge-form .form .mdl-textfield label span {
    font-size: 12px;
    line-height: 15px;
}

div.ge-form .form .mdl-textfield label span:after {
    content: '*';
    color: #cc0000;
}

div.ge-form .form .field:not(.required) .mdl-textfield label span:after,
div.ge-form .form .business_speciality.mdl-textfield:not(.required) label span:after {
    content: '';
}

div.ge-form .form .mdl-textfield input.input-text {
    margin-top: 8px;
    height: 45px;
}

div.ge-form .form .mdl-textfield textarea {
    height: 116px;
    margin-top: 8px;
    resize: none;
}

div.ge-form .form .actions-toolbar .primary {
    width: 100%;
}

.ge-content-wrap .actions-toolbar .primary button.submit {
    width: 100%;
    background: #cc0000;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    padding: 14px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

.ge-content-wrap .form .fieldset {
    margin-bottom: 17px;
}

.ge-content-wrap .form .fieldset .rc-anchor-light.rc-anchor-normal {
    border: none;
}

.ge-content-wrap .form .fieldset .rc-anchor-light.rc-anchor-normal .rc-anchor-checkbox-label {
    font-size: 12px;
    line-height: 15px;
}

.ge-content-wrap .form .fieldset .rc-anchor-light.rc-anchor-normal .rc-anchor-normal-footer {
    display: none;
}

.ge-content-wrap .form .fieldset .g-recaptcha>div {
    margin: 0;
}


/* =========================Form End============================ */


/* ===================================Faq================================= */

.faq-container {
    max-width: 740px;
    margin: auto;
    margin-top: 54px;
}

#contact-faq,
#termsPage {
    color: #141414;
}

#contact-faq .ge-content .descriptionHeader .ge-service {
    margin-right: 2px;
    color: #555555;
}

#contact-faq .ge-content .descriptionHeader .service {
    font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
}

.ge-content .descriptionHeader .service-wrap {
    font-size: 13px;
}

.ge-content .descriptionHeader .faq-cite {
    font-size: 14px;
    margin-top: 16px;
    color: #555555;
}

#contact-faq .ge-content .descriptionHeader .faq-cite {
    width: 60%;
    line-height: 21px;
}

.faqs p {
    color: #cc0000;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    margin-top: -3px;
}

#contact-faq .faqs dl {
    width: 88%;
    text-align: left;
}

.faqs dl {
    margin: 0;
}

#contact-faq .faqs dl dt:after {
    content: '+';
    color: #cc0000;
    float: right;
    line-height: 27px;
    margin-top: 2.8%;
}

#contact-faq .faqs dl dt.dt-sign:after {
    content: '-';
    color: #cc0000;
    float: right;
    font-size: 23px;
    line-height: 5px;
    margin-top: 0;
}

.faqs dl dt {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    margin-bottom: 11px;
}

.faqs dl dd {
    margin: 0;
    margin-bottom: 10.5px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}

.dd-hide {
    display: none;
}

#contact-faq .contact-faqs {
    padding-top: 66.5px;
    padding-bottom: 89.5px;
}

#contact-faq .contact-faqs .partitionLine {
    display: block;
    margin-bottom: 26.5px;
    width: 90%;
}

#contact-faq .faqs {
    padding-top: 25.5px;
}

#termsPage {
    padding-bottom: 96px;
}

#termsPage .ge-content .descriptionHeader .faq-cite {
    line-height: 20px;
}

#termsPage .faqs p {
    padding-top: 9px;
}

#termsPage .faqs dl dt {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 30px;
}

#termsPage .faqs dl dd {
    margin-bottom: 3px;
}

.contact-terms {
    padding: 0 40px;
}

.uppercase {
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 0.5px;
}

.faq-shipping {}


/* ===================================Faq End================================= */


/* ----------Contact Page End-------------------- */

.position-relative {
    position: relative !important;
}


/* ===================================Showrooms Page================================= */

.cms-showrooms .page-title-wrapper {
    display: none;
}

#store-locator {
    margin-bottom: 50px;
}

#store-locator .map_tools {
    left: auto;
    right: 0px !important;
    background-color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-left: 60px;
    box-sizing: border-box;
}

#store-locator .map_tools .results {
    text-align: center;
    box-sizing: border-box;
    padding: 0 25px;
    width: 100%;
}

#store-locator .map_tools .results ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
}

#store-locator {
    overflow: hidden;
    /*min-height: 100vh;*/
}

#store-locator .map-box {
    height: 100vh;
    width: 58.7%;
    overflow: hidden;
    position: absolute;
}

#store-locator .map-box.fixed {
    position: fixed;
    top: 60px !important;
}

#store-locator #map {
    height: 100vh;
}

#store-locator .map_tools .results ul li address .select_pro {
    display: none;
}

#store-locator .map_tools .results ul li address {
    font-size: 14px;
    line-height: 19px;
    font-family: Campton-Book, Regular;
}

#store-locator .map_tools .results ul li address>strong {
    font-family: 'Campton-Medium';
    font-weight: normal;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    display: block;
    margin-bottom: -10px;
    cursor: pointer;
}

#store-locator .map_tools .results ul li {
    padding-top: 0;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(193, 193, 193, 0.3);
    margin-bottom: 0;
    cursor: pointer;
}

#store-locator .map_tools_wrap {
    width: 29%;
    margin-left: 59%;
}

#store-locator .map_tools .results ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#store-locator .map-box.removefixed.fixed {
    position: absolute !important;
    top: auto !important;
}

#store-locator .map_tools ul.s-nav {
    margin-top: 21px;
    border-bottom: 1px solid #ebebeb;
    margin-left: -5px;
}

#store-locator .map_tools ul.s-nav li {
    float: left;
    margin-bottom: -1px;
    padding: 0 10px;
    width: 35%;
}

#store-locator .map_tools .s-dropdown li {
    list-style: none;
}

.showrooms-active {
    color: #141414 !important;
    border-bottom: 1px solid #141414;
}

#store-locator .map_tools p {
    text-align: left;
}

#store-locator .map_tools .s-dropdown-wrap .s-dropdown .sales-rep-dropdown {
    padding-top: 18px;
}

#store-locator .map_tools ul.s-nav li a {
    color: #95989A;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    display: block;
    padding: 20px 0;
}

#store-locator .map_tools ul.s-nav li:first-child {
    width: 30%;
    padding: 0;
}

#store-locator .map_tools ul.s-nav li:nth-last-child(1) {
    padding-right: 0;
}

#store-locator .map_tools ul.s-nav li:first-child a {
    padding-left: 5px;
    text-align: left;
}

#store-locator .map_tools .s-dropdown .s-tags {
    margin-top: 35px;
}

#store-locator .map_tools .international-dropdown .s-tags {
    padding-bottom: 15px;
}

#store-locator .map_tools .s-dropdown .s-tags .corporate-tag {
    margin-right: 20px;
}

#store-locator .map_tools .s-dropdown .s-tags p {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    color: #95989A;
}

#store-locator .map_tools .s-dropdown .s-tags .corporate-tag p {
    margin-left: 9px;
}

#store-locator .map_tools .s-dropdown .s-tags .independent-tag p {
    margin-left: 7px;
}

#store-locator .map_tools .s-dropdown span.corporate-image {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Corporate.svg");
    background-repeat: no-repeat;
    width: 17px;
    height: 12px;
    background-size: cover;
    margin-top: 2px;
}

#store-locator .map_tools .s-dropdown span.independent-image {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Independent.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 13px;
    background-size: cover;
    margin-top: 5px;
}

.s-dropdown .closest-location {
    margin-bottom: 0;
    padding: 0 15px 0 25px;
}

.international-dropdown .closest-location {
    margin-bottom: 12px;
}

.closest-first-style {
    background-color: rgba(0, 0, 0, 0.02);
}

.showrooms-dropdown .cl-bar {
    width: 100%;
    height: 10px;
    margin-top: 18px;
    background-color: #cc0000;
}

.s-dropdown .closest-location .s-cl-address {
    padding-top: 28px;
}

.s-dropdown .cl-address {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.5px;
    border: none;
    background: transparent;
    display: block;
}

.cd-number {
    display: inline-block !important;
}

input.cl-address {
    padding: 0;
}

.s-dropdown .closest-location span.cl-icon {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Independent.svg");
    background-repeat: no-repeat;
    width: 17px;
    height: 14px;
    background-size: cover;
    margin-top: -6px;
}

.international-dropdown .closest-location span.cl-icon {
    margin-top: 11px;
}

.cl-icon-corporate {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Corporate.svg") !important;
    height: 13px !important;
}

.cl-icon-active {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/corporate active.svg") !important;
    height: 13px !important;
}

.cl-independent-active {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Independent_active.svg") !important;
    height: 14px !important;
}

.s-dropdown .closest-location li {
    list-style: none;
}

.s-dropdown .closest-location li div.select_pro {
    display: none;
}

.s-dropdown .sales-rep-dropdown .results .r-contact {
    max-width: 360px;
}

.s-dropdown .sales-rep-dropdown .results .cl-address {
    margin-right: 10px;
}

.s-dropdown .sales-rep-dropdown .results a.highlight-address {
    margin-bottom: 10px;
}

.s-dropdown .sales-rep-dropdown .results .cl-address:nth-child(2) {
    letter-spacing: 0px;
}

.s-dropdown .sales-rep-dropdown .results .cl-address:nth-last-child(2) {
    margin-right: 0;
    letter-spacing: 0px;
}

.cms-showrooms .s-dropdown .sales-rep-dropdown .results .cl-address:nth-last-child(2) {
    margin-right: 10px;
}

.color_c1c1c1 {
    color: #C1C1C1 !important;
}

.color_cc0000 {
    color: #cc0000 !important;
}

.s-padding {
    padding-bottom: 26px !important;
}

.s-dropdown .highlight-address {
    margin-top: 18px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    display: block;
    width: 90%;
    text-align: left;
}

.s-dropdown a:hover {
    text-decoration: none;
}

.s-dropdown a:active {
    text-decoration: none;
}

.s-dropdown p.detail-address {
    font-size: 14px;
    line-height: 21px;
    margin-top: 11px;
}

.showrooms-dropdown p.detail-address {
    padding-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
}

.cl-continent {
    padding: 0 25px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #141414;
}

.cl-continent-wrap {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    background: rgba(20, 20, 20, 0.02);
}

.s-dropdown .closest-location:nth-last-child(1) p.detail-address {
    border-bottom: none;
}

.international-dropdown p.detail-address {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.s-dropdown .miles {
    margin-top: 52px;
}

#store-locator .right {
    text-align: left;
}

#store-locator .separator {
    padding: 0 7px;
    margin-top: 0px;
    display: inline-block;
    float: none;
}

.s-dropdown .closest-location .contact-detail-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.s-dropdown .closest-location .contact-detail-wrap .directions {
    padding: 8px 0;
}

.s-dropdown .closest-location .contact-detail-wrap .contact-detail {
    padding: 8px 0;
    width: 50%;
}

.s-dropdown .closest-location .contact-detail-wrap .directions .d-icon {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_right_red.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    background-size: cover;
    margin-top: 3px;
    margin-left: 10px;
}

.map_tools .s-dropdown .sales-rep-dropdown a.highlight-address {
    margin-top: 34px;
}

#store-locator .map_tools .sales-rep-dropdown span.corporate-image {
    margin-top: 22px;
}

#store-locator .gm-style-iw {
    display: none;
    width: 401px !important;
    height: 401px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%);
    margin-top: -200.5px;
    box-shadow: -5px 2px 38px rgba(0, 0, 0, 0.2);
}

#store-locator .gm-style-iw>div {
    max-width: 100% !important;
    width: 100% !important;
    padding: 56px 70px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#store-locator .gm-style-iw .gm_popup {
    line-height: 19px;
    font-size: 14px;
    color: #666666;
    font-family: 'Campton-Book';
    word-wrap: break-word;
    height: 100%;
}

#store-locator .gm-style-iw .gm_popup h4 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 6px;
    margin-left: -7px;
}

#store-locator .gm-style {
    background-color: #efeff0 !important;
}

#store-locator .gm-style-iw .gm_popup .name {
    font-family: 'Campton-Medium';
    font-size: 20px;
    color: #000000;
    margin-bottom: -4px;
}

#store-locator .gm-style-iw .gm_popup .direction input[type="submit"] {
    border: 0px;
    background: transparent;
    text-transform: uppercase;
    padding: 0px;
}

#store-locator .map_tools .search {
    background-color: rgba(0, 0, 0, 0.02);
    color: initial !important;
    padding: 9px 50px 9px 25px !important;
    position: relative;
    margin-top: 10px;
    /* display      : none; */
}

#store-locator .map_tools .search input {
    background-color: transparent !important;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    border: none;
    padding: 0;
}

#store-locator .map_tools .search input::placeholder {
    color: #c1c1c1;
}

#store-locator .map_tools .search .s-search-icon {
    background-repeat: no-repeat;
    width: 9.5px;
    height: 9.5px;
    background-size: cover;
    position: absolute;
    right: 29px;
    top: 45%;
}

.s-search-lens {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/search.svg");
}

.s-search-close {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/cross_grey.svg");
}

#store-locator button[title="Toggle fullscreen view"],
#store-locator .gmnoprint,
#store-locator a[title="Click to see this area on Google Maps"] {
    display: none !important;
}


/* =================================Showrooms Page End=================================*/


/*===================Footer========================*/


/*********************************************************************************/

.footer_back_image_content div.mage-error[generated] {
    color: white;
}

div.mage-error[generated] {
    font-size: 14px;
    text-align: left;
    line-height: 17px;
    letter-spacing: 0.5px;
}

.footer_back_image {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Subscribe_bg.png");
    margin-bottom: 58px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.margin_footer_a li {
    margin: 0;
    padding: 0;
}

.footer_back_image p {
    text-align: left;
    color: #fff;
    position: relative;
}

.footer_back_image_text {
    display: inline-block;
    width: 49%;
}

.form-fields {
    display: inline-block;
    float: right;
    width: 51%;
}

.form.newsletter-form {
    text-align: right;
    font-size: 0;
}

.form.newsletter-form:after {
    content: '';
    clear: both;
    display: block;
}

.newsletter-name,
.newsletter-email {
    display: inline-block;
    width: 36%;
    padding-right: 30px;
    vertical-align: top;
}

.form.newsletter-form .actions {
    display: inline-block;
    width: 28%;
    vertical-align: top;
}

.form-fields input {
    height: 50px;
    width: 100%;
    line-height: 17px;
    letter-spacing: 0.5px;
    background: none;
    border: 1px solid #ffffff;
    font-family: 'Lato', sans-serif;
    padding: 0 23px;
    border-radius: 0;
    color: white;
}

.form-fields input::placeholder {
    color: #ffffff;
    opacity: 1;
}

button.action.subscribe.primary {
    height: 50px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 0;
    padding: 0;
}

button.action.subscribe.primary span {
    color: #cc0000;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    display: block;
    padding-top: 1.5px;
}

.contentCenter {
    max-width: 1600px;
    width: 84%;
    height: 100%;
    margin: auto;
}

.footer_back_image_content {
    width: 100%;
    max-width: 1600px;
    padding: 45px 0;
}

.footer_back_image_content_head_content {
    font-size: 18px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    line-height: 24px;
}

.clear {
    float: none;
}

.redlogo {
    height: auto;
    /* width: 310px; */
    width: 270px;
}

.social_icons {
    float: right;
    width: 40%;
}

.border_around_list {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-top: 36.46px;
    margin-bottom: 48px;
    padding: 31.5px 0;
}

.border_around_list ul {
    text-align: left;
}

.border_around_list li a {
    font-family: 'Lato', sans-serif;
    line-height: 15px;
}

.list {
    text-align: center;
    position: static;
    z-index: 0;
}
ul#fixed-ul.second_menu li{
    margin-left:15px;
}
#fixed-ul.second_menu{
    margin-left: -6%;
}

.fixed-header ul#fixed-ul.second_menu li {
    margin-left: -8px !important;
}
li.has-dropdown.blackmenu {
    line-height: 22px;
    margin-left: -4px;
    margin-top: 3px;
    /* background-color: black; */
    /* color: white; */
}
.list>li {
    display: inline-block;
    color: #141414;
    /* line-height: 62px; */
    line-height: 82px;
    /* margin-left: -2px; */
    margin-left: -7px;
    margin-right: 1px;
}

.list>li a:hover~ {
    opacity: 0.29;
}

.showdropdown>li.has-dropdown .dropdownMenu {
    display: none;
    text-align: left;
    /* margin-top: -6px; */
}

.showdropdown>li.has-dropdown .dropdownMenu li {
    display: block;
    padding-left: 0 !important;
}

.showdropdown>li.has-dropdown:hover .dropdownMenu {
    display: block;
}

.second_menu li:last-child a {
    color: #cc0000;
}

a span.hiddenContent {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    visibility: hidden;
}

a:hover.remove-text-decoration {
    text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    a.remove-text-decoration {
        padding: 1.5em;
        /* left : -1.5em; KITS Not alinged Center in Mobile View */
        position: relative;
    }
}

.margin_footer_a li a {
    margin-right: 48px;
}

.Footer_section3_content a {
    text-decoration: none;
}

.services {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
}

.service-wrapper {
    margin-top: 22px;
    display: table;
    margin-bottom: 59px;
}

.service-wrapper p {
    font-size: 14px;
    line-height: 17px;
    height: 20px;
    margin-right: 60px;
    color: #555555;
}

.display {
    display: table-cell;
}

#terms-use {
    display: none;
}

.__copyRight__ {
    text-align: left;
    margin: 0 auto;
}

.footer_back_image_content_head {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: 1px;
}

.page-footer {
    margin-top: 0;
}

.social_media {
    height: 18px;
    float: right;
    margin-top: 12px;
}

.social_media_margin {
    margin-right: 16px;
}

.service-wrapper .margin {
    margin-right: 0;
}

.user_services {
    margin-bottom: 20px;
}

.close_search {
    margin-left: 0 !important;
    cursor: pointer;
}

body.close_search_fun {
    position: fixed;
    right: 0;
    left: 0;
}


/**Navigation FIlter CSS Starts**/

.showdropdown>li.has-dropdown .dropdownMenu.menu-filter {
    text-align: center;
}

.showdropdown>li.has-dropdown .dropdownMenu.menu-filter.white_menu {
    text-align: center;
    height: 357px !important;
}

.dropdownMenu.menu-filter .navdwnlinks {
    position: relative;
}

.dropdownMenu.menu-filter .navdwnlinks .nav-sale-link {
    position: absolute;
    bottom: 0;
    line-height: 30px;
}

.dropdownMenu.menu-filter .navdwnlinks .nav-sale-link p {
    font-size: 18px;
    font-style: italic;
}

.dropdownMenu.menu-filter .navdwnlinks .nav-sale-link a {
    color: #CC0000;
    font-size: 12px;
}

.dropdownMenu.menu-filter .navdwnlinks .nav-sale-link img {
    width: 13px;
}

.menu-filter>.wholedropdown {
    position: relative !important;
    left: initial !important;
    margin: 30px auto 0;
    display: inline-block;
    max-width: initial;
    text-align: left;
    margin: 0 0 10vh 0;
    margin-left: 0;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 37px;
}

.menu-filter>.wholedropdown>div {
    vertical-align: top;
}

.dropdownMenu.menu-filter .navdwncontent-head {
    margin-bottom: 5px;
}

.dropdownMenu.menu-filter .navdwncontent li {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.dropdownMenu.menu-filter .navdwncontent.mf-material ul {
    /* max-width : 150px; KITS */
    padding-right: 0;
}

.dropdownMenu.menu-filter .navdwncontent.mf-design ul {
    line-height: normal;
}

.dropdownMenu.menu-filter .navdwncontent.mf-design ul li {
    display: block;
    vertical-align: top;
}

.dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper {
    width: 424px;
}

.dropdownMenu.menu-filter .navdwncontent.mf-color ul {
    padding-right: 0;
    font-size: 0;
    display: inline-block;
}

.dropdownMenu.menu-filter .navdwncontent.mf-color ul li {
    line-height: normal;
    vertical-align: top;
    font-size: 10px;
    line-height: 30px;
    padding-left: 0 !important;
    margin-bottom: 8px;
    margin-right: 21px;
    padding: 0 !important;
}

.dropdownMenu.menu-filter .navdwncontent.mf-color ul li span {
    display: block;
    text-transform: uppercase;
}

.dropdownMenu.menu-filter .navdwnlinks ul li {
    border-bottom: 1px solid #E3E3E3;
    padding: 12px 0;
}

.dropdownMenu.menu-filter .navdwnlinks ul li:first-child {
    padding-top: 0;
}

.dropdownMenu.menu-filter .navdwncontent.mf-color ul li img {
    display: block;
}

.dropdownMenu.menu-filter .navdwncontent li.mf_active {
    font-weight: 600;
}


/* .dropdownMenu.menu-filter .navdwncontent li:hover:before, KITS
.dropdownMenu.menu-filter .navdwncontent li.mf_active:before{
	content      : '';
    display   : block;
    width     : 10px;
    height    : 10px;
    background: #CC0000;
    position  : absolute;
    left      : -18px;
    top       : 10px;
    background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/thumb_tick_img_red.svg) no-repeat;
} */

@media screen and (min-width: 768px) and (max-width: 2560px) {
    .dropdownMenu.menu-filter .navdwncontent li:hover:before,
    .dropdownMenu.menu-filter .navdwncontent li.mf_active:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #CC0000;
        position: absolute;
        left: -18px;
        top: 10px;
        background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/thumb_tick_img_red.svg) no-repeat;
    }
}

@media screen and (min-width: 320px)and (max-width: 767px) {
    .dropdownMenu.menu-filter .navdwncontent li.mf_active:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #CC0000;
        position: absolute;
        left: -18px;
        top: 10px;
        background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/thumb_tick_img_red.svg) no-repeat;
    }
}

@media screen and (min-width: 768px) and (max-width: 2560px) {
    .dropdownMenu.menu-filter .navdwncontent.mf-color li:hover:before,
    .dropdownMenu.menu-filter .navdwncontent.mf-color li.mf_active:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/color_tick.svg");
        position: absolute;
        right: 0px;
        left: initial;
        top: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
}

@media screen and (min-width: 320px)and (max-width: 767px) {
    .dropdownMenu.menu-filter .navdwncontent.mf-color li.mf_active:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/color_tick.svg");
        position: absolute;
        right: 0px;
        left: initial;
        top: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
}

.dropdownMenu.menu-filter .navdwnlinks>ul {
    margin-bottom: 150px;
}

.menu-filter:after {
    display: none;
    content: '';
    width: 100%;
    height: 60px;
    background: #2d2d2c;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.mf_bottom {
    display: block;
    background: #2C2C2C;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    margin-top: 13vh;
    z-index: 2;
    position: relative;
}

.menu-filter .mf_bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 25px;
}

.mf_bottom * {
    display: inline-block;
}

.mf_bottom p {
    margin-right: 10vw;
}

.mf_bottom a.mf_reset {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 3vw !important;
}

.mf_bottom a.mf_search {
    color: #FFFFFF;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 30px;
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_right_white.svg");
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: right center;
}

.mf_bottom a.mf_reset:hover {
    color: rgba(255, 255, 255, 0.2);
}

.mf_bottom a.mf_search:hover {
    opacity: 0.7;
    color: #FFFFFF;
}

.mobile-only {
    display: none;
}


/**Navigation FIlter CSS Ends**/


/*******************cart page's css*********************************/

.counter.qty.hide {
    display: none;
}

.custom-cart-page {
    overflow: hidden;
    width: 500px;
    right: -500px;
    padding: 0 40px;
    box-sizing: border-box;
    padding-top: 25px;
    overflow: auto;
    padding-bottom: 215px;
    top: 0;
}

.qtydisplay {
    float: right;
    margin-top: 10px;
    position: relative;
}

.custom-cart-page .qtydisplay .counter-qty {
    top: -10px;
    position: absolute;
    left: 18px;
}

.cart-title p {
    font-size: 30px;
    color: #141414;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    float: left;
}

.continue-shopping {
    display: block;
}

.cart-title:after {
    content: '';
    clear: both;
    display: block;
}

.cart-product-desc.emptycartnotice .cart-products {
    width: 100%;
}

.cart-product-desc>div {
    margin-bottom: 30px;
    position: relative;
}

img.cart-product-image {
    width: 67px;
    height: 100px;
}

.cart-product-desc .title {
    font-size: 18px;
    font-style: italic;
    font-family: 'Crimson Text', serif;
    line-height: 30px;
    color: #555555;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 18px;
    display: none;
}

.cart-product-detail-description .title {
    text-transform: lowercase;
}

.cart-products.title .left.width {
    width: 24%;
}

.cart-products.title .right.width {
    width: 67%;
    text-align: left;
}

.cart-products img {
    width: 68px;
    height: 100px;
    object-fit: cover;
}

.cart-products.title:after {
    content: '';
    clear: both;
    display: block;
}

.cart-product-detail-description:after {
    content: '';
    clear: both;
    display: block;
}

.cart-product-detail-description .about-products span {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    color: #a0a0a0;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

.about-products .left {
    width: 60%;
    padding-right: 5px;
}

.about-products .right {
    width: 30%;
}


/* .about-products>div:nth-of-type(1):after {
	content: '';
	clear  : both;
	display: block;
}

.about-products div:nth-of-type(1)>div:after {
	content: '';
	clear  : both;
	display: block;
} */

.about-products>div:nth-of-type(1) {
    margin-bottom: 30px;
}

.cart-product-detail-description .left.width {
    width: 24%;
}

.cart-product-detail-description .right.width {
    width: 67%;
}

.cart-product-detail-description .left.width img {
    width: 68px;
    height: 100px;
    object-fit: cover;
}

.cart-product-detail-description .about-products p:not(.title) {
    margin: 0;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    color: #141414;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

.cart-product-detail-description .about-products p.color {
    color: #555555;
    letter-spacing: 0.5px;
    line-height: 21px;
    font-style: normal;
}

.cart-product-detail-description .about-products:after {
    content: '';
    clear: both;
    display: block;
}

.product-quantity-and-price .product-quantity img {
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    margin-right: 0px;
    margin-top: 1px;
}

.product-quantity input {
    border: none;
    width: 15px;
    margin-left: 8px;
    color: #cc0000;
    font-size: 12px;
    vertical-align: top;
    margin-top: 0;
    padding-top: 0px;
    margin-right: 2px;
    text-align: center;
}

.product-quantity-and-price .product-quantity {
    width: 50%;
    float: left;
    display: flex;
}

.product-quantity-and-price .price {
    width: 50%;
    float: left;
    margin: 0;
    font-size: 12px;
    color: #141414;
    display: block;
    letter-spacing: 0.5px;
    line-height: 21px;
    text-align: right;
    font-family: 'Lato', sans-serif;
}

.product-quantity-and-price:after {
    content: '';
    clear: both;
    display: block;
}

.product-quantity-and-price .product-quantity span {
    padding: 0px;
    color: #cc0000;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Lato', sans-serif;
    padding-right: 8px;
    text-transform: uppercase;
    vertical-align: top;
}

.product-quantity-and-price {
    display: flex;
    min-width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    align-items: center;
}

.cart-product-detail-description .about-products .reserve-memo-info p {
    font-size: 12px;
    color: #2c2c2c;
    line-height: 17px;
    font-family: 'Lato', sans-serif;
    text-align: left;
    text-transform: inherit;
}

.cart-product-detail-description .about-products .reserve-memo-info span {
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    color: #2c2c2c;
    line-height: 17px;
    font-family: 'Lato', sans-serif;
}

.reserve-memo-info {
    margin-top: 21px;
    text-align: left;
}

.cart-product-desc {
    border-top: 1px solid #e3e3e3;
    margin-top: 22px;
    padding-top: 23px;
}

.cart-product-detail-description .remove-product:before {
    content: '';
    background: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/cross_grey.svg');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: 10px;
    position: absolute;
    left: -29px;
    top: 41px;
}

.cart-product-detail-description .product-image {
    position: relative;
}

.cart-products,
.cart-product-detail-description {
    padding-left: 26.5px;
}

.cart-product-desc:after {
    content: '';
    display: block;
    clear: both;
}

.checkout span {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 17px;
    color: #a0a0a0;
    font-family: 'Lato', sans-serif;
}

.checkout p .price {
    font-size: 18px;
    line-height: 22px;
    color: #141414;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    padding-left: 21px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.checkout p {
    display: inline;
}
.checkout a.disabled__checkout {
    background-color: #dadada !important;
}
.cartstocklimit{
    color:#cc0000 !important;
}
.checkout a {
    background-color: #cc0000;
    color: #fff !important;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 17px;
    width: calc(100% - 40px);
    margin: auto;
    padding-top: 18px;
    margin-bottom: 30px;
    box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
    max-width: 420px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .checkout a {
        padding: 15px;
    }
}

.checkout {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    width: 500px;
    right: -500px;
    text-align: center;
    transition: all 0.5s linear;
}

.checkout.right-zero {
    right: 0;
}

.gradient {
    background: linear-gradient(180deg, rgba(250, 250, 250, 0), rgba(125, 125, 125, 0.16));
    height: 20px;
}

.cart-product-desc>div:after {
    content: '';
    clear: both;
    display: block;
}

.cart-product-desc>div:nth-of-type(1) .title {
    display: block;
}

.cart-product-desc>div:nth-of-type(1) .cart-products .remove-product:before {
    top: 95px;
}

.cart-error-msg {
    display: none;
    text-align: left;
    margin-top: 10px;
    font-size: 11px;
    color: #D8000C;
    margin-bottom: 10px;
}

.Shipping-content .back-to-shipping span:before {
    content: '';
    background: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/back.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    display: inline-block;
    margin-right: 18px;
}

.Shipping-info .cols-2 .select-wrapper::after,
.Shipping-info .cols-3 .select-wrapper::after {
    content: '';
    background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_grey_nav.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 44%;
    right: 15px;
    transform: rotate(90deg);
    pointer-events: none;
}

.final-payment-info p:before {
    content: '';
    /* background    : url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/visa.svg'); */
    background-repeat: no-repeat;
    width: 39px;
    height: 24px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
}

.final-payment-info p[data-payment-method="authorizenet_directpost"]:before {
    background: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/visa.svg');
}

.final-payment-info p[data-payment-method="cashondelivery"]:before {
    background: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/cod.svg');
}

.page-footer .footer_back_image .form-fields input {
    background-color: #df0000;
}

.block.related .product-item-details .description-left-part {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    width: 50%;
}

.block.related .product-item-details .description-left-part p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.block.related .product-item-details .description-right-part {
    text-align: right;
    width: 50%;
    display: inline-block;
}


/****************************end cart page's css***********************************/


/***** trade account *********************/

div.ge-form .form .mdl-textfield label.mdl-textfield__label.main_label {
    display: block;
    float: none !important;
    text-align: left;
}

.custom_checkbox {
    text-align: left;
}

.custom_checkbox {
    position: relative;
    background: transparent;
    margin-top: 11px;
}

.custom_checkbox label {
    width: 14px;
    height: 12px;
    position: absolute;
    top: -2px;
    left: 21px;
    font-size: 12px;
    line-height: 15px;
}

.custom_checkbox label:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 1px;
    left: -22px;
    background: transparent;
    z-index: -1;
    cursor: pointer;
    border: 1px solid #95989a;
}

.custom_checkbox label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: -20px;
    background: #cc0000;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
}

.custom_checkbox label:hover:after {
    opacity: 0;
}

.custom_checkbox input[type=checkbox],
.custom_checkbox input[type=radio] {
    opacity: 0;
    cursor: pointer;
}

.custom_checkbox input[type=checkbox]:checked+label:after,
.custom_checkbox input[type=radio]:checked+label:after {
    opacity: 1;
}

.custom-error {
    font-size: 14px;
    text-align: left;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #e02b28;
    display: block;
    margin-top: 13px;
}

.have_inner_section .show_on_checked {
    display: none;
    margin-left: 30px;
    margin-bottom: 18px;
    margin-top: 9px;
}

.have_inner_section .show_on_checked.display-block {
    display: block;
}

.have_inner_section span.custom-error {
    margin-left: 30px;
}

div#s-services.scalamandreServices {
    margin-bottom: 70px;
}

.filter_menus_div.dropdownMenu.menu-filter .navdwncontent li {
    line-height: 33px;
    color: #555;
}

.filter_menus_div .navdwncontent {
    border-left: 0;
}

.filter_menus_div .navdwnlinks {
    padding-left: 40px;
}

.filter_menus_div .hide_filter {
    display: none;
}

._search_filter_wrapper span {
    display: inline-block;
    margin-right: 32px;
}

._search_filter_wrapper span a {
    font-size: 12px;
    line-height: 30px;
    color: #cc0000 !important;
}

._search_filter_wrapper {
    margin-top: 71px;
}

._search_filter_wrapper .mf_search {
    max-width: 850px;
    color: #fff !important;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    padding: 11px 0;
    background-color: #cc0000;
    /* IOS Search bar KITS */
    top: 0;
    left: 0;
}

._search_filter_wrapper .mf_search:hover {
    border: none;
    color: #fff;
}

.navdwncontent.color-bottom-text {
    padding-top: 1px;
    padding-left: 15px;
    padding-right: 0;
    max-width: 292px;
    width: 20%;
}

.price_filter_range>div>div {
    max-width: 121px;
    display: inline-block;
    margin-right: 20px;
    width: 44%;
    position: relative;
}

.price_filter_range>div>div:nth-of-type(2) {
    margin-right: 0;
}

.dropdownMenu.menu-filter .navdwncontent.mf-design ul {
    max-width: 145px;
}

.dropdownMenu.menu-filter .navdwncontent.mf-material ul li {
    white-space: inherit;
}

.show_on_logged_in {
    display: none;
}

body.customer-logged-in .show_on_logged_in {
    display: block;
}

body.customer-logged-in .show_on_logged_out {
    display: none;
}

.show_on_logged_in p {
    font-size: 18px;
    color: #c1c1c1;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 12px;
    font-style: italic;
}

.price_filter_range>div>div input {
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 33px;
    color: #555;
    border: 1px solid #c1c1c1;
}

.price_filter_range>div>div input::placeholder {
    color: #c1c1c1;
}

.price_filter_range>div>div label {
    display: inline;
    font-size: 10px;
    letter-spacing: 1px;
    color: #c1c1c1;
    position: absolute;
    right: 9px;
    top: -5px;
}

.price_filter_range>div>div label.hidelabel {
    display: none;
}

.price_filter_range>a {
    display: block;
    width: 100%;
    margin-right: 20px;
    padding: 0 10px;
    line-height: 0;
    vertical-align: text-bottom;
    float: left;
    padding-right: 0;
}

.price_filter_range>a:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
}

.price_filter_range>a span {
    display: inline-block;
    color: #555;
    font-size: 14px !important;
    line-height: 30px;
    letter-spacing: 0;
}

.dropdownMenu.menu-filter .navdwncontent.mf-material {
    width: 180px;
    padding: 0
}

#element-10.dropdownMenu.menu-filter .navdwncontent.mf-material {
    width: 140px;
}

.dropdownMenu.menu-filter .navdwncontent.mf-design {
    width: 180px;
    padding-right: 0;
}

#element-10 .mf-material {
    padding-right: 0
}

body.cms-home .collectionGrid div.link {
    display: none;
}

.bottomtoolbarsearch .querytextheader {
    display: none !important;
}

.bottomtoolbarsearch .toolbar-sorter.sorter {
    display: none !important;
}

.bottomtoolbarsearch .search_header .toolbar.toolbar-products {
    width: 100% !important;
}

.bottomtoolbarsearch .pages {
    display: block;
}

.bottomtoolbarsearch ul.items.pages-items li.current {
    color: #141414;
    border: 0;
    padding: 0 15px;
    background: none !important;
    margin: 0;
}

.bottomtoolbarsearch ul.items.pages-items li {
    padding: 0 15px;
    margin: 0;
}

.bottomtoolbarsearch ul.items.pages-items li a.page {
    color: #a0a0a0;
}

.bottomtoolbarsearch .pages strong.page {
    background: none;
}

.bottomtoolbarsearch .search_header {
    border: none !important;
}

.bottomtoolbarsearch .pages .action.next:before,
.bottomtoolbarsearch .pages .action.previous:before,
.bottomtoolbarsearch ul.items.pages-items li.item span.label {
    display: none;
}

.bottomtoolbarsearch .pages .action.next>span,
.bottomtoolbarsearch .pages .action.previous>span {
    position: initial;
}

.bottomtoolbarsearch .pages .action.next,
.bottomtoolbarsearch .pages .action.previous {
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    text-transform: uppercase;
}

.search.results .innerWrapper {
    max-width: 1600px;
    width: 84%;
    margin: auto;
    margin-top: 85px;
    min-height: 360px;
}

.search.results .noresults h3 {
    color: #141414;
    font-size: 36px;
    line-height: 30px;
    font-style: italic;
    font-family: 'Crimson Text', serif;
    margin-bottom: 1em;
}

.search.results .noresults h4 {
    color: #141414;
    font-size: 26px;
    line-height: 30px;
    font-style: italic;
    font-family: 'Crimson Text', serif;
    margin-top: 6em;
}

.search.results .noresults ul li {
    line-height: 2em;
    font-size: 20px;
    font-weight: 600;
}

.search.results .noresults p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.24px;
}

.search.results .noresults a {
    color: #cc0000;
    font-size: 14px;
    /* border           : 1px solid;
    padding          : 17px 67px;
    margin-top       : 41px;
    display          : inline-block;
    background-color : #cc0000;
    color            : #fff;
    font-size        : 14px;
    letter-spacing   : 1px;
    box-shadow       : 0 7px 11px rgba(0,0,0,0.1); */
}

span.PIN_1552569434971_button_pin.PIN_1552569434971_save {
    display: none;
}


/*************Email page css ***********************/

#product-sendtofriend-form {
    margin: auto;
    margin-top: -10px;
    /* margin-bottom: 70px; KITS */
}

#product-sendtofriend-form .fieldset {
    margin: 0 0 20px;
}

#product-sendtofriend-form legend.legend {
    border: none;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    padding: 0;
    margin: 0 0 10px;
}

.fieldset>.field,
.fieldset>.fields>.field {
    margin: 0px 0 10px;
}

#product-sendtofriend-form label {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    font-style: italic;
}

#product-sendtofriend-form input {
    /* padding  : 21.5px; KITS */
    padding: 20px;
    padding-left: 10px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

#add-recipient-button {
    color: white;
    text-transform: uppercase;
    background: #cc0000;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    width: 300px;
    height: 50px;
    /* margin-bottom: 43px; KITS */
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    /* margin-top   : 50px; KITS */
}

#product-sendtofriend-form button.action.submit.primary {
    color: white;
    text-transform: uppercase;
    background: #cc0000;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    width: 300px;
    height: 50px;
    /* margin-bottom: 43px; KITS */
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-top: 0;
}

#product-sendtofriend-form .action.remove span:before {
    content: 'x';
    display: block;
    font-size: 18px;
}

#product-sendtofriend-form .action.remove span {
    color: #cc0000;
    font-size: 0;
}

body.sendfriend-product-send.page-layout-1column .page-title-wrapper h1.page-title span.base {
    font-size: 30px;
}
body.sendfriend-product-send.page-layout-1column .page-wrapper .pdp-container .__addInviteBtn{
    display: none;
}
body.sendfriend-product-send.page-layout-1column .page-wrapper .page-main{
    min-height: unset;
}
body.sendfriend-product-send.page-layout-1column .page-wrapper .page-header{
    display: none;
}
body.sendfriend-product-send.page-layout-1column #maincontent .page-title-wrapper{
    display: none;
}
body.sendfriend-product-send.page-layout-1column .page-wrapper .page-footer{
    display: none;
}

body.sendfriend-product-send.page-layout-1column .page-title-wrapper h1.page-title {
    margin-bottom: 18px;
}

body.sendfriend-product-send.page-layout-1column .page-title-wrapper {
    width: 60%;
    margin: auto;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    margin-top: 50px;
}

.showdropdown.list .dropdownMenu li a:hover {
    text-decoration: none !important;
}

#fixed-ul {
    font-size: 0;
}

.price_filter_range>a {
    position: relative;
}

.price_filter_range>a:hover:after,
.price_filter_range>a.selectedPrice:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/thumb_tick_img_red.svg) no-repeat;
    left: -7px;
    top: 10px;
    background-size: 100% auto;
}

#seprator span {
    font-size: 16px;
}

#furnishing {
    max-width: 1600px;
    width: 84%;
    margin: auto;
    padding-bottom: 100px;
}

#furnishing .componentheading {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    padding: 40px 0;
}

#furnishing>p {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
}

#furnishing .pdfWrapper {
    text-align: center;
    margin-top: 40px;
}

#furnishing .pdfWrapper a {
    text-decoration: none;
}

#furnishing .pdfWrapper span {
    display: block;
    margin-top: 5px;
    color: #cc0000;
    font-size: 12px;
}

#furnishing .imagesWrapper {
    text-align: center;
    margin-top: 50px;
}

#furnishing .furnishingImage {
    width: 32.333%;
    display: inline-block;
}

#furnishing .furnishingImage p {
    font-size: 14px;
    text-align: center;
    margin: 20px;
    color: #cc0000;
}

#furnishing .furnishingImage a {
    display: inline-block;
    text-decoration: none;
}

#furnishing .furnishingAreas {
    margin-top: 21px;
}

#furnishing .furnishingAreas span {
    font-size: 16px;
    color: #141414;
    line-height: 21px;
}

#furnishing .furnishingAreas span a {
    font-size: 16px;
    color: #cc0000;
    line-height: 21px;
    text-decoration: none;
}

#furnishing .furnishingAreas ul {
    margin-top: 20px;
}

#furnishing .furnishingAreas ul li {
    padding: 10px;
    list-style: disc;
    color: #cc0000;
}

#furnishing .furnishingAreas ul li a {
    font-size: 16px;
    color: #cc0000;
}

#furnitureDesign {
    max-width: 1600px;
    width: 84%;
    margin: auto;
    padding-bottom: 100px;
}

#furnitureDesign .texWrapper {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    float: left;
}

#furnitureDesign .sliderWrapper {
    width: 49%;
    display: inline-block;
    padding: 0 30px;
}

#furnitureDesign .sliderWrapper .slideBg img {
    width: 600px;
    height: auto;
}

#furnitureDesign .sliderWrapper .slideSm img {
    padding: 6px 3px;
}

#furnitureDesign p.title {
    font-size: 18px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    line-height: 30px;
    color: #C1C1C1;
}

#furnitureDesign p.brandName {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    margin-top: 7px;
}

#furnitureDesign .descriptionAbout {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin: 25px 0;
}

#furnitureDesign h4 {
    font-size: 24px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    line-height: 30px;
    color: #141414;
}

#furnitureDesign ul {
    padding: 20px;
}

#furnitureDesign ul li {
    font-size: 16px;
    line-height: 21px;
    color: #141414;
    padding: 6px 0;
    list-style: disc;
}

#furnitureDesign .order strong {
    font-weight: bold;
    font-size: 18px;
}

#furnitureDesign .order {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
}

.link-detail {
    display: block;
    margin: 75px 0;
}

.link-detail a {
    border: 1px solid #cc0000;
    padding: 20px;
    background-color: #cc0000;
    color: #fff;
}

.service-wrapper .user_services p a {
    color: #555;
    text-decoration: none;
}

#brands_Page .brand-template .brand-description .descriptionHeader {
    word-break: break-word;
}

.search_block {
    display: inline-block;
}


/*================Responsive==================*/

@media screen and (max-width: 1380px) {
    .filter_menus_div .navdwncontent {
        padding: 0 20px;
    }
    .filter_menus_div .navdwnlinks {
        padding: 0 27px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color ul li {
        margin-right: 15px;
    }
    ul.navdwncontent-content.font.left:nth-of-type(3) li {
        margin-right: 0;
    }
    .overall_width {
        position: static;
    }
    .fixed-header .logofixed {
        left: 0;
        margin-left: 10px;
        /* line-height: 105px; */
    }
    /* .right.width.icons ul.fixheight {
        right: 30px;
    } */
    #store-locator .map_tools ul.s-nav li {
        word-wrap: break-word;
    }
    #store-locator .map_tools ul.s-nav li:nth-last-child {
        padding-right: 0;
    }
    #store-locator .map_tools ul.s-nav li:first-child {
        padding-right: 5px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper {
        width: 400px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-design ul {
        /*width: 189px;*/
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-design ul li,
    .dropdownMenu.menu-filter .navdwncontent.mf-design ul li:nth-child(2n) {
        width: 100%;
        margin: 0;
    }
    .shipping-tab-div a+a {
        margin-left: 15.8% !important;
    }
    #store-locator .map_tools_wrap {
        width: 39%;
    }
}

@media screen and (max-width: 1024px) {
    .collectionsHeading {
        /* font-size: 24px; */
        line-height: 50px;
    }
    .search_field .block-search .control {
        width: calc(100vw - 112px);
    }

}

@media screen and (max-width: 1279px) {
    .dropdownMenu.menu-filter .navdwncontent.mf-color.hide {
        display: none;
    }
    #furnitureDesign:after {
        clear: both;
    }
    #furnitureDesign .sliderWrapper {
        width: 100%;
        display: block;
    }
    #furnitureDesign .texWrapper {
        width: 100%;
        display: block;
        margin-bottom: 80px;
        margin-top: 50px;
    }
    #seprator {
        display: none;
    }
    #furnishing .furnishingImage {
        width: 49%;
    }
    .price_filter_range>div>div {
        width: 100%;
        display: block;
    }
    .price_filter_range>a {
        width: 100%;
        display: block;
    }
    ._search_filter_wrapper {
        margin-top: 29px;
    }
    .dropdownMenu.menu-filter.filter_menus_div .navdwncontent-head.mobile-only {
        display: block;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-design ul {
        max-width: 330px;
    }
    ._search_filter_wrapper span {
        margin-right: 23px;
    }
    .filter_menus_div .navdwncontent {
        padding: 0 30px;
    }
    .filter_menus_div .navdwnlinks {
        padding: 0 30px;
    }
    .filter_menus_div .navdwncontent.color-bottom-text {
        padding-top: 26px;
        padding-left: 0px;
        position: absolute;
        top: 37px;
        right: 32px;
        max-width: 230px;
    }
    .filter_menus_div .mf-material {
        padding-left: 0;
    }
    .filter_menus_div .mf-design {
        padding-right: 0;
    }
    ._search_filter_wrapper span {
        margin-right: 23px;
    }
    .filter_menus_div .navdwncontent.navcontentWrap {
        max-width: 550px;
        padding: 0;
    }
    .filter_menus_div.dropdownMenu.menu-filter .navdwnlinks>ul:not(.hide_filter) {
        max-width: 496px;
        width: 100%;
        display: inline-block;
    }
    .filter_menus_div .hide_filter {
        display: inline-block;
    }
    .filter_menus_div.dropdownMenu.menu-filter .navdwnlinks ul li:first-child {
        padding-left: 0 !important;
    }
    .filter_menus_div .navdwnlinks {
        padding-left: 0;
        padding-right: 0;
    }
    .filter_menus_div.dropdownMenu.menu-filter ._search_filter_wrapper .navdwnlinks {
        display: none;
    }
    ._search_filter_wrapper .mf_search {
        color: #141414;
    }
    .filter_menus_div.dropdownMenu.menu-filter .navdwncontent.mf-material ul.navdwncontent-content li {
        display: block !important;
        width: 100% !important;
    }
    .dropdownMenu.menu-filter .navdwnlinks>ul.hide_filter {
        width: calc(100% - 500px);
        text-align: right;
    }
    .LightboxPopup a.closePopup {
        opacity: 1;
    }
    .collectionsFrames .collectionsDescription {
        max-height: unset;
    }
    .move-to-right,
    .move-to-left {
        background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_red_nav.svg");
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        display: inline-block;
        background-size: 9px;
        position: absolute;
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        background-position: 50%;
    }
    .move-to-left {
        background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_red_back.svg");
        background-repeat: no-repeat;
        background-size: 9px;
        left: -9px;
        display: none;
        background-position: 50%;
    }
    .Shipping-container {
        max-width: 516px !important;
    }
    .move-to-left.show {
        display: inline-block;
    }
    .move-to-right.hide {
        display: none;
    }
    body.sales-order-view .move-to-right {
        top: 37%;
    }
    body.sales-order-view .move-to-left {
        top: 37%;
    }
    .right.width.icons ul.right.displayhide {
        display: block;
    }
    .right.width.icons ul.fixheight {
        /* z-index: 0; */
    }
    .hiddenContent {
        visibility: hidden;
    }
    .right.width.icons ul li a._search_img.newsearchimg{
        background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/search_black.svg") ;
        background-repeat: no-repeat ;
    }
    .headercontent,
    .overall_width {
        /* width: calc(100% - 57px); */
    }
    .showdropdown li {
        padding: 0 2.1% !important
    }
    .showdropdown li#list-end {
        margin-right: 0;
    }
    li#list-end:after {
        display: none;
    }
    .showdropdown li:first-child {
        padding-left: 0 !important;
    }
    .showdropdown li:last-child {
        padding-right: 0 !important
    }
    /*#element5 ul:last-child li:last-child a {
		display: none;
	}*/
    #element5 .part1 {
        float: left;
        padding-top: 10px;
    }
    #element5 li {
        margin-top: 10px;
    }
    #element5 li a {
        /*color         : #555555 !important;*/
        /*text-transform: uppercase;*/
        /*font-size     : 14px;*/
    }
    #element5 .furniture_link {
        display: block;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px;
        margin-top: 15px;
        color: #cc0000;
        text-decoration: none;
        font-family: 'Lato', sans-serif;
    }
    ul.navdwncontent-content {
        padding-right: 30px;
    }
    #element5 .navdwnlinks {
        padding-left: 50px;
        padding-right: 0;
    }
    .fixed-header #list-end {
        padding-right: 0;
    }
    #list-end {
        border-right: none;
        padding-right: 0;
    }
    #logo,
    #fixed-icons {
        display: none !important;
    }
    #fixed-ulblack{
        width: 107% !important;
        display: inline-block;
        /* margin-left: 20px !important; */
    }
    .fixed-header li:first-child.has-dropdown.blackmenu {
        display: inline-block;
    }
    .fixed-header .black_menu {
        margin-left: -30px;
    }
    /* .right.width.icons ul li a._search_img{
        background: url(../../frontend/Scalamandre/luma/en_US/frontend/Scalamandre/luma/en_US/Magento_Theme/images/Search-white.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 7px;
    } */
    #fixed-ul {
        width: 100% !important;
        display: inline-block;
        margin-left: 20px !important;
    }
    .backaddwidth.overlay {
        width: 0;
    }
    .list li {
        margin: 0;
    }
    .close_search {
        float: right;
        margin-top: 37px;
        box-sizing: content-box;
    }
    .fixed-header .list li a {
        margin: 0;
    }
    .view-on-tablet {
        display: inline !important;
    }
    .hide-on-tablet {
        display: none !important;
    }
    .wholedropdown {
        margin-left: 31px;
        margin-right: 31px;
    }
    #element6 .navdwnlinks {
        padding-right: 25px;
    }
    #element6 .navdwncontent {
        padding: 0 25px;
    }
    .navdwncontent:last-child {
        padding-right: 0 !important;
    }
    #element6 ul.navdwncontent-content {
        padding-right: 25px;
    }
    ul.navdwncontent-content:last-child {
        padding-right: 0 !important;
    }
    .block.block-search .form.minisearch .field.search .control .searchsuite-autocomplete {
        left: -56px;
        box-shadow: 0 11px 99px rgba(0, 0, 0, 0.1);
        width: 100vw;
    }
    .searchsuite-autocomplete .product ul li .qs-option-info.noimage {
        padding-left: 47px;
    }
    .block.block-search .field.search .control #search {
        margin-left: -11px;
    }
    .search_field .block-search .control {
        /* width: calc(100vw - 112px); */
        width: 40vw;
    }
    body.catalog-product-view .overall_width a.nav-arrow,
    body.cms-showrooms .overall_width a.nav-arrow {
        display: none;
    }
    .right.width.icons ul.right {
        width: 30.4%;
        margin-left: 0;
    }
    .block.block-search .form.minisearch .field.search .control .search-autocomplete {
        width: 100vw !important;
        left: -42px;
    }
    .search-autocomplete li.category-item,
    .search-autocomplete li.product-item {
        height: 70px;
        line-height: 69px;
    }
    .page-wrapper>main.login_popup_open,
    .page-header.login_popup_open {
        left: -396px;
    }
    .popup_right_content {
        width: 396px;
    }
    nav {
        border-bottom: 1px solid #f7f7f7;
    }
    .showdropdown>li.has-dropdown .dropdownMenu.menu-filter {
        margin-left: 0;
        width: 100%;
    }
    .menu-filter>.wholedropdown {
        padding: 0 30px 13vh;
        display: block;
        margin-top: 16px;
    }
    .dropdownMenu.menu-filter .navdwnlinks {
        width: 100%;
        display: block;
        border-bottom: 1px solid #E3E3E3;
        padding-bottom: 17px;
        margin-bottom: 17px;
        line-height: normal;
    }
    .dropdownMenu.menu-filter .navdwnlinks>ul {
        line-height: normal;
        margin-bottom: 0;
        vertical-align: top;
        float: none;
    }
    .dropdownMenu.menu-filter .navdwnlinks ul li {
        display: inline-block;
        vertical-align: top;
        border: 0;
        padding-left: 14px !important;
        margin-top: 0 !important;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-material,
    .dropdownMenu.menu-filter .navdwncontent.mf-design {
        width: calc(50% - 20px);
        display: inline-block;
        padding: 0;
        border: 0;
        vertical-align: top;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-material ul,
    .dropdownMenu.menu-filter .navdwncontent.mf-design ul {
        width: 100%;
        display: block;
        line-height: normal;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-material ul li,
    .dropdownMenu.menu-filter .navdwncontent.mf-design ul li {
        display: inline-block;
        width: 50% !important;
        vertical-align: top;
        padding-right: 20px !important;
        padding-left: 0 !important;
        white-space: normal;
        word-break: break-word;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-material {
        margin-right: 20px;
        width: 27.333%;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-design {
        margin-left: 20px;
        width: 64%;
    }
    ._search_filter_wrapper .mf_search {
        max-width: unset;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color {
        display: block;
        width: 100%;
        padding: 0;
        border: 0;
        /*border-top: 1px solid #F0F1F1;*/
        margin-top: 11px;
        padding-top: 22px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper {
        width: 100%;
        padding-left: 14px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color ul li {
        /*padding-right: 1.5% !important;*/
        margin-right: 21px !important;
    }
    .menu-filter:after {
        display: none;
    }
    .dropdownMenu.menu-filter .navdwnlinks .nav-sale-link {
        position: relative;
        display: inline-block;
        bottom: initial;
        vertical-align: top;
    }
    .dropdownMenu.menu-filter .navdwnlinks .nav-sale-link p {
        font-size: 12px;
        text-transform: uppercase;
        font-style: normal;
        letter-spacing: 0.5px;
    }
    .dropdownMenu.menu-filter .navdwnlinks .nav-sale-link a {
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 0;
        opacity: 0;
        top: 0;
        left: 0;
    }
    .mf_bottom {
        margin: 13vh -30px 0;
        padding: 0 30px;
        text-align: center;
    }
    .mf_bottom p {
        display: none;
    }
    .mf_bottom a.mf_reset {
        margin-right: 10vw !important;
    }
    .container {
        width: 92.1%;
    }
    #collectionsSection {
        margin: 37px auto;
    }
    #collectionsSection.container {
        width: 100%;
        overflow: hidden;
    }
    .slideShow .container {
        margin: 0;
        width: 100%;
    }
    .slider {
        height: calc(100vh - 210px);
    }
    .description {
        width: 100%;
        margin-top: 10.53px;
        padding-left: 3.9%;
    }
    .descriptionHeader h2 {
        font-size: 24px;
        line-height: 29px;
    }
    #termsPage .descriptionHeader h2,
    #contact-faq .descriptionHeader h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .contentWrap .descriptionHeader h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .description .descriptionHeader p {
        font-size: 16px;
        line-height: 23px;
        margin-top: 7px;
    }
    .slider .description a.link {
        float: right;
        margin-right: 3.9%;
    }
    .partitionLine {
        display: block;
        margin-left: 3.9%;
        /*margin-top: 12px;*/
        margin-right: 3.9%;
    }
    #contact-faq .contact-faqs .partitionLine {
        width: 95%;
        margin-left: 0;
    }
    .dot {
        position: relative;
        float: left;
        left: 3.9%;
        padding-top: 32.7px;
        padding-bottom: 33px;
        bottom: 0;
    }
    .slick-dots li button:hover:before {
        opacity: 0.25;
    }
    
    a.collectionView {
        /*display   : block;*/
        margin-right: 3.9%;
    }
    .scroller {
        display: none;
    }
    .slider .descriptionHeader {
        float: left;
    }
    .template1,
    .template2,
    .template3 {
        margin: 0 -3px;
        height: auto;
    }
    .template {
        height: calc(100vh - 330px);
    }
    .template1 .template {
        width: 100%;
    }
    .template2 .template {
        width: 50%;
    }
    .template3 .template:first-child {
        width: 40%;
    }
    .template3 .template:nth-child(2) {
        width: 60%;
    }
    .collectionGrid .container p.collectionHeading {
        padding-top: 28px;
    }
    .collectionGrid .descriptionHeader {
        margin-top: 10px;
    }
    .collectionGrid .context {
        line-height: 22px;
        margin-top: 10px;
    }
    .collectionGrid .tagLinks {
        height: auto;
        margin-top: 9px;
    }
    .collectionGrid .tagLinks .link {
        padding: 11.5px 4.5%;
        font-size: 10px;
        line-height: 12px;
    }
    .about .columnGrid .imageWrap:hover {
        background-color: #fff;
        border: 1px solid #e3e3e3;
    }
    .about .columnGrid .imageWrap:hover .backgroundImage {
        color: #141414;
        background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_right_red.svg");
    }
    .imageGrid {
        margin-top: 5px;
    }
    .hidden {
        display: block;
    }
    .columnGrid {
        width: 25%;
        padding: 20px 7.5px 0;
    }
    .row {
        margin: 0 -7.5px;
    }
    .collectionGrid div.link {
        margin-bottom: 51px;
    }
    .collectionGrid .imageGrid .row {
        margin-bottom: 51px;
    }
    .imageWrap {
        padding: 20px;
    }
    .about .collectionHeading {
        padding-top: 38px;
    }
    .about .descriptionHeader {
        margin-top: 10px;
    }
    .about .context {
        margin-top: 10px;
        width: 100%;
    }
    .about .columnGrid {
        width: 50%;
        padding: 15px;
    }
    div.scalamandreHistory div.columnGrid:last-child .bar {
        overflow: hidden;
    }
    div.scalamandreHistory div.columnGrid:last-child p.context {
        width: 100%;
        padding-right: 0;
    }
    div.scalamandreHistory div.columnGrid:nth-last-child(1) .bar .line {
        width: 96%;
    }
    .centerPadding {
        padding: 0 385px !important;
    }
    .slickTransform {
        transform: translate3d(-1620px, 0px, 0px) !important;
    }
    .about .row {
        margin: 5px -15px 0;
    }
    .backgroundImage {
        background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_right_red.svg");
    }
    .backgroundImage p {
        font-size: 12px;
    }
    .scroller img {
        margin-left: 36%;
    }
    .showrooms {
        margin-top: 50px;
    }
    .showrooms .contentWrap {
        margin-left: auto;
        margin-right: auto;
        padding: 46px 43px;
    }
    .brandImages {
        width: 100%;
    }
    .collectionsDescription {
        width: 100%;
        margin-top: 0;
        padding-right: 30px;
        bottom: 0;
        margin-left: 0;
        position: relative;
        left: auto;
        top: auto;
        display: block;
        transform: translate(0, 0);
        float: none;
        max-width: unset;
    }
    .collectionsHeading {
        font-size: 24px;
        /* line-height: 29px; */
    }
    .collectionsDescription div.collectionsDetails {
        width: 75%;
        float: left;
    }
    .collectionsDescription div.collectionsLinks {
        width: 25%;
        float: left;
    }
    .collectionsDescription a.lightboxGallery,
    .collectionsDescription a.downloadBrochure {
        margin-top: 0;
    }
    .collectionsDescription a.lightboxGallery {
        margin-top: 10px;
    }
    .collectionsDescription a.allProducts {
        margin-top: 15px;
    }
    .collectionsDescription p.title {
        font-size: 16px;
    }
    .collectionsDescription p.brandName {
        font-size: 24px;
        line-height: 29px;
        margin-top: 10px;
    }
    #collectionsSection .collectionFrame .collectionsDescription a.allProducts {
        margin-top: 15px;
    }
    .brandImages {
        height: 415px;
        overflow: hidden;
    }
    .collectionsDescription p.brandDescription {
        margin-top: 10px;
    }
    .collectionsDescription a.lightboxGallery,
    .collectionsDescription a.downloadBrochure,
    .collectionsDescription a.allProducts {
        margin-left: auto;
    }
    .collectionsFrame1,
    .collectionsFrame2,
    .collectionsFrame3 {
        height: auto;
        padding-bottom: 30px;
    }
    .brandImages div.collectionsTemplate {
        width: auto;
        height: 415px;
        padding-top: 0px;
        padding-left: 20px;
    }
    .brandImages a.imageLink {
        height: 385px;
    }
    .brandImages a.imageLink img {
        width: auto;
        object-fit: initial;
    }
    .collectionsFrame3 .brandImages div.collectionsTemplate3 {
        width: auto;
    }
    .collectionsFrame2 .brandImages div.collectionsTemplate2 {
        padding-top: 0px;
    }
    .collectionsFrames .partitionLine {
        border-bottom: 1px solid #141414;
        opacity: 0.1;
        margin-top: 0px;
        margin-left: 0px;
    }
    .collectionsFrames {
        margin-top: 0px;
        padding-left: 30px;
    }
    .collectionsFrame1,
    .collectionsFrame2,
    .collectionsFrame3,
    .collectionsFrame4 {
        margin-top: 40px;
    }
    .popupMainSlider .mainSlider .collectionsDescription div.collectionsDetails {
        width: 100%;
    }
    .popupMainSlider .slick-prev,
    .popupMainSlider .slick-next {
        margin: 0 -100px;
    }
    div.LightboxPopup div.popupMainSlider {
        width: calc(100vw - 60px);
    }
    div.LightboxPopup div.popupMainSlider .slick-list {
        overflow: initial;
    }
    .popupMainSlider div.slick-track {
        display: -webkit-flex;
        align-items: center;
    }
    #aboutPage {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .aboutScalamandre div.aboutScalamandreImage {
        width: 100%;
        height: 341px;
        overflow: hidden;
        background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/about_img_ipad.jpg");
    }
    .aboutScalamandre div.aboutScalamandreImage img {
        width: 100%;
    }
    .aboutUs {
        margin-bottom: 30px;
    }
    .scalamandreHistory {
        margin: 0;
        background: rgba(240, 241, 241, 0.5);
    }
    .aboutUs .container {
        width: 100%;
    }
    div.aboutScalamandre div.aboutScalamandreDescription {
        margin-top: 25px;
        padding: 0 3.9%;
        width: 100%;
    }
    div.scalamandreHistory div.aboutScalamandreDescription {
        padding-top: 37px;
    }
    div.scalamandreHistory div.aboutScalamandreDescription p.collectionHeading,
    .scalamandreServices div.aboutScalamandreDescription p.collectionHeading {
        font-size: 16px !important;
    }
    div.scalamandreHistory div.aboutScalamandreDescription p.context {
        width: 100%;
    }
    div.scalamandreHistory div.columnGrid img {
        width: 100%;
        object-fit: cover;
    }
    .scalamandreServices div.aboutScalamandreDescription {
        margin-top: 33px;
    }
    div.scalamandreHistory div.aboutScalamandreDescription div.aboutArrow .slick-prev {
        left: initial;
        right: 25px;
    }
    div.scalamandreHistory div.row {
        margin: 0px -8%;
    }
    div.scalamandreHistory div.columnGrid {
        padding: 0;
    }
    .columnGrid-inner {
        padding: 20px 57px 0 57px;
    }
    .scalamandreServices div.descriptionHeader p.context {
        margin-top: 20px;
        width: 100%;
    }
    .scalamandreServices div.columnGrid {
        width: 50%;
        padding: 21px 16px 0;
    }
    .scalamandreServices div.columnGrid img {
        width: 100%;
        height: 344px;
    }
    .scalamandreServices div.row {
        margin: 0 -16px;
    }
    #aboutPage div.aboutScalamandre {
        display: block;
    }
    .aboutScalamandreDescription p.context {
        margin-top: 15px;
    }
    div.scalamandreHistory div.columnGrid p.context {
        border-right: none;
    }
    .scalamandreServices .aboutScalamandreDescription p.context {
        margin-top: 20px;
    }
    #brands_Page {
        margin-top: 33px;
    }
    #brands_Page .brand-template {
        position: relative;
        margin-top: 0;
        height: auto;
        padding-bottom: 112px;
    }
    .brand-template .brand-description {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    .brand-template .brandImages {
        width: 100%;
        height: 500px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .brand-template .brandImages div.collectionsTemplate {
        width: 50%;
    }
    .brand-template .brandImages div.collectionsTemplate1 {
        height: 100%;
        padding-left: 0;
    }
    .brand-template .brandImages div.collectionsTemplate3 {
        padding-top: 13px;
    }
    .brand-template .brandImages div.equal-width {
        height: 50%;
        padding-left: 13px;
    }
    .brand-template .brandImages a.imageLink {
        height: 100%;
    }
    .brand-template .brandImages a.imageLink img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .brand-template .descriptionHeader p.cite {
        width: 120px;
    }
    .brand-template .descriptionHeader p.context {
        margin-top: 12px;
    }
    .brand-template .brand-description a.link {
        width: 46.7%;
        position: absolute;
        bottom: 66px;
        margin: auto 28%;
        padding: 16px 5px 15px;
    }
    .brand-template .brand-description p.title {
        font-size: 16px;
    }
    .recentCollectionsSection {
        margin-top: 0;
        padding-bottom: 56px;
        background: rgba(240, 241, 241, 0.5);
    }
    .recentCollectionsSection p.rc-heading {
        font-size: 24px;
    }
    .recentCollectionsSection .partitionLine {
        margin: 19px 0 0;
    }
    .recentCollections {
        margin-top: 26px;
        height: auto;
    }
    .recentCollections .rc-menu {
        width: 37%;
        padding-right: 31px;
        margin-top: 43px;
    }
    .recentCollections .rc-image-wrap {
        width: 64%;
    }
    .recentCollections .rc-image {
        padding-right: 0;
        width: 100%;
        height: 223px;
    }
    .recentCollections .rc-description {
        margin-top: 20px;
        width: 100%;
        padding: 0 20px;
        background-color: #fff;
    }
    .recentCollections .rc-description p.context {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .recentCollections .rc-description p.rc-description-heading {
        font-size: 24px;
        line-height: 29px;
    }
    .recentCollections .rc-description a.allProducts {
        margin-top: 20px;
        width: 100%;
    }
    .recentCollections .rc-menu ul li:before {
        margin-right: 5px;
        margin-left: 16px;
    }
    .recentCollections .rc-menu .rc-menu-overlay {
        margin-left: 41px;
    }
    .recentCollections .rc-description a.link,
    .recentCollections .rc-description a.lightboxGallery,
    .recentCollections .rc-description a.downloadBrochure {
        width: 47%;
    }
    .recentCollections .rc-description a.lightboxGallery,
    .recentCollections .rc-description a.downloadBrochure {
        float: right;
        margin-bottom: 20px;
    }
    .brands_image-grid p.title {
        margin-top: 42px;
        font-size: 16px;
    }
    .brands_image-grid .descriptionHeader {
        margin-top: 10px;
    }
    .brands_image-grid .descriptionHeader h2 {
        line-height: 33px;
    }
    .brands_image-grid .row {
        margin-top: 0;
    }
    .brands_image-grid .row .columnGrid a.column_image img {
        display: block;
    }
    .brands_image-grid a.link {
        max-width: 335px;
        margin: 31px auto 71px;
        letter-spacing: 1px;
    }
    .contact-container {
        width: 100%;
    }
    #customer-service,
    #general-enquiries {
        margin-top: 0;
    }
    .ge-section {
        padding-left: 0 !important;
        height: auto;
        min-height: auto;
        margin-bottom: 101px;
    }
    #customer-service .ge-section {
        margin-bottom: 0;
    }
    .ge-image {
        width: 100% !important;
        /* height: 190px; KITS */
        height: auto;
        overflow: hidden;
    }
    .ge-section .ge-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: auto;
    }
    .ge-form {
        width: 100% !important;
        padding-right: 0 !important;
        display: block;
    }
    .ge-section .ge-form .ge-content-wrap {
        width: 92.1%;
        margin: auto;
        margin-top: 19px;
    }
    #customer-service .ge-section .ge-form .ge-content-wrap {
        width: 96.6%;
        margin-left: auto;
        margin-right: 0;
    }
    p.collectionHeading {
        font-size: 16px;
    }
    .ge-form .descriptionHeader {
        margin-top: 3px !important;
    }
    #customer-service .ge-section .ge-form .ge-content {
        width: 40%;
        float: left;
        padding-top: 33px;
    }
    #customer-service .ge-section .ge-form .ge-content-wrap div.formWraper {
        float: right;
        width: 56%;
        padding: 33px 30px 104px;
        background: #f7f7f7;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
    }
    .ge-section .ge-form {
        align-items: initial;
    }
    .ge-content .descriptionHeader .ge-address-wrap {
        width: 100%;
    }
    .ge-content .descriptionHeader .ge-address-wrap:nth-last-child(1) {
        margin-left: 0;
    }
    #customer-service .ge-content .descriptionHeader .service-no {
        font-size: 18px;
        line-height: 22px;
    }
    #customer-service .ge-content .ge-service-wrap {
        width: 220px;
        margin-bottom: 16px;
        background-color: rgba(240, 241, 241, 0.50);
    }
    #general-enquiries .ge-content .service {
        margin-top: 12px;
    }
    #general-enquiries div.ge-form .form .ks_row div.name,
    #general-enquiries div.ge-form .form .ks_row div.telephone {
        width: 48.7%;
        float: left;
    }
    #general-enquiries div.ge-form .form .ks_row div.name {
        margin-right: 2.4%;
    }
    #general-enquiries div.ge-form .form .ks_row div.telephone.hide-desktop {
        display: inline-block;
    }
    #general-enquiries div.ge-form .form .ks_row div.name.company {
        width: 100%;
    }
    #general-enquiries div.ge-form .form .ks_row div.telephone.hide-mobile {
        display: none;
    }
    body.writeus-index-index div.page.messages {
        width: 58%;
        left: initial !important;
        right: 0px;
        height: 78.9%;
        bottom: 0;
    }
    body.tradeaccount-index-index div.page.messages {
        width: 58%;
        left: initial !important;
        right: 0px;
        height: 78.9%;
        bottom: 0;
    }
    body.contactus-index-index div.page.messages {
        width: 100%;
        left: initial;
        height: 60%;
    }
    body.writeus-index-index div.page.messages .message.success .popupMessage,
    body.tradeaccount-index-index div.page.messages .message.success .popupMessage,
    body.tradeaccount-index-index div.page.messages .message.error .popupMessage {
        width: 100%;
    }
    body.contactus-index-index div.page.messages .message.success .popupMessage {
        margin: auto;
    }
    .faq-container {
        width: 92.1%;
        margin-top: 35px;
    }
    #termsPage .faq-container {
        width: 86%;
    }
    #termsPage {
        padding-bottom: 47px;
    }
    #termsPage .ge-content .descriptionHeader .faq-cite {
        margin-top: 21px;
    }
    #contact-faq .faqs dl dt:after {
        margin-top: 3%;
    }
    .contact-terms {
        padding: 0;
    }
    #contact-faq .contact-faqs {
        padding-bottom: 112.5px;
        padding-top: 38px;
    }
    #termsPage {
        padding-bottom: 47px;
    }
    #store-locator {
        height: auto;
    }
    #store-locator .map-box {
        height: auto;
        width: 100%;
        position: relative;
    }
    #store-locator #map {
        height: 350px;
    }
    #store-locator .map_tools_wrap {
        width: 100%;
        margin-left: 0;
    }
    #store-locator .map_tools {
        padding-left: 0;
        margin: auto;
        width: 64.5%;
        padding-top: 19px;
    }
    #store-locator .map_tools ul.s-nav {
        margin-top: 6px;
    }
    #store-locator .map_tools .s-dropdown .s-tags {
        margin-top: 37px;
    }
    #store-locator .map_tools ul.s-nav li {
        padding: 0 30px;
    }
    .s-dropdown .closest-location .contact-detail-wrap .contact-detail {
        width: auto;
    }
    #general-enquiries .ge-section {
        margin-bottom: 101px;
    }
    .footer_back_image {
        background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Subscribe_bg_ipad.png");
        width: 100%;
        margin-bottom: 40px;
    }
    .footer_back_image_content {
        max-width: 330px;
        margin: 0 auto;
    }
    .footer_back_image_text {
        margin-bottom: 29px;
        width: 100%;
        float: none;
    }
    .footer_back_image_content .form-fields {
        width: 100%;
        float: none;
    }
    .border_around_list {
        margin-top: 22.5px;
        margin-bottom: 33px;
    }
    .border_around_list {
        padding: 31.5px 0;
    }
    .redlogo {
        /* height: 35px; */
        width: 250px;
    }
    .border_around_list li a {
        margin-right: 37px;
        padding: 0;
    }
    .service-wrapper p {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.5px;
        margin-right: 20px;
    }
    #terms-use {
        display: block;
    }
    .search_field .imagesize {
        margin-left: 0px;
    }
    footer .form-fields .newsletter-name,
    .newsletter-email {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .form-fields input {
        width: 100%;
    }
    .form.newsletter-form .actions,
    button.action.subscribe.primary {
        width: 100%;
        margin-top: 10px;
    }
    .contentCenter {
        width: calc(100% - 60px);
    }
    .popup_right {
        right: -396px;
        width: 396px;
    }
    .product-quantity input {
        font-size: 16px;
    }
    .product-quantity-and-price .product-quantity span {
        font-size: 16px;
        padding-top: 1px;
    }
    .product-quantity-and-price .price {
        font-size: 16px !important;
    }
    .gradient {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    #fixed-ul {
        width: 90% !important;
    }
}

@media screen and (max-width: 767px) {
    .search-autocomplete li.category-item,
    .search-autocomplete li.product-item {
        height: auto;
        line-height: 25px;
        padding: 15px 25px 15px 25px !important;
    }
    /* @media screen and (max-width: 1024px) { */
    /* .search.results .search_header .pages-item-previous {
        position: relative !important;
    } */
    /* .dropdownMenu.menu-filter .navdwncontent.mf-color:not(.hide) {
        display: none;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color.hide {
        display: block;
    } */
    #furnishing .furnishingImage {
        width: 100%;
    }
    /* .dropdownMenu.menu-filter.filter_menus_div .wholedropdown {
        margin-top: 0;
    } */
    /* #fixed-ul .dropdownMenu.subnav-open.filter_menus_div {
        background-color: #fff;
    } */
    /* .dropdownMenu.menu-filter.filter_menus_div .wholedropdown .navLinkWrapper {
        left: -20px;
        position: relative;
        width: calc(100% + 55px);
        background-color: #f0f1f1;
        padding-top: 7px;
    } */
    /* .dropdownMenu.menu-filter .navLinkWrapper .navdwnlinks {
        border: none;
        padding-bottom: 24px;
        padding: 13px 20px 24px;
    } */
    /* ._search_filter_wrapper .mf_search {
        padding: 20px;
        text-decoration: none !important;
    } */
    /* ._search_filter_wrapper {
        margin-top: 0;
        position: fixed;
        bottom: 3%;
        width: 90%;
        left: auto;
        margin: auto;
    } */
    /* form#product-sendtofriend-form {
        padding: 10px 20px;
        width: 100%;
    }
    #product-sendtofriend-form .control {
        width: 100%;
    }
    #product-sendtofriend-form .actions-toolbar .secondary {
        float: none;
    }
    body.sendfriend-product-send.page-layout-1column .page-title-wrapper h1.page-title {
        text-align: center;
    }
    #add-recipient-button,
    #product-sendtofriend-form button.action.submit.primary {
        width: 100%;
    } */
    /* .filter_menus_div.dropdownMenu.menu-filter .navdwncontent.mf-design ul.navdwncontent-content li:nth-of-type(2n),
    .filter_menus_div.dropdownMenu.menu-filter .navdwncontent.mf-material ul.navdwncontent-content li:nth-of-type(2n) {
        padding-right: 0 !important;
    } */
    body.pos_fixed {
        position: fixed;
        width: 100%;
    }
    /* .dropdownMenu.menu-filter .navdwncontent.mf-design ul li,
    .dropdownMenu.menu-filter .navdwncontent.mf-design ul li:nth-child(2n) {}
    .dropdownMenu.menu-filter .navdwncontent.mf-color ul {
        padding-left: 0;
    } */
    /* .search.results .noresults {
        background-color: #f0f1f1;
    }
    .search.results .noresults a {
        width: 100%;
        text-align: center;
    }
    .search.results .innerWrapper {
        margin-top: 16px;
        max-width: unset;
        width: 100%;
        padding: 0 20px;
    }
    .search.results .noresults p {
        font-size: 12px;
        line-height: 27px;
        letter-spacing: 0.24px;
        margin-top: 4px;
    }
    .block.block-search .field.search .control #search+span {
        display: none;
    }
    .block.block-search .field.search .control #search+span.show {
        display: inline-block;
        padding-top: 7px;
        float: none;
    }
    .block.block-search .field.search .control #search {
        width: 100%;
    }
    .block.block-search .field.search .control #search.reduce-width {
        width: 58%;
    }
    .search_field .block-search .control {
        padding-right: 0;
        vertical-align: middle;
    }
    #element-10.dropdownMenu.menu-filter .navdwncontent.mf-material {
        width: auto;
    } */
    /* body.customer-logged-in .filter_menus_div .navdwncontent.color-bottom-text {
        max-width: 322px;
        padding-right: 0;
        right: unset;
    } */
    /* .filter_menus_div .navdwncontent.color-bottom-text {
        right: unset;
    } */
    /* .price_filter_range>div>div input {
        background-color: #f0f1f1;
    } */
    /* .price_filter_range>div {
        margin-bottom: 11px;
    } */
    /* .price_filter_range>div>div label {
        top: 22px;
    } */
    /* .price_filter_range>a {
        width: 100%;
        margin-right: 7px;
        display: inline-block;
        float: none;
    } */
    /* .dropdownMenu.menu-filter .navdwncontent.mf-material ul {
        max-width: unset;
    } */
    /* .price_filter_range>div>div {
        display: inline-block;
    } */
    /* .filter_menus_div .navdwncontent.color-bottom-text {
        position: relative;
        max-width: unset;
        top: unset;
        padding-top: 0;
        width: 100%;
    } */
    /* .filter_menus_div.dropdownMenu.menu-filter .navdwncontent.mf-material ul.navdwncontent-content li {
        display: inline-block !important;
        width: 50% !important;
    } */
    /* .dropdownMenu.menu-filter .navdwncontent.mf-color ul {
        padding-left: 0 !important;
    } */
    /* .filter_menus_div.dropdownMenu.menu-filter .navdwnlinks>ul:not(.hide_filter) {
        max-width: unset;
    } */
    /* .filter_menus_div.dropdownMenu.menu-filter .navdwnlinks ul li:first-child {
        padding-left: 14px !important;
    } */
    /* .dropdownMenu.menu-filter .navdwnlinks>ul.hide_filter {
        width: 100%;
        text-align: left;
    } */
    /* div.LightboxPopup .popupThumbnails .slick-track {
        width: 100% !important;
    }
    #shipping-payment-form .Shipping-container {
        padding-left: 0px;
    } */
    /* .login-register-popup input {
        width: 100% !important
    } */
    /* nav {
        border-bottom: none;
    } */
    /* span.add_opacity.close_search_fun {
        top: 55px;
    }
    .right.width.icons ul.right {
        width: 29.6%;
    } */
    /* .right.width.icons ul li a._search_img {
        margin-top: 2px;
    } */
    /* .search-autocomplete li.category-item,
    .search-autocomplete li.product-item {
        height: auto;
        line-height: 25px;
        padding: 15px 25px 15px 25px !important;
    }
    .block.block-search .form.minisearch .field.search .control .search-autocomplete {
        margin-top: -1.4px !important;
        left: 0px;
    } */
    /* .right.width.icons ul li a.hiddeni {
        display: none;
    } */
    /* body._nav_open {
        position: fixed;
    }
    .opacity-to-links {
        opacity: 1;
    } */
    /* .list>li {
        display: block;
        text-align: left;
        line-height: 0;
    } */
    /* .showdropdown li {
        margin: 0 !important;
    } */
    /* .block-search input {
        margin: 0;
        position: static;
    }
    .block.block-search .form.minisearch .field.search .control .searchsuite-autocomplete {
        margin-top: -2px;
        left: 0;
        box-shadow: 0 11px 99px rgba(0, 0, 0, 0.1);
    }
    .searchsuite-autocomplete .product ul li .qs-option-info.noimage {
        padding-left: 38px;
    }
    .block.block-search .field.search .control #search {
        margin-left: 5px;
    } */
    /* #fixed-ul .dropdownMenu {
        display: block;
        height: calc(100% - 55px) !important;
        top: 0;
        right: -100vw;
        left: inherit;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        overflow-y: auto;
        position: fixed;
        top: 55px;
        box-shadow: unset;
    } */
    /* #fixed-ul .dropdownMenu.subnav-open {
        right: 0;
        background-color: #f0f1f1;
    } */
    /* .close_search {
        padding-top: 24px;
    } */
    /* .hidecontent {
        display: block;
    }
    .site_logo {
        width: 120px;
        height: 27.84px;
    }
    .view-on-tablet {
        display: none !important;
    }
    .hide-on-tablet {
        display: inline !important;
    } */
    /* .header {
        height: 55px;
    }
    header.page-header div.wrapper {
        height: 55px;
    }
    header.page-header {
        border-bottom: none;
        margin-bottom: 0px;
    }
    .headercontent {
        line-height: 55px;
        width: calc(100% - 40px);
    } */
    /* .overlay {
        top: 55px;
    } */
    /* #about-content {
        margin-top: 16px;
    } */
    /* .imagesize {
        height: 18px;
        margin: 0;
    } */
    /* .position-fixed .dropdownMenu {
        top: 55px;
    }
    .dropdownMenu.overlay {
        z-index: 1000;
        background-color: #f0f1f1;
        left: auto;
        right: 0;
        transition: 0.5s;
    } */
    /* .header {
        position: fixed;
        width: 100%;
        z-index: 1000;
    } */
    /* .hiddeni {
        display: none;
    } */
    /* .hamburger {
        content: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/hamburger_menu.svg");
        width: 16px;
        height: 16px;
        visibility: visible !important;
        vertical-align: middle;
    } */
    /* span.hamburger.closeNav {
        content: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/search_cross.svg");
    } */
    /* .style_head { */
    /* margin-left: 20px;*/
    /* margin-top: 17px;
    } */
    /* .style_content {
        margin-left: 21px;
        font-size: 14px;
        color: #555555;
        line-height: 33px;
    } */
    /* .style_content li {
        font-size: 14px;
        line-height: 33px;
        color: #555555;
        margin-top: 10px;
    } */
    /* #font_and_color li {
        color: #141414;
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 0.5px;
    } */
    /* .contact_margin {
        margin-top: 17px;
    } */
    /* .navdwnlinks li {
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 0.5px;
        margin-top: 10px !important;
    } */
    /* span.hamburger.back {
        content: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Group 2025.svg");
    } */
    /* header .content {
        top: 55px;
        display: none;
        height: calc(100% - 55px);
        position: fixed;
        width: 100%;
        z-index: 999;
        background: #ffffff;
        overflow-y: auto;
        overflow-x: hidden;
    } */
    /* header .content.reduce-zindex,
    .dropdownMenu.subnav-open.reduce-zindex {
        z-index: 1;
        position: absolute;
    } */
    .mob-nav-open {
        left: 0;
        height: calc(100% - 55px);
        background-color: white;
        z-index: 1000000;
    }
    .backaddwidth.overlay {
        width: 100%;
    }
    /* .wholedropdown, */
    .navdwlinks
    /* .navdwncontent  */
    {
        display: block;
    }
    /* .navdwnlinks,
    .navdwncontent {
        padding: 0px;
    } */
    /* .menu_heading {
        display: block;
    } */
    /* ul.navdwncontent-content {
        display: block;
    } */
    .addwidth1 {
        width: 100%;
    }
    .backwidth {
        width: 100%;
    }
    /* .wholedropdown {
        max-width: 100%;
        margin-top: 0;
        margin-left: 20px;
        margin-right: 20px;
        left: 0 !important;
    } */
    /* .navdwncontent-head.style_head {
        margin-bottom: 0 !important;
    } */
    /* .part1 .navdwncontent-head.style_head {
        margin: 10px 0 !important;
    } */
    /* #element5 .navdwncontent-head.style_head.menu_heading {
        display: block;
    } */
    /* #element5 .navdwnlinks {
        padding-left: 0;
    } */
    /* #element5 .navdwnlinks .part1 {
        display: block;
        margin-top: 15px;
        margin-bottom: 8px;
    } */
    /* #element5 .part1 {
            float: none;
        } */
    /* #element5 .furniture_link {
        padding-left: 20px;
        margin-top: 10px;
    }
    #element5 li {
        line-height: 33px;
    }
    #element5 ul.navdwncontent-content {
        padding-right: 0;
        padding-left: 20px;
    } */
    /* #element5.dropdownMenu li:first-child {
        margin-top: 10px !important;
    } */
    /* #element5 .navdwncontent .part1 .style_content {
        margin-top: -10px;
    } */
    /* .navdwncontent {
        border-left: none;
    } */
    /* #element6 .navdwncontent {
        padding: 0;
    } */
    /* #element8 .part2 .navdwncontent-content {
        margin-top: 3px;
    } */
    /* .Search input {
        max-width: 223px;
        height: 17px;
    } */
    /* .close_search {
        margin-left: 0;
        position: relative;
        z-index: 9;
    } */
    /* .search_field .block-search .control {
        width: calc(100vw - 67px);
    } */
    /* #fixed-ul>li {
        padding: 18.5px 0 !important;
        border-top: 1px solid #f0f1f1;
        margin-bottom: 0;
    } */
    /* #fixed-ul li a:hover {
        color: #141414;
        text-decoration: underline;
    } */
    /* #fixed-ul li:first-child a {
        color: #cc0000;
    }
    #fixed-ul li a {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 15px;
    } */
    /* .mobile-right-images.hidei {
        display: block;
    } */
    /* .showdropdown.list>li:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        margin-right: 20px;
        padding-top: 4px;
        background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_grey_nav.svg);
        background-repeat: no-repeat;
    } */
    /* .showdropdown.list>li:first-of-type:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        margin-right: 20px;
        padding-top: 4px;
        background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_red_nav.svg);
        background-repeat: no-repeat;
    } */
    /* li#list-end:after {
        display: none;
    }
    .dropdownMenu .navdwncontent .style_content a {
        font-size: 14px !important;
        letter-spacing: 0 !important;
    }
    .dropdownMenu .navdwncontent .style_content li {
        padding: 0 !important;
    } */
    /* .navdwnlinks .style_content a {
        letter-spacing: 0.5px !important;
    } */
    /* .right.width.icons ul li a {
        display: inline;
    } */
    /* .block.block-search .form.minisearch .field.search .control .search-autocomplete>ul {
        max-height: 379px;
    } */
    /* .showdropdown.list .has-dropdown .dropdownMenu#element6 .navdwncontent:nth-child(2) .style_content li a {
        font-size: 14px !important;
        letter-spacing: 0.5px !important;
        line-height: 30px !important;
    }
    .showdropdown.list .has-dropdown .dropdownMenu#element6 .navdwncontent:nth-child(2) .style_content li {
        margin-top: 5px !important;
    }
    .showdropdown.list .has-dropdown .dropdownMenu#element6 .navdwncontent:nth-child(2) .style_content li:first-child {
        margin-top: 0px !important;
    } */
    /* body.login_popup_open,
    body.login_popup_open.login_cart_open {
        left: 0;
    }
    .page-wrapper>main.login_popup_open,
    .page-wrapper>main.login_cart_open,
    .page-header.login_cart_open,
    .page-header.login_popup_open {
        left: 0;
    }
    .popup_right,
    .custom-cart-page {
        background-color: white;
        left: -770px;
        top: 55px;
    }
    .popup_right.show_with_transition,
    .custom-cart-page.show_with_transition {
        left: 0;
        width: 100vw;
        top: 55px;
    }
    .checkout {
        left: -770px;
    }
    .checkout.right-zero {
        left: 0;
        width: 100vw;
    }
    .gradient {
        background: none;
        height: 0;
    }
    .checkout a {
        margin-bottom: 37px;
    }
    .continue-shopping {
        display: block;
        margin-bottom: 12px;
    }
    .continue-shopping a {
        text-decoration: none;
    }
    a.continue-shopping:active,
    a.continue-shopping:visited,
    a.continue-shopping:hover {
        text-decoration: none;
    }
    .continue-shopping img {
        width: 14px;
        height: 7px;
    }
    .continue-shopping span {
        color: #c1c1c1;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.5px;
        font-family: 'Lato', sans-serif;
        padding-left: 10px;
    }
    .custom-cart-page {
        padding: 0 20px;
        padding-top: 20px;
        padding-bottom: 208px;
    }
    .cart-title p {
        font-size: 24px;
        line-height: 29px;
    }
    .cart-title .qtydisplay {
        display: none;
    }
    .popup_right_content {
        margin: auto;
        margin-top: 30px;
    }
    .login-register-popup .popup-login-form input[type=text],
    .login-register-popup input[type=password],
    .login-register-popup input[type=email] {
        width: 100%;
        margin: 10px 0;
    }
    .popup-login-form .container .action.primary {
        width: 335px;
    }
    .popup_right_content span {
        font-size: 16px;
    }
    .popup_right_content p {
        font-size: 24px;
        line-height: 29px;
    }
    .login_forgot_container {
        margin-top: 20px;
    }
    .popup_right_content .login_forgot_container p {
        margin-top: 10px;
    }
    .popup_right .popup_forgot_form {
        padding-top: 0;
    }
    .popup-login-form .container .action.primary {
        margin-bottom: 37px;
    }
    .popup-login-form .container a span.vertical_border:after {
        margin: 0 12px;
    }
    body.login_popup_open .authorization-link:before {
        width: inherit;
    }
    .login-overlay,
    .popup-login-form {
        display: block;
        z-index: 999;
    }
    .content .imagesize.account_red_img {
        display: none;
    }
    .content .imagesize.account_red_img.change_bg_img {
        display: inline-block;
    }
    .content .imagesize.account_img.change_bg_img {
        display: none;
    }
    .popup_right .popup_right_content {
        margin: 0 20px;
        width: 100vw;
        margin-top: 30px;
    }
    .popup_right.show_with_transition .login-register-popup {
        max-width: calc(100% - 40px);
    }
    .popup-login-form .container .action.primary,
    .popup-register-form .container .action.primary {
        width: 100%;
    }
    .popup_right .popup_forgot_form .container .action.primary {
        width: 100%;
    }
    body.close_search_fun .search_field.show:before {
        top: 55px;
    }
    body.close_search_fun header .content {
        z-index: 999;
    } */
    /* .showdropdown>li.has-dropdown .dropdownMenu.menu-filter {
        background: #ffffff;
    } */
    /* .menu-filter>.wholedropdown {
        padding: 0 20px;
    } */
    /* .dropdownMenu.menu-filter .navdwncontent.mf-material,
    .dropdownMenu.menu-filter .navdwncontent.mf-design {
        width: 100%;
        margin: 0 0 12px;
    } */
    /* .dropdownMenu.menu-filter .navdwncontent.mf-material ul,
    .dropdownMenu.menu-filter .navdwncontent.mf-design ul,
    .dropdownMenu.menu-filter .navdwncontent.mf-color ul {
        padding-left: 14px;
    } */
    /* .dropdownMenu.menu-filter .navdwncontent.mf-color {
        margin-top: 0;
        border: 0;
        padding-top: 0;
    } */
    /* .dropdownMenu.menu-filter .navdwncontent.mf-color ul {
        margin-top: 12px;
    } */
    /* .dropdownMenu.menu-filter .navdwncontent.mf-color ul li { */
    /*padding-right: 24px !important;*/
    /* margin-right: 23px !important;
    } */
    .dropdownMenu.menu-filter .navdwncontent.mf-color ul li:nth-child(2n) {
        /*padding-right: 0 !important;*/
    }
    /* .dropdownMenu.menu-filter .navdwncontent.mf-color ul li img {
        width: 140px;
    } */
    /* .dropdownMenu.menu-filter .navdwnlinks>ul {
        width: 100%;
    } */
    /* .dropdownMenu.menu-filter .navdwnlinks ul li {
        width: 100%;
        padding: 0 0 14px 0;
    } */
    /* .dropdownMenu.menu-filter .navdwnlinks .nav-sale-link {
        display: block;
        padding-left: 14px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color li:hover:before,
    .dropdownMenu.menu-filter .navdwncontent.mf-color li.mf_active:before {
        width: 35px;
        height: 35px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color li:nth-child(2n):hover:before,
    .dropdownMenu.menu-filter .navdwncontent.mf-color li.mf_active:nth-child(2n):before {
        right: -1px;
    }
    .mf_bottom {
        background: #ffffff;
        height: auto;
        line-height: normal;
        margin: 5vh -60px 0;
        height: 120px;
        position: relative;
    }
    .mf_bottom a.mf_reset {
        display: block;
        font-size: 14px !important;
        color: #2C2C2C;
        width: 100%;
        height: 60px;
        line-height: 60px !important;
        order: 2;
        margin: 0 !important;
        bottom: 0;
        left: 0;
    }
    .mf_bottom a.mf_search {
        display: block;
        font-size: 14px !important;
        color: #ffffff;
        background: #2C2C2C;
        padding: 0;
        height: 60px;
        line-height: 60px !important;
        order: 1;
        width: 100%;
    }
    .mobile-only {
        display: block;
    }
    .dropdownMenu.menu-filter.filter_menus_div .navdwncontent-head.mobile-only {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-design ul {
        max-width: unset;
    } */
    /* .container {
        width: 89.1%;
    }
    .template1,
    .template2,
    .template3 {
        height: calc(90vh - 106px);
    }
    .template {
        height: calc(90vh - 250px);
    }
    .description {
        padding-left: 5.3%;
    }
    .slider {
        height: calc(90vh - 125px);
    }
    .slider .descriptionHeader {
        width: 51%;
    }
    a.collectionView {
        margin-right: 5.3%;
    }
    .slider .description a.link {
        margin-right: 5.3%;
    }
    .columnGrid:hover .productDescription {
        z-index: -999;
    }
    .collectionGrid .container p.collectionHeading {
        padding-top: 38px;
    }
    .collectionGrid .descriptionHeader {
        margin-top: 15px;
    }
    .collectionGrid .context {
        margin-top: 11px;
    }
    .collectionGrid .tagLinks .link {
        padding: 11.5px 5.9%;
    }
    .collectionGrid .tagLinks {
        max-height: 160px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .productDescription p:first-child {
        line-height: 12px;
        margin-bottom: 6px;
    }
    .columnGrid {
        width: 33.33%
    }
    .about .columnGrid a img {
        display: none;
    }
    .about .columnGrid {
        clear: both;
        padding: 0;
        width: 100%;
        margin-top: -1px;
    }
    .about .row {
        margin: 0;
        margin-top: 21px;
    }
    .collectionGrid .context,
    .context {
        width: 100%;
    }
    .about .collectionHeading {
        padding-top: 22px;
    }
    .backgroundImage p {
        font-size: 14px;
    }
    .collectionGrid div.link {
        margin-top: 29px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .collectionGrid .imageGrid .row {
        margin-bottom: 30px;
    }
    .dropDownWrap {
        display: block;
    }
    .showrooms {
        margin-top: 48px;
    }
    .showrooms .contentWrap {
        margin: 78px auto;
        padding: 25px 25px 31px;
        width: 100%;
    }
    .showrooms .link:first-child {
        width: 79%;
        margin-right: 25%;
    }
    .showrooms .link {
        padding: 18px 10px;
    }
    #collectionsSection {
        margin-top: 32px;
    }
    .collectionsDescription p.brandDescription {
        margin-top: 10px;
    }
    .collectionsFrame1 {
        margin-top: 31px;
    }
    .collectionsFrame2,
    .collectionsFrame3,
    .collectionsFrame4 {
        margin-top: 0;
    }
    .partitionLine,
    .recentCollectionsSection .partitionLine {
        margin-left: 5.3%;
        margin-right: 5.3%;
    }
    .dot {
        left: 5.3%;
    }
    .slick-dots li button:before {
        font-size: 20px;
    }
    .collectionsDescription div.collectionsDetails,
    .collectionsDescription div.collectionsLinks {
        clear: both;
        width: 100%;
    }
    .collectionsDescription a.lightboxGallery,
    .collectionsDescription a.downloadBrochure,
    .collectionsDescription a.allProducts {
        max-width: 100% !important;
        margin: auto;
        margin-top: 20px;
    }
    .collectionsFrame1,
    .collectionsFrame2,
    .collectionsFrame3 {
        height: auto;
    }
    .collectionsFrame2,
    .collectionsFrame3 {
        margin-top: 40px;
    }
    .collectionsFrames {
        padding-left: 20px;
    }
    .collectionsDescription {
        padding-right: 20px;
    }
    .brandImages {
        height: 273px;
    }
    .brandImages a.imageLink {
        height: 250px;
    }
    .brandImages div.collectionsTemplate {
        height: 273px;
    }
    div.LightboxPopup {
        height: calc(90vh);
    }
    span.lb-overlay {
        height: calc(100vh);
    }
    .LightboxPopup a.closePopup p {
        font-size: 10px;
    }
    .LightboxPopup a.closePopup img {
        width: 8px;
        height: 8px;
    }
    div.LightboxPopup div.popupMainSlider {
        width: calc(100vw);
    }
    .popupMainSlider .slick-prev,
    .popupMainSlider .slick-next {
        top: 55%;
        margin: 0;
    }
    .popupMainSlider .slick-prev {
        left: 6px;
        opacity: 1;
    }
    .popupMainSlider .slick-next {
        right: 6px;
        opacity: 1;
    }
    div.LightboxPopup div.popupMainSlider div.mainSlider img {
        object-fit: contain;
    }
    div.aboutScalamandre div.aboutScalamandreDescription {
        padding: 0 5.3%;
        margin-top: 28px;
    }
    .aboutScalamandre .aboutScalamandreDescription p.collectionHeading {
        font-size: 16px !important;
    }
    .aboutScalamandre .aboutScalamandreDescription .descriptionHeader {
        margin-top: 5px;
    }
    .aboutScalamandre .aboutScalamandreDescription p.context {
        margin-top: 15px;
    }
    .aboutScalamandre div.aboutScalamandreImage {
        height: 250px;
        background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/about_img_mobile.jpg");
    }
    div.scalamandreHistory div.row {
        margin: 0;
        margin-left: -10px;
        margin-right: -20px;
        padding-right: 10px;
    }
    div.scalamandreHistory div.columnGrid .columnGrid-inner {
        padding: 22px 10px 0;
    }
    .centerPadding {
        padding: 0 10px !important;
    }
    div.scalamandreHistory div.columnGrid p.context {
        width: 100%;
        padding-right: 0;
    }
    .scalamandreServices div.columnGrid {
        width: 100%;
    }
    .scalamandreServices div.columnGrid img {
        height: 150px;
        object-fit: cover;
    }
    div.scalamandreHistory div.columnGrid img {
        width: 100%;
    }
    .brand-template .brandImages {
        height: 240px;
        margin-top: 23px;
        margin-bottom: 25px;
    }
    .brand-template .brand-description a.link {
        width: 100%;
        margin: 0;
        bottom: 40px;
        padding: 18.5px 5px 17.5px;
    }
    #brands_Page .brand-template {
        padding-bottom: 90px;
    }
    .brands_image-grid .row .columnGrid .productDescription {
        display: none;
    }
    .recentCollections .rc-description a.link {
        margin-bottom: 0;
    }
    .recentCollections .rc-description a.link,
    .recentCollections .rc-description a.lightboxGallery,
    .recentCollections .rc-description a.downloadBrochure {
        width: 100%;
    }
    .recentCollections .rc-description a.lightboxGallery,
    .recentCollections .rc-description a.downloadBrochure {
        margin-top: 20px;
    }
    .recentCollections .rc-menu ul li:before {
        margin: 0;
        display: none;
    }
    .recentCollections .rc-menu {
        width: 41%;
        margin-left: 0;
        margin-top: 0;
    }
    .recentCollections .rc-menu .rc-menu-overlay {
        margin-left: 0;
    }
    .recentCollections {
        margin-right: -200px;
        margin-left: 5.3%;
    }
    .recentCollections .rc-image-wrap {
        width: 59%;
        margin-top: 17px;
        margin-bottom: 53px;
    }
    .recentCollectionsSection {
        padding-bottom: 53px;
    }
  
    .recentCollectionsSection .container {
        overflow: hidden;
        width: 100%;
    }
    .recentCollectionsSection p.rc-heading {
        margin-left: 5.3%;
    }
    .brand-template .descriptionHeader p.context {
        margin-top: 19px;
    }
    .brands_image-grid p.title {
        margin-top: 28px;
    }
    .recentCollections .closeButton {
        display: block;
    }
    .recentCollections .rc-menu .swipe-overlay {
        display: block;
    }
    .brands_image-grid a.link {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .brands_image-grid .row {
        margin: 10px -5.5px 0;
    }
    .brands_image-grid .columnGrid {
        padding: 10px 5.5px 0;
    }
    .recentCollections .rc-menu .scroll-overlay {
        display: none;
    }
    .recentCollections .rc-menu .swipe-overlay {
        display: block;
    }
    #general-enquiries .ge-content .service-wrap {
        width: 33%;
    }
    #general-enquiries .ge-content .service {
        width: 100%;
        margin-top: 0;
        text-align: right;
    }
    .ge-image {
        height: auto;
    }
    .ge-section .ge-form .ge-content-wrap {
        width: 89.1%;
        margin: 19px auto 0;
    }
    #customer-service .ge-section .ge-form .ge-content-wrap {
        margin-top: 23px;
        width: 100%;
    }
    #customer-service .ge-section .ge-form .ge-content {
        width: 84%;
        float: none;
        margin: auto;
        margin-bottom: 28px;
    }
    #general-enquiries .ge-section .ge-form .ge-content {
        margin-bottom: 13px;
    }
    .ge-section .ge-form .ge-content-wrap div.formWraper {
        width: 100% !important;
        padding: 40px 20px;
        background: rgba(240, 241, 241, 0.5);
    }
    #customer-service .ge-content .descriptionHeader .ge-service {
        margin-top: 35px;
    }
    .ge-content .descriptionHeader .ge-address-wrap .service {
        margin-top: 18px;
    }
    #customer-service .ge-section .ge-form .ge-content p,
    #customer-service .ge-section .ge-form .ge-content h2 {
        text-align: center;
    }
    #customer-service .ge-section .ge-form .ge-content p {
        font-size: 16px;
    }
    #customer-service .ge-content .ge-service-wrap {
        margin: auto;
        margin-top: 20px;
    }
    body.writeus-index-index div.page.messages,
    body.tradeaccount-index-index div.page.messages {
        width: 100%;
        left: initial !important;
        right: initial !important;
        height: 55%;
    }
    body.writeus-index-index div.page.messages .message.success .popupMessage,
    body.tradeaccount-index-index div.page.messages .message.success .popupMessage {
        width: 75%;
        float: none;
        margin: auto;
    }
    .faq-container {
        margin-top: 26px;
        width: 89.1%;
    }
    #termsPage .faqs p {
        padding-top: 16px;
    }
    #contact-faq p.collectionHeading,
    #termsPage p.collectionHeading {
        font-size: 16px;
    }
    #termsPage .faq-container {
        margin-top: 28px;
    }
    #contact-faq .faqs dl {
        width: 100%;
        margin-top: 14px;
    }
    #contact-faq .faqs dl dt {
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    #contact-faq .faqs dl dd {
        margin-top: 7px;
        margin-bottom: 19.5px;
    }
    .faqs dl dt,
    .faqs p {
        line-height: 21px;
    }
    #termsPage .descriptionHeader h2,
    #contact-faq .descriptionHeader h2 {
        font-size: 24px;
        line-height: 29px;
    }
    #termsPage .faqs dl dt {
        margin-bottom: 12px;
        line-height: 24px;
    }
    #contact-faq .faqs dl dt.dt-sign:after,
    #contact-faq .faqs dl dt:after {
        content: '';
    }
    #contact-faq .ge-content .descriptionHeader .service-wrap {
        position: absolute;
        top: 5px;
        right: 0;
    }
    #contact-faq .ge-content .descriptionHeader .service {
        margin-top: 0;
    }
    #contact-faq .ge-content {
        position: relative;
    }
    #contact-faq .ge-content .descriptionHeader,
    #termsPage .ge-content .descriptionHeader {
        margin-top: 3px;
    }
    #contact-faq .ge-content .descriptionHeader .faq-cite {
        margin-top: 17px;
    }
    #contact-faq .contact-faqs {
        padding-top: 12px;
        padding-bottom: 55.5px;
    }
    #contact-faq .contact-faqs .partitionLine {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #termsPage .descriptionHeader .faqs p {
        padding-top: 13px;
    }
    #contact-faq .faqs {
        padding-top: 21px;
    }
    #contact-faq .faqs p {
        font-size: 16px;
        line-height: 20px;
    }
    .uppercase {
        line-height: 19px !important;
    }
    .ge-content .descriptionHeader .faq-cite {
        margin-top: 13px !important;
    }
    #store-locator .map-box {
        display: none;
    }
    #store-locator .map_tools ul.s-nav li:nth-last-child(1) {
        padding: 0;
    }
    #store-locator .map_tools {
        width: 89.1%;
        padding-top: 16px;
    }
    .s-dropdown .closest-location:first-child .s-cl-address {
        margin-top: 22px;
    }
    .contact-detail {
        width: 100%;
        padding-bottom: 18px;
    }
    .s-dropdown .closest-location .contact-detail-wrap .contact-detail {
        padding: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(193, 193, 193, 0.3);
        width: 100%;
    }
    .showrooms-dropdown p.detail-address {
        padding-bottom: 13px;
    }
    .s-dropdown .closest-location .contact-detail-wrap {
        margin-top: 5px;
    }
    .s-dropdown .closest-location .contact-detail-wrap .directions {
        padding: 18px 0;
    }
    #store-locator .map_tools ul.s-nav li {
        padding: 0 10px;
    }
    .s-dropdown .closest-location span.cl-icon {
        margin-top: 0;
    }
    .international-dropdown .closest-location span.cl-icon {
        margin-top: 22px;
    }
    #general-enquiries div.ge-form .form .ks_row div.name,
    #general-enquiries div.ge-form .form .ks_row div.telephone {
        width: 100%;
        float: none;
    }
    #general-enquiries div.ge-form .form .ks_row div.telephone.hide-desktop {
        display: none;
    }
    #general-enquiries div.ge-form .form .ks_row div.telephone.hide-mobile {
        display: block;
    }
    #general-enquiries .ge-section {
        margin-bottom: 60px;
    }
    .footer_back_image {
        background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/email_mobile.png");
        height: 398px;
        width: 100%;
    }
    .border_around_list {
        margin-bottom: 39px;
        padding: 31.5px 0;
        margin-top: 46px;
        margin-left: -21px;
        margin-right: -21px
    }
    .border_around_list li a {
        margin: 0px;
    }
    .margin_footer_a li {
        margin: 1.5%;
        display: inline-block;
        padding: 0;
    }
    .border_around_list ul {
        text-align: center;
    }
    .service-wrapper {
        margin-top: 18px;
        display: block;
        margin-bottom: 22px;
    }
    .display {
        margin-bottom: 20px;
        display: block;
    }
    .contentCenter {
        margin: 15px auto;
        width: calc(100% - 42px);
    }
    .product-purchase {
        float: none;
        width: 100%;
    }
    .order-request-popup {
        margin-top: 30px;
        width: calc(100% - 40px);
        padding: 28px;
        overflow-y: scroll;
        height: 88%;
    }
    .user-area-to-write {
        float: none;
        width: 100%;
    }
    .product-add-form .product-options-bottom {
        position: relative;
        left: initial;
        top: initial;
    }
    .product-options-wrapper .field:nth-of-type(1)>.control {
        position: relative;
        left: initial;
        top: initial;
        width: 100% !important;
    }
    .field.admin__field-option label span {
        width: 61vw;
    }
    .product-purchase-details .product-add-form {
        float: none;
        width: 100%;
    }
    .product-options-wrapper .textarea:nth-of-type(3) textarea,
    .product-options-wrapper .textarea:nth-of-type(2) textarea {
        width: 100%;
    }
    .product-purchase {
        margin-top: 22px;
    }
    .product-purchase p {
        width: 50%;
        margin-bottom: 0;
    }
    .field.textarea {
        padding-top: 8px;
    }
    .field.textarea:nth-of-type(3) {
        padding-top: 0;
    }
    body._nav_open .product-options-bottom .box-tocart .actions button {
        margin-top: 0;
        width: 100% !important;
    }
    body._nav_open .product-options-bottom .box-tocart .fieldset {
        width: 100%;
    }
    body._nav_open .product-options-bottom .box-tocart {
        width: 100%;
    }
    form#form-validate .password label,
    form#form-validate {
        width: calc(100% - 40px);
        margin-bottom: 40px;
    }
    body.customer-account-createpassword .page-title-wrapper h1.page-title,
    body.customer-account-logoutsuccess .page-title-wrapper h1.page-title,
    body.cms-no-route .page-title-wrapper h1.page-title {
        margin-bottom: 25px;
    }
    body.cms-no-route .pdp-container {
        width: 100%;
    }
    body.cms-no-route .columns {
        width: calc(100% - 40px);
        margin: auto;
        display: block;
    }
    .checkout p .price {
        padding-left: 11px;
    }
    .Shipping-info .cols-2 .select-wrapper::after,
    .Shipping-info .cols-3 .select-wrapper::after {
        right: 7px;
    }
    .cart-product-desc>div:nth-last-of-type(1) {
        padding-bottom: 30px;
    }
    body.customer-account-index .overall_width a.nav-arrow {
        display: none;
    }
    .product-quantity input {
        padding: 0;
        margin-top: 0;
    }
    .product-quantity-and-price .product-quantity span {
        padding-top: 0;
    }
    .product-quantity-and-price .product-quantity {
        align-items: center;
    } */
    /* .cart-product-desc {
		padding-bottom: 259px;
	} */
    /* filter_menus_div .navdwncontent {
        padding: 0;
    }
    filter_menus_div .navdwnlinks {
        padding: 0px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color ul:nth-of-type(3) li {
        margin-right: 0 !important;
    } */
}

@media screen and (max-width: 371px) {
    .popup-login-form .container a span:last-child,
    .popup-guestlogin-form .container a span:last-child {
        display: inline-block;
        margin-top: 0px;
    }
}


/****magento *******/

@media only screen and (max-width: 639px) {
    .block-search {
        margin-top: 2px !important
    }
    .pages .pages-items {
        padding: 0 !important
    }
    .pages-item-next {
        right: initial;
    }
}
.product-info-custom-tierprice{
    text-decoration: line-through;
    width: 200px;
    color:#7f7c7c;
    vertical-align: middle;
}
.product-info-custom-tierprice-title, .product-limited-clearence-text,.product-info-custom-tierprice-title-text,.product-info-custom-tierprice-title-texts{
    font-size: 0.8rem;
    font-weight: 600;
    font-family: inherit;
}
.pilloworiginalprice .product-info-custom-tierprice-title,.pilloworiginalprice .product-info-custom-tierprice-title-text,.product-info-custom-tierprice-title-texts,.product-info-custom-tierprice-discount,.product-info-custom-tierprice-discounts{
    font-size: 10px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
}
.__customprice_block{
    vertical-align: top;
    display: inline-block;
}
@media screen and (min-width: 480px) {
    .__customprice_block{
        vertical-align: unset;
        /* display: inline-block; */
    }   
}

@media screen and (max-width: 344px) {
    .margin_footer_a li {
        margin: 1.5%;
    }
    .detailed-pdp-description p {
        margin-top: 0px;
    }
    .find-dealer>p:last-child {
        margin-top: 14px;
    }
    .border_around_list li a {
        margin: 0 2px;
    }
    .find-dealer .dealer p:nth-of-type(2) {
        /* margin-top: 14px;*/
        width: 151px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .pdp_description .social_media_icons a {
        display: inline !important;
    }
}


/**31 10 2018 **/

.dropdownMenu.menu-filter .navdwncontent.mf-design ul {
    padding-right: 0;
}

.dropdownMenu.menu-filter .navdwncontent.mf-design ul li {
    white-space: initial;
}

.ft-pagination a.activeF {
    font-size: 12px !important;
}

.ft-pagination a {
    color: #a0a0a0;
}

.order-request-popup .product-purchase {
    margin-top: 10px;
    float: left;
    width: 50%;
    padding: 20px 20px 0 0;
}

.order-request-popup .product-purchase span:first-child {
    color: #000000;
}

.order-request-popup .product-options-bottom .box-tocart .actions button.popupaddtocart {
    margin-top: 0;
    line-height: 10px;
}

.order-request-popup .product-options-bottom .box-tocart .actions button.popupaddtocart span {
    margin: 0;
    display: inline;
}

.order-request-popup .section-right {
    float: left;
    width: 50%;
    margin: 20px 0 0 0;
    padding: 20px !important;
    font-size: 14px;
}

.order-request-popup #inventory-data {
    margin: 0 0 20px;
    /* color: #a0a0a0; KITS */
    color: #212121;
}

.order-request-popup .__sectionHeadlineCol__ {
    width: 40%;
    /* 45% to 40% KITS*/
    display: inline-block;
    padding-left: 0px;
    /* 12px to 0px KITS */
}

.order-request-popup .__sectionHeadlineCol__._stockTextHeadline {
    text-align: right;
}

.order-request-popup .__sectionHeadlineCol__._dyeLotTextHeadline {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .order-request-popup .__sectionHeadlineCol__ {
        /* padding-left: 10px; KITS */
        position: relative;
    }
    .order-request-popup .__sectionHeadlineCol__._stockTextHeadline {
        right: -5%;
    }
    .order-request-popup .__sectionHeadlineCol__._dyeLotTextHeadline {
        left: 12%;
        text-align: left;
    }
}

@media screen and (min-width: 320px) and (max-width: 420px) {
    .order-request-popup .__sectionHeadlineCol__._stockTextHeadline {
        right: 0%;
    }
    .order-request-popup .__sectionHeadlineCol__._dyeLotTextHeadline {
        left: 14%;
    }
}

.order-request-popup .section-right .product-add-form {
    float: none;
    margin: 15px 0 0 0 !important;
    width: 100%;
    padding: 10px 5px !important;
    background-color: #f5f5f5;
    font-size: 14px;
}

.order-request-popup #custom-pagination {
    text-align: center;
}

.order-request-popup #custom-pagination ul {
    display: inline-block;
}

.order-request-popup #custom-pagination li {
    display: inline-block;
    border: none;
    padding: 5px;
}

.order-request-popup #custom-pagination li.disabled span {
    opacity: 0.5;
}

.order-request-popup .box-tocart .action.tocart span {
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.order-request-popup .product-purchase .field.textarea p {
    margin: 0 0 5px;
}

.order-request-popup table>thead>tr>th,
.order-request-popup table>tbody>tr>th,
.order-request-popup table>tfoot>tr>th,
.order-request-popup table>thead>tr>td,
.order-request-popup table>tbody>tr>td,
.order-request-popup table>tfoot>tr>td {
    padding: 5px 10px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .order-request-popup .product-purchase {
        float: none;
        width: 100%;
    }
    .menu-filter .mf_bottom {
        position: static;
        margin: 25px 0 0 0;
        width: 100%;
        padding: 0;
    }
    .order-request-popup .section-right {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
        padding: 20px !important;
    }
    .product-info-main .product-add-form {
        margin-top: 15px !important;
        padding-top: 0px !important;
    }
    .order-request-popup .product-purchase p {
        width: 100%;
    }
    .order-request-popup #product-options-wrapper {
        padding: 0;
    }
    #apiInvetoryData {
        margin: 25px 0 0 0;
    }
}

.unique_id {
    text-align: center;
    margin-top: 36px;
    
}
@media only screen and (max-width: 768px) {
    .unique_id {
        margin-top: 52px;
    }
}

.unique_id h1 {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.sku_left {
    float: left;
    width: 62% !important;
}

.product-info-main .stock span {
    font-size: 14px;
    line-height: 25px;
}

.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
    color: #cc0000;
    background-color: #f0f1f1 !important;
}

.pdp-logged-btn:hover button.action.tocart.disabled span,
.pdp-logged-btn:hover button.action.tocart[disabled] span {
    color: #141414;
}

.pdp-logged-btn:hover {
    box-shadow: none !important;
}

.pdp-container .product-info-main .stock.available {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    margin: 10px 0 20px 0;
    text-transform: lowercase;
    font-weight: 400;
    color: #353535;
    margin-top: 0;
    margin-bottom: 0px;
}

.pdp-container .product-info-main .stock.available #inventoryQty {
    font-weight: 600;
    color: #141414;
}

.pdp-container .product-info-main .product-info-price {
    /* display: inline-block !important; */
    vertical-align: middle;
    width: auto;
    margin: 10px 0 20px 0;
    color: #353535;
}
@media only screen and (min-width: 600px) {
    .pdp-container .product-info-main .product-info-price {
        display: inline-block !important;
    } 
}

.pdp-container .price-container.price-final_price span.withPrice {
    padding: 0 15px 0 0;
}

@media only screen and (max-width: 639px) {
    .pdp-container .product-info-price {
        width: auto;
    }
    .pdp-container .product-info-price>*:first-child {
        padding-left: 0;
    }
}

@media only screen and (max-width: 550px) {
    .block.block-search .field.search .control #search.reduce-width {
        width: 47%;
    }
    .block.block-search .field.search .control #search+span {
        width: calc(100% - 50%);
        font-size: 12px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 327px;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper ul li {
        margin-right: 14px !important;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper ul:nth-of-type(2) {
        order: 3;
        /*margin-top: 0;*/
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper ul:nth-of-type(3) {
        padding-left: 14px !important;
    }
    .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper ul:nth-of-type(3) li {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 400px) {
    .block.block-search .field.search .control #search {
        padding-right: 5px;
    }
    .block.block-search .field.search .control #search+span {
        width: 50%;
        font-size: 11px;
    }
    .search_field .block-search .control {
        padding-right: 0;
    }
}

@media only screen and (max-width: 374px) {
    .block.block-search .field.search .control #search+span {
        width: 52%;
    }
    .block.block-search .field.search .control #search.reduce-width {
        width: 43%;
    }
}

.about .row {
    font-size: 0;
}

.product.info.detailed {
    display: none;
}


/***** hide mailchimp popup *****/

.mc-banner,
.mc-modal,
.mc-modal-bg {
    display: none !important;
}


/************ SCROLL TOP *************/

#myScrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 9999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: gray;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 2.6em;
    height: 2.6em;
    box-shadow: unset;
}


/************ //SCROLL TOP *************/
.arrow_box {
	position: relative;
    background: #ffffff;
    border: 2px solid #adabac;
    width: 230px;
    right: -88px;
    padding: 10px;
    text-align: justify;
    margin-top: -7px;
}
.arrow_box{
    display: none;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
.arrow_box:before {
	border-color: rgba(173, 171, 172, 0);
	border-bottom-color: #adabac;
	border-width: 11px;
	margin-left: -11px;
}
.arrow_box.retailnontrade{
    right: -22px;
}
.arrow_box.netnontrade{
    right: 60px;     
}
.arrow_box.retailtrade{
    right: -128px;     
}
.arrow_box.nettrade{
    right: -95px;   
}
.whitemarkhover
{
    display: none;
    content: "";
    position: absolute;
    width: 15em;
    margin-top: -12px;
    word-wrap: break-word;
    border-style: solid;
    color: #000000;
    text-align: center;
    padding: 0.25em 1em;
    z-index: 1;
    letter-spacing: 1.5px;
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    border: 1px solid #000000;
  
}  
.percentage img    
{
    width: 17px;
    height: 17px;
    /* margin-top: 0px; */
    /* margin-left: 9px; */
    /* margin-bottom: -3px; */
}

.percentage:hover + .arrow_box{
    display: block;
}
span.percentage:hover + .whitemarkhover {
    display: block;
    position: absolute;
    /* width: 15em; */
    margin-top: -12px;
    word-wrap: break-word;
    /* left: 77%; */
    border-style: solid;
    color: #000000;
    text-align: center;
    padding: 0.25em 1em;
    z-index: 1;
    /* top: 280px;
    right: 155px; */
    letter-spacing: 1.5px;
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    border: 1px solid #000000;
}
span.percentage:hover + .whitemarkhover:after {
    position: absolute;
    width: 15em;
    margin-top: -12px;
    word-wrap: break-word;
    /* left: 77%; */
    border-style: solid;
    color: #000000;
    text-align: center;
    padding: 0.25em 1em;
    z-index: 1;
    /* top: 280px;
    right: 155px; */
    letter-spacing: 1.5px;
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    border: 1px solid #000000;
}
.__customprice_block .tooltip {
    position: relative;
    display: inline-block;
    margin: 5px 10px;
    vertical-align: middle;
    /* border-bottom: 1px dotted black; */
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #ffff;
    color: #070707;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    border: 1px solid #adabac;
    top: 100%;
    left: 100%;
    margin-left: -120px;
    margin-top: 6px;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
  @media only screen and (max-width: 600px) {
    .product-info-custom-tierprice{
    vertical-align: middle;
    font-size: 14px;
    }
    .percentage img    
    {
        vertical-align: middle;  
    }
    .tooltip .tooltiptext {
        width: 250px;
    }
 }
div.percentage:hover::after{
    content: "";
    margin-left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;  
}

/* =======================================
	Brand slider stylings for Mobile view
========================================== */

@media screen and (max-width: 767px) {
    .recentCollections {
        margin: 4%;
    }
    .recentCollections .rc-menu {
        width: 100%;
    }
    .recentCollections .rc-image-wrap {
        width: 100%;
    }
}


/* ===========================
	Search list Dropdown 
============================== */


/*====================================
  TOOLTIPS for Header Icons 
====================================*/

@media screen and (min-width: 768px) {
    .right.icons ._ks_scalaTooltip {
        position: relative;
        width: 100%;
        height: auto;
        bottom: 1.25em;
        left: 108%;
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale3d(0.7, 0.3, 1);
        transform: scale3d(0.7, 0.3, 1);
        -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, transform 0.2s;
    }
    ul.fixheight ._ks_scalaTooltipHolder ._ks_scalaTooltip {
        bottom: 0.5em;
    }
    .right.icons ._ks_scalaTooltipHolder._myAccountTooltip ._ks_scalaTooltip {
        left: 137%;
    }
    .right.icons li._ks_scalaTooltipHolder._quickSearchTooltip {
        position: relative;
    }
    .right.icons ._ks_scalaTooltipHolder._quickSearchTooltip ._ks_scalaTooltip {
        left: 150%;
    }
    li.position-relative._ks_scalaTooltipHolder._cartTooltip ._ks_scalaTooltip {
        bottom: -5em;
        left: 60%;
    }
    li.position-relative._ks_scalaTooltipHolder._favoritesTooltip ._ks_scalaTooltip {
        left: 112%;
    }
    ul.fixheight li.position-relative._ks_scalaTooltipHolder._cartTooltip ._ks_scalaTooltip {
        bottom: -4em;
    }
    .right.icons ._ks_scalaTooltip ._ks_scalaTooltiptext {
        /* visibility           : hidden; KITS */
        background-color: #b2010a;
        color: #fff;
        text-align: center;
        padding: 0.25em 1em;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        line-height: 1.6em;
        height: 2em;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        white-space: nowrap;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
    }
    #designvalue a:hover{
        text-decoration: underline;
        color: #2c2c2c !important;
    }
    ._ks_scalaTooltiptext.addtocart,
    ._ks_scalaTooltiptext.favorites,
    ._ks_scalaTooltiptext.ordersample{
        display: none;
    }
    ._ks_scalaTooltiptext.addtocart:hover,
    ._ks_scalaTooltiptext.favorites:hover,
    ._ks_scalaTooltiptext.ordersample:hover{
        display: none;
    }

    .right.icons ._ks_scalaTooltip ._ks_scalaTooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        color: #b2010a;
        border-color: transparent transparent #b2010a transparent;
    }
    body:not(.login_popup_open) .right.icons li._ks_scalaTooltipHolder:hover ._ks_scalaTooltip,.right.icons li._ks_scalaTooltipHolder .headercart:hover +._ks_scalaTooltip {
        /* visibility    : visible; KITS */
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    }
}

@media screen and (max-width: 767px) {
    ._ks_scalaTooltip,
    ._ks_scalaTooltiptext {
        display: none;
    }
}
@media  screen and (min-width: 1024px) {
    a.imageIcon.imageIcon1.aa-to-cart:hover + .addtocart {
        display: block;  
        background-color: #b2010a;
        color: #fff;
        text-align: center;
        padding: 0.3em;
        position: absolute;
        z-index: 1;
        top: 25px;
        right: -33px;
        line-height: 1.6em;
        height: 2em;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
        font-family: 'Lato', sans-serif;
        font-size: 10px;
        width: 100%;
    }
     a.imageIcon.imageIcon2.add-to-wishlist:hover + .favorites{
                display: block;  
                background-color: #b2010a;
                color: #fff;
                text-align: center;
                padding: 0.3em;
                position: absolute;
                z-index: 1;
                top: 25px;
                right: 41px;
                line-height: 1.6em;
                height: 2em;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                white-space: nowrap;
                font-family: 'Lato', sans-serif;
                font-size: 10px;
                width: 80%;
     }
    a.imageIcon.imageIcon3:hover + .ordersample {

        /* visibility           : hidden; KITS */
         display: block;  
        background-color: #b2010a;
        color: #fff;
        text-align: center;
        padding: 0.3em;
        position: absolute;
        z-index: 1;
        top: 25px;
        /* right: 10px; */
        line-height: 1.6em;
        height: 2em;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
        font-family: 'Lato', sans-serif;
        font-size: 10px;
        width: 100%;
    }
    span._ks_scalaTooltiptext.favorites.norequestmemo{
        right: 18px !important;
        width: 100% !important;
    }
    span._ks_scalaTooltiptext.addtocart.norequestmemo{
        right: -30px !important;
        width: 135% !important;
    }
    
    a.imageIcon.imageIcon2.add-to-wishlist:hover + .favorites:after,
    a.imageIcon.imageIcon1.aa-to-cart:hover + .addtocart:after,
    a.imageIcon.imageIcon3:hover + .ordersample:after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        color: #b2010a;
        border-color: transparent transparent #b2010a transparent;
    }
    
}
/* starting footer static pages */

/* .widget.block.block-static-block {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: yellow;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } */
  .__HnS_heAd__ {
    padding: 1em;
    margin-top: 1em;
  }
  
.__FaQ_ullist__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  @media screen and (min-width: 320px) and (max-width: 809px) {
    .__FaQ_ullist__ {
      display: block;
      width: auto;
    }
  }
.__FaQ_ulist__ {
    background: #b50707;
    margin: 0 0 1px 0;
    position: relative;
    -webkit-box-shadow: 0 0 0.3em #6c0404;
            box-shadow: 0 0 0.3em #6c0404;
    font-size: 0.98em;
  }
  .__FaQ_ulist__ a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 1em;
    text-align: center;
  }
  
  .__FaQ_ulist__ a:hover{
      text-decoration: none;
  }
  .__FaQ_ulist__.__active__ {
    font-weight: bold;
    background: #ce0000;
  }

  .__FaQ_h2__ {
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
  }
  
.__FaQ_ul2list__ {
    margin: 2em;
  }
  @media screen and (min-width: 320px) and (max-width: 769px) {
    .__FaQ_ul2list__ {
      margin: 1em;
    }
  }
  .__FaQ_ul2list__ p {
    margin: 0 0 10px;
}
.__FaQ_ul2list__ p b {
    font-weight: 700;
}

.__FaQ_ul2list__ p i {
     font-style: italic;
}

ul.margin_footer_a.list li a {
    text-decoration: none;
}
  /* ending footer static pages */
  
/** FAQ **/
.__FaQ_maincontent__ {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ce0000;
    background: rgba(206, 0, 0, 0.07);
    margin-bottom: 5em;
  }
  @media screen and (min-width: 1040px) and (max-width: 1600px) {
    .__FaQ_maincontent__ {
      width: 85%;
    }
  }
  @media screen and (min-width: 960px) and (max-width: 1039px) {
    .__FaQ_maincontent__ {
      width: 90%;
    }
  }
  @media screen and (min-width: 810px) and (max-width: 959px) {
    .__FaQ_maincontent__ {
      width: 95%;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 550px) {
    .__FaQ_maincontent__ {
      width: 90%;
    }
  }
  .__FaQ_h2__ {
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
  }
  .__FaQ_ul2list__ {
    margin: 2em;
  }
  @media screen and (min-width: 320px) and (max-width: 769px) {
    .__FaQ_ul2list__ {
      margin: 1em;
    }
  }
  .__Faq_ol__ {
    list-style: none;
    padding-left: 0em;
  }
  .__Faq_span__ {
    margin-left: 1.3em;
  }
  .__FaQ_q__ {
    font-size: 1.2em;
    font-weight: 500;
  }
  @media screen and (min-width: 320px) and (max-width: 479px) {
    .__FaQ_q__ {
      padding-left: 1.5em;
    }
  }
  .__FaQ_sli__ {
    margin-bottom: 1.5em;
  }
  @media screen and (min-width: 320px) and (max-width: 480px) {
    .__FaQ_sli__ {
      line-height: 2em;
    }
  }
  .__FaQ_qa__ {
    font-size: 1em;
    font-weight: 100;
  }
  @media screen and (min-width: 320px) and (max-width: 480px) {
    .__FaQ_qa__ {
      padding-left: 1.5em;
    }
  }
  .__FaQ_mail__ {
    border-bottom: dotted 1px;
    color: #CC0001;
    text-decoration: none;
  }
  .__FaQ_mail__:hover {
    border-bottom-color: transparent;
    color: #CC0001;
    text-decoration: none;
  }
  /** END FAQ **/
  
/** Yardage Fabric Calculator-Drapes **/
.__YFCD_title__ {
    font-size: 1.3em;
    font-weight: 500;
    text-decoration: underline;
  }
  .__YFCD_sub__ {
    display: block;
    padding-bottom: 1em;
  }
  .__YFCD_table__ {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 6em;
  }
  @media screen and (min-width: 1004px) and (max-width: 1366px) {
    .__YFCD_table__ {
      width: 60%;
    }
  }
  @media screen and (min-width: 770px) and (max-width: 1003px) {
    .__YFCD_table__ {
      width: 80%;
    }
  }
  @media screen and (min-width: 551px) and (max-width: 769px) {
    .__YFCD_table__ {
      width: 90%;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 550px) {
    .__YFCD_table__ {
      width: 100%;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 417px) {
    .__YFCD_table__ {
      font-size: 0.6em;
      line-height: 1.3em;
    }
  }
  .__YFCD_PTitle__ {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5em;
  }
  @media screen and (min-width: 320px) and (max-width: 417px) {
    .__YFCD_PTitle__ {
      font-size: 1em;
    }
  }
  .__YFCD_table__ th {
    width: 25%;
    text-align: center;
  }
  @media screen and (min-width: 320px) and (max-width: 417px) {
    .__YFCD_table__ th {
      width: 0%;
    }
  }
  .__YFCD_table__ td {
    text-align: center;
  }
  /** End Yardage Fabric Calculator-Drapes **/
/** Yardage Chart-Upholstery **/
.__YCU_img__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3em;
  }
  @media screen and (min-width: 320px) and (max-width: 809px) {
    .__YCU_img__ {
      display: block;
    }
  }
  @media screen and (min-width: 770px) and (max-width: 1003px) {
    .__YCU_img__ {
      margin-top: 2em;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 769px) {
    .__YCU_img__ {
      margin-top: 1em;
    }
  }
  .__YCU_ImG__ {
    margin: 0em;
    padding-right: 1em;
  }
  @media screen and (min-width: 320px) and (max-width: 783px) {
    .__YCU_ImG__ {
      margin-bottom: 3em;
      padding: 0em;
    }
  }
  @media screen and (min-width: 784px) and (max-width: 809px) {
    .__YCU_ImG__ {
      padding-bottom: 3em;
    }
  }
  /** End Yardage Chart-Upholstery **/
  /** Wallpaper Calculator **/
  .__WC_p2__ .__formAction__{
    /* width: 100%; */
    margin: 0 auto;
    background: #fff;
    color: #ce0000;
    border: medium solid;
    /* border-color: #ce0000; */
    font-size: 14px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .__WC_sub__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen and (min-width: 320px) and (max-width: 1003px) {
    .__WC_sub__ {
      display: block;
    }
  }
  .__WC_p1__ {
    width: 25%;
  }
  @media screen and (min-width: 1004px) and (max-width: 1279px) {
    .__WC_p1__ {
      width: 35%;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 1003px) {
    .__WC_p1__ {
      width: 100%;
      margin-bottom: 2em;
    }
  }
  .__WC_p2__ {
    width: 75%;
    padding: 0em 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen and (min-width: 641px) and (max-width: 1279px) {
    .__WC_p2__ {
      width: 100%;
    }
  }
  @media screen and (min-width: 641px) and (max-width: 1184px) {
    .__WC_p2__ {
      width: 95%;
      padding: 0em 1em;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 640px) {
    .__WC_p2__ {
      width: 100%;
      padding: 0em;
      display: block;
    }
  }
  .__wallpaper_calculator__.__test1__ {
    width: 47%;
  }
  @media screen and (min-width: 320px) and (max-width: 640px) {
    .__wallpaper_calculator__.__test1__ {
      width: 100%;
      margin-bottom: 2em;
      padding-bottom: 2em;
      border-bottom: 1px solid grey;
    }
  }
  @media screen and (min-width: 641px) and (max-width: 1184px) {
    .__wallpaper_calculator__.__test1__ {
      width: 45%;
    }
  }
  .__wallpaper_calculator__.__test2__ {
    width: 50%;
    padding-left: 3em;
    margin-left: 3em;
    border-left: 1px solid grey;
  }
  @media screen and (min-width: 320px) and (max-width: 640px) {
    .__wallpaper_calculator__.__test2__ {
      width: 100%;
      padding: 0em;
      margin: 0em;
      border-left: none;
    }
  }
  @media screen and (min-width: 641px) and (max-width: 1184px) {
    .__wallpaper_calculator__.__test2__ {
      padding-left: 2em;
      margin-left: 2em;
    }
  }
  .__wallpaper_calculator__ .fm_fields {
    margin-right: 1.5em;
  }
  .__WC_note__ {
    width: 100%;
    text-align: center;
    padding-left: 30%;
    margin-top: 3em;
  }
  @media screen and (min-width: 320px) and (max-width: 1279px) {
    .__WC_note__ {
      padding-left: 0em;
      margin-top: 2em;
    }
  }
  @media screen and (min-width: 1004px) and (max-width: 1279px) {
    .__WC_note__ {
      padding-left: 30%;
    }
  }
  .form-control.__WC_formD__ {
    margin-bottom: 1em;
    width: 60%;
  }
  .__formAction__.__WC_fromA__ {
    width: auto;
  }
  /** End Wallpaper Calculator **/
  /** Return and Exchange **/
  .__RE_ul__ {
    list-style: disc;
    margin-left: 3em;
    margin-bottom: 2em;
  }
  .__RE_ol__ {
    padding-left: 1em;
  }
  /** End Return and Exchange **/
/** Starting About Us **/

#txtMessage::-webkit-input-placeholder {
    color: #555;
  }
  #txtMessage:-ms-input-placeholder {
    color: #555;
  }
  #txtMessage::-ms-input-placeholder {
    color: #555;
  }
  #txtMessage::placeholder {
    color: #555;
  }
  .cms-about-us .__pageMain__ {
    margin-top: 0em;
  }
  .jumbotron.jumbotron-billboard.no-padding.__about_bottom__ {
    margin-bottom: 0em;
    width: 100%;
    max-width: 2000px;
    margin: auto;
  }
  .jumbotron.no-margin.__about_us_heading__ {
    height: 30em;
    padding-left: 21px;
  }
  @media screen and (min-width: 1154px) and (max-width: 1365px) {
    .jumbotron.no-margin.__about_us_heading__ {
      padding-left: 90px;
    }
  }
  @media screen and (min-width: 933px) and (max-width: 1153px) {
    .jumbotron.no-margin.__about_us_heading__ {
      padding-left: 80px;
    }
  }
  @media screen and (min-width: 840px) and (max-width: 932px) {
    .jumbotron.no-margin.__about_us_heading__ {
        padding-left: 200px;
    }
  }
  @media screen and (min-width: 800px) and (max-width: 839px) {
    .jumbotron.no-margin.__about_us_heading__ {
      padding-left: 200px;
    }
  }
  @media screen and (min-width: 724px) and (max-width: 799px) {
    .jumbotron.no-margin.__about_us_heading__ {
      padding-left: 180px;
    }
  }
  @media screen and (min-width: 670px) and (max-width: 723px) {
    .jumbotron.no-margin.__about_us_heading__ {
      padding-left: 147px;
    }
  }
  @media screen and (min-width: 570px) and (max-width: 669px) {
    .jumbotron.no-margin.__about_us_heading__ {
      padding-left: 95px;
    }
  }
  @media screen and (min-width: 480px) and (max-width: 569px) {
    .jumbotron.no-margin.__about_us_heading__ {
      padding-left: 29px;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 479px) {
    .jumbotron.no-margin.__about_us_heading__ {
      padding-left: 29px;
    }
  }
  h1.text-uppercase.pagetitle.__about_labeL__ {
    margin-bottom: 0.35em;
    border-top: 5px solid #ce0000;
    font-size: 3.13em;
    font-weight: bold;
    padding: 0.3em;
  }
  @media screen and (min-width: 1154px) and (max-width: 1365px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      font-size: 3.13em;
      width: 33%;
    }
  }
  @media screen and (min-width: 1154px) and (max-width: 1258px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      width: 36%;
    }
  }
  @media screen and (min-width: 443px) and (max-width: 1153px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      font-size: 3em;
    }
  }
  @media screen and (min-width: 384px) and (max-width: 442px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      font-size: 2.6em;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 383px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      font-size: 2.16em;
    }
  }
  @media screen and (min-width: 933px) and (max-width: 1153px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      width: 40%;
    }
  }
  @media screen and (min-width: 933px) and (max-width: 1004px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      width: 43%;
    }
  }
  @media screen and (min-width: 933px) and (max-width: 1004px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      width: 43%;
    }
  }
  @media screen and (min-width: 724px) and (max-width: 932px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      width: 55%;
    }
  }
  @media screen and (min-width: 670px) and (max-width: 723px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      width: 60%;
    }
  }
  @media screen and (min-width: 570px) and (max-width: 669px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      width: 70%;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 569px) {
    h1.text-uppercase.pagetitle.__about_labeL__ {
      width: 90%;
    }
  }
  p.page-brief.__about_Text1__ {
    margin-top: 3em;
    padding: 0em 4.5em;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 21px;
    text-align: justify;
    color: #555555;
    margin-bottom: 3em;
  }
  @media screen and (min-width: 1366px) and (max-width: 1440px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 6.5em;
    }
  }
  @media screen and (min-width: 1350px) and (max-width: 1365px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 8em;
    }
  }
  @media screen and (min-width: 1300px) and (max-width: 1349px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 7.5em;
    }
  }
  @media screen and (min-width: 1259px) and (max-width: 1299px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 7em;
    }
  }
  @media screen and (min-width: 1210px) and (max-width: 1258px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 7.5em;
    }
  }
  @media screen and (min-width: 1154px) and (max-width: 1209px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 7em;
    }
  }
  @media screen and (min-width: 1120px) and (max-width: 1153px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 8em;
    }
  }
  @media screen and (min-width: 1060px) and (max-width: 1119px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 7em;
    }
  }
  @media screen and (min-width: 1005px) and (max-width: 1059px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 6.5em;
    }
  }
  @media screen and (min-width: 985px) and (max-width: 1004px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 7em;
    }
  }
  @media screen and (min-width: 933px) and (max-width: 984px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 6.5em;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 932px) {
    p.page-brief.__about_Text1__ {
      padding: 0em 4em;
    }
  }
  span.borderbtm.__about_bbtm1__ {
    padding-bottom: 0.5em;
  }
  .content-block-nopad.content-3-1.contact-info.__about_footeR__ {
    display: grid;
    background-position: center;
    margin: auto;
    max-width: 2000px;
  }
  @media (max-width: 767px) {
    .content-block-nopad.content-3-1.contact-info.__about_footeR__ {
      max-height: none;
    }
  }
  .aboutus.__AbOut_Footer__ {
      width: 80%;
      height: 100%;
      padding: 4.7em 0.1em;
      margin: auto;
      padding: 40px 0px;
  }
  @media (max-width: 990px) {
    .about-form .aboutname {
        padding-right: 0px !important;
    }
    .about-form .aboutphone {
        padding-left: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .aboutus.__AbOut_Footer__ {
      padding: 1em;
    }
    .about-form .aboutname {
        padding-right: 0px !important;
    }
    .about-form .aboutphone {
        padding-left: 0px !important;
    }
  }
  h1.__about_fOOter__ {
    margin-bottom: 0em;
    font-size: 2.5em;
  }
  .__about_para__ {
    font-size: 0.9em;
    font-weight: 100;
  }
  .__about_para__ a {
    color: #fff;
  }
  .col-md-6.col-lg-6.col-sm-12.paddingTopBtm.__about_FP1__ {
    width: 40%;
    padding-left: 35px;
    font-size: 0.9em;
  }
  @media (max-width: 767px) {
    .col-md-6.col-lg-6.col-sm-12.paddingTopBtm.__about_FP1__ {
      width: 100%;
      text-align: center;
    }
  }
  .col-md-6.col-lg-6.paddingTopBtm.__about_FP2__ {
      padding-left: 6em;
      width: 60%;
  }
  @media (max-width: 767px) {
    .col-md-6.col-lg-6.paddingTopBtm.__about_FP2__ {
      width: 100%;
      padding: 0 2em 2em;
    }
  }
  div.__about_FC1__ {
    font-size: 0.9em;
    color: white;
    line-height: 3em;
  }
  div.__about_FC1__:after {
    content: ":";
  }
  @media (max-width: 767px) {
    div.__about_FC1__ {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
    div.__about_FC1__:after {
      content: "";
    }
  }
  div.__about_FC2__ a {
    font-size: 2em;
    color: white;
    font-style: italic;
    font-family: serif;
  }
  @media (max-width: 767px) {
    div.__about_FC2__ a {
      font-size: 1.25em;
      color: #ce0000;
      font-weight: bold;
    }
  }
  @media (max-width: 767px) {
    div.__about_FC1__,
    div.__about_FC2__ {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-width: 49.4%;
      max-width: 49.4%;
      font-weight: bold;
    }
  }
  input.form-control.__about_bOx1__,
  textarea.form-control.__about_bOx1__ {
      background: 0 0;
      border: .1em solid #fff;
      color: #fff;
      font-size: .99em;
      font-family: sans-serif;
  }
  a.btn.btn-primary.text-uppercase.btn-block.__about_S__ {
    text-decoration: none;
    border: 2px solid #ce0000;
    font-size: 0.9em;
    color: #ce0000;
    border-radius: 0;
    font-weight: 700;
    line-height: 1.4;
     padding: 8px 20px;
     display: block;
     width: 100%;
     text-align: center;
     text-transform: uppercase;
  }
  .col-md-5.paddingTopBtm.col-md-pull-7.__about_sidetExt1__ {
    width: 41%;
    right: 47%;
  }
  .__ContainerBlock__.__about_contenT__ {
    margin-top: 3em;
  }
  #rwdSlider-1 .slide-image {
    width: 100%;
    height: 500px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  @media only screen and (max-width: 1024px){
    .cws-arw a {
        display: none;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 480px){

    #rwdSlider-1 .slide-image {
        height: auto;
    }
    .jumbotron-billboard .jumbotron {
        height: 14em !important;
    }
}
    @media only screen and (min-width: 768px) and (max-width: 1023px){
        #rwdSlider-1 .jumbotron-billboard .slide-image {
        width: 100%;
        height: auto !important;
    }
}
  .jumbotron {
    font-size-adjust: 1em;
    position: relative;
    z-index: 2;
    background-color: transparent;
    top: 30px;
  }
  .jumbotron .container {
    position: relative;
    z-index: 2;
  }
  
  .jumbotron-billboard .slide-image {
    margin-bottom: 0px;
    opacity: 2;
    color: #fff;
    /* background: #000000 center center; */
    background: transparent center center;
    width: 100%;
    /* height: 100%; */
    /* height: 95%; */
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-position-x: 50%;
    background-position-y: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .jumbotron h1 {
    font-size: 2.8em;
    font-weight: bold;
  }
  .jumbotron h1.pagetitle {
    font-size: 3.750em;
    position: absolute;
    bottom: 0px;
    letter-spacing: 0px;
    background-color: #fff;
    padding: 5px 0.8em;
    border-top: 3px solid #ce0000;
    line-height: auto;
    -webkit-box-shadow: -1px -12px 5px 9px rgba(0, 0, 0, 0.05), 0px 0px 0px 0 rgba(0, 0, 0, 0.15);
            box-shadow: -1px -12px 5px 9px rgba(0, 0, 0, 0.05), 0px 0px 0px 0 rgba(0, 0, 0, 0.15);
    font-weight: 700;
    padding: 0.5em;
  }
  .jumbotron-billboard .jumbotron {
    height: 38em;
  }
  .page-brief {
    margin-top: 5em;
    padding: 0 2em;
    font-size: 14px;
  }
  .overlay-aqua {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .paddingTopBtm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-info h1,
  .contact-info p {
    color: #fff;
  }
  
  .content-block-nopad {
      width: 100%;
      z-index: 100;
      position: relative;
      background-color: #fff;
  }
  @media only screen and (min-width: 992px) {
    .content-3-1 {
      min-height: 400px;
    }
  }
  
  .form-group {
      margin-bottom: 15px;
  }
  @media (min-width: 992px){
  .__about_FP2__ .col-md-6 {
      width: 50%;
      float: left;
  }
  }
  .__AboutRequiredInfo__{
      color: #fff;
      text-align: right;
      font-size: 12px;
      font-weight: 500;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .alert-danger {
      color: #a94442;
      background-color: #f2dede;
  }
  .alert {
      padding: 15px;
      margin-bottom: 20px;
      border: 1px solid transparent;
      border-radius: 4px;
  }
  /* .btn-block {
      display: block;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
  } */
  a.btn.btn-primary.text-uppercase.btn-block.__about_S__:hover,a.btn.btn-primary.text-uppercase.btn-block.__about_S__:active, a.btn.btn-primary.text-uppercase.btn-block.__about_S__:focus{
  background-color: #ce0000;
      border-color: #ce0000;
      color: #fff;
  }
  .cms-about-us .block-static-block a {
      color: #fff;
  }
  @media (max-width: 1440px)
 {
      .aboutus {
      /* width: 100%!important;
      max-width: 1400px!important; */
  }
}
  
  .about-form .aboutname{
    padding-right: 20px;
  }
  .about-form .aboutphone{
    padding-left: 20px;
  }
  @media (min-width: 992px)
 {
      .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
      float: left; 
  }
}
  @media (min-width: 992px){
  .col-md-6 {
   width: 50%; 
  }
}

/** Ending  about us page **/

/** new items and weekliy deals **/

.new-index-index .__Deals__ .products-grid, .weekly-index-index .__Deals__ .products-grid {
    max-width: 87em;
}

.catalog-category-view .products, .catalogsearch-result-index .products, .new-index-index .products, .weekly-index-index .products {
    margin: 0;
}
.products-grid {
    width: 100%;
}
.products {
    margin: 30px 0;
}
.__ProductCard__.item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* min-width: 16em; */
    max-width: 16em;
    margin: .25em .6em 3em;
    vertical-align: top;
}
.item {
    display: block;
    height: auto;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    margin-bottom: 15px;
}
.__ProductCard__.item .product {
    overflow: hidden;
    width: 100%;
}
.product {
    display: block;
    height: auto;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    text-align: center;
}
.image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.__ProductCard__.item .product .price {
    font-family: 'Cormorant Infant';
    font-size: 1.25em;
    font-weight: 600;
}
/* .price {
    font-family: 'Cormorant Garamond',serif;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
} */

.new-index-index .__Deals__, .weekly-index-index .__Deals__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.__ProductCard__.item .product .new_description h4 {
    font-family: 'Cormorant Infant';
}
.about-products p.color.lamptext {
    font-weight: bold;
    color: #141414 !important;
}
.item h4 {
    margin: 0;
    min-height: 25px;
    max-height: 80px;
    overflow: hidden;
    display: block;
    line-height: 18px;
    margin: 15px 0 0;
    padding: 0;
}
.new_description a{
    text-decoration: none;
}
.__ProductCard__.item .product .new_description p {
    font-family: Poppins;
    margin: 0;
    font-size: .82em;
    font-weight: 500;
}

.new_description p {
    font-size: 12px;
    min-height: 20px;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
}
.__ProductCard__.item .product .price {
    font-family: 'Cormorant Infant';
    font-size: 1.25em;
    font-weight: 600;
        font-style: italic;
}
.__ProductCard__.item .product .price .special {
    color: #000;
}
.__ProductCard__.item .product .price .special .perslash {
    font-size: .8em;
    font-weight: 700;
}
.__ProductCard__.item .product .price sub {
    font-size: 70%;
}
/** ending deals page **/

/** home page sttf **/

.featuredPostContainer .__featuredPostTitle__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1em;
}
.style2 .section-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 0;
    padding: 0;
    position: relative;
    border: none;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 30px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    padding-bottom: 0px;
    border-bottom: none;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.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-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 32%;
    width: 100%;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}


.home_container {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    width: 87%;
}

.content-block-nopad {
    width: 100%;
    z-index: 100;
    position: relative;
    background-color: #fff;
}

.content-3-2 .sttf_home {
   /** position: absolute; **/
    width: 100%;
    height: 100%;
    top: 0;
}

@media (max-width: 1440px){
.home_container {
    width: 100%!important;
    max-width: 1400px!important;
}
}
@media (min-width: 1200px)
{
    .home_container {
    width: 1170px;
}
}
@media (min-width: 992px)
{
.home_container {
    width: 970px;
}
}
@media (min-width: 768px){
.home_container {
    width: 750px;
}
}
.home_container {
    padding-right: 90px;
    padding-left: 90px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom:  65px;
}
.text-center {
    text-align: center;
}
.__who_we_are__ .content-3-2 .home_container h1 {
    margin-top: .7em;
    margin-bottom: .4em;
}
.content-3-2 h1 {
    display: inline-block;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-size: 4em;
}
.content-3-2 h1 {
    margin-top: 100px;
    font-size: 3em;
    color: #fff;
    font-weight: 400;
}

.__who_we_are__ .content-3-2 .home_container p {
    margin: .6em auto;
    padding: 0 0em;
}
.content-3-2 p {
    padding-left: 20%;
    padding-right: 20%;
    color: #fff;
    margin: 0 auto;
}
/** ending sttf home page **/
/** sttf homepage banner **/
#rwdSlider-1 .__homebanner__ .jumbotron-billboard .jumbotron {
    top: 1.8em;
    height: 43em;
}
.jumbotron .__shopall__.__formAction__:hover {
    background: #ce0000;
}

a.btn.__formAction__:hover {
    color: #fff;
    background: #ce0000;
}

a.btn.__formAction__:visited {
    background: #fff;
    color: #ce0000;
}

a.btn.__formAction__:link {
    background: #fff;
   
    border: medium solid;
    border-color: #ce0000;
}

.margintop10px.__shopall__:hover {
    color: #fff;
}

.jumbotron .__shopall__.__formAction__ {
    background: 0 0;
}
.margintop10px.__shopall__ {
    width: auto;
    color: #ce0000;
    margin-top: 1.8em;
    padding: 8px 20px;
}
.__formAction__:focus, .__formAction__:hover, .__formAction__:visited {
    /* background: #ce0000; */
    /* color: #fff; */
    border: medium solid;
    border-color: #ce0000;
    -webkit-box-shadow: none;
    /* box-shadow: none; */
}

.btn, .btn:hover {
    color: #ce0000;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.cwsSlider a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.alink:visited, a:visited {
    color: inherit;
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2c2c2c;
}
a.btn.__formAction__ {
    border-radius: 3px;
}
.cwsSlider a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.__formAction__:focus, .__formAction__:hover, .__formAction__:visited {
    background: #ce0000;
    color: #fff;
    border: medium solid;
    border-color: #ce0000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/** ending home page banner **/
.__magebee_banner__ {
    width: 100%;
    margin-top: 15px;
    /* background-color: #f6f6f4; */
    }
    .__magebee_bannerWrap__{
        flex-basis: 100%;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: calc((100% - 1070px)/2);
        margin-right: calc((100% - 1070px)/2);
    }
#bnrSlider-1 .jumbotron {
    top : 0px !important;
}
#bnrSlider-1 .cws-arw a:before {
    color: #fbfbf9 !important;
}
#bnrSlider-1 .cws-viewport{
    height: 500px !important;
}

.sk__category__ {
    margin: auto;
}
.sk__category__item_image{
width: 120px;
height: 120px;
/* background-image: url('http://scalamandresttf.local/pub/media/brands/Jade-close-up-shot.jpg'); */
background-size: cover;
display: block;
border-radius: 50%;
}
.sk__category__item_text{
    text-align: center;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 5px;
    font-family: 'Crimson Text';
}

.__sk_category_cmspage__{
    margin-left: calc((100% - 1070px)/2);
    margin-right: calc((100% - 1070px)/2);
}
.__sk_category_cmspage__heading{
    /* font-size: 2em; */
    font-size: 82px;
    text-align: center;
    font-family: Bon Vivant;
    margin: 30px 0px;
    color: #2b0101;

}
.sk__category_img{
    margin: 17px;
}
.sk__category__item_link{
    text-decoration: none;

}
.clear{
    clear: both;
}
.divider{
    height: 45px!important;
    clear: both;
}
.__sk_cmsblock__designers_pick{

    width: 100%;
    margin-top: 15px;
    padding: 40px;
    background-color:#f6f6f4;
    display: block;
}
.sk_designers_block{
    margin-left: calc((100% - 1070px)/2);
    margin-right: calc((100% - 1070px)/2);
    background-color: #ffffff;
    padding: 20px;
    display: flex;
}


.sk_designers_block__{
    margin-left: calc((100% - 1070px)/2);
    margin-right: calc((100% - 1070px)/2);
    width: 70%;
    position: relative;
}
.__sk_designers_content{
width:35%;
padding-left: 20px;
margin-top: 60px;
}
.mf_designer{
    color: #fff !important;
    text-transform: uppercase;
    width: 50%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 0.9em;
    padding: 11px 0;
    background-color: #cc0000;
    top: 0;
    left: 0;
}
._sk_designers_wrapper{
    margin-top: 21px;
}

.sk_designers_checkout{
    font-weight: 500;
    font-size: 0.9em;
}
.sk_designerspicks{
    font-weight: 600;
    font-family: 'Crimson Text';
    font-style: italic;
    font-size: 2.3rem !important;
    letter-spacing: 1px;
    margin: 10px 0px;
}
.sk_designers_text{
    font-family: 'Crimson Text';
    font-weight: 600;
    font-size: 0.9em;
}
.designers_img_link{
    float: left;
    float: left;
    width: 165px;
    text-align: center;
    padding: 10px;
}
.sk_designers__list_img{
width: 700px;
height: 235px;
overflow: hidden;
}
.scala_miss__our{
    width: 100%;
    /* background-color: #464b4f; */
}
.scala_miss__our_flex{
    margin-left: calc((100% - 1070px)/2);
    margin-right: calc((100% - 1070px)/2);
}

.scala_miss__item_image{
    /* width: 300px;
    height: 300px; */
    background-size: cover;
    display: block;

}
.scala_miss__our_content{
    display: flex;
    /* width: 800px; */
    margin: auto;
    text-align: center;
}
.scala_miss__our_text{
    color:#fff;
    font-family: 'Crimson Text';
    font-style: italic;
    padding: 20px 0px;
    font-size: 2.2rem;
}
.scala_miss__our_text a{
    color : #ffffff;
}
.scala_miss__our_text a:hover{

    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: fit-content;
    color: #ffffff;

}
._sk_category_dontmiss{
    font-size: 62px;
    text-align: center;
    font-family: Bon Vivant;
    /* margin: 30px 0px; */
    padding: 20px 0px;
    color: #ffffff;
}
.scala_miss__our_item__{
    margin: 0px 15px;
    padding: 0px 15px;
}
.scala_graphic_item__{
    margin: 0px 15px;
    padding: 0px 15px;
}
.scala_zebra__block{
    text-align: center;
}
._sk_category_alwayshead{
    font-size: 62px;
    text-align: center;
    font-family: Bon Vivant;
    padding: 20px 0px;
    color: #cc0000;
}
.zebra_wrapper_image{
    margin-left: calc((100% - 1070px)/2);
    margin-right: calc((100% - 1070px)/2);
    margin :30px 0px;
}
.scala_find_zebra{
color: #fff !important;
text-transform: uppercase;
width: 25%;
display: inline-block;
text-align: center;
line-height: 30px;
padding: 11px 0;
background-color: #cc0000;
top: 0;
left: 0;
margin: 30px 0px;
}
.scala_spot_light{

    width:100%;
    /* background-color: #f6f6f4; */
    /* height: 450px; */
}

._sk_category_spotlight{
    color:#b8b163;
    font-size: 3.5rem;
    font-family: Bon Vivant;
}
._sk_category_content{
    text-align: center;
}
.scala_sk_content_block{
    margin-left: calc((100% - 1070px)/2);
    margin-right: calc((100% - 1070px)/2);
    padding: 20px 0px;
}
.__ks_bannerWrapper__scala{
    margin-left: calc((100% - 1057px)/2);
    margin-right: calc((100% - 1053px)/2);
    display: flex;
    padding-bottom: 30px;
}
.__ks_bannerWrapper__content{
    background-color: #ffffff;
    height: auto;
    width: 100%;
    overflow: hidden;
}
._sk_category_spotlight_img img{
    height: 570px; 
    max-width: 100%;
    max-height: 100%;
}
._sk_category_spotlight_img{
    height: 100%;
    width: auto;
}

.scala_red_graphic{
    /* background-color: #567578; */
    width: 100%;

}
.scala_red_graphic__wrapper{
    margin-left: calc((100% - 1070px)/2);
    margin-right: calc((100% - 1070px)/2);
}
._sk_category_wrapper span{
    font-family: 'Lato', sans-serif;
    /* font-weight: 200; */
    font-size: 2.7rem;
}
.scala_graphic__item_image{
    /* width: 300px; */
    /* height: 250px; */
    background-size: cover;
    display: block;
}
._sk_category_wrapper{
    font-size: 62px;
    text-align: center;
    font-family: Bon Vivant;
    /* margin: 30px 0px; */
    padding: 30px 0px;
    color: #ffffff;
}
.__sk__fullimage{
    width: 30%;
    float: left;
    /* height: 500px; */
}
.__sk__fullimage_img{
    width: 100%;
    height: 100%;
}
.__sk__image_grid{
    width: 500px;
    display: flex;
}
.__sk__imageColumn {
    float: left;
    width: 25%;
    padding: 10px;
 }
 .__sk__image_gridwrapper{
     width: 35%;
 }
 .__sk__imageColumn_content{
    width: 35%;
    padding: 20px;
    margin-top: 10px;
    font-size: 1.1em;
    font-weight: 600;
 }
 .__sk__imageColumn_content img{
     margin-top: 40px;
 }

 ._sk_category_shoplook {
    color: #000000;
    font-size: 62px;
    font-family: Bon Vivant;
 }
 ._sk_image_grid_text{
     margin-bottom: 20px;
 }
 .__sk__credit_icon{
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 25px;
    color: #1f1e1e;
    /* font-family: sans-serif; */
 }
 .__sk__credit_text{
     font-size: 15px;
 }
 ._pl_actions a{
    width: 100%;
    overflow: hidden;
    /* position: absolute; */
    color: transparent;
    margin-top: -16px;
    background-color: #ffffff;
    }
    
    ._pl_actions{
        display: flex;
    }
    .pl_details__scala{
        display: none;
    }
    .scala__arrows{
        text-align: center;
        margin: 30px;
    }
    .scala__arrows a {
        text-decoration: none;
        font-weight: 400;
        line-height: 1;
        font-size: 42px;
     }
      
     ._sk_category_bannerwrapper__ .arrows a:hover {
        color: #fff;
     }
      
     ._sk_category_bannerwrapper__ .arrows a.next {
        left: initial;
        right: 15px;
     }

     .scala__arrows p{
        font-size: 1.6em;
        color: #000;
     }
    .__sk__imageColumn a:hover img{
        opacity: 0.3;
    } 
    .__sk__imageColumn a:hover .pl_details__scala{
        display: block !important;

    } 
    .imageicon__{
        background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/memo-icon-black.svg);
        background-size: 1.1em;
        background-repeat: no-repeat;    
    }
    .cartimageicon{
        background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_black.svg);
        background-size: 1.1em;
        background-repeat: no-repeat; 
    }
    .favimageicon{
        background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red_fill.svg);
        background-size: 1.1em;
        background-repeat: no-repeat; 
    }
    .__sk_wallpaper_fullimage{
        width: 725px;
        height: 600px;
        overflow: hidden;
        background-position: center;
    }
    ._sk_wallpaper_bannerwrapper__{
        display: flex;
    }

    .__sk__imagegrid{
        width: 325px;
        display: block;
        height: 197px;
        /* padding: 0px 10px 10px 10px; */
        /* padding-left: 10px; */
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
    }
    ._sk_wallpaper_content
    {
        text-align: center;
        margin-bottom: 30px;
    }
    .__sk__imagegrid_raffle{
        background-color: #ddd5c4;
        width: 325px;
        display: block;
        height: 197px;
        padding: 20px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
    }
    .__sk__imagegrid_raffle h1{
        font-size: 1.6rem !important;
        font-weight: 400 !important;
        letter-spacing: 0.2em;
        padding-bottom: 10px;
        margin-bottom: 0px !important;
    }
    .__sk__imagegrid_raffle p{
        line-height: 1.3rem;
        font-size: 0.9rem;
        padding-bottom: 10px;
    }
    .__sk__imagegrid_raffle h4{
        font-weight: 600 !important;
    }
    .__sk__imagegrid_raffle h4 span{
        text-decoration-line: underline;
        text-underline-offset: 6px;
    }
    ._sk_wallpaper_slogon{
        text-align: center;
        margin: 20px;
    }
    ._sk_category_logo_name{
        font-size: 1rem;
        color: darkgrey;
        letter-spacing: 0.1rem;

    }
.scala_sk_trending_block{
    width: 100%;
    /* background-color: hsl(195deg 97% 13%); */
    /* background-color: #012f3f; added in cms page inline styles */
    height: 500px;
    display: flex;
}
.scala_trending_content__wrapper{
    margin-left: calc((100% - 1070px)/2);
    margin-right: calc((100% - 1070px)/2);  
    display: flex; 
}
.scala_trending_content__block{
    margin-top: 50px;
    color: #2b0101;
    width: 368px;
}
.scala_trending_content__block2{
    margin-top: 50px;
    color: #2b0101;
    width: 368px;
}
._sk_trending_head{
    color: #ffffff;
    font-size: 62px;
    font-family: Bon Vivant;
}
.scala_trending_content__block h2{
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    color: #ffffff;
    line-height: 1.7rem;
}
.scala_trending_content__block p{
    text-align: justify;
    margin-top: 20px;
    line-height: 1.2rem;
    color: #ffffff;
    font-size: 0.9rem;
}
.scala_trending_content__block2 h2{
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    color: #ffffff;
    line-height: 1.7rem;
}
.scala_trending_content__block2 p{
    text-align: justify;
    margin-top: 20px;
    line-height: 1.2rem;
    color: #ffffff;
    font-size: 0.9rem;
}
.scala_designer{
    color: #0c0c0c !important;
    text-transform: uppercase;
    width: 45%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 1rem;
    padding: 11px 0;
    margin-top: 40px;
    background-color: #f3eded;
    top: 0;
    left: 0;
}
.scala_trending_content__image{
    width: 700px;
    margin: 30px;
}
.scala_trending_content__image img{
    width: 100%;
    height: 100%;
}
.scala_social_block{
    margin-left: calc((100% - 1070px)/2);
    margin-right:calc((100% - 1070px)/2);
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.scala_social_block ul{
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
}
._sk_category_dontmiss li {
    width: 150px;
    height: 150px;
    margin: 10px;
    overflow: hidden;
    /* background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/150x150.png); */
}
._scala_social_block_name{
    font-size: 1.1rem;
    word-spacing: 0.2em;
    color: #2b0101;
    font-weight: 600;
    text-transform: uppercase;
}
._scala_social_block_name strong{
    color:#b50707
}
._scala_social_bottom_name {
    font-size: 1.2rem;
    word-spacing: 0.2em;
    color: #2b0101;
}
.scala_footer_brands_wrapper{
    /* margin-left: calc((100% - 1070px)/2);
    margin-right:calc((100% - 1070px)/2); */
    background-color: #f6f6f4;
    width: 100%;
    /* background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/RED-loog-home.png); */
    
    margin-top: 30px;
}
.scala_footer_brands{
    margin-left: calc((100% - 1070px)/2);
    margin-right:calc((100% - 1070px)/2); 
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/RED-loog-home.png);
    background-color: #f6f6f4;
    background-size: 92%;

}
.scala_footer_brands_content{
    width: 700px;
    text-align: center;
    margin:auto;
    padding: 25px;
}
.scala_footer_brands_content h1{
    font-size: 2.4rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.2rem;
    margin: 10px;
}
.scala_footer_brands_content p{
    font-size: 1rem;
    font-weight: 600;
    word-spacing: 0.2rem;
    line-height: 1.2rem;
    /* text-align: justify; */
}
.scala_footer_brands_content h2{
    margin: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: italic;
    font-family: 'Crimson Text';
}
.scala_logo{
    display: flex;
}
/* .scala_logo2
{
    width: 400px;
    margin: 20px 20px 0px 20px;
} */
.scala_logo3{
    margin-top: 10px;
}
.scala_logo__{
    width: 500px;
    margin: auto;
    padding-top: 10px;
    display: flex;
}
.scala_logo__content{
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Crimson Text';
    font-weight: 600;

}
.scala_logo__content strong{
    text-decoration: underline;
}
.scala_shopping{
    color: #fff !important;
text-transform: uppercase;
width: 20%;
display: inline-block;
text-align: center;
line-height: 30px;
padding: 11px 0;
background-color: #cc0000;
top: 0;
left: 0;
margin: 20px 0px;
border: 1px solid red;
}
.scala_footer_contentwrapper{
    margin-left: calc((100% - 1070px)/2);
    margin-right:calc((100% - 1070px)/2); 
    text-align: center;
}
hr.new4 {
    border-bottom: 1px  #000; /* whichever color you prefer */
  }
  .scala_footer_trade{
    font-size: 1.2rem;
    margin: 20px auto;
    color: #000;
    width: 450px;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
      
  }
  .scala_logo_slide__{
      display: flex;
  }
  .scala_logo_brand__slider1{
      width: 40%;
      margin: auto;
  }
  .scala_logo_brand__slider2{
    width: 40%;
    margin: auto;
}
.scala_logo_slide__images{
width: 95%;
}
.scala_logo_brand__images{
width: 95%;
}
.scala_sk_trending_block2{
    width: 100%;
    /* background-color: hsl(195deg 97% 13%); */
    background-color: #6e430e;
    height: 500px;
    display: flex;
}
.scala_trending_content__image2{
    width: 600px;
    padding: 30px 30px 30px 0px;
}
.scala_trending_content__image2 img{
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.__sk__image_gridwrapper_ul{
    display: flex;
    flex-wrap: wrap;
}
.__sk__image_gridwrapper_li{
width: 25%;
padding: 10px;
list-style: none;
position: relative;
flex: 0 0 33.333333%
}
.pl_details_actions .imageIcon3{
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/memo-icon-black.svg);
    background-repeat: no-repeat;
    background-size:13px ;
}
.pl_details_actions .imageIcon1{
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_black.svg);
    background-repeat: no-repeat;
    background-size: 12px;
}
.pl_details_actions a.productcardFavIcon.imageIcon2.add-to-wishlist.added_in_wishlist {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red_fill.svg);
}
.pl_details_fullactions a.productcardFavIcon.imageIcon2.add-to-wishlist.added_in_wishlist {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red_fill.svg);
}
.pl_details_actions .productcardFavIcon{
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg);
    background-repeat: no-repeat;
    background-size:15px;
}
.pl_details_fullactions .productcardFavIcon{
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg);
    background-repeat: no-repeat;
    background-size:15px;
}
.__sk__fullimage:hover .pl_details_fullactions a:focus{
    color: transparent;
}
.custom-cart-page .about-products a:hover{
    color: #2c2c2c !important;
  }
.pl_details_fullactions .imageIcon3 {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/memo-icon-black.svg);
    background-repeat: no-repeat;
    background-size: 13px;
}
.pl_details_fullactions .imageIcon1 {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_black.svg);
    background-repeat: no-repeat;
    background-size: 12px;
}


/* custom css for login popup on home page */
/* Popup box BEGIN */
.general-user-popup{
    background-color: rgba(255, 255,255, 0.85); 
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
body.customer-logged-in .general-user-popup{
    display:none;
}
.popup-guestlogin-form label {
    display: none;
    }
.general-user-popup .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.__authenticationpopup{
    width: 100%;
}
.general-user-popup > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 480px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    padding: 15px 15px;
    padding-top: 30px;
}
@media screen and (min-width: 320px) and (max-width: 600px){
    .general-user-popup > div {
        width: 85%;
    }
    .general-user-popup .site_logo {
        width: 175px !important;
        height: auto;
    }
}
.general-user-popup .site_logo {
   margin-left: 15px !important;
   width:200px !important;
}

@media screen and (max-width: 380px){
    .general-user-popup .item{
        width: 50px !important;
    }
    .general-user-popup .tradetext{
        padding: 7px 30px !important;
    }
    .general-user-popup .agenttext{
        padding: 7px 35px !important;
    }
}
@media screen and (min-width: 381px) and (max-width: 750px){
    .general-user-popup .item{
        width: 52px !important;
    }
    .general-user-popup .tradetext{
        padding: 7px 30px !important;
    }
    .general-user-popup .agenttext{
        padding: 7px 35px !important;
    }
}
@media screen and (min-width: 751px) and (max-width: 849px){
    .general-user-popup .item{
        width: 78px !important;
    }
}
@media screen and (max-width: 420px){
    .guestpopup{
        display: block !important;
    }
    .guestpopup > div {
       width: 100% !important;  
    }
    .general-user-popup .tradeaccountbtn{
        height: 40px !important;
        margin-top: 3px !important;
    }
    .general-user-popup h3{
        font-size: 0.9em !important;
        margin-top: 10px !important;
    }
    .general-user-popup .redlogo img{
        width: 120px !important;
    }
    .general-user-popup .login-register-popup input[type=text], .general-user-popup .login-register-popup input[type=password], .general-user-popup .login-register-popup input[type=email]{
        height: 35px !important;
    }
}
.general-user-popup .item{
    width:80px;
    text-align:center;
    display:block;
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 1px;
    float:left;
    padding-top:10px;
  }
  .general-user-popup .tradeaccountbtn a{
    text-decoration: none !important;
  }
  .general-user-popup .popup-login-form{
      display: block !important;
  }
  .general-user-popup .tradeaccountbtn{
    line-height: 1em;
    border: 1px solid black !important;
    background-color: #fff !important;
    border-radius: 0px;
    font-size: 0.7em;
    font-weight: 600;
    width: 60%;
    margin-top: 10px;
    padding: 2px;
    height: 45px;
  }
  .general-user-popup .item p{
    padding-top:5px;
    font-size: 10px;
    font-weight: 700;
  }
  #index-gallery{
    width:465px;
    padding-top:10px;
  }
  .general-user-popup .bonfont{
    text-align:center;
     padding-top:15px;
     font-family: Bon Vivant;
     font-size: 30px;
     color: black;
  }
  .general-user-popup .tradetext {
    font-family: 'Lato';
    font-size: 10.5px;
    line-height: 1.3em;
    text-align: center;
    padding: 7px 81px;
 }
 .general-user-popup .close{
    background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/white_cross_red_bg.svg);
    background-repeat: no-repeat;
    position: relative;
    background-size: 23px;
    width: 34px;
    height: 34px;
    float: right;
    display: block;
    left: 1em;
    margin-top: -25px;
 }
 .general-user-popup .close:after{
    right: 0.8em;
    content: 'CLOSE';
    color: #cc0000;
    font-size: 0.6em;
    letter-spacing: 0.1em;
    position: relative;
    top: 2em;
 }
 .general-user-popup .agenttext{
    font-family: 'Lato';
    font-size: 10.5px;
    line-height: 1.3em;
    text-align: center;
    padding: 7px 50px;
 }
  .general-user-popup h4{
    padding: 10px;
    font-size: 0.7em;
    font-family: 'lato';
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .general-user-popup h3{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #e3e3e3;
    font-weight: 600;
  }
  .general-user-popup .login-register-popup{
      margin-top: 5px;
  }
  .general-user-popup .__PasswordPseudoClass:after{
    top: 1em !important;
    margin: -2px 7px;
  }
  .general-user-popup .rc-anchor-normal{
      width: 335px !important;
  }
  .general-user-popup .login-container{
    margin-top: -20px;
  }
  .general-user-popup .login-register-popup input[type=text], .general-user-popup .login-register-popup input[type=password], .general-user-popup .login-register-popup input[type=email]{
    margin:5px 0 !important;
    height: 40px;
}
  
  .general-user-popup .tradetext span{
    color: #cc0000;
    font-weight: 600;
  }
.hover_bkgr_fricc{
    /* background:rgba(255, 254, 254, 0.4); */
    background-color: #fff;
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
  .__authenticationpopup{
      width: 100%;
  }
  .notification_error{
    color:#b2010a;
  }
/* custom css for login popup on home page */

@media screen and (min-width: 385px) and (max-width: 400px){
    .custom-cart-page.itemfound{
       height: 87vh !important;
    }
    .__PopupCartCouponWrapper__ .__PopupCartCouponContentWrapper__{
        position: relative;
        left: 15px;
        top: 1px;
    }
    
} 
/* Added styles for cartpopup start  (These styles added from dashboard block(in shopthevibe))*/ 
/* @media screen and (min-width: 767px) {
    .cart-product-desc::-webkit-scrollbar {
        width: 0em;
    }

    .cart-product-desc::-webkit-scrollbar-track {
        border-radius: 54px;
        -webkit-box-shadow: 0 0 8px grey inset;
    }

    .cart-product-desc::-webkit-scrollbar-thumb {
        background-color: red;
        outline: 1px solid red;
    }
    .responsecartcontainer .custom-cart-page.itemfound{
        height: 100vh !important;
    }
}
@media screen and (min-width: 767px) and (max-width: 1369px) {
    .responsecartcontainer .cart-product-desc {
        height: 32vh !important;
        overflow-y: scroll;
        overflow-x:hidden;
    }
}
@media screen and (min-width: 1369px) and (max-width: 1700px) {
    .responsecartcontainer .cart-product-desc {
        height: 45vh !important;
        overflow-y: scroll;
        overflow-x:hidden;
    }
}
@media screen and (min-width: 1700px) {
    .responsecartcontainer .cart-product-desc {
        height: 55vh !important;
        overflow-y: scroll;
        overflow-x:hidden;
    }
} */
/* Added styles for cartpopup end*/
/* Added styles for products Collections section in Homepage Start */
.columnGrid.newCollectionsPageHome {
    width: 16.36%;
}


.customer-service a{
    color: #c51616;
}

/* Added styles for products Collections section in Homepage End */@font-face {
	font-family: 'cws-arrow';
	src:url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/fonts/cwsarw.eot');
	src:url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/fonts/cwsarw.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/fonts/cwsarw.woff') format('woff'),
		url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/fonts/cwsarw.ttf') format('truetype'),
		url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/fonts/cwsarw.svg#cws-arrow') format('svg');
	font-weight: normal;
	font-style: normal;
}

.cwsSlider * { margin:0; padding:0; box-sizing:border-box; }
.cwsSlider img { max-width:100%; display:block; margin:0 auto; }
.cwsSlider a { text-decoration:none; cursor:pointer; outline:none; }
.std .cwsSlider ul, .std .cwsSlider ul li, .std .cwsSlider ol, .std .cwsSlider ol li,
.cwsSlider ul, .cwsSlider ul li, .cwsSlider ol, .cwsSlider ol li { list-style:none !important; margin:0; padding:0; }
.cwsSlider .slides { zoom:1; }
.hideArw { display:none; }
/* Clearfix for the .slides element */
.loading {min-height: 300px; background: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/loading.gif') no-repeat center center;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.cws-arw a, .cws-pager,
.cws-viewport, ul.slides li { -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
/* .cwsSlider .loading { max-height:300px; overflow:hidden; } */

/**** Theme styles ****/
.cwsSlider { position:relative; margin:0 auto 30px; }
.page-products .cwsSlider, .catalog-product-view .cwsSlider, .cms-page-view .cwsSlider { margin:0 auto 55px; }

.cwsRwdSlider { position:relative; }
.cwsRwdSlider .slides li { position:relative; }
.cwsRwdSlider .slides li.video iframe {  width:100%; }

.sliderdecs { color:#fff; width:45%; position:absolute; top:30px; right:50px; padding:20px; border-left:5px solid rgba(255,255,255,0.50); }
.sliderdecs h3 { color:#fff; margin:0; }


video { width:100%!important; height:auto!important; }
.videoWrapper { position:relative; padding-bottom:44.0%; padding-top:0; height:0; }
.videoWrapper iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Crousel style */
.rwdCarousel { position:relative; }
.rwdCarousel .cws-viewport { position:relative; overflow:hidden; }
.rwdCarousel ul.slides li { flex:left; margin-right:15px; }

.defaultTheme .rwdCarousel ul.slides li { width:100px; padding:7px; border:1px solid #ddd; }
.dropShadow .rwdCarousel ul.slides { padding:3px; }
.dropShadow .rwdCarousel ul.slides li { width:100px; padding:7px; box-shadow:2px 2px 4px 0 rgba(0,0,0,0.40); }

.emboss .rwdCarousel ul.slides { padding:4px 4px 20px; }
.emboss .rwdCarousel ul.slides li { position:relative; padding:2px; box-shadow:0px 0px 4px 0 rgba(0,0,0,0.40); }
.emboss .rwdCarousel ul.slides li:after { content:' '; display:block; width:100%; height:20px; position:absolute; bottom:-20px; left:0; overflow:hidden;
	background:url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/bottom-shadow.png) no-repeat 50% 95%/100% 30px; }
.emboss .rwdCarousel ul.slides li img { border:1px solid #ddd; padding:4px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.20); }

/* Slider and Crousel style */
.rwdSlideCrousel ul.slides li { float:left; margin-right:10px; opacity:1; cursor:pointer; }
.rwdSlideCrousel ul.slides li.video img { width:150px !important; }
.rwdSlideCrousel ul.slides li:hover,
.rwdSlideCrousel ul.slides li.cws-active-slide { opacity:0.6; cursor:default; }

.blankTheme .cwsRwdSlider { margin-bottom:10px; }

.slideNcrosel .slider { position:relative; }
.slideNcrosel.defaultTheme .slider { padding:10px; border:2px solid #DDDDDD; }
.slideNcrosel.defaultTheme .slider:last-child { border-top:0 none; }

.verticalSlider.defaultTheme .cwsRwdSlider { border:2px solid #ddd; padding:10px; }
.verticalSlider.basSlider.defaultTheme ul.slides { border:0 none; padding:0; }

.slideNcrosel.dropShadow .cwsRwdSlider { margin-bottom:15px; box-shadow:1px 3px 6px 0 rgba(0,0,0,0.50); }
.slideNcrosel.dropShadow .rwdSlideCrousel ul.slides li { margin-right:15px; box-shadow:1px 2px 4px 0 rgba(0,0,0,0.50); }

.slideNcrosel.emboss { padding-bottom:35px; background:url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/bottom-shadow.png) no-repeat 50% 100%/100% 36px; }
.slideNcrosel.emboss .slider { border:2px solid #fff; box-shadow:0 0 5px 0 rgba(0,0,0,0.30); }
.slideNcrosel.emboss .cwsRwdSlider, 
.slideNcrosel.emboss .rwdSlideCrousel { padding:8px; background-color:#fff; box-shadow:inset 0 0 7px 0 rgba(0,0,0,0.25); }



/* Direction Nav */
.cws-arw { *height:0; }
.cws-arw a  { display:block; width:35px; height:35px; margin-top:-17px; position:absolute; top:50%; z-index:10; overflow:hidden; opacity:0; cursor:pointer; text-shadow:1px 1px 0 rgba(255,255,255,0.3); }
.cws-arw .cws-prev { left:0; }
.cws-arw .cws-next { right:0; }
.cws-arw a:before  { font-family:"cws-arrow"; font-size:34px; line-height:34px; text-align:center; height:34px; width:34px; display:inline-block; }

.cws-arw.angle a.cws-prev:before { content: "\69"; }
.cws-arw.angle a.cws-next:before { content: "\6a"; }
.cws-arw.angle_small a.cws-prev:before { content: "\6d"; }
.cws-arw.angle_small a.cws-next:before { content: "\6e"; }
.cws-arw.angle_circle a.cws-prev:before { content: "\37"; }
.cws-arw.angle_circle a.cws-next:before { content: "\38"; }
.cws-arw.angle_square a.cws-prev:before { content: "\21"; }
.cws-arw.angle_square a.cws-next:before { content: "\23"; }
.cws-arw.arrow a.cws-prev:before { content: "\6b"; }
.cws-arw.arrow a.cws-next:before { content: "\6c"; }
.cws-arw.arrow_circle a.cws-prev:before { content: "\6f"; }
.cws-arw.arrow_circle a.cws-next:before { content: "\70"; }
.cws-arw.caret a.cws-prev:before { content: "\65"; }
.cws-arw.caret a.cws-next:before { content: "\66"; }
.cws-arw.chevron a.cws-prev:before { content: "\77"; }
.cws-arw.chevron a.cws-next:before { content: "\78"; }
.cws-arw.chevron_smooth a.cws-prev:before { content: "\71"; }
.cws-arw.chevron_smooth a.cws-next:before { content: "\72"; }
.cws-arw.chevron_circle a.cws-prev:before { content: "\33"; }
.cws-arw.chevron_circle a.cws-next:before { content: "\34"; }
.cws-arw.chevron_square a.cws-prev:before { content: "\39"; }
.cws-arw.chevron_square a.cws-next:before { content: "\30"; }


.NavArwOnHover:hover .cws-arw .cws-prev,
.alwaysNavArw .cws-arw .cws-prev { opacity:0.6; left:10px; }
.NavArwOnHover:hover .cws-arw .cws-next,
.alwaysNavArw .cws-arw .cws-next { opacity:0.6; right:10px; }

.cwsRwdSlider:hover .cws-next:hover, .cwsRwdSlider:hover .cws-prev:hover { opacity:1; }

.navArwOutside.NavArwOnHover:hover .cws-arw .cws-prev,
.navArwOutside.alwaysNavArw .cws-arw .cws-prev { left:-40px; }
.navArwOutside.NavArwOnHover:hover .cws-arw .cws-next,
.navArwOutside.alwaysNavArw .cws-arw .cws-next { right:-40px; }

.navArwInLeft .cws-arw .cws-prev, .navArwInLeft .cws-arw .cws-next,
.navArwInRight .cws-arw .cws-prev, .navArwInRight .cws-arw .cws-next { bottom:10px; top:inherit; margin:0; }
.navArwInLeft .cws-arw .cws-prev { left:10px; }
.navArwInLeft .cws-arw .cws-next { left:50px; }
.navArwInRight .cws-arw .cws-prev,
.navArwInRight.NavArwOnHover:hover .cws-arw .cws-prev { left:inherit; right:50px; }
.navArwInRight .cws-arw .cws-next { right:10px; }

/* Pager style */
.cws-pager { position:absolute; z-index:99; opacity:0; }
.cws-pager li { margin:0 3px; display:inline-block; }
.cws-pager li a { display:block; width:12px; height:12px; text-indent:-999em; border-radius:50%; border:2px solid #fff; box-shadow:0px 0px 1px rgba(0,0,0,0.40); margin:0 2px; }

.cws-pager.squared li a, .cws-pager.squ-bar li a { border-radius:0; }
.cws-pager.cir-bar, .cws-pager.squ-bar { padding:10px 10px 0 !important; }

.alwaysPaging .cws-pager,
.pagingOnHover:hover .cws-pager { opacity:1; }
.alwaysPaging:hover .cws-pager.cir-bar, .alwaysPaging:hover .cws-pager.squ-bar,
.pagingOnHover:hover .cws-pager.cir-bar, .pagingOnHover:hover .cws-pager.squ-bar { opacity:0.9; }

.pagerBelow .cws-pager { bottom:-40px; left:auto; width:100%; text-align:center; margin:0 auto; }
.pagerBelow .cws-pager.cir-bar, .pagerBelow .cws-pager.squ-bar { bottom:-35px; }
.pagerAbove .cws-pager { top:-20px; left:50%; transform: translateX(-50%); }
.pagerAbove .cws-pager.cir-bar, .pagerAbove .cws-pager.squ-bar { top:-35px; }
.pagerInTop .cws-pager { top:10px; left:45%; }
.pagerInBottom .cws-pager { bottom:10px; left:45%; }
.pagerInBottomleft .cws-pager { bottom:10px; left:20px; }
.pagerInBottomright .cws-pager { bottom:10px; right:20px; }

.navArwInLeft.pagerInBottomleft .cws-pager { bottom:22px; left:92px; }
.navArwInRight.pagerInBottomright .cws-pager { bottom:22px; right:92px; }
.navArwInLeft.pagerInBottomleft .cws-pager.cir-bar, .navArwInRight.pagerInBottomleft .cws-pager.cir-bar,
.navArwInLeft.pagerInBottomright .cws-pager.squ-bar, .navArwInRight.pagerInBottomright .cws-pager.squ-bar { bottom:13px; }


/****** Slider Theme setting style ******/
/* Default Theme */
/* .basSlider.defaultTheme .cwsRwdSlider { padding:10px; border:2px solid #ddd; } */
.defaultTheme .pagerBelow .cws-pager { bottom:-30px; }
.defaultTheme .pagerAbove .cws-pager { top:-23px; }
.defaultTheme .pagerBelow .cws-pager.cir-bar, .defaultTheme .pagerBelow .cws-pager.squ-bar { bottom:-34px; }
.pagerBelow .cws-pager.cir-bar, .pagerBelow .cws-pager.squ-bar, .pagerAbove .cws-pager.cir-bar, .pagerAbove .cws-pager.squ-bar { left:-2px; width:100.3%; }
.defaultTheme .pagerAbove .cws-pager.cir-bar, .defaultTheme .pagerAbove .cws-pager.squ-bar { top:-34px; text-align:center }

.basSlider.dropShadow { position:relative; -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
.basSlider.dropShadow:before, .basSlider.dropShadow:after { content:""; position:absolute; z-index:-1; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8); -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0; bottom:0; left:10px; right:10px; -moz-border-radius:100px / 10px; border-radius:100px / 10px; }
.basSlider.dropShadow:after { right:10px; left:auto; -webkit-transform:skew(8deg) rotate(3deg); -moz-transform:skew(8deg) rotate(3deg); -ms-transform:skew(8deg) rotate(3deg); -o-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg); }


.basSlider.emboss { padding-bottom:35px; background:url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/bottom-shadow.png) no-repeat 50% 100%/100% 36px; }
.basSlider.emboss .slider { border:2px solid #fff; box-shadow:0 0 5px 0 rgba(0,0,0,0.30); }
.basSlider.emboss .cwsRwdSlider { padding:8px; background-color:#fff; box-shadow:inset 0 0 7px 0 rgba(0,0,0,0.25); }
.basSlider.emboss .cws-pager.squ-bar { bottom:-65px; }


.emboss .rwdCarousel ul.slides:after { content:" "; display:block; clear:both; height:0; width:0; overflow:hidden; }

@media only screen and (max-width:1320px) {
.navArwOutside.NavArwOnHover:hover .cws-arw .cws-prev,
.navArwOutside.alwaysNavArw .cws-arw .cws-prev { left:0; }
.navArwOutside.NavArwOnHover:hover .cws-arw .cws-next,
.navArwOutside.alwaysNavArw .cws-arw .cws-next { right:0; }
}


@media only screen and (max-width:768px) {
.cws-arw .cws-next { right:2px; }
.cws-arw .cws-prev { left:2px; }
.pagerBelow .cws-pager.cir-bar, .pagerBelow .cws-pager.squ-bar { width:101%; }

.columns .column.main { max-width:100%; }
.column > link:first-child + .cwsSlider { order:-2; width:100%; }
	
}

@media only screen and (max-width:480px) {
.pagerAbove .cws-pager, .pagerInTop .cws-pager, .pagerInBottom .cws-pager { left:37%; }
}
@media only screen and (max-width:380px) {
.pagerBelow .cws-pager.cir-bar, .pagerBelow .cws-pager.squ-bar { width:101.5%; }
}

.su-youtube { margin:0; }
.su-responsive-media-yes { height:0; overflow:hidden; padding-bottom:41.25%; position:relative; }
.su-youtube iframe { border:medium none !important; border:0 none; }
.su-responsive-media-yes iframe, .su-responsive-media-yes object, .su-responsive-media-yes embed { height:100%; left:0; position:absolute; top:0; width:100%; }/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}

/* @charset 'UTF-8'; */
/* Slider */
.slick-loading .slick-list
{
    /* 
    * There is element with above selector
    * Image is also not available - KITS
    background: #fff url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/ajax-loader.gif') center center no-repeat; */
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/fonts/slick.eot');
    src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/fonts/slick.ttf') format('truetype'), url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 60%;

    display: block;

    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 16px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.popupMainSlider .slick-prev:before,
.popupMainSlider .slick-next:before {
    color: white;
}
.popupMainSlider button.slick-arrow {
    width: 45px;
    height: 45px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.LightboxItems:hover .popupMainSlider button.slick-arrow {
    opacity: 1;
}
.aboutArrow .slick-next {
    right: 0;
}
.aboutArrow button.slick-arrow {
    box-shadow: none;
}
button.slick-arrow:hover {
    border: none;
}
button.slick-arrow:active {
    border: none;
    box-shadow: none;
}
button.slick-arrow:focus {
    border: none;
    box-shadow: none;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;
    vertical-align: middle;

    width: 5px;
    margin: 0 15px 0 0;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 5px;
    height: 5px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
/* .slick-dots li button:hover:before
{
    opacity: 1;
} */
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 0px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    border-radius: 50%;

    width: 5px;
    height: 5px;

    content: ' ';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!--
Author: Sudhakara Rao Kilaparthi
email : sudhakar@kavayahsolutions.com
URL   : http://www.kavayahsolutions.com
--*/
/*!

	Author Name						  : Vijay Sekhar.Sadineni.
	Date							  : 01 Aug 2019.
	CSS Template version              : 0.1.1
	CSS preprocessor                  : Leaner Style Sheets
	Licence 						  : --
	Copyrights                        : @KAVAYAH SOLUTIONS.
	---------------------------------------------------------
	CSS DOCUMENT FOR PROJECT StarkCarpet PROJECT UI,LAYOUT.--STYLE-TEMPLATE.

!*/
.__ks_mini__ {
  color: blue;
}
@font-face {
  font-family: 'Lato Thin', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/Lato-Thin.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/Lato-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Medium', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/Lato-Medium.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Heavy', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/Lato-Heavy.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Bold', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/Lato-Bold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Black', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/Lato-Black.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Hairline', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/Lato-Hairline.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Light', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/Lato-Light.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Crimson Semibold', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/CrimsonText-Semibold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Crimson Roman', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/CrimsonText-Roman.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Crimson Bold', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/CrimsonText-Bold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bon Vivant', sans-serif;
  src: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/css/BonVivant-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
.__ks_header__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.__ks_logowrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #c40003;
  background: #c40003;
  max-height: 80px;
  min-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__ks_logoLink__ {
  display: inline-block;
  width: auto;
  max-height: 78px;
  margin: 0 auto;
}
.__ks_navigation__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
}
.__ks_navList__ {
  padding: 0 22.075vw;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__ks_navListItem__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-transform: uppercase;
  line-height: 2.4em;
  font-size: 1.2em;
  max-width: 9em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__ks_navListItemLink__ {
  display: inline-block;
  font-weight: 500;
  color: #969696;
}
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJfbwhW.ttf) format('truetype');
}
.__ks_pageContentWrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc((100% - 1070px)/2);
  margin-right: calc((100% - 1070px)/2);
  font-family: 'Lato', sans-serif;
}
.__ks_frontFold__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__ks_bannerWrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 669px;
  max-width: 669px;
  height: 570px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.__ks_bannerSliderWrap__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 669px;
  max-width: 669px;
  height: 570px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.slick-prev:before {
  content: " < ";
  color: #040404;
  font-size: 30px;
  line-height: 2px;
  position: absolute;
  top: -10px;
}
.slick-next:before {
  content: ">";
  color: #040404;
  font-size: 30px;
  line-height: 2px;
  position: absolute;
  top: -10px;
}
.scala_social_block .slick-next {
  right: 15px;
}
.__ks_bannerSliderWrap__scala {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 669px;
  max-width: 669px;
  height: 570px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.__ks_leftArrow__.slick-arrow {
  position: absolute;
  right: -1px;
  top: 50%;
  z-index: 20;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.__ks_leftArrow__.slick-arrow:focus {
  outline: none;
}
.scalanext__brands1.slick-arrow {
  right: -1px;
  top: 50%;
  z-index: 20;
  background: transparent;
  padding: 0;
  margin: 10px 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.scalanext__brands2.slick-arrow {
  right: -1px;
  top: 50%;
  z-index: 20;
  background: transparent;
  padding: 0;
  margin: 10px 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.scalanext__brands1 {
  right: -1px;
  top: 50%;
  z-index: 20;
  background: transparent;
  padding: 0;
  margin: 10px 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.scalanext__brands2 {
  right: -1px;
  top: 50%;
  z-index: 20;
  background: transparent;
  padding: 0;
  margin: 10px 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.__scala_leftArrow__.slick-arrow {
  border: none;
  background-color: #b1b1b1b8;
  padding: 25px;
  border-radius: 2px;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 22px center;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: absolute;
  top: 40% !important;
  z-index: 20;
  right: -1px;
}
.__scala_leftArrow__.slick-arrow:focus {
  outline: none;
}
.scalanext.slick-arrow {
  right: -1px;
  top: 50%;
  z-index: 20;
  background: transparent;
  padding: 0;
  margin: 10px 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.scalanext.slick-arrow:focus {
  outline: none;
}
.scalaprev.slick-arrow {
  right: -1px;
  top: 50%;
  z-index: 20;
  background: transparent;
  padding: 0;
  margin: 10px 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.scalaprev.slick-arrow:focus {
  outline: none;
}
.__ks_bannerSliderItem__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  min-width: 570px;
  max-height: 570px;
  min-height: 100%;
  background-repeat: no-repeat;
}
.__ks_bannerSliderItem__ img {
  position: relative;
  z-index: -1;
  opacity: 0;
}
.__ks_bannerSliderItemContent__ {
  position: absolute;
  width: 100%;
  background: url('/pub/media/bannerblocks/hp-slider-text-bg.png');
  background-repeat: repeat;
  bottom: 0;
}
.__ks_bannerSliderItemContentWrapper__ {
  font-size: 1.75em;
  padding: 0.25em 1em;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.__bannerTitle__ {
  font-size: 0.5em;
  letter-spacing: 2px;
  font-family: 'lato';
  padding: 0.15em 0;
  color: #ffffff;
  line-height: 1.65em;
  text-transform: uppercase;
}
.__bannerText__ {
  font-size: 1em;
  font-family: 'lato';
  padding: 0 0 0.25em 0;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
}
.__bannerBlcokHistory__ {
  position: relative;
  left: 50%;
  color: #cc0000;
  text-decoration: none;
  font-size: 1.5em;
  font-family: 'Crimson Text';
  font-style: italic;
}
.__ks_row__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.__ks_houseBlock__ {
  padding-left: 1.5em;
}
.__ks_heading__ {
  font-family: 'Lato Thin';
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0.25em;
  font-weight: 100;
  font-size: 2.5em;
  color: #000000;
}
.__ks_houseBlockText__ {
  max-width: calc(100% - 320px);
  font-size: 1em;
  line-height: 1.4em;
  font-family: 'lato';
  color: #000000;
}
.__ks_listItemsGroup__ {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  margin-bottom: 0.625em;
}
.__ks_listItemsGroup__ li,
.__ks_listItemsGroup__ li.__ks_listItem__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.__ks_listItemsGroup__.fourColumns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
.__ks_listItemsGroup__.fourColumns li.__ks_listItem__ {
  -ms-flex-preferred-size: calc(100%/4);
      flex-basis: calc(100%/4);
  max-width: calc((100% - 30px)/4);
}
.__ks_listItemsGroup__.threeColumns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__ks_listItemsGroup__.threeColumns li.__ks_listItem__ {
  -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
  max-width: calc((100% - 20px)/3);
}
.__ks_listItemsGroup__.twoColumns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__ks_listItemsGroup__.twoColumns li.__ks_listItem__ {
  -ms-flex-preferred-size: calc(100%/2);
      flex-basis: calc(100%/2);
  max-width: calc((100% - 10px)/2);
}
.__ks_listItemsGroup__.oneColumn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__ks_listItemsGroup__.oneColumn li.__ks_listItem__ {
  -ms-flex-preferred-size: calc(100%);
      flex-basis: calc(100%);
  max-width: calc(100%);
}
.__ks_columnLink__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}
.__ks_columnLink__ span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-repeat: no-repeat;
}
.__designCustomText__ {
  position: absolute;
  left: 30%;
  top: 2em;
  padding: 0.5em 1em;
}
.__ks_listItemsGroup__.oneColumn .__designCustomText__ {
  background-color: #6e6a63;
  color: #fff;
  line-height: 2em;
  letter-spacing: 5px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-family: 'lato';
  font-weight: 400;
}
.__ks_listItemsGroup__.oneColumn .__designCustomText__ .__furnitureTitle__ {
  font-size: 0.95em;
  font-family: 'lato';
}
.__ks_listItemsGroup__.oneColumn .__designCustomText__ .__furnitureTag__ {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 10px;
}
.__ks_listItemsGroup__.twoColumns .__ks_listItem__:not(:nth-child(2)) .__designCustomText__ {
  background-color: #6e97b3;
  color: #ffffff;
  left: 5%;
  min-width: 60%;
  font-size: 0.75em;
}
.__ks_listItemsGroup__.twoColumns .__ks_listItem__:not(:nth-child(1)) .__designCustomText__ {
  background-color: #641e22;
  color: #ffffff;
  left: 5%;
  min-width: 60%;
  font-size: 0.75em;
}
.__ks_listItemsGroup__.twoColumns .__designCustomText__ .__furnitureTitle__ {
  font-size: 1.25em;
  letter-spacing: 4px;
  padding: 0.25em 0;
  text-transform: uppercase;
  font-weight: 400;
}
.__ks_listItemsGroup__.twoColumns .__designCustomText__ .__furnitureTag__ {
  font-size: 2.5em;
  font-style: italic;
  font-family: 'Crimson Text';
  letter-spacing: 2px;
  line-height: 1.2em;
}
.__ks_verticalBannerBlock__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__ks_verticalBannerBlock__ a.__ks_itemLink__ {
  width: 390px;
  height: calc((570px - 10px)/2);
  display: inline-block;
  background: #f0f0f0;
  position: relative;
}
a.__ks_itemLink__ .itemLinkWrapper {
  width: 100%;
}
.vBBLinkItem {
  width: 390px;
  display: inline-block;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}
.vBBLinkItem img {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.vBBLinkItem .__bannerBlockRegister__ img {
  visibility: visible;
  opacity: 1;
}
.vBBWrapper {
  position: absolute;
  width: 100%;
  background-color: #99999980;
  bottom: 0;
  background: transparent;
  -ms-flex-line-pack: center;
      align-content: center;
  bottom: 20%;
  top: auto;
}
.vBBWrapper p.__vBBWrapperText__ {
  font-size: 1.05em;
  margin: 0px 7em 1em;
  line-height: 1.2em;
  letter-spacing: 2px;
  font-family: 'lato';
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #2c2e35;
}
.vBBWrapper p.__vBBWrapperTitle__ {
  font-size: 1.15em;
  margin: 0 4em 0.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3em;
  font-family: 'lato';
  text-transform: uppercase;
  color: #2c2e35;
}
.__bannerBlockRegister__ {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  left: 50%;
}
ul.scala-collection-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  justify-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  font-family: 'Lato', sans-serif;
  position: relative;
}
ul.scala-collection-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5em 0;
}
.scala-collection-list li {
  padding: 0.25em;
  border: unset;
}
.scala-collection-list li.active {
  border: unset;
  text-decoration: none;
}
.scala-collection-list li a.active {
  border: unset;
}
ul.scala-collection-list li a {
  text-decoration: none;
  font-family: 'lato';
  padding: 0;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
ul.scala-collection-list li a:hover,
ul.scala-collection-list li.active a {
  color: #cc0000;
}
ul.scala-collection-list li {
  content: "";
}
ul.scala-collection-list li {
  padding: 0;
  margin: 0 0 2em 0;
  font-size: 12px;
  line-height: 1.25em;
}
ul.scala-collection-list li:hover:before,
ul.scala-collection-list li.active:before {
  content: "";
  background-image: url(/pub/media/bannerblocks/arrow_red.png);
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  left: 22%;
  background-position: 100%;
}
.scala-collection-img {
  position: relative;
  width: 415px;
  height: 540px;
  overflow: hidden;
}
.scala-collection-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.scala-collection-img img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.scala-collection-img img.opaque {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
.scalaHouseArtcle {
  margin: 38px 0 55px 0;
}
.scala-collections-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 55px;
}
._section-title {
  display: block;
  margin: 0;
  min-width: 100%;
  font-size: 1.75em;
  padding: 0.25em;
  font-family: 'Crimson Text';
  font-style: italic;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, 0.6);
}
.scala-collection-right,
.scala-collection-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.5em;
}
.scala-collection-left {
  overflow: hidden;
}
li.__ks_listItem__.__scalaBrands__ img.__brandLogo__ {
  visibility: hidden;
  height: 82px;
}
li.__ks_listItem__.__scalaBrands__ span.__ks_brandLogoBlock__ {
  max-height: 82px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.6s ease-in-out;
  transition: background-image 0.6s ease-in-out;
}
.__ks_hideTextBlockCls__ {
  display: none;
}
.__ks_designsHeadline__ {
  display: block;
  margin: 0;
  min-width: 100%;
  font-size: 1.75em;
  padding: 0.25em;
  font-family: 'Crimson Text';
  font-style: italic;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, 0.6);
}
.__ks_houseTitle__ {
  letter-spacing: 0.2em;
  font-size: 2.5em;
  margin-bottom: 0.4em;
  font-family: lato, sans-serif;
  font-style: normal;
  font-weight: 100;
}
/* ================================
    Home page Mobile Version 
=================================== */
@media screen and (max-width: 769px) {
  .scala-collections-container.__ks_desktopScalaCollection__ {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .scala-collections-container.__ks_mobileScalaCollection__ {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .__scalaBrands__ .__ks_columnLink__ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .__scalaBrands__ .__ks_columnLink__ span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  li.__ks_listItem__.__scalaBrands__ img.__brandLogo__ {
    width: 100%;
    height: auto;
  }
  body.cms-home.cms-index-index.page-layout-custom-home .page-main_2 {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
  body.cms-home.cms-index-index.page-layout-custom-home .__ks_pageContentWrapper__ {
    margin-left: 0;
    margin-right: 0;
  }
  body.cms-home.cms-index-index.page-layout-custom-home footer.page-footer .footer_back_image {
    margin: auto;
    width: calc(100% - 20px);
  }
  .__ks_frontFold__ {
    max-width: 100%;
  }
  .__ks_bannerWrapper__ {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    height: auto;
  }
  .__ks_bannerWrapper__ .__ks_bannerSliderWrap__ {
    max-width: 100%;
    margin: 0;
  }
  .__ks_bannerWrapper__ .__ks_bannerSliderWrap__ .__ks_bannerSliderItem__ {
    max-width: 100%;
    background-size: cover;
  }
  .__ks_bannerWrapper__ .__ks_bannerSliderWrap__scala {
    max-width: 100%;
    margin: 0;
  }
  .__ks_bannerWrapper__ .__ks_bannerSliderWrap__scala .__ks_bannerSliderItem__ {
    max-width: 100%;
    background-size: cover;
  }
  .__ks_bannerWrapper__ .__ks_leftArrow__.slick-arrow {
    display: inline-block;
  }
  .__ks_bannerWrapper__scala {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    height: auto;
  }
  .__ks_bannerWrapper__scala .__ks_bannerSliderWrap__ {
    max-width: 100%;
    margin: 0;
  }
  .__ks_bannerWrapper__scala .__ks_bannerSliderWrap__ .__ks_bannerSliderItem__ {
    max-width: 100%;
    background-size: cover;
  }
  .__ks_bannerWrapper__scala .__ks_bannerSliderWrap__scala {
    max-width: 100%;
    margin: 0;
  }
  .__ks_bannerWrapper__scala .__ks_bannerSliderWrap__scala .__ks_bannerSliderItem__ {
    max-width: 100%;
    background-size: cover;
  }
  .__ks_bannerWrapper__scala .__ks_leftArrow__.slick-arrow {
    display: inline-block;
  }
  .__ks_verticalBannerBlock__ {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .__ks_verticalBannerBlock__ a.__ks_vBBlockWrapper__1,
  .__ks_verticalBannerBlock__ a.__ks_vBBlockWrapper__2 {
    margin-bottom: 10px;
  }
  .__ks_verticalBannerBlock__ .vBBLinkItem {
    min-width: 100%;
    max-width: 100%;
    background-size: 100%;
  }
  .scalaHouseArtcle {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    min-width: 100%;
    max-width: 100%;
  }
  .scalaHouseArtcle .__ks_houseBlock__ {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .scalaHouseArtcle .__ks_houseBlock__ .__ks_houseTitle__ {
    letter-spacing: 0.1em;
    font-size: 2em;
  }
  .scalaHouseArtcle .__ks_houseBlockText__ {
    max-width: 100%;
  }
  .scala-collections-container.__ks_mobileScalaCollection__ {
    display: block;
    margin-bottom: 25px;
  }
  .__ks_listItemsGroup__.twoColumns li.__ks_listItem__ {
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .__ks_listItemsGroup__.twoColumns li.__ks_listItem__:first-child {
    padding-bottom: 10px;
  }
  .__ks_listItemsGroup__.threeColumns li.__ks_listItem__ {
    min-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .__ks_listItemsGroup__.threeColumns li.__ks_listItem__:nth-child(n) {
    padding-bottom: 10px;
  }
  .__ks_listItemsGroup__.threeColumns li.__ks_listItem__:last-child {
    padding-bottom: 0;
  }
  .__ks_listItemsGroup__.fourColumns {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .__ks_listItemsGroup__.fourColumns li.__ks_listItem__.__scalaBrands__ {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .__ks_listItemsGroup__.fourColumns li.__ks_listItem__.__scalaBrands__:nth-child(2n) {
    padding-right: 0;
  }
  .__ks_mobileScalaCollection__ .__ks_scalaCollectionWrapper__ .__ks_scalaCollectionList__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .__ks_mobileScalaCollection__ .__ks_scalaCollectionWrapper__ .__ks_scalaCollectionList__ li.__ks_scalaCollectionListItem__:nth-child(2n+1) {
    padding-right: 5px;
  }
  .__ks_mobileScalaCollection__ .__ks_scalaCollectionWrapper__ .__ks_scalaCollectionList__ li.__ks_scalaCollectionListItem__:nth-child(2n) {
    padding-left: 5px;
  }
  .__ks_mobileScalaCollection__ .__ks_scalaCollectionWrapper__ .__ks_scalaCollectionList__ .__ks_scalaCollectionListItem__ {
    min-width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .__ks_mobileScalaCollection__ .__ks_scalaCollectionWrapper__ .__ks_scalaCollectionList__ .__ks_scalaCollectionListItem__:nth-child(2n) {
    padding-right: 0;
  }
  .__ks_mobileScalaCollection__ .__ks_scalaCollectionWrapper__ .__ks_scalaCollectionList__ .__ks_scalaCollectionListItem__ .__ks_scalaColllectionText__ {
    margin: 0.5em 0.25em;
  }
  .__ks_mobileScalaCollection__ .__ks_scalaCollectionWrapper__ .__ks_scalaCollectionList__ .__ks_scalaCollectionListItem__ .__ks_scalaColllectionText__ p.__ks_scalaColllectionTitle__ {
    text-transform: uppercase;
    line-height: 1.4em;
    font-family: 'lato';
    font-weight: 500;
    font-size: 12px;
  }
  .__ks_mobileScalaCollection__ .__ks_scalaCollectionWrapper__ .__ks_scalaCollectionList__ .__ks_scalaCollectionListItem__ .__ks_scalaColllectionText__ p.__ks_scalaColllectionSubTitle__ {
    text-transform: capitalize;
    line-height: 1.4em;
    font-family: 'lato';
    font-weight: 500;
    font-size: 12px;
  }
  .__ks_listItemsGroup__.fourColumns li.__ks_listItem__.__scalaBrands__:nth-child(2n) {
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 5px;
  }
  .__ks_listItemsGroup__.fourColumns li.__ks_listItem__.__scalaBrands__:nth-child(2n+1) {
    padding-right: 5px;
    padding-bottom: 10px;
  }
  ._section-title {
    padding: 10px 3px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .__scalaBrands__ .__ks_columnLink__ span.__ks_brandLogoImg__ {
    max-height: unset;
    background-size: 100% 100%;
  }
  li.__ks_listItem__.__scalaBrands__ span.__ks_brandLogoBlock__,
  .__scalaBrands__ span.__ks_brandLogoBlock__ {
    max-height: unset;
  }
  img.__brandMainImg__ {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .__ks_bannerSliderItem__ .__ks_bannerSliderItemContent__ {
    max-width: 100%;
    font-size: 12px;
  }
  .__ks_bannerSliderItem__ .__ks_bannerSliderItemContent__ .__ks_bannerSliderItemContentWrapper__ {
    padding: 0.25em;
  }
  img.__brandMainImg__ {
    width: 100%;
    height: auto;
  }
  .__scalaBrands__ .__ks_columnLink__ span.__ks_brandLogoImg__ {
    max-height: unset;
    background-size: 100% 100%;
  }
  li.__ks_listItem__.__scalaBrands__ span.__ks_brandLogoBlock__,
  .__scalaBrands__ span.__ks_brandLogoBlock__ {
    max-height: unset;
  }
  .__ks_mobileScalaCollection__ .__ks_scalaColllectionText__ {
    margin: 0.25em 0.15em;
  }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
  .__ks_bannerSliderItem__ .__ks_bannerSliderItemContent__ {
    max-width: 410px;
  }
  .__ks_bannerSliderItem__ .__ks_bannerSliderItemContent__ .__ks_bannerSliderItemContentWrapper__ {
    padding: 0.25em 1em;
  }
  li.__ks_listItem__.__scalaBrands__ span.__ks_brandLogoBlock__,
  .__scalaBrands__ span.__ks_brandLogoBlock__ {
    max-height: unset;
  }
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  .__ks_bannerSliderItem__ .__ks_bannerSliderItemContent__ {
    max-width: 360px;
  }
  .__ks_bannerSliderItem__ .__ks_bannerSliderItemContent__ .__ks_bannerSliderItemContentWrapper__ {
    padding: 0.25em 1em;
  }
  li.__ks_listItem__.__scalaBrands__ span.__ks_brandLogoBlock__,
  .__scalaBrands__ span.__ks_brandLogoBlock__ {
    max-height: unset;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .__ks_bannerWrapper__ {
    min-width: 90vw;
    max-width: 100vw;
    height: auto;
  }
  .__ks_bannerWrapper__ .__ks_bannerSliderWrap__ {
    min-width: 90vw;
    max-width: 100vw;
    min-height: auto;
    max-height: auto;
    height: auto;
  }
  .__ks_bannerWrapper__ .__ks_bannerSliderWrap__ .__ks_bannerSliderItem__ {
    min-width: 90vw;
    max-width: 100vw;
    min-height: auto;
    max-height: auto;
    background-size: 100%;
    background-position: 100% 100%;
    height: auto;
  }
  .__ks_bannerWrapper__ .__ks_bannerSliderWrap__scala {
    min-width: 90vw;
    max-width: 100vw;
    min-height: auto;
    max-height: auto;
    height: auto;
  }
  .__ks_bannerWrapper__ .__ks_bannerSliderWrap__scala .__ks_bannerSliderItem__ {
    min-width: 90vw;
    max-width: 100vw;
    min-height: auto;
    max-height: auto;
    background-size: 100%;
    background-position: 100% 100%;
    height: auto;
  }
}
/*!--
Author: Sudhakara Rao Kilaparthi
email : sudhakar@kavayahsolutions.com
URL   : http://www.kavayahsolutions.com
--*/
.checkout-index-index .cart-product-detail-description .about-products span {
  text-align: left;
}
.checkout-index-index .cart-product-detail-description .left.width {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .cart-product-detail-description .left.width {
    margin-right: 0.4em;
  }
}
.checkout-index-index .cart-product-detail-description .right.width {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .cart-product-detail-description .right.width {
    width: 78%;
  }
}
.checkout-index-index .popup-overlay {
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  border: 2px solid #cc0000;
  width: 35%;
  left: 25%;
}
.checkout-index-index .popup-overlay.active {
  text-align: center;
}
.checkout-index-index .popup-content {
  visibility: hidden;
}
.checkout-index-index .popup-content.active {
  visibility: visible;
  padding-bottom: unset !important;
  border-bottom: unset !important;
}
.checkout-index-index .popup-content .message-error {
  font-size: 1rem !important;
}
.checkout-index-index .popup-overlay .popupbtn {
  background: #cc0000;
  border: none;
  color: #fdfdfd;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  border-radius: 5px;
}
.checkout-index-index .__hasTermsNote__ {
  padding: 0.5em 0;
  display: block;
  color: #a0a0a0;
  font-size: 0.9em;
  line-height: 1.4em;
}
.checkout-index-index .__StatusMessage__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #cc0000;
  padding: 0.5em;
  text-align: center;
}
.checkout-index-index .field-error {
  font-size: 0.9rem !important;
}
.checkout-index-index .audun_warn {
  color: #ffffff;
  background-color: #cc0000;
  font-family: 'Source Sans Pro', sans-serif;
  border-radius: 0.5em;
  border: 1px solid;
  margin: 10px 0px;
  padding: 12px;
  width: 70%;
  text-align: center;
}
.checkout-index-index .audun_info {
  color: #ffffff;
  background-color: #79CFE0;
  font-family: 'Source Sans Pro', sans-serif;
  border-radius: 0.5em;
  border: 1px solid;
  margin: 10px 0px;
  padding: 12px;
  width: 400px;
}
.checkout-index-index .audun_success {
  color: #ffffff;
  background-color: #7DDF7C;
  font-family: 'Source Sans Pro', sans-serif;
  border-radius: 0.5em;
  border: 1px solid;
  margin: 10px 0px;
  padding: 12px;
  width: 400px;
}
.checkout-index-index .__ShippinginfoMessage__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #cc0000;
  padding: 0.5em;
}
.checkout-index-index .checkout-shipping-address .action.action-show-popup {
  display: none;
}
.checkout-index-index .checkout-shipping-address [name*="shippingAddress.street.0"] .label {
  display: none;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .checkout-shipping-address .step-title {
    padding-bottom: 1em;
    max-width: 90%;
    margin: 0 auto;
  }
  .checkout-index-index .checkout-shipping-address .step-content {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .actions-toolbar > .primary .action.primary.checkout {
    width: 100%;
    display: none;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .step-title {
    font-size: 30px;
    color: #141414;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #e3e3e3;
    border-bottom: none;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link,
  .checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link:hover,
  .checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link:focus {
    color: #cc0000;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link span,
  .checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link:hover span,
  .checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link:focus span {
    color: #cc0000;
    font-size: 0.6em;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    border-color: #cc0000;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
    background: #cc0000;
  }
}
.checkout-index-index p.hastext {
  font-size: 18px;
  color: #141414;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e3e3;
  border-bottom: none;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #cc0000;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item::after {
  background: #cc0000;
  background-color: #cc0000;
}
@media only screen and (max-width: 768px) {
  .checkout-index-index .opc-wrapper {
    max-width: 90%;
    width: 90% !important;
    margin: 0 auto;
  }
  .checkout-index-index .signinaboveblock {
    width: 80% !important;
    margin-bottom: 20px;
    margin-top: -25px !important;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: -65px !important;
  }
  .checkout-index-index .hastermspayment_info {
    font-weight: 400;
  }
}
.checkout-index-index .checkout-container {
  min-height: 50em;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .checkout-index-index .checkout-container {
    margin-top: 25px;
    max-width: 95%;
  }
}
.checkout-index-index .opc-progress-bar {
  display: none;
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: relative;
    left: 0;
    max-width: 90%;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .__OrderReviewContent__ {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .__OrderReviewContent__ > div {
  min-width: 90%;
  max-width: 90%;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .__OrderReviewContent__ > div {
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .__OrderReviewContent__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    position: relative;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .__OrderReviewContent__ .__OrderReviewTitle__ {
  font-size: 30px;
  color: #141414;
  line-height: 36px;
  font-family: 'Lato', sans-serif;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e3e3;
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .__OrderReviewContent__ .__OrderReviewContentCartItems__ {
  min-height: 4em;
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .__OrderReviewContent__ .__OrderReviewContentCartItems__ .cart-product-desc:first-child {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .__OrderReviewContent__ .__OrderReviewContentCartItems__ .cart-product-desc {
    padding-bottom: 0;
  }
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
  display: inline-block;
  width: 30%;
  padding-top: 1.2em;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 1em;
  }
}
.checkout-index-index .checkout-validate-address {
  display: none;
}
.checkout-index-index .checkout-validate-address[style="display: list-item;"] {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
  color: inherit;
}
.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
  font-size: 15px !important;
  line-height: 16px !important;
  color: #95989a;
  font-weight: 600;
  display: block;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 8px;
  padding: 0;
  font-family: 'inherit';
  text-transform: uppercase;
}
.checkout-index-index .checkout-payment-method .ccard .captcha .input-text {
  border: 1px solid #e6e6e6;
  padding: 0 24px;
  display: block;
  font-size: 18px;
  color: #000;
  height: 53px;
}
.checkout-index-index .checkout-payment-method .ccard .number .input-text {
  border: 1px solid #e6e6e6;
  padding: 0 24px;
  display: block;
  font-size: 18px;
  color: #000;
  height: 53px;
  width: 100%;
}
.checkout-index-index .checkout-payment-method .ccard .month .select {
  border: 1px solid #e6e6e6;
  padding: 0 24px;
  display: block;
  font-size: 18px;
  color: #000;
  height: 53px;
  font-family: 'Lato', sans-serif;
}
.checkout-index-index .checkout-payment-method .ccard .year .select {
  border: 1px solid #e6e6e6;
  padding: 0 24px;
  display: block;
  font-size: 18px;
  color: #000;
  height: 53px;
  font-family: 'Barlow';
}
.checkout-index-index .checkout-payment-method .ccard .cvv .input-text {
  border: 1px solid #e6e6e6;
  padding: 0 24px;
  display: block;
  font-size: 18px;
  color: #000;
  height: 53px;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-index-index .table-checkout-shipping-method,
  .checkout-index-index .payment-methods .payment-method {
    margin: auto;
  }
}
.checkout-index-index .table-checkout-shipping-method .col.col-carrier,
.checkout-index-index .payment-methods .payment-method .col.col-carrier {
  display: none;
}
.checkout-index-index .table-checkout-shipping-method .form.form-purchase-order,
.checkout-index-index .payment-methods .payment-method .form.form-purchase-order {
  display: none;
}
.checkout-index-index .table-checkout-shipping-method input[type=radio],
.checkout-index-index .payment-methods .payment-method input[type=radio],
.checkout-index-index .table-checkout-shipping-method input[type=checkbox],
.checkout-index-index .payment-methods .payment-method input[type=checkbox] {
  border: 1px solid #95989a;
  padding: 0.44em;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
  margin: 0px 5px 0 0;
}
.checkout-index-index .table-checkout-shipping-method input[type=radio]:checked,
.checkout-index-index .payment-methods .payment-method input[type=radio]:checked,
.checkout-index-index .table-checkout-shipping-method input[type=checkbox]:checked,
.checkout-index-index .payment-methods .payment-method input[type=checkbox]:checked {
  background: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/checkoutRadioBg.svg') no-repeat center center;
  background-size: 9px 9px;
}
.checkout-index-index .table-checkout-shipping-method input[type=radio]:focus,
.checkout-index-index .payment-methods .payment-method input[type=radio]:focus,
.checkout-index-index .table-checkout-shipping-method input[type=checkbox]:focus,
.checkout-index-index .payment-methods .payment-method input[type=checkbox]:focus {
  outline-color: transparent;
}
.checkout-index-index .checkout-shipping-address[style="display:list-item;"] {
  display: none;
}
.checkout-index-index .checkout-shipping-method {
  display: none;
}
.checkout-index-index .__Checkout_ProductsListHidden__ {
  display: none;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar {
  text-align: center;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary {
  float: none;
}
.checkout-index-index .methods-shipping .actions-toolbar .action.primary {
  line-height: unset;
  padding: 14px 17px;
  font-size: unset;
}
.checkout-index-index .form-login .actions-toolbar .primary .action.primary {
  background: #cc0000;
  border: none;
  color: #fdfdfd;
  font-size: 14px;
  letter-spacing: 1px;
  width: 150px !important;
  height: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 11px rgb(0 0 0%);
          box-shadow: 0px 7px 11px rgb(0 0 0%);
}
.checkout-index-index .actions-toolbar .secondary {
  padding: 10px;
}
.checkout-index-index .actions-toolbar .secondary span {
  color: #cc0000;
}
.checkout-index-index .signinaboveblock {
  width: 50%;
  text-align: right;
  margin-top: -40px;
  float: right;
  /* width: 35%; */
  height: auto;
}
@media only screen and (min-width: 768px) {
  .checkout-index-index .authentication-wrapper {
    margin-top: 0 !important;
  }
}
.checkout-index-index .authentication-wrapper .action-auth-toggle {
  background: #cc0000;
  border: none;
  color: #fdfdfd;
  font-size: 14px;
  letter-spacing: 1px;
  width: 150px;
  height: 50px;
  margin-bottom: 43px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 11px rgb(0 0 0%);
          box-shadow: 0px 7px 11px rgb(0 0 0%);
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .authentication-wrapper .action-auth-toggle {
    margin-bottom: 0px;
    margin-top: 50px;
    margin-right: 10px;
    text-decoration: none;
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .field .control._with-tooltip input {
    width: 100%;
  }
}
.checkout-index-index .__btncreditcard__,
.checkout-index-index .__btnhasterms__ {
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  display: block;
  text-align: center;
  /* padding      : 16.5px; */
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  height: 50px;
  font-weight: normal;
  border: none;
  width: 50%;
  margin: auto;
  -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .__btncreditcard__,
  .checkout-index-index .__btnhasterms__ {
    width: 90%;
  }
}
.checkout-index-index .__btncreditcard__ span,
.checkout-index-index .__btnhasterms__ span {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
}
.checkout-index-index .__btncreditcard__:hover,
.checkout-index-index .__btnhasterms__:hover,
.checkout-index-index .__btncreditcard__:focus,
.checkout-index-index .__btnhasterms__:focus {
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  display: block;
  text-align: center;
  /* padding      : 16.5px; */
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  height: 50px;
  font-weight: normal;
  border: none;
  width: 50%;
  margin: auto;
  -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
}
.checkout-index-index .__btnShowShippingMethods__,
.checkout-index-index .__btnPaymentMethods__,
.checkout-index-index .__btnOrderReview__,
.checkout-index-index .__OrderReviewBtnLayer__ button,
.checkout-index-index .action-hide-popup,
.checkout-index-index .action-select-shipping-item,
.checkout-index-index .action-save-address,
.checkout-index-index .action-apply {
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  display: block;
  text-align: center;
  /* padding      : 16.5px; */
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  height: 50px;
  font-weight: normal;
  border: none;
  width: 50%;
  margin: auto;
  -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .__btnShowShippingMethods__,
  .checkout-index-index .__btnPaymentMethods__,
  .checkout-index-index .__btnOrderReview__,
  .checkout-index-index .__OrderReviewBtnLayer__ button,
  .checkout-index-index .action-hide-popup,
  .checkout-index-index .action-select-shipping-item,
  .checkout-index-index .action-save-address,
  .checkout-index-index .action-apply {
    width: 90%;
  }
}
.checkout-index-index .__btnShowShippingMethods__ span,
.checkout-index-index .__btnPaymentMethods__ span,
.checkout-index-index .__btnOrderReview__ span,
.checkout-index-index .__OrderReviewBtnLayer__ button span,
.checkout-index-index .action-hide-popup span,
.checkout-index-index .action-select-shipping-item span,
.checkout-index-index .action-save-address span,
.checkout-index-index .action-apply span {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
}
.checkout-index-index .__btnShowShippingMethods__:hover,
.checkout-index-index .__btnPaymentMethods__:hover,
.checkout-index-index .__btnOrderReview__:hover,
.checkout-index-index .__OrderReviewBtnLayer__ button:hover,
.checkout-index-index .action-hide-popup:hover,
.checkout-index-index .action-select-shipping-item:hover,
.checkout-index-index .action-save-address:hover,
.checkout-index-index .action-apply:hover,
.checkout-index-index .__btnShowShippingMethods__:focus,
.checkout-index-index .__btnPaymentMethods__:focus,
.checkout-index-index .__btnOrderReview__:focus,
.checkout-index-index .__OrderReviewBtnLayer__ button:focus,
.checkout-index-index .action-hide-popup:focus,
.checkout-index-index .action-select-shipping-item:focus,
.checkout-index-index .action-save-address:focus,
.checkout-index-index .action-apply:focus {
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  display: block;
  text-align: center;
  /* padding      : 16.5px; */
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  height: 50px;
  font-weight: normal;
  border: none;
  width: 50%;
  margin: auto;
  -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
}
.checkout-index-index .__btnPaymentprocess__ {
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  display: block;
  text-align: center;
  /* padding      : 16.5px; */
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  height: 50px;
  font-weight: normal;
  border: none;
  width: 50%;
  margin: auto;
  margin-top: 30px;
  -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .__btnPaymentprocess__ {
    width: 90%;
  }
}
.checkout-index-index .__btnPaymentprocess__ span {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
}
.checkout-index-index .__btnPaymentprocess__:hover,
.checkout-index-index .__btnPaymentprocess__:focus {
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  display: block;
  text-align: center;
  /* padding      : 16.5px; */
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  height: 50px;
  font-weight: normal;
  border: none;
  width: 50%;
  margin-top: 30px;
  -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
}
.checkout-index-index .__optbtncardoption__ {
  display: block;
  margin: 20px;
}
.checkout-index-index .__Hastermspayment_opt__ {
  text-align: center;
  margin: 40px;
}
.checkout-index-index .__btnAddNewAddress__ {
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  display: block;
  text-align: center;
  /* padding      : 16.5px; */
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  height: 50px;
  font-weight: normal;
  border: none;
  width: 40%;
  margin: auto;
  -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .__btnAddNewAddress__ {
    width: 90%;
    margin-bottom: 20px;
  }
}
.checkout-index-index .shippingbtnbuttons_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .shippingbtnbuttons_ {
    display: unset;
  }
}
.checkout-index-index .shippingnewterms_ {
  margin: 10px 0px;
}
.checkout-index-index .shippingnewterms_ .shippingnewtermstext_ {
  color: #c00;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .action-select-shipping-item,
  .checkout-index-index .__btnShowShippingMethods__ {
    width: 100%;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .action-select-shipping-item:hover,
  .checkout-index-index .__btnShowShippingMethods__:hover,
  .checkout-index-index .__btnPaymentMethods__:hover,
  .checkout-index-index .action-select-shipping-item:focus,
  .checkout-index-index .__btnShowShippingMethods__:focus,
  .checkout-index-index .__btnPaymentMethods__:focus {
    width: 100%;
    font-weight: 700;
  }
  .checkout-index-index .__btnOrderReview__:hover,
  .checkout-index-index .__btnOrderReview__:focus {
    width: 90%;
  }
}
.checkout-index-index .action-select-shipping-item {
  text-transform: uppercase;
  font-weight: 700;
}
.checkout-index-index .__OrderReviewBtnLayer__ .actions-toolbar {
  width: 100%;
}
.checkout-index-index .__OrderReviewBtnLayer__ .actions-toolbar div.primary {
  width: 100%;
}
.checkout-index-index .__OrderReviewBtnLayer__ .actions-toolbar div.primary button {
  width: 100%;
}
.checkout-index-index .__OrderReviewBtnLayer__ .actions-toolbar div.primary button.checkout {
  position: unset;
}
.checkout-index-index .__OrderReviewBtnLayer__ .actions-toolbar div.primary button span {
  color: #fff;
}
.checkout-index-index .opc-block-summary .title,
.checkout-index-index .shipping-information-title,
.checkout-index-index .items-in-cart .title strong {
  font-size: 18px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  color: #555555;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0;
}
.checkout-index-index .grand.totals th,
.checkout-index-index .grand.totals td,
.checkout-index-index .opc-block-summary .table-totals .grand strong,
.checkout-index-index .minicart-items .product-item .product .product-item-details .subtotal .cart-price .price,
.checkout-index-index .minicart-items .product-item .product .product-item-details .product-item-name,
.checkout-index-index .minicart-items .product-item .product .product-item-details .details-qty,
.checkout-index-index .minicart-items .product-item .product .product-item-details .details-toggle,
.checkout-index-index .minicart-items .product-item .product .product-item-details .item-options {
  font-size: 14px;
  line-height: 17px;
  color: #141414;
  margin-bottom: 12px;
}
.checkout-index-index .product-item-details .active {
  border: none;
}
.checkout-index-index .item-options .label,
.checkout-index-index .item-options .values {
  display: inline-block;
}
.checkout-index-index .action-hide-popup,
.checkout-index-index .action-save-address {
  display: inline-block;
  width: 30%;
}
.checkout-index-index .action-hide-popup:hover,
.checkout-index-index .action-save-address:hover,
.checkout-index-index .action-hide-popup:focus,
.checkout-index-index .action-save-address:focus {
  width: 30%;
  color: #fff;
  background-color: #cc0000;
}
.checkout-index-index .__CheckoutBreadcrumb__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 1.6em auto;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .__CheckoutBreadcrumb__ {
    display: none;
  }
}
.checkout-index-index .__CheckoutBreadcrumb__ li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 25%;
  max-width: 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c2c2c2;
  text-decoration: none;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.5px;
  font-family: 'Lato', sans-serif;
  border: none;
}
.checkout-index-index .__CheckoutBreadcrumb__ li.active {
  color: #141414;
}
.checkout-index-index .__CheckoutNavBackTo__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 1.6em auto;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .__CheckoutNavBackTo__ {
    margin: 1.6em;
  }
}
.checkout-index-index .__CheckoutNavBackTo__ li {
  display: none;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.5px;
  font-family: 'Lato', sans-serif;
  border: none;
  cursor: pointer;
  color: #707070;
}
.checkout-index-index .__CheckoutNavBackTo__ li.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkout-index-index .__CheckoutNavBackTo__ li.active::before {
  content: '';
  background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/back.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  display: inline-block;
  margin-right: 18px;
  margin-top: 0.7em;
}
.checkout-index-index .payment-option.um-ordercomment.comment {
  display: none;
}
.checkout-index-index .__OrderReviewContentComments__ .__OrderReviewContentCommentsTitle__ {
  font-size: 14px;
  color: #141414;
  line-height: 17px;
  font-family: 'Lato', sans-serif;
  display: block;
}
.checkout-index-index .__OrderReviewContentComments__ .__OrderReviewContentCommentsText__ {
  width: 500px;
  height: 120px;
  margin-top: 10px;
  border: 1px solid #c1c1c1;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  resize: none;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .__OrderReviewContentComments__ .__OrderReviewContentCommentsText__ {
    width: 100%;
  }
}
.checkout-index-index .promo_container {
  clear: both;
  position: absolute;
  right: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .checkout-index-index .promo_container {
    right: 10px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 540px) {
  .checkout-index-index .promo_container {
    clear: unset;
    position: relative;
    right: 0px;
    margin-top: 0px;
  }
}
.checkout-index-index .promo_container .arrow {
  width: 12px;
  height: 20px;
  overflow: hidden;
  position: relative;
  float: left;
  top: 6px;
  right: -1px;
}
.checkout-index-index .promo_container .arrow .outer {
  width: 0;
  height: 0;
  border-right: 20px solid #000000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.checkout-index-index .promo_container .arrow .inner {
  width: 0;
  height: 0;
  border-right: 20px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 2px;
}
.checkout-index-index .promo_container .message-body {
  float: left;
  width: 300px;
  height: auto;
  border: 1px solid #CCC;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 6px 8px;
  border-radius: 5px;
}
.checkout-index-index .promo_container .message-body p {
  margin: 0;
}
.checkout-index-index .opc-summary-wrapper .modal-inner-wrap {
  background-color: #fafafa;
}
.checkout-index-index .opc-summary-wrapper .modal-inner-wrap .action-close {
  display: none;
}
.checkout-index-index .opc-summary-wrapper .totals.shipping.excl .mark .value {
  display: none;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary {
  margin: 0;
  background-color: inherit;
}
.checkout-index-index .opc-summary-wrapper .__OrderInfoNote__ {
  padding: 1em 0em;
  display: block;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.checkout-index-index #opc-sidebar > .opc-block-summary {
  display: none;
}
.checkout-index-index .ship-pay {
  margin-bottom: 2em;
}
.checkout-index-index footer.page-footer {
  position: unset;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
}
.checkout-index-index .errorMessageContainer {
  display: none;
}
.checkout-index-index .errorMessageContainer.yesError {
  display: none;
}
.checkout-index-index .__OrderReviewSideBar__ {
  padding: 1em;
}
.checkout-index-index .__OrderReviewSideBar__ .__SideBarBlock__ {
  margin-bottom: 1em;
}
.checkout-index-index .__OrderReviewSideBar__ .__ShippingAddressTitle__,
.checkout-index-index .__OrderReviewSideBar__ .__BillingAddressTitle__,
.checkout-index-index .__OrderReviewSideBar__ .__ShippingInfoTitle__,
.checkout-index-index .__OrderReviewSideBar__ .__BillingInfoTitle__,
.checkout-index-index .__OrderReviewSideBar__ .__PaymentMethodTitle__,
.checkout-index-index .__OrderReviewSideBar__ .__CouponCodeTitle__ {
  font-size: 18px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  color: #555555;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.checkout-index-index .__OrderReviewSideBar__ .__ShippingAddressTitle__.__GoToNav__::after,
.checkout-index-index .__OrderReviewSideBar__ .__BillingAddressTitle__.__GoToNav__::after,
.checkout-index-index .__OrderReviewSideBar__ .__ShippingInfoTitle__.__GoToNav__::after,
.checkout-index-index .__OrderReviewSideBar__ .__BillingInfoTitle__.__GoToNav__::after,
.checkout-index-index .__OrderReviewSideBar__ .__PaymentMethodTitle__.__GoToNav__::after,
.checkout-index-index .__OrderReviewSideBar__ .__CouponCodeTitle__.__GoToNav__::after {
  position: absolute;
  right: 1em;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  cursor: pointer;
}
.checkout-index-index .__OrderReviewSideBar__ .__ShippingAddressContent__,
.checkout-index-index .__OrderReviewSideBar__ .__BillingAddressContent__,
.checkout-index-index .__OrderReviewSideBar__ .__ShippingInfoContent__,
.checkout-index-index .__OrderReviewSideBar__ .__BillingInfoContent__,
.checkout-index-index .__OrderReviewSideBar__ .__PaymentMethodContent__ {
  line-height: 27px;
}
.checkout-index-index .__OrderReviewSideBar__ .opc-block-summary {
  padding: 0;
}
.checkout-index-index .__OrderReviewSideBar__ .action.primary.__BtnSubmitOrder__ {
  width: 100%;
}
.checkout-index-index .__OrderReviewSideBar__ .action.primary.__BtnSubmitWait__ {
  width: 100%;
}
.checkout-index-index .__OrderReviewSideBar__ .checkout {
  position: inherit;
  width: 100%;
}
.checkout-index-index .__OrderReviewSideBar__ .checkout:hover {
  width: 100%;
}
.checkout-index-index .field-tooltip {
  display: none;
}
.checkout-index-index button.action-primary.action-accept,
.checkout-index-index button.action-edit-address,
.checkout-index-index button.action-update,
.checkout-index-index button.action-cancel {
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  height: 50px;
  font-weight: normal;
  border: none;
  width: 6em;
  margin: auto;
  -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .cart-product-detail-description {
    padding-left: 0;
  }
}
.checkout-index-index .cart-product-detail-description .about-products span {
  text-align: inherit;
}
@media screen and (min-width: 768px) {
  .checkout-index-index .opc-wrapper li#payment {
    width: 200%;
  }
  .checkout-index-index .opc-wrapper li#payment div#checkout-step-payment {
    width: 55%;
    display: inline-block;
  }
  .checkout-index-index .opc-wrapper li#payment .__paymentInfoTextBlock {
    width: 40%;
    display: inline-block;
    margin: 4em auto;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper li#payment .__paymentInfoTextBlock {
    width: 100%;
    display: block;
    margin: 2em auto;
  }
}
.checkout-onepage-success__ .about-products .left {
  line-height: 0;
}
.checkout-onepage-success__ .about-products .remaing-desc-about-products {
  display: block;
  min-width: 100%;
  max-width: 100%;
  float: left;
}
.__TextCenter__ {
  text-align: center;
}
button.action.login.primary {
  text-transform: uppercase;
}
button.action.submit.primary {
  text-transform: uppercase;
}
.product-colorways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-width: 100%;
  max-width: 100%;
}
.product-colorways .product-option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 8em;
  max-width: 8em;
  min-height: 10em;
  max-height: 10em;
  margin: 0 0.3em 0.3em 0;
  border: transparent 1px #fff;
  cursor: pointer;
}
.product-colorways .product-option.selected {
  border: solid 1px #cc0000;
  cursor: default;
}
.pdp-material,
.pdp-collection {
  display: inline;
}
.pdp-material.hide,
.pdp-collection.hide {
  display: none;
}
.full_img_SCH {
  margin-top: 2px;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1024px) {
  .full_img_SCH {
    margin-top: 100px;
  }
}
.__ks_specSheetCon__ {
  font-size: 0.9em;
}
.__ks_specSheetCon__ a.__ks_specSheet__ {
  padding: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  color: #cc0000;
  letter-spacing: 0.75px;
}
.__ks_specSheetCon__ a.__ks_specSheet__ .__ks_specSheetIcon__ {
  background-image: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/memo_download_svg.svg');
  background-repeat: no-repeat;
  position: absolute;
  color: #cc0000;
  right: -15px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.customer-logged-in .__ks_specSheetCon__ {
  margin-bottom: 20px;
}
.stock.unavailable {
  display: none;
}
.order-request-popup .inventory-item-qty {
  text-align: right;
  padding-right: 2em;
  width: 50%;
}
.order-request-popup .sectionHeadlineCol__ {
  width: 50%;
}
.order-request-popup .product-purchase .field.disabled label {
  cursor: default;
}
.order-request-popup .product-purchase .field.disabled label span {
  color: #a0a0a0;
}
.dropdownMenu.menu-filter .navdwncontent.mf-material ul li[data-indooroutdoor] {
  margin-top: 4em;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: inline-block;
  font-size: 14px !important;
}
/*********** Timeline History Start ***************/
@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cardo/v19/wlp_gwjKBV1pqhv43IQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Pathway Gothic One';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pathwaygothicone/v15/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-tS1Za.ttf) format('truetype');
}
.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  position: relative;
}
.timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pathway Gothic One", sans-serif;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-family: Cardo;
  font-weight: normal;
  line-height: 25px;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  opacity: 0.3;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: "Pathway Gothic One", sans-serif;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}
.timeline-item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  -webkit-transition: 0.3s all 0.2s;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeline-item {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  max-width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size: 46px;
  font-family: Cardo;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: "lato", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
  font-weight: normal;
}
.demo-footer {
  padding: 60px 0;
  text-align: center;
}
.demo-footer a {
  color: #999;
  display: inline-block;
  font-family: Cardo;
}
/*********** Timeline History End ***************/
.catalog-product-view .product-options-bottom div[data-cart-type] {
  margin-right: 0;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .catalog-product-view .product-options-bottom div[data-cart-type] {
    width: 100%;
  }
}
.catalog-product-view .product-options-bottom div[data-cart-type][data-cart-type="sample"] .fieldset {
  margin-right: 0;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .catalog-product-view .product-options-bottom div[data-cart-type][data-cart-type="sample"] .fieldset button {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .catalog-product-view .product-options-bottom div[data-cart-type][data-cart-type="sample"] .fieldset button span {
    width: 6em;
  }
}
@media only screen and (min-width: 1024px) {
  .catalog-product-view .product-options-bottom div[data-cart-type][data-cart-type="sample"] .fieldset button span {
    text-align: right;
    padding-right: 1em;
  }
}
.catalog-product-view .product-options-bottom div[data-cart-type] button {
  text-transform: uppercase;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
@media only screen and (min-width: 1280px) and (max-width: 1340px) {
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .catalog-product-view .product-options-bottom div[data-cart-type] button {
    padding: 0;
  }
}
.catalog-product-view .product-options-bottom div[data-cart-type] button.__SampeToCart__ {
  background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/memo-icon-black.svg);
  background-size: 0.6em;
  background-repeat: no-repeat;
  background-position: 0.8em center;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .catalog-product-view .product-options-bottom div[data-cart-type] button.__SampeToCart__ {
    background-position: 0.4em center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .catalog-product-view .product-options-bottom div[data-cart-type] button.__SampeToCart__ {
    background-position: 1.8em center;
  }
}
.catalog-product-view .product-options-bottom div[data-cart-type] button.__SampeToCart__:hover {
  background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/memo-icon-white.svg);
}
.catalog-product-view .customer-logged-in .product-options-bottom {
  margin-bottom: 0;
}
.catalog-product-view .detailed-pdp-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.catalog-product-view .detailed-pdp-description div {
  margin: 0;
}
.catalog-product-view .detailed-pdp-description div:first-child {
  margin-top: 0;
}
.catalog-product-view .detailed-pdp-description div.hideshowdesigninspirationforpillows {
  display: block;
}
.catalog-product-view .detailed-pdp-description div.hideshowdesigninspirationforpillows > div {
  max-width: 100% !important;
  min-width: 100% !important;
}
.catalog-product-view .detailed-pdp-description span {
  min-width: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: inherit;
  margin-right: inherit;
  color: inherit;
  font-size: inherit;
}
.catalog-product-view .detailed-pdp-description > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  line-height: 1.6em;
}
.catalog-product-view .detailed-pdp-description > div > div:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 40%;
  max-width: 40%;
  margin-top: 16px;
  margin-right: 16px;
  color: #c1c1c1;
  font-size: 14px;
}
.catalog-product-view .detailed-pdp-description > div > div:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin-top: 16px;
  font-size: 14px;
}
.catalog-product-view .detailed-pdp-description > div > div:last-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.catalog-product-view .detailed-pdp-description > div > div:last-child > div span {
  color: inherit;
  width: inherit;
}
.catalog-product-view .detailed-pdp-description > div > div:last-child > div span.inchbycm {
  padding: 0 0.3em;
  color: #c1c1c1;
}
.catalog-product-view .detailed-pdp-description > div > div:last-child > div span.valueincm {
  text-transform: lowercase;
  color: #c1c1c1;
  margin-right: 0.3em;
}
.catalog-product-view .detailed-pdp-description div.tbl-label,
.catalog-product-view .detailed-pdp-description div.tbl-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.catalog-product-view .block.related .product-item-details .description-left-part {
  width: 60%;
}
.catalog-product-view .block.related .product-item-details .description-right-part {
  width: 40%;
}
.catalog-product-view .stock.available #inventoryQty img {
  width: 2em;
  margin-right: 0.1em;
}
.catalog-product-view .stock.available .final-uom-value-label {
  display: none;
  padding-right: 15px;
}
.catalog-product-view .stock.available span.__ks_dyeLotText__ {
  padding-left: 15px;
  text-transform: capitalize;
}
.catalog-product-view .stock.available span.__ks_dyeLotText__._dyeLotInfo {
  border-left: 1px solid #c3c3c3;
}
.catalog-product-view .stock.available span.__ks_dyeLotText__ a.__ks_dyeLotLink__ {
  color: #cc0000;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}
.catalog-product-view .color-SKU span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  text-transform: uppercase;
}
.catalog-product-view .color-SKU span.sku {
  color: #141414;
}
.catalog-product-view a.download-main-image {
  position: absolute;
  text-transform: uppercase;
  bottom: 6.6em;
  right: 3em;
  font-weight: bold;
  font-size: 0.7em;
  padding: 0.4em 0.8em;
  z-index: 10000;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease, -webkit-transform 150ms ease;
}
.catalog-product-view a.download-main-image:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.catalog-product-view a.download-main-image .main-image-download-progress {
  visibility: hidden;
}
.catalog-product-view a.download-main-image .main-image-download-progress img {
  max-width: 1.6em;
  margin-left: 0.5em;
  margin-bottom: 0.1em;
}
.catalog-product-view .product-purchase-details span.colorways-desc {
  color: #8f8f8f;
}
.catalog-product-view .product-purchase-details span.size {
  color: #8f8f8f;
}
.catalog-product-view .product-purchase-details span.pillowsize {
  color: #8f8f8f;
}
.catalog-product-view .product-purchase-details .stocklimit {
  color: #cc0000;
  margin-bottom: 30px;
}
.catalog-product-view .pdp_description .socialContainer .product-social-links {
  position: relative;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .pdp_description .socialContainer .product-social-links {
    position: absolute;
    z-index: 101;
    top: -28px;
  }
}
.catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ {
  position: absolute;
  top: 2em;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-height: 6em;
  min-width: 40%;
  max-width: 46%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  justify-items: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ {
    min-width: 64%;
    max-width: 68%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1899px) {
  .catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ {
    min-width: 50%;
    max-width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ {
    top: 6em;
    left: 1.8em;
    min-width: 100%;
    max-width: 100%;
    min-height: 3em;
  }
}
.catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ .__PdpPrevNextTitle__ a:hover {
  color: black;
  text-decoration: underline;
}
.catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ .__PdpPrevNextTitle__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-width: 100%;
  position: relative;
  margin-bottom: 0.25em;
  text-transform: uppercase;
  font-size: 0.78em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ .__PdpPrevNextTitle__ {
    display: none;
  }
}
.catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ .__PdpPrevNextContent__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  text-decoration: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ .__PdpPrevNextContent__ .__PdpImgWrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 45%;
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ .__PdpPrevNextContent__ .__PdpImgWrapper__ {
    min-width: 2em;
    max-width: 3em;
  }
}
.catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ .__PdpPrevNextContent__ .__PdpImgWrapper__ a {
  display: block;
  text-decoration: none;
  min-width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ .__PdpPrevNextContent__ .__PdpImgWrapper__ a img {
    max-height: 3em;
  }
}
.catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ .__PdpPrevNextContent__ .__PdpImgWrapper__ a span {
  display: block;
  width: 16px;
  height: 8px;
  text-align: center;
  margin: 0 auto;
}
.catalog-product-view .pdp_description .socialContainer .product-social-links .__PdpPrevNext__ .__PdpPrevNextContent__ .__PdpImgWrapper__ a span.iconWrapperNEXT_ svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-product-view div[role="alert"].messages,
.sendfriend-product-send div[role="alert"].messages {
  display: none;
}
.find-dealer .dealer p:last-child {
  padding-left: 0;
  padding-right: 0;
}
.find-dealer .dealer p:last-child a {
  padding: 1em 4em;
}
.select-filters .filter-type[data-filter-name="price"] div.filter-options > div:not(.removecss) {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  width: 350px;
}
.select-filters .filter-type[data-filter-name="use"] div.filter-options > div:not(.removecss),
.select-filters .filter-type[data-filter-name="end_use_quality"] div.filter-options > div:not(.removecss) {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}
.select-filters .filter-type[data-filter-name="contract_performance"] div.filter-options > div:not(.removecss) {
  -webkit-columns: 5;
     -moz-columns: 5;
          columns: 5;
}
.select-filters .filter-type[data-filter-name="end_use_quality"] > div h3 {
  width: 16em;
}
@media screen and (max-width: 767px) {
  .select-filters .filter-type[data-filter-name="price"] div.filter-options > div:not(.removecss) {
    width: auto;
  }
}
.filter-color_bucket.filter-type > div h3 span,
.filter-color.filter-type > div h3 span {
  font-size: 14px;
}
.pdp-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99998;
}
.pdp-overlay .pdp-overlay-wrapper {
  position: fixed;
  max-width: 1260px;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
}
.pdp-overlay .pdpclose-overlay {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  outline: 0;
  border: 0;
  background-color: #F0F1F1;
  background-image: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/black-close-icon.svg');
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.pdp-overlay .pdpclose-overlay .close-icon:hover {
  background-color: #000000;
  background-image: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/white-close-icon.svg');
}
.pdp-overlay .pdp-overlay-section {
  padding: 67px 65px 117px;
  background-color: #ffffff;
  margin: 0 0 0 60px;
  font-size: 0;
}
.pdp-overlay .pdp-overlay-details {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 0 40px;
}
.pdp-overlay .pdp-overlay-form {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  padding: 0 40px;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.pdp-overlay .pdp-overlay-form label.error {
  display: none !important;
}
.pdp-overlay .pdp-overlay-heading {
  font-size: 40px;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05px;
  line-height: 45px;
  max-width: 165px;
  margin: 0 0 33px;
}
.pdp-overlay .pdp-overlay-description {
  font-size: 14px;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #58595B;
  max-width: 301px;
  margin: 0;
}
.pdp-overlay .pdp-overlay-colorway {
  margin: 50px 0 0 0;
}
.pdp-overlay .pdp-overlay-colorway-heading {
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.pdp-overlay .pdp-overlay-variant-list {
  margin: 15px 0 0 -5px;
  min-height: 100px;
  max-height: 300px;
  overflow: auto;
}
.pdp-overlay .pdp-overlay-variant-list li {
  width: 120px;
  height: 85px;
  float: left;
  padding: 5px;
}
.pdp-overlay .pdp-overlay-color-choise {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 60%;
  background-position: top center;
  background-repeat: no-repeat;
}
.pdp-overlay .pdp-overlay-color-choise.selected:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  content: " ";
  background-color: #000000;
  background-image: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/white-check.svg');
  background-size: 40px 40px;
  background-position: center top 2px;
  background-repeat: no-repeat;
}
.pdp-overlay .pdp-overlay-form input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px;
  margin: 0 0 30px;
  color: #000000;
  background-color: #F0F1F1;
  border: none;
}
.pdp-overlay .pdp-overlay-form input.error {
  border: 1px solid #ff0000;
}
.pdp-overlay .pdp-overlay-form input:focus {
  outline: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.pdp-overlay .pdp-overlay-form textarea {
  display: block;
  width: 100%;
  height: 150px;
  padding: 15px;
  margin: 0 0 30px;
  color: #000000;
  background-color: #F0F1F1;
  border: none;
  resize: none;
}
.pdp-overlay .pdp-overlay-form textarea.error {
  border: 1px solid #ff0000;
}
.pdp-overlay .pdp-overlay-form textarea:focus {
  outline: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.pdp-overlay .padpfilters-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-color: #000000;
  border: 0;
  outline: 0;
}
.pdp-overlay .padpfilters-submit .arrow-icon {
  width: 16px;
  height: 8px;
}
.pdp-overlay .pdpclose-overlay-mobile {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  content: " ";
  font-size: 14px;
  color: #000000;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  letter-spacing: 1px;
  padding: 0 0 0 20px;
  background-image: url('../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/black-close-icon.svg');
  background-size: 10px 10px;
  background-position: left top 4px;
  background-repeat: no-repeat;
}
.pdp-overlay .pdp-overlay-submit-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pdp-overlay .ft-bottom_right .ft-ppv,
  .pdp-overlay .ft-bottom_right .ft-pagination,
  .pdp-overlay .ft-top_right .most-relevant {
    display: inline-block;
  }
  .pdp-overlay .sample-req-name,
  .pdp-overlay .sample-req-email,
  .pdp-overlay .sample-req-city {
    min-width: 46%;
    max-width: 46%;
    display: inline-block;
  }
  .pdp-overlay .sample-req-address {
    min-width: 60%;
    max-width: 60%;
    display: inline-block;
  }
  .pdp-overlay .sample-req-suite {
    min-width: 32%;
    max-width: 32%;
    display: inline-block;
  }
  .pdp-overlay .sample-req-state,
  .pdp-overlay .sample-req-zipcode {
    min-width: 20%;
    max-width: 20%;
    display: inline-block;
  }
  .pdp-overlay .sample-req-email,
  .pdp-overlay .sample-req-suite,
  .pdp-overlay .sample-req-state,
  .pdp-overlay .sample-req-zipcode {
    margin-left: 2em;
  }
}
.wrapper-loader {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99998;
}
.common-loader {
  display: none;
  margin-top: -35px;
  margin-left: -35px;
  font-size: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 10px solid rgba(200, 200, 200, 0.8);
  border-right: 10px solid rgba(200, 200, 200, 0.8);
  border-bottom: 10px solid rgba(200, 200, 200, 0.8);
  border-left: 10px solid #cc0000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: customloader 1.1s infinite linear;
          animation: customloader 1.1s infinite linear;
  z-index: 99999;
}
.common-loader,
.common-loader:after {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
@-webkit-keyframes customloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes customloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.favorites-index-index .page-title-wrapper {
  display: none;
}
.favorites-index-index .pl_details_right {
  display: block;
}
.favorites-index-index .price {
  display: none;
}
.favorites-index-index.customer-logged-in .price {
  display: block;
}
.favorites-index-index .productDescription {
  position: unset;
}
.catalog-category-view .product__listing .pl_item .productDescription,
.search-results-index .product__listing .pl_item .productDescription,
.favorites-index-index .product__listing .pl_item .productDescription,
.search-results-category .product__listing .pl_item .productDescription {
  opacity: 1;
  color: #000;
  position: unset;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .product__listing .pl_item .productDescription,
  .search-results-index .product__listing .pl_item .productDescription,
  .favorites-index-index .product__listing .pl_item .productDescription,
  .search-results-category .product__listing .pl_item .productDescription {
    display: block;
  }
}
.catalog-category-view .product__listing .pl_item .productDescription .pl_actions,
.search-results-index .product__listing .pl_item .productDescription .pl_actions,
.favorites-index-index .product__listing .pl_item .productDescription .pl_actions,
.search-results-category .product__listing .pl_item .productDescription .pl_actions {
  display: none;
  position: absolute;
  right: 0;
}
.catalog-category-view .product__listing .pl_item .productDescription .pl_actions .imageIcon3,
.search-results-index .product__listing .pl_item .productDescription .pl_actions .imageIcon3,
.favorites-index-index .product__listing .pl_item .productDescription .pl_actions .imageIcon3,
.search-results-category .product__listing .pl_item .productDescription .pl_actions .imageIcon3 {
  background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/memo-icon-black.svg);
  background-size: 1.1em;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view .product__listing .pl_item .productDescription .pl_actions,
  .search-results-index .product__listing .pl_item .productDescription .pl_actions,
  .favorites-index-index .product__listing .pl_item .productDescription .pl_actions,
  .search-results-category .product__listing .pl_item .productDescription .pl_actions {
    display: block;
  }
}
.catalog-category-view .product__listing .pl_item .productDescription .pl_actions a.imageIcon,
.search-results-index .product__listing .pl_item .productDescription .pl_actions a.imageIcon,
.favorites-index-index .product__listing .pl_item .productDescription .pl_actions a.imageIcon,
.search-results-category .product__listing .pl_item .productDescription .pl_actions a.imageIcon {
  display: inline-block;
}
.catalog-category-view .product__listing .pl_item .productDescription .pl_actions a.imageIcon.imageIcon3,
.search-results-index .product__listing .pl_item .productDescription .pl_actions a.imageIcon.imageIcon3,
.favorites-index-index .product__listing .pl_item .productDescription .pl_actions a.imageIcon.imageIcon3,
.search-results-category .product__listing .pl_item .productDescription .pl_actions a.imageIcon.imageIcon3 {
  margin-right: 0.4em;
}
.catalog-category-view .product__listing .pl_item .productDescription .pl_details_right,
.search-results-index .product__listing .pl_item .productDescription .pl_details_right,
.favorites-index-index .product__listing .pl_item .productDescription .pl_details_right,
.search-results-category .product__listing .pl_item .productDescription .pl_details_right {
  display: block;
}
.catalog-category-view .product__listing .pl_item .productDescription .regularprice,
.search-results-index .product__listing .pl_item .productDescription .regularprice,
.favorites-index-index .product__listing .pl_item .productDescription .regularprice,
.search-results-category .product__listing .pl_item .productDescription .regularprice {
  margin-right: 5px;
  text-decoration: line-through;
}
.catalog-category-view .product__listing .pl_item .productDescription .add-to-wishlist,
.search-results-index .product__listing .pl_item .productDescription .add-to-wishlist,
.favorites-index-index .product__listing .pl_item .productDescription .add-to-wishlist,
.search-results-category .product__listing .pl_item .productDescription .add-to-wishlist {
  margin-right: 0.5em;
}
.catalog-category-view .product__listing .pl_item .productDescription .aa-to-cart,
.search-results-index .product__listing .pl_item .productDescription .aa-to-cart,
.favorites-index-index .product__listing .pl_item .productDescription .aa-to-cart,
.search-results-category .product__listing .pl_item .productDescription .aa-to-cart,
.catalog-category-view .product__listing .pl_item .productDescription .add-to-wishlist,
.search-results-index .product__listing .pl_item .productDescription .add-to-wishlist,
.favorites-index-index .product__listing .pl_item .productDescription .add-to-wishlist,
.search-results-category .product__listing .pl_item .productDescription .add-to-wishlist {
  display: none;
  width: 2em;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .product__listing .pl_item .productDescription .aa-to-cart,
  .search-results-index .product__listing .pl_item .productDescription .aa-to-cart,
  .favorites-index-index .product__listing .pl_item .productDescription .aa-to-cart,
  .search-results-category .product__listing .pl_item .productDescription .aa-to-cart,
  .catalog-category-view .product__listing .pl_item .productDescription .add-to-wishlist,
  .search-results-index .product__listing .pl_item .productDescription .add-to-wishlist,
  .favorites-index-index .product__listing .pl_item .productDescription .add-to-wishlist,
  .search-results-category .product__listing .pl_item .productDescription .add-to-wishlist {
    display: inline-block;
    width: 2em;
  }
}
.catalog-category-view .product__listing .pl_item .productDescription .price,
.search-results-index .product__listing .pl_item .productDescription .price,
.favorites-index-index .product__listing .pl_item .productDescription .price,
.search-results-category .product__listing .pl_item .productDescription .price {
  display: block;
}
.catalog-category-view .product__listing .pl_item:hover .productDescription .pl_actions,
.search-results-index .product__listing .pl_item:hover .productDescription .pl_actions,
.favorites-index-index .product__listing .pl_item:hover .productDescription .pl_actions,
.search-results-category .product__listing .pl_item:hover .productDescription .pl_actions {
  display: block;
}
.catalog-category-view .product__listing .pl_item:hover .productDescription .aa-to-cart,
.search-results-index .product__listing .pl_item:hover .productDescription .aa-to-cart,
.favorites-index-index .product__listing .pl_item:hover .productDescription .aa-to-cart,
.search-results-category .product__listing .pl_item:hover .productDescription .aa-to-cart,
.catalog-category-view .product__listing .pl_item:hover .productDescription .add-to-wishlist,
.search-results-index .product__listing .pl_item:hover .productDescription .add-to-wishlist,
.favorites-index-index .product__listing .pl_item:hover .productDescription .add-to-wishlist,
.search-results-category .product__listing .pl_item:hover .productDescription .add-to-wishlist {
  display: inline-block;
}
.catalog-category-view .product__listing .pl_item:hover .productDescription .price,
.search-results-index .product__listing .pl_item:hover .productDescription .price,
.favorites-index-index .product__listing .pl_item:hover .productDescription .price,
.search-results-category .product__listing .pl_item:hover .productDescription .price {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view .product__listing .pl_item:hover .productDescription .price,
  .search-results-index .product__listing .pl_item:hover .productDescription .price,
  .favorites-index-index .product__listing .pl_item:hover .productDescription .price,
  .search-results-category .product__listing .pl_item:hover .productDescription .price {
    display: block;
  }
}
.catalog-category-view .product__listing .pl_item .__productcolor__,
.search-results-index .product__listing .pl_item .__productcolor__,
.favorites-index-index .product__listing .pl_item .__productcolor__,
.search-results-category .product__listing .pl_item .__productcolor__ {
  margin: 5px 0px;
  font-size: 12px;
  word-break: normal;
  line-height: 0.9rem;
}
.catalog-category-view .__CategoryProductsNotFound__,
.search-results-index .__CategoryProductsNotFound__,
.favorites-index-index .__CategoryProductsNotFound__,
.search-results-category .__CategoryProductsNotFound__ {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}
.catalog-category-view .__CategoryProductsNotFound__.__Show__,
.search-results-index .__CategoryProductsNotFound__.__Show__,
.favorites-index-index .__CategoryProductsNotFound__.__Show__,
.search-results-category .__CategoryProductsNotFound__.__Show__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
li.has-dropdown.blackmenu.shoplook {
  display: none;
}
@media screen and (max-width: 1024px) {
  li.has-dropdown.blackmenu.shoplook {
    display: block;
  }
}
@media (min-width: 768px), print {
  .search-results-index .column.main,
  .ft-row.ft-top .column.main,
  .search-results-category .column.main {
    min-height: unset;
  }
}
@media (max-width: 768px), print {
  .search-results-index .ft-row.ft-top,
  .ft-row.ft-top .ft-row.ft-top,
  .search-results-category .ft-row.ft-top {
    position: absolute !important;
    top: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 95px !important;
  }
  .search-results-index .ft-row.ft-top > div.clearfix .ft-top_right,
  .ft-row.ft-top .ft-row.ft-top > div.clearfix .ft-top_right,
  .search-results-category .ft-row.ft-top > div.clearfix .ft-top_right {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    top: 55px;
  }
  .search-results-index .product__listing,
  .ft-row.ft-top .product__listing,
  .search-results-category .product__listing {
    margin-top: 120px;
  }
}
.search-results-index .page-title-wrapper,
.ft-row.ft-top .page-title-wrapper,
.search-results-category .page-title-wrapper {
  display: none;
}
.search-results-index .pl_item.hideme,
.ft-row.ft-top .pl_item.hideme,
.search-results-category .pl_item.hideme {
  display: none;
  margin: 0;
}
.search-results-index .filter-type > div h3,
.ft-row.ft-top .filter-type > div h3,
.search-results-category .filter-type > div h3 {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .search-results-index .filter-type > div h3,
  .ft-row.ft-top .filter-type > div h3,
  .search-results-category .filter-type > div h3 {
    width: 100%;
  }
}
.search-results-index .filter-type .filter-options .inner-block,
.ft-row.ft-top .filter-type .filter-options .inner-block,
.search-results-category .filter-type .filter-options .inner-block {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
}
.search-results-index .filter-type.filter-design .filter-options .inner-block h3,
.ft-row.ft-top .filter-type.filter-design .filter-options .inner-block h3,
.search-results-category .filter-type.filter-design .filter-options .inner-block h3 {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .search-results-index .filter-type.filter-design .filter-options .inner-block h3,
  .ft-row.ft-top .filter-type.filter-design .filter-options .inner-block h3,
  .search-results-category .filter-type.filter-design .filter-options .inner-block h3 {
    width: 100%;
  }
}
.search-results-index .filter-type.filter-color_bucket .filter-options .inner-block,
.ft-row.ft-top .filter-type.filter-color_bucket .filter-options .inner-block,
.search-results-category .filter-type.filter-color_bucket .filter-options .inner-block,
.search-results-index .filter-type.filter-color .filter-options .inner-block,
.ft-row.ft-top .filter-type.filter-color .filter-options .inner-block,
.search-results-category .filter-type.filter-color .filter-options .inner-block {
  -webkit-columns: auto;
     -moz-columns: auto;
          columns: auto;
}
.search-results-index .filter-type.filter-color_bucket .filter-options .inner-block h3,
.ft-row.ft-top .filter-type.filter-color_bucket .filter-options .inner-block h3,
.search-results-category .filter-type.filter-color_bucket .filter-options .inner-block h3,
.search-results-index .filter-type.filter-color .filter-options .inner-block h3,
.ft-row.ft-top .filter-type.filter-color .filter-options .inner-block h3,
.search-results-category .filter-type.filter-color .filter-options .inner-block h3 {
  border: solid 1px #bbbbbb;
}
@media screen and (max-width: 767px) {
  .search-results-index .filter-type.filter-brand .filter-options .inner-block,
  .ft-row.ft-top .filter-type.filter-brand .filter-options .inner-block,
  .search-results-category .filter-type.filter-brand .filter-options .inner-block {
    -webkit-columns: 1 !important;
       -moz-columns: 1 !important;
            columns: 1 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .search-results-index .filter-type.filter-brand .filter-options .inner-block,
  .ft-row.ft-top .filter-type.filter-brand .filter-options .inner-block,
  .search-results-category .filter-type.filter-brand .filter-options .inner-block {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .search-results-index .filter-type.filter-brand .filter-options .inner-block,
  .ft-row.ft-top .filter-type.filter-brand .filter-options .inner-block,
  .search-results-category .filter-type.filter-brand .filter-options .inner-block {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .search-results-index .filter-type.filter-brand .filter-options .inner-block,
  .ft-row.ft-top .filter-type.filter-brand .filter-options .inner-block,
  .search-results-category .filter-type.filter-brand .filter-options .inner-block {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .search-results-index .filter-type.filter-brand .filter-options .inner-block,
  .ft-row.ft-top .filter-type.filter-brand .filter-options .inner-block,
  .search-results-category .filter-type.filter-brand .filter-options .inner-block {
    -webkit-columns: 5;
       -moz-columns: 5;
            columns: 5;
  }
}
@media screen and (min-width: 1601px) {
  .search-results-index .filter-type.filter-brand .filter-options .inner-block,
  .ft-row.ft-top .filter-type.filter-brand .filter-options .inner-block,
  .search-results-category .filter-type.filter-brand .filter-options .inner-block {
    -webkit-columns: 6;
       -moz-columns: 6;
            columns: 6;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .search-results-index .filter-type.filter-design .filter-options .inner-block,
  .ft-row.ft-top .filter-type.filter-design .filter-options .inner-block,
  .search-results-category .filter-type.filter-design .filter-options .inner-block {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .search-results-index .filter-type.filter-design .filter-options .inner-block,
  .ft-row.ft-top .filter-type.filter-design .filter-options .inner-block,
  .search-results-category .filter-type.filter-design .filter-options .inner-block {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .search-results-index .filter-type.filter-design .filter-options .inner-block,
  .ft-row.ft-top .filter-type.filter-design .filter-options .inner-block,
  .search-results-category .filter-type.filter-design .filter-options .inner-block {
    -webkit-columns: 5;
       -moz-columns: 5;
            columns: 5;
  }
}
@media screen and (min-width: 1601px) {
  .search-results-index .filter-type.filter-design .filter-options .inner-block,
  .ft-row.ft-top .filter-type.filter-design .filter-options .inner-block,
  .search-results-category .filter-type.filter-design .filter-options .inner-block {
    -webkit-columns: 6;
       -moz-columns: 6;
            columns: 6;
  }
}
.search-results-index .filter-type.filter-application .filter-options .inner-block,
.ft-row.ft-top .filter-type.filter-application .filter-options .inner-block,
.search-results-category .filter-type.filter-application .filter-options .inner-block,
.search-results-index .filter-type.filter-scale .filter-options .inner-block,
.ft-row.ft-top .filter-type.filter-scale .filter-options .inner-block,
.search-results-category .filter-type.filter-scale .filter-options .inner-block,
.search-results-index .filter-type.filter-product .filter-options .inner-block,
.ft-row.ft-top .filter-type.filter-product .filter-options .inner-block,
.search-results-category .filter-type.filter-product .filter-options .inner-block,
.search-results-index .filter-type.filter-durability .filter-options .inner-block,
.ft-row.ft-top .filter-type.filter-durability .filter-options .inner-block,
.search-results-category .filter-type.filter-durability .filter-options .inner-block,
.search-results-index .filter-type.filter-price .filter-options .inner-block,
.ft-row.ft-top .filter-type.filter-price .filter-options .inner-block,
.search-results-category .filter-type.filter-price .filter-options .inner-block {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}
.search_field .block-search .control {
  position: relative;
}
.search_field .block-search .control .search-dropdown-loader {
  position: absolute;
  width: 2em;
  top: 0.15em;
  right: 1em;
}
@media screen and (max-width: 767px) {
  .search_field .block-search .control .search-dropdown-loader {
    top: 0;
    right: 2em;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.search_field .block-search .control .search-dropdown-loader img {
  height: 0.6em;
}
.search-autocomplete ul li.product-item::before {
  content: " ";
  width: 4px;
  height: 4px;
  font-size: 15px;
  display: block;
  margin-left: -15px;
  margin-right: 8px;
  color: #ffffff;
}
.search-autocomplete ul li.product-item:hover {
  background: #e8e8e8;
}
.search-autocomplete ul li.product-item:hover::before {
  content: "•";
  color: #cc0000;
}
.search-autocomplete ul li.product-item a {
  display: inline-block;
  margin-left: 0.2em;
  width: 100%;
}
.search-autocomplete ul li.product-item a span {
  color: #141414;
}
.search-autocomplete ul li.product-item a:hover {
  text-decoration: none;
}
.search-autocomplete ul li.not-link {
  color: #000;
  padding-left: 3em;
}
.search-autocomplete ul li.not-link:hover {
  background: none;
}
.search-autocomplete ul li.seperator {
  height: 4px;
  padding: 0;
  background-color: gray;
}
.search-autocomplete ul li.view-all-item {
  text-align: center;
}
.search-autocomplete ul li.view-all-item a {
  width: 100%;
  display: block;
  color: #141414;
}
.search-autocomplete ul li.view-all-item a:hover {
  text-decoration: none;
}
.recaptcha-error.__recaptchaError__ {
  color: #cc0000;
  margin-top: 1em;
}
.pdp-overlay .pdp-overlay-variant-list li {
  height: 120px;
}
.pdp-overlay .pdp-overlay-color-choise {
  height: 70%;
}
.pdp-overlay .pdp-overlay-variant-list .pdp-overlay-colorway-sku,
.pdp-overlay .pdp-overlay-variant-list .pdp-overlay-colorway-name {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
.pdp-overlay .pdp-overlay-variant-list .pdp-overlay-colorway-name {
  padding: 0.25em 0 0.1em;
}
.pdp-overlay .pdp-overlay-variant-list .pdp-overlay-colorway-sku {
  padding: 0.1em 0 0.2em;
}
.pdp-overlay .pdp-overlay-color-choise.selected:before {
  width: 26px;
  height: 26px;
  background-size: 30px 30px;
}
.custom_option {
  display: block;
  clear: both;
  width: 100%;
  text-align: left;
  line-height: 1.75em;
  font-size: 0.76em;
}
.custom_option_label {
  display: block;
  clear: both;
  width: 100%;
  float: none;
}
.custom_option_value {
  display: block;
  clear: both;
  width: 100%;
  float: none;
  padding-left: 1.5em;
}
#emailToFriendSuccessMessage h2 {
  padding-top: 4em;
  font-size: 2em;
  text-align: center;
}
.palette_stage {
  width: 400px;
  height: 400px;
  margin: auto;
}
.stroke {
  fill: #FFFFFF;
}
.c_block {
  fill: #ffffff;
}
.c_block:hover {
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer;
}
.dropdownMenu.menu-filter .palette_stage circle:hover,
.dropdownMenu.menu-filter .navdwncontent.mf-color .palette_stage circle:hover {
  cursor: pointer;
}
.dropdownMenu.menu-filter .palette_stage path:hover,
.dropdownMenu.menu-filter .navdwncontent.mf-color .palette_stage path:hover {
  cursor: pointer;
}
.dropdownMenu.menu-filter .selected_colors,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selected_colors,
.dropdownMenu.menu-filter .selected_palette_colors,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selected_palette_colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 76%;
  min-width: 76%;
  max-width: 76%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}
.dropdownMenu.menu-filter .selected_palette_colors .title,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selected_palette_colors .title,
.dropdownMenu.menu-filter .selected_palette_colors .paletteClearBtn,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selected_palette_colors .paletteClearBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  line-height: 2em;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.dropdownMenu.menu-filter .selected_palette_colors .title,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selected_palette_colors .title {
  color: #ccc;
}
.dropdownMenu.menu-filter .selected_palette_colors .paletteClearBtn,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selected_palette_colors .paletteClearBtn {
  color: #242424;
}
.dropdownMenu.menu-filter .selected_palette_colors .paletteClearX,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selected_palette_colors .paletteClearX {
  margin-right: 0.6em;
}
.dropdownMenu.menu-filter .selectedColourItem,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selectedColourItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 36px;
      flex-basis: 36px;
  width: 36px;
  height: 36px;
  border-radius: 0%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ccc;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.dropdownMenu.menu-filter .selectedColourItem.mf_active,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selectedColourItem.mf_active {
  border: 1.5px solid #000;
}
.dropdownMenu.menu-filter .navdwncontent.mf-color .palette_stage path:hover {
  cursor: pointer;
}
.filter-color_bucket.filter-type > div h3,
.filter-color.filter-type > div h3 {
  min-width: 3em;
  max-width: 3em;
  border-radius: 3em;
}
span.selected-filter-text.color {
  min-width: 1.8em;
  min-height: 1.8em;
  top: -0.46em;
  border-radius: 1em;
  border: solid 1px #bbbbbb;
}
.dynamic_color_palette {
  display: none;
  position: relative;
  width: 400px;
  height: 400px;
}
.dynamic_color_palette #parentdiv {
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 20px;
  left: 46%;
  top: 46%;
}
.dynamic_color_palette #parentdiv .dotCircle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ac5;
  border-radius: 100px;
}
/**=====================================
  * New Navigation Stylings
  ========================================*/
@media screen and (max-width: 1024px) {
  div#element1 .navdwncontent-head.style_head {
    color: #9a9999;
  }
  div#element5 .navdwncontent-head.style_head {
    color: #9a9999;
  }
  div#element5 .part1 .navdwncontent-head.hiddeni,
  div#element5 .part2 .navdwncontent-head.hiddeni {
    display: block;
    margin: 10px 0 !important;
  }
  div#element5 .part1 .navdwncontent-content.style_content,
  div#element5 .part2 .navdwncontent-content.style_content {
    margin-top: 0px;
  }
  div#element6 p.navdwncontent-head.menu_heading.style_head {
    display: none;
  }
  div#element6 .part1 .navdwncontent-head.hiddeni {
    display: block;
    margin: 10px 0 !important;
  }
  div#element6 .part1 .navdwncontent-content.style_content {
    margin-top: 0px;
  }
  div#element7 p.navdwncontent-head.menu_heading.style_head {
    color: #9a9999;
  }
  div#element8 p.navdwncontent-head.menu_heading.style_head {
    color: #9a9999;
  }
  div#element8 .navdwncontent {
    border: unset !important;
    padding: unset !important;
  }
  div#element8 .part1 p.navdwncontent-head.hiddeni {
    display: block;
    margin: 10px 0 !important;
  }
  div#element9 p.navdwncontent-head.menu_heading.style_head {
    color: #9a9999;
  }
  div#element-2 .navdwnlinks.navLinkWrapper.__ks_advSearchWrapper__ {
    padding-bottom: 10px;
  }
  div#element-2 .navdwnlinks.navLinkWrapper.__ks_advSearchWrapper__ .navdwnlinks.__ks_advSearchNavLinks__ {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  div#element-2 .navdwnlinks.navLinkWrapper.__ks_advSearchWrapper__ .navdwnlinks.__ks_advSearchNavLinks__ span {
    margin: 10px 0 !important;
  }
  div#element-2 .navdwnlinks.navLinkWrapper.__ks_advSearchWrapper__ .navdwnlinks.__ks_advSearchNavLinks__ ul.__ks_advSearchList__ {
    margin-bottom: 10px;
  }
}
.dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper {
  width: 290px;
}
.dropdownMenu.menu-filter .selectedColourItem,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selectedColourItem {
  -ms-flex-preferred-size: 28px;
      flex-basis: 28px;
  width: 28px;
  height: 36px;
}
.dropdownMenu.menu-filter .selected_colors,
.dropdownMenu.menu-filter .navdwncontent.mf-color .selected_colors {
  min-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.palette_stage {
  width: 250px;
  height: 250px;
}
.dropdownMenu.menu-filter .navdwnlinks > ul.__ks_advSearchList__ {
  margin-bottom: 25px;
}
.dropdownMenu.menu-filter .navdwnlinks ul.__ks_advSearchList__ li {
  border: none;
  margin: 0 auto;
  padding: 5px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.filter_menus_div.dropdownMenu.menu-filter .navdwncontent.__ks_advSearchNavdwnContent__ li {
  line-height: 20px;
}
.dropdownMenu.menu-filter .__ks_advSearchNavdwnContent__ .navdwncontent-head {
  margin: 0;
  line-height: 25px;
  font-size: 18px;
  color: #c1c1c1;
}
.dropdownMenu.menu-filter .navdwncontent.__ks_advSearchNavdwnContent__ ul.__ks_advSearchNavdwnContentList__ {
  padding-bottom: 10px;
  padding-left: 10px;
}
.filter_menus_div.dropdownMenu.menu-filter .navdwncontent.__ks_advSearchNavdwnContent__ li {
  line-height: 20px;
}
.__ks_advSearchAdtnlFilters__ {
  border: 1px solid #E3E3E3;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  margin-top: 10px;
}
.__ks_advSearchNavdwnContent__ ._search_filter_wrapper {
  margin-top: 20px;
  margin-right: 10px;
}
.navdwncontent.color-bottom-text.__ks_advSearchNavdwnContent__ {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
p.__ks_advSearchAdtnlFiltersText1__,
p.__ks_advSearchAdtnlFiltersText2__ {
  font-size: 14px;
}
.navdwncontent.__ks_followMenu_Navdwncontent__ {
  border-left: none;
  padding: 0;
}
#element6 .navdwnlinks.__ks_brandsMenu_Navdwnlinks__ {
  display: table-cell;
}
.__ks_metallic__,
.__ks_multicolored__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.__ks_metallic__ img,
.__ks_multicolored__ img {
  cursor: pointer;
  width: 26px;
  height: 26px;
  padding: 0.25em;
}
.__ks_metallic__ span,
.__ks_multicolored__ span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #141414;
  line-height: 0;
  padding: 0.25em;
}
.__ks_metallic__ img,
.__ks_metallic__ span {
  padding: 0.25em;
}
.__ks_customColors__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.__ks_customColors__ .__ks_metallic__,
.__ks_customColors__ .__ks_mutlicolored__ {
  min-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.selectedColourItem.mf_active.__ks_metallicColorPalette__,
h3[data-filter-value="mmmmmm"] {
  background-image: url(/pub/static/frontend/Scalamandre/luma/en_US/images/metallic-circle.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.selectedColourItem.mf_active.__ks_multicoloredColorPalette__,
h3[data-filter-value="nnnnnn"] {
  background-image: url(/pub/static/frontend/Scalamandre/luma/en_US/images/multi-color.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.product__listing .Loadedproducts {
  text-align: center;
  margin-bottom: 10px;
}
.product__listing .ProgressBar {
  display: none;
}
.product__listing .rangeBar {
  width: 320px;
  height: 8px;
  background: #e6e6e6;
  margin: 0 auto;
  position: relative;
  margin-bottom: 24px;
}
.product__listing .rangeBar span {
  background: #c00;
  height: 8px;
  width: 30%;
  position: absolute;
  left: 0;
}
.product__listing .Load_More_Products {
  display: none;
  margin: auto;
  padding-bottom: 3em;
  text-align: center;
}
.product__listing .Load_More_Products button {
  margin: auto;
  background: #cc0000;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  padding: 1.15em 2em;
  -webkit-box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
}
.product__listing .Load_More_Products button:hover {
  background: #cc0000;
  color: #ffffff;
  border: none;
}
.product__listing .pl_item .pl_img {
  display: block;
  max-height: 399px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .product__listing .pl_item .pl_img {
    min-height: 399px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product__listing .pl_item .pl_img {
    min-height: auto;
    max-height: 399px;
  }
}
.product__listing .pl_item.hideme {
  display: none;
}
/*
  .favorites-index-index {
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .product__listing .pl_item .pl_img {
        min-height: auto; //KITS
        max-height: 399px; // KITS
      }
    }
  }
  */
.stock.unavailable span.__ks_PDP_notStockedText__ {
  text-transform: none;
}
.stock.unavailable span.__ks_PDP_notStockedText__ a {
  color: #cc0000;
  text-decoration: none;
}
td.__ks_orderPopup_notStockedText__ {
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  display: block;
}
td.__ks_orderPopup_notStockedText__ span {
  margin: 0.5em 0;
  font-size: 12px;
}
td.__ks_orderPopup_notStockedText__ a {
  color: #cc0000;
  text-decoration: none;
}
.catalog-product-view .detailed-pdp-description div.__ks_mobileDesignTextWrap__ {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.catalog-product-view .detailed-pdp-description div.__ks_mobileDesignTextWrap__ > div:first-child,
.catalog-product-view .detailed-pdp-description div.__ks_mobileDesignTextWrap__ > div:last-child {
  min-width: 100%;
  max-width: 100%;
}
.new_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 100%;
      -ms-flex-pack: 100%;
          justify-content: 100%;
  min-width: 100%;
  max-width: 100%;
}
.popup-login-form span.__SetUpYourNewPasswordNotes__ {
  font-size: 12px;
  color: #555555;
  font-family: 'Lato', sans-serif;
  line-height: 15px;
  font-style: normal;
}
.popup-guestlogin-form span.__SetUpYourNewPasswordNotes__ {
  font-size: 12px;
  color: #555555;
  font-family: 'Lato', sans-serif;
  line-height: 15px;
  font-style: normal;
}
@media only screen and (min-width: 1024px) {
  .__PasswordPseudoClass {
    position: relative;
    content: '';
  }
  .__PasswordPseudoClass.show_:after,
  .__PasswordPseudoClass.hide_:after {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    right: 1.5em;
    top: 1.75em;
    z-index: 10000;
    color: #cc0000;
    cursor: pointer;
  }
  .__PasswordPseudoClass.show_:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 32 32' id='Editable-line' version='1.1' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d=' M16,7C9.934,7,4.798,10.776,3,16c1.798,5.224,6.934,9,13,9s11.202-3.776,13-9C27.202,10.776,22.066,7,16,7z' fill='none' id='XMLID_13_' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' fill='none' id='XMLID_14_' r='5' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' id='XMLID_15_' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' x1='3' x2='29' y1='3' y2='29'/%3E%3C/svg%3E");
  }
  .hide_:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle/%3E%3Cg id='Icons'%3E%3Cpath d='M30,15.68C29.92,15.59,26.6,6,16,6S2.08,15.59,2.05,15.68a1,1,0,0,0,0,.64C2.08,16.41,5.4,26,16,26s13.92-9.59,14-9.68A1,1,0,0,0,30,15.68ZM16,24A12.67,12.67,0,0,1,4.07,16,12.68,12.68,0,0,1,16,8a12.67,12.67,0,0,1,11.93,8A12.68,12.68,0,0,1,16,24Z'/%3E%3Cpath d='M20.75,14.43h0a5,5,0,0,0-3.18-3.18l-.2-.06A4.82,4.82,0,0,0,16,11a5,5,0,1,0,5,5,4.77,4.77,0,0,0-.19-1.37A1.17,1.17,0,0,0,20.75,14.43ZM16,19a3,3,0,0,1,0-6,2.89,2.89,0,0,1,.88.13l.07,0a3,3,0,0,1,1.9,1.9.14.14,0,0,0,0,.07A2.84,2.84,0,0,1,19,16,3,3,0,0,1,16,19Z'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .catalog-product-view .detailed-pdp-description > div > div:first-child {
    min-width: 30% !important;
    max-width: 30% !important;
  }
}
.accoun_verify_contnet {
  display: none;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_header__ {
  border-bottom: none;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_header__ .__popup_title__ {
  font-size: 1.6em;
  color: #141414;
  letter-spacing: 0;
  line-height: 36px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 7px;
  font-weight: 600;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_header__ button.__popup_closeBtn__ {
  background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/white_cross_red_bg.svg);
  background-repeat: no-repeat;
  background-size: 34px;
  width: 34px;
  height: 34px;
  border: none;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_header__ button.__popup_closeBtn__:hover {
  border: none;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_header__ button:not(.primary) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .accoun_verify_contnet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 100%;
      -ms-flex-pack: 100%;
          justify-content: 100%;
  min-width: 100%;
  max-width: 100%;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .accoun_verify_contnet .container {
  font-family: 'Lato', sans-serif;
  line-height: 1.6em;
  font-size: 1em;
  width: 100%;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .accoun_verify_contnet .container > div {
  margin: 1em auto;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .accoun_verify_contnet .container > div.__Notes__ {
  font-family: 'Lato', sans-serif;
  line-height: 1.6em;
  font-size: 1em;
  max-width: 90%;
  margin-left: 0;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .accoun_verify_contnet .container > div.account_verify_messages {
  color: #cc0000;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .accoun_verify_contnet .container > div.__ActionsButtons__ {
  max-width: 80%;
  margin-left: 0;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .accoun_verify_contnet .container > div.__ActionsButtons__ button.action.primary {
  width: 100%;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .accoun_verify_contnet .container input {
  max-width: 80%;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .accoun_verify_contnet .container a.passwordpopup {
  font-size: 18px;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .accoun_verify_contnet .container a {
  font-size: 16px;
  color: #cc0000;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 100%;
      -ms-flex-pack: 100%;
          justify-content: 100%;
  min-width: 100%;
  max-width: 100%;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form button#btnReserveAdrs {
  background: #cc0000;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  width: 200px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  -webkit-box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-transform: uppercase;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form textarea {
  width: 92%;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type="text"],
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type="password"],
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type="url"],
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type="tel"],
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type="search"],
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type="number"],
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type="datetime"],
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type="email"],
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form select {
  margin: 0.5em auto;
  width: 45%;
  margin-right: 0.65em;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type=number]::-webkit-outer-spin-button,
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type="number"]::-webkit-outer-spin-button,
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form .container > div {
  margin: 1em auto;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form .container > div.custom_reserve_adrs_msg {
  color: #cc0000;
}
.__popup_overlay__.__AccountVerifyPopup__ .__popup_content__ .custom_reserve_to_cart_form .container a {
  font-size: 1em;
  color: #cc0000;
}
.__popup_overlay__.__scala_shareOnEmailPopup__ #emailToFriendSuccessMessage {
  height: auto !important;
  padding: 3em 0;
}
.__popup_overlay__.__scala_shareOnEmailPopup__ #emailToFriendSuccessMessage h2 {
  padding-top: 0;
  text-align: left;
}
.__popup_overlay__.__scala_shareOnEmailPopup__ #__popupCloseButton__ button {
  color: white;
  text-transform: uppercase;
  background: #cc0000;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  width: 300px;
  height: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  margin-top: 0;
}
.__popup_overlay__.__scala_shareOnEmailPopup__ #__popupCloseButton__ button:hover {
  background: #cc0000;
  border: none;
}
.__popup_overlay__.__scala_shareOnEmailPopup__ .__popup_header__ {
  border-bottom: none;
  padding-bottom: 0;
}
.__popup_overlay__.__scala_shareOnEmailPopup__ .__popup_header__ .__popup_title__ {
  font-size: 1.25em;
}
.__popup_overlay__.__scala_shareOnEmailPopup__ .__popup_header__ .__popup_closeBtn__ {
  background: #c00;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.85em;
  top: 0.5em;
  text-align: center;
  right: 0.45em;
  line-height: 1.6em;
}
.__popup_overlay__.__scala_shareOnEmailPopup__ .__popup_header__ .__popup_closeBtn__:hover {
  color: #333333;
  border: none;
}
@media screen and (max-width: 768px) {
  .__popup_overlay__ .__popup_body__ .__popup_content__ {
    padding: 0.5em 0;
  }
}
.__popup_overlay__ .popup-login-form,
.__popup_overlay__ .popup-guestlogin-form,
.__popup_overlay__ .popup-register-form {
  display: block;
}
.__popup_overlay__ .custom_reserve_to_cart_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 100%;
      -ms-flex-pack: 100%;
          justify-content: 100%;
  min-width: 100%;
  max-width: 100%;
}
.__popup_overlay__ .custom_reserve_to_cart_form button#btnReserveAdrs {
  background: #cc0000;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  width: 200px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  -webkit-box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-transform: uppercase;
}
.__popup_overlay__ .custom_reserve_to_cart_form textarea {
  width: 92%;
}
.__popup_overlay__ .custom_reserve_to_cart_form input[type="text"],
.__popup_overlay__ .custom_reserve_to_cart_form input[type="password"],
.__popup_overlay__ .custom_reserve_to_cart_form input[type="url"],
.__popup_overlay__ .custom_reserve_to_cart_form input[type="tel"],
.__popup_overlay__ .custom_reserve_to_cart_form input[type="search"],
.__popup_overlay__ .custom_reserve_to_cart_form input[type="number"],
.__popup_overlay__ .custom_reserve_to_cart_form input[type="datetime"],
.__popup_overlay__ .custom_reserve_to_cart_form input[type="email"],
.__popup_overlay__ .custom_reserve_to_cart_form select {
  margin: 0.5em auto;
  width: 45%;
  margin-right: 0.65em;
}
.__popup_overlay__ .custom_reserve_to_cart_form input[type=number]::-webkit-outer-spin-button,
.__popup_overlay__ .custom_reserve_to_cart_form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.__popup_overlay__ .custom_reserve_to_cart_form input[type="number"]::-webkit-outer-spin-button,
.__popup_overlay__ .custom_reserve_to_cart_form input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.__popup_overlay__ .custom_reserve_to_cart_form .container > div {
  margin: 1em auto;
}
.__popup_overlay__ .custom_reserve_to_cart_form .container > div.custom_reserve_adrs_msg {
  color: #cc0000;
}
.__popup_overlay__ .custom_reserve_to_cart_form .container a {
  font-size: 1em;
  color: #cc0000;
}
@media screen and (max-width: 768px) {
  .__popup_overlay__ .custom_reserve_to_cart_form .container {
    width: 95%;
  }
  .__popup_overlay__ .custom_reserve_to_cart_form .container .custom_reserve_btn {
    text-align: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 420px) {
  .__popup_overlay__ .custom_reserve_to_cart_form .container {
    width: 99%;
  }
  .__popup_overlay__ .custom_reserve_to_cart_form textarea#custom_reserve_comments {
    width: 93%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  body:not(.customer-logged-in) .product__listing .clearfix .pl_item .productDescription .pl_details_right {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 100% !important;
  }
  .productDescription .pl_details_left {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-logged-in .product__listing .pl_item .productDescription .pl_details_right,
  body.customer-logged-in .staticpage.productDescription .pl_details_right {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    text-align: left;
    width: 100%;
  }
  body.customer-logged-in .product__listing .pl_item .productDescription .price {
    width: 85%;
  }
  body.customer-logged-in .search-results-category .product__listing .pl_item .productDescription .aa-to-cart,
  body.customer-logged-in .product__listing .pl_item .productDescription .aa-to-cart {
    width: 1.5em;
    display: inline-block;
  }
  body.customer-logged-in .product__listing .pl_item .productDescription {
    /* display: none; KITS */
    display: block;
  }
  body:not(.customer-logged-in) .product__listing .pl_item .productDescription .pl_details_right,
  body:not(.customer-logged-in) .staticpage.productDescription .pl_details_right {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    text-align: left;
    width: 100%;
  }
  body:not(.customer-logged-in) .product__listing .pl_item .productDescription .pl_details_left {
    width: 80%;
  }
  body:not(.customer-logged-in) .search-results-category .product__listing .pl_item .productDescription .aa-to-cart,
  body:not(.customer-logged-in) .product__listing .pl_item .productDescription .aa-to-cart {
    width: 100%;
    display: inline-block;
  }
  body:not(.customer-logged-in) .product__listing .pl_item .productDescription {
    /* display: none; KITS */
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body:not(.customer-logged-in) .product__listing .pl_item .productDescription .pl_details_left {
    display: block !important;
    width: 49%;
  }
  body:not(.customer-logged-in) .search-results-category .product__listing .pl_item .productDescription .aa-to-cart,
  body:not(.customer-logged-in) .product__listing .pl_item .productDescription .aa-to-cart {
    width: 1.5em;
  }
  body:not(.customer-logged-in) .staticpage.productDescription .pl_details_right {
    display: block !important;
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .productDescription a.imageIcon1 {
    background-size: 13px;
  }
  .productDescription a.imageIcon {
    margin-left: 0px;
    height: 24px;
  }
}
.__ks_loginPopupOverlay__ .g-recaptcha {
  -ms-transform: scale(0.99);
      transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media screen and (min-width: 320px) and (max-width: 420px) {
  .popup_right.show_with_transition .login-register-popup {
    width: 100vw;
    max-width: calc(100% - 20px);
  }
  .popup_right .popup_right_content {
    margin: 0 10px;
  }
  .login-register-popup .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  body:not(.customer-logged-in) div.page-wrapper ~ div[style]div :not(.common-loader) {
    left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ft-bottom_right {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .ft-bottom_right .ft-ppv,
  .ft-bottom_right .ft-pagination,
  .ft-top_right .most-relevant {
    display: none;
  }
  .search-results-category .product__listing .pl_item .productDescription {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #myScrollToTopBtn {
    bottom: 90px;
    right: 20px;
  }
}
span.selected-filter-text.color[style='background-color:#MMMMMM'],
span.selected-filter-text.color[style='background-color:#mmmmmm'] {
  background-image: url(/pub/static/frontend/Scalamandre/luma/en_US/images/metallic-circle.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border: none;
}
span.selected-filter-text.color[style='background-color:#NNNNNN'],
span.selected-filter-text.color[style='background-color:#nnnnnn'] {
  background-image: url(/pub/static/frontend/Scalamandre/luma/en_US/images/multi-color.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border: none;
}
/* =====================================
    Mobile Navigation Layout
  ===================================== */
ul.__ks_colorGridList__ {
  -webkit-columns: auto;
     -moz-columns: auto;
          columns: auto;
}
ul.__ks_colorGridList__ li.__ks_colorGridListItem__ {
  border: solid 1px #bbbbbb;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  font-size: 10px;
  min-height: 3em;
  max-height: 3em;
  min-width: 3em;
  max-width: 3em;
  border-radius: 3em;
  margin: 0.5em 1em !important;
  margin-left: 0 !important;
  position: relative;
  cursor: pointer;
}
ul.__ks_colorGridList__ li.__ks_colorGridListItem__.mf_active:before {
  content: '';
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/color_tick.svg) no-repeat;
  right: 21.5%;
  top: 21.5%;
  left: inherit;
  background-size: 150% auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 1em;
  background-position: -0.3em;
}
@media screen and (min-width: 769px) {
  .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper .palette_stage_mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper {
    width: 100%;
  }
  .search-results-index .filter-type .filter-options .inner-block,
  .search-results-category .filter-type .filter-options .inner-block {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .search-results-index .filter-type.filter-design .filter-options .inner-block,
  .search-results-category .filter-type.filter-design .filter-options .inner-block {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color:not(.hide) {
    display: inherit;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper {
    display: block;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper ul.__ks_colorGridList__ {
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper ul.__ks_colorGridList__ li.__ks_colorGridListItem__ {
    display: inline-block;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color:not(.hide) .palette_stage {
    display: none;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color:not(.hide) .palette_stage_mobile {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .dropdownMenu.menu-filter .navdwncontent.mf-color:not(.hide) .palette_stage_mobile li.__ks_colorGridListItem__ {
    margin: 0.5em 1em !important;
  }
}
/**
  * IE-Unsupported Browser Message Stylings
  */
#IE-unsupported-message {
  display: none;
}
#IE-unsupported-overlay,
#IE-unsupported-modal {
  display: none;
  position: absolute;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #000;
  color: #D5D7DE;
  z-index: 999999;
}
#IE-unsupported-overlay {
  top: 0;
  bottom: 0;
  opacity: 0.7;
}
#IE-unsupported-modal {
  top: 100px;
  margin: auto;
  width: 90%;
  max-width: 520px;
  max-height: 90%;
  padding: 80px 20px;
  -webkit-box-shadow: 0 10px 30px #000;
          box-shadow: 0 10px 30px #000;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  border: solid 2px #ccc;
}
#IE-unsupported-message h2 {
  font-family: 'Telefon', Sans-Serif;
  font-size: 32px;
  color: #FFF;
  padding-bottom: 40px;
}
#IE-unsupported-message p {
  line-height: 1.2;
}
body.hide-unsupport {
  padding-top: 24px;
}
body.hide-unsupport #IE-unsupported-message {
  visibility: hidden;
}
@media (max-width: 800px), (max-height: 500px) {
  #IE-unsupported-modal {
    position: absolute;
    top: 20px;
  }
  #IE-unsupported-message h1 {
    font-size: 22px;
  }
  body.hide-unsupport {
    padding-top: 0px;
  }
}
/* ========================================
    New Trade Account Form Stylings
  *==========================================*/
body.tradeaccount-index-index div.page.messages {
  display: none;
}
#general-enquiries.__ks_tradeAcForm__ .ks_row._success.__ks_successMsg__ {
  margin: 3em auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  color: green;
}
#general-enquiries.__ks_tradeAcForm__ .ks_row._success.__ks_errorMsg__ {
  margin: 1.5em auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  color: #cc0000;
}
#general-enquiries.__ks_tradeAcForm__ .field {
  position: relative;
}
#general-enquiries.__ks_tradeAcForm__ .mage-error {
  position: absolute;
  bottom: 0;
}
#general-enquiries.__ks_tradeAcForm__ #business_type-error,
#general-enquiries.__ks_tradeAcForm__ #company_info-error {
  position: unset;
  bottom: unset;
}
#general-enquiries.__ks_tradeAcForm__ .__ks_tradeAcHeading__ {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0.5em auto;
}
#general-enquiries.__ks_tradeAcForm__ .__ks_tradeAcHeading__ span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  margin: 0.05em auto;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#general-enquiries.__ks_tradeAcForm__ span.__ks_requiredtext__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}
#general-enquiries.__ks_tradeAcForm__ span.__ks_requiredtext__:before {
  content: '*';
  color: #cc0000;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form {
  width: 100%;
  padding: 0;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form span.__ks_formSubHealine__ {
  font-weight: 800;
  text-decoration: underline;
  margin: 0.75em 0;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form div#company_info-error,
#general-enquiries.__ks_tradeAcForm__ .ge-form div#nottification_enroll-error,
#general-enquiries.__ks_tradeAcForm__ .ge-form div#business_type-error {
  margin: 0.5em 0;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .ks_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .__ks_formTwoCol__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .__ks_formTwoCol__ .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  min-width: 49%;
  max-width: 49%;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .__ks_formThreeCol__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .__ks_formThreeCol__ .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  min-width: 32%;
  max-width: 32%;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .__ks_formFourCol__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .__ks_formFourCol__ .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  min-width: 24%;
  max-width: 24%;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .mdl-textfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  min-width: 100%;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .mdl-textfield label.mdl-textfield__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  line-height: 1.4em;
  margin-bottom: 0.25em;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .mdl-textfield input[type="text"],
#general-enquiries.__ks_tradeAcForm__ .ge-form .mdl-textfield input[type="password"],
#general-enquiries.__ks_tradeAcForm__ .ge-form .mdl-textfield input[type="url"],
#general-enquiries.__ks_tradeAcForm__ .ge-form .mdl-textfield input[type="tel"],
#general-enquiries.__ks_tradeAcForm__ .ge-form .mdl-textfield input[type="search"],
#general-enquiries.__ks_tradeAcForm__ .ge-form .mdl-textfield input[type="number"],
#general-enquiries.__ks_tradeAcForm__ .ge-form .mdl-textfield input[type="datetime"],
#general-enquiries.__ks_tradeAcForm__ .ge-form .mdl-textfield input[type="email"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  line-height: 2.4em;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .custom_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  min-width: 90%;
  max-width: 90%;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .custom_checkbox.nottification_enroll {
  width: 100%;
  margin-bottom: 0.75em;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .custom_checkbox.nottification_enroll label {
  font-size: 10.5px;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .custom_checkbox label {
  width: 100%;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .__ks_fullWidthCheck__,
#general-enquiries.__ks_tradeAcForm__ .ge-form .scala_pick,
#general-enquiries.__ks_tradeAcForm__ .ge-form .nottification_enroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  min-width: 100%;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .ks_row.checkbox_outer.__ks_fullWidthCheck__ .ks_widthFull.ks_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  min-width: 100%;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .action.primary {
  width: 100%;
  background: #cc0000;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  padding: 14px 15px;
  text-transform: uppercase;
  border: none;
  border: 1px solid #cc0000;
  border-radius: 0;
  font-family: inherit;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .action.primary:hover {
  border: 1px solid #cc0000;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .field.company {
  margin-top: 10px;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .field.company .custom_checkbox {
  min-width: 20%;
  max-width: 20%;
  margin: 0;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .field.company label.__ks_companyLabel__ {
  min-width: 18%;
  max-width: 18%;
  margin: 0;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .field.business {
  margin-top: 10px;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .field.business .custom_checkbox {
  min-width: 20%;
  max-width: 20%;
  margin: 0;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .field.business .custom_checkbox label {
  top: 2px;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .field.business label.__ks_businessLabel__ {
  text-decoration: underline;
  font-weight: 800;
  min-width: 18%;
  max-width: 18%;
  margin: 0;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .custom_checkbox.__ks_otherBusiness__ {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .custom_checkbox.__ks_otherBusiness__ input.required.__ks_otherBusinessRadio__ {
  min-width: auto;
  max-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .custom_checkbox.__ks_otherBusiness__ label.__ks_otherBusinessRadioLabel__ {
  min-width: auto;
  max-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
#general-enquiries.__ks_tradeAcForm__ .ge-form .custom_checkbox.__ks_otherBusiness__ input.__ks_otherBusinessText__ {
  min-width: 65%;
  max-width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  height: 20px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.Shipping-content.checkout-success > span.__OrderReferenceNumber__ {
  color: #000000;
}
.Shipping-content.checkout-success > span.__OrderReferenceNumber__ a {
  color: #000000;
}
.Shipping-content.checkout-success .Shipping-container .cart-product-desc .thanku-desc a {
  color: #cc0000;
  font-weight: bold;
}
.right.width.icons ul li a.account_img.change_bg_img:after {
  content: 'CLOSE';
  color: #cc0000;
  font-size: 0.9em;
  letter-spacing: 0.14em;
  position: relative;
  left: -0.2em;
}
/* ====================================
  *   Tooltip Stylings
  *  ====================================== */
.__ks_toolTip__ {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.__ks_toolTip__ .__ks_toolTipText {
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.__ks_toolTip__ .__ks_toolTipText:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.__ks_toolTip__:hover .__ks_toolTipText {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .menu-filter > .wholedropdown {
    min-width: 98%;
  }
  .dropdownMenu.menu-filter .navdwnlinks {
    display: inline-block;
  }
  .navdwncontent,
  .dropdownMenu.menu-filter .navdwncontent.mf-color {
    display: inline-block;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color {
    margin-top: 0;
    padding-top: 0;
  }
  .navdwncontent.color-bottom-text.__ks_advSearchNavdwnContent__ {
    width: inherit;
    margin: 0;
    padding-top: 0;
    top: 0;
    right: 0;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color {
    display: inline-block;
    width: inherit;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-material {
    margin-right: 0;
  }
  .filter_menus_div .navdwncontent.navcontentWrap {
    max-width: 350px;
  }
  .palette_stage {
    width: 220px;
    height: 220px;
  }
  .showdropdown.list .dropdownMenu li a {
    font-size: 10px;
  }
  .__ks_customColors__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}
._ks_search_filter_wrapper {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .__ks_advSearchNavdwnContent__ ._search_filter_wrapper {
    display: none !important;
  }
  ._ks_search_filter_wrapper {
    z-index: 10000;
    display: block;
    margin-top: 0;
    position: sticky;
    bottom: 3%;
    width: 90%;
    left: auto;
    margin: auto;
  }
  ._ks_search_filter_wrapper ._ks_mf_search {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 20px;
    font-size: 12px;
    background-color: #cc0000;
    text-transform: uppercase;
    margin-left: 0px !important;
  }
  ._ks_search_filter_wrapper ._ks_mf_search:hover,
  ._ks_search_filter_wrapper ._ks_mf_search:active,
  ._ks_search_filter_wrapper ._ks_mf_search:visited,
  ._ks_search_filter_wrapper ._ks_mf_search:focus {
    color: #fff !important;
    text-decoration: none !important;
  }
  ._ks_search_filter_wrapper ._ks_mf_search:focus {
    outline: none;
  }
}
@media screen and (max-width: 1024px) {
  body._nav_open {
    position: absolute;
  }
  body.login_popup_open {
    position: relative;
  }
  body .login-overlay .popup_right {
    position: absolute;
  }
  body header .content {
    position: absolute;
    overflow-y: inherit;
    overflow-x: inherit;
  }
  body header .content nav {
    min-height: 370px;
  }
  body header .content .mobile-right-images {
    background-color: #fff;
  }
}
.order_history a.action.view {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #cc0000;
}
.order_history a.action.view:hover {
  text-decoration: underline;
}
.__ksCheckoutContainer__ .loader img {
  width: 6%;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .__ksCheckoutContainer__ .loader img {
    width: 15%;
    top: 5em;
  }
}
.__btnPaymentMethods__ {
  background: #cc0000 !important;
  border: none !important;
}
@media screen and (min-width: 320px) and (max-width: 420px) {
  body:not(.customer-logged-in) .page-wrapper + div[style] {
    left: 6px !important;
  }
}
.__PopupCartCouponWrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-top: 2em;
}
.__PopupCartCouponWrapper__ > div,
.__PopupCartCouponWrapper__ .__PopupCartCouponContentWrapper__,
.__PopupCartCouponWrapper__ .__PopupCartCouponForm__,
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponWrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.__PopupCartCouponWrapper__ .__PopupCartCouponContentWrapper__ {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__PopupCartCouponWrapper__ ._CouponInputWrapper_,
.__PopupCartCouponWrapper__ ._CouponActionWrapper_,
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponValueWrapper__,
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponRemoveWrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 50%;
  max-width: 50%;
}
.__PopupCartCouponWrapper__ ._CouponInputWrapper_,
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponValue__ {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.__PopupCartCouponWrapper__ ._CouponInputWrapper_ input,
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponValue__ input {
  max-width: 14em;
  min-height: 3em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  text-transform: uppercase;
}
.__PopupCartCouponWrapper__ ._CouponInputWrapper_ input.loader,
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponValue__ input.loader {
  background-image: url('/pub/static/frontend/Scalamandre/luma/en_US/images/scala-loading-black.svg');
}
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponWrapper__ {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponWrapper__ .__PopupCartAppliedCouponValueWrapper__ {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 60%;
  max-width: 60%;
}
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponWrapper__ .__PopupCartAppliedCouponValueWrapper__ .__PopupCartAppliedCouponLabel__ {
  padding: 0.5em 1em;
  font-size: 1em;
  margin-right: 1em;
}
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponWrapper__ .__PopupCartAppliedCouponValueWrapper__ .__PopupCartAppliedCouponText__ {
  padding: 0.5em 1.5em 0.5em 0;
  color: #fff;
  background-color: green;
  font-size: 1em;
  text-transform: uppercase;
  position: relative;
}
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponWrapper__ .__PopupCartAppliedCouponValueWrapper__ .__PopupCartAppliedCouponText__:before {
  background: green;
  position: absolute;
  content: "";
  left: -17px;
  height: 30px;
  border-radius: 50% 0 0 50%;
  z-index: 1;
  width: 18px;
  top: 0;
}
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponWrapper__ .__PopupCartAppliedCouponValueWrapper__ .__PopupCartAppliedCouponText__:after {
  background: white;
  position: absolute;
  content: "";
  right: -10px;
  height: 28px;
  border-radius: 50% 0 0 50%;
  z-index: 1;
  width: 18px;
  top: 1px;
}
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponWrapper__ .__PopupCartAppliedCouponRemoveWrapper__ {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 40%;
  max-width: 40%;
}
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponWrapper__ .__PopupCartAppliedCouponRemoveWrapper__ a.__PopupCartAppliedCouponRemove__ {
  background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/white_cross_red_bg.svg);
  background-repeat: no-repeat;
  z-index: 9;
  background-size: 30px;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin: unset;
  margin-left: -0.5em;
}
.__PopupCartCouponWrapper__ .__PopupCartAppliedCouponWrapper__ .__PopupCartAppliedCouponRemoveWrapper__ a.__PopupCartAppliedCouponRemove__.loader {
  background-image: url('/pub/static/frontend/Scalamandre/luma/en_US/images/scala-loading-black.svg');
}
.__PopupCartCouponWrapper__ ._CouponActionWrapper_ {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.__PopupCartCouponWrapper__ ._CouponActionWrapper_ button {
  text-decoration: none;
  color: #fff;
  background-color: #cc0000;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  border: none;
  -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 11px rgba(0, 0, 0, 0.1);
}
.__PopupCartCouponWrapper__ ._CouponActionWrapper_ button span {
  color: #fff;
  text-transform: uppercase;
}
.__PopupCartCouponWrapper__ .__PopupCartCouponNote__ {
  padding: 0 0.6em 0.4em 1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  line-height: 1.2em;
}
.__PopupCartCouponWrapper__ .__PopupCartCouponMessage__ {
  padding: 0.4em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #cc0000;
}
.__ks_brandsLoader__ {
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
  width: 84%;
}
.message.success,
.message-error {
  display: none !important;
}
.__ks_featuredBrandsWrapper__ {
  background-color: #FAFAFA;
}
.__ks_featuredBrandsWrapper__ .__ks_featuredBrands__.customslider {
  padding: 10px !important;
}
@media screen and (min-width: 1024px) {
  .__ks_featuredBrandsWrapper__ .__ks_featuredBrands__.customslider {
    width: 1014px !important;
  }
}
.__ks_featuredBrandsWrapper__ .__ks_featuredBrands__ {
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
  width: 84%;
}
@media screen and (max-width: 768px) {
  .__ks_featuredBrandsWrapper__ .__ks_featuredBrands__ {
    width: 89%;
  }
}
.__ks_featuredBrandsWrapper__ .__ks_featuredBrands__ .__ks_featuredBrandName__ {
  text-transform: capitalize;
  margin: 0 auto 0.25em;
  font-size: 18px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  line-height: 30px;
  color: #C1C1C1;
}
.__ks_featuredBrandsWrapper__ .__ks_featuredBrands__ .__ks_featuredBrandTitle__ {
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 30px;
}
.__ks_featuredBrandsWrapper__ .__ks_featuredBrands__ .__ksfeaturedBrandsLink__ {
  width: 100%;
  margin: 3em auto;
  text-align: center;
}
.__ks_featuredBrandsWrapper__ .__ks_featuredBrands__ .__ksfeaturedBrandsLink__ a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .__ks_featuredBrandsWrapper__ .__ks_featuredBrands__ .__ksfeaturedBrandsLink__ a {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.__ks_featuredBrandsWrapper__ .__ks_featuredBrands__ .__ksfeaturedBrandsLink__ a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  ._ksshowroomtooltip,
  ._favoritesTooltip,
  ._myAccountTooltip {
    display: none;
  }
  header.page-header {
    border-bottom: none;
    margin-bottom: 20px;
  }
  header.page-header div.wrapper {
    height: 55px;
  }
  .position-fixed .dropdownMenu {
    top: 55px;
  }
  .dropdownMenu.overlay {
    z-index: 1000;
    background-color: #f0f1f1;
    left: auto;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header {
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  .headercontent {
    line-height: 70px;
    width: calc(100% - 40px);
  }
  .hamburger {
    content: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/hamburger_menu.svg");
    width: 16px;
    height: 16px;
    visibility: visible !important;
    vertical-align: middle;
  }
  .imagesize {
    height: 18px;
    margin: 0;
  }
  .close_search {
    padding-top: 24px;
    margin-left: 0;
    position: relative;
    z-index: 9;
  }
  span.add_opacity.close_search_fun {
    top: 94px !important;
  }
  .right.width.icons ul.right {
    width: 29.6%;
  }
  .right.width.icons ul li a._search_img {
    margin-top: 2px;
  }
  header .content {
    top: 55px;
    display: none;
    height: calc(100% - 55px);
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header .content.reduce-zindex,
  .dropdownMenu.subnav-open.reduce-zindex {
    z-index: 1;
    position: absolute;
  }
  .mobile-right-images.hidei {
    display: block;
  }
  nav {
    border-bottom: none;
  }
  #fixed-ul > li {
    padding: 18.5px 0 !important;
    border-top: 1px solid #f0f1f1;
    margin-bottom: 0;
    overflow: hidden;
  }
  #fixed-ulblack > li {
    padding: 18.5px 0 !important;
    border-top: 1px solid #f0f1f1;
    margin-bottom: 0;
  }
  li:first-child.has-dropdown.blackmenu {
    display: none;
  }
  #fixed-ul li a:hover {
    color: #141414;
    text-decoration: underline;
  }
  #fixed-ulblack li a:hover {
    color: #141414;
    text-decoration: underline;
  }
  .showdropdown li {
    margin: 0 !important;
  }
  .list > li {
    display: block;
    text-align: left;
    line-height: 0;
  }
  li.has-dropdown.blackmenu {
    line-height: 22px;
    margin-left: 0px;
    background-color: black;
    /* color: white; */
  }
  .showdropdown .list .black_menu > li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    margin-right: 20px;
    padding-top: 4px;
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_red_nav.svg) !important;
    background-repeat: no-repeat;
  }
  .showdropdown.list > li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    margin-right: 20px;
    padding-top: 4px;
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_grey_nav.svg);
    background-repeat: no-repeat;
  }
  .showdropdown.list > li:first-of-type:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    margin-right: 20px;
    padding-top: 4px;
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/arrow_red_nav.svg);
    background-repeat: no-repeat;
  }
  #fixed-ul li:last-child a {
    color: #cc0000;
  }
  #fixed-ul li a {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
  }
  #fixed-ulblack li a {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
    margin-left: 10%;
  }
  #fixed-ul .dropdownMenu {
    display: block;
    height: calc(100% - 55px) !important;
    top: 0;
    right: -100vw;
    left: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow-y: auto;
    position: fixed;
    top: 55px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  #fixed-ulblack .dropdownMenu {
    display: block;
    height: calc(100% - 55px) !important;
    top: 0;
    right: -100vw;
    left: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow-y: auto;
    position: fixed;
    top: 75px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  #fixed-ul .dropdownMenu.subnav-open {
    right: 0;
    background-color: #f0f1f1;
  }
  #fixed-ulblack .dropdownMenu.subnav-open {
    right: 0;
    background-color: #f0f1f1;
  }
  span.hamburger.closeNav {
    content: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/search_cross.svg");
  }
  span.hamburger.back {
    content: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Group 2025.svg");
  }
  .wholedropdown,
  .navdwncontent {
    display: block;
  }
  .wholedropdown {
    max-width: 100%;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    left: 0 !important;
  }
  .navdwnlinks,
  .navdwncontent {
    padding: 0px;
  }
  .navdwncontent-head.style_head {
    margin-bottom: 0 !important;
  }
  .menu_heading {
    display: block;
  }
  .style_head {
    /* margin-left: 20px;*/
    margin-top: 17px;
  }
  .style_content {
    margin-left: 21px;
    font-size: 14px;
    color: #555555;
    line-height: 33px;
  }
  .navdwnlinks li {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-top: 10px !important;
  }
  .style_content li {
    font-size: 14px;
    line-height: 33px;
    color: #555555;
    margin-top: 10px;
  }
  .navdwncontent {
    border-left: none;
  }
  #element5 .navdwncontent .part1 .style_content {
    margin-top: -10px;
  }
  .contact_margin {
    margin-top: 17px;
  }
  .part1 .navdwncontent-head.style_head {
    margin: 10px 0 !important;
  }
  #about-content {
    margin-top: 16px;
  }
  #element5 .navdwnlinks {
    padding-left: 0;
  }
  #element5 .navdwnlinks .part1 {
    display: block;
    margin-top: 15px;
    margin-bottom: 8px;
  }
  #element5 .navdwncontent-head.style_head.menu_heading {
    display: block;
  }
  #element5.dropdownMenu li:first-child {
    margin-top: 10px !important;
  }
  #element5 .part1 {
    float: none;
  }
  #element5 .furniture_link {
    padding-left: 20px;
    margin-top: 10px;
  }
  #element5 li {
    line-height: 33px;
  }
  #element5 ul.navdwncontent-content {
    padding-right: 0;
    padding-left: 20px;
  }
  #font_and_color li {
    color: #141414;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  ul.navdwncontent-content {
    display: block;
  }
  .navdwnlinks .style_content a {
    letter-spacing: 0.5px !important;
  }
  #element6 .navdwncontent {
    padding: 0;
  }
  #element8 .part2 .navdwncontent-content {
    margin-top: 3px;
  }
  .showdropdown > li.has-dropdown .dropdownMenu.menu-filter {
    background: #ffffff;
  }
  .dropdownMenu.menu-filter.filter_menus_div .wholedropdown {
    margin-top: 0;
  }
  .dropdownMenu.menu-filter.filter_menus_div .wholedropdown .navLinkWrapper {
    left: -20px;
    position: relative;
    width: calc(100% + 55px);
    background-color: #f0f1f1;
    padding-top: 7px;
  }
  .dropdownMenu.menu-filter .navLinkWrapper .navdwnlinks {
    border: none;
    padding-bottom: 24px;
    padding: 13px 20px 24px;
  }
  .filter_menus_div.dropdownMenu.menu-filter .navdwnlinks ul li:first-child {
    padding-left: 14px !important;
  }
  .dropdownMenu.menu-filter .navdwnlinks ul li {
    width: 100%;
    padding: 0 0 14px 0;
  }
  .filter_menus_div.dropdownMenu.menu-filter .navdwnlinks > ul:not(.hide_filter) {
    max-width: unset;
  }
  .dropdownMenu.menu-filter .navdwnlinks > ul {
    width: 100%;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-material,
  .dropdownMenu.menu-filter .navdwncontent.mf-design {
    width: 100%;
    margin: 0 0 12px;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-material ul,
  .dropdownMenu.menu-filter .navdwncontent.mf-design ul,
  .dropdownMenu.menu-filter .navdwncontent.mf-color ul {
    padding-left: 14px;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-material ul {
    max-width: unset;
  }
  .filter_menus_div.dropdownMenu.menu-filter .navdwncontent.mf-material ul.navdwncontent-content li {
    display: inline-block !important;
    width: 50% !important;
  }
  .filter_menus_div.dropdownMenu.menu-filter .navdwncontent.mf-design ul.navdwncontent-content li:nth-of-type(2n),
  .filter_menus_div.dropdownMenu.menu-filter .navdwncontent.mf-material ul.navdwncontent-content li:nth-of-type(2n) {
    padding-right: 0 !important;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color.hide {
    display: block;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color {
    margin-top: 0;
    border: 0;
    padding-top: 0;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color ul {
    padding-left: 0 !important;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color ul {
    margin-top: 12px;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color ul li {
    /*padding-right: 24px !important;*/
    margin-right: 23px !important;
  }
  .filter_menus_div .navdwncontent.color-bottom-text {
    position: relative;
    max-width: unset;
    top: unset;
    padding-top: 0;
    width: 100%;
  }
  .filter_menus_div .navdwncontent.color-bottom-text {
    right: unset;
  }
  .price_filter_range > div > div input {
    background-color: #f0f1f1;
  }
  .price_filter_range > div {
    margin-bottom: 11px;
  }
  .price_filter_range > div > div label {
    top: 22px;
  }
  .price_filter_range > div > div {
    display: inline-block;
  }
  .price_filter_range > a {
    width: 100%;
    margin-right: 7px;
    display: inline-block;
    float: none;
  }
  ._search_filter_wrapper {
    z-index: 10000;
    margin-top: 0;
    position: fixed;
    bottom: 3%;
    width: 80%;
    left: auto;
    margin: auto;
  }
  ._search_filter_wrapper .mf_search {
    padding: 20px;
    text-decoration: none !important;
  }
  .hiddeni {
    display: none;
  }
  .right.width.icons ul li a.hiddeni {
    display: none;
  }
  .login-overlay,
  .popup-guestlogin-form,
  .popup-login-form {
    display: block;
    z-index: 999;
  }
  .popup_right,
  .custom-cart-page {
    background-color: white;
    left: -770px;
    top: 55px;
  }
  .popup_right .popup_right_content {
    margin: 0 20px;
    width: 100vw;
    margin-top: 30px;
  }
  .popup_right_content span {
    font-size: 16px;
  }
  .popup_right_content p {
    font-size: 24px;
    line-height: 29px;
  }
  .popup-login-form .container .action.primary,
  .popup-guestlogin-form .container .action.primary,
  .popup-register-form .container .action.primary {
    width: 100%;
  }
  .popup-login-form .container .action.primary {
    margin-bottom: 37px;
  }
  .popup-guestlogin-form .container .action.primary {
    margin-bottom: 0px;
  }
  body.login_popup_open,
  body.login_popup_open.login_cart_open {
    left: 0;
  }
  .page-wrapper > main.login_popup_open,
  .page-wrapper > main.login_cart_open,
  .page-header.login_cart_open,
  .page-header.login_popup_open {
    left: 0;
  }
  .popup_right,
  .custom-cart-page {
    background-color: white;
    left: -770px;
    top: 55px;
  }
  .popup_right.show_with_transition,
  .custom-cart-page.show_with_transition {
    left: 0;
    width: 100vw;
    top: 70px;
  }
  .checkout {
    left: -770px;
  }
  .checkout.right-zero {
    left: 0;
    width: 100vw;
  }
  .gradient {
    background: none;
    height: 0;
  }
  .checkout a {
    margin-bottom: 37px;
  }
  .continue-shopping {
    display: block;
    margin-bottom: 12px;
  }
  .continue-shopping a {
    text-decoration: none;
  }
  a.continue-shopping:active,
  a.continue-shopping:visited,
  a.continue-shopping:hover {
    text-decoration: none;
  }
  .continue-shopping img {
    width: 14px;
    height: 7px;
  }
  .continue-shopping span {
    color: #c1c1c1;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.5px;
    font-family: 'Lato', sans-serif;
    padding-left: 10px;
  }
  .custom-cart-page {
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 290px;
  }
  .cart-title p {
    font-size: 24px;
    line-height: 29px;
  }
  .cart-title .qtydisplay {
    display: none;
  }
  .popup_right_content {
    margin: auto;
    margin-top: 30px;
  }
  .login-register-popup .popup-login-form input[type=text],
  .login-register-popup .popup-guestlogin-form input[type=text],
  .login-register-popup input[type=password],
  .login-register-popup input[type=email] {
    width: 100%;
    margin: 10px 0;
  }
  .login-register-popup input {
    width: 100% !important;
  }
  .popup-login-form .container .action.primary,
  .popup-guestlogin-form .container .action.primary {
    width: 335px;
  }
  .popup_right_content span {
    font-size: 16px;
  }
  .popup_right_content p {
    font-size: 24px;
    line-height: 29px;
  }
  .login_forgot_container {
    margin-top: 20px;
  }
  .popup_right_content .login_forgot_container p {
    margin-top: 10px;
  }
  .popup_right .popup_forgot_form {
    padding-top: 0;
  }
  .popup-login-form .container .action.primary {
    margin-bottom: 37px;
  }
  .popup-guestlogin-form .container .action.primary {
    margin-bottom: 0px;
  }
  .popup-login-form .container a span.vertical_border:after,
  .popup-guestlogin-form .container a span.vertical_border:after {
    margin: 0 12px;
  }
  body.login_popup_open .authorization-link:before {
    width: inherit;
  }
  .login-overlay,
  .popup-guestlogin-form,
  .popup-login-form {
    display: block;
    z-index: 999;
  }
  .content .imagesize.account_red_img {
    display: none;
  }
  .content .imagesize.account_red_img.change_bg_img {
    display: inline-block;
  }
  .content .imagesize.account_img.change_bg_img {
    display: none;
  }
  .popup_right .popup_right_content {
    margin: 0 20px;
    width: 100vw;
    margin-top: 30px;
  }
  .popup_right.show_with_transition .login-register-popup {
    max-width: calc(100% - 40px);
  }
  .popup-login-form .container .action.primary,
  .popup-guestlogin-form .container .action.primary,
  .popup-register-form .container .action.primary {
    width: 100%;
  }
  .popup_right .popup_forgot_form .container .action.primary {
    width: 100%;
  }
  body.close_search_fun .search_field.show:before {
    top: 55px;
  }
  body.close_search_fun header .content {
    z-index: 999;
  }
  #fixed-ul .dropdownMenu.subnav-open.filter_menus_div {
    background-color: #fff;
  }
  #fixed-ulblack .dropdownMenu.subnav-open.filter_menus_div {
    background-color: #fff;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color ul {
    padding-left: 0;
  }
  body.customer-logged-in .filter_menus_div .navdwncontent.color-bottom-text {
    max-width: 322px;
    padding-right: 0;
    right: unset;
  }
  .dropdownMenu.menu-filter .navdwnlinks > ul.hide_filter {
    width: 100%;
    text-align: left;
  }
  /* body._nav_open {
        position: fixed;
    } */
  .opacity-to-links {
    opacity: 1;
  }
  .hidecontent {
    display: block;
  }
  .site_logo {
    width: 135px;
    height: auto;
  }
  .view-on-tablet {
    display: none !important;
  }
  .hide-on-tablet {
    display: inline !important;
  }
  li#list-end:after {
    display: none;
  }
  .dropdownMenu .navdwncontent .style_content a {
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
  .dropdownMenu .navdwncontent .style_content li {
    padding: 0 !important;
  }
  .right.width.icons ul li a {
    display: inline;
  }
  .showdropdown.list .has-dropdown .dropdownMenu#element6 .navdwncontent:nth-child(2) .style_content li a {
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    line-height: 30px !important;
  }
  .showdropdown.list .has-dropdown .dropdownMenu#element6 .navdwncontent:nth-child(2) .style_content li {
    margin-top: 5px !important;
  }
  .showdropdown.list .has-dropdown .dropdownMenu#element6 .navdwncontent:nth-child(2) .style_content li:first-child {
    margin-top: 0px !important;
  }
  .menu-filter > .wholedropdown {
    padding: 0 20px;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color ul li img {
    width: 140px;
  }
  .dropdownMenu.menu-filter .navdwnlinks .nav-sale-link {
    display: block;
    padding-left: 14px;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color li:hover:before,
  .dropdownMenu.menu-filter .navdwncontent.mf-color li.mf_active:before {
    width: 35px;
    height: 35px;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color li:nth-child(2n):hover:before,
  .dropdownMenu.menu-filter .navdwncontent.mf-color li.mf_active:nth-child(2n):before {
    right: -1px;
  }
  .mf_bottom {
    background: #ffffff;
    height: auto;
    line-height: normal;
    margin: 5vh -60px 0;
    height: 120px;
    position: relative;
  }
  .mf_bottom a.mf_reset {
    display: block;
    font-size: 14px !important;
    color: #2C2C2C;
    width: 100%;
    height: 60px;
    line-height: 60px !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 !important;
    bottom: 0;
    left: 0;
  }
  .mf_bottom a.mf_search {
    display: block;
    font-size: 14px !important;
    color: #ffffff;
    background: #2C2C2C;
    padding: 0;
    height: 60px;
    line-height: 60px !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .mobile-only {
    display: block;
  }
  .dropdownMenu.menu-filter.filter_menus_div .navdwncontent-head.mobile-only {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-design ul {
    max-width: unset;
  }
  form#product-sendtofriend-form {
    padding: 10px 20px;
    width: 100%;
  }
  #product-sendtofriend-form .control {
    width: 100%;
  }
  #product-sendtofriend-form .actions-toolbar .secondary {
    float: none;
  }
  body.sendfriend-product-send.page-layout-1column .page-title-wrapper h1.page-title {
    text-align: center;
  }
  #add-recipient-button,
  #product-sendtofriend-form button.action.submit.primary {
    width: 100%;
  }
  .search.results .noresults {
    background-color: #f0f1f1;
  }
  .search.results .noresults a {
    width: 100%;
    text-align: center;
  }
  .search.results .innerWrapper {
    margin-top: 16px;
    max-width: unset;
    width: 100%;
    padding: 0 20px;
  }
  .search.results .noresults p {
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.24px;
    margin-top: 4px;
  }
  .block.block-search .field.search .control #search + span {
    display: none;
  }
  .block.block-search .field.search .control #search + span.show {
    display: inline-block;
    padding-top: 7px;
    float: none;
  }
  .block.block-search .field.search .control #search {
    width: 100%;
  }
  .block.block-search .field.search .control #search.reduce-width {
    width: 58%;
  }
  .search_field .block-search .control {
    padding-right: 0;
    vertical-align: middle;
  }
  #element-10.dropdownMenu.menu-filter .navdwncontent.mf-material {
    width: auto;
  }
  div.LightboxPopup .popupThumbnails .slick-track {
    width: 100% !important;
  }
  #shipping-payment-form .Shipping-container {
    padding-left: 0px;
  }
  .search-autocomplete li.category-item,
  .search-autocomplete li.product-item {
    height: auto;
    line-height: 25px;
    padding: 15px 25px 15px 25px !important;
  }
  .block.block-search .form.minisearch .field.search .control .search-autocomplete {
    margin-top: -1.4px !important;
    left: 0px;
  }
  .block-search input {
    margin: 0;
    position: static;
  }
  .block.block-search .form.minisearch .field.search .control .searchsuite-autocomplete {
    margin-top: -2px;
    left: 0;
    -webkit-box-shadow: 0 11px 99px rgba(0, 0, 0, 0.1);
            box-shadow: 0 11px 99px rgba(0, 0, 0, 0.1);
  }
  .searchsuite-autocomplete .product ul li .qs-option-info.noimage {
    padding-left: 38px;
  }
  .block.block-search .field.search .control #search {
    margin-left: 5px;
  }
  .overlay {
    top: 55px;
  }
  .Search input {
    max-width: 223px;
    height: 17px;
  }
  .block.block-search .form.minisearch .field.search .control .search-autocomplete > ul {
    max-height: 379px;
  }
  .container {
    width: 89.1%;
  }
  .template1,
  .template2,
  .template3 {
    height: calc(90vh - 106px);
  }
  .template {
    height: calc(90vh - 250px);
  }
  .description {
    padding-left: 5.3%;
  }
  .slider {
    height: calc(90vh - 125px);
  }
  .slider .descriptionHeader {
    width: 51%;
  }
  a.collectionView {
    margin-right: 5.3%;
  }
  .slider .description a.link {
    margin-right: 5.3%;
  }
  .columnGrid:hover .productDescription {
    z-index: -999;
  }
  .columnGrid.staticpage:hover .productDescription {
    z-index: 999;
    display: inline-grid;
  }
  .collectionGrid .container p.collectionHeading {
    padding-top: 38px;
  }
  .collectionGrid .descriptionHeader {
    margin-top: 15px;
  }
  .collectionGrid .context {
    margin-top: 11px;
  }
  .collectionGrid .tagLinks .link {
    padding: 11.5px 5.9%;
  }
  .collectionGrid .tagLinks {
    max-height: 160px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .productDescription p:first-child {
    line-height: 12px;
    margin-bottom: 6px;
  }
  .columnGrid {
    width: 33.33%;
  }
  .about .columnGrid a img {
    display: none;
  }
  .about .columnGrid {
    clear: both;
    padding: 0;
    width: 100%;
    margin-top: -1px;
  }
  .about .row {
    margin: 0;
    margin-top: 21px;
  }
  .collectionGrid .context,
  .context {
    width: 100%;
  }
  .about .collectionHeading {
    padding-top: 22px;
  }
  .backgroundImage p {
    font-size: 14px;
  }
  .collectionGrid div.link {
    margin-top: 29px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .collectionGrid .imageGrid .row {
    margin-bottom: 30px;
  }
  .dropDownWrap {
    display: block;
  }
  .showrooms {
    margin-top: 48px;
  }
  .showrooms .contentWrap {
    margin: 78px auto;
    padding: 25px 25px 31px;
    width: 100%;
  }
  .showrooms .link:first-child {
    width: 79%;
    margin-right: 25%;
  }
  .showrooms .link {
    padding: 18px 10px;
  }
  #collectionsSection {
    margin-top: 32px;
  }
  .collectionsDescription p.brandDescription {
    margin-top: 10px;
  }
  .collectionsFrame1 {
    margin-top: 31px;
  }
  .collectionsFrame2,
  .collectionsFrame3,
  .collectionsFrame4 {
    margin-top: 0;
  }
  .partitionLine,
  .recentCollectionsSection .partitionLine {
    margin-left: 5.3%;
    margin-right: 5.3%;
  }
  .dot {
    left: 5.3%;
  }
  .slick-dots li button:before {
    font-size: 20px;
  }
  .collectionsDescription div.collectionsDetails,
  .collectionsDescription div.collectionsLinks {
    clear: both;
    width: 100%;
  }
  .collectionsDescription a.lightboxGallery,
  .collectionsDescription a.downloadBrochure,
  .collectionsDescription a.allProducts {
    max-width: 100% !important;
    margin: auto;
    margin-top: 20px;
  }
  .collectionsFrame1,
  .collectionsFrame2,
  .collectionsFrame3 {
    height: auto;
  }
  .collectionsFrame2,
  .collectionsFrame3 {
    margin-top: 40px;
  }
  .collectionsFrames {
    padding-left: 20px;
  }
  .collectionsDescription {
    padding-right: 20px;
  }
  .brandImages {
    height: 273px;
  }
  .brandImages a.imageLink {
    height: 250px;
  }
  .brandImages div.collectionsTemplate {
    height: 273px;
  }
  div.LightboxPopup {
    height: calc(90vh);
  }
  span.lb-overlay {
    height: calc(100vh);
  }
  .LightboxPopup a.closePopup p {
    font-size: 10px;
  }
  .LightboxPopup a.closePopup img {
    width: 8px;
    height: 8px;
  }
  div.LightboxPopup div.popupMainSlider {
    width: calc(100vw);
  }
  .popupMainSlider .slick-prev,
  .popupMainSlider .slick-next {
    top: 55%;
    margin: 0;
  }
  .popupMainSlider .slick-prev {
    left: 6px;
    opacity: 1;
  }
  .popupMainSlider .slick-next {
    right: 6px;
    opacity: 1;
  }
  div.LightboxPopup div.popupMainSlider div.mainSlider img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  div.aboutScalamandre div.aboutScalamandreDescription {
    padding: 0 5.3%;
    margin-top: 28px;
  }
  .aboutScalamandre .aboutScalamandreDescription p.collectionHeading {
    font-size: 16px !important;
  }
  .aboutScalamandre .aboutScalamandreDescription .descriptionHeader {
    margin-top: 5px;
  }
  .aboutScalamandre .aboutScalamandreDescription p.context {
    margin-top: 15px;
  }
  .aboutScalamandre div.aboutScalamandreImage {
    height: 250px;
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/about_img_mobile.jpg");
  }
  div.scalamandreHistory div.row {
    margin: 0;
    margin-left: -10px;
    margin-right: -20px;
    padding-right: 10px;
  }
  div.scalamandreHistory div.columnGrid .columnGrid-inner {
    padding: 22px 10px 0;
  }
  .centerPadding {
    padding: 0 10px !important;
  }
  div.scalamandreHistory div.columnGrid p.context {
    width: 100%;
    padding-right: 0;
  }
  .scalamandreServices div.columnGrid {
    width: 100%;
  }
  .scalamandreServices div.columnGrid img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  div.scalamandreHistory div.columnGrid img {
    width: 100%;
  }
  .brand-template .brandImages {
    height: 240px;
    margin-top: 23px;
    margin-bottom: 25px;
  }
  .brand-template .brand-description a.link {
    width: 100%;
    margin: 0;
    bottom: 40px;
    padding: 18.5px 5px 17.5px;
  }
  #brands_Page .brand-template {
    padding-bottom: 90px;
  }
  .brands_image-grid .row .columnGrid .productDescription {
    display: none;
  }
  .recentCollections .rc-description a.link {
    margin-bottom: 0;
  }
  .recentCollections .rc-description a.link,
  .recentCollections .rc-description a.lightboxGallery,
  .recentCollections .rc-description a.downloadBrochure {
    width: 100%;
  }
  .recentCollections .rc-description a.lightboxGallery,
  .recentCollections .rc-description a.downloadBrochure {
    margin-top: 20px;
  }
  .recentCollections .rc-menu ul li:before {
    margin: 0;
    display: none;
  }
  .recentCollections .rc-menu {
    width: 41%;
    margin-left: 0;
    margin-top: 0;
  }
  .recentCollections .rc-menu .rc-menu-overlay {
    margin-left: 0;
  }
  .recentCollections {
    margin-right: -200px;
    margin-left: 5.3%;
  }
  .recentCollections .rc-image-wrap {
    width: 59%;
    margin-top: 17px;
    margin-bottom: 53px;
  }
  .recentCollectionsSection {
    padding-bottom: 53px;
  }
  .recentCollectionsSection .container {
    overflow: hidden;
    width: 100%;
  }
  .recentCollectionsSection p.rc-heading {
    margin-left: 5.3%;
  }
  .brand-template .descriptionHeader p.context {
    margin-top: 19px;
  }
  .brands_image-grid p.title {
    margin-top: 28px;
  }
  .recentCollections .closeButton {
    display: block;
  }
  .recentCollections .rc-menu .swipe-overlay {
    display: block;
  }
  .brands_image-grid a.link {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .brands_image-grid .row {
    margin: 10px -5.5px 0;
  }
  .brands_image-grid .columnGrid {
    padding: 10px 5.5px 0;
  }
  .recentCollections .rc-menu .scroll-overlay {
    display: none;
  }
  .recentCollections .rc-menu .swipe-overlay {
    display: block;
  }
  #general-enquiries .ge-content .service-wrap {
    width: 33%;
  }
  #general-enquiries .ge-content .service {
    width: 100%;
    margin-top: 0;
    text-align: right;
  }
  .ge-image {
    height: auto;
  }
  .ge-section .ge-form .ge-content-wrap {
    width: 89.1%;
    margin: 19px auto 0;
  }
  #customer-service .ge-section .ge-form .ge-content-wrap {
    margin-top: 23px;
    width: 100%;
  }
  #customer-service .ge-section .ge-form .ge-content {
    width: 84%;
    float: none;
    margin: auto;
    margin-bottom: 28px;
  }
  #general-enquiries .ge-section .ge-form .ge-content {
    margin-bottom: 13px;
  }
  .ge-section .ge-form .ge-content-wrap div.formWraper {
    width: 100% !important;
    padding: 40px 20px;
    background: rgba(240, 241, 241, 0.5);
  }
  #customer-service .ge-content .descriptionHeader .ge-service {
    margin-top: 35px;
  }
  .ge-content .descriptionHeader .ge-address-wrap .service {
    margin-top: 18px;
  }
  #customer-service .ge-section .ge-form .ge-content p,
  #customer-service .ge-section .ge-form .ge-content h2 {
    text-align: center;
  }
  #customer-service .ge-section .ge-form .ge-content p {
    font-size: 16px;
  }
  #customer-service .ge-content .ge-service-wrap {
    margin: auto;
    margin-top: 20px;
  }
  body.writeus-index-index div.page.messages,
  body.tradeaccount-index-index div.page.messages {
    width: 100%;
    left: initial !important;
    right: initial !important;
    height: 55%;
  }
  body.writeus-index-index div.page.messages .message.success .popupMessage,
  body.tradeaccount-index-index div.page.messages .message.success .popupMessage {
    width: 75%;
    float: none;
    margin: auto;
  }
  .faq-container {
    margin-top: 26px;
    width: 89.1%;
  }
  #termsPage .faqs p {
    padding-top: 16px;
  }
  #contact-faq p.collectionHeading,
  #termsPage p.collectionHeading {
    font-size: 16px;
  }
  #termsPage .faq-container {
    margin-top: 28px;
  }
  #contact-faq .faqs dl {
    width: 100%;
    margin-top: 14px;
  }
  #contact-faq .faqs dl dt {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  #contact-faq .faqs dl dd {
    margin-top: 7px;
    margin-bottom: 19.5px;
  }
  .faqs dl dt,
  .faqs p {
    line-height: 21px;
  }
  #termsPage .descriptionHeader h2,
  #contact-faq .descriptionHeader h2 {
    font-size: 24px;
    line-height: 29px;
  }
  #termsPage .faqs dl dt {
    margin-bottom: 12px;
    line-height: 24px;
  }
  #contact-faq .faqs dl dt.dt-sign:after,
  #contact-faq .faqs dl dt:after {
    content: '';
  }
  #contact-faq .ge-content .descriptionHeader .service-wrap {
    position: absolute;
    top: 5px;
    right: 0;
  }
  #contact-faq .ge-content .descriptionHeader .service {
    margin-top: 0;
  }
  #contact-faq .ge-content {
    position: relative;
  }
  #contact-faq .ge-content .descriptionHeader,
  #termsPage .ge-content .descriptionHeader {
    margin-top: 3px;
  }
  #contact-faq .ge-content .descriptionHeader .faq-cite {
    margin-top: 17px;
  }
  #contact-faq .contact-faqs {
    padding-top: 12px;
    padding-bottom: 55.5px;
  }
  #contact-faq .contact-faqs .partitionLine {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #termsPage .descriptionHeader .faqs p {
    padding-top: 13px;
  }
  #contact-faq .faqs {
    padding-top: 21px;
  }
  #contact-faq .faqs p {
    font-size: 16px;
    line-height: 20px;
  }
  .uppercase {
    line-height: 19px !important;
  }
  .ge-content .descriptionHeader .faq-cite {
    margin-top: 13px !important;
  }
  #store-locator .map-box {
    display: none;
  }
  #store-locator .map_tools ul.s-nav li:nth-last-child(1) {
    padding: 0;
  }
  #store-locator .map_tools {
    width: 89.1%;
    padding-top: 16px;
  }
  .s-dropdown .closest-location:first-child .s-cl-address {
    margin-top: 22px;
  }
  .contact-detail {
    width: 100%;
    padding-bottom: 18px;
  }
  .s-dropdown .closest-location .contact-detail-wrap .contact-detail {
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(193, 193, 193, 0.3);
    width: 100%;
  }
  .showrooms-dropdown p.detail-address {
    padding-bottom: 13px;
  }
  .s-dropdown .closest-location .contact-detail-wrap {
    margin-top: 5px;
  }
  .s-dropdown .closest-location .contact-detail-wrap .directions {
    padding: 18px 0;
  }
  #store-locator .map_tools ul.s-nav li {
    padding: 0 10px;
  }
  .s-dropdown .closest-location span.cl-icon {
    margin-top: 0;
  }
  .international-dropdown .closest-location span.cl-icon {
    margin-top: 22px;
  }
  #general-enquiries div.ge-form .form .ks_row div.name,
  #general-enquiries div.ge-form .form .ks_row div.telephone {
    width: 100%;
    float: none;
  }
  #general-enquiries div.ge-form .form .ks_row div.telephone.hide-desktop {
    display: none;
  }
  #general-enquiries div.ge-form .form .ks_row div.telephone.hide-mobile {
    display: block;
  }
  #general-enquiries .ge-section {
    margin-bottom: 60px;
  }
  .footer_back_image {
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/email_mobile.png");
    height: 398px;
    width: 100%;
  }
  .border_around_list {
    margin-bottom: 39px;
    padding: 31.5px 0;
    margin-top: 46px;
    margin-left: -21px;
    margin-right: -21px;
  }
  .border_around_list li a {
    margin: 0px;
  }
  .margin_footer_a li {
    margin: 1.5%;
    display: inline-block;
    padding: 0;
  }
  .border_around_list ul {
    text-align: center;
  }
  .service-wrapper {
    margin-top: 18px;
    display: block;
    margin-bottom: 22px;
  }
  .display {
    margin-bottom: 20px;
    display: block;
  }
  .contentCenter {
    margin: 15px auto;
    width: calc(100% - 42px);
  }
  .product-purchase {
    float: none;
    width: 100%;
  }
  .order-request-popup {
    margin-top: 30px;
    width: calc(100% - 40px);
    padding: 28px;
    overflow-y: scroll;
    height: 88%;
  }
  .user-area-to-write {
    float: none;
    width: 100%;
  }
  .product-add-form .product-options-bottom {
    position: relative;
    left: initial;
    top: initial;
  }
  .product-options-wrapper .field:nth-of-type(1) > .control {
    position: relative;
    left: initial;
    top: initial;
    width: 100% !important;
  }
  .field.admin__field-option label span {
    width: 61vw;
  }
  .product-purchase-details .product-add-form {
    float: none;
    width: 100%;
  }
  .product-options-wrapper .textarea:nth-of-type(3) textarea,
  .product-options-wrapper .textarea:nth-of-type(2) textarea {
    width: 100%;
  }
  .product-purchase {
    margin-top: 22px;
  }
  .product-purchase p {
    width: 50%;
    margin-bottom: 0;
  }
  .field.textarea {
    padding-top: 8px;
  }
  .field.textarea:nth-of-type(3) {
    padding-top: 0;
  }
  body._nav_open .product-options-bottom .box-tocart .actions button {
    margin-top: 0;
    width: 100% !important;
  }
  body._nav_open .product-options-bottom .box-tocart .fieldset {
    width: 100%;
  }
  body._nav_open .product-options-bottom .box-tocart {
    width: 100%;
  }
  form#form-validate .password label,
  form#form-validate {
    width: calc(100% - 40px);
    margin-bottom: 40px;
  }
  body.customer-account-createpassword .page-title-wrapper h1.page-title,
  body.customer-account-logoutsuccess .page-title-wrapper h1.page-title,
  body.cms-no-route .page-title-wrapper h1.page-title {
    margin-bottom: 25px;
  }
  body.cms-no-route .pdp-container {
    width: 100%;
  }
  body.cms-no-route .columns {
    width: calc(100% - 40px);
    margin: auto;
    display: block;
  }
  .checkout p .price {
    padding-left: 11px;
  }
  .Shipping-info .cols-2 .select-wrapper::after,
  .Shipping-info .cols-3 .select-wrapper::after {
    right: 7px;
  }
  .cart-product-desc > div:nth-last-of-type(1) {
    padding-bottom: 30px;
  }
  body.customer-account-index .overall_width a.nav-arrow {
    display: none;
  }
  .product-quantity input {
    padding: 0;
    margin-top: 0;
  }
  .product-quantity-and-price .product-quantity span {
    padding-top: 0;
  }
  .product-quantity-and-price .product-quantity {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter_menus_div .navdwncontent {
    padding: 0;
  }
  .filter_menus_div .navdwnlinks {
    padding: 0px;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color ul:nth-of-type(3) li {
    margin-right: 0 !important;
  }
  .search.results .search_header .pages-item-previous {
    position: relative !important;
  }
  .__fullwidthimage {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search-autocomplete li.category-item,
  .search-autocomplete li.product-item {
    height: auto;
    line-height: 25px;
    padding: 5px 25px 30px 25px !important;
  }
  .search-autocomplete li.view-all-item a {
    text-align: center;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color .colorListWrapper {
    width: 100%;
  }
  .__ks_customColors__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color:not(.hide) .palette_stage_mobile {
    display: block;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color:not(.hide) .palette_stage_mobile ul.__ks_colorGridList__ {
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color:not(.hide) .palette_stage_mobile li.__ks_colorGridListItem__ {
    border: solid 1px #bbbbbb;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    font-size: 10px;
    min-height: 3em;
    max-height: 3em;
    min-width: 3em;
    max-width: 3em;
    border-radius: 3em;
    margin: 0.5em 1em !important;
    margin-left: 0 !important;
    position: relative;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color:not(.hide) .palette_stage_mobile li.__ks_colorGridListItem__.mf_active:before {
    content: '';
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/color_tick.svg) no-repeat;
    right: 21.5%;
    top: 21.5%;
    left: inherit;
    background-size: 150% auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    background-position: -0.3em;
  }
  .dropdownMenu.menu-filter .navdwncontent.mf-color:not(.hide) .palette_stage {
    display: none;
  }
}
.__fullwidthimage .__ksfirstbannerimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1070px;
}
.__fullwidthimage .__ks_listItem__ {
  display: none;
}
.__fullwidthimage .__ks_listItem__:first-child {
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .headercontent {
    width: calc(100% - 20px);
  }
  .left.width {
    width: 5%;
  }
  .right.width.icons.clearfix {
    width: 22%;
  }
  .right.width.icons ul.right {
    width: 18%;
  }
  .search_field .block-search .control {
    position: static;
    width: 60vw !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1024px) {
  .center.width.remove_on_search .site_logo {
    width: 215px;
    height: auto;
    margin-left: 250px;
  }
}
.center.width.remove_on_search {
  width: 57% ;
  margin-left: -12%;
  margin-right: -13%;
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  .center.width.remove_on_search {
    width: 67%;
  }
  .thumbnails_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 35px;
    max-height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .thumbnails_mobile .swatchImageWrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 32px;
    max-width: 32px;
    min-height: 33px;
    max-height: 33px;
    margin: 0 0.2em;
  }
  .thumbnails_mobile .swatchImageWrapper .moreSwatches {
    height: 28px;
    font-family: Barlow;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .thumbnails_mobile .swatchImageWrapper .active {
    border: 1px solid #000 !important;
    padding: 0px !important;
  }
  .center.width.remove_on_search .site_logo {
    width: 215px;
    height: auto;
    margin-left: 70px;
  }
  .redlogo {
    width: 166px;
    height: auto;
  }
  .overall_width {
    padding-bottom: 15px;
    border-bottom: 4px solid #4e4e4e;
  }
  .mob_moreSwatches {
    display: inline-block;
    position: absolute;
    min-width: 32px;
    max-width: 32px;
    min-height: 46px;
    margin: 0px 0.2em;
    vertical-align: middle;
    padding: 10px 0px !important;
  }
  .moreSwatches {
    display: none !important;
  }
  .MobileSwatches {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 568px) {
  .center.width.remove_on_search {
    width: 70%;
    margin-left: 0%;
  }
  .overall_width {
    padding-bottom: 15px;
    border-bottom: 4px solid #4e4e4e;
  }
  .center.width.remove_on_search .site_logo {
    width: 180px;
    height: auto;
    margin-left: 60px;
  }
  .redlogo {
    width: 166px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .center.width.remove_on_search {
    width: 63.33333% !important;
  }
  .width {
    width: 33.33333%;
  }
  .site_logo {
    /* width: 308px; */
    margin-left: 322px !important;
    width: 330px !important;
    height: auto;
  }
  .redlogo {
    width: 300px !important;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    height: 80px;
  }
  .left.width {
    width: 30px;
  }
  .center.width.remove_on_search {
    width: 40.33333%;
    margin-left: 0%;
  }
  .site_logo {
    width: 230px !important ;
    margin-left: 274px;
    width: 225px;
    height: auto;
  }
  .redlogo {
    width: 250px;
    height: auto;
  }
  ._sk_category_bannerwrapper__ .pl_details_actions a.productcardFavIcon.imageIcon.imageIcon2.add-to-wishlist.added-to-wishlist {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red_fill.svg);
  }
  .search_field .block-search .control {
    position: static;
  }
  .block.block-search .form.minisearch .field.search .control .search-autocomplete {
    left: -38px;
  }
}
@media screen and (max-width: 550px) {
  .block.block-search .field.search .control #search + span.show {
    display: none;
  }
  .moreSwatches {
    padding: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .__ks_bannerWrapper__ {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1025px) {
  ul.__ks_row__.oneColumn.__fullwidthimage {
    margin-bottom: 0.625em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .search-results-category .filter-type.filter-design .filter-options .inner-block {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media screen and (max-width: 767px) {
  .ft-row.ft-bottom {
    max-height: 79vh !important;
  }
  .search-results-index .search-results-category .ft-row.ft-top {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 95px;
  }
}
.news-index-index .page-title-wrapper {
  display: none;
}
.news-index-index .page-main {
  margin: auto;
  max-width: 1500px;
}
@media only screen and (max-width: 767px) {
  .news-index-index .page-main {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .news-index-index .page-main .NewsPage {
    max-width: 90%;
    margin: auto;
  }
}
.news-index-index .page-main .NewsPage .StarkNewsDetailsImage {
  text-align: center;
}
.news-index-index .page-main .NewsPage .StarkNewsDetailsImage img {
  max-width: 600px;
}
.news-index-index .page-main .NewsPage dl.StarkNewsList {
  padding: 1em;
}
.news-index-index .page-main .NewsPage dl.StarkNewsList a:hover {
  text-decoration: none;
}
.news-index-index .page-main .NewsPage dl.StarkNewsList dt {
  font-weight: bold;
  background-color: rgba(3, 3, 3, 0.1);
  padding: 0.2em;
}
.news-index-index .page-main .NewsPage dl.StarkNewsList dd {
  margin-left: 2em;
  padding: 0.2em;
}
.news-index-index .page-main .NewsPage dl.StarkNewsList dd img.StarkNewsListImageStamp {
  max-width: 100px;
  max-height: 100px;
}
.news-index-index .page-main .NewsPage dl.StarkNewsList dd span.StarkNewsListDescription {
  padding-left: 1em;
}
.news-index-index .page-main .NewsPage dl.StarkNewsList dd div.StarkNewsListPublishedOn {
  text-align: right;
  color: gray;
  font-size: 12px;
}
.news-index-index .page-main .NewsPage .StarkNewsDetailsWrapper {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .news-index-index .page-main .NewsPage .StarkNewsDetailsWrapper .StarkNewsDetailsImage img {
    max-width: 90%;
    max-height: 300px;
  }
}
.news-index-index .page-main .NewsPage .StarkNewsDetailsWrapper .StarkNewsListPublishedOn {
  text-align: right;
  color: gray;
  font-size: 12px;
}
.catalog-product-view .popup-login-form.custom_reserve_to_cart_form .custom_reserve_cfa_wrapper {
  width: 100%;
  display: block;
  margin: 0.25em auto;
}
.catalog-product-view .popup-login-form.custom_reserve_to_cart_form .custom_reserve_cfa_adrs_title {
  width: 100%;
  display: block;
  margin: 0.25em auto;
}
.totalthumbnail .swatchImageWrapper.Hide_MoreSwatches {
  display: none;
}
.hide_moreSwatches {
  display: none;
}
.hide_mob_moreSwatches {
  display: none;
}
.totalthumbnail .moreSwatches {
  display: inline-block;
  min-width: 32px;
  max-width: 32px;
  min-height: 46px;
  margin: 0px 0.2em;
  vertical-align: middle;
  position: absolute;
  padding: 10px 0px;
}
.thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 46px;
  max-height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thumbnails .swatchImageWrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 32px;
  max-width: 32px;
  min-height: 46px;
  max-height: 46px;
  margin: 0 0.2em;
}
.thumbnails .swatchImageWrapper .moreSwatches {
  height: 28px;
  font-family: Barlow;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.thumbnails .swatchImageWrapper .active {
  border: 1px solid #000 !important;
  padding: 0px !important;
}
.totalthumbnail {
  display: block;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.totalthumbnail .swatchImageWrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 32px;
  max-width: 32px;
  min-height: 46px;
  max-height: 46px;
  margin: 0 0.2em;
}
.totalthumbnail .swatchImageWrapper .moreSwatches {
  height: 28px;
  font-family: Barlow;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.totalthumbnail .swatchImageWrapper .active {
  border: 1px solid #000 !important;
  padding: 0px !important;
}
.slick-dots {
  bottom: 50px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
}
.slick-dots li button:before {
  background-color: #9e9e9e;
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  width: 13px;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}
.sk__category__item__ a:hover {
  color: #c00;
}
.sk__category__item__ a:hover .sk__category__item_text {
  font-family: 'Crimson Text';
  font-weight: bold;
  font-size: 0.9em;
}
.sk__category__item__ {
  padding: 12px;
  float: left;
}
@media only screen and (min-width: 1024px) {
  .sk__category__item__ {
    width: 177px !important;
  }
}
.designers__img__txt {
  font-size: 12px;
  font-weight: 700;
}
.scala_miss__our_img {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
._sk_category_content_wrapper {
  background-color: #f6f6f4;
  height: auto;
  margin-top: 20px;
}
._sk_category_bannerwrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__sk__imageColumn a:hover .__pl_actions {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .__sk_category_cmspage__ {
    width: 96%;
    margin: auto;
    overflow: hidden;
  }
  .slide-image {
    width: 100%;
    height: auto;
  }
  .__sk_category_cmspage__heading {
    font-size: 52px;
    margin: 6px 0px;
  }
  .sk__category__ {
    height: 150px;
    width: 344px;
  }
  .sk__category__item_image {
    width: 70px;
    height: 70px;
  }
  .sk__category_img {
    margin: 18px;
  }
  .sk__category__item__ {
    width: 113px !important;
    padding: 0px;
  }
  .sk__category__item_text {
    font-size: 0.7rem;
  }
  .rwdSlider-1 .cws-viewport .slides {
    width: 100% !important;
  }
  .__magebee_banner__ {
    width: 98%;
    margin: auto;
    background-color: #ffffff !important;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ {
    margin-left: 0;
    margin-right: 0;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ .cwsSlider {
    margin: 0px;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 {
    max-width: 100%;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 #rwdSlider-1 .cws-viewport {
    height: 193px !important;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 .homesttf_slider.loading {
    min-height: 193px;
  }
  .__sk_cmsblock__designers_pick {
    width: 100%;
    padding: 10px;
    background-color: #f6f6f4;
    display: block;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block {
    margin: 0px 5px;
    display: block;
    padding: 10px;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .__sk_designers_content {
    width: 100%;
    padding-left: 15px;
    margin-top: 20px;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .__sk_designers_content ._sk_designers_wrapper {
    text-align: center;
  }
  .scala_miss__our {
    width: 98%;
    margin: auto;
  }
  .sk_designers__list_img {
    width: 100%;
    height: 100%;
  }
  .mf_designer {
    width: 60%;
  }
  .sk_designers_block__ {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin: auto;
  }
  .__scala_leftArrow__.slick-arrow {
    top: 30% !important;
  }
  .scala_miss__our_img {
    width: 100px;
    height: 100px;
    margin-right: 5px;
  }
  .scala_miss__our_text {
    font-size: 1rem;
  }
  .scala_miss__our_item__ {
    margin: auto;
    padding: 0;
  }
  ._sk_category_dontmiss {
    font-size: 42px;
  }
  .scala_miss__our_content {
    width: 95%;
    margin: auto;
  }
  .scala_miss__our_flex {
    margin-left: 0;
    margin-right: 0;
  }
  .scala_miss__our_flex .zebra_wrapper_image {
    margin: 20px auto 0px;
  }
  .scala_miss__our_flex .zebra_wrapper_image img {
    width: 100%;
    height: auto;
  }
  .scala_miss__our_flex ._sk_category_alwayshead {
    font-size: 1.7rem;
  }
  .scala_zebra__block {
    width: 98%;
    margin: auto;
  }
  .scala_find_zebra {
    width: 25%;
  }
  ._sk_category_spotlight {
    font-size: 2.5rem;
  }
  .__sk__image_gridwrapper_li {
    padding: 5px;
  }
  .__sk__image_gridwrapper_li .pl_details_right {
    top: 5px;
    left: 5px;
    height: 90%;
    width: 85%;
  }
  .__ks_bannerWrapper__scala {
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding-bottom: 0px;
  }
  .__ks_bannerWrapper__content {
    width: 95%;
    margin: auto;
    height: 100%;
  }
  ._sk_category_spotlight_img {
    height: unset;
  }
  .scala__arrows p {
    font-size: 1.2rem;
  }
  .__ks_bannerWrapper__ {
    width: 95%;
    margin: auto;
  }
  .scala_sk_content_block {
    margin: auto;
    width: 98%;
  }
  .scala_sk_content_block ._sk_category_shoplook {
    font-size: 2.5rem;
  }
  .scala_sk_content_block .__sk__imageColumn_content {
    display: none;
  }
  .scala_sk_content_block .__sk__image_gridwrapper {
    width: 55%;
  }
  .scala_sk_content_block .__sk__fullimage {
    width: 48%;
  }
  .scala_sk_content_block .scala_spop_thelook {
    margin-top: -45px;
  }
  .scala_sk_content_block ._sk_category_content_wrapper {
    padding: 0px 10px;
  }
  ._sk_category_wrapper {
    font-size: 1.7rem;
  }
  ._sk_category_wrapper span {
    font-size: 1.7rem;
  }
  .scala_red_graphic {
    width: 98%;
    margin: auto;
  }
  .scala_red_graphic .scala_red_graphic__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .scala_graphic_item__ {
    margin: 5px;
    padding: 0;
  }
  ._sk_wallpaper_bannerwrapper__ {
    display: block;
    text-align: center;
  }
  .__sk_wallpaper_fullimage {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .__sk__imagegrid_raffle {
    width: 100%;
    margin: auto;
  }
  .__sk__imagegrid {
    width: 100%;
    margin: 5px auto;
  }
  .scala_sk_trending_block {
    height: 730px;
    width: 98%;
    margin: auto;
    text-align: center;
  }
  .scala_trending_content__wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .scala_trending_content__block {
    position: relative;
    margin-top: 0;
    top: 370px;
    width: 98%;
    float: right;
    padding: 0px 10px;
  }
  .scala_trending_content__block p {
    line-height: 1.5rem;
  }
  .scala_designer {
    width: 50%;
  }
  .scala_trending_content__image {
    width: 98%;
    position: absolute;
    text-align: center;
    margin: 30px auto;
  }
  .scala_trending_content__block h2 {
    text-align: left;
  }
  ._sk_trending_head {
    font-size: 2.5rem;
    position: relative;
    top: -350px;
  }
  .scala_trending_content__image img {
    top: 50px;
    position: relative;
  }
  .scala_sk_trending_block2 {
    width: 98%;
    margin: auto;
    height: 700px;
  }
  .scala_sk_trending_block2 .scala_trending_content__wrapper {
    text-align: center;
  }
  .scala_trending_content__block2 {
    margin-top: 20px;
    padding: 0px 10px;
    position: relative;
    float: right;
    width: 98%;
    top: 300px;
  }
  .scala_trending_content__block2 p {
    line-height: 1.3rem;
  }
  .scala_trending_content__block2 h2 {
    text-align: left;
    margin-top: 15px;
  }
  .scala_trending_content__block2 ._sk_trending_head {
    font-size: 2.5rem;
    position: relative;
    top: -300px;
  }
  .scala_designer {
    margin-top: 20px;
  }
  .scala_trending_content__image2 {
    padding: 20px;
    width: 100%;
    height: 300px;
    position: absolute;
    margin-top: 70px;
  }
  .scala_footer_brands_wrapper {
    margin: auto;
    width: 98%;
  }
  .scala_footer_brands_wrapper .scala_footer_brands {
    margin-left: 0;
    margin-right: 0;
    height: 530px;
    width: 100%;
    background-size: 230%;
    background-position: 50%;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brands_content h1 {
    font-size: 1.8rem !important;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brands_content {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 15px 10px;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brand_logo {
    width: 96%;
    margin: auto;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brand_logo .scala_logo__ {
    width: 95%;
  }
  .scala_footer_brand_logo {
    width: 95%;
    margin: auto;
  }
  .scala_logo2 {
    display: none;
  }
  .scala_footer_contentwrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .scala_footer_contentwrapper .scala_shopping {
    width: 50%;
  }
  .scala_footer_contentwrapper .scala_footer_trade {
    width: 95%;
  }
  .scala_logo_brand__slider2 {
    display: none;
  }
  .scala_logo_brand__slider1 {
    width: 70%;
    margin: auto;
  }
  .cws-arw .chevron_smooth a {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
  .scala_trending_content__block {
    top: 330px;
  }
  ._sk_trending_head {
    top: -315px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .__sk_category_cmspage__ {
    width: 96%;
    margin: auto;
    overflow: hidden;
  }
  ._sk_category_content {
    margin-top: 30px;
  }
  .slide-image {
    width: 100%;
    height: auto;
  }
  .__sk_category_cmspage__heading {
    font-size: 52px;
    margin: 6px 0px;
  }
  .sk__category__ {
    height: 150px;
    width: 460px;
  }
  .sk__category__item_image {
    width: 70px;
    height: 70px;
  }
  .sk__category_img {
    margin: 18px;
  }
  .sk__category__item__ {
    width: 115px !important;
    padding: 0px;
  }
  .sk__category__item_text {
    font-size: 0.7rem;
  }
  .rwdSlider-1 .cws-viewport .slides {
    width: 100% !important;
  }
  .__magebee_banner__ {
    width: 98%;
    margin: auto;
    background-color: #ffffff !important;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ {
    margin-left: 0;
    margin-right: 0;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ .cwsSlider {
    margin: 0px;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 {
    max-width: 100%;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 #rwdSlider-1 .cws-viewport {
    height: 330px !important;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 .homesttf_slider.loading {
    min-height: 193px;
  }
  .cws-arw .chevron_smooth a {
    display: none;
  }
  .__sk_cmsblock__designers_pick {
    margin-top: 0px;
    padding: 10px;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block {
    margin: auto;
    width: 100%;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .sk_designers_block__ {
    margin: auto;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .sk_designers_block__ .sk_designers__list_img {
    width: 100%;
    height: 195px;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .mf_designer {
    width: 100%;
    font-size: 0.8rem;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .sk_designerspicks {
    font-size: 1.7em !important;
  }
  .__scala_leftArrow__.slick-arrow {
    top: 30% !important;
  }
  .scala_miss__our {
    margin: auto;
    width: 98%;
  }
  .scala_miss__our .scala_miss__our_flex {
    margin: auto;
  }
  .scala_miss__our_img {
    width: 150px;
    height: 150px;
    margin-right: 5px;
  }
  .scala_miss__our_text {
    font-size: 1rem;
  }
  .scala_miss__our_item__ {
    margin: auto;
    padding: 0;
  }
  ._sk_category_dontmiss {
    font-size: 42px;
  }
  .scala_miss__our_content {
    width: 95%;
  }
  .scala_spop_thelook {
    margin-top: -40px;
  }
  .scala_miss__our_flex {
    margin-left: 0;
    margin-right: 0;
  }
  .scala_miss__our_flex .zebra_wrapper_image {
    margin: 20px auto 0px;
    width: 95%;
  }
  .scala_miss__our_flex .zebra_wrapper_image img {
    width: 100%;
    height: auto;
  }
  .scala_miss__our_flex ._sk_category_alwayshead {
    font-size: 3rem;
  }
  .scala_find_zebra {
    width: 30%;
  }
  .scala_spot_light {
    width: 98%;
    margin: auto;
  }
  .__ks_bannerWrapper__scala {
    margin: auto;
    display: block;
    padding-bottom: 0px;
  }
  .__ks_bannerWrapper__scala ._sk_category_spotlight_img {
    height: 100%;
  }
  .__ks_bannerWrapper__scala .__ks_bannerWrapper__content {
    height: 100%;
  }
  .scala_sk_content_block {
    width: 98%;
    margin: auto;
  }
  .scala_sk_content_block ._sk_category_shoplook {
    font-size: 2.5rem;
  }
  .scala_sk_content_block .__sk__fullimage {
    width: 50%;
  }
  .scala_sk_content_block .__sk__image_gridwrapper {
    width: 55%;
  }
  .scala_sk_content_block .__sk__imageColumn_content {
    display: none;
  }
  .scala_red_graphic__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .scala_graphic_item__ {
    margin: 5px;
    padding: 0;
  }
  ._sk_category_wrapper {
    font-size: 1.7rem;
  }
  ._sk_category_wrapper span {
    font-size: 1.7rem;
  }
  ._sk_wallpaper_bannerwrapper__ {
    display: block;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk_wallpaper_fullimage {
    width: 100%;
    height: 100%;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk__wallpaper_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk__imagegrid_raffle {
    padding: 10px;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk__imagegrid_raffle h1 {
    font-size: 1.3rem !important;
    padding-bottom: 5px;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk__imagegrid_raffle h4 {
    font-size: 0.9rem;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk__imagegrid_raffle h4 span {
    text-underline-offset: 1px;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk__imagegrid_raffle p {
    line-height: 1rem;
    font-size: 0.8rem;
  }
  .scala_sk_trending_block {
    height: auto;
  }
  .scala_trending_content__wrapper {
    margin: auto;
    width: 100%;
    display: block;
  }
  .scala_trending_content__wrapper .scala_trending_content__block {
    width: 90%;
    margin: auto;
    padding-top: 20px;
    text-align: center;
  }
  .scala_trending_content__wrapper .scala_trending_content__block ._sk_trending_head {
    font-size: 2.5rem;
  }
  .scala_trending_content__wrapper .scala_trending_content__block h2 {
    text-align: left;
  }
  .scala_trending_content__wrapper .scala_trending_content__image {
    width: 100%;
  }
  .scala_sk_trending_block2 {
    height: auto;
    width: 98%;
    margin: auto;
  }
  .scala_sk_trending_block2 .scala_trending_content__image2 {
    width: 470px;
    height: 400px;
    margin: auto;
  }
  .scala_sk_trending_block2 .scala_trending_content__block2 {
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    text-align: center;
  }
  .scala_sk_trending_block2 .scala_trending_content__block2 ._sk_trending_head {
    font-size: 2.5rem;
  }
  .scala_sk_trending_block2 .scala_trending_content__block2 h2 {
    text-align: left;
  }
  .scala_sk_trending_block2 .scala_trending_content__block2 p {
    padding-right: 10px;
  }
  .scala_footer_brands_wrapper {
    margin: auto;
    width: 98%;
  }
  .scala_footer_brands_wrapper .scala_footer_brands {
    margin-left: 0;
    margin-right: 0;
    height: 530px;
    width: 100%;
    background-size: 230%;
    background-position: 50%;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brands_content h1 {
    font-size: 1.8rem !important;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brands_content {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 15px 10px;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brand_logo {
    width: 96%;
    margin: auto;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brand_logo .scala_logo__ {
    width: 95%;
  }
  .scala_footer_brand_logo {
    width: 95%;
    margin: auto;
  }
  .scala_logo2 {
    display: none;
  }
  .scala_footer_contentwrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .scala_footer_contentwrapper .scala_shopping {
    width: 50%;
  }
  .scala_footer_contentwrapper .scala_footer_trade {
    width: 95%;
  }
  .scala_logo_brand__slider2 {
    display: none;
  }
  .scala_logo_brand__slider1 {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .scala_miss__our_content {
    width: 775px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .jumbotron-billboard .slide-image {
    width: 100%;
    height: auto !important;
  }
  .__homebanner__ .jumbotron-billboard .jumbotron {
    height: 26em;
  }
  .__sk_category_cmspage__heading {
    font-size: 52px;
    margin: 6px 0px;
  }
  .rwdSlider-1 .cws-viewport .slides {
    width: 100% !important;
  }
  .__magebee_banner__ {
    width: 98%;
    padding-top: 10px;
    margin: auto;
    background-color: #ffffff !important;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ {
    margin-left: 0;
    margin-right: 0;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ .cwsSlider {
    margin: 0px;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 {
    max-width: 100%;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 #rwdSlider-1 .cws-viewport {
    height: unset !important;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 .homesttf_slider.loading {
    min-height: 193px;
  }
  .__sk_category_cmspage__ {
    margin: auto;
    width: 95%;
  }
  .__sk_category_cmspage__ .sk__category__ {
    width: 750px;
  }
  .__sk_category_cmspage__ .sk__category__item__ {
    padding: 8px;
    width: 150px !important;
  }
  .__sk_category_cmspage__ .sk__category__item__ .sk__category__item_image {
    width: 100px;
    height: 100px;
  }
  .__sk_cmsblock__designers_pick {
    padding: 20px;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block {
    margin: auto;
    width: 100%;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .__sk_designers_content {
    margin-top: 10px;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .__sk_designers_content .sk_designerspicks {
    font-size: 1.9rem !important;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .__sk_designers_content .mf_designer {
    width: 70%;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block__ {
    margin: auto;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block__ .sk_designers__list_img {
    width: 100%;
  }
  .scala_miss__our_flex {
    margin: auto;
    width: 98%;
  }
  .scala_miss__our_flex .scala_miss__our_img {
    width: 200px;
    height: 200px;
  }
  .scala_miss__our_flex .scala_miss__our_item__ {
    margin: 0px 15px;
    padding: 0px 10px;
  }
  .scala_miss__our_flex .scala_miss__our_content {
    width: 800px;
  }
  .__ks_bannerWrapper__scala {
    padding-bottom: 20px;
    width: 98%;
    margin: auto;
  }
  .__ks_bannerWrapper__scala .__ks_bannerWrapper__content {
    width: 40%;
  }
  .__ks_bannerWrapper__scala .__ks_bannerWrapper__content ._sk_category_spotlight_img {
    width: 100%;
  }
  .scala_spot_light {
    width: 98%;
    margin: auto;
  }
  .__ks_bannerWrapper__ {
    min-width: 60%;
    max-width: 60%;
    height: 570px;
  }
  .scala_sk_content_block {
    margin: auto;
    width: 98%;
  }
  .__sk__imageColumn_content {
    margin-top: 0px;
  }
  .__sk__fullimage {
    height: 45vw;
  }
  .__sk__credit_icon {
    margin-top: 5px;
  }
  .__sk__imageColumn_content img {
    margin-top: 15px;
  }
  ._sk_category_bannerwrapper__ {
    width: 98vw;
  }
  .scala_miss__our_content {
    width: 800px;
  }
  .scala_red_graphic {
    width: 98%;
    margin: auto;
  }
  .scala_sk_trending_block {
    width: 98%;
    margin: auto;
  }
  .scala_sk_trending_block .scala_designer {
    width: 60%;
  }
  ._sk_wallpaper_bannerwrapper__ {
    display: block;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk_wallpaper_fullimage {
    width: 100%;
    height: 100%;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk__wallpaper_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk__wallpaper_grid .__sk__imagegrid_raffle {
    height: 200px;
    padding: 10px;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  .scala_trending_content__wrapper {
    margin: auto;
    width: 100%;
  }
  .scala_trending_content__wrapper .scala_trending_content__block {
    width: 450px;
    text-align: center;
    padding-left: 25px;
  }
  .scala_trending_content__wrapper .scala_trending_content__block ._sk_trending_head {
    font-size: 3rem;
  }
  .scala_trending_content__wrapper .scala_trending_content__block h2 {
    text-align: left;
  }
  .scala_trending_content__wrapper .scala_trending_content__image img {
    height: auto;
  }
  .scala_trending_content__image2 {
    width: 50vw;
    padding: 20px;
  }
  .scala_trending_content__block2 {
    margin-top: 10px;
    color: #2b0101;
    width: 368px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .scala_sk_trending_block2 {
    width: 98%;
    margin: auto;
  }
  .scala_footer_brands_wrapper {
    margin: auto;
  }
  .scala_footer_brands_wrapper .scala_footer_brands {
    margin-left: 0;
    margin-right: 0;
    height: 530px;
    width: 100%;
    background-size: 230%;
    background-position: 50%;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brands_content h1 {
    font-size: 1.8rem !important;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brands_content {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 15px 10px;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brand_logo {
    width: 96%;
    margin: auto;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brand_logo .scala_logo__ {
    width: 95%;
  }
  .scala_footer_contentwrapper {
    margin: auto;
    width: 100%;
  }
  .scala_footer_contentwrapper .scala_logo_slide__ {
    width: 90%;
    margin: auto;
  }
  .scala_footer_contentwrapper .scala_logo_brand__images {
    height: 80px;
  }
  .__scala_leftArrow__.slick-arrow {
    top: 30% !important;
  }
}
@media only screen and (max-width: 480px) {
  .__sk__wallpaper_grid {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  ._sk_category_alwayshead {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1069px) {
  .jumbotron-billboard .slide-image {
    width: 100%;
    height: auto !important;
  }
  .__homebanner__ .jumbotron-billboard .jumbotron {
    height: 26em;
  }
  .__sk_category_cmspage__heading {
    font-size: 52px;
    margin: 6px 0px;
  }
  .rwdSlider-1 .cws-viewport .slides {
    width: 100% !important;
  }
  .__magebee_banner__ {
    width: 98%;
    margin: auto;
    background-color: #ffffff !important;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ {
    margin-left: 0;
    margin-right: 0;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ .cwsSlider {
    margin: 0px;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 {
    max-width: 100%;
  }
  .__magebee_banner__ .__magebee_bannerWrap__ #bnrSlider-1 .homesttf_slider.loading {
    min-height: 193px;
  }
  .__sk_category_cmspage__ {
    margin: auto;
    width: 98%;
  }
  .__sk_category_cmspage__ .sk__category__ {
    width: 750px;
  }
  .__sk_category_cmspage__ .sk__category__item__ {
    padding: 8px;
    width: 150px !important;
  }
  .__sk_category_cmspage__ .sk__category__item__ .sk__category__item_image {
    width: 100px;
    height: 100px;
  }
  .scala_miss__our {
    width: 98%;
    margin: auto;
  }
  .__sk_cmsblock__designers_pick {
    padding: 10px;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block {
    margin: auto;
    width: 100%;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .__sk_designers_content {
    margin-top: 10px;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .__sk_designers_content .sk_designerspicks {
    font-size: 1.9rem !important;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block .__sk_designers_content .mf_designer {
    width: 70%;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block__ {
    margin: auto;
  }
  .__sk_cmsblock__designers_pick .sk_designers_block__ .sk_designers__list_img {
    width: 100%;
  }
  .scala_miss__our_flex {
    margin: auto;
    width: 98%;
  }
  .scala_miss__our_flex .scala_miss__our_img {
    width: 200px;
    height: 200px;
  }
  .scala_miss__our_flex .scala_miss__our_content {
    width: 800px;
  }
  .__ks_bannerWrapper__scala {
    padding-bottom: 20px;
    width: 98%;
    margin: auto;
  }
  .__ks_bannerWrapper__scala .__ks_bannerWrapper__content {
    width: 40%;
    margin-left: 7px;
  }
  .__ks_bannerWrapper__scala .__ks_bannerWrapper__content ._sk_category_spotlight_img {
    width: 100%;
  }
  .__ks_bannerWrapper__ {
    min-width: 60%;
    max-width: 60%;
    height: 570px;
  }
  .scala_sk_content_block {
    margin: auto;
    width: 98%;
  }
  .__sk__imageColumn_content {
    margin-top: 0px;
  }
  .__sk__fullimage {
    height: 45vw;
  }
  .__sk__credit_icon {
    margin-top: 5px;
  }
  .__sk__imageColumn_content img {
    margin-top: 15px;
  }
  ._sk_category_bannerwrapper__ {
    width: 98vw;
  }
  .scala_miss__our_content {
    width: 800px;
  }
  .scala_red_graphic {
    width: 98%;
    margin: auto;
  }
  .__sk__imagegrid {
    width: 330px;
  }
  ._sk_wallpaper_bannerwrapper__ {
    display: block;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk_wallpaper_fullimage {
    width: 100%;
    height: 100%;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk__wallpaper_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ._sk_wallpaper_bannerwrapper__ .__sk__wallpaper_grid .__sk__imagegrid_raffle {
    height: 200px;
    padding: 10px;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  .scala_sk_trending_block {
    width: 98%;
    margin: auto;
  }
  .scala_sk_trending_block2 {
    width: 98%;
    margin: auto;
  }
  .scala_trending_content__wrapper {
    margin: auto;
    width: 100%;
  }
  .scala_trending_content__wrapper .scala_trending_content__block {
    width: 450px;
    text-align: center;
    padding-left: 25px;
  }
  .scala_trending_content__wrapper .scala_trending_content__block ._sk_trending_head {
    font-size: 3rem;
  }
  .scala_trending_content__wrapper .scala_trending_content__block h2 {
    text-align: left;
  }
  .scala_trending_content__wrapper .scala_trending_content__image img {
    height: auto;
  }
  .scala_trending_content__image2 {
    width: 50vw;
    padding: 20px;
  }
  .scala_trending_content__block2 {
    margin-top: 10px;
    color: #2b0101;
    width: 368px;
    padding-left: 20px;
  }
  .scala_footer_brands_wrapper {
    margin: auto;
    width: 98%;
  }
  .scala_footer_brands_wrapper .scala_footer_brands {
    margin-left: 0;
    margin-right: 0;
    height: 530px;
    width: 100%;
    background-size: 230%;
    background-position: 50%;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brands_content h1 {
    font-size: 1.8rem !important;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brands_content {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 15px 10px;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brand_logo {
    width: 96%;
    margin: auto;
  }
  .scala_footer_brands_wrapper .scala_footer_brands .scala_footer_brand_logo .scala_logo__ {
    width: 95%;
  }
  .scala_footer_contentwrapper {
    margin: auto;
    width: 100%;
  }
  .scala_footer_contentwrapper .scala_logo_slide__ {
    width: 90%;
    margin: auto;
  }
  .scala_footer_contentwrapper .scala_logo_brand__images {
    height: 80px;
  }
  .__scala_leftArrow__.slick-arrow {
    top: 35% !important;
  }
  .scala_social_block {
    width: 90%;
    margin: auto;
  }
  .scala_social_block .slick-next {
    right: -5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 760px) {
  .__sk_category_cmspage__ div.slick-track {
    left: 0px;
  }
  .__sk_category_cmspage__ .sk__category__item__ {
    width: 174px !important;
  }
  .__sk_category_cmspage__ .sk__category__item_image {
    width: 150px;
    height: 150px;
  }
  .__sk_category_cmspage__ .sk__category__ {
    height: 245px;
    width: 348px;
  }
  .__sk_category_cmspage__ .sk__category__item_text {
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    left: 2px;
  }
  .__sk_category_cmspage__ .__sk_category_cmspage__heading {
    margin: 30px 0px;
  }
}
/* Ipad log styles Start */
@media (min-width: 600px) and (max-width: 765px) {
  .headercontent .center.width.remove_on_search {
    width: 57%;
    margin-left: 10%;
    margin-right: -13%;
  }
}
/* Ipad log styles End */
/*  Available Shoe Sizes List Start */
.custom-select-shoe #shoesizeoption {
  width: 93% !important;
  height: 45px !important;
  background-size: 35px 80px;
}
.product-custom-option.side-mark-for-shoe.disabledSideMark {
  pointer-events: none;
}
img.disableQtyBtns {
  cursor: no-drop !important;
  pointer-events: none;
}
.disableQtyBtnsSpan {
  cursor: not-allowed !important;
}
.hidetheSideMark {
  display: none;
}
/*  Available Shoe Sizes List End */
/*!--
Author: Sudhakara Rao Kilaparthi
email : sudhakar@kavayahsolutions.com
Description: this file is belongs to Search Advanced related.
URL   : http://www.kavayahsolutions.com
--*/
/*!-- PDP PRINT VIEW STYLES --*/
.__PrintScreenMainImage__,
.__PrintContactNumber__ {
  display: none;
}
.__PrintViewColorWays__ {
  page-break-before: always;
  display: none;
  min-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: auto 1em;
}
.__PrintViewColorWays__ > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: bold;
  padding: 1em 0;
}
.__PrintViewColorWays__ .custom-colorways-wrapper p {
  text-align: center;
}
.__PrintViewColorWays__ .custom-colorways-wrapper.selected p {
  color: #cc0000;
}
@media print {
  .page .messages {
    display: none;
  }
  .sections.nav-sections {
    display: none;
  }
  header {
    margin: 0;
    padding: 0;
  }
  header.page-header {
    margin: 0;
    padding: 0;
  }
  header .wrapper {
    margin: 0;
    padding: 0;
  }
  header .wrapper .header {
    display: none;
  }
  header .site-naviation .overall_width .nav-arrow {
    display: none;
  }
  header .site-naviation .overall_width .list.showdropdown {
    display: none;
  }
  header .site-naviation .overall_width #fixed-icons {
    display: none;
  }
  header .site-naviation .overall_width .logofixed.left {
    margin: 0;
    padding: 0;
    display: block;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .headercontent .right.width.icons.clearfix {
    display: none;
  }
  .headercontent .right.width.icons.clearfix ul.right.links {
    display: none;
  }
  .headercontent .right.width.icons.clearfix ul.right.links li {
    display: none;
  }
  .catalog-product-view .swatch-attribute-options.clearfix.custom-colorways .custom-colorways-wrapper.selected {
    color: #cc0000;
  }
  .catalog-product-view .swatch-attribute-options.clearfix.custom-colorways .custom-colorways-wrapper p {
    opacity: 1;
    margin-top: 4px;
  }
  .catalog-product-view.page-layout-1column .pdp-container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-view.page-layout-1column .pdp-container .product-info-main {
    margin: 0;
    width: 50%;
    float: right;
    border: none;
    border-bottom: none;
  }
  .catalog-product-view.page-layout-1column .pdp-container .product-info-main .pdp_description {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .catalog-product-view.page-layout-1column .pdp-container .product-info-main .pdp_description .leftContainer {
    width: 100%;
  }
  .catalog-product-view.page-layout-1column .pdp-container .product-info-main .pdp_description .swatch-attribute.swatch-layered {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .catalog-product-view.page-layout-1column .pdp-container .product-info-main .pdp_description .swatch-attribute.swatch-layered .swatch-attribute-options.custom-colorways {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .catalog-product-view.page-layout-1column .pdp-container .product-info-main .pdp_description .socialContainer {
    margin: 0;
  }
  .catalog-product-view.page-layout-1column .pdp-container .product-info-main .pdp_description .socialContainer .product-social-links {
    display: none;
  }
  .catalog-product-view.page-layout-1column .pdp-container .product-info-main .swatch-attribute-options.clearfix.custom-colorways {
    border: none;
    margin: 0;
    padding: 0;
  }
  .catalog-product-view.page-layout-1column .pdp-container .detailed-pdp-description {
    position: relative;
    border-top: none;
    margin: 0;
    padding: 0;
    border: none;
  }
  .catalog-product-view.page-layout-1column .pdp-container .detailed-pdp-description .__ks_scala_pdp_atrr__:first-child {
    position: relative;
    top: -5px;
  }
  .catalog-product-view.page-layout-1column .pdp-container .detailed-pdp-description .__ks_scala_pdp_atrr__:first-child div {
    margin-top: 0px !important;
  }
  .catalog-product-view.page-layout-1column .pdp-container .detailed-pdp-description .__ks_scala_pdp_atrr__.hideshowapproxwidth div,
  .catalog-product-view.page-layout-1column .pdp-container .detailed-pdp-description .__ks_scala_pdp_atrr__.hideshowapproxrepeat div {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 0px;
  }
  .catalog-product-view.page-layout-1column .pdp-container .detailed-pdp-description .__ks_scala_pdp_atrr__ div {
    margin-top: 2.5px;
  }
  .catalog-product-view.page-layout-1column .pdp-container .custom-colorways-wrapper {
    margin-right: 8px;
    width: 80px;
  }
  .catalog-product-view.page-layout-1column .block.related .related-products-images {
    padding: 0;
  }
  .catalog-product-view.page-layout-1column .__PrintViewColorWays__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-product-view .product.media.position-relative {
    display: none;
  }
  .catalog-product-view .pdp-container {
    margin: 0;
    padding: 0;
  }
  .catalog-product-view .__PrintScreenMainImage__ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    min-width: 40%;
    max-width: 40%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 5em;
  }
  .catalog-product-view .__PrintScreenMainImage__ .__PrintScenceySwatches__,
  .catalog-product-view .__PrintScreenMainImage__ .__PrintMainImage__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1em;
  }
  .catalog-product-view .__PrintScreenMainImage__ .s7thumbPrint {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0.5em;
  }
  .catalog-product-view .__PrintScreenMainImage__ .s7thumbPrint.selected {
    border: solid 1px #cc0000;
  }
  .catalog-product-view .social_media_icons {
    display: none;
  }
  .catalog-product-view .social_media_icons.s7mixedmediaviewer {
    display: none;
  }
  .catalog-product-view .gallery-placeholder._block-content-loading {
    display: none;
  }
  .catalog-product-view #s7viewer {
    display: none;
  }
  .catalog-product-view .product-options-bottom {
    display: none;
  }
  .catalog-product-view .__ks_specSheetCon__ {
    display: none;
  }
  .catalog-product-view .related-products.block-content.content .product-item {
    width: 22%;
    margin: 0 1%;
  }
  .catalog-product-view .related-products.block-content.content .product-item .product-item-details p,
  .catalog-product-view .related-products.block-content.content .product-item .product-item-details span {
    font-size: 12px;
    line-height: 12px;
  }
  .catalog-product-view footer.page-footer .footer_back_image {
    display: none;
  }
  .catalog-product-view footer.page-footer .__FooterLogo__,
  .catalog-product-view footer.page-footer .__PrintContactNumber__ {
    display: inline-block;
    min-width: 48%;
    max-width: 48%;
  }
  .catalog-product-view footer.page-footer .__PrintContactNumber__ {
    text-align: right;
  }
  .catalog-product-view footer.page-footer .social_icons {
    display: none;
  }
  .catalog-product-view footer.page-footer .border_around_list {
    margin: 0;
    padding: 0;
    display: none;
  }
  .catalog-product-view footer.page-footer .border_around_list ul.margin_footer_a.list {
    position: inherit;
    text-align: center;
  }
  .catalog-product-view footer.page-footer .border_around_list ul.margin_footer_a.list li {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 20%;
  }
  .catalog-product-view footer.page-footer .border_around_list ul.margin_footer_a.list li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
}

/*# sourceMappingURL=maps/ksstyles.css.map */
/*!--
Author: Sudhakara Rao Kilaparthi
email: sudhakar@kavayahsolutions.com
URL: http://www.kavayahsolutions.com
--*/
.__popup_overlay__ {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2000;
}
.__blurLayer__ {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(210, 210, 210, 0.45);
  -webkit-transition: all 1s cubic-bezier(0.75, 0.35, 0.07, 0.99);
  -o-transition: all 1s cubic-bezier(0.75, 0.35, 0.07, 0.99);
  transition: all 1s cubic-bezier(0.75, 0.35, 0.07, 0.99);
  -webkit-backdrop-filter: blur(0.2em) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.45));
          backdrop-filter: blur(0.2em) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.45));
}
.__popup_window__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: #ffffff;
  padding: 0 1em 1em;
  position: absolute;
  border-radius: 0.25em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 20em;
  max-width: 94%;
  min-height: 6em;
  margin: auto;
  z-index: 2001;
  -webkit-filter: blur(0) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.45));
          filter: blur(0) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.45));
}
.__popup_header__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  font-weight: 700;
  font-size: 1.1em;
  padding: 0.5em 0 0.3em 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.25);
  color: rgba(90, 90, 90, 0.75);
}
.__popup_header__.ks_no_Borders {
  border: 0 solid transparent;
}
.__popup_title__ {
  position: relative;
  top: 0;
  left: 0;
  padding: 0.25em 0.5em;
  margin: 0;
  min-height: 1em;
  font-family: 'Lato';
  color: #000;
}
.__popup_closeBtn__ {
  position: absolute;
  top: 0.35em;
  right: 0.25em;
  padding: 0 0.5em;
  line-height: 1.5em;
  min-height: 1em;
  background: transparent;
  border: 0 solid transparent;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.__popup_closeBtn__:hover {
  cursor: pointer;
}
.__popup_closeBtn__:hover,
.__popup_closeBtn__:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ce0000;
  color: white;
}
.__popup_body__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  text-align: justify;
  line-height: 1.1rem;
}
.__popup_body__:before,
.__popup_body__:after {
  content: "";
  display: block;
}
.__popup_body__:after {
  clear: both;
}
.__popup_body__ .__popup_content__ {
  padding: 0.7em;
  max-height: 50em;
  overflow: auto;
  width: 100%;
}
.__popup_body__ .__popup_content__ .__PopUpSignInCrateAccount__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.__popup_body__ .__popup_content__ .__PopUpSignInCrateAccount__ .login-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 13em;
  max-width: 24%;
  margin: 0 0 0.3em 0;
}
.__popup_body__ .__popup_content__ .__PopUpSignInCrateAccount__ .login-button:last-child {
  margin-left: 1em;
}

/*# sourceMappingURL=maps/popup.css.map */
@font-face {
    font-family: 'Bon Vivant';
    src: url('../../frontend/Scalamandre/luma/en_US/fonts/BonVivant-Regular.eot');
    src: url('../../frontend/Scalamandre/luma/en_US/fonts/BonVivant-Regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Scalamandre/luma/en_US/fonts/BonVivant-Regular.woff') format('woff'), url('../../frontend/Scalamandre/luma/en_US/fonts/BonVivant-Regular.ttf') format('truetype'), url('../../frontend/Scalamandre/luma/en_US/fonts/BonVivant-Regular.svg#Bon Vivant') format('svg');
    font-weight: 300;
    font-style: normal
  }






#slider {
    text-align: center;
}


/* NEW EXPERIMENT */
/* Slider Setup */


#slide1:checked ~ #slides .inner { margin-left:0; }
#slide2:checked ~ #slides .inner { margin-left:-100%; }
#slide3:checked ~ #slides .inner { margin-left:-200%; }
#slide4:checked ~ #slides .inner { margin-left:-300%; }
#slide5:checked ~ #slides .inner { margin-left:-400%; }


#overflow {
    width: 100%;
    overflow: hidden;
}

article img {
    width: 100%;
}

#slides .inner {
    width: 500%;
    line-height: 0;
}

#slides article {
    width: 20%;
    float: left;
}

/* Slider Styling */

/* Control Setup */

#controls {
    margin: -25% 0 0 0;
    width: 100%;
    height: 50px;
}

#controls label {
    display: none;
    width: 50px;
    height: 50px;
    opacity: 0.3;
}

#active {
    margin: 23% 0 0;
    text-align: center;
}

#active label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
}

#active label:hover {
    background: #ccc;
    border-color: #777 !important;
}

#controls label:hover {
    opacity: 0.8;
}

#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(5),
#slide5:checked ~ #controls label:nth-child(1) {
    background: url('../../frontend/Scalamandre/luma/en_US/FME_Banners/css/next.png') no-repeat;
    float: right;
    margin: 0 -70px 0 0;
    display: block;
}


#slide1:checked ~ #controls label:nth-child(5),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3),
#slide5:checked ~ #controls label:nth-child(4) {
    background: url('../../frontend/Scalamandre/luma/en_US/FME_Banners/css/prev.png') no-repeat;
    float: left;
    margin: 0 0 0 -70px;
    display: block;
}

#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3),
#slide4:checked ~ #active label:nth-child(4),
#slide5:checked ~ #active label:nth-child(5) {
    background: #333;
    border-color: #333 !important;
}

/* Info Box */

.info {
    line-height: 20px;
    margin: 0 0 -150%;
    position: absolute;
    font-style: italic;
    padding: 30px 30px;
    opacity: 0;
    color: #000;
    text-align: left;
}

.info h3 {
    color: #333;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 22px;
    font-style: normal;
}

/* Slider Styling */

#slides {
    margin: 45px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #666;
    padding: 1%;
    background: #fff;
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(219,218,201,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(219,218,201,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#dbdac9',GradientType=0 ); /* IE6-9 */
}


/* Animation */

#slides .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#controls label{
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

#slide1:checked ~ #slides article:nth-child(1) .info,
#slide2:checked ~ #slides article:nth-child(2) .info,
#slide3:checked ~ #slides article:nth-child(3) .info,
#slide4:checked ~ #slides article:nth-child(4) .info,
#slide5:checked ~ #slides article:nth-child(5) .info {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
}

.info, #controls, #slides, #active, #active label, .info h3, .desktop, .tablet, .mobile {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* Respond Options */

#desktop:checked ~ #slider {
    max-width: 960px;
}

#tablet:checked ~ #slider {
    max-width: 850px;
}

#mobile:checked ~ #slider {
    max-width: 450px;
}

#desktop:checked ~ #slider .desktop,
#tablet:checked ~ #slider .tablet,
#mobile:checked ~ #slider .mobile {
    color: #777;
    opacity: 1;
}

.desktop, .tablet, .mobile {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding-top: 50px;
    opacity: 0.35;
    font-size: 12px;
}

.desktop:hover, .tablet:hover, .mobile:hover {
    opacity: 0.2;
}

.desktop {
    background: url('../../frontend/Scalamandre/luma/en_US/FME_Banners/css/desktop.png') no-repeat;
}

.tablet {
    background: url('../../frontend/Scalamandre/luma/en_US/FME_Banners/css/tablet.png') no-repeat;
}

.mobile {
    background: url('../../frontend/Scalamandre/luma/en_US/FME_Banners/css/mobile.png') no-repeat;
}

/* Responsive Styling */

/* Tablet */

#tablet:checked ~ #slider #controls {
    margin: -25% 0 0 12%;
    width: 76%;
    height: 50px;
}

#tablet:checked ~ #slider #controls label {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

#tablet:checked  ~ #slider #slides, #mobile:checked  ~ #slider #slides {
    padding: 1% 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#tablet:checked ~ #slider #active {
    margin: 22% 0 0;
}

@media only screen and (max-width: 850px) and (min-width: 450px) {

    #slider #controls {
        margin: -25% 0 0 15%;
        width: 70%;
        height: 50px;
    }

    #slider #controls label {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    #slider #slides {
        padding: 1% 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    #slider #active {
        margin: 22% 0 0;
    }

}

/* Mobile */

#mobile:checked ~ #slider #controls {
    margin: -28% 0 0 24%;
    width: 50%;
    height: 50px;
}

#mobile:checked ~ #slider #active {
    margin: 23% 0 0;
}

#mobile:checked ~ #slider #slides .info {
    opacity: 0 !important;
}

#mobile:checked ~ #slider #controls label {
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}


@media only screen and (max-width: 450px) {

    #slider #controls {
        margin: -28% 0 0 24%;
        width: 50%;
        height: 50px;
    }

    #slider #active {
        margin: 23% 0 0;
    }

    #slider #slides {
        padding: 1% 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    #slider #slides .info {
        opacity: 0 !important;
    }

    #slider #controls label {
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

}


/* @media only screen and (min-width: 850px) {

    body {
        padding: 0 80px;
    }
} */@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;box-shadow: 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{-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 .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .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/Scalamandre/luma/en_US/Magezon_Core/css/owlcarousel/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%}
.owl-carousel .owl-dots,.owl-carousel .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav{margin-top:10px}.owl-carousel .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-carousel .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-carousel .owl-nav .disabled{opacity:.5;cursor:default}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.mgz-fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.mgz-fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.mgz-fa-xs {
  font-size: 0.75em;
}
.mgz-fa-sm {
  font-size: 0.875em;
}
.mgz-fa-1x {
  font-size: 1em;
}
.mgz-fa-2x {
  font-size: 2em;
}
.mgz-fa-3x {
  font-size: 3em;
}
.mgz-fa-4x {
  font-size: 4em;
}
.mgz-fa-5x {
  font-size: 5em;
}
.mgz-fa-6x {
  font-size: 6em;
}
.mgz-fa-7x {
  font-size: 7em;
}
.mgz-fa-8x {
  font-size: 8em;
}
.mgz-fa-9x {
  font-size: 9em;
}
.mgz-fa-10x {
  font-size: 10em;
}
.mgz-fa-fw {
  text-align: center;
  width: 1.25em;
}
.mgz-fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.mgz-fa-ul > li {
  position: relative;
}
.mgz-fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.mgz-fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.mgz-fa-pull-left {
  float: left;
}
.mgz-fa-pull-right {
  float: right;
}
.mgz-fa.mgz-fa-pull-left,
.fas.mgz-fa-pull-left,
.far.mgz-fa-pull-left,
.fal.mgz-fa-pull-left,
.fab.mgz-fa-pull-left {
  margin-right: 0.3em;
}
.mgz-fa.mgz-fa-pull-right,
.fas.mgz-fa-pull-right,
.far.mgz-fa-pull-right,
.fal.mgz-fa-pull-right,
.fab.mgz-fa-pull-right {
  margin-left: 0.3em;
}
.mgz-fa-spin {
  animation: fa-spin 2s infinite linear;
}
.mgz-fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mgz-fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.mgz-fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.mgz-fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.mgz-fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.mgz-fa-flip-both,
.mgz-fa-flip-horizontal.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .mgz-fa-rotate-90,
:root .mgz-fa-rotate-180,
:root .mgz-fa-rotate-270,
:root .mgz-fa-flip-horizontal,
:root .mgz-fa-flip-vertical,
:root .mgz-fa-flip-both {
  filter: none;
}
.mgz-fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.mgz-fa-stack-1x,
.mgz-fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.mgz-fa-stack-1x {
  line-height: inherit;
}
.mgz-fa-stack-2x {
  font-size: 2em;
}
.mgz-fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.mgz-fa-500px:before {
  content: "\f26e";
}
.mgz-fa-accessible-icon:before {
  content: "\f368";
}
.mgz-fa-accusoft:before {
  content: "\f369";
}
.mgz-fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.mgz-fa-ad:before {
  content: "\f641";
}
.mgz-fa-address-book:before {
  content: "\f2b9";
}
.mgz-fa-address-card:before {
  content: "\f2bb";
}
.mgz-fa-adjust:before {
  content: "\f042";
}
.mgz-fa-adn:before {
  content: "\f170";
}
.mgz-fa-adobe:before {
  content: "\f778";
}
.mgz-fa-adversal:before {
  content: "\f36a";
}
.mgz-fa-affiliatetheme:before {
  content: "\f36b";
}
.mgz-fa-air-freshener:before {
  content: "\f5d0";
}
.mgz-fa-airbnb:before {
  content: "\f834";
}
.mgz-fa-algolia:before {
  content: "\f36c";
}
.mgz-fa-align-center:before {
  content: "\f037";
}
.mgz-fa-align-justify:before {
  content: "\f039";
}
.mgz-fa-align-left:before {
  content: "\f036";
}
.mgz-fa-align-right:before {
  content: "\f038";
}
.mgz-fa-alipay:before {
  content: "\f642";
}
.mgz-fa-allergies:before {
  content: "\f461";
}
.mgz-fa-amazon:before {
  content: "\f270";
}
.mgz-fa-amazon-pay:before {
  content: "\f42c";
}
.mgz-fa-ambulance:before {
  content: "\f0f9";
}
.mgz-fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.mgz-fa-amilia:before {
  content: "\f36d";
}
.mgz-fa-anchor:before {
  content: "\f13d";
}
.mgz-fa-android:before {
  content: "\f17b";
}
.mgz-fa-angellist:before {
  content: "\f209";
}
.mgz-fa-angle-double-down:before {
  content: "\f103";
}
.mgz-fa-angle-double-left:before {
  content: "\f100";
}
.mgz-fa-angle-double-right:before {
  content: "\f101";
}
.mgz-fa-angle-double-up:before {
  content: "\f102";
}
.mgz-fa-angle-down:before {
  content: "\f107";
}
.mgz-fa-angle-left:before {
  content: "\f104";
}
.mgz-fa-angle-right:before {
  content: "\f105";
}
.mgz-fa-angle-up:before {
  content: "\f106";
}
.mgz-fa-angry:before {
  content: "\f556";
}
.mgz-fa-angrycreative:before {
  content: "\f36e";
}
.mgz-fa-angular:before {
  content: "\f420";
}
.mgz-fa-ankh:before {
  content: "\f644";
}
.mgz-fa-app-store:before {
  content: "\f36f";
}
.mgz-fa-app-store-ios:before {
  content: "\f370";
}
.mgz-fa-apper:before {
  content: "\f371";
}
.mgz-fa-apple:before {
  content: "\f179";
}
.mgz-fa-apple-alt:before {
  content: "\f5d1";
}
.mgz-fa-apple-pay:before {
  content: "\f415";
}
.mgz-fa-archive:before {
  content: "\f187";
}
.mgz-fa-archway:before {
  content: "\f557";
}
.mgz-fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.mgz-fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.mgz-fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.mgz-fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.mgz-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.mgz-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.mgz-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.mgz-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.mgz-fa-arrow-down:before {
  content: "\f063";
}
.mgz-fa-arrow-left:before {
  content: "\f060";
}
.mgz-fa-arrow-right:before {
  content: "\f061";
}
.mgz-fa-arrow-up:before {
  content: "\f062";
}
.mgz-fa-arrows-alt:before {
  content: "\f0b2";
}
.mgz-fa-arrows-alt-h:before {
  content: "\f337";
}
.mgz-fa-arrows-alt-v:before {
  content: "\f338";
}
.mgz-fa-artstation:before {
  content: "\f77a";
}
.mgz-fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.mgz-fa-asterisk:before {
  content: "\f069";
}
.mgz-fa-asymmetrik:before {
  content: "\f372";
}
.mgz-fa-at:before {
  content: "\f1fa";
}
.mgz-fa-atlas:before {
  content: "\f558";
}
.mgz-fa-atlassian:before {
  content: "\f77b";
}
.mgz-fa-atom:before {
  content: "\f5d2";
}
.mgz-fa-audible:before {
  content: "\f373";
}
.mgz-fa-audio-description:before {
  content: "\f29e";
}
.mgz-fa-autoprefixer:before {
  content: "\f41c";
}
.mgz-fa-avianex:before {
  content: "\f374";
}
.mgz-fa-aviato:before {
  content: "\f421";
}
.mgz-fa-award:before {
  content: "\f559";
}
.mgz-fa-aws:before {
  content: "\f375";
}
.mgz-fa-baby:before {
  content: "\f77c";
}
.mgz-fa-baby-carriage:before {
  content: "\f77d";
}
.mgz-fa-backspace:before {
  content: "\f55a";
}
.mgz-fa-backward:before {
  content: "\f04a";
}
.mgz-fa-bacon:before {
  content: "\f7e5";
}
.mgz-fa-balance-scale:before {
  content: "\f24e";
}
.mgz-fa-ban:before {
  content: "\f05e";
}
.mgz-fa-band-aid:before {
  content: "\f462";
}
.mgz-fa-bandcamp:before {
  content: "\f2d5";
}
.mgz-fa-barcode:before {
  content: "\f02a";
}
.mgz-fa-bars:before {
  content: "\f0c9";
}
.mgz-fa-baseball-ball:before {
  content: "\f433";
}
.mgz-fa-basketball-ball:before {
  content: "\f434";
}
.mgz-fa-bath:before {
  content: "\f2cd";
}
.mgz-fa-battery-empty:before {
  content: "\f244";
}
.mgz-fa-battery-full:before {
  content: "\f240";
}
.mgz-fa-battery-half:before {
  content: "\f242";
}
.mgz-fa-battery-quarter:before {
  content: "\f243";
}
.mgz-fa-battery-three-quarters:before {
  content: "\f241";
}
.mgz-fa-battle-net:before {
  content: "\f835";
}
.mgz-fa-bed:before {
  content: "\f236";
}
.mgz-fa-beer:before {
  content: "\f0fc";
}
.mgz-fa-behance:before {
  content: "\f1b4";
}
.mgz-fa-behance-square:before {
  content: "\f1b5";
}
.mgz-fa-bell:before {
  content: "\f0f3";
}
.mgz-fa-bell-slash:before {
  content: "\f1f6";
}
.mgz-fa-bezier-curve:before {
  content: "\f55b";
}
.mgz-fa-bible:before {
  content: "\f647";
}
.mgz-fa-bicycle:before {
  content: "\f206";
}
.mgz-fa-bimobject:before {
  content: "\f378";
}
.mgz-fa-binoculars:before {
  content: "\f1e5";
}
.mgz-fa-biohazard:before {
  content: "\f780";
}
.mgz-fa-birthday-cake:before {
  content: "\f1fd";
}
.mgz-fa-bitbucket:before {
  content: "\f171";
}
.mgz-fa-bitcoin:before {
  content: "\f379";
}
.mgz-fa-bity:before {
  content: "\f37a";
}
.mgz-fa-black-tie:before {
  content: "\f27e";
}
.mgz-fa-blackberry:before {
  content: "\f37b";
}
.mgz-fa-blender:before {
  content: "\f517";
}
.mgz-fa-blender-phone:before {
  content: "\f6b6";
}
.mgz-fa-blind:before {
  content: "\f29d";
}
.mgz-fa-blog:before {
  content: "\f781";
}
.mgz-fa-blogger:before {
  content: "\f37c";
}
.mgz-fa-blogger-b:before {
  content: "\f37d";
}
.mgz-fa-bluetooth:before {
  content: "\f293";
}
.mgz-fa-bluetooth-b:before {
  content: "\f294";
}
.mgz-fa-bold:before {
  content: "\f032";
}
.mgz-fa-bolt:before {
  content: "\f0e7";
}
.mgz-fa-bomb:before {
  content: "\f1e2";
}
.mgz-fa-bone:before {
  content: "\f5d7";
}
.mgz-fa-bong:before {
  content: "\f55c";
}
.mgz-fa-book:before {
  content: "\f02d";
}
.mgz-fa-book-dead:before {
  content: "\f6b7";
}
.mgz-fa-book-medical:before {
  content: "\f7e6";
}
.mgz-fa-book-open:before {
  content: "\f518";
}
.mgz-fa-book-reader:before {
  content: "\f5da";
}
.mgz-fa-bookmark:before {
  content: "\f02e";
}
.mgz-fa-bootstrap:before {
  content: "\f836";
}
.mgz-fa-bowling-ball:before {
  content: "\f436";
}
.mgz-fa-box:before {
  content: "\f466";
}
.mgz-fa-box-open:before {
  content: "\f49e";
}
.mgz-fa-boxes:before {
  content: "\f468";
}
.mgz-fa-braille:before {
  content: "\f2a1";
}
.mgz-fa-brain:before {
  content: "\f5dc";
}
.mgz-fa-bread-slice:before {
  content: "\f7ec";
}
.mgz-fa-briefcase:before {
  content: "\f0b1";
}
.mgz-fa-briefcase-medical:before {
  content: "\f469";
}
.mgz-fa-broadcast-tower:before {
  content: "\f519";
}
.mgz-fa-broom:before {
  content: "\f51a";
}
.mgz-fa-brush:before {
  content: "\f55d";
}
.mgz-fa-btc:before {
  content: "\f15a";
}
.mgz-fa-buffer:before {
  content: "\f837";
}
.mgz-fa-bug:before {
  content: "\f188";
}
.mgz-fa-building:before {
  content: "\f1ad";
}
.mgz-fa-bullhorn:before {
  content: "\f0a1";
}
.mgz-fa-bullseye:before {
  content: "\f140";
}
.mgz-fa-burn:before {
  content: "\f46a";
}
.mgz-fa-buromobelexperte:before {
  content: "\f37f";
}
.mgz-fa-bus:before {
  content: "\f207";
}
.mgz-fa-bus-alt:before {
  content: "\f55e";
}
.mgz-fa-business-time:before {
  content: "\f64a";
}
.mgz-fa-buysellads:before {
  content: "\f20d";
}
.mgz-fa-calculator:before {
  content: "\f1ec";
}
.mgz-fa-calendar:before {
  content: "\f133";
}
.mgz-fa-calendar-alt:before {
  content: "\f073";
}
.mgz-fa-calendar-check:before {
  content: "\f274";
}
.mgz-fa-calendar-day:before {
  content: "\f783";
}
.mgz-fa-calendar-minus:before {
  content: "\f272";
}
.mgz-fa-calendar-plus:before {
  content: "\f271";
}
.mgz-fa-calendar-times:before {
  content: "\f273";
}
.mgz-fa-calendar-week:before {
  content: "\f784";
}
.mgz-fa-camera:before {
  content: "\f030";
}
.mgz-fa-camera-retro:before {
  content: "\f083";
}
.mgz-fa-campground:before {
  content: "\f6bb";
}
.mgz-fa-canadian-maple-leaf:before {
  content: "\f785";
}
.mgz-fa-candy-cane:before {
  content: "\f786";
}
.mgz-fa-cannabis:before {
  content: "\f55f";
}
.mgz-fa-capsules:before {
  content: "\f46b";
}
.mgz-fa-car:before {
  content: "\f1b9";
}
.mgz-fa-car-alt:before {
  content: "\f5de";
}
.mgz-fa-car-battery:before {
  content: "\f5df";
}
.mgz-fa-car-crash:before {
  content: "\f5e1";
}
.mgz-fa-car-side:before {
  content: "\f5e4";
}
.mgz-fa-caret-down:before {
  content: "\f0d7";
}
.mgz-fa-caret-left:before {
  content: "\f0d9";
}
.mgz-fa-caret-right:before {
  content: "\f0da";
}
.mgz-fa-caret-square-down:before {
  content: "\f150";
}
.mgz-fa-caret-square-left:before {
  content: "\f191";
}
.mgz-fa-caret-square-right:before {
  content: "\f152";
}
.mgz-fa-caret-square-up:before {
  content: "\f151";
}
.mgz-fa-caret-up:before {
  content: "\f0d8";
}
.mgz-fa-carrot:before {
  content: "\f787";
}
.mgz-fa-cart-arrow-down:before {
  content: "\f218";
}
.mgz-fa-cart-plus:before {
  content: "\f217";
}
.mgz-fa-cash-register:before {
  content: "\f788";
}
.mgz-fa-cat:before {
  content: "\f6be";
}
.mgz-fa-cc-amazon-pay:before {
  content: "\f42d";
}
.mgz-fa-cc-amex:before {
  content: "\f1f3";
}
.mgz-fa-cc-apple-pay:before {
  content: "\f416";
}
.mgz-fa-cc-diners-club:before {
  content: "\f24c";
}
.mgz-fa-cc-discover:before {
  content: "\f1f2";
}
.mgz-fa-cc-jcb:before {
  content: "\f24b";
}
.mgz-fa-cc-mastercard:before {
  content: "\f1f1";
}
.mgz-fa-cc-paypal:before {
  content: "\f1f4";
}
.mgz-fa-cc-stripe:before {
  content: "\f1f5";
}
.mgz-fa-cc-visa:before {
  content: "\f1f0";
}
.mgz-fa-centercode:before {
  content: "\f380";
}
.mgz-fa-centos:before {
  content: "\f789";
}
.mgz-fa-certificate:before {
  content: "\f0a3";
}
.mgz-fa-chair:before {
  content: "\f6c0";
}
.mgz-fa-chalkboard:before {
  content: "\f51b";
}
.mgz-fa-chalkboard-teacher:before {
  content: "\f51c";
}
.mgz-fa-charging-station:before {
  content: "\f5e7";
}
.mgz-fa-chart-area:before {
  content: "\f1fe";
}
.mgz-fa-chart-bar:before {
  content: "\f080";
}
.mgz-fa-chart-line:before {
  content: "\f201";
}
.mgz-fa-chart-pie:before {
  content: "\f200";
}
.mgz-fa-check:before {
  content: "\f00c";
}
.mgz-fa-check-circle:before {
  content: "\f058";
}
.mgz-fa-check-double:before {
  content: "\f560";
}
.mgz-fa-check-square:before {
  content: "\f14a";
}
.mgz-fa-cheese:before {
  content: "\f7ef";
}
.mgz-fa-chess:before {
  content: "\f439";
}
.mgz-fa-chess-bishop:before {
  content: "\f43a";
}
.mgz-fa-chess-board:before {
  content: "\f43c";
}
.mgz-fa-chess-king:before {
  content: "\f43f";
}
.mgz-fa-chess-knight:before {
  content: "\f441";
}
.mgz-fa-chess-pawn:before {
  content: "\f443";
}
.mgz-fa-chess-queen:before {
  content: "\f445";
}
.mgz-fa-chess-rook:before {
  content: "\f447";
}
.mgz-fa-chevron-circle-down:before {
  content: "\f13a";
}
.mgz-fa-chevron-circle-left:before {
  content: "\f137";
}
.mgz-fa-chevron-circle-right:before {
  content: "\f138";
}
.mgz-fa-chevron-circle-up:before {
  content: "\f139";
}
.mgz-fa-chevron-down:before {
  content: "\f078";
}
.mgz-fa-chevron-left:before {
  content: "\f053";
}
.mgz-fa-chevron-right:before {
  content: "\f054";
}
.mgz-fa-chevron-up:before {
  content: "\f077";
}
.mgz-fa-child:before {
  content: "\f1ae";
}
.mgz-fa-chrome:before {
  content: "\f268";
}
.mgz-fa-chromecast:before {
  content: "\f838";
}
.mgz-fa-church:before {
  content: "\f51d";
}
.mgz-fa-circle:before {
  content: "\f111";
}
.mgz-fa-circle-notch:before {
  content: "\f1ce";
}
.mgz-fa-city:before {
  content: "\f64f";
}
.mgz-fa-clinic-medical:before {
  content: "\f7f2";
}
.mgz-fa-clipboard:before {
  content: "\f328";
}
.mgz-fa-clipboard-check:before {
  content: "\f46c";
}
.mgz-fa-clipboard-list:before {
  content: "\f46d";
}
.mgz-fa-clock:before {
  content: "\f017";
}
.mgz-fa-clone:before {
  content: "\f24d";
}
.mgz-fa-closed-captioning:before {
  content: "\f20a";
}
.mgz-fa-cloud:before {
  content: "\f0c2";
}
.mgz-fa-cloud-download-alt:before {
  content: "\f381";
}
.mgz-fa-cloud-meatball:before {
  content: "\f73b";
}
.mgz-fa-cloud-moon:before {
  content: "\f6c3";
}
.mgz-fa-cloud-moon-rain:before {
  content: "\f73c";
}
.mgz-fa-cloud-rain:before {
  content: "\f73d";
}
.mgz-fa-cloud-showers-heavy:before {
  content: "\f740";
}
.mgz-fa-cloud-sun:before {
  content: "\f6c4";
}
.mgz-fa-cloud-sun-rain:before {
  content: "\f743";
}
.mgz-fa-cloud-upload-alt:before {
  content: "\f382";
}
.mgz-fa-cloudscale:before {
  content: "\f383";
}
.mgz-fa-cloudsmith:before {
  content: "\f384";
}
.mgz-fa-cloudversify:before {
  content: "\f385";
}
.mgz-fa-cocktail:before {
  content: "\f561";
}
.mgz-fa-code:before {
  content: "\f121";
}
.mgz-fa-code-branch:before {
  content: "\f126";
}
.mgz-fa-codepen:before {
  content: "\f1cb";
}
.mgz-fa-codiepie:before {
  content: "\f284";
}
.mgz-fa-coffee:before {
  content: "\f0f4";
}
.mgz-fa-cog:before {
  content: "\f013";
}
.mgz-fa-cogs:before {
  content: "\f085";
}
.mgz-fa-coins:before {
  content: "\f51e";
}
.mgz-fa-columns:before {
  content: "\f0db";
}
.mgz-fa-comment:before {
  content: "\f075";
}
.mgz-fa-comment-alt:before {
  content: "\f27a";
}
.mgz-fa-comment-dollar:before {
  content: "\f651";
}
.mgz-fa-comment-dots:before {
  content: "\f4ad";
}
.mgz-fa-comment-medical:before {
  content: "\f7f5";
}
.mgz-fa-comment-slash:before {
  content: "\f4b3";
}
.mgz-fa-comments:before {
  content: "\f086";
}
.mgz-fa-comments-dollar:before {
  content: "\f653";
}
.mgz-fa-compact-disc:before {
  content: "\f51f";
}
.mgz-fa-compass:before {
  content: "\f14e";
}
.mgz-fa-compress:before {
  content: "\f066";
}
.mgz-fa-compress-arrows-alt:before {
  content: "\f78c";
}
.mgz-fa-concierge-bell:before {
  content: "\f562";
}
.mgz-fa-confluence:before {
  content: "\f78d";
}
.mgz-fa-connectdevelop:before {
  content: "\f20e";
}
.mgz-fa-contao:before {
  content: "\f26d";
}
.mgz-fa-cookie:before {
  content: "\f563";
}
.mgz-fa-cookie-bite:before {
  content: "\f564";
}
.mgz-fa-copy:before {
  content: "\f0c5";
}
.mgz-fa-copyright:before {
  content: "\f1f9";
}
.mgz-fa-couch:before {
  content: "\f4b8";
}
.mgz-fa-cpanel:before {
  content: "\f388";
}
.mgz-fa-creative-commons:before {
  content: "\f25e";
}
.mgz-fa-creative-commons-by:before {
  content: "\f4e7";
}
.mgz-fa-creative-commons-nc:before {
  content: "\f4e8";
}
.mgz-fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.mgz-fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.mgz-fa-creative-commons-nd:before {
  content: "\f4eb";
}
.mgz-fa-creative-commons-pd:before {
  content: "\f4ec";
}
.mgz-fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.mgz-fa-creative-commons-remix:before {
  content: "\f4ee";
}
.mgz-fa-creative-commons-sa:before {
  content: "\f4ef";
}
.mgz-fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.mgz-fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.mgz-fa-creative-commons-share:before {
  content: "\f4f2";
}
.mgz-fa-creative-commons-zero:before {
  content: "\f4f3";
}
.mgz-fa-credit-card:before {
  content: "\f09d";
}
.mgz-fa-critical-role:before {
  content: "\f6c9";
}
.mgz-fa-crop:before {
  content: "\f125";
}
.mgz-fa-crop-alt:before {
  content: "\f565";
}
.mgz-fa-cross:before {
  content: "\f654";
}
.mgz-fa-crosshairs:before {
  content: "\f05b";
}
.mgz-fa-crow:before {
  content: "\f520";
}
.mgz-fa-crown:before {
  content: "\f521";
}
.mgz-fa-crutch:before {
  content: "\f7f7";
}
.mgz-fa-css3:before {
  content: "\f13c";
}
.mgz-fa-css3-alt:before {
  content: "\f38b";
}
.mgz-fa-cube:before {
  content: "\f1b2";
}
.mgz-fa-cubes:before {
  content: "\f1b3";
}
.mgz-fa-cut:before {
  content: "\f0c4";
}
.mgz-fa-cuttlefish:before {
  content: "\f38c";
}
.mgz-fa-d-and-d:before {
  content: "\f38d";
}
.mgz-fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.mgz-fa-dashcube:before {
  content: "\f210";
}
.mgz-fa-database:before {
  content: "\f1c0";
}
.mgz-fa-deaf:before {
  content: "\f2a4";
}
.mgz-fa-delicious:before {
  content: "\f1a5";
}
.mgz-fa-democrat:before {
  content: "\f747";
}
.mgz-fa-deploydog:before {
  content: "\f38e";
}
.mgz-fa-deskpro:before {
  content: "\f38f";
}
.mgz-fa-desktop:before {
  content: "\f108";
}
.mgz-fa-dev:before {
  content: "\f6cc";
}
.mgz-fa-deviantart:before {
  content: "\f1bd";
}
.mgz-fa-dharmachakra:before {
  content: "\f655";
}
.mgz-fa-dhl:before {
  content: "\f790";
}
.mgz-fa-diagnoses:before {
  content: "\f470";
}
.mgz-fa-diaspora:before {
  content: "\f791";
}
.mgz-fa-dice:before {
  content: "\f522";
}
.mgz-fa-dice-d20:before {
  content: "\f6cf";
}
.mgz-fa-dice-d6:before {
  content: "\f6d1";
}
.mgz-fa-dice-five:before {
  content: "\f523";
}
.mgz-fa-dice-four:before {
  content: "\f524";
}
.mgz-fa-dice-one:before {
  content: "\f525";
}
.mgz-fa-dice-six:before {
  content: "\f526";
}
.mgz-fa-dice-three:before {
  content: "\f527";
}
.mgz-fa-dice-two:before {
  content: "\f528";
}
.mgz-fa-digg:before {
  content: "\f1a6";
}
.mgz-fa-digital-ocean:before {
  content: "\f391";
}
.mgz-fa-digital-tachograph:before {
  content: "\f566";
}
.mgz-fa-directions:before {
  content: "\f5eb";
}
.mgz-fa-discord:before {
  content: "\f392";
}
.mgz-fa-discourse:before {
  content: "\f393";
}
.mgz-fa-divide:before {
  content: "\f529";
}
.mgz-fa-dizzy:before {
  content: "\f567";
}
.mgz-fa-dna:before {
  content: "\f471";
}
.mgz-fa-dochub:before {
  content: "\f394";
}
.mgz-fa-docker:before {
  content: "\f395";
}
.mgz-fa-dog:before {
  content: "\f6d3";
}
.mgz-fa-dollar-sign:before {
  content: "\f155";
}
.mgz-fa-dolly:before {
  content: "\f472";
}
.mgz-fa-dolly-flatbed:before {
  content: "\f474";
}
.mgz-fa-donate:before {
  content: "\f4b9";
}
.mgz-fa-door-closed:before {
  content: "\f52a";
}
.mgz-fa-door-open:before {
  content: "\f52b";
}
.mgz-fa-dot-circle:before {
  content: "\f192";
}
.mgz-fa-dove:before {
  content: "\f4ba";
}
.mgz-fa-download:before {
  content: "\f019";
}
.mgz-fa-draft2digital:before {
  content: "\f396";
}
.mgz-fa-drafting-compass:before {
  content: "\f568";
}
.mgz-fa-dragon:before {
  content: "\f6d5";
}
.mgz-fa-draw-polygon:before {
  content: "\f5ee";
}
.mgz-fa-dribbble:before {
  content: "\f17d";
}
.mgz-fa-dribbble-square:before {
  content: "\f397";
}
.mgz-fa-dropbox:before {
  content: "\f16b";
}
.mgz-fa-drum:before {
  content: "\f569";
}
.mgz-fa-drum-steelpan:before {
  content: "\f56a";
}
.mgz-fa-drumstick-bite:before {
  content: "\f6d7";
}
.mgz-fa-drupal:before {
  content: "\f1a9";
}
.mgz-fa-dumbbell:before {
  content: "\f44b";
}
.mgz-fa-dumpster:before {
  content: "\f793";
}
.mgz-fa-dumpster-fire:before {
  content: "\f794";
}
.mgz-fa-dungeon:before {
  content: "\f6d9";
}
.mgz-fa-dyalog:before {
  content: "\f399";
}
.mgz-fa-earlybirds:before {
  content: "\f39a";
}
.mgz-fa-ebay:before {
  content: "\f4f4";
}
.mgz-fa-edge:before {
  content: "\f282";
}
.mgz-fa-edit:before {
  content: "\f044";
}
.mgz-fa-egg:before {
  content: "\f7fb";
}
.mgz-fa-eject:before {
  content: "\f052";
}
.mgz-fa-elementor:before {
  content: "\f430";
}
.mgz-fa-ellipsis-h:before {
  content: "\f141";
}
.mgz-fa-ellipsis-v:before {
  content: "\f142";
}
.mgz-fa-ello:before {
  content: "\f5f1";
}
.mgz-fa-ember:before {
  content: "\f423";
}
.mgz-fa-empire:before {
  content: "\f1d1";
}
.mgz-fa-envelope:before {
  content: "\f0e0";
}
.mgz-fa-envelope-open:before {
  content: "\f2b6";
}
.mgz-fa-envelope-open-text:before {
  content: "\f658";
}
.mgz-fa-envelope-square:before {
  content: "\f199";
}
.mgz-fa-envira:before {
  content: "\f299";
}
.mgz-fa-equals:before {
  content: "\f52c";
}
.mgz-fa-eraser:before {
  content: "\f12d";
}
.mgz-fa-erlang:before {
  content: "\f39d";
}
.mgz-fa-ethereum:before {
  content: "\f42e";
}
.mgz-fa-ethernet:before {
  content: "\f796";
}
.mgz-fa-etsy:before {
  content: "\f2d7";
}
.mgz-fa-euro-sign:before {
  content: "\f153";
}
.mgz-fa-evernote:before {
  content: "\f839";
}
.mgz-fa-exchange-alt:before {
  content: "\f362";
}
.mgz-fa-exclamation:before {
  content: "\f12a";
}
.mgz-fa-exclamation-circle:before {
  content: "\f06a";
}
.mgz-fa-exclamation-triangle:before {
  content: "\f071";
}
.mgz-fa-expand:before {
  content: "\f065";
}
.mgz-fa-expand-arrows-alt:before {
  content: "\f31e";
}
.mgz-fa-expeditedssl:before {
  content: "\f23e";
}
.mgz-fa-external-link-alt:before {
  content: "\f35d";
}
.mgz-fa-external-link-square-alt:before {
  content: "\f360";
}
.mgz-fa-eye:before {
  content: "\f06e";
}
.mgz-fa-eye-dropper:before {
  content: "\f1fb";
}
.mgz-fa-eye-slash:before {
  content: "\f070";
}
.mgz-fa-facebook:before {
  content: "\f09a";
}
.mgz-fa-facebook-f:before {
  content: "\f39e";
}
.mgz-fa-facebook-messenger:before {
  content: "\f39f";
}
.mgz-fa-facebook-square:before {
  content: "\f082";
}
.mgz-fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.mgz-fa-fast-backward:before {
  content: "\f049";
}
.mgz-fa-fast-forward:before {
  content: "\f050";
}
.mgz-fa-fax:before {
  content: "\f1ac";
}
.mgz-fa-feather:before {
  content: "\f52d";
}
.mgz-fa-feather-alt:before {
  content: "\f56b";
}
.mgz-fa-fedex:before {
  content: "\f797";
}
.mgz-fa-fedora:before {
  content: "\f798";
}
.mgz-fa-female:before {
  content: "\f182";
}
.mgz-fa-fighter-jet:before {
  content: "\f0fb";
}
.mgz-fa-figma:before {
  content: "\f799";
}
.mgz-fa-file:before {
  content: "\f15b";
}
.mgz-fa-file-alt:before {
  content: "\f15c";
}
.mgz-fa-file-archive:before {
  content: "\f1c6";
}
.mgz-fa-file-audio:before {
  content: "\f1c7";
}
.mgz-fa-file-code:before {
  content: "\f1c9";
}
.mgz-fa-file-contract:before {
  content: "\f56c";
}
.mgz-fa-file-csv:before {
  content: "\f6dd";
}
.mgz-fa-file-download:before {
  content: "\f56d";
}
.mgz-fa-file-excel:before {
  content: "\f1c3";
}
.mgz-fa-file-export:before {
  content: "\f56e";
}
.mgz-fa-file-image:before {
  content: "\f1c5";
}
.mgz-fa-file-import:before {
  content: "\f56f";
}
.mgz-fa-file-invoice:before {
  content: "\f570";
}
.mgz-fa-file-invoice-dollar:before {
  content: "\f571";
}
.mgz-fa-file-medical:before {
  content: "\f477";
}
.mgz-fa-file-medical-alt:before {
  content: "\f478";
}
.mgz-fa-file-pdf:before {
  content: "\f1c1";
}
.mgz-fa-file-powerpoint:before {
  content: "\f1c4";
}
.mgz-fa-file-prescription:before {
  content: "\f572";
}
.mgz-fa-file-signature:before {
  content: "\f573";
}
.mgz-fa-file-upload:before {
  content: "\f574";
}
.mgz-fa-file-video:before {
  content: "\f1c8";
}
.mgz-fa-file-word:before {
  content: "\f1c2";
}
.mgz-fa-fill:before {
  content: "\f575";
}
.mgz-fa-fill-drip:before {
  content: "\f576";
}
.mgz-fa-film:before {
  content: "\f008";
}
.mgz-fa-filter:before {
  content: "\f0b0";
}
.mgz-fa-fingerprint:before {
  content: "\f577";
}
.mgz-fa-fire:before {
  content: "\f06d";
}
.mgz-fa-fire-alt:before {
  content: "\f7e4";
}
.mgz-fa-fire-extinguisher:before {
  content: "\f134";
}
.mgz-fa-firefox:before {
  content: "\f269";
}
.mgz-fa-first-aid:before {
  content: "\f479";
}
.mgz-fa-first-order:before {
  content: "\f2b0";
}
.mgz-fa-first-order-alt:before {
  content: "\f50a";
}
.mgz-fa-firstdraft:before {
  content: "\f3a1";
}
.mgz-fa-fish:before {
  content: "\f578";
}
.mgz-fa-fist-raised:before {
  content: "\f6de";
}
.mgz-fa-flag:before {
  content: "\f024";
}
.mgz-fa-flag-checkered:before {
  content: "\f11e";
}
.mgz-fa-flag-usa:before {
  content: "\f74d";
}
.mgz-fa-flask:before {
  content: "\f0c3";
}
.mgz-fa-flickr:before {
  content: "\f16e";
}
.mgz-fa-flipboard:before {
  content: "\f44d";
}
.mgz-fa-flushed:before {
  content: "\f579";
}
.mgz-fa-fly:before {
  content: "\f417";
}
.mgz-fa-folder:before {
  content: "\f07b";
}
.mgz-fa-folder-minus:before {
  content: "\f65d";
}
.mgz-fa-folder-open:before {
  content: "\f07c";
}
.mgz-fa-folder-plus:before {
  content: "\f65e";
}
.mgz-fa-font:before {
  content: "\f031";
}
.mgz-fa-font-awesome:before {
  content: "\f2b4";
}
.mgz-fa-font-awesome-alt:before {
  content: "\f35c";
}
.mgz-fa-font-awesome-flag:before {
  content: "\f425";
}
.mgz-fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.mgz-fa-fonticons:before {
  content: "\f280";
}
.mgz-fa-fonticons-fi:before {
  content: "\f3a2";
}
.mgz-fa-football-ball:before {
  content: "\f44e";
}
.mgz-fa-fort-awesome:before {
  content: "\f286";
}
.mgz-fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.mgz-fa-forumbee:before {
  content: "\f211";
}
.mgz-fa-forward:before {
  content: "\f04e";
}
.mgz-fa-foursquare:before {
  content: "\f180";
}
.mgz-fa-free-code-camp:before {
  content: "\f2c5";
}
.mgz-fa-freebsd:before {
  content: "\f3a4";
}
.mgz-fa-frog:before {
  content: "\f52e";
}
.mgz-fa-frown:before {
  content: "\f119";
}
.mgz-fa-frown-open:before {
  content: "\f57a";
}
.mgz-fa-fulcrum:before {
  content: "\f50b";
}
.mgz-fa-funnel-dollar:before {
  content: "\f662";
}
.mgz-fa-futbol:before {
  content: "\f1e3";
}
.mgz-fa-galactic-republic:before {
  content: "\f50c";
}
.mgz-fa-galactic-senate:before {
  content: "\f50d";
}
.mgz-fa-gamepad:before {
  content: "\f11b";
}
.mgz-fa-gas-pump:before {
  content: "\f52f";
}
.mgz-fa-gavel:before {
  content: "\f0e3";
}
.mgz-fa-gem:before {
  content: "\f3a5";
}
.mgz-fa-genderless:before {
  content: "\f22d";
}
.mgz-fa-get-pocket:before {
  content: "\f265";
}
.mgz-fa-gg:before {
  content: "\f260";
}
.mgz-fa-gg-circle:before {
  content: "\f261";
}
.mgz-fa-ghost:before {
  content: "\f6e2";
}
.mgz-fa-gift:before {
  content: "\f06b";
}
.mgz-fa-gifts:before {
  content: "\f79c";
}
.mgz-fa-git:before {
  content: "\f1d3";
}
.mgz-fa-git-square:before {
  content: "\f1d2";
}
.mgz-fa-github:before {
  content: "\f09b";
}
.mgz-fa-github-alt:before {
  content: "\f113";
}
.mgz-fa-github-square:before {
  content: "\f092";
}
.mgz-fa-gitkraken:before {
  content: "\f3a6";
}
.mgz-fa-gitlab:before {
  content: "\f296";
}
.mgz-fa-gitter:before {
  content: "\f426";
}
.mgz-fa-glass-cheers:before {
  content: "\f79f";
}
.mgz-fa-glass-martini:before {
  content: "\f000";
}
.mgz-fa-glass-martini-alt:before {
  content: "\f57b";
}
.mgz-fa-glass-whiskey:before {
  content: "\f7a0";
}
.mgz-fa-glasses:before {
  content: "\f530";
}
.mgz-fa-glide:before {
  content: "\f2a5";
}
.mgz-fa-glide-g:before {
  content: "\f2a6";
}
.mgz-fa-globe:before {
  content: "\f0ac";
}
.mgz-fa-globe-africa:before {
  content: "\f57c";
}
.mgz-fa-globe-americas:before {
  content: "\f57d";
}
.mgz-fa-globe-asia:before {
  content: "\f57e";
}
.mgz-fa-globe-europe:before {
  content: "\f7a2";
}
.mgz-fa-gofore:before {
  content: "\f3a7";
}
.mgz-fa-golf-ball:before {
  content: "\f450";
}
.mgz-fa-goodreads:before {
  content: "\f3a8";
}
.mgz-fa-goodreads-g:before {
  content: "\f3a9";
}
.mgz-fa-google:before {
  content: "\f1a0";
}
.mgz-fa-google-drive:before {
  content: "\f3aa";
}
.mgz-fa-google-play:before {
  content: "\f3ab";
}
.mgz-fa-google-plus:before {
  content: "\f2b3";
}
.mgz-fa-google-plus-g:before {
  content: "\f0d5";
}
.mgz-fa-google-plus-square:before {
  content: "\f0d4";
}
.mgz-fa-google-wallet:before {
  content: "\f1ee";
}
.mgz-fa-gopuram:before {
  content: "\f664";
}
.mgz-fa-graduation-cap:before {
  content: "\f19d";
}
.mgz-fa-gratipay:before {
  content: "\f184";
}
.mgz-fa-grav:before {
  content: "\f2d6";
}
.mgz-fa-greater-than:before {
  content: "\f531";
}
.mgz-fa-greater-than-equal:before {
  content: "\f532";
}
.mgz-fa-grimace:before {
  content: "\f57f";
}
.mgz-fa-grin:before {
  content: "\f580";
}
.mgz-fa-grin-alt:before {
  content: "\f581";
}
.mgz-fa-grin-beam:before {
  content: "\f582";
}
.mgz-fa-grin-beam-sweat:before {
  content: "\f583";
}
.mgz-fa-grin-hearts:before {
  content: "\f584";
}
.mgz-fa-grin-squint:before {
  content: "\f585";
}
.mgz-fa-grin-squint-tears:before {
  content: "\f586";
}
.mgz-fa-grin-stars:before {
  content: "\f587";
}
.mgz-fa-grin-tears:before {
  content: "\f588";
}
.mgz-fa-grin-tongue:before {
  content: "\f589";
}
.mgz-fa-grin-tongue-squint:before {
  content: "\f58a";
}
.mgz-fa-grin-tongue-wink:before {
  content: "\f58b";
}
.mgz-fa-grin-wink:before {
  content: "\f58c";
}
.mgz-fa-grip-horizontal:before {
  content: "\f58d";
}
.mgz-fa-grip-lines:before {
  content: "\f7a4";
}
.mgz-fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.mgz-fa-grip-vertical:before {
  content: "\f58e";
}
.mgz-fa-gripfire:before {
  content: "\f3ac";
}
.mgz-fa-grunt:before {
  content: "\f3ad";
}
.mgz-fa-guitar:before {
  content: "\f7a6";
}
.mgz-fa-gulp:before {
  content: "\f3ae";
}
.mgz-fa-h-square:before {
  content: "\f0fd";
}
.mgz-fa-hacker-news:before {
  content: "\f1d4";
}
.mgz-fa-hacker-news-square:before {
  content: "\f3af";
}
.mgz-fa-hackerrank:before {
  content: "\f5f7";
}
.mgz-fa-hamburger:before {
  content: "\f805";
}
.mgz-fa-hammer:before {
  content: "\f6e3";
}
.mgz-fa-hamsa:before {
  content: "\f665";
}
.mgz-fa-hand-holding:before {
  content: "\f4bd";
}
.mgz-fa-hand-holding-heart:before {
  content: "\f4be";
}
.mgz-fa-hand-holding-usd:before {
  content: "\f4c0";
}
.mgz-fa-hand-lizard:before {
  content: "\f258";
}
.mgz-fa-hand-middle-finger:before {
  content: "\f806";
}
.mgz-fa-hand-paper:before {
  content: "\f256";
}
.mgz-fa-hand-peace:before {
  content: "\f25b";
}
.mgz-fa-hand-point-down:before {
  content: "\f0a7";
}
.mgz-fa-hand-point-left:before {
  content: "\f0a5";
}
.mgz-fa-hand-point-right:before {
  content: "\f0a4";
}
.mgz-fa-hand-point-up:before {
  content: "\f0a6";
}
.mgz-fa-hand-pointer:before {
  content: "\f25a";
}
.mgz-fa-hand-rock:before {
  content: "\f255";
}
.mgz-fa-hand-scissors:before {
  content: "\f257";
}
.mgz-fa-hand-spock:before {
  content: "\f259";
}
.mgz-fa-hands:before {
  content: "\f4c2";
}
.mgz-fa-hands-helping:before {
  content: "\f4c4";
}
.mgz-fa-handshake:before {
  content: "\f2b5";
}
.mgz-fa-hanukiah:before {
  content: "\f6e6";
}
.mgz-fa-hard-hat:before {
  content: "\f807";
}
.mgz-fa-hashtag:before {
  content: "\f292";
}
.mgz-fa-hat-wizard:before {
  content: "\f6e8";
}
.mgz-fa-haykal:before {
  content: "\f666";
}
.mgz-fa-hdd:before {
  content: "\f0a0";
}
.mgz-fa-heading:before {
  content: "\f1dc";
}
.mgz-fa-headphones:before {
  content: "\f025";
}
.mgz-fa-headphones-alt:before {
  content: "\f58f";
}
.mgz-fa-headset:before {
  content: "\f590";
}
.mgz-fa-heart:before {
  content: "\f004";
}
.mgz-fa-heart-broken:before {
  content: "\f7a9";
}
.mgz-fa-heartbeat:before {
  content: "\f21e";
}
.mgz-fa-helicopter:before {
  content: "\f533";
}
.mgz-fa-highlighter:before {
  content: "\f591";
}
.mgz-fa-hiking:before {
  content: "\f6ec";
}
.mgz-fa-hippo:before {
  content: "\f6ed";
}
.mgz-fa-hips:before {
  content: "\f452";
}
.mgz-fa-hire-a-helper:before {
  content: "\f3b0";
}
.mgz-fa-history:before {
  content: "\f1da";
}
.mgz-fa-hockey-puck:before {
  content: "\f453";
}
.mgz-fa-holly-berry:before {
  content: "\f7aa";
}
.mgz-fa-home:before {
  content: "\f015";
}
.mgz-fa-hooli:before {
  content: "\f427";
}
.mgz-fa-hornbill:before {
  content: "\f592";
}
.mgz-fa-horse:before {
  content: "\f6f0";
}
.mgz-fa-horse-head:before {
  content: "\f7ab";
}
.mgz-fa-hospital:before {
  content: "\f0f8";
}
.mgz-fa-hospital-alt:before {
  content: "\f47d";
}
.mgz-fa-hospital-symbol:before {
  content: "\f47e";
}
.mgz-fa-hot-tub:before {
  content: "\f593";
}
.mgz-fa-hotdog:before {
  content: "\f80f";
}
.mgz-fa-hotel:before {
  content: "\f594";
}
.mgz-fa-hotjar:before {
  content: "\f3b1";
}
.mgz-fa-hourglass:before {
  content: "\f254";
}
.mgz-fa-hourglass-end:before {
  content: "\f253";
}
.mgz-fa-hourglass-half:before {
  content: "\f252";
}
.mgz-fa-hourglass-start:before {
  content: "\f251";
}
.mgz-fa-house-damage:before {
  content: "\f6f1";
}
.mgz-fa-houzz:before {
  content: "\f27c";
}
.mgz-fa-hryvnia:before {
  content: "\f6f2";
}
.mgz-fa-html5:before {
  content: "\f13b";
}
.mgz-fa-hubspot:before {
  content: "\f3b2";
}
.mgz-fa-i-cursor:before {
  content: "\f246";
}
.mgz-fa-ice-cream:before {
  content: "\f810";
}
.mgz-fa-icicles:before {
  content: "\f7ad";
}
.mgz-fa-id-badge:before {
  content: "\f2c1";
}
.mgz-fa-id-card:before {
  content: "\f2c2";
}
.mgz-fa-id-card-alt:before {
  content: "\f47f";
}
.mgz-fa-igloo:before {
  content: "\f7ae";
}
.mgz-fa-image:before {
  content: "\f03e";
}
.mgz-fa-images:before {
  content: "\f302";
}
.mgz-fa-imdb:before {
  content: "\f2d8";
}
.mgz-fa-inbox:before {
  content: "\f01c";
}
.mgz-fa-indent:before {
  content: "\f03c";
}
.mgz-fa-industry:before {
  content: "\f275";
}
.mgz-fa-infinity:before {
  content: "\f534";
}
.mgz-fa-info:before {
  content: "\f129";
}
.mgz-fa-info-circle:before {
  content: "\f05a";
}
.mgz-fa-instagram:before {
  content: "\f16d";
}
.mgz-fa-intercom:before {
  content: "\f7af";
}
.mgz-fa-internet-explorer:before {
  content: "\f26b";
}
.mgz-fa-invision:before {
  content: "\f7b0";
}
.mgz-fa-ioxhost:before {
  content: "\f208";
}
.mgz-fa-italic:before {
  content: "\f033";
}
.mgz-fa-itch-io:before {
  content: "\f83a";
}
.mgz-fa-itunes:before {
  content: "\f3b4";
}
.mgz-fa-itunes-note:before {
  content: "\f3b5";
}
.mgz-fa-java:before {
  content: "\f4e4";
}
.mgz-fa-jedi:before {
  content: "\f669";
}
.mgz-fa-jedi-order:before {
  content: "\f50e";
}
.mgz-fa-jenkins:before {
  content: "\f3b6";
}
.mgz-fa-jira:before {
  content: "\f7b1";
}
.mgz-fa-joget:before {
  content: "\f3b7";
}
.mgz-fa-joint:before {
  content: "\f595";
}
.mgz-fa-joomla:before {
  content: "\f1aa";
}
.mgz-fa-journal-whills:before {
  content: "\f66a";
}
.mgz-fa-js:before {
  content: "\f3b8";
}
.mgz-fa-js-square:before {
  content: "\f3b9";
}
.mgz-fa-jsfiddle:before {
  content: "\f1cc";
}
.mgz-fa-kaaba:before {
  content: "\f66b";
}
.mgz-fa-kaggle:before {
  content: "\f5fa";
}
.mgz-fa-key:before {
  content: "\f084";
}
.mgz-fa-keybase:before {
  content: "\f4f5";
}
.mgz-fa-keyboard:before {
  content: "\f11c";
}
.mgz-fa-keycdn:before {
  content: "\f3ba";
}
.mgz-fa-khanda:before {
  content: "\f66d";
}
.mgz-fa-kickstarter:before {
  content: "\f3bb";
}
.mgz-fa-kickstarter-k:before {
  content: "\f3bc";
}
.mgz-fa-kiss:before {
  content: "\f596";
}
.mgz-fa-kiss-beam:before {
  content: "\f597";
}
.mgz-fa-kiss-wink-heart:before {
  content: "\f598";
}
.mgz-fa-kiwi-bird:before {
  content: "\f535";
}
.mgz-fa-korvue:before {
  content: "\f42f";
}
.mgz-fa-landmark:before {
  content: "\f66f";
}
.mgz-fa-language:before {
  content: "\f1ab";
}
.mgz-fa-laptop:before {
  content: "\f109";
}
.mgz-fa-laptop-code:before {
  content: "\f5fc";
}
.mgz-fa-laptop-medical:before {
  content: "\f812";
}
.mgz-fa-laravel:before {
  content: "\f3bd";
}
.mgz-fa-lastfm:before {
  content: "\f202";
}
.mgz-fa-lastfm-square:before {
  content: "\f203";
}
.mgz-fa-laugh:before {
  content: "\f599";
}
.mgz-fa-laugh-beam:before {
  content: "\f59a";
}
.mgz-fa-laugh-squint:before {
  content: "\f59b";
}
.mgz-fa-laugh-wink:before {
  content: "\f59c";
}
.mgz-fa-layer-group:before {
  content: "\f5fd";
}
.mgz-fa-leaf:before {
  content: "\f06c";
}
.mgz-fa-leanpub:before {
  content: "\f212";
}
.mgz-fa-lemon:before {
  content: "\f094";
}
.mgz-fa-less:before {
  content: "\f41d";
}
.mgz-fa-less-than:before {
  content: "\f536";
}
.mgz-fa-less-than-equal:before {
  content: "\f537";
}
.mgz-fa-level-down-alt:before {
  content: "\f3be";
}
.mgz-fa-level-up-alt:before {
  content: "\f3bf";
}
.mgz-fa-life-ring:before {
  content: "\f1cd";
}
.mgz-fa-lightbulb:before {
  content: "\f0eb";
}
.mgz-fa-line:before {
  content: "\f3c0";
}
.mgz-fa-link:before {
  content: "\f0c1";
}
.mgz-fa-linkedin:before {
  content: "\f08c";
}
.mgz-fa-linkedin-in:before {
  content: "\f0e1";
}
.mgz-fa-linode:before {
  content: "\f2b8";
}
.mgz-fa-linux:before {
  content: "\f17c";
}
.mgz-fa-lira-sign:before {
  content: "\f195";
}
.mgz-fa-list:before {
  content: "\f03a";
}
.mgz-fa-list-alt:before {
  content: "\f022";
}
.mgz-fa-list-ol:before {
  content: "\f0cb";
}
.mgz-fa-list-ul:before {
  content: "\f0ca";
}
.mgz-fa-location-arrow:before {
  content: "\f124";
}
.mgz-fa-lock:before {
  content: "\f023";
}
.mgz-fa-lock-open:before {
  content: "\f3c1";
}
.mgz-fa-long-arrow-alt-down:before {
  content: "\f309";
}
.mgz-fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.mgz-fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.mgz-fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.mgz-fa-low-vision:before {
  content: "\f2a8";
}
.mgz-fa-luggage-cart:before {
  content: "\f59d";
}
.mgz-fa-lyft:before {
  content: "\f3c3";
}
.mgz-fa-magento:before {
  content: "\f3c4";
}
.mgz-fa-magic:before {
  content: "\f0d0";
}
.mgz-fa-magnet:before {
  content: "\f076";
}
.mgz-fa-mail-bulk:before {
  content: "\f674";
}
.mgz-fa-mailchimp:before {
  content: "\f59e";
}
.mgz-fa-male:before {
  content: "\f183";
}
.mgz-fa-mandalorian:before {
  content: "\f50f";
}
.mgz-fa-map:before {
  content: "\f279";
}
.mgz-fa-map-marked:before {
  content: "\f59f";
}
.mgz-fa-map-marked-alt:before {
  content: "\f5a0";
}
.mgz-fa-map-marker:before {
  content: "\f041";
}
.mgz-fa-map-marker-alt:before {
  content: "\f3c5";
}
.mgz-fa-map-pin:before {
  content: "\f276";
}
.mgz-fa-map-signs:before {
  content: "\f277";
}
.mgz-fa-markdown:before {
  content: "\f60f";
}
.mgz-fa-marker:before {
  content: "\f5a1";
}
.mgz-fa-mars:before {
  content: "\f222";
}
.mgz-fa-mars-double:before {
  content: "\f227";
}
.mgz-fa-mars-stroke:before {
  content: "\f229";
}
.mgz-fa-mars-stroke-h:before {
  content: "\f22b";
}
.mgz-fa-mars-stroke-v:before {
  content: "\f22a";
}
.mgz-fa-mask:before {
  content: "\f6fa";
}
.mgz-fa-mastodon:before {
  content: "\f4f6";
}
.mgz-fa-maxcdn:before {
  content: "\f136";
}
.mgz-fa-medal:before {
  content: "\f5a2";
}
.mgz-fa-medapps:before {
  content: "\f3c6";
}
.mgz-fa-medium:before {
  content: "\f23a";
}
.mgz-fa-medium-m:before {
  content: "\f3c7";
}
.mgz-fa-medkit:before {
  content: "\f0fa";
}
.mgz-fa-medrt:before {
  content: "\f3c8";
}
.mgz-fa-meetup:before {
  content: "\f2e0";
}
.mgz-fa-megaport:before {
  content: "\f5a3";
}
.mgz-fa-meh:before {
  content: "\f11a";
}
.mgz-fa-meh-blank:before {
  content: "\f5a4";
}
.mgz-fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.mgz-fa-memory:before {
  content: "\f538";
}
.mgz-fa-mendeley:before {
  content: "\f7b3";
}
.mgz-fa-menorah:before {
  content: "\f676";
}
.mgz-fa-mercury:before {
  content: "\f223";
}
.mgz-fa-meteor:before {
  content: "\f753";
}
.mgz-fa-microchip:before {
  content: "\f2db";
}
.mgz-fa-microphone:before {
  content: "\f130";
}
.mgz-fa-microphone-alt:before {
  content: "\f3c9";
}
.mgz-fa-microphone-alt-slash:before {
  content: "\f539";
}
.mgz-fa-microphone-slash:before {
  content: "\f131";
}
.mgz-fa-microscope:before {
  content: "\f610";
}
.mgz-fa-microsoft:before {
  content: "\f3ca";
}
.mgz-fa-minus:before {
  content: "\f068";
}
.mgz-fa-minus-circle:before {
  content: "\f056";
}
.mgz-fa-minus-square:before {
  content: "\f146";
}
.mgz-fa-mitten:before {
  content: "\f7b5";
}
.mgz-fa-mix:before {
  content: "\f3cb";
}
.mgz-fa-mixcloud:before {
  content: "\f289";
}
.mgz-fa-mizuni:before {
  content: "\f3cc";
}
.mgz-fa-mobile:before {
  content: "\f10b";
}
.mgz-fa-mobile-alt:before {
  content: "\f3cd";
}
.mgz-fa-modx:before {
  content: "\f285";
}
.mgz-fa-monero:before {
  content: "\f3d0";
}
.mgz-fa-money-bill:before {
  content: "\f0d6";
}
.mgz-fa-money-bill-alt:before {
  content: "\f3d1";
}
.mgz-fa-money-bill-wave:before {
  content: "\f53a";
}
.mgz-fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.mgz-fa-money-check:before {
  content: "\f53c";
}
.mgz-fa-money-check-alt:before {
  content: "\f53d";
}
.mgz-fa-monument:before {
  content: "\f5a6";
}
.mgz-fa-moon:before {
  content: "\f186";
}
.mgz-fa-mortar-pestle:before {
  content: "\f5a7";
}
.mgz-fa-mosque:before {
  content: "\f678";
}
.mgz-fa-motorcycle:before {
  content: "\f21c";
}
.mgz-fa-mountain:before {
  content: "\f6fc";
}
.mgz-fa-mouse-pointer:before {
  content: "\f245";
}
.mgz-fa-mug-hot:before {
  content: "\f7b6";
}
.mgz-fa-music:before {
  content: "\f001";
}
.mgz-fa-napster:before {
  content: "\f3d2";
}
.mgz-fa-neos:before {
  content: "\f612";
}
.mgz-fa-network-wired:before {
  content: "\f6ff";
}
.mgz-fa-neuter:before {
  content: "\f22c";
}
.mgz-fa-newspaper:before {
  content: "\f1ea";
}
.mgz-fa-nimblr:before {
  content: "\f5a8";
}
.mgz-fa-nintendo-switch:before {
  content: "\f418";
}
.mgz-fa-node:before {
  content: "\f419";
}
.mgz-fa-node-js:before {
  content: "\f3d3";
}
.mgz-fa-not-equal:before {
  content: "\f53e";
}
.mgz-fa-notes-medical:before {
  content: "\f481";
}
.mgz-fa-npm:before {
  content: "\f3d4";
}
.mgz-fa-ns8:before {
  content: "\f3d5";
}
.mgz-fa-nutritionix:before {
  content: "\f3d6";
}
.mgz-fa-object-group:before {
  content: "\f247";
}
.mgz-fa-object-ungroup:before {
  content: "\f248";
}
.mgz-fa-odnoklassniki:before {
  content: "\f263";
}
.mgz-fa-odnoklassniki-square:before {
  content: "\f264";
}
.mgz-fa-oil-can:before {
  content: "\f613";
}
.mgz-fa-old-republic:before {
  content: "\f510";
}
.mgz-fa-om:before {
  content: "\f679";
}
.mgz-fa-opencart:before {
  content: "\f23d";
}
.mgz-fa-openid:before {
  content: "\f19b";
}
.mgz-fa-opera:before {
  content: "\f26a";
}
.mgz-fa-optin-monster:before {
  content: "\f23c";
}
.mgz-fa-osi:before {
  content: "\f41a";
}
.mgz-fa-otter:before {
  content: "\f700";
}
.mgz-fa-outdent:before {
  content: "\f03b";
}
.mgz-fa-page4:before {
  content: "\f3d7";
}
.mgz-fa-pagelines:before {
  content: "\f18c";
}
.mgz-fa-pager:before {
  content: "\f815";
}
.mgz-fa-paint-brush:before {
  content: "\f1fc";
}
.mgz-fa-paint-roller:before {
  content: "\f5aa";
}
.mgz-fa-palette:before {
  content: "\f53f";
}
.mgz-fa-palfed:before {
  content: "\f3d8";
}
.mgz-fa-pallet:before {
  content: "\f482";
}
.mgz-fa-paper-plane:before {
  content: "\f1d8";
}
.mgz-fa-paperclip:before {
  content: "\f0c6";
}
.mgz-fa-parachute-box:before {
  content: "\f4cd";
}
.mgz-fa-paragraph:before {
  content: "\f1dd";
}
.mgz-fa-parking:before {
  content: "\f540";
}
.mgz-fa-passport:before {
  content: "\f5ab";
}
.mgz-fa-pastafarianism:before {
  content: "\f67b";
}
.mgz-fa-paste:before {
  content: "\f0ea";
}
.mgz-fa-patreon:before {
  content: "\f3d9";
}
.mgz-fa-pause:before {
  content: "\f04c";
}
.mgz-fa-pause-circle:before {
  content: "\f28b";
}
.mgz-fa-paw:before {
  content: "\f1b0";
}
.mgz-fa-paypal:before {
  content: "\f1ed";
}
.mgz-fa-peace:before {
  content: "\f67c";
}
.mgz-fa-pen:before {
  content: "\f304";
}
.mgz-fa-pen-alt:before {
  content: "\f305";
}
.mgz-fa-pen-fancy:before {
  content: "\f5ac";
}
.mgz-fa-pen-nib:before {
  content: "\f5ad";
}
.mgz-fa-pen-square:before {
  content: "\f14b";
}
.mgz-fa-pencil-alt:before {
  content: "\f303";
}
.mgz-fa-pencil-ruler:before {
  content: "\f5ae";
}
.mgz-fa-penny-arcade:before {
  content: "\f704";
}
.mgz-fa-people-carry:before {
  content: "\f4ce";
}
.mgz-fa-pepper-hot:before {
  content: "\f816";
}
.mgz-fa-percent:before {
  content: "\f295";
}
.mgz-fa-percentage:before {
  content: "\f541";
}
.mgz-fa-periscope:before {
  content: "\f3da";
}
.mgz-fa-person-booth:before {
  content: "\f756";
}
.mgz-fa-phabricator:before {
  content: "\f3db";
}
.mgz-fa-phoenix-framework:before {
  content: "\f3dc";
}
.mgz-fa-phoenix-squadron:before {
  content: "\f511";
}
.mgz-fa-phone:before {
  content: "\f095";
}
.mgz-fa-phone-slash:before {
  content: "\f3dd";
}
.mgz-fa-phone-square:before {
  content: "\f098";
}
.mgz-fa-phone-volume:before {
  content: "\f2a0";
}
.mgz-fa-php:before {
  content: "\f457";
}
.mgz-fa-pied-piper:before {
  content: "\f2ae";
}
.mgz-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.mgz-fa-pied-piper-hat:before {
  content: "\f4e5";
}
.mgz-fa-pied-piper-pp:before {
  content: "\f1a7";
}
.mgz-fa-piggy-bank:before {
  content: "\f4d3";
}
.mgz-fa-pills:before {
  content: "\f484";
}
.mgz-fa-pinterest:before {
  content: "\f0d2";
}
.mgz-fa-pinterest-p:before {
  content: "\f231";
}
.mgz-fa-pinterest-square:before {
  content: "\f0d3";
}
.mgz-fa-pizza-slice:before {
  content: "\f818";
}
.mgz-fa-place-of-worship:before {
  content: "\f67f";
}
.mgz-fa-plane:before {
  content: "\f072";
}
.mgz-fa-plane-arrival:before {
  content: "\f5af";
}
.mgz-fa-plane-departure:before {
  content: "\f5b0";
}
.mgz-fa-play:before {
  content: "\f04b";
}
.mgz-fa-play-circle:before {
  content: "\f144";
}
.mgz-fa-playstation:before {
  content: "\f3df";
}
.mgz-fa-plug:before {
  content: "\f1e6";
}
.mgz-fa-plus:before {
  content: "\f067";
}
.mgz-fa-plus-circle:before {
  content: "\f055";
}
.mgz-fa-plus-square:before {
  content: "\f0fe";
}
.mgz-fa-podcast:before {
  content: "\f2ce";
}
.mgz-fa-poll:before {
  content: "\f681";
}
.mgz-fa-poll-h:before {
  content: "\f682";
}
.mgz-fa-poo:before {
  content: "\f2fe";
}
.mgz-fa-poo-storm:before {
  content: "\f75a";
}
.mgz-fa-poop:before {
  content: "\f619";
}
.mgz-fa-portrait:before {
  content: "\f3e0";
}
.mgz-fa-pound-sign:before {
  content: "\f154";
}
.mgz-fa-power-off:before {
  content: "\f011";
}
.mgz-fa-pray:before {
  content: "\f683";
}
.mgz-fa-praying-hands:before {
  content: "\f684";
}
.mgz-fa-prescription:before {
  content: "\f5b1";
}
.mgz-fa-prescription-bottle:before {
  content: "\f485";
}
.mgz-fa-prescription-bottle-alt:before {
  content: "\f486";
}
.mgz-fa-print:before {
  content: "\f02f";
}
.mgz-fa-procedures:before {
  content: "\f487";
}
.mgz-fa-product-hunt:before {
  content: "\f288";
}
.mgz-fa-project-diagram:before {
  content: "\f542";
}
.mgz-fa-pushed:before {
  content: "\f3e1";
}
.mgz-fa-puzzle-piece:before {
  content: "\f12e";
}
.mgz-fa-python:before {
  content: "\f3e2";
}
.mgz-fa-qq:before {
  content: "\f1d6";
}
.mgz-fa-qrcode:before {
  content: "\f029";
}
.mgz-fa-question:before {
  content: "\f128";
}
.mgz-fa-question-circle:before {
  content: "\f059";
}
.mgz-fa-quidditch:before {
  content: "\f458";
}
.mgz-fa-quinscape:before {
  content: "\f459";
}
.mgz-fa-quora:before {
  content: "\f2c4";
}
.mgz-fa-quote-left:before {
  content: "\f10d";
}
.mgz-fa-quote-right:before {
  content: "\f10e";
}
.mgz-fa-quran:before {
  content: "\f687";
}
.mgz-fa-r-project:before {
  content: "\f4f7";
}
.mgz-fa-radiation:before {
  content: "\f7b9";
}
.mgz-fa-radiation-alt:before {
  content: "\f7ba";
}
.mgz-fa-rainbow:before {
  content: "\f75b";
}
.mgz-fa-random:before {
  content: "\f074";
}
.mgz-fa-raspberry-pi:before {
  content: "\f7bb";
}
.mgz-fa-ravelry:before {
  content: "\f2d9";
}
.mgz-fa-react:before {
  content: "\f41b";
}
.mgz-fa-reacteurope:before {
  content: "\f75d";
}
.mgz-fa-readme:before {
  content: "\f4d5";
}
.mgz-fa-rebel:before {
  content: "\f1d0";
}
.mgz-fa-receipt:before {
  content: "\f543";
}
.mgz-fa-recycle:before {
  content: "\f1b8";
}
.mgz-fa-red-river:before {
  content: "\f3e3";
}
.mgz-fa-reddit:before {
  content: "\f1a1";
}
.mgz-fa-reddit-alien:before {
  content: "\f281";
}
.mgz-fa-reddit-square:before {
  content: "\f1a2";
}
.mgz-fa-redhat:before {
  content: "\f7bc";
}
.mgz-fa-redo:before {
  content: "\f01e";
}
.mgz-fa-redo-alt:before {
  content: "\f2f9";
}
.mgz-fa-registered:before {
  content: "\f25d";
}
.mgz-fa-renren:before {
  content: "\f18b";
}
.mgz-fa-reply:before {
  content: "\f3e5";
}
.mgz-fa-reply-all:before {
  content: "\f122";
}
.mgz-fa-replyd:before {
  content: "\f3e6";
}
.mgz-fa-republican:before {
  content: "\f75e";
}
.mgz-fa-researchgate:before {
  content: "\f4f8";
}
.mgz-fa-resolving:before {
  content: "\f3e7";
}
.mgz-fa-restroom:before {
  content: "\f7bd";
}
.mgz-fa-retweet:before {
  content: "\f079";
}
.mgz-fa-rev:before {
  content: "\f5b2";
}
.mgz-fa-ribbon:before {
  content: "\f4d6";
}
.mgz-fa-ring:before {
  content: "\f70b";
}
.mgz-fa-road:before {
  content: "\f018";
}
.mgz-fa-robot:before {
  content: "\f544";
}
.mgz-fa-rocket:before {
  content: "\f135";
}
.mgz-fa-rocketchat:before {
  content: "\f3e8";
}
.mgz-fa-rockrms:before {
  content: "\f3e9";
}
.mgz-fa-route:before {
  content: "\f4d7";
}
.mgz-fa-rss:before {
  content: "\f09e";
}
.mgz-fa-rss-square:before {
  content: "\f143";
}
.mgz-fa-ruble-sign:before {
  content: "\f158";
}
.mgz-fa-ruler:before {
  content: "\f545";
}
.mgz-fa-ruler-combined:before {
  content: "\f546";
}
.mgz-fa-ruler-horizontal:before {
  content: "\f547";
}
.mgz-fa-ruler-vertical:before {
  content: "\f548";
}
.mgz-fa-running:before {
  content: "\f70c";
}
.mgz-fa-rupee-sign:before {
  content: "\f156";
}
.mgz-fa-sad-cry:before {
  content: "\f5b3";
}
.mgz-fa-sad-tear:before {
  content: "\f5b4";
}
.mgz-fa-safari:before {
  content: "\f267";
}
.mgz-fa-salesforce:before {
  content: "\f83b";
}
.mgz-fa-sass:before {
  content: "\f41e";
}
.mgz-fa-satellite:before {
  content: "\f7bf";
}
.mgz-fa-satellite-dish:before {
  content: "\f7c0";
}
.mgz-fa-save:before {
  content: "\f0c7";
}
.mgz-fa-schlix:before {
  content: "\f3ea";
}
.mgz-fa-school:before {
  content: "\f549";
}
.mgz-fa-screwdriver:before {
  content: "\f54a";
}
.mgz-fa-scribd:before {
  content: "\f28a";
}
.mgz-fa-scroll:before {
  content: "\f70e";
}
.mgz-fa-sd-card:before {
  content: "\f7c2";
}
.mgz-fa-search:before {
  content: "\f002";
}
.mgz-fa-search-dollar:before {
  content: "\f688";
}
.mgz-fa-search-location:before {
  content: "\f689";
}
.mgz-fa-search-minus:before {
  content: "\f010";
}
.mgz-fa-search-plus:before {
  content: "\f00e";
}
.mgz-fa-searchengin:before {
  content: "\f3eb";
}
.mgz-fa-seedling:before {
  content: "\f4d8";
}
.mgz-fa-sellcast:before {
  content: "\f2da";
}
.mgz-fa-sellsy:before {
  content: "\f213";
}
.mgz-fa-server:before {
  content: "\f233";
}
.mgz-fa-servicestack:before {
  content: "\f3ec";
}
.mgz-fa-shapes:before {
  content: "\f61f";
}
.mgz-fa-share:before {
  content: "\f064";
}
.mgz-fa-share-alt:before {
  content: "\f1e0";
}
.mgz-fa-share-alt-square:before {
  content: "\f1e1";
}
.mgz-fa-share-square:before {
  content: "\f14d";
}
.mgz-fa-shekel-sign:before {
  content: "\f20b";
}
.mgz-fa-shield-alt:before {
  content: "\f3ed";
}
.mgz-fa-ship:before {
  content: "\f21a";
}
.mgz-fa-shipping-fast:before {
  content: "\f48b";
}
.mgz-fa-shirtsinbulk:before {
  content: "\f214";
}
.mgz-fa-shoe-prints:before {
  content: "\f54b";
}
.mgz-fa-shopping-bag:before {
  content: "\f290";
}
.mgz-fa-shopping-basket:before {
  content: "\f291";
}
.mgz-fa-shopping-cart:before {
  content: "\f07a";
}
.mgz-fa-shopware:before {
  content: "\f5b5";
}
.mgz-fa-shower:before {
  content: "\f2cc";
}
.mgz-fa-shuttle-van:before {
  content: "\f5b6";
}
.mgz-fa-sign:before {
  content: "\f4d9";
}
.mgz-fa-sign-in-alt:before {
  content: "\f2f6";
}
.mgz-fa-sign-language:before {
  content: "\f2a7";
}
.mgz-fa-sign-out-alt:before {
  content: "\f2f5";
}
.mgz-fa-signal:before {
  content: "\f012";
}
.mgz-fa-signature:before {
  content: "\f5b7";
}
.mgz-fa-sim-card:before {
  content: "\f7c4";
}
.mgz-fa-simplybuilt:before {
  content: "\f215";
}
.mgz-fa-sistrix:before {
  content: "\f3ee";
}
.mgz-fa-sitemap:before {
  content: "\f0e8";
}
.mgz-fa-sith:before {
  content: "\f512";
}
.mgz-fa-skating:before {
  content: "\f7c5";
}
.mgz-fa-sketch:before {
  content: "\f7c6";
}
.mgz-fa-skiing:before {
  content: "\f7c9";
}
.mgz-fa-skiing-nordic:before {
  content: "\f7ca";
}
.mgz-fa-skull:before {
  content: "\f54c";
}
.mgz-fa-skull-crossbones:before {
  content: "\f714";
}
.mgz-fa-skyatlas:before {
  content: "\f216";
}
.mgz-fa-skype:before {
  content: "\f17e";
}
.mgz-fa-slack:before {
  content: "\f198";
}
.mgz-fa-slack-hash:before {
  content: "\f3ef";
}
.mgz-fa-slash:before {
  content: "\f715";
}
.mgz-fa-sleigh:before {
  content: "\f7cc";
}
.mgz-fa-sliders-h:before {
  content: "\f1de";
}
.mgz-fa-slideshare:before {
  content: "\f1e7";
}
.mgz-fa-smile:before {
  content: "\f118";
}
.mgz-fa-smile-beam:before {
  content: "\f5b8";
}
.mgz-fa-smile-wink:before {
  content: "\f4da";
}
.mgz-fa-smog:before {
  content: "\f75f";
}
.mgz-fa-smoking:before {
  content: "\f48d";
}
.mgz-fa-smoking-ban:before {
  content: "\f54d";
}
.mgz-fa-sms:before {
  content: "\f7cd";
}
.mgz-fa-snapchat:before {
  content: "\f2ab";
}
.mgz-fa-snapchat-ghost:before {
  content: "\f2ac";
}
.mgz-fa-snapchat-square:before {
  content: "\f2ad";
}
.mgz-fa-snowboarding:before {
  content: "\f7ce";
}
.mgz-fa-snowflake:before {
  content: "\f2dc";
}
.mgz-fa-snowman:before {
  content: "\f7d0";
}
.mgz-fa-snowplow:before {
  content: "\f7d2";
}
.mgz-fa-socks:before {
  content: "\f696";
}
.mgz-fa-solar-panel:before {
  content: "\f5ba";
}
.mgz-fa-sort:before {
  content: "\f0dc";
}
.mgz-fa-sort-alpha-down:before {
  content: "\f15d";
}
.mgz-fa-sort-alpha-up:before {
  content: "\f15e";
}
.mgz-fa-sort-amount-down:before {
  content: "\f160";
}
.mgz-fa-sort-amount-up:before {
  content: "\f161";
}
.mgz-fa-sort-down:before {
  content: "\f0dd";
}
.mgz-fa-sort-numeric-down:before {
  content: "\f162";
}
.mgz-fa-sort-numeric-up:before {
  content: "\f163";
}
.mgz-fa-sort-up:before {
  content: "\f0de";
}
.mgz-fa-soundcloud:before {
  content: "\f1be";
}
.mgz-fa-sourcetree:before {
  content: "\f7d3";
}
.mgz-fa-spa:before {
  content: "\f5bb";
}
.mgz-fa-space-shuttle:before {
  content: "\f197";
}
.mgz-fa-speakap:before {
  content: "\f3f3";
}
.mgz-fa-speaker-deck:before {
  content: "\f83c";
}
.mgz-fa-spider:before {
  content: "\f717";
}
.mgz-fa-spinner:before {
  content: "\f110";
}
.mgz-fa-splotch:before {
  content: "\f5bc";
}
.mgz-fa-spotify:before {
  content: "\f1bc";
}
.mgz-fa-spray-can:before {
  content: "\f5bd";
}
.mgz-fa-square:before {
  content: "\f0c8";
}
.mgz-fa-square-full:before {
  content: "\f45c";
}
.mgz-fa-square-root-alt:before {
  content: "\f698";
}
.mgz-fa-squarespace:before {
  content: "\f5be";
}
.mgz-fa-stack-exchange:before {
  content: "\f18d";
}
.mgz-fa-stack-overflow:before {
  content: "\f16c";
}
.mgz-fa-stamp:before {
  content: "\f5bf";
}
.mgz-fa-star:before {
  content: "\f005";
}
.mgz-fa-star-and-crescent:before {
  content: "\f699";
}
.mgz-fa-star-half:before {
  content: "\f089";
}
.mgz-fa-star-half-alt:before {
  content: "\f5c0";
}
.mgz-fa-star-of-david:before {
  content: "\f69a";
}
.mgz-fa-star-of-life:before {
  content: "\f621";
}
.mgz-fa-staylinked:before {
  content: "\f3f5";
}
.mgz-fa-steam:before {
  content: "\f1b6";
}
.mgz-fa-steam-square:before {
  content: "\f1b7";
}
.mgz-fa-steam-symbol:before {
  content: "\f3f6";
}
.mgz-fa-step-backward:before {
  content: "\f048";
}
.mgz-fa-step-forward:before {
  content: "\f051";
}
.mgz-fa-stethoscope:before {
  content: "\f0f1";
}
.mgz-fa-sticker-mule:before {
  content: "\f3f7";
}
.mgz-fa-sticky-note:before {
  content: "\f249";
}
.mgz-fa-stop:before {
  content: "\f04d";
}
.mgz-fa-stop-circle:before {
  content: "\f28d";
}
.mgz-fa-stopwatch:before {
  content: "\f2f2";
}
.mgz-fa-store:before {
  content: "\f54e";
}
.mgz-fa-store-alt:before {
  content: "\f54f";
}
.mgz-fa-strava:before {
  content: "\f428";
}
.mgz-fa-stream:before {
  content: "\f550";
}
.mgz-fa-street-view:before {
  content: "\f21d";
}
.mgz-fa-strikethrough:before {
  content: "\f0cc";
}
.mgz-fa-stripe:before {
  content: "\f429";
}
.mgz-fa-stripe-s:before {
  content: "\f42a";
}
.mgz-fa-stroopwafel:before {
  content: "\f551";
}
.mgz-fa-studiovinari:before {
  content: "\f3f8";
}
.mgz-fa-stumbleupon:before {
  content: "\f1a4";
}
.mgz-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.mgz-fa-subscript:before {
  content: "\f12c";
}
.mgz-fa-subway:before {
  content: "\f239";
}
.mgz-fa-suitcase:before {
  content: "\f0f2";
}
.mgz-fa-suitcase-rolling:before {
  content: "\f5c1";
}
.mgz-fa-sun:before {
  content: "\f185";
}
.mgz-fa-superpowers:before {
  content: "\f2dd";
}
.mgz-fa-superscript:before {
  content: "\f12b";
}
.mgz-fa-supple:before {
  content: "\f3f9";
}
.mgz-fa-surprise:before {
  content: "\f5c2";
}
.mgz-fa-suse:before {
  content: "\f7d6";
}
.mgz-fa-swatchbook:before {
  content: "\f5c3";
}
.mgz-fa-swimmer:before {
  content: "\f5c4";
}
.mgz-fa-swimming-pool:before {
  content: "\f5c5";
}
.mgz-fa-symfony:before {
  content: "\f83d";
}
.mgz-fa-synagogue:before {
  content: "\f69b";
}
.mgz-fa-sync:before {
  content: "\f021";
}
.mgz-fa-sync-alt:before {
  content: "\f2f1";
}
.mgz-fa-syringe:before {
  content: "\f48e";
}
.mgz-fa-table:before {
  content: "\f0ce";
}
.mgz-fa-table-tennis:before {
  content: "\f45d";
}
.mgz-fa-tablet:before {
  content: "\f10a";
}
.mgz-fa-tablet-alt:before {
  content: "\f3fa";
}
.mgz-fa-tablets:before {
  content: "\f490";
}
.mgz-fa-tachometer-alt:before {
  content: "\f3fd";
}
.mgz-fa-tag:before {
  content: "\f02b";
}
.mgz-fa-tags:before {
  content: "\f02c";
}
.mgz-fa-tape:before {
  content: "\f4db";
}
.mgz-fa-tasks:before {
  content: "\f0ae";
}
.mgz-fa-taxi:before {
  content: "\f1ba";
}
.mgz-fa-teamspeak:before {
  content: "\f4f9";
}
.mgz-fa-teeth:before {
  content: "\f62e";
}
.mgz-fa-teeth-open:before {
  content: "\f62f";
}
.mgz-fa-telegram:before {
  content: "\f2c6";
}
.mgz-fa-telegram-plane:before {
  content: "\f3fe";
}
.mgz-fa-temperature-high:before {
  content: "\f769";
}
.mgz-fa-temperature-low:before {
  content: "\f76b";
}
.mgz-fa-tencent-weibo:before {
  content: "\f1d5";
}
.mgz-fa-tenge:before {
  content: "\f7d7";
}
.mgz-fa-terminal:before {
  content: "\f120";
}
.mgz-fa-text-height:before {
  content: "\f034";
}
.mgz-fa-text-width:before {
  content: "\f035";
}
.mgz-fa-th:before {
  content: "\f00a";
}
.mgz-fa-th-large:before {
  content: "\f009";
}
.mgz-fa-th-list:before {
  content: "\f00b";
}
.mgz-fa-the-red-yeti:before {
  content: "\f69d";
}
.mgz-fa-theater-masks:before {
  content: "\f630";
}
.mgz-fa-themeco:before {
  content: "\f5c6";
}
.mgz-fa-themeisle:before {
  content: "\f2b2";
}
.mgz-fa-thermometer:before {
  content: "\f491";
}
.mgz-fa-thermometer-empty:before {
  content: "\f2cb";
}
.mgz-fa-thermometer-full:before {
  content: "\f2c7";
}
.mgz-fa-thermometer-half:before {
  content: "\f2c9";
}
.mgz-fa-thermometer-quarter:before {
  content: "\f2ca";
}
.mgz-fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.mgz-fa-think-peaks:before {
  content: "\f731";
}
.mgz-fa-thumbs-down:before {
  content: "\f165";
}
.mgz-fa-thumbs-up:before {
  content: "\f164";
}
.mgz-fa-thumbtack:before {
  content: "\f08d";
}
.mgz-fa-ticket-alt:before {
  content: "\f3ff";
}
.mgz-fa-times:before {
  content: "\f00d";
}
.mgz-fa-times-circle:before {
  content: "\f057";
}
.mgz-fa-tint:before {
  content: "\f043";
}
.mgz-fa-tint-slash:before {
  content: "\f5c7";
}
.mgz-fa-tired:before {
  content: "\f5c8";
}
.mgz-fa-toggle-off:before {
  content: "\f204";
}
.mgz-fa-toggle-on:before {
  content: "\f205";
}
.mgz-fa-toilet:before {
  content: "\f7d8";
}
.mgz-fa-toilet-paper:before {
  content: "\f71e";
}
.mgz-fa-toolbox:before {
  content: "\f552";
}
.mgz-fa-tools:before {
  content: "\f7d9";
}
.mgz-fa-tooth:before {
  content: "\f5c9";
}
.mgz-fa-torah:before {
  content: "\f6a0";
}
.mgz-fa-torii-gate:before {
  content: "\f6a1";
}
.mgz-fa-tractor:before {
  content: "\f722";
}
.mgz-fa-trade-federation:before {
  content: "\f513";
}
.mgz-fa-trademark:before {
  content: "\f25c";
}
.mgz-fa-traffic-light:before {
  content: "\f637";
}
.mgz-fa-train:before {
  content: "\f238";
}
.mgz-fa-tram:before {
  content: "\f7da";
}
.mgz-fa-transgender:before {
  content: "\f224";
}
.mgz-fa-transgender-alt:before {
  content: "\f225";
}
.mgz-fa-trash:before {
  content: "\f1f8";
}
.mgz-fa-trash-alt:before {
  content: "\f2ed";
}
.mgz-fa-trash-restore:before {
  content: "\f829";
}
.mgz-fa-trash-restore-alt:before {
  content: "\f82a";
}
.mgz-fa-tree:before {
  content: "\f1bb";
}
.mgz-fa-trello:before {
  content: "\f181";
}
.mgz-fa-tripadvisor:before {
  content: "\f262";
}
.mgz-fa-trophy:before {
  content: "\f091";
}
.mgz-fa-truck:before {
  content: "\f0d1";
}
.mgz-fa-truck-loading:before {
  content: "\f4de";
}
.mgz-fa-truck-monster:before {
  content: "\f63b";
}
.mgz-fa-truck-moving:before {
  content: "\f4df";
}
.mgz-fa-truck-pickup:before {
  content: "\f63c";
}
.mgz-fa-tshirt:before {
  content: "\f553";
}
.mgz-fa-tty:before {
  content: "\f1e4";
}
.mgz-fa-tumblr:before {
  content: "\f173";
}
.mgz-fa-tumblr-square:before {
  content: "\f174";
}
.mgz-fa-tv:before {
  content: "\f26c";
}
.mgz-fa-twitch:before {
  content: "\f1e8";
}
.mgz-fa-twitter:before {
  content: "\f099";
}
.mgz-fa-twitter-square:before {
  content: "\f081";
}
.mgz-fa-typo3:before {
  content: "\f42b";
}
.mgz-fa-uber:before {
  content: "\f402";
}
.mgz-fa-ubuntu:before {
  content: "\f7df";
}
.mgz-fa-uikit:before {
  content: "\f403";
}
.mgz-fa-umbrella:before {
  content: "\f0e9";
}
.mgz-fa-umbrella-beach:before {
  content: "\f5ca";
}
.mgz-fa-underline:before {
  content: "\f0cd";
}
.mgz-fa-undo:before {
  content: "\f0e2";
}
.mgz-fa-undo-alt:before {
  content: "\f2ea";
}
.mgz-fa-uniregistry:before {
  content: "\f404";
}
.mgz-fa-universal-access:before {
  content: "\f29a";
}
.mgz-fa-university:before {
  content: "\f19c";
}
.mgz-fa-unlink:before {
  content: "\f127";
}
.mgz-fa-unlock:before {
  content: "\f09c";
}
.mgz-fa-unlock-alt:before {
  content: "\f13e";
}
.mgz-fa-untappd:before {
  content: "\f405";
}
.mgz-fa-upload:before {
  content: "\f093";
}
.mgz-fa-ups:before {
  content: "\f7e0";
}
.mgz-fa-usb:before {
  content: "\f287";
}
.mgz-fa-user:before {
  content: "\f007";
}
.mgz-fa-user-alt:before {
  content: "\f406";
}
.mgz-fa-user-alt-slash:before {
  content: "\f4fa";
}
.mgz-fa-user-astronaut:before {
  content: "\f4fb";
}
.mgz-fa-user-check:before {
  content: "\f4fc";
}
.mgz-fa-user-circle:before {
  content: "\f2bd";
}
.mgz-fa-user-clock:before {
  content: "\f4fd";
}
.mgz-fa-user-cog:before {
  content: "\f4fe";
}
.mgz-fa-user-edit:before {
  content: "\f4ff";
}
.mgz-fa-user-friends:before {
  content: "\f500";
}
.mgz-fa-user-graduate:before {
  content: "\f501";
}
.mgz-fa-user-injured:before {
  content: "\f728";
}
.mgz-fa-user-lock:before {
  content: "\f502";
}
.mgz-fa-user-md:before {
  content: "\f0f0";
}
.mgz-fa-user-minus:before {
  content: "\f503";
}
.mgz-fa-user-ninja:before {
  content: "\f504";
}
.mgz-fa-user-nurse:before {
  content: "\f82f";
}
.mgz-fa-user-plus:before {
  content: "\f234";
}
.mgz-fa-user-secret:before {
  content: "\f21b";
}
.mgz-fa-user-shield:before {
  content: "\f505";
}
.mgz-fa-user-slash:before {
  content: "\f506";
}
.mgz-fa-user-tag:before {
  content: "\f507";
}
.mgz-fa-user-tie:before {
  content: "\f508";
}
.mgz-fa-user-times:before {
  content: "\f235";
}
.mgz-fa-users:before {
  content: "\f0c0";
}
.mgz-fa-users-cog:before {
  content: "\f509";
}
.mgz-fa-usps:before {
  content: "\f7e1";
}
.mgz-fa-ussunnah:before {
  content: "\f407";
}
.mgz-fa-utensil-spoon:before {
  content: "\f2e5";
}
.mgz-fa-utensils:before {
  content: "\f2e7";
}
.mgz-fa-vaadin:before {
  content: "\f408";
}
.mgz-fa-vector-square:before {
  content: "\f5cb";
}
.mgz-fa-venus:before {
  content: "\f221";
}
.mgz-fa-venus-double:before {
  content: "\f226";
}
.mgz-fa-venus-mars:before {
  content: "\f228";
}
.mgz-fa-viacoin:before {
  content: "\f237";
}
.mgz-fa-viadeo:before {
  content: "\f2a9";
}
.mgz-fa-viadeo-square:before {
  content: "\f2aa";
}
.mgz-fa-vial:before {
  content: "\f492";
}
.mgz-fa-vials:before {
  content: "\f493";
}
.mgz-fa-viber:before {
  content: "\f409";
}
.mgz-fa-video:before {
  content: "\f03d";
}
.mgz-fa-video-slash:before {
  content: "\f4e2";
}
.mgz-fa-vihara:before {
  content: "\f6a7";
}
.mgz-fa-vimeo:before {
  content: "\f40a";
}
.mgz-fa-vimeo-square:before {
  content: "\f194";
}
.mgz-fa-vimeo-v:before {
  content: "\f27d";
}
.mgz-fa-vine:before {
  content: "\f1ca";
}
.mgz-fa-vk:before {
  content: "\f189";
}
.mgz-fa-vnv:before {
  content: "\f40b";
}
.mgz-fa-volleyball-ball:before {
  content: "\f45f";
}
.mgz-fa-volume-down:before {
  content: "\f027";
}
.mgz-fa-volume-mute:before {
  content: "\f6a9";
}
.mgz-fa-volume-off:before {
  content: "\f026";
}
.mgz-fa-volume-up:before {
  content: "\f028";
}
.mgz-fa-vote-yea:before {
  content: "\f772";
}
.mgz-fa-vr-cardboard:before {
  content: "\f729";
}
.mgz-fa-vuejs:before {
  content: "\f41f";
}
.mgz-fa-walking:before {
  content: "\f554";
}
.mgz-fa-wallet:before {
  content: "\f555";
}
.mgz-fa-warehouse:before {
  content: "\f494";
}
.mgz-fa-water:before {
  content: "\f773";
}
.mgz-fa-wave-square:before {
  content: "\f83e";
}
.mgz-fa-waze:before {
  content: "\f83f";
}
.mgz-fa-weebly:before {
  content: "\f5cc";
}
.mgz-fa-weibo:before {
  content: "\f18a";
}
.mgz-fa-weight:before {
  content: "\f496";
}
.mgz-fa-weight-hanging:before {
  content: "\f5cd";
}
.mgz-fa-weixin:before {
  content: "\f1d7";
}
.mgz-fa-whatsapp:before {
  content: "\f232";
}
.mgz-fa-whatsapp-square:before {
  content: "\f40c";
}
.mgz-fa-wheelchair:before {
  content: "\f193";
}
.mgz-fa-whmcs:before {
  content: "\f40d";
}
.mgz-fa-wifi:before {
  content: "\f1eb";
}
.mgz-fa-wikipedia-w:before {
  content: "\f266";
}
.mgz-fa-wind:before {
  content: "\f72e";
}
.mgz-fa-window-close:before {
  content: "\f410";
}
.mgz-fa-window-maximize:before {
  content: "\f2d0";
}
.mgz-fa-window-minimize:before {
  content: "\f2d1";
}
.mgz-fa-window-restore:before {
  content: "\f2d2";
}
.mgz-fa-windows:before {
  content: "\f17a";
}
.mgz-fa-wine-bottle:before {
  content: "\f72f";
}
.mgz-fa-wine-glass:before {
  content: "\f4e3";
}
.mgz-fa-wine-glass-alt:before {
  content: "\f5ce";
}
.mgz-fa-wix:before {
  content: "\f5cf";
}
.mgz-fa-wizards-of-the-coast:before {
  content: "\f730";
}
.mgz-fa-wolf-pack-battalion:before {
  content: "\f514";
}
.mgz-fa-won-sign:before {
  content: "\f159";
}
.mgz-fa-wordpress:before {
  content: "\f19a";
}
.mgz-fa-wordpress-simple:before {
  content: "\f411";
}
.mgz-fa-wpbeginner:before {
  content: "\f297";
}
.mgz-fa-wpexplorer:before {
  content: "\f2de";
}
.mgz-fa-wpforms:before {
  content: "\f298";
}
.mgz-fa-wpressr:before {
  content: "\f3e4";
}
.mgz-fa-wrench:before {
  content: "\f0ad";
}
.mgz-fa-x-ray:before {
  content: "\f497";
}
.mgz-fa-xbox:before {
  content: "\f412";
}
.mgz-fa-xing:before {
  content: "\f168";
}
.mgz-fa-xing-square:before {
  content: "\f169";
}
.mgz-fa-y-combinator:before {
  content: "\f23b";
}
.mgz-fa-yahoo:before {
  content: "\f19e";
}
.mgz-fa-yammer:before {
  content: "\f840";
}
.mgz-fa-yandex:before {
  content: "\f413";
}
.mgz-fa-yandex-international:before {
  content: "\f414";
}
.mgz-fa-yarn:before {
  content: "\f7e3";
}
.mgz-fa-yelp:before {
  content: "\f1e9";
}
.mgz-fa-yen-sign:before {
  content: "\f157";
}
.mgz-fa-yin-yang:before {
  content: "\f6ad";
}
.mgz-fa-yoast:before {
  content: "\f2b1";
}
.mgz-fa-youtube:before {
  content: "\f167";
}
.mgz-fa-youtube-square:before {
  content: "\f431";
}
.mgz-fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-solid-900.eot');
  src: url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-solid-900.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-solid-900.woff') format('woff'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-solid-900.ttf') format('truetype'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-regular-400.eot');
  src: url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-regular-400.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-regular-400.woff') format('woff'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-regular-400.ttf') format('truetype'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-brands-400.eot');
  src: url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-brands-400.woff2') format('woff2'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-brands-400.woff') format('woff'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-brands-400.ttf') format('truetype'), url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Magezon-Icons';
  src:  url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/fonts/mgz_icons.eot?lbpphw');
  src:  url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/css/fonts/mgz_icons.eot?lbpphw#iefix') format('embedded-opentype'),
  url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/fonts/mgz_icons.ttf?lbpphw') format('truetype'),
  url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/fonts/mgz_icons.woff?lbpphw') format('woff'),
  url('../../frontend/Scalamandre/luma/en_US/Magezon_Core/fonts/mgz_icons.svg?lbpphw#mgz_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mgz-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mgz-icon:before {
    font-family: inherit;
}

.mgz-icon-search:before {
  content: "\e8b6";
}
.mgz-icon-close:before {
  content: "\e62f";
}
.mgz-icon-add:before {
  content: "\e90d";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-dragndrop:before {
  content: "\e913";
}
.mgz-icon-edit:before {
  content: "\e91d";
}
.mgz-icon-delete:before {
  content: "\e912";
}
.mgz-icon-clone:before {
  content: "\e911";
}
.mgz-icon-arrow_drop_right:before {
  content: "\e916";
}
.mgz-icon-arrow_drop_down:before {
  content: "\e5c5";
}
.mgz-icon-arrow_drop_up:before {
  content: "\e5c7";
}
.mgz-icon-1-1:before {
  content: "\e900";
}
.mgz-icon-1-2_1-2:before {
  content: "\e901";
}
.mgz-icon-1-3_1-3_1-3:before {
  content: "\e902";
}
.mgz-icon-1-4_1-2_1-4:before {
  content: "\e904";
}
.mgz-icon-1-4_1-4_1-4_1-4:before {
  content: "\e905";
}
.mgz-icon-1-4_3-4:before {
  content: "\e906";
}
.mgz-icon-1-6_1-6_1-6_1-2:before {
  content: "\e907";
}
.mgz-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
  content: "\e908";
}
.mgz-icon-l_15_15_15_15_15:before {
  content: "\e909";
}
.mgz-icon-1-6_2-3_1-6:before {
  content: "\e90a";
}
.mgz-icon-2-3_1-3:before {
  content: "\e90b";
}
.mgz-icon-5-6_1-6:before {
  content: "\e90c";
}
.mgz-icon-1-6_4-6_1-6:before {
  content: "\e90e";
}
.mgz-icon-row:before {
  content: "\e91e";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-fullscreen_exit:before {
  content: "\e914";
}
.mgz-icon-check-mage:before {
  content: "\e62d";
}
.mgz-icon-plus:before {
  content: "\e61c";
}
.mgz-icon-minus:before {
  content: "\e60f";
}
.mgz-icon-remove:before {
  content: "\e604";
}
.mgz-icon-up:before {
  content: "\e621";
}
.mgz-icon-down:before {
  content: "\e622";
}
.mgz-icon-product:before {
  content: "\e608";
}
.mgz-icon-tabs:before {
  content: "\e879";
}
.mgz-icon-divider:before {
  content: "\e822";
  font-weight: bold;
}
.mgz-icon-spacer:before {
  content: "\e877";
  font-weight: bold;
}
.mgz-settings-icon:before{
  content: "\e910";
}
.mgz-icon-play:before {
  content: "\e939";
}
.mgz-icon-cms:before {
  content: "\e602";
}
.mgz-icon-testimonial:before {
  content: "\e920";
}
.mgz-icon-social-icons:before {
  content: "\e876";
}
.mgz-icon-pricing-table:before {
  content: "\e859";
}
.mgz-icon-accordion:before {
  content: "\e806";
}
.mgz-icon-number-counter:before {
  content: "\e921";
}
.mgz-icon-favorite:before {
  content: "\e895";
}
.mgz-icon-toggle:before {
  content: "\e887";
}
.mgz-icon-slideshow:before {
  content: "\e875";
}
.mgz-icon-icon-list:before {
  content: "\e893";
}
.mgz-icon-flip-box:before {
  content: "\e903";
}
.mgz-icon-code:before {
  content: "\e894";
}
.mgz-icon-countdown:before {
  content: "\e818";
}
.mgz-icon-magezon-pagebuilder:before {
  content: "\e922";
}
.mgz-icon-checkbox:before {
  content: "\e816";
}
.mgz-icon-number-field:before {
  content: "\e846";
}
.mgz-icon-menu-toggle:before {
  content: "\e943";
}
.mgz-icon-button:before {
  content: "\e812";
}
.mgz-icon-text-field:before {
  content: "\e882";
}
.mgz-icon-delete2:before {
  content: "\e630";
}
.mgz-icon-check:before {
  content: "\e5ca";
}
.mgz-icon-tablet-landscape:before {
  content: "\1f4bb";
}
.mgz-icon-mobile-portrait:before {
  content: "\1f4f1";
}
.mgz-icon-mobile-landscape:before {
  content: "\1f4f2";
}
.mgz-icon-desktop:before {
  content: "\1f4fa";
}
.mgz-icon-tablet-portrait:before {
  content: "\1f5b3";
}
.mgz-icon-arrow_downward:before {
  content: "\e5dc";
}
.mgz-icon-stores:before {
  content: "\e60e";
}
.mgz-icon-sales:before {
  content: "\e60b";
}
.mgz-icon-layers:before {
  content: "\1f5d7";
}
.mgz-icon-column:before {
  content: "\23f8";
}
.mgz-icon-minimize:before {
  content: "\e91c";
}[class*='mgz-col-'] {
  width: 100%;
}
.mgz-col-xs-1, .mgz-col-sm-1, .mgz-col-md-1, .mgz-col-lg-1, .mgz-col-xs-2, .mgz-col-sm-2, .mgz-col-md-2, .mgz-col-lg-2, .mgz-col-xs-3, .mgz-col-sm-3, .mgz-col-md-3, .mgz-col-lg-3, .mgz-col-xs-4, .mgz-col-sm-4, .mgz-col-md-4, .mgz-col-lg-4, .mgz-col-xs-5, .mgz-col-sm-5, .mgz-col-md-5, .mgz-col-lg-5, .mgz-col-xs-6, .mgz-col-sm-6, .mgz-col-md-6, .mgz-col-lg-6, .mgz-col-xs-7, .mgz-col-sm-7, .mgz-col-md-7, .mgz-col-lg-7, .mgz-col-xs-8, .mgz-col-sm-8, .mgz-col-md-8, .mgz-col-lg-8, .mgz-col-xs-9, .mgz-col-sm-9, .mgz-col-md-9, .mgz-col-lg-9, .mgz-col-xs-10, .mgz-col-sm-10, .mgz-col-md-10, .mgz-col-lg-10, .mgz-col-xs-11, .mgz-col-sm-11, .mgz-col-md-11, .mgz-col-lg-11, .mgz-col-xs-12, .mgz-col-sm-12, .mgz-col-md-12, .mgz-col-lg-12, .mgz-col-xs-15, .mgz-col-sm-15, .mgz-col-md-15, .mgz-col-lg-15, .mgz-col-xs-25, .mgz-col-sm-25, .mgz-col-md-25, .mgz-col-lg-25, .mgz-col-xs-35, .mgz-col-sm-35, .mgz-col-md-35, .mgz-col-lg-35, .mgz-col-xs-45, .mgz-col-sm-45, .mgz-col-md-45, .mgz-col-lg-45 {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mgz-col-xs-1, .mgz-col-xs-2, .mgz-col-xs-3, .mgz-col-xs-4, .mgz-col-xs-5, .mgz-col-xs-6, .mgz-col-xs-7, .mgz-col-xs-8, .mgz-col-xs-9, .mgz-col-xs-10, .mgz-col-xs-11, .mgz-col-xs-12, .mgz-col-xs-15, .mgz-col-xs-25, .mgz-col-xs-35, .mgz-col-xs-45 {
  float: left;
}
.mgz-col-xs-12 {
  width: 100%;
}
.mgz-col-xs-11 {
  width: 91.66666667%;
}
.mgz-col-xs-10 {
  width: 83.33333333%;
}
.mgz-col-xs-9 {
  width: 75%;
}
.mgz-col-xs-8 {
  width: 66.66666667%;
}
.mgz-col-xs-7 {
  width: 58.33333333%;
}
.mgz-col-xs-6 {
  width: 50%;
}
.mgz-col-xs-5 {
  width: 41.66666667%;
}
.mgz-col-xs-4 {
  width: 33.33333333%;
}
.mgz-col-xs-3 {
  width: 25%;
}
.mgz-col-xs-15 {
  width: 20%;
}
.mgz-col-xs-25 {
  width: 40%;
}
.mgz-col-xs-35 {
  width: 60%;
}
.mgz-col-xs-45 {
  width: 80%;
}
.mgz-col-xs-2 {
  width: 16.66666667%;
}
.mgz-col-xs-1 {
  width: 8.33333333%;
}
.mgz-col-xs-pull-12 {
  right: 100%;
}
.mgz-col-xs-pull-11 {
  right: 91.66666667%;
}
.mgz-col-xs-pull-10 {
  right: 83.33333333%;
}
.mgz-col-xs-pull-9 {
  right: 75%;
}
.mgz-col-xs-pull-8 {
  right: 66.66666667%;
}
.mgz-col-xs-pull-7 {
  right: 58.33333333%;
}
.mgz-col-xs-pull-6 {
  right: 50%;
}
.mgz-col-xs-pull-5 {
  right: 41.66666667%;
}
.mgz-col-xs-pull-4 {
  right: 33.33333333%;
}
.mgz-col-xs-pull-3 {
  right: 25%;
}
.mgz-col-xs-pull-15 {
  right: 20%;
}
.mgz-col-xs-pull-25 {
  right: 40%;
}
.mgz-col-xs-pull-35 {
  right: 60%;
}
.mgz-col-xs-pull-45 {
  right: 80%;
}
.mgz-col-xs-pull-2 {
  right: 16.66666667%;
}
.mgz-col-xs-pull-1 {
  right: 8.33333333%;
}
.mgz-col-xs-pull-0 {
  right: auto;
}
.mgz-col-xs-push-12 {
  left: 100%;
}
.mgz-col-xs-push-11 {
  left: 91.66666667%;
}
.mgz-col-xs-push-10 {
  left: 83.33333333%;
}
.mgz-col-xs-push-9 {
  left: 75%;
}
.mgz-col-xs-push-8 {
  left: 66.66666667%;
}
.mgz-col-xs-push-7 {
  left: 58.33333333%;
}
.mgz-col-xs-push-6 {
  left: 50%;
}
.mgz-col-xs-push-5 {
  left: 41.66666667%;
}
.mgz-col-xs-push-4 {
  left: 33.33333333%;
}
.mgz-col-xs-push-3 {
  left: 25%;
}
.mgz-col-xs-push-15 {
  left: 20%;
}
.mgz-col-xs-push-25 {
  left: 40%;
}
.mgz-col-xs-push-35 {
  left: 60%;
}
.mgz-col-xs-push-45 {
  left: 80%;
}
.mgz-col-xs-push-2 {
  left: 16.66666667%;
}
.mgz-col-xs-push-1 {
  left: 8.33333333%;
}
.mgz-col-xs-push-0 {
  left: auto;
}
.mgz-col-xs-offset-12 {
  margin-left: 100%;
}
.mgz-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.mgz-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.mgz-col-xs-offset-9 {
  margin-left: 75%;
}
.mgz-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.mgz-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.mgz-col-xs-offset-6 {
  margin-left: 50%;
}
.mgz-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.mgz-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.mgz-col-xs-offset-3 {
  margin-left: 25%;
}
.mgz-col-xs-offset-15 {
  margin-left: 20%;
}
.mgz-col-xs-offset-25 {
  margin-left: 40%;
}
.mgz-col-xs-offset-35 {
  margin-left: 60%;
}
.mgz-col-xs-offset-45 {
  margin-left: 80%;
}
.mgz-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.mgz-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.mgz-col-xs-offset-0 {
  margin-left: 0%;
}

.mgz-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.mgz-row:before,
.mgz-row:after {
  content: " ";
  display: table;
}
.mgz-row:after {
  clear: both;
}

.mgz-text-left {
  text-align: left
}

.mgz-text-right {
  text-align: right
}

.mgz-text-center {
  text-align: center
}

.mgz-text-justify {
  text-align: justify
}

.f-right {
  float: right;
  width: auto;
}

.f-left {
  float: left;
  width: auto;
}

.f-none {
  float: none;
  width: auto;
}
@media (min-width: 576px) {
  .mgz-col-sm-1, .mgz-col-sm-2, .mgz-col-sm-3, .mgz-col-sm-4, .mgz-col-sm-5, .mgz-col-sm-6, .mgz-col-sm-7, .mgz-col-sm-8, .mgz-col-sm-9, .mgz-col-sm-10, .mgz-col-sm-11, .mgz-col-sm-12, .mgz-col-sm-15, .mgz-col-sm-25, .mgz-col-sm-35, .mgz-col-sm-45 {
    float: left;
  }
  .mgz-col-sm-12 {
    width: 100%;
  }
  .mgz-col-sm-11 {
    width: 91.66666667%;
  }
  .mgz-col-sm-10 {
    width: 83.33333333%;
  }
  .mgz-col-sm-9 {
    width: 75%;
  }
  .mgz-col-sm-8 {
    width: 66.66666667%;
  }
  .mgz-col-sm-7 {
    width: 58.33333333%;
  }
  .mgz-col-sm-6 {
    width: 50%;
  }
  .mgz-col-sm-5 {
    width: 41.66666667%;
  }
  .mgz-col-sm-4 {
    width: 33.33333333%;
  }
  .mgz-col-sm-3 {
    width: 25%;
  }
  .mgz-col-sm-15 {
    width: 20%;
  }
  .mgz-col-sm-25 {
    width: 40%;
  }
  .mgz-col-sm-35 {
    width: 60%;
  }
  .mgz-col-sm-45 {
    width: 80%;
  }
  .mgz-col-sm-2 {
    width: 16.66666667%;
  }
  .mgz-col-sm-1 {
    width: 8.33333333%;
  }
  .mgz-col-sm-pull-12 {
    right: 100%;
  }
  .mgz-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-sm-pull-9 {
    right: 75%;
  }
  .mgz-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-sm-pull-6 {
    right: 50%;
  }
  .mgz-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-sm-pull-3 {
    right: 25%;
  }
  .mgz-col-sm-pull-15 {
    right: 20%;
  }
  .mgz-col-sm-pull-25 {
    right: 40%;
  }
  .mgz-col-sm-pull-35 {
    right: 60%;
  }
  .mgz-col-sm-pull-45 {
    right: 80%;
  }
  .mgz-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-sm-pull-0 {
    right: auto;
  }
  .mgz-col-sm-push-12 {
    left: 100%;
  }
  .mgz-col-sm-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-sm-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-sm-push-9 {
    left: 75%;
  }
  .mgz-col-sm-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-sm-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-sm-push-6 {
    left: 50%;
  }
  .mgz-col-sm-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-sm-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-sm-push-3 {
    left: 25%;
  }
  .mgz-col-sm-push-15 {
    left: 20%;
  }
  .mgz-col-sm-push-25 {
    left: 40%;
  }
  .mgz-col-sm-push-35 {
    left: 60%;
  }
  .mgz-col-sm-push-45 {
    left: 80%;
  }
  .mgz-col-sm-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-sm-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-sm-push-0 {
    left: auto;
  }
  .mgz-col-sm-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-sm-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-sm-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-sm-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-sm-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-sm-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-sm-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-sm-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .mgz-col-md-1, .mgz-col-md-2, .mgz-col-md-3, .mgz-col-md-4, .mgz-col-md-5, .mgz-col-md-6, .mgz-col-md-7, .mgz-col-md-8, .mgz-col-md-9, .mgz-col-md-10, .mgz-col-md-11, .mgz-col-md-12, .mgz-col-md-15, .mgz-col-md-25, .mgz-col-md-35, .mgz-col-md-45 {
    float: left;
  }
  .mgz-col-md-12 {
    width: 100%;
  }
  .mgz-col-md-11 {
    width: 91.66666667%;
  }
  .mgz-col-md-10 {
    width: 83.33333333%;
  }
  .mgz-col-md-9 {
    width: 75%;
  }
  .mgz-col-md-8 {
    width: 66.66666667%;
  }
  .mgz-col-md-7 {
    width: 58.33333333%;
  }
  .mgz-col-md-6 {
    width: 50%;
  }
  .mgz-col-md-5 {
    width: 41.66666667%;
  }
  .mgz-col-md-4 {
    width: 33.33333333%;
  }
  .mgz-col-md-3 {
    width: 25%;
  }
  .mgz-col-md-15 {
    width: 20%;
  }
  .mgz-col-md-25 {
    width: 40%;
  }
  .mgz-col-md-35 {
    width: 60%;
  }
  .mgz-col-md-45 {
    width: 80%;
  }
  .mgz-col-md-2 {
    width: 16.66666667%;
  }
  .mgz-col-md-1 {
    width: 8.33333333%;
  }
  .mgz-col-md-pull-12 {
    right: 100%;
  }
  .mgz-col-md-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-md-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-md-pull-9 {
    right: 75%;
  }
  .mgz-col-md-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-md-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-md-pull-6 {
    right: 50%;
  }
  .mgz-col-md-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-md-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-md-pull-3 {
    right: 25%;
  }
  .mgz-col-md-pull-15 {
    right: 20%;
  }
  .mgz-col-md-pull-25 {
    right: 40%;
  }
  .mgz-col-md-pull-35 {
    right: 60%;
  }
  .mgz-col-md-pull-45 {
    right: 80%;
  }
  .mgz-col-md-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-md-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-md-pull-0 {
    right: auto;
  }
  .mgz-col-md-push-12 {
    left: 100%;
  }
  .mgz-col-md-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-md-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-md-push-9 {
    left: 75%;
  }
  .mgz-col-md-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-md-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-md-push-6 {
    left: 50%;
  }
  .mgz-col-md-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-md-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-md-push-3 {
    left: 25%;
  }
  .mgz-col-md-push-15 {
    left: 20%;
  }
  .mgz-col-md-push-25 {
    left: 40%;
  }
  .mgz-col-md-push-35 {
    left: 60%;
  }
  .mgz-col-md-push-45 {
    left: 80%;
  }
  .mgz-col-md-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-md-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-md-push-0 {
    left: auto;
  }
  .mgz-col-md-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-md-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-md-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-md-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-md-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-md-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-md-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-md-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .mgz-col-lg-1, .mgz-col-lg-2, .mgz-col-lg-3, .mgz-col-lg-4, .mgz-col-lg-5, .mgz-col-lg-6, .mgz-col-lg-7, .mgz-col-lg-8, .mgz-col-lg-9, .mgz-col-lg-10, .mgz-col-lg-11, .mgz-col-lg-12, .mgz-col-lg-15, .mgz-col-lg-25, .mgz-col-lg-35, .mgz-col-lg-45 {
    float: left;
  }
  .mgz-col-lg-12 {
    width: 100%;
  }
  .mgz-col-lg-11 {
    width: 91.66666667%;
  }
  .mgz-col-lg-10 {
    width: 83.33333333%;
  }
  .mgz-col-lg-9 {
    width: 75%;
  }
  .mgz-col-lg-8 {
    width: 66.66666667%;
  }
  .mgz-col-lg-7 {
    width: 58.33333333%;
  }
  .mgz-col-lg-6 {
    width: 50%;
  }
  .mgz-col-lg-5 {
    width: 41.66666667%;
  }
  .mgz-col-lg-4 {
    width: 33.33333333%;
  }
  .mgz-col-lg-3 {
    width: 25%;
  }
  .mgz-col-lg-15 {
    width: 20%;
  }
  .mgz-col-lg-25 {
    width: 40%;
  }
  .mgz-col-lg-35 {
    width: 60%;
  }
  .mgz-col-lg-45 {
    width: 80%;
  }
  .mgz-col-lg-2 {
    width: 16.66666667%;
  }
  .mgz-col-lg-1 {
    width: 8.33333333%;
  }
  .mgz-col-lg-pull-12 {
    right: 100%;
  }
  .mgz-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-lg-pull-9 {
    right: 75%;
  }
  .mgz-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-lg-pull-6 {
    right: 50%;
  }
  .mgz-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-lg-pull-3 {
    right: 25%;
  }
  .mgz-col-lg-pull-15 {
    right: 20%;
  }
  .mgz-col-lg-pull-25 {
    right: 40%;
  }
  .mgz-col-lg-pull-35 {
    right: 60%;
  }
  .mgz-col-lg-pull-45 {
    right: 80%;
  }
  .mgz-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-lg-pull-0 {
    right: auto;
  }
  .mgz-col-lg-push-12 {
    left: 100%;
  }
  .mgz-col-lg-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-lg-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-lg-push-9 {
    left: 75%;
  }
  .mgz-col-lg-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-lg-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-lg-push-6 {
    left: 50%;
  }
  .mgz-col-lg-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-lg-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-lg-push-3 {
    left: 25%;
  }
  .mgz-col-lg-push-15 {
    left: 20%;
  }
  .mgz-col-lg-push-25 {
    left: 40%;
  }
  .mgz-col-lg-push-35 {
    left: 60%;
  }
  .mgz-col-lg-push-45 {
    left: 80%;
  }
  .mgz-col-lg-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-lg-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-lg-push-0 {
    left: auto;
  }
  .mgz-col-lg-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-lg-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-lg-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-lg-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-lg-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-lg-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-lg-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-lg-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .mgz-col-xl-1, .mgz-col-xl-2, .mgz-col-xl-3, .mgz-col-xl-4, .mgz-col-xl-5, .mgz-col-xl-6, .mgz-col-xl-7, .mgz-col-xl-8, .mgz-col-xl-9, .mgz-col-xl-10, .mgz-col-xl-11, .mgz-col-xl-12, .mgz-col-xl-15, .mgz-col-xl-25, .mgz-col-xl-35, .mgz-col-xl-45 {
    float: left;
  }
  .mgz-col-xl-12 {
    width: 100%;
  }
  .mgz-col-xl-11 {
    width: 91.66666667%;
  }
  .mgz-col-xl-10 {
    width: 83.33333333%;
  }
  .mgz-col-xl-9 {
    width: 75%;
  }
  .mgz-col-xl-8 {
    width: 66.66666667%;
  }
  .mgz-col-xl-7 {
    width: 58.33333333%;
  }
  .mgz-col-xl-6 {
    width: 50%;
  }
  .mgz-col-xl-5 {
    width: 41.66666667%;
  }
  .mgz-col-xl-4 {
    width: 33.33333333%;
  }
  .mgz-col-xl-3 {
    width: 25%;
  }
  .mgz-col-xl-15 {
    width: 20%;
  }
  .mgz-col-xl-25 {
    width: 40%;
  }
  .mgz-col-xl-35 {
    width: 60%;
  }
  .mgz-col-xl-45 {
    width: 80%;
  }
  .mgz-col-xl-2 {
    width: 16.66666667%;
  }
  .mgz-col-xl-1 {
    width: 8.33333333%;
  }
  .mgz-col-xl-pull-12 {
    right: 100%;
  }
  .mgz-col-xl-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-xl-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-xl-pull-9 {
    right: 75%;
  }
  .mgz-col-xl-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-xl-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-xl-pull-6 {
    right: 50%;
  }
  .mgz-col-xl-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-xl-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-xl-pull-3 {
    right: 25%;
  }
  .mgz-col-xl-pull-15 {
    right: 20%;
  }
  .mgz-col-xl-pull-25 {
    right: 40%;
  }
  .mgz-col-xl-pull-35 {
    right: 60%;
  }
  .mgz-col-xl-pull-45 {
    right: 80%;
  }
  .mgz-col-xl-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-xl-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-xl-pull-0 {
    right: auto;
  }
  .mgz-col-xl-push-12 {
    left: 100%;
  }
  .mgz-col-xl-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-xl-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-xl-push-9 {
    left: 75%;
  }
  .mgz-col-xl-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-xl-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-xl-push-6 {
    left: 50%;
  }
  .mgz-col-xl-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-xl-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-xl-push-3 {
    left: 25%;
  }
  .mgz-col-xl-push-15 {
    left: 20%;
  }
  .mgz-col-xl-push-25 {
    left: 40%;
  }
  .mgz-col-xl-push-35 {
    left: 60%;
  }
  .mgz-col-xl-push-45 {
    left: 80%;
  }
  .mgz-col-xl-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-xl-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-xl-push-0 {
    left: auto;
  }
  .mgz-col-xl-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-xl-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-xl-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-xl-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-xl-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-xl-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-xl-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-xl-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 575px) {
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-15 > div:nth-child(5n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-6> div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-15 > div,
  .mgz-grid-col-xs-2 > div {
    float: left;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-15 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-hidden-xs {
    display: none !important;
  }
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
  .xs_f-right {
    float: right;
  }
  .xs_f-left {
    float: left;
  }
  .xs_f-none {
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mgz-grid-col-xs-12 > div:nth-child(12n+1),
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-5 > div:nth-child(5n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1),
  .mgz-grid-col-xs-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-12 > div,
  .mgz-grid-col-xs-6 > div,
  .mgz-grid-col-xs-5 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-2 > div,
  .mgz-grid-col-xs-1 > div {
    float: left;
  }
  .mgz-grid-col-xs-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xs-1 > div {
    width: 100%;
  }
  .mgz-hidden-sm {
    display: none !important;
  }
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
  .sm_f-right {
    float: right;
  }
  .sm_f-left {
    float: left;
  }
  .sm_f-none {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mgz-grid-col-md-12 > div:nth-child(12n+1),
  .mgz-grid-col-md-6 > div:nth-child(6n+1),
  .mgz-grid-col-md-5 > div:nth-child(5n+1),
  .mgz-grid-col-md-4 > div:nth-child(4n+1),
  .mgz-grid-col-md-3 > div:nth-child(3n+1),
  .mgz-grid-col-md-2 > div:nth-child(2n+1),
  .mgz-grid-col-md-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-md-12 > div,
  .mgz-grid-col-md-6 > div,
  .mgz-grid-col-md-5 > div,
  .mgz-grid-col-md-4 > div,
  .mgz-grid-col-md-3 > div,
  .mgz-grid-col-md-2 > div,
  .mgz-grid-col-md-1 > div {
    float: left;
  }
  .mgz-grid-col-md-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-md-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-md-5 > div {
    width: 20%;
  }
  .mgz-grid-col-md-4 > div {
    width: 25%;
  }
  .mgz-grid-col-md-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-md-2 > div {
    width: 50%;
  }
  .mgz-grid-col-md-1 > div {
    width: 100%;
  }
  .mgz-hidden-md {
    display: none !important;
  }
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
  .md_f-right {
    float: right;
  }
  .md_f-left {
    float: left;
  }
  .md_f-none {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .mgz-grid-col-lg-12 > div:nth-child(12n+1),
  .mgz-grid-col-lg-6 > div:nth-child(6n+1),
  .mgz-grid-col-lg-5 > div:nth-child(5n+1),
  .mgz-grid-col-lg-4 > div:nth-child(4n+1),
  .mgz-grid-col-lg-3 > div:nth-child(3n+1),
  .mgz-grid-col-lg-2 > div:nth-child(2n+1),
  .mgz-grid-col-lg-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-lg-12 > div,
  .mgz-grid-col-lg-6 > div,
  .mgz-grid-col-lg-5 > div,
  .mgz-grid-col-lg-4 > div,
  .mgz-grid-col-lg-3 > div,
  .mgz-grid-col-lg-2 > div,
  .mgz-grid-col-lg-1 > div {
    float: left;
  }
  .mgz-grid-col-lg-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-lg-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-lg-5 > div {
    width: 20%;
  }
  .mgz-grid-col-lg-4 > div {
    width: 25%;
  }
  .mgz-grid-col-lg-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-lg-2 > div {
    width: 50%;
  }
  .mgz-grid-col-lg-1 > div {
    width: 100%;
  }
  .mgz-hidden-lg {
    display: none !important;
  }
  .lg_left {
    text-align: left;
  }
  .lg_center {
    text-align: center;
  }
  .lg_right {
    text-align: right;
  }
  .lg_f-right {
    float: right;
  }
  .lg_f-left {
    float: left;
  }
  .lg_f-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .mgz-grid-col-xl-12 > div:nth-child(12n+1),
  .mgz-grid-col-xl-6 > div:nth-child(6n+1),
  .mgz-grid-col-xl-5 > div:nth-child(5n+1),
  .mgz-grid-col-xl-4 > div:nth-child(4n+1),
  .mgz-grid-col-xl-3 > div:nth-child(3n+1),
  .mgz-grid-col-xl-2 > div:nth-child(2n+1),
  .mgz-grid-col-xl-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xl-12 > div,
  .mgz-grid-col-xl-6 > div,
  .mgz-grid-col-xl-5 > div,
  .mgz-grid-col-xl-4 > div,
  .mgz-grid-col-xl-3 > div,
  .mgz-grid-col-xl-2 > div,
  .mgz-grid-col-xl-1 > div {
    float: left;
  }
  .mgz-grid-col-xl-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xl-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xl-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xl-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xl-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xl-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xl-1 > div {
    width: 100%;
  }
  .mgz-hidden-xl {
    display: none !important;
  }
  .xl_left {
    text-align: left;
  }
  .xl_center {
    text-align: center;
  }
  .xl_right {
    text-align: right;
  }
  .xl_f-right {
    float: right;
  }
  .xl_f-left {
    float: left;
  }
  .xl_f-none {
    float: none;
  }
}
.mgz-pull-right {
  float: right !important;
}
.mgz-pull-left {
  float: left !important;
}@font-face{font-family:mgz_openiconic;src:url(../../frontend/Scalamandre/luma/en_US/Magezon_Builder/fonts/mgz_openiconic.eot?54101537);src:url(../../frontend/Scalamandre/luma/en_US/Magezon_Builder/fonts/mgz_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(../../frontend/Scalamandre/luma/en_US/Magezon_Builder/fonts/mgz_openiconic.woff?54101537) format('woff'),url(../../frontend/Scalamandre/luma/en_US/Magezon_Builder/fonts/mgz_openiconic.ttf?54101537) format('truetype'),url(../../frontend/Scalamandre/luma/en_US/Magezon_Builder/fonts/mgz_openiconic.svg?54101537#mgz_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" mgz-oi-"]:before,[class^=mgz-oi-]:before{font-family:mgz_openiconic;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.mgz-oi-dial:before{content:'\e800'}.mgz-oi-pilcrow:before{content:'\e801'}.mgz-oi-at:before{content:'\e802'}.mgz-oi-hash:before{content:'\e803'}.mgz-oi-key-inv:before{content:'\e804'}.mgz-oi-key:before{content:'\e805'}.mgz-oi-chart-pie-alt:before{content:'\e806'}.mgz-oi-chart-pie:before{content:'\e807'}.mgz-oi-chart-bar:before{content:'\e808'}.mgz-oi-umbrella:before{content:'\e809'}.mgz-oi-moon-inv:before{content:'\e80a'}.mgz-oi-mobile:before{content:'\e80b'}.mgz-oi-cd:before{content:'\e80c'}.mgz-oi-split:before{content:'\e80d'}.mgz-oi-exchange:before{content:'\e80e'}.mgz-oi-block:before{content:'\e80f'}.mgz-oi-resize-full:before{content:'\e810'}.mgz-oi-article-alt:before{content:'\e811'}.mgz-oi-article:before{content:'\e812'}.mgz-oi-pencil-alt:before{content:'\e813'}.mgz-oi-undo:before{content:'\e814'}.mgz-oi-attach:before{content:'\e815'}.mgz-oi-link:before{content:'\e816'}.mgz-oi-search:before{content:'\e817'}.mgz-oi-mail:before{content:'\e818'}.mgz-oi-heart:before{content:'\e819'}.mgz-oi-comment:before{content:'\e81a'}.mgz-oi-resize-full-alt:before{content:'\e81b'}.mgz-oi-lock:before{content:'\e81c'}.mgz-oi-book-open:before{content:'\e81d'}.mgz-oi-arrow-curved:before{content:'\e81e'}.mgz-oi-equalizer:before{content:'\e81f'}.mgz-oi-heart-empty:before{content:'\e820'}.mgz-oi-lock-empty:before{content:'\e821'}.mgz-oi-comment-inv:before{content:'\e822'}.mgz-oi-folder:before{content:'\e823'}.mgz-oi-resize-small:before{content:'\e824'}.mgz-oi-play:before{content:'\e825'}.mgz-oi-cursor:before{content:'\e826'}.mgz-oi-aperture:before{content:'\e827'}.mgz-oi-play-circle2:before{content:'\e828'}.mgz-oi-resize-small-alt:before{content:'\e829'}.mgz-oi-folder-empty:before{content:'\e82a'}.mgz-oi-comment-alt:before{content:'\e82b'}.mgz-oi-lock-open:before{content:'\e82c'}.mgz-oi-star:before{content:'\e82d'}.mgz-oi-user:before{content:'\e82e'}.mgz-oi-lock-open-empty:before{content:'\e82f'}.mgz-oi-box:before{content:'\e830'}.mgz-oi-resize-vertical:before{content:'\e831'}.mgz-oi-stop:before{content:'\e832'}.mgz-oi-aperture-alt:before{content:'\e833'}.mgz-oi-book:before{content:'\e834'}.mgz-oi-steering-wheel:before{content:'\e835'}.mgz-oi-pause:before{content:'\e836'}.mgz-oi-to-start:before{content:'\e837'}.mgz-oi-move:before{content:'\e838'}.mgz-oi-resize-horizontal:before{content:'\e839'}.mgz-oi-rss-alt:before{content:'\e83a'}.mgz-oi-comment-alt2:before{content:'\e83b'}.mgz-oi-rss:before{content:'\e83c'}.mgz-oi-comment-inv-alt:before{content:'\e83d'}.mgz-oi-comment-inv-alt2:before{content:'\e83e'}.mgz-oi-eye:before{content:'\e83f'}.mgz-oi-pin:before{content:'\e840'}.mgz-oi-video:before{content:'\e841'}.mgz-oi-picture:before{content:'\e842'}.mgz-oi-camera:before{content:'\e843'}.mgz-oi-tag:before{content:'\e844'}.mgz-oi-chat:before{content:'\e845'}.mgz-oi-cog:before{content:'\e846'}.mgz-oi-popup:before{content:'\e847'}.mgz-oi-to-end:before{content:'\e848'}.mgz-oi-book-alt:before{content:'\e849'}.mgz-oi-brush:before{content:'\e84a'}.mgz-oi-eject:before{content:'\e84b'}.mgz-oi-down:before{content:'\e84c'}.mgz-oi-wrench:before{content:'\e84d'}.mgz-oi-chat-inv:before{content:'\e84e'}.mgz-oi-tag-empty:before{content:'\e84f'}.mgz-oi-ok:before{content:'\e850'}.mgz-oi-ok-circle:before{content:'\e851'}.mgz-oi-download:before{content:'\e852'}.mgz-oi-location:before{content:'\e853'}.mgz-oi-share:before{content:'\e854'}.mgz-oi-left:before{content:'\e855'}.mgz-oi-target:before{content:'\e856'}.mgz-oi-brush-alt:before{content:'\e857'}.mgz-oi-cancel:before{content:'\e858'}.mgz-oi-upload:before{content:'\e859'}.mgz-oi-location-inv:before{content:'\e85a'}.mgz-oi-calendar:before{content:'\e85b'}.mgz-oi-right:before{content:'\e85c'}.mgz-oi-signal:before{content:'\e85d'}.mgz-oi-eyedropper:before{content:'\e85e'}.mgz-oi-layers:before{content:'\e85f'}.mgz-oi-award:before{content:'\e860'}.mgz-oi-up:before{content:'\e861'}.mgz-oi-calendar-inv:before{content:'\e862'}.mgz-oi-location-alt:before{content:'\e863'}.mgz-oi-download-cloud:before{content:'\e864'}.mgz-oi-cancel-circle:before{content:'\e865'}.mgz-oi-plus:before{content:'\e866'}.mgz-oi-upload-cloud:before{content:'\e867'}.mgz-oi-compass:before{content:'\e868'}.mgz-oi-calendar-alt:before{content:'\e869'}.mgz-oi-down-circle:before{content:'\e86a'}.mgz-oi-award-empty:before{content:'\e86b'}.mgz-oi-layers-alt:before{content:'\e86c'}.mgz-oi-sun:before{content:'\e86d'}.mgz-oi-list:before{content:'\e86e'}.mgz-oi-left-circle:before{content:'\e86f'}.mgz-oi-mic:before{content:'\e870'}.mgz-oi-trash:before{content:'\e871'}.mgz-oi-quote-left:before{content:'\e872'}.mgz-oi-plus-circle:before{content:'\e873'}.mgz-oi-minus:before{content:'\e874'}.mgz-oi-quote-right:before{content:'\e875'}.mgz-oi-trash-empty:before{content:'\e876'}.mgz-oi-volume-off:before{content:'\e877'}.mgz-oi-right-circle:before{content:'\e878'}.mgz-oi-list-nested:before{content:'\e879'}.mgz-oi-sun-inv:before{content:'\e87a'}.mgz-oi-bat-empty:before{content:'\e87b'}.mgz-oi-up-circle:before{content:'\e87c'}.mgz-oi-volume-up:before{content:'\e87d'}.mgz-oi-doc:before{content:'\e87e'}.mgz-oi-quote-left-alt:before{content:'\e87f'}.mgz-oi-minus-circle:before{content:'\e880'}.mgz-oi-cloud:before{content:'\e881'}.mgz-oi-rain:before{content:'\e882'}.mgz-oi-bat-half:before{content:'\e883'}.mgz-oi-cw:before{content:'\e884'}.mgz-oi-headphones:before{content:'\e885'}.mgz-oi-doc-inv:before{content:'\e886'}.mgz-oi-quote-right-alt:before{content:'\e887'}.mgz-oi-help:before{content:'\e888'}.mgz-oi-info:before{content:'\e889'}.mgz-oi-pencil:before{content:'\e88a'}.mgz-oi-doc-alt:before{content:'\e88b'}.mgz-oi-clock:before{content:'\e88c'}.mgz-oi-loop:before{content:'\e88d'}.mgz-oi-bat-full:before{content:'\e88e'}.mgz-oi-flash:before{content:'\e88f'}.mgz-oi-moon:before{content:'\e890'}.mgz-oi-bat-charge:before{content:'\e891'}.mgz-oi-loop-alt:before{content:'\e892'}.mgz-oi-lamp:before{content:'\e893'}.mgz-oi-doc-inv-alt:before{content:'\e894'}.mgz-oi-pencil-neg:before{content:'\e895'}.mgz-oi-home:before{content:'\e896'}@charset "UTF-8";
.mgz-flex,
.mgz-flex-position-top-left,
.mgz-flex-position-top-center,
.mgz-flex-position-top-right,
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left,
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center,
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right,
.mgz-flex-position-bottom-left,
.mgz-flex-position-bottom-center,
.mgz-flex-position-bottom-right,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content > .mgz-element,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content > .mgz-element,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner,
.mgz-socialicons li,
.mgz-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
a.mgz-btn {
  color: #333;
}
.mgz-btn:not(.primary) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.mgz-btn {
  border: 0;
}
.mgz-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  word-wrap: break-word;
  text-decoration: none;
  position: relative;
  line-height: normal;
  padding: 10px 20px;
  color: #333;
  background-color: #e3e3e3;
  font-size: 1.4rem;
  max-width: 100%;
  height: auto;
}
.mgz-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5e5e5e;
  background-color: #dcdcdc;
  text-decoration: none;
}
.mgz-btn:focus {
  outline: none;
}
.mgz-btn.mgz-btn-save,
.mgz-btn.mgz-btn-cancel,
.mgz-btn.mgz-btn-replace {
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 140px;
}
.mgz-btn.mgz-btn-save {
  background: #007dbd;
  color: #FFF;
}
.mgz-btn.mgz-btn-save:hover {
  background: #0073ae;
}
.mgz-btn.mgz-btn-cancel {
  color: #fff;
  background-color: #afafaf;
}
.mgz-btn.mgz-btn-cancel:hover {
  background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-replace {
  float: left;
  color: #fff;
  background-color: #afafaf;
}
.mgz-btn.mgz-btn-replace:hover {
  background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-delete {
  color: #FFF;
  background-color: #e22626;
}
.mgz-btn.mgz-btn-delete:hover {
  background-color: #ca1c1c;
}
.mgz-icon,
.tabs-opener:before {
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.mgz-fa-s {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.mgz-fa-r {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.mgz-liststyle {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
.mgz-hover {
  position: relative;
  overflow: hidden;
  display: block;
}
.mgz-hover-description {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
}
.mgz-hover-main {
  overflow: hidden;
}
[class^='mgz-hover-'] > img,
[class*=' mgz-hover-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='mgz-hover-'] .mgz-hover-description,
[class*=' mgz-hover-'] .mgz-hover-description {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^='mgz-hover-'],
[class*=' mgz-hover-'],
[class^='mgz-hover-']:before,
[class^='mgz-hover-']:after,
[class*=' mgz-hover-']:before,
[class*=' mgz-hover-']:after,
[class^='mgz-hover-'] *,
[class*=' mgz-hover-'] *,
[class^='mgz-hover-'] *:before,
[class^='mgz-hover-'] *:after,
[class*=' mgz-hover-'] *:before,
[class*=' mgz-hover-'] *:after {
  box-sizing: border-box;
  transition: all 0.35s ease;
}
/* mgz-hover-fade-*
----------------------------- */
[class^='mgz-hover-fade'] .mgz-hover-description,
[class*=' mgz-hover-fade'] .mgz-hover-description {
  opacity: 0;
}
[class^='mgz-hover-fade']:hover > .mgz-hover-main,
[class*=' mgz-hover-fade']:hover > .mgz-hover-main {
  opacity: 0;
}
[class^='mgz-hover-fade']:hover .mgz-hover-description,
[class*=' mgz-hover-fade']:hover .mgz-hover-description {
  opacity: 1;
}
[class^='mgz-hover-fade']:hover > .mgz-hover-main,
[class^='mgz-hover-fade']:hover .mgz-hover-description,
[class*=' mgz-hover-fade']:hover > .mgz-hover-main,
[class*=' mgz-hover-fade']:hover .mgz-hover-description {
  transform: translate(0, 0);
}
/* mgz-hover-fade
----------------------------- */
/* mgz-hover-fade-in-up
----------------------------- */
.mgz-hover-fade-in-up .mgz-hover-description {
  transform: translate(0, 15%);
}
/* mgz-hover-fade-in-down
----------------------------- */
.mgz-hover-fade-in-down .mgz-hover-description {
  transform: translate(0, -15%);
}
/* mgz-hover-fade-in-left
----------------------------- */
.mgz-hover-fade-in-left .mgz-hover-description {
  transform: translate(-15%, 0);
}
/* mgz-hover-fade-in-right
----------------------------- */
.mgz-hover-fade-in-right .mgz-hover-description {
  transform: translate(15%, 0);
}
/* mgz-hover-push-*
----------------------------- */
[class^='mgz-hover-push-']:hover .mgz-hover-description,
[class*=' mgz-hover-push-']:hover .mgz-hover-description {
  transform: translate(0, 0);
}
/* mgz-hover-push-up
----------------------------- */
.mgz-hover-push-up .mgz-hover-description {
  transform: translateY(100%);
}
.mgz-hover-push-up:hover > .mgz-hover-main {
  transform: translateY(-100%);
}
/* mgz-hover-push-down
----------------------------- */
.mgz-hover-push-down .mgz-hover-description {
  transform: translateY(-100%);
}
.mgz-hover-push-down:hover > .mgz-hover-main {
  transform: translateY(100%);
}
/* mgz-hover-push-left
----------------------------- */
.mgz-hover-push-left .mgz-hover-description {
  transform: translateX(100%);
}
.mgz-hover-push-left:hover > .mgz-hover-main {
  transform: translateX(-100%);
}
/* mgz-hover-push--right
----------------------------- */
.mgz-hover-push-right .mgz-hover-description {
  transform: translateX(-100%);
}
.mgz-hover-push-right:hover > .mgz-hover-main {
  transform: translateX(100%);
}
/* mgz-hover-slide-*
----------------------------- */
[class^='mgz-hover-slide-']:hover .mgz-hover-description,
[class*=' mgz-hover-slide-']:hover .mgz-hover-description {
  transform: translate(0, 0);
}
/* mgz-hover-slide-up
----------------------------- */
.mgz-hover-slide-up .mgz-hover-description {
  transform: translateY(100%);
}
/* mgz-hover-slide-down
----------------------------- */
.mgz-hover-slide-down .mgz-hover-description {
  transform: translateY(-100%);
}
/* mgz-hover-slide-left
----------------------------- */
.mgz-hover-slide-left .mgz-hover-description {
  transform: translateX(100%);
}
/* mgz-hover-slide-right
----------------------------- */
.mgz-hover-slide-right .mgz-hover-description {
  transform: translateX(-100%);
}
/* mgz-hover-slide-top-left
----------------------------- */
.mgz-hover-slide-top-left .mgz-hover-description {
  transform: translate(-100%, -100%);
}
/* mgz-hover-slide-top-right
----------------------------- */
.mgz-hover-slide-top-right .mgz-hover-description {
  transform: translate(100%, -100%);
}
/* mgz-hover-slide-bottom-left
----------------------------- */
.mgz-hover-slide-bottom-left .mgz-hover-description {
  transform: translate(-100%, 100%);
}
/* mgz-hover-slide-bottom-right
----------------------------- */
.mgz-hover-slide-bottom-right .mgz-hover-description {
  transform: translate(100%, 100%);
}
/* mgz-hover-reveal-*
----------------------------- */
[class^='mgz-hover-reveal-']:before,
[class*=' mgz-hover-reveal-']:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #007dbd;
}
[class^='mgz-hover-reveal-'] .mgz-hover-description,
[class*=' mgz-hover-reveal-'] .mgz-hover-description {
  opacity: 0;
}
[class^='mgz-hover-reveal-']:hover:before,
[class*=' mgz-hover-reveal-']:hover:before {
  transform: translate(0, 0);
}
[class^='mgz-hover-reveal-']:hover .mgz-hover-description,
[class*=' mgz-hover-reveal-']:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-reveal-up
----------------------------- */
.mgz-hover-reveal-up:before {
  transform: translateY(100%);
}
/* mgz-hover-reveal-down
----------------------------- */
.mgz-hover-reveal-down:before {
  transform: translateY(-100%);
}
/* mgz-hover-reveal-left
----------------------------- */
.mgz-hover-reveal-left:before {
  transform: translateX(100%);
}
/* mgz-hover-reveal-right
----------------------------- */
.mgz-hover-reveal-right:before {
  transform: translateX(-100%);
}
/* mgz-hover-reveal-top-left
----------------------------- */
.mgz-hover-reveal-top-left:before {
  transform: translate(-100%, -100%);
}
/* mgz-hover-reveal-top-right
----------------------------- */
.mgz-hover-reveal-top-right:before {
  transform: translate(100%, -100%);
}
/* mgz-hover-reveal-bottom-left
----------------------------- */
.mgz-hover-reveal-bottom-left:before {
  transform: translate(-100%, 100%);
}
/* mgz-hover-reveal-bottom-right
----------------------------- */
.mgz-hover-reveal-bottom-right:before {
  transform: translate(100%, 100%);
}
/* mgz-hover-hinge-*
----------------------------- */
[class^='mgz-hover-hinge-'],
[class*=' mgz-hover-hinge-'] {
  perspective: 50em;
}
[class^='mgz-hover-hinge-'] .mgz-hover-description,
[class*=' mgz-hover-hinge-'] .mgz-hover-description {
  opacity: 0;
  z-index: 1;
}
[class^='mgz-hover-hinge-']:hover img,
[class*=' mgz-hover-hinge-']:hover img {
  opacity: 0;
}
[class^='mgz-hover-hinge-']:hover .mgz-hover-description,
[class*=' mgz-hover-hinge-']:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-hinge-up
----------------------------- */
.mgz-hover-hinge-up img {
  transform-origin: 50% 0%;
}
.mgz-hover-hinge-up .mgz-hover-description {
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
}
.mgz-hover-hinge-up:hover > .mgz-hover-main {
  transform: rotateX(-90deg);
}
.mgz-hover-hinge-up:hover .mgz-hover-description {
  transform: rotateX(0);
}
/* mgz-hover-hinge-down
----------------------------- */
.mgz-hover-hinge-down img {
  transform-origin: 50% 100%;
}
.mgz-hover-hinge-down .mgz-hover-description {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
}
.mgz-hover-hinge-down:hover > .mgz-hover-main {
  transform: rotateX(90deg);
  opacity: 0;
}
.mgz-hover-hinge-down:hover .mgz-hover-description {
  transform: rotateX(0);
}
/* mgz-hover-hinge-left
----------------------------- */
.mgz-hover-hinge-left img {
  transform-origin: 0% 50%;
}
.mgz-hover-hinge-left .mgz-hover-description {
  transform: rotateY(-90deg);
  transform-origin: 100% 50%;
}
.mgz-hover-hinge-left:hover > .mgz-hover-main {
  transform: rotateY(90deg);
}
.mgz-hover-hinge-left:hover .mgz-hover-description {
  transform: rotateY(0);
}
/* mgz-hover-hinge-right
----------------------------- */
.mgz-hover-hinge-right img {
  transform-origin: 100% 50%;
}
.mgz-hover-hinge-right .mgz-hover-description {
  transform: rotateY(90deg);
  transform-origin: 0 50%;
}
.mgz-hover-hinge-right:hover > .mgz-hover-main {
  transform: rotateY(-90deg);
}
.mgz-hover-hinge-right:hover .mgz-hover-description {
  transform: rotateY(0);
}
/* mgz-hover-flip-*
----------------------------- */
[class^='mgz-hover-flip-'],
[class*=' mgz-hover-flip-'] {
  perspective: 50em;
}
[class^='mgz-hover-flip-'] img,
[class*=' mgz-hover-flip-'] img {
  backface-visibility: hidden;
}
[class^='mgz-hover-flip-'] .mgz-hover-description,
[class*=' mgz-hover-flip-'] .mgz-hover-description {
  opacity: 0;
}
[class^='mgz-hover-flip-']:hover > .mgz-hover-main,
[class*=' mgz-hover-flip-']:hover > .mgz-hover-main {
  opacity: 0;
}
[class^='mgz-hover-flip-']:hover .mgz-hover-description,
[class*=' mgz-hover-flip-']:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.14s;
}
/* mgz-hover-flip-horiz
----------------------------- */
.mgz-hover-flip-horiz .mgz-hover-description {
  transform: rotateX(90deg);
  transform-origin: 0% 50%;
}
.mgz-hover-flip-horiz:hover img {
  transform: rotateX(-180deg);
}
.mgz-hover-flip-horiz:hover .mgz-hover-description {
  transform: rotateX(0deg);
}
/* mgz-hover-flip-vert
----------------------------- */
.mgz-hover-flip-vert .mgz-hover-description {
  transform: rotateY(90deg);
  transform-origin: 50% 0%;
}
.mgz-hover-flip-vert:hover > .mgz-hover-main {
  transform: rotateY(-180deg);
}
.mgz-hover-flip-vert:hover .mgz-hover-description {
  transform: rotateY(0deg);
}
/* mgz-hover-flip-diag-1
----------------------------- */
.mgz-hover-flip-diag-1 .mgz-hover-description {
  transform: rotate3d(1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover > .mgz-hover-main {
  transform: rotate3d(-1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover .mgz-hover-description {
  transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-flip-diag-2
----------------------------- */
.mgz-hover-flip-diag-2 .mgz-hover-description {
  transform: rotate3d(1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover > .mgz-hover-main {
  transform: rotate3d(-1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover .mgz-hover-description {
  transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-shutter-out-*
----------------------------- */
[class^='mgz-hover-shutter-out-']:before,
[class*=' mgz-hover-shutter-out-']:before {
  background: #007dbd;
  position: absolute;
  content: '';
  transition-delay: 0.105s;
}
[class^='mgz-hover-shutter-out-'] .mgz-hover-description,
[class*=' mgz-hover-shutter-out-'] .mgz-hover-description {
  opacity: 0;
  transition-delay: 0s;
}
[class^='mgz-hover-shutter-out-']:hover:before,
[class*=' mgz-hover-shutter-out-']:hover:before {
  transition-delay: 0s;
}
[class^='mgz-hover-shutter-out-']:hover .mgz-hover-description,
[class*=' mgz-hover-shutter-out-']:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.105s;
}
/* mgz-hover-shutter-out-horiz
----------------------------- */
.mgz-hover-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}
.mgz-hover-shutter-out-horiz:hover:before {
  left: 0;
  right: 0;
}
/* mgz-hover-shutter-out-vert
----------------------------- */
.mgz-hover-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}
.mgz-hover-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}
/* mgz-hover-shutter-out-diag-1
----------------------------- */
.mgz-hover-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(45deg);
}
.mgz-hover-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}
/* mgz-hover-shutter-out-diag-2
----------------------------- */
.mgz-hover-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(-45deg);
}
.mgz-hover-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}
/* mgz-hover-shutter-in-*
----------------------------- */
[class^='mgz-hover-shutter-in-']:after,
[class^='mgz-hover-shutter-in-']:before,
[class*=' mgz-hover-shutter-in-']:after,
[class*=' mgz-hover-shutter-in-']:before {
  background: #007dbd;
  position: absolute;
  content: '';
}
[class^='mgz-hover-shutter-in-']:after,
[class*=' mgz-hover-shutter-in-']:after {
  top: 0;
  left: 0;
}
[class^='mgz-hover-shutter-in-']:before,
[class*=' mgz-hover-shutter-in-']:before {
  right: 0;
  bottom: 0;
}
[class^='mgz-hover-shutter-in-'] .mgz-hover-description,
[class*=' mgz-hover-shutter-in-'] .mgz-hover-description {
  opacity: 0;
  z-index: 1;
}
[class^='mgz-hover-shutter-in-']:hover .mgz-hover-description,
[class*=' mgz-hover-shutter-in-']:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-shutter-in-horiz
----------------------------- */
.mgz-hover-shutter-in-horiz:after,
.mgz-hover-shutter-in-horiz:before {
  width: 0;
  height: 100%;
}
.mgz-hover-shutter-in-horiz:hover:after,
.mgz-hover-shutter-in-horiz:hover:before {
  width: 50%;
}
/* mgz-hover-shutter-in-vert
----------------------------- */
.mgz-hover-shutter-in-vert:after,
.mgz-hover-shutter-in-vert:before {
  height: 0;
  width: 100%;
}
.mgz-hover-shutter-in-vert:hover:after,
.mgz-hover-shutter-in-vert:hover:before {
  height: 50%;
}
/* mgz-hover-shutter-in-out-horiz
----------------------------- */
.mgz-hover-shutter-in-out-horiz:after,
.mgz-hover-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: 0.75;
}
.mgz-hover-shutter-in-out-horiz:hover:after,
.mgz-hover-shutter-in-out-horiz:hover:before {
  width: 100%;
}
/* mgz-hover-shutter-in-out-vert
----------------------------- */
.mgz-hover-shutter-in-out-vert:after,
.mgz-hover-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: 0.75;
}
.mgz-hover-shutter-in-out-vert:hover:after,
.mgz-hover-shutter-in-out-vert:hover:before {
  height: 100%;
}
/* mgz-hover-shutter-in-out-diag-1
----------------------------- */
.mgz-hover-shutter-in-out-diag-1:after,
.mgz-hover-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-1:after {
  transform: skew(-45deg) translateX(-150%);
}
.mgz-hover-shutter-in-out-diag-1:before {
  transform: skew(-45deg) translateX(150%);
}
.mgz-hover-shutter-in-out-diag-1:hover:after {
  transform: skew(-45deg) translateX(-50%);
}
.mgz-hover-shutter-in-out-diag-1:hover:before {
  transform: skew(-45deg) translateX(50%);
}
/* mgz-hover-shutter-in-out-diag-2
----------------------------- */
.mgz-hover-shutter-in-out-diag-2:after,
.mgz-hover-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-2:after {
  transform: skew(45deg) translateX(-100%);
}
.mgz-hover-shutter-in-out-diag-2:before {
  transform: skew(45deg) translateX(100%);
}
.mgz-hover-shutter-in-out-diag-2:hover:after {
  transform: skew(45deg) translateX(0%);
}
.mgz-hover-shutter-in-out-diag-2:hover:before {
  transform: skew(45deg) translateX(0%);
}
/* mgz-hover-fold*
----------------------------- */
[class^='mgz-hover-fold'],
[class*=' mgz-hover-fold'] {
  perspective: 50em;
}
[class^='mgz-hover-fold'] img,
[class*=' mgz-hover-fold'] img {
  transform-origin: 50% 0%;
}
[class^='mgz-hover-fold'] .mgz-hover-description,
[class*=' mgz-hover-fold'] .mgz-hover-description {
  z-index: 1;
  opacity: 0;
}
[class^='mgz-hover-fold']:hover > .mgz-hover-main,
[class*=' mgz-hover-fold']:hover > .mgz-hover-main {
  opacity: 0;
  transition-delay: 0;
}
[class^='mgz-hover-fold']:hover .mgz-hover-description,
[class*=' mgz-hover-fold']:hover .mgz-hover-description {
  transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-fold-up
----------------------------- */
.mgz-hover-fold-up > img {
  transform-origin: 50% 0%;
}
.mgz-hover-fold-up .mgz-hover-description {
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform-origin: 50% 100%;
}
.mgz-hover-fold-up:hover > .mgz-hover-main {
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}
/* mgz-hover-fold-down
----------------------------- */
.mgz-hover-fold-down > img {
  transform-origin: 50% 100%;
}
.mgz-hover-fold-down .mgz-hover-description {
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform-origin: 50% 0%;
}
.mgz-hover-fold-down:hover > .mgz-hover-main {
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
/* mgz-hover-fold-left
----------------------------- */
.mgz-hover-fold-left > img {
  transform-origin: 0% 50%;
}
.mgz-hover-fold-left .mgz-hover-description {
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform-origin: 100% 50%;
}
.mgz-hover-fold-left:hover > .mgz-hover-main {
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
/* mgz-hover-fold-right
----------------------------- */
.mgz-hover-fold-right > img {
  transform-origin: 100% 50%;
}
.mgz-hover-fold-right .mgz-hover-description {
  transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  transform-origin: 0 50%;
}
.mgz-hover-fold-right:hover > .mgz-hover-main {
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
  opacity: 0;
  transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
  transform: scale(1);
  opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^='mgz-hover-zoom-out'] .mgz-hover-description,
[class*=' mgz-hover-zoom-out'] .mgz-hover-description {
  transform: scale(0.5);
  transform-origin: 50% 50%;
  opacity: 0;
}
[class^='mgz-hover-zoom-out']:hover .mgz-hover-description,
[class^='mgz-hover-zoom-out'].hover .mgz-hover-description,
[class*=' mgz-hover-zoom-out']:hover .mgz-hover-description,
[class*=' mgz-hover-zoom-out'].hover .mgz-hover-description {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
  transform: scale(0.5);
  opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
  animation: mgz-hover-zoom-out-up 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
  animation: mgz-hover-zoom-out-down 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
  animation: mgz-hover-zoom-out-left 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
  animation: mgz-hover-zoom-out-right 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
  perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
  opacity: 0;
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
  transform: rotateX(0) translateY(0%) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
  perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
  opacity: 0;
  transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
  opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^='mgz-hover-zoom-out'] .mgz-hover-description,
[class*=' mgz-hover-zoom-out'] .mgz-hover-description {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
[class^='mgz-hover-zoom-out']:hover .mgz-hover-description,
[class^='mgz-hover-zoom-out'].hover .mgz-hover-description,
[class*=' mgz-hover-zoom-out']:hover .mgz-hover-description,
[class*=' mgz-hover-zoom-out'].hover .mgz-hover-description {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
  -webkit-animation: mgz-hover-zoom-out-up 0.4025s linear;
  animation: mgz-hover-zoom-out-up 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-up {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
  -webkit-animation: mgz-hover-zoom-out-down 0.4025s linear;
  animation: mgz-hover-zoom-out-down 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-down {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
  -webkit-animation: mgz-hover-zoom-out-left 0.4025s linear;
  animation: mgz-hover-zoom-out-left 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-left {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
  -webkit-animation: mgz-hover-zoom-out-right 0.4025s linear;
  animation: mgz-hover-zoom-out-right 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-right {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
  -webkit-perspective: 50em;
  perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
  opacity: 0;
  -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
  -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
  -webkit-transform: rotateX(0) translateY(0%) scale(1);
  transform: rotateX(0) translateY(0%) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
  -webkit-perspective: 50em;
  perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
  opacity: 0;
  -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
  -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
  -webkit-transform: rotateY(0) translate(0, 0) scale(1);
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
  opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-scale
----------------------------- */
.mgz-hover-zoom .mgz-hover-description {
  opacity: 0;
}
.mgz-hover-zoom:hover > img,
.mgz-hover-zoom:hover > .mgz-hover-main {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mgz-hover-zoom:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
.mgz-image-hovers.owl-carousel .owl-item {
  overflow: hidden;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomin {
  opacity: 1;
  -webkit-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  -ms-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomout {
  opacity: 1;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: opacity 1s, -webkit-transform 1s !important;
  transition: opacity 1s, -webkit-transform 1s !important;
  -o-transition: opacity 1s,transform 1s !important;
  transition: opacity 1s,transform 1s !important;
  transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-liftup {
  -webkit-transform: perspective(1000px) scale(1);
  transform: perspective(1000px) scale(1);
  -webkit-transition: -webkit-transform 0.35s !important;
  transition: -webkit-transform 0.35s !important;
  -o-transition: transform 0.35s !important;
  transition: transform 0.35s !important;
  transition: transform 0.35s, -webkit-transform 0.35s !important;
  position: relative;
  z-index: 1;
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomin {
  opacity: 0.9;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomout {
  opacity: 0.9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup {
  -webkit-transform: perspective(1000px) scale(1.03);
  transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup:before {
  opacity: 1;
}
.mgz-image-hovers .hover-type-zoomin {
  overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomin img {
  opacity: 1;
  -webkit-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  -ms-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
}
.mgz-image-hovers .hover-type-zoomin:hover img {
  opacity: 0.9;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers .hover-type-zoomout {
  overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomout img {
  opacity: 1;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: opacity 1s, -webkit-transform 1s !important;
  transition: opacity 1s, -webkit-transform 1s !important;
  -o-transition: opacity 1s,transform 1s !important;
  transition: opacity 1s,transform 1s !important;
  transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers .hover-type-zoomout:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mgz-image-hovers .hover-type-liftup {
  position: relative;
}
.mgz-image-hovers .hover-type-liftup img {
  -webkit-transform: perspective(1000px) scale(1);
  transform: perspective(1000px) scale(1);
  -webkit-transition: -webkit-transform 0.35s !important;
  transition: -webkit-transform 0.35s !important;
  -o-transition: transform 0.35s !important;
  transition: transform 0.35s !important;
  transition: transform 0.35s, -webkit-transform 0.35s !important;
  position: relative;
  z-index: 1;
}
.mgz-image-hovers .hover-type-liftup:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity 0.35s !important;
  -o-transition: opacity 0.35s !important;
  transition: opacity 0.35s !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.mgz-image-hovers .hover-type-liftup:hover img {
  -webkit-transform: perspective(1000px) scale(1.03);
  transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers .hover-type-liftup:hover:before {
  opacity: 1;
}
.mgz-hover-image {
  float: right;
}
.mgz-hover.zoom .mgz-hover-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.mgz-hover.zoom:hover .mgz-hover-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mgz-hover.border:before {
  border: 2px solid #fff;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.mgz-hover.border:hover:before {
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  z-index: 1;
}
.mgz-hover.flashed:after {
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -300%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -300%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -300%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -300%, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
}
.mgz-hover.flashed:hover:after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
}
.mgz-hover.shadow {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.mgz-hover.shadow:hover {
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.mgz-position-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.mgz-position-top-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.mgz-position-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.mgz-position-middle-left,
.mgz-position-center-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mgz-position-middle-center,
.mgz-position-center-center {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.mgz-position-middle-right,
.mgz-position-center-right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mgz-position-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mgz-position-bottom-center {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.mgz-position-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mgz-flex-position-top-left {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.mgz-flex-position-top-center {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-flex-position-top-right {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.mgz-flex-position-bottom-left {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.mgz-flex-position-bottom-center {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-flex-position-bottom-right {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.mgz-bg-transform-wrapper {
  overflow: hidden;
}
.mgz-bg-transform-zoom-in:hover .mgz-bg,
.mgz-bg-transform-zoom-out .mgz-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.mgz-bg-transform-zoom-out:hover .mgz-bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mgz-bg-transform-move-left .mgz-bg {
  -webkit-transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-left:hover .mgz-bg,
.mgz-bg-transform-move-right .mgz-bg {
  -webkit-transform: scale(1.2) translateX(-8%);
  -ms-transform: scale(1.2) translateX(-8%);
  transform: scale(1.2) translateX(-8%);
}
.mgz-bg-transform-move-right:hover .mgz-bg {
  -webkit-transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-up .mgz-bg {
  -webkit-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}
.mgz-bg-transform-move-down .mgz-bg,
.mgz-bg-transform-move-up:hover .mgz-bg {
  -webkit-transform: scale(1.2) translateY(-8%);
  -ms-transform: scale(1.2) translateY(-8%);
  transform: scale(1.2) translateY(-8%);
}
.mgz-bg-transform-move-down:hover .mgz-bg {
  -webkit-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}
*[class*='mgz-animated-item--'] {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  width: 100%;
}
.mgz-animated-content:hover .mgz-animated-item--grow {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mgz-animated-content:hover .mgz-animated-item--shrink {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-out {
  opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.mgz-animated-content:hover .mgz-animated-item--enter-from-bottom,
.mgz-animated-content:hover .mgz-animated-item--enter-from-left,
.mgz-animated-content:hover .mgz-animated-item--enter-from-right,
.mgz-animated-content:hover .mgz-animated-item--enter-from-top {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-right {
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  transform: translateX(1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-left {
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  transform: translateY(-600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom {
  -webkit-transform: translateY(600px);
  -ms-transform: translateY(600px);
  transform: translateY(600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom,
.mgz-animated-content:hover .mgz-animated-item--exit-to-left,
.mgz-animated-content:hover .mgz-animated-item--exit-to-right,
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
  opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--move-right {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-left {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-up {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-down {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.mgz-animated-content [class^=elementor-animated-item] {
  will-change: transform, opacity;
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-out {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in,
.mgz-animated-content .mgz-animated-item--enter-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-in {
  opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-zoom-in,
.mgz-animated-content .mgz-animated-item--exit-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-out {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mgz-animated-content .mgz-animated-item--enter-from-right {
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  transform: translateX(1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-left {
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-top {
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  transform: translateY(-600px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom {
  -webkit-transform: translateY(500px);
  -ms-transform: translateY(500px);
  transform: translateY(500px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom,
.mgz-animated-content .mgz-animated-item--enter-from-left,
.mgz-animated-content .mgz-animated-item--enter-from-right,
.mgz-animated-content .mgz-animated-item--enter-from-top {
  opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-to-bottom,
.mgz-animated-content .mgz-animated-item--exit-to-left,
.mgz-animated-content .mgz-animated-item--exit-to-right,
.mgz-animated-content .mgz-animated-item--exit-to-top {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
.mgz-element-inner {
  height: 100%;
  position: relative;
}
.mgz-element-inner:before,
.mgz-element-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.inner-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.inner-content:before,
.inner-content:after {
  content: " ";
  display: table;
  clear: both;
}
.magezon-builder-preload .mgz-element {
  z-index: 0;
}
.mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 15px;
}
.mgz-element {
  position: relative;
  text-align: left;
}
.mgz-element:before,
.mgz-element:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-element p:last-child {
  margin-bottom: 0;
}
.mgz-element .title {
  font-weight: 400;
}
.mgz-element-title-align-left .inner-content {
  margin-left: 0 !important;
}
.mgz-element-title-align-right .inner-content {
  margin-right: 0 !important;
}
.mgz-parallax,
.mgz-parallax-inner,
.mgz-parallax-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mgz-parallax {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.mgz-parallax.mgz-parallax-mouse-parallax {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mgz-parallax .mgz-parallax-inner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.mgz-parallax .mgz-parallax-inner * {
  background-position: inherit !important;
  background-size: inherit !important;
  background-repeat: inherit !important;
}
.mgz-mfp .mfp-title {
  position: absolute;
  margin-top: 10px;
}
.mgz-mfp .mfp-counter {
  top: auto;
  bottom: -25px;
}
.mgz-animated {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mgz-animated:not(.mgz_start_animation) {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
.mgz_start_animation {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mgz-animated-infinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes mgz_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mgz_ttb {
  0% {
    -moz-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mgz_ttb {
  0% {
    -o-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mgz_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes mgz_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mgz_btt {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mgz_btt {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mgz_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes mgz_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mgz_ltr {
  0% {
    -moz-transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mgz_ltr {
  0% {
    -o-transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mgz_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes mgz_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mgz_rtl {
  0% {
    -moz-transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mgz_rtl {
  0% {
    -o-transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mgz_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    -o-transform: translate(10%, 0);
    transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes mgz_appear {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mgz_appear {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mgz_appear {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mgz_appear {
  0% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.mgz_top-to-bottom {
  -webkit-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_bottom-to-top {
  -webkit-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_left-to-right {
  -webkit-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_right-to-left {
  -webkit-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_appear {
  -webkit-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mgz-row-full-height {
  min-height: 500px;
}
.mgz-row-full-height > .mgz-element-inner {
  min-height: 500px;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content:before,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content:before,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content:after,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content:after {
  display: none;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content > .mgz-element,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content > .mgz-element {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.mgz-element-row.content-top > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.mgz-element-row.content-middle > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-element-row.content-bottom > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.mgz-element-row.mgz-container {
  float: none;
  margin: 0 auto;
}
.page-layout-1column-fullwidth .column > .magezon-builder > .full_width_row > .mgz-element-inner,
.page-layout-1column-fullwidth .column > .magezon-builder > .full_width_row_content > .mgz-element-inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .mgz-row-wrap-reverse > .mgz-element-inner > .inner-content {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.mgz-element-column > .mgz-element-inner {
  padding: 10px;
}
.mgz-element-column.mgz-element-column-empty > .mgz-element-inner {
  padding: 0;
  margin: 0;
}
.mgz-row-gap-margin > .mgz-element-inner {
  margin: 10px;
  padding: 0;
}
.mgz-element-separator {
  position: relative;
}
.mgz-element-separator .title {
  background: #FFF;
  position: relative;
  z-index: 1;
  padding: 0 8px;
  display: inline-block;
  margin: 0;
}
.mgz-element-separator .title i + span,
.mgz-element-separator .title span + i {
  padding-left: 5px;
}
.mgz-element-separator .mgz-element-separator-line {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  border-top: 1px solid transparent;
  margin: 0 auto;
}
.mgz-element-separator .mgz-text-left .title {
  padding-left: 0;
}
.mgz-element-separator .mgz-text-left .mgz-element-separator-line {
  left: 0;
}
.mgz-element-separator .mgz-text-right .title {
  padding-right: 0;
}
.mgz-element-separator-wrapper {
  position: relative;
}
.mgz-element-heading-text {
  margin: 0;
  color: inherit;
}
.mgz-element-heading-text > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 1;
  font-weight: inherit;
}
.mgz-element-heading-text > a,
.mgz-element-heading-text > a:focus,
.mgz-element-heading-text > a:hover,
.mgz-element-heading-text > a:visited {
  border: none;
  text-decoration: inherit;
  color: inherit;
  font-weight: inherit;
}
.mgz-element-heading-text > a:hover {
  opacity: 0.85;
}
.mgz-tabs:before,
.mgz-tabs-nav:before,
.mgz-tabs-content:before,
.mgz-tabs:after,
.mgz-tabs-nav:after,
.mgz-tabs-content:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-tabs-nav > .mgz-tabs-tab-title > a,
.mgz-tabs-content > .mgz-tabs-tab-title > a {
  color: #666666;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a {
  background: #ebebeb;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a:hover,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a:hover {
  background: #dcdcdc;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:first-child > a,
.mgz-tabs-content > .mgz-tabs-tab-title:first-child > a {
  margin-top: 0 !important;
}
.mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
.mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
  background: #f8f8f8;
}
.mgz-tabs {
  color: #333;
}
.mgz-tabs .mgz-tabs-tab-title > a {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 20px;
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #e3e3e3;
}
.mgz-tabs .mgz-tabs-tab-title > a:hover {
  text-decoration: none;
}
.mgz-tabs .mgz-tabs-tab-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
.mgz-tabs .mgz-tabs-tab-content.mgz-active {
  display: block;
}
.mgz-tabs .mgz-tabs-tab-content > .mgz-element > .mgz-element-inner {
  margin-bottom: 0;
}
.mgz-tabs:not(.mgz-tabs-no-fill-content) .mgz-tabs-tab-content {
  border: 1px solid #e3e3e3;
  background: #f8f8f8;
  margin-top: -1px;
}
.mgz-element-tab-position-top.mgz-tabs,
.mgz-element-tab-position-bottom.mgz-tabs {
  flex-direction: column;
}
.mgz-element-tab-position-top.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a,
.mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
  margin-right: 5px;
}
.mgz-element-tab-position-top.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:last-child,
.mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .mgz-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mgz-tabs .mgz-tabs-tab-title {
    text-align: left;
    display: inline-block;
  }
  .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title {
    display: none;
  }
  .mgz-element-tab-align-right.mgz-tabs > .mgz-tabs-nav {
    text-align: right;
  }
  .mgz-element-tab-align-center.mgz-tabs > .mgz-tabs-nav {
    text-align: center;
  }
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title > a,
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title:last-child > a,
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title:last-child > a {
    margin-right: 0;
  }
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    border-bottom-color: transparent;
  }
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content {
    border-top-left-radius: 0;
  }
  .mgz-element-tab-position-top.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
    margin-top: 0 !important;
  }
  .mgz-element-tab-position-top.mgz-element-tab-align-right.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title > a,
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title:last-child > a,
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title:last-child > a {
    margin-right: 0;
  }
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    border-top-color: transparent;
  }
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content {
    border-bottom-left-radius: 0;
    margin-bottom: -1px;
  }
  .mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav {
    order: 1;
  }
  .mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
    margin-top: 0 !important;
  }
  .mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
    margin-top: 0 !important;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
    margin-right: 0;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:first-child > a,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:first-child > a {
    margin-top: 0;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-content,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-content > .mgz-tabs-tab-content,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
    margin-top: 0;
    height: 100%;
  }
  .mgz-element-tab-position-left .mgz-tabs-tab-content,
  .mgz-element-tab-position-right .mgz-tabs-tab-content {
    margin-top: 0 !important;
  }
  .mgz-element-tab-position-left.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mgz-element-tab-position-left.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
    border-right-width: 0;
  }
  .mgz-element-tab-position-left.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content {
    border-top-left-radius: 0;
    margin-left: -1px;
  }
  .mgz-element-tab-position-right.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mgz-element-tab-position-right.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
    border-left-width: 0;
  }
  .mgz-element-tab-position-right.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content {
    border-top-right-radius: 0;
    margin-right: -1px;
  }
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
    order: 1;
  }
}
.tabs-opener {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  display: none;
}
.tabs-opener:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e624';
}
.tabs-opener:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .mgz-tabs-content .mgz-tabs-tab-title {
    display: none;
  }
  .mgz-tabs-nav .mgz-tabs-tab-title {
    display: inline-block;
  }
  .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content.mgz-active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title {
    margin-top: 5px;
  }
  .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title:first-child {
    margin-top: 0;
  }
  .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content.mgz-active {
    border-top-color: transparent;
  }
  .mgz-tabs.tabs-mobile-accordion .mgz-tabs-nav {
    display: none;
  }
  .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title {
    display: block;
    position: relative;
    margin-bottom: 5px;
  }
  .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title .tabs-opener {
    display: block;
  }
  .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title.mgz-active .tabs-opener:before {
    content: '\e623';
  }
  .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title:first-child {
    margin-top: 0 !important;
  }
  .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title > a {
    margin-right: 0 !important;
  }
  .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.mgz-element-text p:first-child {
  margin-top: 0;
}
.mgz-element-text p:last-child {
  margin-bottom: 0;
}
.mgz-btn-style-modern .mgz-btn {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
}
.mgz-btn-style-gradient .mgz-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background-size: 200% 100%;
}
.mgz-btn-style-gradient .mgz-btn:hover {
  background-position: 100% 0;
}
.mgz-btn-style-3d .mgz-btn:hover {
  top: 2px;
}
.mgz-btn-size-xs .mgz-btn {
  font-size: 11px;
  padding: 8px 12px;
}
.mgz-btn-size-sm .mgz-btn {
  font-size: 12px;
  padding: 11px 16px;
}
.mgz-btn-size-md .mgz-btn {
  font-size: 14px;
  padding: 14px 20px;
}
.mgz-btn-size-lg .mgz-btn {
  font-size: 18px;
  padding: 18px 30px;
}
.mgz-btn-size-xl .mgz-btn {
  font-size: 22px;
  padding: 22px 35px;
}
.mgz-element .swatch-option {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mgz-element-single_image .mgz-element-inner {
  font-size: 0;
}
.mgz-single-image-wrapper {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  font-size: 1.4rem;
  position: relative;
}
.mgz-single-image-wrapper a {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
}
.mgz-single-image-wrapper img {
  border-color: #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:before,
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  content: "";
  position: absolute;
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -moz-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -o-transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.mgz-single-image-wrapper.mgz-box-outline {
  padding: 5px;
  border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-outline img {
  border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow2 {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper.mgz-box-shadow2 img {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper .image-title + .image-description {
  margin-top: 10px;
}
.mgz-single-image-wrapper .image-content {
  padding: 10px 20px;
  text-align: left;
  line-height: initial;
  clear: both;
  z-index: 1;
  position: absolute;
}
.mgz-single-image-wrapper .mgz-flex-position-below .image-content {
  padding: 10px 0;
  position: static;
}
.mgz-single-image-wrapper.item-content-hover .image-content {
  display: none;
}
.mgz-single-image-wrapper.item-content-hover:hover .image-content {
  display: block;
}
.mgz-single-image-wrapper .mgz-image-link {
  cursor: pointer;
}
.mgz-element-gmaps .gm-style-iw-d {
  overflow: visible !important;
  max-height: none !important;
  font-size: 13px;
}
.mgz-element-gmaps .gm-style-iw-c {
  max-height: none !important;
  padding: 10px !important;
}
.mgz-socialicons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.mgz-socialicons:before,
.mgz-socialicons:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-socialicons li {
  position: relative;
  margin-bottom: 8px;
  float: left;
}
.mgz-socialicons li a {
  float: left;
  margin-right: 8px;
}
.mgz-socialicons li i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  color: #FFF;
}
.mgz-socialicons li i.mgz-fa-facebook-f {
  background: #3b5998;
}
.mgz-socialicons li i.mgz-fa-twitter {
  background: #00aced;
}
.mgz-socialicons li i.mgz-fa-pinterest-p {
  background: #cb2027;
}
.mgz-socialicons li i.mgz-fa-linkedin-in {
  background: #007bb6;
}
.mgz-socialicons li i.mgz-fa-tumblr {
  background: #32506d;
}
.mgz-socialicons li i.mgz-fa-instagram {
  background: #517fa4;
}
.mgz-socialicons li i.mgz-fa-skype {
  background: #12a5f4;
}
.mgz-socialicons li i.mgz-fa-dribbble {
  background: #ea4c8d;
}
.mgz-socialicons li i.mgz-fa-flickr {
  background: #ff0084;
}
.mgz-socialicons li i.mgz-fa-youtube {
  background: #a82400;
}
.mgz-socialicons li i.mgz-fa-vimeo-v {
  background: #45bbff;
}
.mgz-socialicons li i.mgz-fa-rss {
  background: #ff8a3c;
}
.mgz-socialicons li i.mgz-fa-behance {
  background: #191919;
}
.mgz-socialicons li .mgz-socialicons-follow-button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  margin-right: 25px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.6em;
}
.mgz-socialicons li .mgz-socialicons-follow-button:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.2);
}
.mgz-socialicons .mgz-socialicons_network_name {
  display: none;
}
.mgz-element-newsletter_form .block.newsletter {
  display: inline-block;
  float: none;
  width: auto;
}
.mgz-element-newsletter_form .action.sr-only {
  position: static;
  width: auto;
  height: 100%;
  margin: 0;
  clip: unset;
  overflow: visible;
}
.mgz-element-newsletter_form .newsletter-title {
  margin: 0 0 20px;
  font-weight: 500;
}
.mgz-element-newsletter_form .newsletter-description {
  margin-bottom: 10px;
}
.magezon-builder .block-search {
  margin: 0;
  padding: 0;
  max-width: 100%;
  float: none;
  display: inline-block;
}
.mgz-element-search_form .block-search {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .mgz-element-search_form-wrapper {
    position: static;
  }
  .mgz-element-search_form-wrapper > .mgz-element-inner {
    position: static;
  }
  .mgz-element-search_form {
    position: static;
  }
  .mgz-element-search_form > .mgz-element-inner {
    position: static;
  }
  .mgz-element-search_form .minisearch.active .control {
    display: block;
  }
  .mgz-element-search_form .block-search .control {
    border: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -15px;
    position: absolute;
    background: #FFF;
  }
  .mgz-element-search_form .block-search .form.active .control input {
    position: static;
  }
}
.mgz-carousel-hidden {
  background: url('../../frontend/Scalamandre/luma/en_US/Magezon_Builder/images/loader.gif') no-repeat center 25%;
}
.mgz-carousel:before,
.mgz-carousel:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-carousel.owl-carousel.owl-loaded .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded .owl-dots {
  opacity: 1;
}
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-dots {
  opacity: 0;
}
.mgz-carousel .owl-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
.mgz-carousel .owl-item img {
  max-width: 100%;
}
.mgz-carousel .mgz-carousel-item-inner {
  position: relative;
}
.mgz-carousel .item-content {
  position: absolute;
  text-align: center;
  color: #333;
  z-index: 1;
  font-size: 14px;
}
.mgz-carousel .item-title {
  font-size: 16px;
}
.mgz-carousel .owl-nav {
  margin: 0;
}
.mgz-carousel .owl-nav [class*=owl-] {
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: inline-block;
}
.mgz-carousel .owl-nav [class*=owl-]:hover {
  background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .owl-nav .owl-next {
  margin-left: 5px;
}
.mgz-carousel .owl-dots {
  margin-top: 10px;
  width: 100%;
}
.mgz-carousel .owl-dots .owl-dot span {
  -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 8px;
  background: rgba(0, 0, 0, 0.6);
}
.mgz-carousel .owl-dots .owl-dot:hover span,
.mgz-carousel .owl-dots .owl-dot.active span {
  background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .mgz-carousel-magnific {
  cursor: pointer;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info {
  margin-bottom: 15px;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info:last-child {
  margin-bottom: 0;
}
.mgz-carousel .product-item {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.mgz-carousel .product-item .product-item-info {
  width: 100%;
}
.mgz-carousel.mgz-carousel-equal-height .owl-stage {
  display: flex;
}
.mgz-carousel.mgz-carousel-equal-height .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.mgz-carousel-dot-inside .owl-dots {
  position: absolute;
  bottom: 15px;
  margin: 0;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot {
  bottom: 15px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot span {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background: #FFF;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover span,
.mgz-carousel-dot-inside .owl-dots .owl-dot.active span {
  background: #FFF;
  width: 16px;
  height: 16px;
  margin: 5px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover:not(.active) span {
  background: #FFF;
}
.mgz-carousel-nav-position-top_left .owl-nav,
.mgz-carousel-nav-position-top_right .owl-nav {
  position: absolute;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-mini .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-mini .owl-nav {
  top: -40px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-small .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-small .owl-nav {
  top: -50px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-normal .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-normal .owl-nav {
  top: -60px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-large .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-large .owl-nav {
  top: -70px;
}
.mgz-carousel-nav-position-top_left .owl-nav {
  left: 0;
}
.mgz-carousel-nav-position-top_right .owl-nav {
  right: 0;
}
.mgz-carousel-nav-position-bottom_left .owl-nav {
  text-align: left;
  margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_right .owl-nav {
  text-align: right;
  margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_center .owl-nav {
  margin-top: 10px;
  text-align: center;
}
.mgz-carousel-nav-position-bottom_center .owl-nav .owl-prev {
  margin-right: 5px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-next {
  top: -40px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-next {
  top: -50px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-next {
  top: -60px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-next {
  top: -70px;
}
.mgz-carousel-nav-position-top_split .owl-nav [class*=owl-] {
  position: absolute;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-prev {
  left: 0;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-next {
  right: 0;
}
.mgz-carousel-nav-position-center_split .owl-nav [class*=owl-] {
  position: absolute;
  opacity: 0;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-prev {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-next {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.mgz-carousel-nav-position-center_split:hover .owl-nav [class*=owl-] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-next {
  bottom: -40px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-next {
  bottom: -50px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-next {
  bottom: -60px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-next {
  bottom: -70px;
}
.mgz-carousel-nav-position-bottom_split .owl-nav [class*=owl-] {
  position: absolute;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-prev {
  left: 0;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-next {
  right: 0;
}
.mgz-carousel-nav-size-mini .owl-nav [class*=owl-] {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.mgz-carousel-nav-size-small .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.mgz-carousel-nav-size-normal .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.mgz-carousel-nav-size-large .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.mgz-product-listing .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.mgz-product-listing .product-image-wrapper .product-image-photo {
  position: static;
}
.magezon-builder .mgz-element-sidebar .sidebar-main,
.magezon-builder .mgz-element-sidebar .sidebar-additional {
  width: 100%;
  padding: 0;
}
.magezon-builder .mgz-element-sidebar .filter-options-item {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.magezon-builder .mgz-element-sidebar .filter-options-title {
  padding: 10px 40px 0 10px;
}
@media (min-width: 768px) {
  .magezon-builder .mgz-element-sidebar .filter-options-item:before,
  .magezon-builder .mgz-element-sidebar .filter-options-item:after {
    display: none !important;
    border: 0 !important;
  }
  .magezon-builder .mgz-element-sidebar .filter-options-content {
    position: static;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
}
.mgz-countdown {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px;
}
.mgz-countdown .mgz-countdown-heading-wrapper {
  text-align: left;
}
.mgz-countdown .mgz-countdown-subheading {
  font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-heading {
  font-size: 18px;
  font-weight: 700;
}
.mgz-countdown .mgz-countdown-number {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.mgz-countdown .mgz-countdown-counter-wrapper {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.mgz-countdown .mgz-countdown-unit {
  position: relative;
  padding: 10px;
}
.mgz-countdown .mgz-countdown-unit-number {
  font-size: 24px;
  line-height: 1;
}
.mgz-countdown .mgz-countdown-unit-label {
  font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-unit-label {
  min-width: 80px;
}
.mgz-countdown .svg-container {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
}
.mgz-countdown .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
  min-width: auto;
  display: inline-block;
}
.mgz-countdown .mgz-countdown-link-wrapper {
  padding: 10px;
}
.mgz-countdown-separator-colon .mgz-countdown-number:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: ":";
  font-size: 30px;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 10;
  display: inline-block;
}
.mgz-countdown-separator-colon .mgz-countdown-number:last-child:after {
  display: none;
}
.mgz-countdown-separator-line .mgz-countdown-number:after {
  content: "";
  display: inline-block;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  border-right: 1px solid #cccccc;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  left: auto;
}
.mgz-countdown-separator-line .mgz-countdown-number:last-child:after {
  display: none;
}
.mgz-countdown-circle .mgz-countdown-unit {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
}
@media (max-width: 767px) {
  .mgz-countdown {
    display: block;
    padding: 10px;
  }
  .mgz-countdown .mgz-countdown-counter-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .mgz-countdown .mgz-countdown-heading-wrapper,
  .mgz-countdown .mgz-countdown-link-wrapper {
    text-align: center;
  }
  .mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
    min-width: 80px;
    display: block;
  }
  .mgz-countdown.mgz-countdown-separator-colon .mgz-countdown-number:after {
    display: none;
  }
  .mgz-countdown .mgz-countdown-unit {
    padding: 10px !important;
  }
}
.page-layout-1column-fullwidth #maincontent {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page-layout-1column,
.page-layout-2columns-left,
.page-layout-2columns-right,
.page-layout-1column-fullwidth {
  overflow-x: hidden;
}
.magezon-builder {
  position: relative;
  z-index: 2;
}
.magezon-builder:before,
.magezon-builder:after {
  content: " ";
  display: table;
  clear: both;
}
.magezon-builder * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.magezon-builder iframe,
.magezon-builder video,
.magezon-builder img {
  max-width: 100%;
}
.magezon-builder img {
  height: auto;
}
.magezon-builder p {
  margin-top: 0;
}
.mgz-block-heading {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.mgz-block-heading.mgz-block-heading-line:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #cecece;
  position: absolute;
  top: 40%;
  z-index: 0;
}
.mgz-block-heading.mgz-block-heading-line .title {
  display: inline-block;
  background: #FFF;
  padding: 0;
  position: relative;
}
.mgz-block-heading.mgz-block-heading-line h2 {
  font-weight: 500;
}
.mgz-block-heading.mgz-block-heading-line-position-bottom:before {
  bottom: 0;
  top: auto;
}
.mgz-block-heading.mgz-block-heading-align-center {
  text-align: center;
}
.mgz-block-heading.mgz-block-heading-align-center .title {
  padding: 0 10px;
}
.mgz-block-heading.mgz-block-heading-align-left {
  text-align: left;
}
.mgz-block-heading.mgz-block-heading-align-left .title {
  padding-right: 10px;
}
.mgz-block-heading.mgz-block-heading-align-right {
  text-align: right;
}
.mgz-block-heading.mgz-block-heading-align-right .title {
  padding-left: 10px;
}
.mgz-block-heading .title {
  margin: 0;
  font-weight: 400;
}
.mgz-block-heading .info {
  margin: 0;
}
.mgz_fit {
  width: 1%;
}
.magezon-builder-btn {
  background: #007dbd;
  border-color: #007dbd;
  color: #fff;
  position: relative;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.6rem 1em 0.6rem 35px;
  display: inline-block;
  margin-bottom: 10px;
}
.magezon-builder-btn:hover {
  color: #FFF;
  text-decoration: none;
  background: #0073ae;
}
.magezon-builder-btn i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 25px;
  position: absolute;
  left: 15px;
}
table .magezon-builder .mgz-container {
  width: 100%;
}
.mgz-condition-html .rule-tree ul {
  padding-left: 16px;
}
.mgz-builder-single_image-icon {
  background-image: url('../../frontend/Scalamandre/luma/en_US/Magezon_Builder/images/icons/element-icon-single-image.svg') !important;
}
.item.product .magezon-builder .mgz-container {
  width: 100%;
}
.mgz-builder-wrapper._disabled > .admin__field-control > button,
.mgz-builder-wrapper._disabled > .admin__field-control .mgz-builder {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.mgz-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.mgz-absolute-link {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.admin__form-loading-mask[data-component="linkbuilder_form.linkbuilder_form"] {
  display: none;
}
.mgz-image-switch-after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mgz-image-switch:hover .mgz-image-switch-before {
  opacity: 0;
}
.mgz-image-switch:hover .mgz-image-switch-after {
  opacity: 1;
}
@media all and (min-width: 768px) {
  html {
    height: auto !important;
  }
}/* 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;
      }
    }
/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mgz-flex,
.mgz-instagram .item-metadata,
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-meta,
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-meta,
.mgz-cta,
.mgz-pricing-table-wrapper,
.mgz-flipbox .mgz-flipbox-back,
.mgz-flipbox .mgz-flipbox-front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
a.mgz-btn {
  color: #333;
}
.mgz-btn:not(.primary) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.mgz-btn {
  border: 0;
}
.mgz-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  word-wrap: break-word;
  text-decoration: none;
  position: relative;
  line-height: normal;
  padding: 10px 20px;
  color: #333;
  background-color: #e3e3e3;
  font-size: 1.4rem;
  max-width: 100%;
  height: auto;
}
.mgz-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5e5e5e;
  background-color: #dcdcdc;
  text-decoration: none;
}
.mgz-btn:focus {
  outline: none;
}
.mgz-btn.mgz-btn-save,
.mgz-btn.mgz-btn-cancel,
.mgz-btn.mgz-btn-replace {
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 140px;
}
.mgz-btn.mgz-btn-save {
  background: #007dbd;
  color: #FFF;
}
.mgz-btn.mgz-btn-save:hover {
  background: #0073ae;
}
.mgz-btn.mgz-btn-cancel {
  color: #fff;
  background-color: #afafaf;
}
.mgz-btn.mgz-btn-cancel:hover {
  background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-replace {
  float: left;
  color: #fff;
  background-color: #afafaf;
}
.mgz-btn.mgz-btn-replace:hover {
  background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-delete {
  color: #FFF;
  background-color: #e22626;
}
.mgz-btn.mgz-btn-delete:hover {
  background-color: #ca1c1c;
}
.mgz-icon,
.mgz-element .mgz-accoridon-icon-chevron,
.mgz-element .mgz-accoridon-icon-plus,
.mgz-element .mgz-accoridon-icon-chevron,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-triangle,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot,
.mgz-element-categories-list .opener:before {
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-fa,
.mgz-instagram .item-metadata .item-likes:before,
.mgz-instagram .item-metadata .item-comments:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.mgz-fa-s,
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.mgz-fa-r,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.mgz-liststyle {
  margin: 0;
  padding: 0;
  list-style: none;
}
#blueimp-gallery h3 {
  font-weight: 400;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama--fullscreen {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
.mgz-fotorama .fotorama__arr:focus:after,
.mgz-fotorama .fotorama__fullscreen-icon:focus:after,
.mgz-fotorama .fotorama__html,
.mgz-fotorama .fotorama__img,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__dot:after,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__thumb:after,
.mgz-fotorama .fotorama__stage__frame,
.mgz-fotorama .fotorama__stage__shaft,
.mgz-fotorama .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.mgz-fotorama .fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.mgz-fotorama .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.mgz-fotorama .fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.mgz-fotorama .fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__arr,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__nav__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__thumb-border,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-close,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mgz-fotorama .fotorama__caption,
.mgz-fotorama .fotorama__nav:after,
.mgz-fotorama .fotorama__nav:before,
.mgz-fotorama .fotorama__stage:after,
.mgz-fotorama .fotorama__stage:before,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__html,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__nav,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__spinner,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mgz-fotorama .fotorama__arr:focus,
.mgz-fotorama .fotorama__fullscreen-icon:focus,
.mgz-fotorama .fotorama__nav__frame {
  outline: 0;
}
.mgz-fotorama .fotorama__arr:focus:after,
.mgz-fotorama .fotorama__fullscreen-icon:focus:after,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__dot:after,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.mgz-fotorama .fotorama__wrap--video .fotorama__stage,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none!important;
  transform: none !important;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__nav__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform,width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__no-select,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play,
.mgz-fotorama .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mgz-fotorama .fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.mgz-fotorama .fotorama__nav,
.mgz-fotorama .fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.mgz-fotorama .fotorama__caption__wrap,
.mgz-fotorama .fotorama__nav__frame,
.mgz-fotorama .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.mgz-fotorama .fotorama__nav__frame,
.mgz-fotorama .fotorama__thumb-border {
  box-sizing: content-box;
}
.mgz-fotorama .fotorama__caption__wrap {
  box-sizing: border-box;
}
.mgz-fotorama .fotorama--hidden,
.mgz-fotorama .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__nav,
.mgz-fotorama .fotorama__nav__frame,
.mgz-fotorama .fotorama__nav__shaft,
.mgz-fotorama .fotorama__stage__frame,
.mgz-fotorama .fotorama__stage__shaft,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play {
  background: url(../../frontend/Scalamandre/luma/en_US/Magezon_PageBuilder/css/fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .mgz-fotorama .fotorama__arr,
  .mgz-fotorama .fotorama__fullscreen-icon,
  .mgz-fotorama .fotorama__video-close,
  .mgz-fotorama .fotorama__video-play {
    background: url(../../frontend/Scalamandre/luma/en_US/Magezon_PageBuilder/css/fotorama@2x.png) 0 0px 160px no-repeat;
  }
}
.mgz-fotorama .fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .mgz-fotorama .fotorama__arr,
  .mgz-fotorama .fotorama__fullscreen-icon,
  .mgz-fotorama .fotorama__thumb-border,
  .mgz-fotorama .fotorama__video-close,
  .mgz-fotorama .fotorama__video-play {
    background: none !important;
  }
}
.mgz-fotorama .fotorama {
  min-width: 1px;
  overflow: hidden;
}
.mgz-fotorama .fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.mgz-fotorama .fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000;
}
.mgz-fotorama .fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.mgz-fotorama .fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.mgz-fotorama .fotorama__nav,
.mgz-fotorama .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.mgz-fotorama .fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.mgz-fotorama .fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.mgz-fotorama .fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.mgz-fotorama .fotorama__stage__frame {
  overflow: hidden;
}
.mgz-fotorama .fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-front,
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-rear,
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.mgz-fotorama .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.mgz-fotorama .fotorama__error .fotorama__img,
.mgz-fotorama .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.mgz-fotorama .fotorama__wrap--only-active .fotorama__nav,
.mgz-fotorama .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.mgz-fotorama .fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.mgz-fotorama .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.mgz-fotorama .fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.mgz-fotorama .fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.mgz-fotorama .fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.mgz-fotorama .fotorama__nav--dots {
  display: block;
}
.mgz-fotorama .fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.mgz-fotorama .fotorama__nav--dots .fotorama__nav__frame--thumb,
.mgz-fotorama .fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.mgz-fotorama .fotorama__nav--thumbs {
  display: block;
}
.mgz-fotorama .fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.mgz-fotorama .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.mgz-fotorama .fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.mgz-fotorama .fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.mgz-fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.mgz-fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.mgz-fotorama .fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.mgz-fotorama .fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.mgz-fotorama .fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.mgz-fotorama .fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.mgz-fotorama .fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.mgz-fotorama .fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.mgz-fotorama .fotorama__wrap--no-captions .fotorama__caption,
.mgz-fotorama .fotorama__wrap--video .fotorama__caption {
  display: none;
}
.mgz-fotorama .fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__html,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mgz-fotorama .fotorama__select {
  cursor: auto;
}
.mgz-fotorama .fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .mgz-fotorama .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.mgz-fotorama .fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.mgz-fotorama .fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.mgz-fotorama .fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.mgz-fotorama .fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.mgz-fotorama .fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.mgz-fotorama .fotorama__arr:focus,
.mgz-fotorama .fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.mgz-fotorama .fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.mgz-fotorama .fotorama__wrap--css2 .fotorama__video-play,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.mgz-fotorama .fotorama__error .fotorama__video-play,
.mgz-fotorama .fotorama__loaded .fotorama__video-play,
.mgz-fotorama .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.mgz-fotorama .fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.mgz-fotorama .fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.mgz-fotorama .fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.mgz-fotorama .fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.mgz-fotorama .fotorama__wrap--video .fotorama__arr,
.mgz-fotorama .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__arr:not(:focus),
.mgz-fotorama .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform,opacity;
  transition-duration: 0.3s;
}
.mgz-fotorama .fotorama__nav:after,
.mgz-fotorama .fotorama__nav:before,
.mgz-fotorama .fotorama__stage:after,
.mgz-fotorama .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.mgz-fotorama .fotorama__nav:before,
.mgz-fotorama .fotorama__stage: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: -10px;
}
.mgz-fotorama .fotorama__nav.fotorama__shadows--left:before,
.mgz-fotorama .fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.mgz-fotorama .fotorama__nav:after,
.mgz-fotorama .fotorama__stage: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: -10px;
}
.mgz-fotorama .fotorama__nav.fotorama__shadows--right:after,
.mgz-fotorama .fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage:after,
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage:before,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__nav:after,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__nav:before,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__stage:after,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
.mgz-icon-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 0;
  position: relative;
}
.mgz-icon-wrapper a {
  color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mgz-icon-wrapper a:before,
.mgz-icon-wrapper a:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-icon-wrapper .mgz-icon-element {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.mgz-icon-size-xs {
  width: 2.5em;
  height: 2.5em;
}
.mgz-icon-size-xs .mgz-icon-element {
  font-size: 1.2em;
}
.mgz-icon-size-sm {
  width: 3.15em;
  height: 3.15em;
}
.mgz-icon-size-sm .mgz-icon-element {
  font-size: 1.6em;
}
.mgz-icon-size-md {
  width: 4em;
  height: 4em;
}
.mgz-icon-size-md .mgz-icon-element {
  font-size: 2.15em;
}
.mgz-icon-size-lg {
  width: 5em;
  height: 5em;
}
.mgz-icon-size-lg .mgz-icon-element {
  font-size: 2.85em;
}
.mgz-icon-size-xl {
  width: 7.15em;
  height: 7.15em;
}
.mgz-icon-size-xl .mgz-icon-element {
  font-size: 5em;
}
.mgz-icon-list .mgz-icon-list-item:hover a {
  text-decoration: none;
}
.mgz-icon-list .mgz-icon-list-item .mgz-icon-list-item-icon {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
}
.mgz-icon-list-horizontal .mgz-icon-list-item {
  display: inline-block;
}
.mgz-icon-list-vercial .mgz-icon-list-item {
  display: block;
}
.mgz-video-aspect-ratio-219,
.mgz-video-aspect-ratio-169,
.mgz-video-aspect-ratio-43,
.mgz-video-aspect-ratio-32,
.mgz-video-aspect-ratio-11,
.mgz-video-aspect-ratio-219,
.mgz-video-aspect-ratio-169,
.mgz-video-aspect-ratio-43 {
  padding-bottom: 75%;
}
.mgz-video-aspect-ratio-32 {
  padding-bottom: 66.6666%;
}
.mgz-video-aspect-ratio-11 {
  padding-bottom: 100%;
}
.mgz-video {
  position: relative;
}
.mgz-video video,
.mgz-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.mgz-video.mgz-video-aspect-ratio-219 {
  padding-bottom: 42.8571%;
}
.mgz-video.mgz-video-aspect-ratio-169 {
  padding-bottom: 56.25%;
}
.mgz-video.mgz-video-aspect-ratio-43 {
  padding-bottom: 75%;
}
.mgz-video.mgz-video-aspect-ratio-32 {
  padding-bottom: 66.6666%;
}
.mgz-video.mgz-video-aspect-ratio-11 {
  padding-bottom: 100%;
}
.mgz-video .mgz-video-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  text-align: center;
}
.mgz-video .mgz-video-embed-play {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.mgz-video .mgz-video-embed-play .mgz-icon-play {
  cursor: pointer;
  font-size: 100px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.mgz-video .mgz-video-embed-play .mgz-icon-play:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mgz-video .mgz-video-embed-play img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mgz-video .mgz-video-embed-play img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mgz-video .mgz-video-title {
  font-size: 38px;
  color: #FFF;
  font-weight: 600;
  margin: 20px 0px 10px;
}
.mgz-video .mgz-video-description {
  color: #FFF;
}
.mgz-element.mgz-element-contact_form form.form.contact {
  width: 100%;
  max-width: 100%;
  float: none;
  display: inline-block;
  text-align: left;
}
.mgz-element.mgz-element-accordion_section > .mgz-element-inner {
  margin-bottom: 0;
}
.mgz-element .mgz-panels:not(.mgz-panels-no-fill-content) .mgz-panel-body {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-bottom-width: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"]:not(.mgz-panels-no-fill-content) .mgz-panel:last-child .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"]:not(.mgz-panels-no-fill-content) .mgz-panel:last-child .mgz-panel-body {
  border-bottom-width: 1px;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-in > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-in > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-collapsing > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-collapsing > .mgz-panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-active) + .mgz-panel > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-active) + .mgz-panel > .mgz-panel-heading {
  border-top: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="0"][data-gap="!0"] > .mgz-panel > .mgz-panel-body {
  border-top: 0;
}
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-collapsing > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-active > .mgz-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-collapsing > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-active > .mgz-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mgz-element .mgz-panel {
  color: #333;
}
.mgz-element .mgz-panel .mgz-panel-heading {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background-color: #f8f8f8;
  color: #666;
}
.mgz-element .mgz-panel .mgz-panel-heading h4,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-panel-heading-title {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
.mgz-element .mgz-panel .mgz-panel-heading span i {
  margin-right: 5px;
}
.mgz-element .mgz-panel .mgz-panel-heading a {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  background: 0 0;
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: inherit;
  position: relative;
  border: none;
}
.mgz-element .mgz-panel .mgz-panel-heading a > i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
}
.mgz-element .mgz-panel .mgz-panel-heading a > i.mgz-icon {
  font-weight: bold;
}
.mgz-element .mgz-panel .mgz-panel-heading a > i.mgz-accoridon-icon-triangle {
  font-size: 2rem;
  right: 5px;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-left i {
  left: 20px;
  right: auto;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-left a.has-icon {
  padding: 14px 14px 14px 40px;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-right i {
  right: 10px;
  left: auto;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-right a.has-icon {
  padding: 14px 40px 14px 14px;
}
.mgz-element .mgz-panel .mgz-panel-body {
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -ms-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
  display: none;
  padding: 0;
}
.mgz-element .mgz-panel .mgz-panel-body > .mgz-panel-body-inner {
  padding: 14px 20px;
}
.mgz-element .mgz-panel .mgz-panel-body > .mgz-panel-body-inner > .mgz-element > .mgz-element-inner > .mgz-element-last > .mgz-element-inner {
  margin-bottom: 0;
}
.mgz-element .mgz-accoridon-icon-chevron:before {
  content: "\e61c";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-chevron:before {
  content: "\e60f";
}
.mgz-element .mgz-accoridon-icon-plus:before {
  content: "\e61c";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-plus:before {
  content: "\e60f";
}
.mgz-element .mgz-accoridon-icon-chevron:before {
  content: "\e622";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-chevron:before {
  content: "\e621";
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-triangle {
  font-size: 25px;
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-triangle:before {
  content: "\e5c5";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-triangle:before {
  content: "\e5c7";
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot {
  font-size: 10px;
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  content: "\f111";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  content: "\f111";
}
.mgz-message-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 1em 1em 1em 4em;
  position: relative;
}
.mgz-message-box .mgz-message-box-icon {
  bottom: 0;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.6em;
}
.mgz-message-box .mgz-message-box-icon i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.7em;
  line-height: 1;
}
.mgz-message-box .mgz-message-box-content p:last-child {
  margin-bottom: 0;
}
.mgz-message-box.mgz-message-box-icon-size-xs .mgz-message-box-icon i {
  font-size: 16px;
}
.mgz-message-box.mgz-message-box-icon-size-sm .mgz-message-box-icon i {
  font-size: 20px;
}
.mgz-message-box.mgz-message-box-icon-size-md .mgz-message-box-icon i {
  font-size: 24px;
}
.mgz-message-box.mgz-message-box-icon-size-lg .mgz-message-box-icon i {
  font-size: 28px;
}
.mgz-message-box.mgz-message-box-icon-size-xl .mgz-message-box-icon i {
  font-size: 32px;
}
.mgz-numbercounter .mgz-numbercounter-number-text,
.mgz-numbercounter .mgz-numbercounter-icon,
.mgz-numbercounter .mgz-numbercounter-int,
.mgz-numbercounter .mgz-numbercounter-number-percent {
  font-size: 32px;
  overflow: hidden;
  line-height: 1.4;
}
.mgz-numbercounter .mgz-numbercounter-before-text {
  margin-bottom: 10px;
  display: block;
}
.mgz-numbercounter .mgz-numbercounter-after-text {
  display: block;
  margin-top: 10px;
}
.mgz-numbercounter-circle {
  max-width: 100%;
  width: 200px;
  position: relative;
  z-index: 10;
  text-align: center;
  display: inline-block;
}
.mgz-numbercounter-circle .mgz-numbercounter-text {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
}
.mgz-numbercounter-circle .svg-container {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
}
.mgz-numbercounter-circle .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.mgz-numbercounter-bars .mgz-numbercounter-bars-container {
  width: 100%;
  background-color: #eaeaea;
}
.mgz-numbercounter-bars .mgz-numbercounter-bar {
  text-align: right;
  padding: 5px;
  width: 0;
}
.mgz-numbercounter-bars.mgz-numbercounter-number-position-bellow .mgz-numbercounter-bars-container {
  margin-bottom: 5px;
}
.mgz-numbercounter-bars.mgz-numbercounter-number-position-above .mgz-numbercounter-bars-container {
  margin-top: 5px;
}
.mgz-element-single_product.mgz-text-center .swatch-option {
  float: none;
  display: inline-block;
}
.mgz-element-single_product .product-items {
  margin: 0;
}
.mgz-element-single_product .products {
  margin: 0;
}
.mgz-element-single_product .products .product-item {
  width: 100% !important;
}
.mgz-element-single_product .products .product-item .product-item-photo {
  padding: 0;
}
.mgz-element-single_product .products .product-item .product-item-info {
  padding: 10px;
  border: 1px solid transparent;
  width: 100%;
  display: block;
}
.mgz-element-single_product .products .product-item .product-item-info:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 10px;
  border-color: transparent;
}
.mgz-element-single_product .product-item-actions {
  width: 100%;
}
.mgz-element-single_product .product-item-actions .actions-primary {
  display: inline-block;
}
.mgz-element-single_product .product-item-actions .actions-primary + .actions-secondary {
  display: inline-block;
  text-align: left;
  width: auto;
}
.mgz-element-single_product .product-item-info {
  width: 100%;
}
.mgz-element-single_product .product-item-name {
  font-size: 2rem;
}
.mgz-element-single_product .product-item-actions {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .mgz-element-singple_product .product-item {
    width: 100%;
    text-align: center;
  }
}
.mgz-element-image_gallery .mgz-element-inner * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mgz-fotorama .fotorama__caption {
  text-align: center;
}
.mgz-product-items .product-item-info {
  width: 100%;
}
@media (min-width: 640px) {
  .mgz-product-items .mgz-grid-item .product-item-info {
    padding: 10px;
    border: 1px solid transparent;
  }
  .mgz-product-items .mgz-grid-item .product-item-info:hover {
    background: #ffffff;
    border-color: #bbbbbb;
    position: relative;
    z-index: 2;
  }
}
.mgz-instagram .mgz-grid-item a {
  position: relative;
}
.mgz-instagram .mgz-grid-item a:before,
.mgz-instagram .mgz-grid-item a:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-instagram .mgz-grid-item figure {
  display: none;
}
.mgz-instagram .mgz-grid-item:hover .item-metadata {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mgz-instagram .item-metadata {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  color: #FFF;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 5px;
}
.mgz-instagram .item-metadata .item-likes:before {
  content: "\f004";
  font-weight: 400;
  margin-right: 10px;
}
.mgz-instagram .item-metadata .item-likes + .item-comments {
  margin-left: 15px;
}
.mgz-instagram .item-metadata .item-comments:before {
  content: "\f075";
  font-weight: 400;
  margin-right: 10px;
}
.pswp button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mgz-progress-bar .mgz-numbercounter-string {
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.mgz-progress-bar .mgz-numbercounter-bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0;
  top: 0;
  left: 0;
}
.mgz-progress-bar .mgz-single-bar-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  position: relative;
  background-color: #f7f7f7;
  padding: 0 1em;
  line-height: 30px;
  min-height: 10px;
}
.mgz-progress-bar .mgz-single-bar {
  margin-bottom: 10px;
}
.mgz-progress-bar .mgz-bar-striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.mgz-progress-bar-text-position-above .mgz-single-bar-label-wrapper {
  margin-bottom: 5px;
  font-weight: 600;
}
.mgz-progress-bar-text-position-below .mgz-single-bar-label-wrapper {
  margin-top: 5px;
  font-weight: 600;
}
.mgz-testimonials {
  text-align: center;
}
.mgz-testimonials .mgz-testimonial-content {
  padding: 25px;
  text-align: center;
}
.mgz-testimonials .mgz-testimonial-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.mgz-testimonials .mgz-testimonial {
  padding: 25px;
}
.mgz-testimonials .mgz-testimonial-name {
  font-weight: 600;
}
.mgz-testimonials .mgz-testimonial-name,
.mgz-testimonials .mgz-testimonial-job {
  text-align: center;
}
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-meta {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-image {
  margin-right: 12px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-content {
  background-color: #34495e;
  position: relative;
  color: #FFF;
  text-align: left;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-content:before {
  position: absolute;
  left: 35px;
  bottom: -20px;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: medium solid transparent;
  border-top-color: #34495e;
  border-width: 10px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-meta {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 15px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-image {
  padding-right: 15px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial {
  padding: 0;
}
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-content {
  padding-top: 0;
}
.mgz-toggle {
  margin-bottom: 5px;
}
.mgz-toggle.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 25px;
}
.mgz-toggle .mgz-toggle-title {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.mgz-toggle .mgz-toggle-title h4 {
  margin: 0;
}
.mgz-toggle .mgz-toggle-title span[data-role="icons"] {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  border: 2px solid transparent;
}
.mgz-toggle .mgz-toggle-title span[data-role="icons"]:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.mgz-toggle.mgz-toggle-icon-round span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-round_outline span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-square span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-quare_outline span[data-role="icons"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
}
.mgz-toggle.mgz-toggle-icon-round .mgz-toggle-title span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-round_outline .mgz-toggle-title span[data-role="icons"] {
  border-radius: 50%;
}
.mgz-toggle.mgz-toggle-icon-round .mgz-toggle-title span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-square .mgz-toggle-title span[data-role="icons"] {
  color: #FFF;
}
.mgz-toggle.mgz-toggle-icon-size-xs span[data-role="icons"] {
  font-size: 10px;
  width: 16px;
  height: 16px;
}
.mgz-toggle.mgz-toggle-icon-size-xs.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-xs.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 24px;
}
.mgz-toggle.mgz-toggle-icon-size-sm span[data-role="icons"] {
  font-size: 12px;
  width: 18px;
  height: 18px;
}
.mgz-toggle.mgz-toggle-icon-size-sm.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-sm.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 28px;
}
.mgz-toggle.mgz-toggle-icon-size-md span[data-role="icons"] {
  font-size: 14px;
  width: 22px;
  height: 22px;
}
.mgz-toggle.mgz-toggle-icon-size-md.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-md.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 32px;
}
.mgz-toggle.mgz-toggle-icon-size-lg span[data-role="icons"] {
  font-size: 18px;
  width: 28px;
  height: 28px;
}
.mgz-toggle.mgz-toggle-icon-size-lg.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-lg.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 36px;
}
.mgz-toggle.mgz-toggle-icon-size-xl span[data-role="icons"] {
  font-size: 24px;
  width: 32px;
  height: 32px;
}
.mgz-toggle.mgz-toggle-icon-size-xl.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-xl.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 40px;
}
.mgz-element-categories-list .opener {
  float: right;
  width: 30px;
  text-align: center;
}
.mgz-element-categories-list .opener:before {
  content: '\e61c';
  font-weight: inherit;
}
.mgz-element-categories-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mgz-element-categories-list ul li {
  margin: 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 1rem;
}
.mgz-element-categories-list ul li a {
  line-height: 30px;
  color: #333;
  display: block;
  font-weight: 600;
}
.mgz-element-categories-list ul li a:hover {
  text-decoration: none;
  color: #000;
}
.mgz-element-categories-list ul li.active > a .opener:before {
  content: '\e610';
}
.mgz-element-categories-list ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.mgz-element-categories-list ul ul {
  margin-left: 15px;
  display: none;
}
.mgz-recent-reviews .mgz-recent-reviews-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mgz-recent-reviews .mgz-review-item {
  background: #f5f5f5;
  padding: 15px;
  height: 100%;
}
.mgz-recent-reviews .mgz-review-item:before,
.mgz-recent-reviews .mgz-review-item:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-recent-reviews .mgz-review-item .mgz-review-name {
  font-size: 1.8rem;
}
.mgz-recent-reviews .mgz-review-item .product-image.img {
  float: left;
  margin-right: 8px;
  width: 60px;
}
.mgz-recent-reviews .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.mgz-recent-reviews .rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.mgz-recent-reviews .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'Magezon-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;
}
.mgz-recent-reviews .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.mgz-recent-reviews .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'Magezon-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;
}
.mgz-recent-reviews .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;
}
.mgz-recent-reviews .mgz-review-name,
.mgz-recent-reviews .mgz-review-date,
.mgz-recent-reviews .mgz-review-link,
.mgz-recent-reviews .mgz-review-product {
  margin-bottom: 6px;
}
.mgz-recent-reviews .mgz-review-link,
.mgz-recent-reviews .mgz-review-product,
.mgz-recent-reviews .mgz-review-name {
  font-weight: 600;
}
.mgz-recent-reviews .rating-summary,
.mgz-recent-reviews .rating-box {
  display: inline-block;
}
.mgz-recent-reviews .rating-summary {
  float: left;
  margin-right: 6px;
}
.mgz-recent-reviews .mgz-review-title {
  padding-top: 2px;
}
.mgz-recent-reviews .mgz-review-content-full {
  display: none;
}
.mgz-cta {
  overflow: hidden;
  position: relative;
}
.mgz-cta:not(.mgz-cta-image-cover) .mgz-cta-content {
  background-color: #f7f7f7;
}
.mgz-cta .mgz-cta-content-inner {
  max-width: 100%;
}
.mgz-cta-title {
  font-weight: 600;
  margin: 0;
}
.mgz-cta-bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.mgz-cta-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  padding: 20px;
  width: 100%;
  z-index: 1;
  min-height: 200px;
  margin: 0 auto;
}
.mgz-cta-bg,
.mgz-cta-bg-overlay {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mgz-cta-image-top {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mgz-cta-image-right {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mgz-cta-image-right .mgz-cta-content {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.mgz-cta-image-cover .mgz-cta-bg-wrapper {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.mgz-cta-label {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.mgz-cta-label-inner {
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -moz-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -o-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  text-align: center;
  left: 0;
  width: 200%;
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #6eaf38;
  color: #fff;
}
.mgz-cta-label-left .mgz-cta-label {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  left: 0;
  right: auto;
}
.mgz-cta-content-item {
  margin-bottom: 15px;
}
.mgz-cta-content-item:last-child {
  margin-bottom: 0;
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item {
  margin-bottom: 15px;
  -moz-transition-duration: 1000ms;
  -webkit-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item:nth-child(2) {
  transition-delay: calc(1000ms / 3);
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item:nth-child(3) {
  transition-delay: calc((1000ms / 3) * 2);
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item:nth-child(4) {
  transition-delay: calc((1000ms / 3) * 3);
}
@media (max-width: 767px) {
  .mgz-cta .mgz-cta-content {
    padding: 10px;
  }
}
.mgz-pricing-table-wrapper:before,
.mgz-pricing-table-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-pricing-table {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  float: left;
  position: relative;
  margin: 30px -1px 0 0;
  text-align: center;
}
.mgz-pricing-table .mgz-pricing-table-heading {
  position: relative;
  padding: 20px 0;
  background-color: #8c8c8c;
  font-size: 2.8rem;
  color: #fff;
}
.mgz-pricing-table .mgz-pricing-table-heading .mgz-pricing-table-title {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit ;
  font-weight: inherit;
}
.mgz-pricing-table .mgz-pricing-table-heading .mgz-pricing-table-subtitle {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: 20px;
  margin-top: 3px;
}
.mgz-pricing-table .mgz-pricing-table-content-top {
  position: relative;
  padding: 25px 0;
  color: #999;
  text-align: center;
}
.mgz-pricing-table .mgz-pricing-table-meta {
  font-size: 16px;
  font-weight: 300;
}
.mgz-pricing-table .mgz-pricing-table-price {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.03em;
  color: #ff9900;
}
.mgz-pricing-table .mgz-pricing-table-currency {
  position: absolute;
  margin-left: -0.5em;
  font-size: 18px;
  font-weight: 400;
  margin-left: -10px;
}
.mgz-pricing-table .mgz-pricing-table-content {
  position: relative;
  text-align: center;
  word-wrap: break-word;
  border-left: 0;
  border-right: 0;
}
.mgz-pricing-table .mgz-pricing-table-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mgz-pricing-table .mgz-pricing-table-content ul li {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e5e4e3;
}
.mgz-pricing-table .mgz-pricing-table-content ul li:last-child {
  border-bottom: 1px solid #e5e4e3;
}
.mgz-pricing-table.mgz-pricing-table-featured {
  z-index: 10;
  margin-top: 0;
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-inner {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-heading {
  background-color: #ff9900;
  padding: 30px 0;
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-content-top {
  padding: 40px 0;
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-button {
  padding: 40px 0;
}
.mgz-pricing-table .mgz-pricing-table-button {
  padding: 30px 0;
}
.mgz-pricing-table .mgz-pricing-table-button a {
  background-color: #ff9900;
  color: #fff;
}
.mgz-pricing-table .mgz-pricing-table-content-wrapper {
  border: 1px solid #ededed;
  border-top: 0;
  background-color: #fcfcfc;
}
.mgz-pricing-table .mgz-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mgz-pricing-table .mgz-btn:hover {
  background-color: #e68a00;
  color: #FFF;
}
.mgz-pricing-table-type2 {
  margin-left: -12px;
  margin-right: -12px;
}
.mgz-pricing-table-type2 .mgz-pricing-table {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .mgz-pricing-table-wrapper {
    display: block;
  }
  .mgz-pricing-table-wrapper .mgz-pricing-table {
    width: 100%;
    margin: 0;
  }
}
.mgz-flick a {
  font-size: 0;
  float: left;
}
.mgz-flick .gallery-container > div {
  padding: 7.5px;
}
.mgz-flipbox {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mgz-flipbox h2 {
  color: inherit;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 20px;
}
.mgz-flipbox .mgz-flipbox-inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  margin-bottom: 15px;
}
.mgz-flipbox .mgz-flipbox-back,
.mgz-flipbox .mgz-flipbox-front {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  top: 0;
  right: 0;
  left: 0;
  padding: 27px 20px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  -o-transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  background-color: #FFF;
}
.mgz-flipbox .mgz-flipbox-front {
  position: relative;
  bottom: 0;
  z-index: 10;
}
.mgz-flipbox .mgz-flipbox-back {
  position: absolute;
  z-index: -1;
}
.mgz-flipbox .mgz-flipbox-back-inner,
.mgz-flipbox .mgz-flipbox-front-inner {
  width: 100%;
}
.mgz-flipbox:hover .mgz-flipbox-back {
  z-index: 1;
}
.mgz-flipbox:hover .mgz-flipbox-front {
  z-index: -1;
}
.mgz-flipbox .mgz-flipbox-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  border: 1px solid transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
  display: table;
}
.mgz-flipbox .mgz-flipbox-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
.mgz-flipbox .mgz-flipbox-circle.flipbox-no-circle i {
  font-size: 60px;
}
.mgz-flipbox.mgz-flipbox-rotate-right .mgz-flipbox-front {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-right .mgz-flipbox-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-right:hover .mgz-flipbox-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-right:hover .mgz-flipbox-back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-left .mgz-flipbox-front {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-left .mgz-flipbox-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-left:hover .mgz-flipbox-front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-left:hover .mgz-flipbox-back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-up .mgz-flipbox-front {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox.mgz-flipbox-rotate-up .mgz-flipbox-back {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-up:hover .mgz-flipbox-front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-up:hover .mgz-flipbox-back {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox.mgz-flipbox-rotate-down .mgz-flipbox-front {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox.mgz-flipbox-rotate-down .mgz-flipbox-back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-down:hover .mgz-flipbox-front {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-down:hover .mgz-flipbox-back {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox .mgz-flipbox-actions {
  margin-top: 20px;
}
.flip-effect-3d .mgz-flipbox-inner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-effect-3d .mgz-flipbox-front,
.flip-effect-3d .mgz-flipbox-back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 5.75s ease-in-out;
  transition: -webkit-transform 0.75s ease-in-out;
  -o-transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
}
.flip-effect-3d .mgz-flipbox-front-inner,
.flip-effect-3d .mgz-flipbox-back-inner {
  -webkit-transform: translateZ(50px) scale(0.9);
  -moz-transform: translateZ(50px) scale(0.9);
  -ms-transform: translateZ(50px) scale(0.9);
  -o-transform: translateZ(50px) scale(0.9);
}
.mgz-element-image_carousel .image-content-below .item-content {
  position: static;
}
.mgz-element-image_carousel .item-content-hover .item-content {
  display: none;
}
.mgz-element-image_carousel .item-content-hover .mgz-carousel-item:hover .item-content {
  display: block;
}
.mgz-element-image_carousel .item-description {
  margin-top: 5px;
}
.mgz-element-image_carousel a:before,
.mgz-element-image_carousel a:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-element-image_carousel a img {
  float: left;
}
.mgz-element-slider video {
  width: 100%;
}
.mgz-element-slider .item-content {
  text-align: left;
  padding: 15px;
  position: absolute;
}
.mgz-element-slider .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.mgz-element-slider .slide-text {
  margin: 0;
  display: inline-block;
  color: #000;
  font-weight: 400;
}
.mgz-element-slider .slide-heading {
  margin: 0 0 15px;
}
.mgz-element-slider .slide-heading .slide-text {
  color: #000;
  margin: 0;
  font-size: 60px;
  line-height: 80px;
}
.mgz-element-slider .slide-caption1 .slide-text,
.mgz-element-slider .slide-caption2 .slide-text {
  color: #000;
  font-size: 24px;
  line-height: 38px;
}
.mgz-element-slider .slide-animation {
  -webkit-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
}
.mgz-element-slider .mgz-flex-position-top-left .item-content,
.mgz-element-slider .mgz-flex-position-top-center .item-content,
.mgz-element-slider .mgz-flex-position-top-right .item-content {
  top: 10%;
}
.mgz-element-slider .mgz-flex-position-top-left .item-content,
.mgz-element-slider .mgz-flex-position-middle-left .item-content,
.mgz-element-slider .mgz-flex-position-bottom-left .item-content {
  left: 10%;
}
.mgz-element-slider .mgz-flex-position-top-right .item-content,
.mgz-element-slider .mgz-flex-position-middle-right .item-content,
.mgz-element-slider .mgz-flex-position-bottom-right .item-content {
  right: 10%;
}
.mgz-element-slider .mgz-flex-position-bottom-left .item-content,
.mgz-element-slider .mgz-flex-position-bottom-center .item-content,
.mgz-element-slider .mgz-flex-position-bottom-right .item-content {
  bottom: 10%;
}
.mgz-element-slider .slide-buttons {
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding-bottom: 5px;
}
.mgz-element-slider .slide-buttons .mgz-button {
  padding: 0 7.5px;
  display: inline-block;
}
.mgz-element-slider .slide-buttons .mgz-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mgz-element-slider .item-content-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
}
.mgz-element-slider .mgz-carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: unset !important;
}
.mgz-element-slider iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .mgz-element-slider .slide-heading,
  .mgz-element-slider .slide-caption1,
  .mgz-element-slider .slide-caption1 {
    margin-bottom: 15px !important;
  }
  .mgz-element-slider .mgz-btn-size-lg .mgz-btn {
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
  }
}
.mgz-element-facebook_comments #u_0_0 {
  max-width: 100%;
}
.mgz-element-pinterest .mgz-element-inner > span > span {
  min-width: 40px;
  min-height: 18px;
}
.mgz-element-pinterest .mgz-element-inner > span > span > span {
  min-height: 18px;
}
.mgz-element-pinterest .mgz-element-inner .mgz-pinterest-btn-large > span {
  min-width: 55px;
}
.mgz-element-pinterest .mgz-element-inner .mgz-pinterest-btn-round > span {
  background-position: center;
}
.mgz-element-pinterest .mgz-element-inner .mgz-pinterest-btn-round > span > span {
  width: 100% !important;
}
.mgz-element-content_slider .mgz-carousel img {
  width: auto;
  height: unset;
}
.mgz-element-newsletter_form .newsletter .field {
  position: relative;
}
.mgz-element-newsletter_form .newsletter .field .control:before {
  left: 0;
}
.item-pagebuilder a > span:after {
  display: none !important;
}
body.page-with-filter .column.main {
    padding-top: 0 !important;
}

body.page-with-filter main.page-main {
    z-index: 1 !important;
}

.filter-fixed {
    position: fixed;
    top: 110px;
    z-index: 9999;
}

.html_ovrflw {
    overflow: hidden;
}

div.filter-toolbar {
    width: 100%;
}

.category-banner {
    position: relative;
    min-height: 175px;
    padding: 55px 10px;
    text-align: center;
    background-size: cover;
    background-color: #828383;
    background-position: center;
    background-repeat: no-repeat;
}

.category-banner-title-wrapper {
    display: inline-block;
    padding: 15px;
    background-color: #ffffff;
    min-width: 200px;
}

.category-banner-title {
    font-size: 18px;
    color: #000000;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.category-banner-count {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
}

.ft-row.ft-top {
    background: #F0F1F1;
    margin-top: 15px;
    padding: 24px 0 10px;
}

.ft-row>div {
    max-width: 1600px;
    margin: 0 auto;
    width: 90%;
}

.ft-top_left {
    float: left;
}

.ft-top_right {
    float: right;
}

ul.selected-filters {
    display: inline-block;
    font-size: 0;
}

ul.selected-filters li {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 2px;
    color: #2C2C2C;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    line-height: 12px;
    margin-right: 20px;
    -webkit-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.04);
    margin-bottom: 15px;
}


ul.selected-filters+a {
    position: relative;
    top: -14px;
    display: inline-block;
    color: #CC0000;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.selected-filter-text {
    display: inline-block;
    position: relative;
    top: -14px;
    text-transform: capitalize;
}

.rm-filter {
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Close.svg") no-repeat;
    background-size: 100%;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: baseline;
    top: 0px;
    position: relative;
    cursor: pointer;
    background-size: 5px 5px;
    /* background-color: red; */
    padding: 1.4em;
    background-position: center;
}

.menu-filter>.wholedropdown>div a.mf_search {
    text-decoration: none !important;
}

.ft-count {
    line-height: 33px;
    font-size: 12px;
    color: #C1C1C1;
    display: inline-block;
}

.ft-count span {
    color: #2C2C2C;
}

.product__listing,
.search-results-index .page-title-wrapper {
    max-width: 1600px;
    margin: 40px auto 0;
    width: 84%;
}

.product__listing .pl_item {
    width: 21.505376%;
    vertical-align: top;
    margin-right: 4.66%;
    display: inline-block;
    position: relative;
}

.ft-bottom_right .ft-pagination {
    display: none !important;
}

.product__listing .pl_item:hover .productDescription {
    opacity: 1;
}
.Desktopthumb{
    /* position: absolute; */
    width: 100%;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 3;
    padding: 0px 6px 6px 6px;
}
.product__listing .pl_item .productDescription {
    z-index: 0;
    bottom: 0px;
    opacity: 1;
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05); */
    padding: 15px 5px;
    text-align: left;
}

.pl_item .productDescription a.product-name {
    margin-top: 0;
    /*margin-bottom: 3px;*/
}

.pl_item .productDescription p,
.productDescription a.product-name,
.pl_item .productDescription span {
    font-size: 14px;
    line-height: 17px;
    margin-top: 4px;
}

.pl_item .productDescription p:nth-last-of-type(1) {
    margin-top: 6px;
}

.pl_details h4:nth-last-of-type(1),
.pl_details p:nth-last-of-type(1) {
    margin-top: 6px;
}

.pl_details .pl_details_left h2 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px;
}

.pl_details h4 {
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    margin-top: 4px;
    color: #555;
    margin-bottom: 0 !important;
}

.pl_item .productDescription p,
.pl_item .productDescription span {
    letter-spacing: 0;
}

.pl_item .productDescription a.imageIcon2.add-to-wishlist,.staticpage .productDescription a.imageIcon2.add-to-wishlist {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg);
}

.pl_item .productDescription a.imageIcon2.add-to-wishlist.added_in_wishlist, .staticpage .productDescription a.imageIcon2.add-to-wishlist.added_in_wishlist {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red_fill.svg);
}

.pl_item .productDescription a.imageIcon1.aa-to-cart,.staticpage .productDescription a.imageIcon1.aa-to-cart  {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_black.svg);
}

.pl_item .show_info_ontab a.imageIcon2.add-to-wishlist {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red.svg);
    width: 20px;
    height: 21px;
    background-position: center;
}

.pl_item .show_info_ontab a.imageIcon2.add-to-wishlist.added_in_wishlist {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/favorite_red_fill.svg);
    width: 20px;
    height: 21px;
    background-position: center;
}

.pl_item .show_info_ontab a.imageIcon1.aa-to-cart,.staticpage .productDescription a.imageIcon1.aa-to-cart {
    background-image: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/bag_black.svg);
    width: 20px;
    height: 21px;
    background-position: center;
}

.pl_item .show_info_ontab a.imageIcon2 {
    background-repeat: no-repeat;
    background-size: 17px;
    margin-left: 0 !important;
}

.pl_item .show_info_ontab a.imageIcon1 {
    background-repeat: no-repeat;
    background-size: 15px;
}

.pl_item .show_info_ontab .info_icons {
    float: right;
    margin-top: 2px;
}

.pl_item .show_info_ontab>div:nth-of-type(1) {
    float: left;
}

.pl_item .show_info_ontab {
    display: none;
}

.pl_item .show_info_ontab a.imageIcon {
    float: right;
    margin-left: 5px;
}

.pl_img img {
    display: block;
    width: 100%;
    max-width: 300px;
}

.pl_details {
    font-size: 14px;
    color: #95989A;
    line-height: 17px;
    padding: 15px 5px;
    text-align: left;
}

.pl_details>div:after {
    content: '';
    clear: both;
    display: block;
}

.pl_details h2,
.pl_details h4 {
    margin-bottom: 5px;
}

.pl_details a {
    /* color       : #95989A; KITS */
    color: #000000;
    text-decoration: none;
}

.catalog-category-view .product__listing .pl_item .productDescription .price .__pl_details_right_UOM__,
.staticpage .productDescription .price .__pl_details_right_UOM__ {
    color: #95989A;
}
.pl_details_right .price span{
    font-family: 'lato';
    color: #141414 !important;
    font-size: 14px !important;
}
.pl_details a h2 {
    color: #141414;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pl_details_right h4 span {
    color: #141414;
}

.pl_details:after {
    content: '';
    clear: both;
    display: block;
}

.pl_details_left {
    width: 52%;
    float: left;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis !important;
    /* white-space: nowrap; */
    white-space: normal;
}

.pl_details_left h2 {
    overflow: hidden;
    /*display    : inline-block;*/
    text-overflow: ellipsis !important;
    white-space: nowrap;
}

.pl_details_right {
    width: 40%;
    float: right;
    text-align: right;
    display: none;
}

.customer-logged-in .pl_details_right {
    display: block;
    width: 45%;
    margin-top: 0px;
    font-size: 14px;
    margin-left: 5px;
    text-align: right;
}

.customer-logged-in .pl_details_right h4 {
    margin-top: 6px;
}

.filter-type>div,
.filter-type>select {
    display: none;
}

.ft-row.ft-bottom {
    border-bottom: 1px solid rgba(193, 193, 193, 0.3);
    margin-top: -1px;
    background-color: #fafafa;
    position: relative;
    display: block;
}

.select-filters,.select-filter {
    padding: 4px 0;
    float: left;
}

li.filter-type {
    display: inline-block;
    margin-right: 20px;
    padding: 14px 0 !important;
}

li.filter-type[data-filter-type="search"] {
    padding: 0;
}

.__FilterLableSearchMobile__ {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .__FilterLableSearchMobile__ {
        display: inline-block;
    }
}

li.filter-type[data-filter-type="search"] input.__FilterSearchInput__ {
    max-height: 2em;
    display: inline-block;
    max-width: 10em;
    vertical-align: middle;
}

li.filter-type[data-filter-type="search"] span.__FilterSearchMagnifier__ {
    width: 30px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    fill: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

li.filter-type[data-filter-type="search"] span.__FilterSearchMagnifierWithInput__ {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 5px;
    fill: #cc0000;
}

/*** price range PLP ***/
.maxlabel , .minlabel{
margin-right: 10px;
}
.tooltipprodcount{
    display: block;
    color: black;
    background-color: #FFFFCA;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    z-index: 100;
    position: absolute;
    margin-top: -27px;
    width: 285px;
    
}
@media screen and (min-width: 768px) {

.minmaxprice{
    display: inline-flex;
    margin-right: 15px;
    margin-top: 20px;
}
}
.tooltip{
    /* height: 150px; */
    background-color: #5a5959;
    margin-right: 1px;
    /* bottom: 150px; */
    position: relative;
}
#histogramSlider{
    top:150px;
    position: relative;
}

.clearbutton{
    margin-bottom:5px; 
    padding: 10px 15px;
    margin-top: -30px;
    float: left;
    text-decoration: underline;
}
.savebutton:hover {
    color: #fff;
}
.clearbutton:hover {
    text-decoration: underline;
}
.savebutton{
    margin-right: 40px;
    background: #000;
    color: #fff;
    margin-bottom: 5px;
    margin-top: -25px;
    border-radius: 10px;
    padding: 10px 20px;
    float: right;
}
#price,#price1{
    width:40%;
    margin-right:10px;
    margin-bottom:5px; 
    border-radius: 10px;

}
#slider-3{
    margin-top: 3%;
    height: 5px;
    top:150px;
    position: relative;
}
#slider-3 .ui-widget-header{
    background: #C0C0C0 !important;
}
#slider-3 .ui-slider-handle{
    height: 13px !important;
    width: 17px !important;
    background: #C0C0C0;
    border: 1px solid #aaaaaa;
}
 #pricerangebuttons{
    margin-top: 11%;
}
@media screen and (max-width: 768px) {
.clearbutton{
    margin-top: -17px !important;
    padding: 0px !important
}
.savebutton{
    margin-right: 95px;
}
#slider-3{
    width: 98% !important;
}
.minmaxprice{
    margin-top: 170px;
}
#pricerangebuttons{
    margin-top: 15% !important;
}

.ft-row.ft-top {
    margin-top: -5px;
}
}
li.filter-type>h2 , .maxlabel , .minlabel{
    font-size: 12px;
    color: #2C2C2C;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
}


.select-filters.has-activated li.filter-type.filter-open>h2 {
    opacity: 1;
}

li.filter-type>h2:after {
    content: '+';
    margin-left: 5px;
    width: 8px;
    display: inline-block;
    text-align: center;
}

li.filter-type.filter-open>h2:after {
    content: '-';
}

li:not(.filter-color_bucket) div.filter-options .inner_block {
    display: inline-block;
    vertical-align: text-top;
}

li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count2 .inner_block {
    width: 50%;
}

li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count3 .inner_block {
    width: 33.33%;
}

li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count4 .inner_block {
    width: 25%;
}

li.filter-color_bucket div.filter-options div.removecss .inner_block {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}

li.filter-color_bucket div.filter-options div.removecss .inner_block.color_on_mobile {
    display: none;
}

div.filter-options {
    position: absolute;
    top: 54px;
    width: 100%;
    left: 0;
    background: #FAFAFA;
    /*margin-left: -10px;*/
    z-index: 1;
}

div.filter-options>div:not(.removecss) {
    columns: 2;
    display: inline-block;
    padding-bottom: 32px;
    padding-top: 5px;
}

@media screen and (max-width: 768px) {
    div.filter-options>div:not(.removecss) {
        padding-bottom: 10px;
    }
}

.filter-category .filter-options>div {
    columns: 1 !important;
}

.filter-material .filter-options>div:not(.removecss),
.filter-design .filter-options>div:not(.removecss) {
    columns: 4;
    display: block;
}
.filter-contract_performance.filter-type>div h3{
       margin-left: 27px !important;
}
.filter-contract_performance .filter-options{
    padding-left: 64px  !important; 
}
.lastWord {
 text-transform: uppercase;
}
.firstWord {
 text-transform: uppercase;
}
/* .filter-type.filter-contract_performance>div h3 span::first-word,.filter-type.filter-contract_performance>div h3 span::last-word{
 text-transform: uppercase;
} */

.filter-type>div h3 {
    font-size: 14px;
    line-height: 35px;
    color: #141414;
    cursor: pointer;
    width: 195px;
    position: relative;
    text-transform: capitalize;
    /* margin-left: 10px; */
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
    .filter-type>div h3 {
        line-height: 25px;
        margin-left: 0;
        font-size: 12px;
        color: #141414;
        /* font-weight: 600; */
        position: relative;       
    }
}

.filter-color_bucket.filter-type div.filter-options>div,
.filter-color.filter-type div.filter-options>div {
    columns: auto;
    width: 420px;
    font-size: 0;
}

.filter-color_bucket.filter-type>div h3,
.filter-color.filter-type>div h3 {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: normal;
    font-size: 10px;
    min-height: 3.02em;
    max-height: 3.02em;
}

.filter-color_bucket.filter-type>div img,
.filter-color_bucket.filter-type>div img {
    margin-bottom: 5px;
}

.filter-type>div h3:hover:before,
.filter-type>div h3.af:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/thumb_tick_img_red.svg) no-repeat;
    left: -15px;
    top: 14px;
    background-size: 100% auto;
    /* background-color: #cc0000;*/
}

@media screen and (max-width: 768px) {
    .filter-type>div h3:hover:before,
    .filter-type>div h3.af:before {
        top: 10px;
    }
}

.filter-color_bucket.filter-type>div h3:hover:before,
.filter-color.filter-type>div h3:hover:before,
.filter-color_bucket.filter-type>div h3.af:before,
.filter-color.filter-type>div h3.af:before {
    content: '';
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    background: url(../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/color_tick.svg) no-repeat;
    right: 21.5%;
    top: 21.5%;
    left: inherit;
    background-size: 150% auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    background-position: -0.3em;
}

.filter-type>div h3.af {
    font-weight: 600;
}

.no-filters {
    color: #2C2C2C;
    font-size: 14px;
    line-height: 40px;
    opacity: 0.3;
    font-weight: normal;
}


/**Pagination and show products**/

.ft-bottom_right {
    display: block;
    float: right;
}

.ft-pagination {
    margin-left: 25px;
}

.ft-ppv,
.ft-pagination {
    display: inline-block;
    font-size: 12px;
    color: #A0A0A0;
}

.ft-pagination span>a,
.ft-ppv>p {
    display: inline-block;
    line-height: 49px;
    cursor: pointer;
    margin: 0 12px;
}

.ft-ppv>p:last-child {
    margin-right: 0;
}

.ft-pagination a.activeF,
.ft-ppv p.activePPV {
    color: #141414;
    font-size: 14px;
}

.ft-pagination span>a:last-child {
    margin-right: 0;
}


/*Most Relevant*/

.most-relevant {
    color: #141414;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-right: 40px;
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/most_relevant_icon.svg") no-repeat center right;
    background-size: auto 13px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin-left: 18px;
}

.most-relevant select {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 0;
    height: 100%;
    cursor: pointer;
}

.ft-bottom_right .most-relevant {
    display: none;
}

.ft-bottom_right .pag-next,
.ft-bottom_right .pag-prev {
    display: none;
}

.ft-footer {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
}

.ft-footer .ft-pagination {
    margin-left: 0;
}

.blur-it {
    filter: blur(2px);
}

.mobile-filter-data,
.hide-filter,
.show-filter {
    display: none;
}

.pag-prev {
    margin-right: 40px;
}

.pag-next {
    margin-left: 52px;
}

.filter-toolbar .ft-row.ft-top.dec_padding {
    padding-bottom: 11px;
}
.plpfilterblock{
    text-align: center;
}
.pl_details>div a h2 {
    font-size: 14px;
    line-height: 17px;
}

.pl_item .productDescription p {
    margin-top: 6px;
}

body:not(.customer-logged-in) .pl_item .show_info_ontab>div:nth-of-type(1) {
    display: none;
}

body:not(.customer-logged-in) .pl_item .show_info_ontab .info_icons {
    float: left;
}


/*******************************************/

.product__listing .clearfix {
    text-align: center;
}

.product__listing .pl_item {
    width: 300px;
}

.product__listing .pl_item {
    margin-right: 1.20%;
}

.product__listing {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .ft-row>div {
        /* padding: 0 30px;*/
    }
    .product__listing {
        padding: 0 30px;
    }
    .pl_details {
        font-size: 12px;
        line-height: 15px;
        text-align: left;
    }
    .pl_item .productDescription p,
    .pl_details h4,
    .pl_details a {
        font-size: 12px;
    }
    .pl_item .productDescription p,
    .productDescription a.product-name,
    .pl_item .productDescription span {
        line-height: 15px;
    }
    .pl_details_left {
        width: 45%;
    }
    .pl_details_right {
        /* width  : 70%; KITS 
        margin-top: 10px; 
        text-align: left; */
        text-align: right;
        margin-top: 0;
        width: 45%;
        float: left;
    }
    .pl_details h2,
    .pl_details h4 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1536px) and (max-width: 1025px) {
    .pl_details_left {
        width: 55%;
    }
    .pl_details_right {
        right: 40%;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
   .pricerangetooltip {
    margin-left: 0px !important;
        width: 307px
    }
  }
@media screen and (max-width: 1440px) {
    .product__listing .pl_item {
        margin-right: 1.25%;
    }
    .product__listing {
        padding: 0 10px;
    }
    .search.results .product__listing {
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 1200px) {
    .select-filters ,.select-filter {
        width: 93%;
    }
    li.filter-type {
        margin-right: 20px;
    }
    .ft-pagination span>a,
    .ft-ppv>p {
        margin: 0 10px;
    }
    .ft-bottom_right .ft-ppv,
    .ft-bottom_right .ft-pagination,
    .ft-top_right .most-relevant {
        display: inline-block;
    }
    .ft-bottom_right .most-relevant {
        line-height: 49px;
        display: block;
        font-size: 0;
    }
    .product__listing .pl_item {
        display: inline-block;
    }
    .most-relevant {
        margin-left: 5px;
    }
    .filter-color_bucket.filter-type div.filter-options>div,
    .filter-color.filter-type div.filter-options>div {
        width: 420px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
    .product__listing .pl_item .productDescription {
        bottom: 0px !important;
    }
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
    .filter-type.filter-material>div h3,
    .filter-type.filter-design>div h3 {
        width: 155px;
    }
}
/***  color filter attribute styles in plp    **/
@media screen and (min-width: 768px) and (max-width: 768px){
    ul.select-filter{
        margin-top: -7.2%;
        margin-left: 71%;
    }
}
/* @media screen and (min-width: 1024px) and (max-width: 1024px){
    ul.select-filter{
            margin-top: -5.3%;
            margin-left: 28.5%;
    }
} */
@media screen and (min-width: 769px) and (max-width: 810px){
    ul.select-filter{
            margin-top: -51px;
            margin-left: 500px;
    }
}
@media screen and (min-width: 811px) and (max-width: 918px){
    ul.select-filter{
            margin-top: -51px; 
            margin-left: 380px;
    }
}
@media screen and (min-width: 919px) and (max-width: 1200px){
    ul.select-filter{
             margin-top: -51px; 
            margin-left: 280px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1254px){
    ul.select-filter{
             margin-top: -51px; 
            margin-left: 70px;
    }
}

/***  color filter attribute styles in plp    **/
@media screen and (max-width: 1279px) {
    .product__listing {
        width: 100%;
        text-align: center;
    }
    .product__listing {
        padding: 0 20px;
    }
    .search.results .product__listing {
        padding: 0 20px !important;
    }
    .product__listing .pl_item {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-bottom: 6px;
    }
    .product__listing .pl_item:nth-child(5n) {
        margin-right: 1.25%;
    }
}

@media screen and (max-width: 1024px) {
    .ft-row>div {
        width: calc(100% - 57px);
    }
    .product__listing {
        padding: 0 30px;
    }
    .search.results .product__listing {
        padding: 0 30px !important;
    }
    .product__listing .pl_item:nth-child(5n) {
        margin-right: 25px;
    }
    .product__listing .pl_item {
        width: 220px;
        margin-right: 24px;
    }
    .pl_item .show_info_ontab {
        display: block;
    }
    .product__listing .pl_item:hover .productDescription {
        /* opacity: 0; */
    }
    body:not(.customer-logged-in) .pl_item .show_info_ontab {
        margin-top: 11px;
    }
    .customer-logged-in .pl_details_right {
        display: none;
    }
    .pl_details_left {
        width: 100%;
    }
    li.filter-type {
        margin-right: 20px;
    }
    .product__listing .pl_item .productDescription {
        display: none;
    }
}

@media screen and (max-width: 830px) and (min-width: 768px) {
    li.filter-type.filter-price {
        margin-right: 0;
    }
    li.filter-type {
        margin-right: 21px;
    }
    .most-relevant {
        padding-right: 36px;
    }
    .product__listing .pl_item:nth-child(3n) {
        margin-right: 16px;
    }
    .product__listing .pl_item {
        margin-right: 17px;
    }
    .product__listing .pl_item:nth-child(5n) {
        margin-right: 18px;
    }
    .product__listing {
        padding: 0 28px;
    }
    .search.results .product__listing {
        padding: 0 28px !important;
    }
}
@media screen and (max-width: 768px) {
    .ft-row.ft-top {
        padding: 51px 0 16px;
    }
}
@media screen and (max-width: 767px) {
    .filter-type>div h3:hover:before,
    .filter-type>div h3.af:before {
        background-color: #cc0000;
        width: 7px;
        height: 7px;
    }
    .product__listing .clearfix {
        max-width: 374px;
        margin: auto;
    }
    .search.results .product__listing {
        max-width: 374px;
        margin: auto;
    }
    .product__listing .pl_item:nth-child(3n) {
        margin-right: 20px;
    }
    .pl_item .show_info_ontab {
        margin-top: 11px;
    }
    li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count3 .inner_block,
    li:not(.filter-color) div.filter-options div.removecss.inner_count3 .inner_block {
        width: 100%;
    }
    li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count2 .inner_block,
    li:not(.filter-color) div.filter-options div.removecss.inner_count2 .inner_block {
        width: 100%;
    }
    li:not(.filter-color_bucket) div.filter-options div.removecss.inner_count4 .inner_block,
    li:not(.filter-color) div.filter-options div.removecss.inner_count4 .inner_block {
        width: 100%;
    }
    li.filter-color_bucket div.filter-options div.removecss .inner_block,
    li.filter-color div.filter-options div.removecss .inner_block {
        display: none;
    }
    li.filter-color_bucket div.filter-options div.removecss .inner_block.color_on_mobile,
    li.filter-color div.filter-options div.removecss .inner_block.color_on_mobile {
        display: inline-block;
        width: 50%;
    }
    li.filter-color_bucket div.filter-options div.removecss .inner_block.color_on_mobile:first-of-type,
    li.filter-color div.filter-options div.removecss .inner_block.color_on_mobile:first-of-type {
        padding: 0 10px 0 0;
    }
    li:not(.filter-color_bucket) div.filter-options .inner_block,
    li:not(.filter-color) div.filter-options .inner_block {
        display: block;
    }
    div.filter-options>div:not(.removecss) {
        columns: 1 !important;
    }
    
    .customer-logged-in .pl_details_right {
        margin-left: 0;
    }
    .page-with-filter .page-main,
    .page-with-filter main.page-main {
        z-index: 20;
    }
    .filter-fixed {
        top: 55px;
    }
    .ft-row.ft-top {
        padding: 51px 0 16px;
        height: 110px;
        overflow: hidden;
    }
    .ft-row.ft-top>div.clearfix {
        padding-right: 0;
        height: 61px;
        /* overflow: hidden; */
        width: calc(100% - 40px);
        margin: auto;
    }
    .ft-top_left {
        margin-top: -38px;
        width: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    ul.selected-filters {
        white-space: nowrap;
    }
    ul.selected-filters+a[title="Reset"] {
        /* display: none; KITS */
    }
    .ft-row.ft-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border: none;
        z-index: 999999;
        display: none;
        /* max-height: calc(100vh - 55px); KITS - Increase height */
        max-height: 100vh;
        overflow-y: auto;
        border-bottom: 3px solid #4e4e4e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    }
    .ft-row.ft-bottom:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #ffffff;
        z-index: 1;
        opacity: 0.6;
    }
    .ft-row.ft-bottom>div {
        background: #ffffff;
        position: relative;
        z-index: 1000;
        height: 100%;
        padding-top: 50px;
    }
    .select-filters {
        float: none;
    }
    li.filter-type {
        margin-right: 0;
        display: block;
        position: relative;
        width: 100%;
    }
    li.filter-type>h2 {
        border-bottom: 1px solid rgba(180, 180, 180, 0.1);
        line-height: 55px;
    }
    div.filter-options {
        position: relative;
        /* padding-left: 30px !important; KITS */
        padding-left: 10px !important;
        top: initial;
        background: #fff;
    }
    div.filter-options>div {
        columns: initial;
        padding-bottom: 0;
    }
    .filter-material .filter-options>div,
    .filter-design .filter-options>div {
        columns: initial;
        padding-bottom: 0;
    }
    li.filter-type.filter-open>h2 {
        line-height: 30px !important;
        border: 0 !important;
    }
    .filter-type>select {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1000;
    }
    .product__listing {
        padding: 0 20px;
    }
    .search.results .product__listing {
        padding: 0 20px !important;
        margin-top: 31px;
    }
    .product__listing .pl_item {
        width: 157px;
        margin-right: 20px;
    }
    .product__listing .pl_item:nth-child(5n),
    .product__listing .pl_item:nth-child(3n) {
        margin-right: 5.971%;
    }
    .product__listing .pl_item:nth-child(2n) {
        margin-right: 20px;
    }
    li.filter-type>h2:after {
        float: right;
        font-size: 14px;
        padding: 0 20px;
        position: absolute;
        right: -20px;
    }
    .hide-filter,
    .show-filter {
        display: block;
    }
    .hide-filter {
        position: absolute;
        top: 15px;
        right: 0;
        background: #ffffff url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/Close.svg") no-repeat center center;
        background-size: 100%;
        width: 13px;
        height: 13px;
        cursor: pointer;
        clear: both;
        padding: 19px 42px;
        background-size: 13px;
        margin-left: auto;
        z-index: 99999;
    }
    .mobile-filter-data {
        /* display: inline-block; */
        color: #fff !important;
        text-transform: uppercase;
        width: 100%;
        display: none;
        text-align: center;
        line-height: 30px;
        padding: 11px 0;
        background-color: #cc0000;
        position: fixed;
        bottom: 5%;
        width: calc(100% - 57px);
        margin: auto;
        z-index: 1;
    }
    .show-filter {
        cursor: pointer;
        /* background  : #ffffff url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/filter.svg") no-repeat center center; KITS */
        background: #cc0000 url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/filter-scala.svg") no-repeat center center;
        background-size: 35px auto;
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 150px;
        position: fixed;
        z-index: 100;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    }
    .ft-bottom_right {
        position: absolute;
        top: 10px;
        width: 100%;
        text-align: center;
        left: 0;
    }
    .ft-top_right {
        display: none;
    }
    .ft-row.ft-top>div.clearfix .ft-top_right {
        display: inline-block;
        float: none;
        position: absolute;
        top: 10px;
        transform: translateY(180%);
        /* transform: translateY(140%); */
        right: 40vw;
        text-align: center;
    }
    .ft-row.ft-top>div.clearfix .ft-top_right .most-relevant {
        display: none;
    }
    .ft-bottom_right .most-relevant {
        display: inline-block;
        font-size: 12px;
    }
    .most-relevant {
        margin-left: 18px;
    }
    .filter-color_bucket.filter-type div.filter-options>div,
    .filter-color.filter-type div.filter-options>div {
        width: 100%;
    }
    .ft-footer {
        display: block;
        margin: 25px 0;
    }
    .ft-pagination ul li {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .product__listing .clearfix {
        max-width: 100%;
        margin: auto;
    }
    .product__listing .pl_item {
        width: 180px;
        margin-right: 20px;
    }
    .product__listing .pl_item:nth-child(2n) {
        margin-right: 20px;
    }
    .product__listing .pl_item:nth-child(3n) {
        margin-right: 0px;
    }
    .product__listing .pl_item:nth-child(5n) {
        margin-right: 20px;
    }
}


.wrapper-loader {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}

.common-loader {
    display: none;
    margin-top: -35px;
    margin-left: -35px;
    font-size: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    border-top: 10px solid rgba(200, 200, 200, 0.8);
    border-right: 10px solid rgba(200, 200, 200, 0.8);
    border-bottom: 10px solid rgba(200, 200, 200, 0.8);
    border-left: 10px solid #cc0000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: customloader 1.1s infinite linear;
    animation: customloader 1.1s infinite linear;
    z-index: 99999;
}

.common-loader,
.common-loader:after {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

@-webkit-keyframes customloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes customloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ft-pagination ul li {
    display: inline-block;
    padding: 0 15px;
}

.ft-pagination ul li.active {
    color: #141414;
    border: 0;
    padding: 0 15px;
}

.ft-pagination ul li a {
    text-decoration: none;
}

.sku_left {
    float: left;
    width: 62% !important;
}

.pl_details>h4 {
    word-break: break-word;
}

.pl_item .productDescription p,
.pl_item .productDescription span {
    word-break: break-all;
}


/*serach page*/

.search.results .product__listing {
    /*font-size: 0; KITS */
    padding: 0 30px;
    text-align: center;
}

body.catalogsearch-result-index .page-title-wrapper {
    display: none;
}

.search.results {
    max-width: 1600px;
    margin: auto;
}

.search.results .search_header {
    overflow: hidden;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    padding: 20px 0;
    width: 84%;
    margin: auto;
}

.search.results .search_header>div {
    display: inline-block;
    width: 50%;
}

.search.results .search_header .toolbar.toolbar-products {
    position: relative;
    margin: 0;
    width: 50%;
}

.search.results .querytextheader p {
    display: inline-block;
    color: #c3c3c3;
    font-family: 'Lato', sans-serif;
    margin-right: 9px;
    line-height: 36px;
}

.search.results .querytextheader span {
    display: inline-block;
    font-size: 30px;
    color: #141414;
    letter-spacing: 0.1px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}

a.closesearch:before {
    content: '';
    background-image: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/cross_grey.svg");
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 11px;
}

.search.results .search_header .toolbar.toolbar-products .toolbar-sorter.sorter {
    color: #141414;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-right: 40px;
    background: url("../../frontend/Scalamandre/luma/en_US/Magento_Theme/images/most_relevant_icon.svg") no-repeat center right;
    background-size: auto 13px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin-left: 18px;
}

.search.results .search_header .toolbar.toolbar-products .toolbar-sorter.sorter select#sorter {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 0;
    height: 100%;
    cursor: pointer;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .search.results .search_header .toolbar.toolbar-products .toolbar-sorter.sorter {
        font-size: 0;
    }
    .search.results .search_header {
        border: none;
    }
    .search.results .search_header {
        width: 100%;
        /* box-shadow   : 0px 11px 99px rgba(0,0,0,0.1);*/
        padding: 28px 30px;
        background-color: #fff;
        border-top: 1px solid #f7f7f7;
    }
    .search.results {
        background-color: #f0f1f1;
    }
}

@media screen and (max-width: 767px) {
    .search.results .querytextheader p {
        display: block;
    }
    .search.results .search_header {
        width: 100%;
        /*box-shadow: 0px 11px 99px rgba(0,0,0,0.1);*/
        padding: 20px;
    }
    .show-filter.hide_filter_option {
        display: none;
    }
}

.product__listing .pl_item {
    margin-bottom: 40px;
}
@media screen and (min-width: 320px) and (max-width: 375px) {
    .product__listing .pl_item:nth-child(2n) {
        margin-right: 14px;
        width: 45%;
    }
    .product__listing .pl_item{
        margin-right: 14px;
    }
    .product__listing .pl_item:nth-child(5n), .product__listing .pl_item:nth-child(3n){
        margin-right: 14px;
    }
}

@media screen and (max-width: 420px) and (min-width: 375px) {
    .product__listing .pl_item {
        margin-right: 14px;
    }
    .pl_details_right .price span{
        font-size: 11px !important;
    }
    .product__listing {
        padding: 0 15px;
    }
    .search.results .product__listing {
        padding: 0 15px !important;
    }
    .filter-color_bucket.filter-type>div h3:nth-of-type(2n),
    .filter-color.filter-type>div h3:nth-of-type(2n) {
        /* margin-right: 0; */
    }
}

@media screen and (max-width: 374px) {
    .product__listing .pl_item {
        width: 45%;
    }
    .product__listing .clearfix {
        max-width: unset;
    }
    .filter-color_bucket.filter-type>div h3:nth-of-type(2n),
    .filter-color.filter-type>div h3:nth-of-type(2n) {
        /* margin-right: 0; */
    }
}


/**
* New Label Stylings
*/

.__pl_img_newLabel__ {
    position: relative;
    display: block;
}
.__clearance__.onhover{
    display: none;
}
.__clearance__{
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #CC0000;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    line-height: 0.8;
    text-transform: uppercase;
 
}

.__newLabel__ {
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #CC0000;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    top: 1em;
    left: 1em;
    /* z-index    : 3; */
    line-height: 0.8;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .__clearance__ {
        top: 20.5em;
        left: 4em;
    }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
    .__clearance__ {
        top: 21em !important;
        left: 4em !important;
    }
}
@media screen and (max-width: 767px){
    .__clearance__{
        letter-spacing: 2.5px;
        font-size: 0.65em;
        padding: 0.35em 0.5em;
        top: 18em;
        left: 3em;
    }
}
@media screen and (min-width: 812px) and (max-width: 1024px) {
    .__clearance__ {
        top: 20.5em !important;
        left: 4em !important;
    }
}
@media screen and (max-width: 768px) {
    .__newLabel__ {
        letter-spacing: 3px;
        font-size: 0.8em;
        padding: 0.35em 0.5em;
    }
    ._outdoor_ {
        letter-spacing: 2.5px;
        font-size: 0.65em;
        padding: 0.35em 0.5em;
        left: 6em;
    }
}

@media screen and (max-width: 1024px) {
    .product__listing .pl_item .productDescription .pl_details_right,.staticpage .productDescription .pl_details_right  {
        display: inline-flex !important;
        ;
        text-align: left;
        width: 100%;
    }
    .product__listing .pl_item .productDescription .price,.staticpage .productDescription .price  {
        width: 85%;
    }
    .product__listing .pl_item .productDescription .aa-to-cart {
        width: 14%;
    }
    .product__listing .pl_item .productDescription {
        /* display: none; KITS */
        display: block;
    }
}
/** outdoor css **/
@media screen and (min-width: 1024px) and (max-width: 1024px){
    ._outdoor_ {
        margin-left: -50px;
    }
}
._outdoor_{
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #6c8d26;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    top: 1em;
    right: 1em;
    left: 14em;
    line-height: 0.8;
    text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 360px) {
    ._outdoor_ {
        letter-spacing: 2px;
        font-size: 0.60em;
        left: 6em;
        width: 80px;
    }
    .__newLabel__ , .__clearance__ {
        letter-spacing: 2px;
        font-size: 0.60em;
       
    }
 }
 @media screen and (min-width: 360px) and (max-width: 420px) {
    ._outdoorright_ {
    left: 6em;
    padding: 0.35em 0.5em;
    letter-spacing: 1.5px;
    font-size: 0.7em;
 }
 .__newLabel__{
    letter-spacing: 1.5px;
    font-size: 0.7em;
 }
 ._outdoorleft_{
    padding: 0.35em 0.5em !important;
    letter-spacing: 1.5px !important;
    font-size: 0.7em !important; 
 }
}
 @media screen and (max-width: 320px) {
        ._outdoor_ {
            width: 65px !important;
            font-size: 0.53em !important;
            letter-spacing: 1.5px !important;
            padding: 0.35em 0.5em;
        }
        .__newLabel__ , .__clearance__ {
            font-size: 0.53em;
            letter-spacing: 1.5px;
        }
 }
 @media screen and (min-width: 768px) and (max-width: 1024px) {
    .filter-toolbar.filter-fixed{
        top: 80px;
    }
 }
 @media screen and (min-width: 768px) {
        ._outdoor_ {
            left: 12em;
        }
        ._outdoorright_ {
            left: inherit;
            letter-spacing: 3px;
            font-size: 0.8em;
        }
        .mob_moreSwatches{
            display: none;
        }
}
._outdoorleft_{
    display: block;
    letter-spacing: 3px;
    font-size: 0.8em;
    background: #6c8d26;
    color: rgb(255, 255, 255);
    padding: 0.45em 0.65em;
    position: absolute;
    top: 1em;
    left: 1em  !important;
    right: unset !important;
    line-height: 0.8;
    text-transform: uppercase;
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
    ._outdoorright_ {
        line-height: 0.8em;
    }
    ._outdoorleft_ {
        left: 5em !important;
    }
}
@media screen and (min-width: 812px) and (max-width: 812px) {
    ._outdoorright_ {
        left: 8em !important;
    }
   
 }
@media screen and (min-width: 1025px)  {
    ._outdoorright_{
        left: 14em !important;
    }
    .__clearance__ {
        left: 7em;
        top: 29em; 
    }
}


/* css added by manisha for plp hover image fade animation */
.pl_img {
    cursor:pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .4s ease;
    /* background-color: #008CBA; */
  }
  
  .pl_item:hover .pl_img {
    opacity: 1;
  }
/* end of css */

/* Added Css for Product List Breaking In  favorites Page */
body.favorites-index-index .pl_img{
    position: relative;
    opacity: 1;
}
/* End *//**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    position: relative;
    font-family: 'Lato', sans-serif;
    color: #141414;
    font-size: 12px;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-attribute-options {
    margin-top: 10px;
}

.swatch-option {
    width: 90px;
    padding: 1px 2px;
    /*min-width: 30px;
    max-width: 90px;*/
    height: 120px;
    float: left;
    margin: 0 20px 0px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
   /* border: 1px solid rgb(218, 218, 218);*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.swatch-option.text {
    background: #F0F0F0;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    margin-right: 7px;
}

.swatch-option.selected {
   /* outline: 2px solid #ff5501;
    border: 1px solid #fff;
    color: #333;*/
}

.swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
    background: rgb(240, 240, 240);
    color: rgb(148, 148, 148);
}

.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff;
}

.swatch-option:not(.disabled):hover {
   /* outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;*/
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
   /* outline: 2px solid #ee0000;
    border: 1px solid #fff;*/
}

.swatch-option.disabled {
    cursor: default;
}

.swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: -moz-linear-gradient(to left top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 46%, rgba(255,82,22,1) 47%, rgba(255,82,22,1) 53%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 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%,rgba(255,255,255,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(47%,rgba(255,82,22,1)), color-stop(53%,rgba(255,82,22,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), 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%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 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%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 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%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.swatch-option-tooltip {
    max-width: 140px;
    /*max-height: 160px;*/
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: rgb(148, 148, 148);
    display: none;
    z-index: 999;
    text-align: center;
    
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    left: 40%;
    position: absolute;
    bottom: 0;
    height: 8px;
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    content: '';
    position: relative;
    top: 1px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    /*margin: 0 0 5px;*/
    margin: 0 auto;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: rgb(40, 40, 40);
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-link-layered:focus > div {
    box-shadow: 0 0 3px 1px #68a8e0;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
.swatch-opt-listing {
    margin-bottom: 10px;
}

.swatch-option-loading {
    content: url("../../frontend/Scalamandre/luma/en_US/Magento_Swatches/images/loader-2.gif");
}

.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}
@font-face {
	font-family: 'cws-arrow';
	src:url('../../frontend/Scalamandre/luma/en_US/Magebees_Responsivebannerslider/css/responsivebannerslider/fonts/cwsarw.eot');
	src:url('../../frontend/Scalamandre/luma/en_US/Magebees_Responsivebannerslider/css/responsivebannerslider/fonts/cwsarw.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Scalamandre/luma/en_US/Magebees_Responsivebannerslider/css/responsivebannerslider/fonts/cwsarw.woff') format('woff'),
		url('../../frontend/Scalamandre/luma/en_US/Magebees_Responsivebannerslider/css/responsivebannerslider/fonts/cwsarw.ttf') format('truetype'),
		url('../../frontend/Scalamandre/luma/en_US/Magebees_Responsivebannerslider/css/responsivebannerslider/fonts/cwsarw.svg#cws-arrow') format('svg');
	font-weight: normal;
	font-style: normal;
}

.cwsSlider * { margin:0; padding:0; box-sizing:border-box; }
.cwsSlider img { max-width:100%; display:block; margin:0 auto; }
.cwsSlider a { text-decoration:none; cursor:pointer; outline:none; }
.std .cwsSlider ul, .std .cwsSlider ul li, .std .cwsSlider ol, .std .cwsSlider ol li,
.cwsSlider ul, .cwsSlider ul li, .cwsSlider ol, .cwsSlider ol li { list-style:none !important; margin:0; padding:0; }
.cwsSlider .slides { zoom:1; }
.hideArw { display:none; }
/* Clearfix for the .slides element */
.loading {min-height: 300px; background: url('../../frontend/Scalamandre/luma/en_US/Magebees_Responsivebannerslider/css/responsivebannerslider/loading.gif') no-repeat center center;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.cws-arw a, .cws-pager,
.cws-viewport, ul.slides li { -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
/* .cwsSlider .loading { max-height:300px; overflow:hidden; } */

/**** Theme styles ****/
.cwsSlider { position:relative; margin:0 auto 30px; }
.page-products .cwsSlider, .catalog-product-view .cwsSlider, .cms-page-view .cwsSlider { margin:0 auto 55px; }

.cwsRwdSlider { position:relative; }
.cwsRwdSlider .slides li { position:relative; }
.cwsRwdSlider .slides li.video iframe {  width:100%; }

.sliderdecs { color:#fff; width:45%; position:absolute; top:30px; right:50px; padding:20px; border-left:5px solid rgba(255,255,255,0.50); }
.sliderdecs h3 { color:#fff; margin:0; }


video { width:100%!important; height:auto!important; }
.videoWrapper { position:relative; padding-bottom:44.0%; padding-top:0; height:0; }
.videoWrapper iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Crousel style */
.rwdCarousel { position:relative; }
.rwdCarousel .cws-viewport { position:relative; overflow:hidden; }
.rwdCarousel ul.slides li { flex:left; margin-right:15px; }

.defaultTheme .rwdCarousel ul.slides li { width:100px; padding:7px; border:1px solid #ddd; }
.dropShadow .rwdCarousel ul.slides { padding:3px; }
.dropShadow .rwdCarousel ul.slides li { width:100px; padding:7px; box-shadow:2px 2px 4px 0 rgba(0,0,0,0.40); }

.emboss .rwdCarousel ul.slides { padding:4px 4px 20px; }
.emboss .rwdCarousel ul.slides li { position:relative; padding:2px; box-shadow:0px 0px 4px 0 rgba(0,0,0,0.40); }
.emboss .rwdCarousel ul.slides li:after { content:' '; display:block; width:100%; height:20px; position:absolute; bottom:-20px; left:0; overflow:hidden;
	background:url(../../frontend/Scalamandre/luma/en_US/Magebees_Responsivebannerslider/css/responsivebannerslider/bottom-shadow.png) no-repeat 50% 95%/100% 30px; }
.emboss .rwdCarousel ul.slides li img { border:1px solid #ddd; padding:4px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.20); }

/* Slider and Crousel style */
.rwdSlideCrousel ul.slides li { float:left; margin-right:10px; opacity:1; cursor:pointer; }
.rwdSlideCrousel ul.slides li.video img { width:150px !important; }
.rwdSlideCrousel ul.slides li:hover,
.rwdSlideCrousel ul.slides li.cws-active-slide { opacity:0.6; cursor:default; }

.blankTheme .cwsRwdSlider { margin-bottom:10px; }

.slideNcrosel .slider { position:relative; }
.slideNcrosel.defaultTheme .slider { padding:10px; border:2px solid #DDDDDD; }
.slideNcrosel.defaultTheme .slider:last-child { border-top:0 none; }

.verticalSlider.defaultTheme .cwsRwdSlider { border:2px solid #ddd; padding:10px; }
.verticalSlider.basSlider.defaultTheme ul.slides { border:0 none; padding:0; }

.slideNcrosel.dropShadow .cwsRwdSlider { margin-bottom:15px; box-shadow:1px 3px 6px 0 rgba(0,0,0,0.50); }
.slideNcrosel.dropShadow .rwdSlideCrousel ul.slides li { margin-right:15px; box-shadow:1px 2px 4px 0 rgba(0,0,0,0.50); }

.slideNcrosel.emboss { padding-bottom:35px; background:url(../../frontend/Scalamandre/luma/en_US/Magebees_Responsivebannerslider/css/responsivebannerslider/bottom-shadow.png) no-repeat 50% 100%/100% 36px; }
.slideNcrosel.emboss .slider { border:2px solid #fff; box-shadow:0 0 5px 0 rgba(0,0,0,0.30); }
.slideNcrosel.emboss .cwsRwdSlider, 
.slideNcrosel.emboss .rwdSlideCrousel { padding:8px; background-color:#fff; box-shadow:inset 0 0 7px 0 rgba(0,0,0,0.25); }



/* Direction Nav */
.cws-arw { *height:0; }
.cws-arw a  { display:block; width:35px; height:35px; margin-top:-17px; position:absolute; top:50%; z-index:10; overflow:hidden; opacity:0; cursor:pointer; text-shadow:1px 1px 0 rgba(255,255,255,0.3); }
.cws-arw .cws-prev { left:0; }
.cws-arw .cws-next { right:0; }
.cws-arw a:before  { font-family:"cws-arrow"; font-size:34px; line-height:34px; text-align:center; height:34px; width:34px; display:inline-block; }

.cws-arw.angle a.cws-prev:before { content: "\69"; }
.cws-arw.angle a.cws-next:before { content: "\6a"; }
.cws-arw.angle_small a.cws-prev:before { content: "\6d"; }
.cws-arw.angle_small a.cws-next:before { content: "\6e"; }
.cws-arw.angle_circle a.cws-prev:before { content: "\37"; }
.cws-arw.angle_circle a.cws-next:before { content: "\38"; }
.cws-arw.angle_square a.cws-prev:before { content: "\21"; }
.cws-arw.angle_square a.cws-next:before { content: "\23"; }
.cws-arw.arrow a.cws-prev:before { content: "\6b"; }
.cws-arw.arrow a.cws-next:before { content: "\6c"; }
.cws-arw.arrow_circle a.cws-prev:before { content: "\6f"; }
.cws-arw.arrow_circle a.cws-next:before { content: "\70"; }
.cws-arw.caret a.cws-prev:before { content: "\65"; }
.cws-arw.caret a.cws-next:before { content: "\66"; }
.cws-arw.chevron a.cws-prev:before { content: "\77"; }
.cws-arw.chevron a.cws-next:before { content: "\78"; }
.cws-arw.chevron_smooth a.cws-prev:before { content: "\71"; }
.cws-arw.chevron_smooth a.cws-next:before { content: "\72"; }
.cws-arw.chevron_circle a.cws-prev:before { content: "\33"; }
.cws-arw.chevron_circle a.cws-next:before { content: "\34"; }
.cws-arw.chevron_square a.cws-prev:before { content: "\39"; }
.cws-arw.chevron_square a.cws-next:before { content: "\30"; }


.NavArwOnHover:hover .cws-arw .cws-prev,
.alwaysNavArw .cws-arw .cws-prev { opacity:0.6; left:10px; }
.NavArwOnHover:hover .cws-arw .cws-next,
.alwaysNavArw .cws-arw .cws-next { opacity:0.6; right:10px; }

.cwsRwdSlider:hover .cws-next:hover, .cwsRwdSlider:hover .cws-prev:hover { opacity:1; }

.navArwOutside.NavArwOnHover:hover .cws-arw .cws-prev,
.navArwOutside.alwaysNavArw .cws-arw .cws-prev { left:-40px; }
.navArwOutside.NavArwOnHover:hover .cws-arw .cws-next,
.navArwOutside.alwaysNavArw .cws-arw .cws-next { right:-40px; }

.navArwInLeft .cws-arw .cws-prev, .navArwInLeft .cws-arw .cws-next,
.navArwInRight .cws-arw .cws-prev, .navArwInRight .cws-arw .cws-next { bottom:10px; top:inherit; margin:0; }
.navArwInLeft .cws-arw .cws-prev { left:10px; }
.navArwInLeft .cws-arw .cws-next { left:50px; }
.navArwInRight .cws-arw .cws-prev,
.navArwInRight.NavArwOnHover:hover .cws-arw .cws-prev { left:inherit; right:50px; }
.navArwInRight .cws-arw .cws-next { right:10px; }

/* Pager style */
.cws-pager { position:absolute; z-index:99; opacity:0; }
.cws-pager li { margin:0 3px; display:inline-block; }
.cws-pager li a { display:block; width:12px; height:12px; text-indent:-999em; border-radius:50%; border:2px solid #fff; box-shadow:0px 0px 1px rgba(0,0,0,0.40); margin:0 2px; }

.cws-pager.squared li a, .cws-pager.squ-bar li a { border-radius:0; }
.cws-pager.cir-bar, .cws-pager.squ-bar { padding:10px 10px 0 !important; }

.alwaysPaging .cws-pager,
.pagingOnHover:hover .cws-pager { opacity:1; }
.alwaysPaging:hover .cws-pager.cir-bar, .alwaysPaging:hover .cws-pager.squ-bar,
.pagingOnHover:hover .cws-pager.cir-bar, .pagingOnHover:hover .cws-pager.squ-bar { opacity:0.9; }

.pagerBelow .cws-pager { bottom:-40px; left:auto; width:100%; text-align:center; margin:0 auto; }
.pagerBelow .cws-pager.cir-bar, .pagerBelow .cws-pager.squ-bar { bottom:-35px; }
.pagerAbove .cws-pager { top:-20px; left:50%; transform: translateX(-50%); }
.pagerAbove .cws-pager.cir-bar, .pagerAbove .cws-pager.squ-bar { top:-35px; }
.pagerInTop .cws-pager { top:10px; left:45%; }
.pagerInBottom .cws-pager { bottom:10px; left:45%; }
.pagerInBottomleft .cws-pager { bottom:10px; left:20px; }
.pagerInBottomright .cws-pager { bottom:10px; right:20px; }

.navArwInLeft.pagerInBottomleft .cws-pager { bottom:22px; left:92px; }
.navArwInRight.pagerInBottomright .cws-pager { bottom:22px; right:92px; }
.navArwInLeft.pagerInBottomleft .cws-pager.cir-bar, .navArwInRight.pagerInBottomleft .cws-pager.cir-bar,
.navArwInLeft.pagerInBottomright .cws-pager.squ-bar, .navArwInRight.pagerInBottomright .cws-pager.squ-bar { bottom:13px; }


/****** Slider Theme setting style ******/
/* Default Theme */
/* .basSlider.defaultTheme .cwsRwdSlider { padding:10px; border:2px solid #ddd; } */
.defaultTheme .pagerBelow .cws-pager { bottom:-30px; }
.defaultTheme .pagerAbove .cws-pager { top:-23px; }
.defaultTheme .pagerBelow .cws-pager.cir-bar, .defaultTheme .pagerBelow .cws-pager.squ-bar { bottom:-34px; }
.pagerBelow .cws-pager.cir-bar, .pagerBelow .cws-pager.squ-bar, .pagerAbove .cws-pager.cir-bar, .pagerAbove .cws-pager.squ-bar { left:-2px; width:100.3%; }
.defaultTheme .pagerAbove .cws-pager.cir-bar, .defaultTheme .pagerAbove .cws-pager.squ-bar { top:-34px; text-align:center }

.basSlider.dropShadow { position:relative; -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
.basSlider.dropShadow:before, .basSlider.dropShadow:after { content:""; position:absolute; z-index:-1; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8); -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0; bottom:0; left:10px; right:10px; -moz-border-radius:100px / 10px; border-radius:100px / 10px; }
.basSlider.dropShadow:after { right:10px; left:auto; -webkit-transform:skew(8deg) rotate(3deg); -moz-transform:skew(8deg) rotate(3deg); -ms-transform:skew(8deg) rotate(3deg); -o-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg); }


.basSlider.emboss { padding-bottom:35px; background:url(../../frontend/Scalamandre/luma/en_US/Magebees_Responsivebannerslider/css/responsivebannerslider/bottom-shadow.png) no-repeat 50% 100%/100% 36px; }
.basSlider.emboss .slider { border:2px solid #fff; box-shadow:0 0 5px 0 rgba(0,0,0,0.30); }
.basSlider.emboss .cwsRwdSlider { padding:8px; background-color:#fff; box-shadow:inset 0 0 7px 0 rgba(0,0,0,0.25); }
.basSlider.emboss .cws-pager.squ-bar { bottom:-65px; }


.emboss .rwdCarousel ul.slides:after { content:" "; display:block; clear:both; height:0; width:0; overflow:hidden; }

@media only screen and (max-width:1320px) {
.navArwOutside.NavArwOnHover:hover .cws-arw .cws-prev,
.navArwOutside.alwaysNavArw .cws-arw .cws-prev { left:0; }
.navArwOutside.NavArwOnHover:hover .cws-arw .cws-next,
.navArwOutside.alwaysNavArw .cws-arw .cws-next { right:0; }
}


@media only screen and (max-width:768px) {
.cws-arw .cws-next { right:2px; }
.cws-arw .cws-prev { left:2px; }
.pagerBelow .cws-pager.cir-bar, .pagerBelow .cws-pager.squ-bar { width:101%; }

.columns .column.main { max-width:100%; }
.column > link:first-child + .cwsSlider { order:-2; width:100%; }
	
}

@media only screen and (max-width:480px) {
.pagerAbove .cws-pager, .pagerInTop .cws-pager, .pagerInBottom .cws-pager { left:37%; }
}
@media only screen and (max-width:380px) {
.pagerBelow .cws-pager.cir-bar, .pagerBelow .cws-pager.squ-bar { width:101.5%; }
}

.su-youtube { margin:0; }
.su-responsive-media-yes { height:0; overflow:hidden; padding-bottom:41.25%; position:relative; }
.su-youtube iframe { border:medium none !important; border:0 none; }
.su-responsive-media-yes iframe, .su-responsive-media-yes object, .su-responsive-media-yes embed { height:100%; left:0; position:absolute; top:0; width:100%; }