/**
 * 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*/
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
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: 58.0357%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #666666;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.02307717rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #0d0d0d;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 19px;
  margin-top: 19px;
}
sub,
sup {
  font-size: 69.23078627%;
  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.69230836rem;
  margin-top: 0rem;
  margin-bottom: 2.04615435rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.83076968rem;
  margin-top: 2.04615435rem;
  margin-bottom: 1.02307717rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.04615435rem;
  margin-bottom: 2.04615435rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.29230801rem;
  margin-top: 2.04615435rem;
  margin-bottom: 2.04615435rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.07692334rem;
  margin-top: 2.04615435rem;
  margin-bottom: 2.04615435rem;
}
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: #666666;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #666666;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #666666;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #e76453;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #e76453;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.55769294rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.02307717rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 19px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4.75px;
  margin-top: 0;
}
dd {
  margin-bottom: 9.5px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #444444;
  padding: 2px 4px;
  font-size: 1.29230801rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #444444;
  padding: 2px 4px;
  font-size: 1.29230801rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #444444;
  line-height: 1.53;
  margin: 0 0 9.5px;
  padding: 9.5px;
  font-size: 1.29230801rem;
  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 19px 18px;
  padding: 0;
  color: #666666;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.53;
  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: #666666;
  line-height: 1.53;
  font-size: 0.96923101rem;
  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 9.5px;
}
button {
  background-image: none;
  background: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #d43e2a;
  border: 1px solid #dad4cd;
  color: #ffffff;
}
button:hover {
  background: #d43e2a;
  border: 1px solid #e76452;
  color: #ffffff;
}
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 #e3e2e2;
  border-radius: 1px;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.9999968px;
  height: 30px;
  line-height: 1.53;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e3e2e2;
  border-radius: 1px;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.9999968px;
  height: 30px;
  line-height: 1.53;
  padding: 4.75px 9.5px 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 #e3e2e2;
  border-radius: 1px;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.9999968px;
  height: auto;
  line-height: 1.53;
  margin: 0;
  padding: 9.5px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 4.75px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 4.75px 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.29230801rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.header.panel > .header.links > li > a:hover {
  text-decoration: none;
}
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.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,
.order-details-items .items-qty > 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,
.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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #d43e2a;
  border: 1px solid #d43e2a;
  color: #ffffff;
}
.action-primary:hover {
  background: #d43e2a;
  border: 1px solid #d43e2a;
  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,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .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:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.block-compare .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: none;
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  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: #d43e2a;
  border: 1px solid #dad4cd;
  color: #ffffff;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #d43e2a;
  border: 1px solid #e76452;
  color: #ffffff;
}
.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,
.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,
.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 .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.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.53;
  padding: 0;
  color: #666666;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.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,
.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,
.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 .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show: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: #666666;
  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,
.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,
.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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show: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: #e76453;
  text-decoration: none;
}
.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,
.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,
.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 .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show: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: #e76453;
  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,
.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,
.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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show: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,
.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,
.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 .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.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: #666666;
  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),
.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),
.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 .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show: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,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
}
.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,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .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: #d43e2a;
  border: 1px solid #dad4cd;
  color: #ffffff;
}
.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,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.block-compare .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: #d43e2a;
  border: 1px solid #e76452;
  color: #ffffff;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  padding: 7px 15px;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.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.instant-purchase,
.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,
.multicheckout .action.primary {
  background-image: none;
  background: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.abs-button-l:focus,
.abs-button-l:active,
#store-selector .form-continue .actions-toolbar .action.primary:focus,
#store-selector .form-continue .actions-toolbar .action.primary:active,
.form-address-edit .actions-toolbar .action.vertex-secondary:focus,
.form-address-edit .actions-toolbar .action.vertex-secondary:active,
.order-review-form .action.primary:focus,
.order-review-form .action.primary:active,
.bundle-actions .action.primary.customize:focus,
.bundle-actions .action.primary.customize:active,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:focus,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:active,
.box-tocart .action.instant-purchase:focus,
.box-tocart .action.instant-purchase:active,
.box-tocart .action.tocart:focus,
.box-tocart .action.tocart:active,
.cart-summary .checkout-methods-items .action.primary.checkout:focus,
.cart-summary .checkout-methods-items .action.primary.checkout:active,
.block-minicart .block-content > .actions > .primary .action.primary:focus,
.block-minicart .block-content > .actions > .primary .action.primary:active,
.methods-shipping .actions-toolbar .action.primary:focus,
.methods-shipping .actions-toolbar .action.primary:active,
.block-authentication .action.action-register:focus,
.block-authentication .action.action-register:active,
.block-authentication .action.action-login:focus,
.block-authentication .action.action-login:active,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:focus,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:active,
.form-address-edit .actions-toolbar .action.primary:focus,
.form-address-edit .actions-toolbar .action.primary:active,
.multicheckout .action.primary:focus,
.multicheckout .action.primary:active {
  background: #d43e2a;
  border: 1px solid #dad4cd;
  color: #ffffff;
}
.abs-button-l:hover,
#store-selector .form-continue .actions-toolbar .action.primary:hover,
.form-address-edit .actions-toolbar .action.vertex-secondary:hover,
.order-review-form .action.primary:hover,
.bundle-actions .action.primary.customize:hover,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover,
.box-tocart .action.instant-purchase:hover,
.box-tocart .action.tocart:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.methods-shipping .actions-toolbar .action.primary:hover,
.block-authentication .action.action-register:hover,
.block-authentication .action.action-login:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover,
.form-address-edit .actions-toolbar .action.primary:hover,
.multicheckout .action.primary:hover {
  background: #d43e2a;
  border: 1px solid #e76452;
  color: #ffffff;
}
.abs-button-l.disabled,
.abs-button-l[disabled],
fieldset[disabled] .abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary.disabled,
#store-selector .form-continue .actions-toolbar .action.primary[disabled],
fieldset[disabled] #store-selector .form-continue .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.vertex-secondary.disabled,
.form-address-edit .actions-toolbar .action.vertex-secondary[disabled],
fieldset[disabled] .form-address-edit .actions-toolbar .action.vertex-secondary,
.order-review-form .action.primary.disabled,
.order-review-form .action.primary[disabled],
fieldset[disabled] .order-review-form .action.primary,
.bundle-actions .action.primary.customize.disabled,
.bundle-actions .action.primary.customize[disabled],
fieldset[disabled] .bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary.disabled,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.instant-purchase.disabled,
.box-tocart .action.instant-purchase[disabled],
fieldset[disabled] .box-tocart .action.instant-purchase,
.box-tocart .action.tocart.disabled,
.box-tocart .action.tocart[disabled],
fieldset[disabled] .box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout.disabled,
.cart-summary .checkout-methods-items .action.primary.checkout[disabled],
fieldset[disabled] .cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary.disabled,
.block-minicart .block-content > .actions > .primary .action.primary[disabled],
fieldset[disabled] .block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary.disabled,
.methods-shipping .actions-toolbar .action.primary[disabled],
fieldset[disabled] .methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register.disabled,
.block-authentication .action.action-register[disabled],
fieldset[disabled] .block-authentication .action.action-register,
.block-authentication .action.action-login.disabled,
.block-authentication .action.action-login[disabled],
fieldset[disabled] .block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.disabled,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary.disabled,
.form-address-edit .actions-toolbar .action.primary[disabled],
fieldset[disabled] .form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary.disabled,
.multicheckout .action.primary[disabled],
fieldset[disabled] .multicheckout .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-product-options-list dt,
.block-giftregistry-shared-items .product .item-options dt,
.cart.table-wrapper .item-options dt,
.multicheckout .item-options dt {
  float: left;
  clear: left;
  margin: 0 9.5px 4.75px 0;
}
.abs-product-options-list dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.block-giftregistry-shared-items .product .item-options dd,
.cart.table-wrapper .item-options dd,
.multicheckout .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 4.75px;
}
.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.instant-purchase,
.box-tocart .action.tocart {
  text-align: left;
}
.abs-reset-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-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 {
  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;
  max-width: 100%;
  margin: 0 auto;
}
.abs-login-block-title,
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.93846202rem;
}
.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,
.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,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.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 {
  width: 54px;
  text-align: center;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 18px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\e616';
  font-family: 'Luma-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #211f20;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #211f20;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #e76453;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #211f20;
  text-decoration: none;
}
.abs-like-link {
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #666666;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #e76453;
  text-decoration: none;
}
.abs-like-link:active {
  color: #e76453;
  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 {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.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: 28.5px;
}
.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: 28.5px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.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,
.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,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.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 .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.field.street .field.additional .label,
.filter-options-content .filter-count-label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.review-date .review-details-label,
.customer-review .product-details .rating-average-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 .tooltip > 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,
.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,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar: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,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses: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-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,
.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,
.form-create-return .actions-toolbar: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,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details: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-giftregistry-edit .field.date .control,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip {
  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 4.75px;
}
.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-size: 1.72307735rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #999999;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare: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,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #666666;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare: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 28.5px;
}
.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: 9.5px 18px 9.5px 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: 19px;
  top: 9.5px;
}
.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: #b0b0b0;
  font-size: 1.72307735rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.93846202rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title {
  margin-bottom: 23.75px;
  padding-bottom: 9.5px;
  border-bottom: 1px solid #c6c6c6;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.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,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span {
  font-size: 2.36923135rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax,
.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 {
  color: #666666;
  display: block;
  font-size: 1.93846202rem;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price,
.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 {
  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,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax {
  display: inline-block;
  font-size: 1.50769268rem;
}
.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,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.18461568rem;
}
.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,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.cart-summary .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,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.order-details-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 9.5px;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.order-details-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'Luma-Icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.order-details-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 19px;
}
.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;
  vertical-align: top;
  padding-top: 1px;
  padding-right: 23.75px;
  padding-bottom: 4.75px;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.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 {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 9.5px;
  border-left: 1px solid #d9d9d9;
  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,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title {
  display: inline-block;
  margin: 0 0 9.5px;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span {
  font-size: 1.72307735rem;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action {
  font-weight: 400;
  margin-left: 9.5px;
}
.abs-colon: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,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .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: 4.75px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #d9d9d9;
  border-radius: 0px;
  display: inline-block;
  margin: 0px 0 0;
  padding: 4.75px 9.5px;
  text-transform: uppercase;
  vertical-align: top;
  float: right;
  font-weight: bold;
}
.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: 9.5px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #e3e2e2;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #b0b0b0;
  font-size: 1.29230801rem;
  white-space: nowrap;
}
.abs-block-widget-title,
.block-reorder .block-title,
.block-compare .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 19px;
}
.abs-block-widget-title strong,
.block-reorder .block-title strong,
.block-compare .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 17px;
  font-weight: 300;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 19px;
}
.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: inline-block;
}
.abs-field-date .control,
.form-giftregistry-edit .field.date .control,
.form.search.advanced .fields.range .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-giftregistry-edit .field.date input,
.form.search.advanced .fields.range .field.date input {
  margin-right: 9.5px;
  width: calc(100% - 32.5px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 9.5px;
  width: calc(100% - 35.25px);
}
.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: -9.5px;
  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: 9.5px;
  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: 9.5px;
  color: #666666;
  font-weight: 300;
  font-size: 2.80000069rem;
}
.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 {
  border-top: 1px solid #cccccc;
  font-size: 1.93846202rem;
  padding-right: 9.5px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #cccccc;
  font-size: 1.93846202rem;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 9.5px;
}
.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-top: 1px solid #cccccc;
  border-bottom: 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 {
  position: relative;
  padding-right: 19px;
  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 {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.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 {
  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/Megnor/bgc/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Megnor/bgc/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/Megnor/bgc/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Megnor/bgc/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/Megnor/bgc/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Megnor/bgc/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/Megnor/bgc/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Megnor/bgc/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 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 18px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.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: 19px;
}
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: #f7f7f7;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #e3e2e2;
  padding-top: 19px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #666666;
}
.message.info a:hover {
  color: #e76453;
}
.message.info a:active {
  color: #e76453;
}
.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 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #666666;
}
.message.error a:hover {
  color: #e76453;
}
.message.error a:active {
  color: #e76453;
}
.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 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #666666;
}
.message.warning a:hover {
  color: #e76453;
}
.message.warning a:active {
  color: #e76453;
}
.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 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #666666;
}
.message.notice a:hover {
  color: #e76453;
}
.message.notice a:active {
  color: #e76453;
}
.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 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #666666;
}
.message.success a:hover {
  color: #e76453;
}
.message.success a:active {
  color: #e76453;
}
.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: transparent;
}
.navigation ul {
  padding: 0px;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 45px;
  z-index: 14;
  height: 25px;
  width: 30px;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'Luma-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nav-toggle:before {
  display: none;
}
.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: #666666;
  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: 9.5px;
}
.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/Megnor/bgc/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 18px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 19px;
  padding: 0 0 9.5px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.93846202rem;
}
.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 19px;
}
.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 #e3e2e2;
  border-radius: 1px;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.9999968px;
  height: 30px;
  line-height: 1.53;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 9.5px;
}
.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.29230801rem;
  margin: 0 0 0 4.75px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.29230801rem;
  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 {
  font-weight: normal;
  margin: 0;
  display: inline;
}
.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: 9.5px;
}
.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: 4.75px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  white-space: nowrap;
  margin-top: 9.5px;
  display: inline-block;
}
.field .message.warning {
  margin-top: 9.5px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  height: 32px;
  background: #ffffff url('../../frontend/Megnor/bgc/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #666666;
  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;
  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: #b0b0b0;
  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 19px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.75px;
  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/Megnor/bgc/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Megnor/bgc/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button {
  line-height: 16px;
  padding: 6px 12px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  border-radius: 3px;
  font-size: 13px;
}
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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 6px 12px;
}
.action.primary:focus,
.action.primary:active {
  background: #d43e2a;
  border: 1px solid #d43e2a;
  color: #ffffff;
}
.action.primary:hover {
  background: #d43e2a;
  border: 1px solid #d43e2a;
  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 #e3e2e2;
  margin-bottom: 19px;
  margin-left: -20px;
  margin-right: -20px;
}
.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 #e3e2e2;
  height: 18px;
  padding: 1px 9.5px 1px 9.5px;
  font-weight: 600;
  line-height: 18px;
  font-size: 1.4rem;
  color: #666666;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #666666;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #666666;
  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: #666666;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9.5px 9.5px 28.5px;
}
.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: 12.9999968px;
  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: 9.5px;
  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: 500;
}
.pages .item {
  font-size: 1.50769268rem;
  line-height: 3.06923152rem;
  letter-spacing: normal;
  margin: 0 3px 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: #666666;
  display: inline-block;
  padding: 0 4.75px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #666666;
}
.pages a.page:hover {
  color: #e76453;
  text-decoration: none;
}
.pages a.page:active {
  color: #e76453;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.50769268rem;
  line-height: 3.06923152rem;
  letter-spacing: normal;
  color: #666666;
  display: inline-block;
  font-weight: 700;
  padding: 0 4.75px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #b0b0b0;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #b0b0b0;
}
.pages .action:hover {
  background: #dedede;
  color: #b0b0b0;
  text-decoration: none;
}
.pages .action:active {
  color: #b0b0b0;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #b0b0b0;
}
.pages .action.next:active:before {
  color: #b0b0b0;
}
.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: #b0b0b0;
  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: #b0b0b0;
}
.pages .action.next:active:before {
  color: #b0b0b0;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #b0b0b0;
}
.pages .action.previous:active:before {
  color: #b0b0b0;
}
.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: #b0b0b0;
  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: #b0b0b0;
}
.pages .action.previous:active:before {
  color: #b0b0b0;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: left;
  margin-bottom: 9.5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 9.5px;
}
.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;
}
/*
//  * Copyright © 2015 Magento. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.breadcrumbs {
  margin: 0 0 13px;
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.29230801rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #777777;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #777777;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #777777;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #777777;
  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 9.5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs .items {
  color: #777;
  font-size: 13px;
  text-transform: capitalize;
}
.breadcrumbs .items .item {
  vertical-align: middle;
}
.breadcrumbs .items .item:after {
  line-height: 20px;
}
.breadcrumbs a {
  color: #777;
}
.breadcrumbs a:active {
  color: #e76453;
}
.breadcumb_inner {
  position: relative;
}
.breadcumb_inner h1 {
  font-size: 2.36923135rem;
  color: #e76453;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 10px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  line-height: 30px;
}
.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.93846202rem;
  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.93846202rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.18461568rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.18461568rem;
}
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: 12.9999968px;
  line-height: 12.9999968px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'Luma-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #4d4d4d;
}
.modal-custom .action-close {
  margin: 23.75px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 9.5px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 3rem;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.15rem;
}
.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;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.26153902rem;
  padding: 14px 17px;
  font-size: 1.83076968rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 19px 0 0;
}
.location-details .location-name {
  font-size: 17px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 19px;
  padding: 0 0 9.5px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 17px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 19px;
}
/**
 * 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/Megnor/bgc/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/Megnor/bgc/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Megnor/bgc/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Megnor/bgc/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Megnor/bgc/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.26153902rem;
  font-size: 1.83076968rem;
  line-height: 1.53;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #666666;
  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: #666666;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #e76453;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #e76453;
  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: #666666;
  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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.26153902rem;
  padding: 14px 17px;
  font-size: 1.83076968rem;
  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: #d43e2a;
  border: 1px solid #d43e2a;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #d43e2a;
  border: 1px solid #d43e2a;
  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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.26153902rem;
  padding: 14px 17px;
  font-size: 1.83076968rem;
  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: #d43e2a;
  border: 1px solid #dad4cd;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #d43e2a;
  border: 1px solid #e76452;
  color: #ffffff;
}
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: 1240px;
}
[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: 1240px;
  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 #e3e2e2;
  height: 18px;
  padding: 1px 9.5px 1px 9.5px;
  font-weight: 600;
  line-height: 18px;
  font-size: 1.4rem;
  color: #666666;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #666666;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #666666;
  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: #666666;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9.5px 9.5px 28.5px;
}
/**
 * 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 © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 28.5px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 4.75px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 4.75px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
#amasty-shopby-product-list {
  order: 10;
  max-width: 100%;
}
.amsearch-results {
  padding: 15px 0 0;
  background-color: #ffffff;
}
.amsearch-results .amsearch-products.-waste {
  padding: 15px;
}
.amsearch-results .amsearch-item {
  text-transform: capitalize;
  cursor: pointer;
}
.amsearch-results .amsearch-item:hover .amsearch-item-inner {
  background-color: #f4f5fa;
}
.amsearch-results .amsearch-item .item-name {
  outline: none;
  color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
}
.amsearch-results .amsearch-item-container:not(.recent_searches) .amsearch-item .item-name {
  text-decoration: underline;
  cursor: pointer;
}
.amsearch-results .actions-secondary {
  display: none;
  padding: 0 0 0 5px;
}
.amsearch-results .amsearch-item .amsearch-autocomplete-image:not([data-click-url]),
.amsearch-results .amsearch-item .price-box:not([data-click-url]) {
  cursor: pointer;
}
.amsearch-form-container .control {
  min-height: 30px;
}
.amsearch-form-container .amsearch-wrapper-inner .actions-secondary {
  display: none;
}
.amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
  max-width: 100%;
  background-color: #fff;
}
.amsearch-form-container .search-autocomplete {
  overflow: hidden;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 90vh;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
  width: 4px;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-form-container.-opened .input-text {
  padding-left: 26px;
}
.amsearch-form-container.-opened .input-text::-ms-clear {
  display: none;
}
.amsearch-form-container.-opened .input-text::-webkit-input-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container.-opened .input-text::-moz-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container.-opened .input-text:-ms-input-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products {
  background-color: #ffffff;
}
.amsearch-products .footer-search {
  padding: 0 10px 0 0;
}
.amsearch-wrapper-input {
  position: relative;
  max-width: 100%;
  transition: none;
}
.amsearch-wrapper-content > .amsearch-item {
  position: relative;
  display: flex;
  padding: 20px 0 16px 15px;
}
.amsearch-wrapper-content > .amsearch-item:first-child:before,
.amsearch-wrapper-content > .amsearch-item:last-child:after {
  display: none;
}
.amsearch-wrapper-content .product-item.amsearch-item {
  padding: 15px;
}
.amsearch-wrapper-content .product-item-details {
  display: flex;
  flex-direction: column;
  min-height: 100px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: auto;
}
.amsearch-wrapper-content .product-item-link {
  margin: 0 0 5px;
  color: #333;
  word-break: keep-all;
  min-height: 55px;
}
.amsearch-wrapper-content .product-item-actions {
  display: flex;
  align-items: flex-end;
  margin-top: 6px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
  margin: 0 10px 0 0;
  min-height: 45px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price {
  font-size: 16px;
}
.block-search .search .control {
  position: relative;
  z-index: 99;
}
.block-xsearch.block-search .search .control {
  z-index: 98;
}
.amsearch-form-container .input-text:focus {
  border: 2px solid #54c6ff;
  box-shadow: 0 2px 4px #c2ebff;
}
.amsearch-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  margin: auto;
  padding: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  cursor: pointer;
}
.search .amsearch-loupe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: none;
  margin: auto;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
  box-shadow: none;
}
.amsearch-products .amsearch-highlight {
  padding: 0 2px;
  background-color: #3ac39c;
  color: #fff;
  word-wrap: normal;
}
.amsearch-products {
  order: 10;
  padding: 0 0 15px;
}
.amsearch-products .amasty-xsearch-block-header {
  padding: 0 15px 10px;
}
.amsearch-leftside {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.amsearch-leftside .recent_searches,
.amsearch-leftside .amsearch-item {
  flex-basis: 100%;
  padding: 5px 0;
}
.amsearch-autocomplete-information {
  padding-left: 13px;
  width: 60%;
}
.amsearch-autocomplete-information .action.view {
  color: #757575;
  font-weight: 300;
}
.amasty-xsearch-loader {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 1000;
  margin: auto 5px auto 0;
  width: 16px;
  height: 11px;
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
}
.amasty-message.message.info {
  margin: 0;
}
.amasty-xsearch-num-results {
  float: right;
}
.amsearch-more-results {
  margin-top: 0;
  text-align: right;
}
.amsearch-more-results .amsearch-link {
  border-bottom: 1px solid #06c;
  color: #06c;
  text-decoration: none;
}
.amsearch-more-results .amsearch-link:hover {
  border-bottom: 1px solid #1979c3;
  background-color: inherit;
  color: #1979c3;
  text-decoration: none;
}
.amasty-xsearch-block-header {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 5px;
  color: #000000;
  text-transform: uppercase;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  font-size: 14px;
}
.amsearch-item-container {
  position: relative;
  flex-basis: 100%;
  padding: 0 15px 30px;
}
.amsearch-item-container:last-child:after {
  display: none;
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
  color: #3ac39c;
  font-weight: 600;
}
.amsearch-item-container .amsearch-item {
  cursor: inherit;
}
.amsearch-item-container .amsearch-item:hover {
  background-color: inherit;
}
.amsearch-item-container .amsearch-highlight {
  font-size: 12px;
}
.amsearch-item-container.page a.item-name {
  color: #3ac39c;
  font-weight: 600;
}
.amsearch-item-container.recent_searches {
  padding: 0 15px 20px;
}
.amsearch-item-container.recent_searches .amsearch-item {
  display: inline-block;
  order: 1;
  box-sizing: border-box;
  margin: 0 8px 10px 0;
  padding: 5px 10px;
  border: 1px solid #e2e4ee;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
}
.amsearch-item-container.recent_searches .amsearch-item:hover {
  border-color: #3ac39c;
}
.amsearch-item-container.recent_searches .amsearch-item:active {
  border-color: #23745d;
}
.amsearch-item-container.recent_searches .amsearch-item:focus {
  border-color: #3ac39c;
  background-color: #3ac39c;
  color: #fff;
}
.amsearch-item-container.recent_searches .amasty-xsearch-block-header {
  padding: 0 0 10px;
}
.amsearch-item-container.recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.popular_searches .amsearch-item:hover {
  background: #f4f5fa;
}
.amsearch-item-container.popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  display: inline-block;
  float: none;
  color: #ccc;
}
.amasty-xsearch-preload {
  display: none;
}
.search-autocomplete .amsearch-results div:not([data-click-url]) {
  background: none;
  cursor: default;
}
.amsearch-category-tab .amsearch-item {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
}
.block.block-search,
.form .search-autocomplete {
  z-index: 99;
}
.block.block-xsearch {
  z-index: 98;
}
@media only screen and (max-width: 767px) {
  .amsearch-leftside,
  .amsearch-products,
  .amsearch-additional-content > .amsearch-content-block {
    width: 100% !important;
  }
  .amsearch-products.-waste {
    width: auto !important;
  }
  .form .search-autocomplete {
    top: 66px;
    left: 0;
    overflow-y: auto;
    margin: -10px 0 0 0;
    max-height: 70vh;
    background: #fff;
  }
}
.amsearch-item .product-item-description,
.amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-clone-position {
  position: absolute;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(61, 62, 66, 0.05), 0 4px 25px rgba(75, 76, 83, 0.15);
}
.amsearch-autocomplete-image {
  width: 40%;
}
.amsearch-autocomplete-image .product-image-photo {
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}
#amsearch-result-tabs {
  margin-top: 5px;
}
#amsearch-result-tabs .data.title {
  margin-right: 5px;
}
#amsearch-result-tabs .data.title.active {
  box-sizing: border-box;
  background: #d8d8d8;
}
#amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
#amsearch-result-tabs .title {
  position: relative;
  box-sizing: border-box;
}
#amsearch-result-tabs .title.active:before {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
}
#amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
#amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
#amsearch-result-tabs .data.content {
  display: none;
}
#amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  margin: 0 0 15px 0;
  width: 100%;
  font-weight: 700;
}
.amsearch-related-terms > .amsearch-item {
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  border-radius: 20px;
  background: #d8eeff;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-emptysearch-cms {
  padding: 30px;
  background: #fbfcfe;
  color: #1f1b1b;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  margin: 0 0 15px;
  font-weight: 800;
  font-size: 38px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  margin-top: 30px;
  font-size: 14px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.am-porto-cmtb .page-header.type1 {
  z-index: 9999;
}
.am-porto-cmtb .amsearch-clone-position {
  padding: 2px 0;
  border: 15px solid transparent;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
.am-porto-cmtb .amsearch-clone-position .amsearch-results {
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.am-porto-cmtb .amsearch-autocomplete-information .product-reviews-summary .reviews-actions .action {
  margin: 0;
  padding: 0;
  border: 0;
}
.search-autocomplete .amsearch-slider-wrap:not(:first-child) {
  margin-top: 55px;
}
.search-autocomplete .amsearch-slider-block {
  margin-top: 15px;
}
.search-autocomplete .amsearch-slider-block .product-item-link {
  display: block;
  overflow: hidden;
  min-height: 39px;
  max-height: 39px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .search-autocomplete .amsearch-slider-block .product-item-link {
  word-break: break-all;
}
.search-autocomplete .amsearch-slider-block.slick-slider {
  padding: 0;
}
.search-autocomplete .amsearch-slider-block .slick-slide {
  vertical-align: inherit;
}
.amsearch-additional-content {
  display: flex;
  margin: -15px 0;
  max-width: 100%;
}
.amsearch-additional-content .amsearch-leftside-sidebar,
.amsearch-additional-content .amsearch-content-block {
  padding: 15px 0;
}
.amsearch-additional-content .amsearch-leftside-sidebar {
  min-width: 30%;
}
.amsearch-additional-content .amsearch-content-block {
  box-sizing: border-box;
  max-width: 70%;
  border-left: 1px solid #e8e9ef;
}
.search-autocomplete .amsearch-slider-block .slick-dots {
  top: 100%;
  border: none;
  background: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  text-align: inherit;
  white-space: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation']:hover,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].slick-active button {
  border-color: #000000;
  background: #000000;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] button {
  padding: 3px;
  width: auto;
  height: auto;
  border: 1px solid #e8e9ef;
  border-radius: 100%;
  background: #fff;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.search-autocomplete .amsearch-slider-block .slick-arrow {
  top: 70px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item {
  pointer-events: none;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item:hover,
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item.selected {
  background-color: transparent;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image,
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
  pointer-events: auto;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image {
  width: 100%;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
  margin: 10px 0 5px;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary {
  display: flex;
  align-items: center;
  padding: 5px;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .wishlist.split.button .action.toggle {
  display: none;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary > .action {
  flex-grow: inherit;
  margin-right: 5px;
  line-height: normal;
}
/**
 * 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.93846202rem;
}
.amazon-validate-container .fieldset:after {
  margin: 9.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.29230801rem;
}
.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: -9.5px;
  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: 9.5px;
  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;
  }
}
.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/Megnor/bgc/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/Megnor/bgc/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;
}
/**
 * MageSpecialist
 *
 * 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
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 {
  background: #ffffff url('../../frontend/Megnor/bgc/en_US/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Luma-Icons';
  font-size: 14px;
  line-height: 1;
  color: #211f20;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'Luma-Icons';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.magepow_core {
  display: block;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized,
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.grid-init .product-item-info,
.slick-initialized .product-item-info {
  width: auto;
}
.loading_body .preloading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  opacity: .8;
  z-index: 9999999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.loading_body .loading {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background-repeat: no-repeat;
  background-size: 100%;
}
.loading_img .lazyload {
  background-image: url("../../frontend/Megnor/bgc/en_US/Magepow_SpeedOptimizer/images/loader.svg");
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.loading_img .lazyload.loaded {
  background-image: none;
  background-size: auto;
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
.success-content::-webkit-scrollbar {
  width: 8px;
}
/* Track */
.success-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
/* Handle */
.success-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: rgba(255, 253, 253, 0.8);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.success-content::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(232, 208, 126, 0.4);
}
#mb-ajaxsuite-blank {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000000;
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
  left: 0;
}
.mb-ajaxsuite-popup-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  display: none;
  position: fixed;
  background: white;
  z-index: 200;
  overflow-y: auto;
}
.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
  width: 24px;
  height: 24px;
  background: transparent url('../../frontend/Megnor/bgc/en_US/Tigren_Ajaxsuite/images/close-popup.png') top left no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  cursor: pointer;
  z-index: 1000;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border.mb-ajaxlogin-message-error {
  padding: 15px;
}
.mb-ajaxsuite-popup-wrapper .mb-inline {
  display: inline-block;
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
#mb-ajaxcompare-wrapper .ajaxcompare-success-box {
  text-align: center;
}
#mb-ajaxcompare-wrapper .ajaxcompare-success-box .product-name {
  font-weight: bold;
}
#mb-ajaxcompare-wrapper .ajaxcompare-success-box img.image {
  max-width: 100%;
}
#mb-ajaxcompare-wrapper .ajaxcompare-buttons {
  margin: 9.5px 0;
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-message-success {
  text-align: center;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-message-success .mb-message-successs {
  color: #009700;
  font-weight: bold;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-message-error {
  text-align: center;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-message-error .mb-message-error {
  color: #e02b27;
  font-weight: bold;
}
.mb-ajaxsuite-popup-wrapper .block-customer-login .block-title,
.mb-ajaxsuite-popup-wrapper .block-new-customer .block-title,
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-register .block-title,
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-forgotpassword .block-title {
  margin-bottom: 15px;
}
.mb-ajaxsuite-popup-wrapper .block-customer-login .block-title strong,
.mb-ajaxsuite-popup-wrapper .block-new-customer .block-title strong,
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-register .block-title strong,
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-forgotpassword .block-title strong {
  font-size: 2.15384668rem;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup,
.mb-ajaxsuite-popup-wrapper .mb-register-popup,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup {
  padding: 20px;
  overflow: hidden;
}
.mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.info,
.mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account {
  margin: 0 0 20px;
}
.mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.info .legend,
.mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account .legend {
  margin: 0 0 10px;
}
.mb-ajaxsuite-popup-wrapper form.mb-login-form-register .mb-style-actions {
  clear: both;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-register {
  min-height: 300px;
}
.mb-ajaxsuite-popup-wrapper a.action.back {
  display: block;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
  padding: 9.5px 0;
  text-align: center;
  font-size: 1.93846202rem;
  text-transform: uppercase;
}
.mb-ajaxsuite-popup-wrapper .actions {
  text-align: center;
}
.mb-ajaxsuite-popup-wrapper .actions .action.submit.primary {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.mb-ajaxsuite-popup-wrapper .actions > * {
  display: inline-block;
}
.mb-ajaxsuite-popup-wrapper .block-customer-login .primary,
.mb-ajaxsuite-popup-wrapper .block-new-customer .primary {
  width: 100%;
  display: block;
}
.mb-ajaxsuite-popup-wrapper .block-customer-login .actions-toolbar .action.primary,
.mb-ajaxsuite-popup-wrapper .block-new-customer .actions-toolbar .action.primary {
  width: 100%;
  display: block;
  border-radius: 0;
}
/******** SOCIAL LOGIN *********/
#social-login {
  clear: both;
}
#social-login .social-login-btn {
  display: block;
  width: 100%;
  margin-bottom: 9.5px;
  padding: 8px 0;
  position: relative;
}
#social-login .social-login-btn span {
  padding-left: 23.75px;
  color: #ffffff;
  position: relative;
}
#social-login .social-login-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: -10px;
}
#facebook-login-btn {
  background-color: #3a5ba0 !important;
  border-color: #3a5ba0 !important;
}
#facebook-login-btn span:before {
  background: transparent url('../../frontend/Megnor/bgc/en_US/Tigren_Ajaxlogin/images/facebook.png') top left no-repeat;
}
#ggplus-login-btn {
  background-color: #e02f2f !important;
  border-color: #e02f2f !important;
}
#ggplus-login-btn span:before {
  background: transparent url('../../frontend/Megnor/bgc/en_US/Tigren_Ajaxlogin/images/ggplus.png') top left no-repeat;
}
#twitter-login-btn {
  background-color: #00abf1 !important;
  border-color: #00abf1 !important;
}
#twitter-login-btn span:before {
  background: transparent url('../../frontend/Megnor/bgc/en_US/Tigren_Ajaxlogin/images/twitter.png') top left no-repeat;
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
#mb-ajaxwishlist-wrapper .mb-ajaxsuite-popup-border {
  text-align: center;
}
#mb-ajaxwishlist-wrapper img.image {
  display: inline-block;
}
#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box img.image {
  width: auto;
  display: inline-block;
}
#mb-ajaxwishlist-wrapper .product-add-form {
  width: 100%;
  display: block;
}
#mb-ajaxwishlist-wrapper .product-add-form .field.qty {
  margin-right: 19px;
}
#mb-ajaxwishlist-wrapper .product-add-form .actions {
  border-top: 1px solid #cccccc;
  padding-top: 9.5px;
  text-align: left;
}
#mb-ajaxwishlist-wrapper .product-add-form .actions button.primary {
  margin: 0 9.5px 0 0;
}
#mb-ajaxwishlist-wrapper .fieldset {
  margin: 0;
}
#mb-ajaxwishlist-wrapper .box-tocart {
  margin: 0;
}
#mb-ajaxwishlist-wrapper .box-tocart .fieldset {
  margin: 0;
}
#mb-ajaxwishlist-wrapper .product-name {
  font-weight: bold;
  margin-top: 9.5px;
}
#mb-ajaxwishlist-wrapper .price-box {
  margin: 7px 0;
}
#mb-ajaxwishlist-wrapper .product-options-wrapper .fieldset .field {
  margin-bottom: 9.5px;
}
#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box {
  text-align: center;
  margin-bottom: 19px;
}
#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box img.image {
  float: none;
  margin-bottom: 10px;
}
#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .message-error {
  color: #e02b27;
  font-weight: bold;
}
#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .message-success {
  color: #006400;
  font-weight: bold;
}
#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .ajaxwishlist-buttons {
  float: left;
  width: 100%;
  margin: 15px 0;
}
#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .ajaxwishlist-buttons button#ajaxwishlist_checkout {
  margin: 0;
}
/**
 * @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: #666666;
  padding: 9.5px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 9.5px;
}
.block-category-event .block-title {
  margin: 0 0 9.5px;
}
.block-category-event .block-title strong {
  font-size: 1.61538501rem;
  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.93846202rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1.07692334rem;
  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.93846202rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 18px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.93846202rem;
  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: 18px;
}
.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: 4.75px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 19px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 9.5px auto 4.75px;
}
.cart-summary .paypal + .paypal {
  margin-top: 23.75px;
}
.paypal-review .actions-toolbar {
  margin-top: 9.5px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 9.5px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.58461602rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 28.5px;
}
.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 18px;
  padding: 9.5px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Megnor/bgc/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/Megnor/bgc/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: 9.5px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 12.9999968px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 9.5px 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: 9.5px;
  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 9.5px 4.75px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #e76453;
  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 #de351f;
}
.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/Megnor/bgc/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: 4.75px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 19px 0;
}
.swatch-opt-listing {
  margin-bottom: 9.5px;
}
.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.18461568rem;
}
.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: 9.5px;
  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 19px;
  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 19px;
  padding-top: 9.5px;
}
.block-cart-failed {
  margin: 18px 0;
}
.block-cart-failed .block-title {
  font-size: 2.69230836rem;
}
.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 9.5px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 28.5px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 18px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.69230836rem;
  margin-top: 0rem;
  margin-bottom: 2.04615435rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 28.5px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 19px;
}
.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;
  margin-top: 4px;
}
.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: 28.5px;
}
.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.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 23.75px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 19px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 4.75px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 28.5px;
}
.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.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 19px;
}
.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 19px;
  margin-top: 19px;
}
.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 18px;
  padding-top: 19px;
}
.block-balance .price {
  margin-top: -9.5px;
  font-size: 3.44615469rem;
  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: 23.75px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 9.5px;
}
.samples-item {
  margin: 0 0 9.5px;
}
.field.downloads {
  margin-bottom: 9.5px;
}
.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.50769268rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 9.5px;
  padding-bottom: 9.5px;
  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: #666666;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #666666;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #e76453;
  text-decoration: none;
}
.field.downloads-all .label:active {
  color: #e76453;
  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: 19px !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: 4.75px;
}
.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: 19px;
  margin-top: 19px;
}
.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: 28.5px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 19px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 19px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 9.5px;
}
.gift-message .field {
  margin-bottom: 19px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 19px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 19px;
}
.gift-options-content .fieldset {
  margin: 0 0 19px;
}
.gift-summary {
  margin-top: 9.5px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 19px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'Luma-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #666666;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #8f8f8f;
}
.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: #8f8f8f;
  content: '\e622';
  font-family: 'Luma-Icons';
  margin: 0 0 0 9.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #666666;
}
.action-gift:active:after {
  color: #8f8f8f;
}
.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: 19px 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: #666666;
  cursor: pointer;
  margin: 0;
  padding: 9.5px 18px 9.5px 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 9.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #666666;
}
.gift-item-block .content {
  padding: 9.5px 0 19px;
  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: 9.5px 0;
}
.gift-messages-order {
  margin-bottom: 23.75px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 18px;
}
.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: #666666;
}
.table-giftregistry-items .product-image {
  margin-right: 9.5px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4.75px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 9.5px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 57px;
}
.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 23.75px;
}
.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.93846202rem;
  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: 9.5px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.93846202rem;
  display: block;
  margin: 0 0 4.75px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 9.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 17px;
  margin: 19px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 19px 0 9.5px;
  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 9.5px 9.5px 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: 9.5px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4.75px 0 0 4.75px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'Luma-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #666666;
}
.gift-wrapping-title .action-remove:active:before {
  color: #8f8f8f;
}
.gift-options-content .fieldset .field {
  margin: 9.5px 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: 19px 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 9.5px 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: 19px;
}
.order-options .product {
  margin-bottom: 9.5px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 9.5px;
}
.order-options .gift-wrapping {
  margin-bottom: 9.5px;
}
.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: 9.5px;
}
.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;
}
.page-product-grouped .box-tocart {
  margin-top: 9.5px;
}
.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: 19px;
}
.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;
}
.map-popup-wrapper.popup .action.close {
  top: 9.5px;
}
.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: 9.5px;
  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.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
}
.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: 9.5px;
  top: 9.5px;
}
.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 19px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 19px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 9.5px;
}
.map-popup .map-msrp {
  margin-bottom: 9.5px;
}
.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-fallback-price {
  display: none;
}
.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: 9.5px;
}
.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.53;
  margin: 0;
  padding: 0;
  color: #666666;
  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: #666666;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #e76453;
  text-decoration: none;
}
button.map-show-info:active {
  color: #e76453;
  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: #666666;
  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: #999999;
  content: '\e622';
  font-family: 'Luma-Icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #666666;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e621';
  font-family: 'Luma-Icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #666666;
}
.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 .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.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: #666666;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #666666;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #666666;
}
.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.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
}
.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: 9.5px;
  top: 9.5px;
}
.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: #666666;
}
.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: 9.5px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 9.5px;
}
.block-wishlist-management .wishlist-notice {
  color: #b0b0b0;
  display: inline-block;
  margin-right: 19px;
}
.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: #d6d6d6;
  content: '\e629';
  font-family: 'Luma-Icons';
  margin: 0 4.75px 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: 19px;
}
.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: 19px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 57px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 19px;
  font-size: 2.36923135rem;
}
.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: 19px;
}
.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 9.5px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 9.5px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #666666;
}
.block-wishlist-info-items .action.towishlist {
  padding: 9.5px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'Luma-Icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 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;
}
.block-reward-info .reward-balance {
  font-size: 1.93846202rem;
  margin-bottom: 23.75px;
}
.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: 23.75px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 9.5px;
}
.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;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.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: 19px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.53;
  margin: 0 28.5px 0 0;
  padding: 0;
  color: #666666;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #666666;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #e76453;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #e76453;
  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: #666666;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 48px;
  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: #000000;
  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: 18px;
  padding: 9.5px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 9.5px;
}
.order-details-items .order-title > strong {
  font-size: 2.58461602rem;
  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: 28.5px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.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: 10px 10px 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: #666666;
}
.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.93846202rem;
}
.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: 19px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.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.53;
  margin: 0;
  padding: 0;
  color: #666666;
  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: #666666;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #e76453;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #e76453;
  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: #666666;
  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.53;
  margin: 0;
  padding: 0;
  color: #666666;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 19px;
}
.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: #666666;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #e76453;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #e76453;
  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: #666666;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.products {
  margin: 0px -6px;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  width: 50%;
  display: inline-block;
  padding: 6px;
}
.product-item-name {
  display: block;
  margin: 0px 0px 0px;
  text-transform: capitalize;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 14px;
}
.product-item-info {
  max-width: 100%;
  padding: 20px 7px;
  box-sizing: border-box;
  /*display:inline-block;*/
  text-align: center;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e3e2e2;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.product-item-info:hover {
  box-shadow: 0 0 5px #dddddd;
}
.product-item-actions {
  display: block;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 15px 0 10px;
}
.product-item-description p {
  margin: 0px;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .price-box {
  margin: 3px 0px 4px;
  color: #464e55;
  font-size: 15px;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #b0b0b0;
  display: none;
}
.product-item .old-price {
  margin: 4.75px 0;
}
.product-item .old-price .price {
  font-weight: normal;
  color: #8b8b8b;
  text-decoration: line-through;
  font-size: 14px;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 4.75px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  white-space: nowrap;
  /*border-radius: 0;
			color:#b3b3b3;
			border:1px solid #000;
            .lib-font-size(13px);
            line-height: 1;
            padding-top: @indent__s;
            padding-bottom: @indent__s;*/
  /*.lib-button(
				@_button-icon-font-text-hide:false,
				@_button-icon-font-color:#000,
				@_button-icon-font-color-hover:#fff,
				@_button-icon-use:false,
				@_button-font-content:@icon-cart,
				@_button-padding:6px 5px,
                @_button-font-size: 14px,
				@_button-line-height: 23px,
                @_button-background:transparent,
                @_button-border:none 
			);*/
}
.column.main .product-items {
  margin-left: 0px;
}
.column.main .product-item {
  padding: 6px;
  text-align: center;
}
.column.main .products-list .product-item {
  padding: 0px 0px;
}
.price-container .price {
  font-size: 1.50769268rem;
}
.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.18461568rem;
}
.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 {
  padding: 10px;
  display: block;
  text-align: left;
  margin: 6px;
}
.products-list .product-item-info .product-item-image {
  float: left;
  margin: 20px 0;
  position: relative;
}
.products-list .product-item-photo {
  width: 1%;
  padding: 0;
  vertical-align: top;
}
.products-list .product-item-details {
  vertical-align: top;
  display: inline-block;
  margin-left: 0px;
  /*max-width:868px;*/
  text-align: left;
  padding: 6px 0 0 48px;
  box-sizing: border-box;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
.page-products .columns {
  padding-top: 0px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 0px;
  text-align: center;
}
.toolbar-amount {
  left: 0;
  line-height: 22px;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 23.75px;
}
.products.wrapper ~ .toolbar .pages {
  float: left;
  margin-bottom: 0;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 9.5px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 4.75px 0 7px;
  width: auto;
  border: 1px solid #dddddd;
  height: 34px;
}
.sorter-action {
  border: 1px solid #dddddd;
  padding: 3px 8px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'Luma-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: inline-block;
  float: left;
  margin-right: 19px;
  padding: 3px 7px 3px 5px;
}
.products.wrapper ~ .toolbar .modes {
  display: none;
}
.modes-label {
  display: none;
}
.modes-mode {
  background: url("../../frontend/Megnor/bgc/en_US/images/sprite.png") no-repeat scroll -162px 16px transparent;
  float: left;
  font-weight: 400;
  line-height: 1;
  padding: 7px 6px;
  text-align: center;
  height: 27px;
  width: 27px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
}
.modes-label + .modes-mode {
  border-radius: 0px 0 0 0px;
}
.modes-mode:hover {
  color: #666666;
}
.modes-mode.active {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.modes-mode.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #303030;
  content: '\e60d';
  font-family: 'Luma-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode.active:hover:before {
  color: #303030;
}
.modes-mode.active:active:before {
  color: #303030;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #aaaaaa;
  content: '\e60d';
  font-family: 'Luma-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:hover:before {
  color: #303030;
}
.modes-mode:active:before {
  color: #303030;
}
.mode-list:before {
  content: '\e60b' !important;
  display: none;
}
.mode-list.active:before {
  display: none;
}
.mode-grid:before {
  display: none;
}
.mode-grid.active:before {
  display: none;
}
.toolbar-amount {
  display: block;
  float: left;
  position: static;
}
.page-products .sorter {
  position: static;
}
.limiter {
  display: none;
  float: right;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
  border: 1px solid #dddddd;
  height: 34px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.products.wrapper ~ .toolbar .limiter {
  display: block;
}
.old-price,
.old.price {
  color: #b0b0b0;
}
.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;
}
.product.name a {
  font-weight: 400;
  font-size: 14px;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 19px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 9.5px 0;
  color: #b0b0b0;
  font-size: 1.29230801rem;
}
.product.media .product.thumbs {
  margin: 9.5px 0 23.75px;
}
.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 4.75px 9.5px 4.75px;
}
.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 28.5px 9.5px 0;
}
.product-info-main .product-info-price {
  display: table;
  width: 100%;
  color: #464e55;
  margin-bottom: 14.25px;
}
.product-info-main .product-info-price .price-box {
  display: block;
  vertical-align: top;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 4.75px;
}
.product-info-main .product-info-price .price-box .price-final_price > 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.50769268rem;
}
.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.50769268rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.36923135rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2.15384668rem;
  font-weight: 400;
  color: #9e9e9e;
  text-decoration: line-through;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  min-width: 15rem;
  text-align: left;
  display: block;
  vertical-align: top;
  padding-left: 0%;
  padding: 10px 0;
}
.product-info-main .stock {
  margin: 0 0 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 14.25px;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 4.75px;
}
.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: 19px 0;
}
.product-info-main .product.alert {
  margin: 9.5px 0;
}
.product-info-main .product-options-bottom .box-tocart {
  margin: 30px 0 25px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.50769268rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.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.29230801rem;
  margin: 0 0 0 4.75px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 4.75px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  display: block;
  vertical-align: top;
  padding-bottom: 0;
}
.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: 4.75px;
}
.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: 23px;
}
.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.29230801rem;
  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.29230801rem;
  font-weight: 700;
}
.box-tocart .field.qty {
  float: left;
  margin: 0px;
}
.box-tocart .field.qty .label {
  margin-top: 7px;
}
.box-tocart .field.qty .label,
.box-tocart .field.qty .control {
  float: left;
  margin-right: 10px;
  font-weight: 500;
}
.box-tocart .field.qty .input-text.qty {
  height: 38px;
  padding: 8px 0;
}
.box-tocart .action.tocart {
  width: auto;
  margin-right: 0%;
  margin-bottom: 0;
  padding: 10px 10px;
  vertical-align: top;
}
.box-tocart .action.tocart span {
  font-size: 14px;
  padding: 4px 30px;
  text-transform: capitalize;
  width: auto;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 3%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: left;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 14.25px;
}
.prices-tier .item {
  margin-bottom: 9.5px;
}
.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 {
  white-space: nowrap;
  display: inline-block;
  margin-top: 0px !important;
}
.ui-dialog-titlebar-close {
  line-height: 1.53;
  margin: 0;
  padding: 0;
  color: #666666;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #666666;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #e76453;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #e76453;
  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: #666666;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
  padding: 0px 0px;
  text-align: left;
  border: none;
  background: transparent;
  box-shadow: none;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.sidebar .product-items .product-item-info .product-item-photo .product-image-photo {
  border-radius: 5px;
}
.sidebar .product-items .product-item-name {
  margin: 0;
  font-size: 13px;
}
.sidebar .product-items .product-item-name a {
  /*Color:#e76453;*/
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 70px;
  text-align: left;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 5px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 2px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #b0b0b0;
  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 .product-items-images {
  margin-left: -4.75px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 4.75px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 9.5px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  border: none;
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
  border: 1px solid #d9d9d9;
}
.table-comparison tbody > tr {
  border-bottom: 1px solid #d9d9d9;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #e3e2e2;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
  border-right: 1px solid #e3e2e2;
}
.table-comparison .cell .attribute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #e3e2e2;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.50769268rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.29230801rem;
  padding: 4.75px 8px;
  font-size: 1.18461568rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.block-compare .product-item .product-item-name {
  margin-right: 22px;
}
.block-compare .action.delete {
  position: absolute;
  right: 0;
  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 {
  position: absolute;
  top: 30px;
  left: 0;
}
.block-search {
  position: relative;
  float: right;
  z-index: 4;
  margin: 17px 0px 0px;
  pointer-events: auto;
  clear: both;
}
.block-search .block-title {
  display: none;
}
.block-search .block:hover,
.block-search .block-title.active {
  background-position: 7px -33px;
}
.block-search .block-content {
  background: #c2d82e none repeat scroll 0 0;
  border-radius: 3px 3px 0px 0px;
  display: block;
  margin-bottom: 0;
  padding: 8px 8px 3px;
}
.block-search .label {
  display: inline-block;
  text-decoration: none;
  display: none;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'Luma-Icons';
  margin: 0 9.5px 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 {
  float: left;
  background: #d43e2a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d43e2a 0%, #e76452 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d43e2a), color-stop(100%, #e76452));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d43e2a 0%, #e76452 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d43e2a 0%, #e76452 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d43e2a 0%, #e76452 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d43e2a 0%, #e76452 100%);
  /* W3C */
  opacity: 1;
  color: #fff;
  border: none;
  padding: 7px 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 58.0357%;
  line-height: 1.53;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'Luma-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: #333333;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:before {
  display: none;
}
.block-search .action.search:focus:before {
  color: #8f8f8f;
}
.block-search .action.search > span {
  position: relative;
  clip: auto;
  width: auto;
  margin: 0px;
}
.block-search .field.search {
  display: inline-block;
}
.block-search .actions {
  display: inline-block;
  margin: 0 0 0 6px;
}
.block-search .control {
  border-top: none;
  clear: both;
  margin: 0px;
  padding: 0px;
}
.block-search input {
  background-color: #ffffff;
  border: 1px solid #a3b338;
  border-radius: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 0 1px #e7f1a1;
  -webkit-box-shadow: 0 0 0 1px #e7f1a1;
  -moz-box-shadow: 0 0 0 1px #e7f1a1;
  cursor: text;
  float: left;
  outline: 0 none;
  padding: 5px;
  width: 225px;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #e3e2e2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4.75px 18px 4.75px 9.5px;
  margin: 0;
  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: 4.75px;
}
.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;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.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: 9.5px;
}
.search.found {
  margin-bottom: 9.5px;
}
/*.checkout-cart-index {
        .page-main {
            padding-left:  @layout__width-xs-indent;
            padding-right:  @layout__width-xs-indent;
        }
        .page-title-wrapper {
            padding-left: 0;
            padding-right: 0;
        }
    }*/
.cart-summary {
  background: #f7f7f7;
  margin-bottom: 23.75px;
  padding: 10px 15px 20px;
  z-index: 9;
}
.cart-summary > .title {
  font-size: 2.58461602rem;
  display: block;
  font-weight: 300;
  margin: 12px 0;
  font-family: "Lustria", serif;
  color: #000;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 23.75px;
}
.cart-summary .block .price {
  font-weight: 400;
}
.cart-summary .block #co-shipping-method-form .field.note {
  display: block;
  color: #ff0000;
  font-size: 13px;
  font-weight: 500;
}
.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.50769268rem;
  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: 19px 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: 23.75px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 19px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.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 9.5px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 19px 11px 9.5px;
  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: #b0b0b0;
  font-size: 1.93846202rem;
  font-weight: 400;
}
.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 9.5px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  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: #8f8f8f;
  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: #666666;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.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: 23.75px;
}
.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-photo img {
  max-width: 100%;
}
.cart.table-wrapper .product-item-details {
  text-align: left;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.50769268rem;
  display: block;
  margin: -3px 0 4.75px;
}
.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: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 9.5px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 19px;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
/*.cart-empty {
        padding-left: @layout__width-xs-indent;
        padding-right: @layout__width-xs-indent;
    }*/
.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 0;
  margin-top: 40px;
}
.cart-discount .actions-toolbar .action.primary {
  margin-left: 20px;
  border-radius: 0px;
}
.block-minicart .items-total {
  float: left;
  margin: 8px 12px 0;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 8px 0px 0 0;
  font-weight: 700;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 17px;
  font-weight: 400;
}
.block-minicart .subtitle {
  display: block;
  font-weight: normal;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 28.5px 0 19px;
  text-align: center;
  font-weight: normal;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin: 15px 0;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0px;
}
.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 {
  float: right;
  margin: 0 0 0 20px;
  display: inline-block;
  position: relative;
}
.minicart-wrapper .cart_text {
  line-height: 28px;
  margin-left: 5px;
  margin-top: 3px;
  display: none;
}
.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: #8f8f8f;
  content: '\e611';
  font-family: 'Luma-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'Luma-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  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 {
  border: 1px solid #e3e2e2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 2px 2px #cccccc;
  -webkit-box-shadow: 0 2px 2px #cccccc;
  -moz-box-shadow: 0 2px 2px #cccccc;
  padding: 10px;
  right: 0px;
  margin-top: 0px;
  margin-right: 0px;
  width: 288px;
  box-shadow: none;
  position: absolute;
  top: 37px;
  min-width: unset;
  background: #f6f6f6;
}
.minicart-wrapper .block-minicart:before {
  display: none;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -30px 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 {
  background: #fff;
  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: #8f8f8f;
  content: '\e616';
  font-family: 'Luma-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.close:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  padding: 6px 25px 0 35px;
  position: relative;
}
.minicart-wrapper .action.showcart:hover {
  background-position: -54px -155px;
}
.minicart-wrapper .action.showcart .counter.qty {
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  overflow-x: auto;
  /*overflow-y:scroll;*/
  padding: 5px 0;
  max-height: 300px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 19px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: auto;
}
.minicart-items .price-minicart {
  margin-bottom: 4.75px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 2px;
}
.minicart-items .product-item-name a {
  color: #666666;
}
.minicart-items .product-item-details {
  padding-left: 88px;
  text-align: left;
}
.minicart-items .product-item-details .price {
  font-weight: 400;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 4.75px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.18461568rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 9.5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 18px 4.75px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 4.75px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .tooltip .toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip .toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: 9.5px;
  text-align: center;
  width: 40px;
  height: 30px;
}
.minicart-items .update-cart-item {
  font-size: 1.18461568rem;
  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: #8f8f8f;
  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: #666666;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #8f8f8f;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper {
  width: auto;
  height: auto;
  position: static;
  overflow: visible;
}
.checkout-container {
  margin: 30px 0 19px;
}
.opc-wrapper {
  margin: 0 0 19px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 30px;
  font-family: "Lustria", serif;
  color: #000;
}
.opc-wrapper .step-content {
  margin: 0 0 18px;
  padding-top: 0 !important;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  /* display: none;*/
}
.checkout-index-index .logo {
  /*margin-left: 0;*/
}
@media (min-width: 1021px) {
  .checkout-index-index .col-content-inner {
    min-height: 1200px;
  }
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: 0 0 20px;
  padding: 15px 10px;
}
.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 4.75px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  /* .lib-button-reset(); */
  padding: 6px 25px 8px 35px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #666666;
}
.opc-progress-bar {
  margin: 0 0 19px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 9.5px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #666666;
  font-weight: 300;
  font-size: 1.93846202rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  color: #000;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #000000;
  font-weight: 600;
  font-size: 1.93846202rem;
}
.opc-progress-bar-item._active:before {
  background: #e76453;
}
.opc-progress-bar-item._active > span {
  color: #666666;
}
.opc-progress-bar-item._active > span:before {
  background: #e76453;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'Luma-Icons';
  line-height: 1;
  font-size: 3.01538536rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #666666;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'Luma-Icons';
  line-height: 1;
  font-size: 3.01538536rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 9.5px;
  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;
}
/*@checkout-tooltip-content__border-color: #d3d3d3;*/
.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: #666666;
}
.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: #666666;
}
.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: #666666;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 12.9999968px;
  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-sidebar {
  background: #f7f7f7;
}
.opc-sidebar .opc-block-shipping-information {
  padding: 0 15px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 19px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 12.9999968px;
  margin-top: 9.5px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 19px;
  padding: 19px 33.5px 19px 19px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 12.9999968px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #e76453;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #e76453;
  color: #ffffff;
  content: '\e610';
  font-family: 'Luma-Icons';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 19px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 4.75px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 19px 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: 19px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 19px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 10px;
  padding-top: 8px;
  vertical-align: middle;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 9.5px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #666666;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 28.5px;
}
.opc-block-shipping-information {
  padding: 0 28.5px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 19px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 9.5px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'Luma-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #666666;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 19px;
}
.opc-block-summary {
  background: #f7f7f7;
  margin: 0 0 19px;
  padding: 22px 20px;
}
.opc-block-summary > .title {
  display: block;
  font-family: "Lustria", serif;
  color: #000;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.50769268rem;
  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: 9.5px 18px 9.5px 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: 9.5px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.93846202rem;
  font-weight: 300;
  margin: 0;
  font-family: "Lustria", serif;
  color: #000;
}
.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: 10px 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 9.5px;
  width: 100%;
  position: relative;
  top: 0px;
  background: transparent;
  padding: 0px;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 4.75px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  text-align: center;
}
.opc-block-summary .product-item .price {
  font-size: 1.72307735rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1.07692334rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 23.75px;
}
.authentication-wrapper {
  float: right;
  margin-top: 0px;
  max-width: 50%;
  position: relative;
  z-index: 9;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.83076968rem;
  border-bottom: 0;
  margin-bottom: 23.75px;
}
.block-authentication .block-title strong {
  font-weight: 300;
  font-family: "Lustria", serif;
  color: #000;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 4.75px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 23.75px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 9.5px;
}
.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: 18px;
  padding-top: 18px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  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 {
  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-title {
  border-top: 1px solid #cccccc;
  padding: 10px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 4.75px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 4.75px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 19px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 9.5px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 19px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 19px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 19px 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: 19px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #666666;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'Luma-Icons';
  margin: 0 0 0 9.5px;
  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: #666666;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 19px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 19px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 4.75px 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: 4.75px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 4.75px;
  padding-right: 4.75px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 19px;
}
.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: 19px;
}
.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.29230801rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 28.5px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 19px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
#co-place-order-area {
  margin: 25px 0 0 0;
}
#co-place-order-area .osc-place-order-wrapper {
  padding: 0;
}
#co-place-order-area .osc-place-order-wrapper .checkout-agreements-block {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
}
#co-place-order-area .osc-place-order-wrapper .checkout-agreements-block #co-place-order-agreement {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
#co-place-order-area .osc-place-order-wrapper .checkout-agreements-block #co-place-order-agreement .fieldset {
  margin: 0;
  display: inline-block;
  width: -webkit-fill-available;
  box-shadow: none;
  padding: 0 10px 10px 10px;
  width: 100%;
  box-sizing: border-box;
}
#co-place-order-area .osc-place-order-wrapper .checkout-agreements-block #co-place-order-agreement .fieldset .field {
  width: auto;
}
#co-place-order-area .osc-place-order-wrapper .checkout-agreements-block #co-place-order-agreement .fieldset .field:last-child {
  border: 0;
}
#co-place-order-area .osc-place-order-wrapper .checkout-agreements-block #co-place-order-agreement .fieldset .terms-and-condition-div {
  margin-bottom: 20px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.93846202rem;
  color: #000000;
  border-bottom: 1px solid #d9d9d9;
}
.login-container .fieldset:after {
  margin: 9.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.29230801rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 19px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 4.75px;
}
.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 {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0px 0px 0px;
  color: #e76453;
  line-height: 30px;
}
.account .messages {
  /*margin-bottom: @indent__base;
            margin-top: @indent__base;*/
}
.account .column.main {
  margin-bottom: 28.5px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .block-title strong {
  color: #e76453;
  font-size: 16px;
  font-weight: 400;
}
.account .sidebar-additional {
  margin-top: 0px;
}
.account .table-wrapper {
  margin-bottom: 19px;
  border-bottom: none;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .legend {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
}
.account .column.main .order-details-items .product-item-name,
[class^="sales-guest-"] .column.main .order-details-items .product-item-name,
.sales-guest-view .column.main .order-details-items .product-item-name {
  font-size: 14px;
}
.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: 9.5px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.04615435rem;
  margin-bottom: 2.04615435rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 4.75px;
}
.control.captcha-image {
  margin-top: 9.5px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 30px;
  line-height: 30px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.order-products-toolbar {
  position: relative;
}
/*.account.page-layout-2columns-left {
        .sidebar-main,
        .sidebar-additional {
            width: 25%;
        }
        .column.main {
            width: 75%;
        }
    }*/
.filter.block {
  margin-bottom: 0;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #fc5e10;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 4.75px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  font-size: 12.9999968px;
  font-weight: 600;
  padding: 0px;
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 10px 0px 10px;
  font-size: 13px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 9.5px;
}
.filter-current .action.remove {
  right: 8px;
  position: absolute;
  top: 2px;
}
.filter-current .action.remove:before {
  color: #666;
  font-size: 8px;
}
.filter-actions {
  margin-bottom: 20px;
  padding: 0;
}
.filter-actions a {
  color: #000;
  padding: 10px 18px;
  background: #ececec;
  border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.filter-actions a:hover {
  color: #fff;
  background: #f02640;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #666666;
  margin: 0 8px 0 0;
}
.filter-options {
  margin: 0;
}
.filter-options-item {
  border-bottom: none;
  padding: 10px 0;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-transform: capitalize;
  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: 3px;
  top: 0px;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 9.5px;
}
.filter-options-content .item {
  margin: 9.5px 0;
  line-height: 1.5em;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.page-layout-1column .filter .filter-current {
  display: block;
  /*line-height: 35px;*/
}
.page-layout-1column .filter .filter-current-subtitle {
  color: #ffffff;
  display: none;
}
.page-layout-1column .filter .filter-current-subtitle:after {
  content: ':';
}
.page-layout-1column .filter .filter-current .item,
.page-layout-1column .filter .filter-current .items {
  display: inline-block;
}
.page-layout-1column .filter .filter-current .item {
  margin: 2px 10px 2px 0;
  background: #f5f5f5;
  padding: 1px 16px 1px 8px;
}
.page-layout-1column .filter .filter-current .action.remove {
  line-height: normal;
}
.multicheckout .title {
  margin-bottom: 28.5px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
  margin: 7px 0 0;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 9.5px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 18px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 23.75px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 9.5px;
}
.multicheckout .item-options {
  margin: 9.5px 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: 9.5px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #d9d9d9;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.58461602rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 18px;
}
.multicheckout .box-title span {
  margin-right: 9.5px;
}
.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 4.75px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.15384668rem;
  margin-bottom: 18px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle {
  /*&:extend(.abs-no-display all);*/
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.data.switch .counter {
  color: #b0b0b0;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 68px;
  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: #808080;
  font-family: 'Luma-Icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  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: #ffab00;
  font-family: 'Luma-Icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  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: #808080;
  font-family: 'Luma-Icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  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: #ffab00;
  font-family: 'Luma-Icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 19px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 19px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  font-size: 1.40000034rem;
  line-height: 1.72307735rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #d43e2a;
  border: 1px solid #dad4cd;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #d43e2a;
  border: 1px solid #e76452;
  color: #ffffff;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 19px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 9.5px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 5px;
  margin-bottom: 40px;
}
.review-list {
  margin-bottom: 28.5px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.69230836rem;
  margin-top: 2.55769294rem;
  margin-bottom: 2.04615435rem;
}
.review-item {
  padding: 19px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 9.5px;
}
.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.83076968rem;
  margin-top: 2.04615435rem;
  margin-bottom: 1.02307717rem;
  margin: 0 0 19px;
}
.review-content {
  margin-bottom: 19px;
}
.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: 19px;
}
.product-reviews-summary {
  margin-bottom: 3px;
}
.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: none;
  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: 19px;
}
.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: 4.75px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 9.5px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews {
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.table-reviews thead th {
  background: #ccc;
  font-weight: bold;
  color: #555;
  padding: 7px 8px;
}
.review-customer-index .col-content-inner .pager {
  background: none repeat scroll 0 0 #f6f6f6;
  border: 1px solid #FFF;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
  margin: 10px 0 10px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-customer-index .col-content-inner .pager .toolbar-amount {
  display: block;
  float: none;
}
.review-customer-index .col-content-inner .pager .limiter {
  display: inline-block;
}
.review-customer-index .col-content-inner .pager .limiter .limiter-options {
  box-shadow: none;
  background: transparent;
}
.review-customer-index .col-content-inner .pager .limiter .limiter-text {
  display: inline-block;
}
.review-customer-index .col-content-inner .actions-toolbar > .secondary .action.back {
  clear: both;
  margin: 0;
  text-align: right;
  background: #d85100;
  background: -moz-linear-gradient(top, #e88a00 0%, #d85100 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d85100), color-stop(100%, #d85100));
  background: -webkit-linear-gradient(top, #e88a00 0%, #d85100 100%);
  background: -o-linear-gradient(top, #e88a00 0%, #d85100 100%);
  background: -ms-linear-gradient(top, #e88a00 0%, #d85100 100%);
  background: linear-gradient(to bottom, #e88a00 0%, #d85100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88a00', endColorstr='#d85100', GradientType=0);
  border: 1px solid #c63622;
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 16px;
  line-height: 16px;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
}
.review-customer-index .col-content-inner .actions-toolbar > .secondary .action.back:hover {
  background: #e88a00;
  background: -moz-linear-gradient(top, #d85100 0%, #e88a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d85100), color-stop(100%, #e88a00));
  background: -webkit-linear-gradient(top, #d85100 0%, #e88a00 100%);
  background: -o-linear-gradient(top, #d85100 0%, #e88a00 100%);
  background: -ms-linear-gradient(top, #d85100 0%, #e88a00 100%);
  background: linear-gradient(to bottom, #d85100 0%, #e88a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d85100', endColorstr='#e88a00', GradientType=0);
  border-color: #C63622;
  color: white;
  transition-duration: 300ms;
}
.review-customer-index .col-content-inner .actions-toolbar > .secondary .action.back span {
  position: relative;
  padding-left: 18px;
}
.review-customer-index .col-content-inner .actions-toolbar > .secondary .action.back span:before {
  content: '\f100';
  font-family: "fontawesome";
  position: absolute;
  font-size: 15px;
  display: block;
  left: 0;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  /*float: left;*/
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 19px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 9.5px;
}
.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.83076968rem;
  margin-top: 2.04615435rem;
  margin-bottom: 1.02307717rem;
  font-weight: 600;
  margin-bottom: 19px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 19px;
}
.customer-review .review-details .review-date {
  color: #666666;
}
.block-collapsible-nav .content {
  background: #f7f7f7;
  padding: 0px 0;
}
.block-collapsible-nav .item {
  margin: 0px 0 0;
  position: relative;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #666666;
  display: block;
  padding: 4px 0px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: transparent;
  color: #e76453;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  color: #ffffff;
  background: #e76453;
}
.block-collapsible-nav .item.current a {
  border-color: #e76453;
}
body {
  background-color: #ffffff;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.page-header .panel.wrapper {
  color: #666666;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #d8d7d3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #d8d7d3 100%);
  /* W3C */
  box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;
  -webkit-box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;
  -moz-box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 999;
}
.page-header .panel.wrapper .switcher .toggle:hover {
  color: #e76453;
}
.page-header .header.content {
  padding: 14px 20px 0px;
  position: relative;
}
.header.panel > .header.links {
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 19px;
}
.header.panel > .header.links > li {
  font-size: 12.9999968px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #666666;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #666666;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #666666;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #666666;
  text-decoration: underline;
}
.logo {
  float: left;
  margin: 18px 0;
  max-width: 100%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-width: 100%;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 28.5px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 9.5px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #666666;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #666666;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #e76453;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #e76453;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9.5px;
}
.message.global.demo {
  margin: 0 0 9.5px;
  padding: 12px 19px 12px 23.75px;
  display: block;
  font-size: 1.40000034rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #666666;
}
.message.global.demo a:hover {
  color: #e76453;
}
.message.global.demo a:active {
  color: #e76453;
}
.page-footer {
  margin-top: 25px;
  background: transparent;
}
.footer.content {
  border-top: none;
  padding-top: 0;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.72307735rem;
  border-top: 1px solid #cecece;
  margin: 0 -20px;
  padding: 0 20px;
}
.footer.content .links strong,
.footer.content .links a {
  display: block;
  padding: 9.5px 0;
}
.footer.content .links strong {
  color: #d9d9d9;
  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 {
  color: #666666;
  display: block;
  padding: 0px 0px 10px;
}
.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,
.page-footer .switcher .options ul.dropdown {
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #e3e2e2;
  text-transform: uppercase;
  margin-top: 6px;
  box-shadow: 0 2px 2px #ccc;
  border-radius: 5px;
  padding: 5px;
}
.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 {
  display: none;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: transparent;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #666666;
  text-decoration: none;
  display: block;
  padding: 3px 10px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #666666;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #e76453;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #e76453;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
  text-transform: capitalize;
  float: left;
  margin: 0 8px 0 0;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 18px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 19px 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
/*& when (@media-common = true) {

    //
    //  Widgets
    //  ---------------------------------------------

    .sidebar {
        .widget.block:not(:last-child),
        .widget:not(:last-child) {
            margin-bottom: @indent__xl;
        }
    }

    .widget {
        clear: both;
        .block-title:extend(.abs-block-widget-title all) {
        }
    }
}*/
/*& when (@media-common = true) {
    .no-display:extend(.abs-no-display all) {
    }

    //
    //  Calendar
    //  ---------------------------------------------

    .ui-datepicker td {
        padding: 0;
    }

    .ui-tooltip {
        border: @tooltip__border-width solid @tooltip__border-color;
        .lib-css(background, @tooltip__background);
        padding: 10px;
    }
}*/
.form.wishlist.items .actions-toolbar .primary .action {
  margin-bottom: 2px;
}
.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 #e3e2e2;
}
.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 #e3e2e2;
}
.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 #e3e2e2;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 9.5px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 9.5px 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: 9.5px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 9.5px;
}
.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: #666666;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 23.75px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  border: none;
  margin-bottom: 9.5px;
}
.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: auto;
  margin: 9.5px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  padding: 6px 12px;
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
#mb-ajaxsuite-popup-wrapper {
  width: 30%;
  border-radius: 5px;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
  padding: 10px;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#mb-ajaxcart-wrapper .mb-message-successs {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}
#mb-ajaxcart-wrapper .logo-sec-top {
  background: #EAE9E6;
  padding: 5px 0;
  text-align: center;
}
#mb-ajaxcart-wrapper .logo-sec-top img {
  width: 75%;
  max-width: 80%;
  margin: 0 auto;
}
#mb-ajaxcart-wrapper .left-sec-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
}
#mb-ajaxcart-wrapper .right-sec-content {
  width: 65%;
  padding: 0 10px 0 0;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box img.image {
  float: none;
  display: inline-block;
  width: 80%;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons {
  float: left;
  width: 100%;
  margin: 10px 0 10px;
  text-align: left;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons .action {
  font-size: 11px;
  padding: 6px 8px;
  border-color: #C63622 !important;
  background-color: unset !important;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
  display: flex;
  align-content: center;
  background: #fff;
  padding: 10px 0;
}
#mb-ajaxcart-wrapper img.image {
  width: 100%;
  display: block;
  margin-bottom: 9.5px;
}
#mb-ajaxcart-wrapper .product-add-form {
  width: 100%;
  display: block;
}
#mb-ajaxcart-wrapper .product-add-form .product-options-wrapper .field:not(.date) > .control {
  width: 100%;
}
#mb-ajaxcart-wrapper .product-add-form .product-options-wrapper .fieldset .field {
  margin-bottom: 9.5px;
}
#mb-ajaxcart-wrapper .product-add-form .actions {
  padding-top: 5px;
}
#mb-ajaxcart-wrapper .product-name {
  font-weight: bold;
  margin-top: 9.5px;
  color: #333;
  font-size: 13px;
  margin-bottom: 2px;
}
#mb-ajaxcart-wrapper .products {
  margin: 30px 0 0 0;
}
#mb-ajaxcart-wrapper .products .product-item {
  width: 23%;
  padding: 0 20px 0 20px;
}
.ajaxcart-product-image {
  display: inline;
  margin: 5px;
}
.ajaxcart-success-box {
  text-align: left;
}
.mb-ajaxsuite-popup-border {
  padding: 10px;
}
.mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo {
  margin-top: 10px;
}
.mb-ajaxsuite-popup-border .block.related {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}
.mb-ajaxsuite-popup-border .block.related .block-actions {
  display: none;
}
.mb-ajaxsuite-popup-border .block.related .product-item-info .field.choice.related,
.mb-ajaxsuite-popup-border .block.related .product-item-info .product-item-actions {
  display: none;
}
.minicart-items-wrapper {
  height: auto !important;
}
#ajaxpopup-product-options ul {
  margin-bottom: 2px;
  height: 100%;
  max-height: 150px;
  white-space: pre-wrap;
  overflow: auto;
}
#ajaxpopup-product-options ul .ajax-product-option {
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
}
#ajaxpopup-product-options ul .ajax-product-option .value:before {
  content: "● ";
  font-size: 13px;
  vertical-align: baseline;
}
#ajaxpopup-product-options .label {
  font-weight: bold;
  float: left;
  margin-right: 10px;
  color: #e06d00;
}
#ajaxpopup-product-options .bundle li {
  display: flex;
  flex-direction: column;
}
#ajaxpopup-product-options .bundle div[data-container="options"] div:before {
  content: "● ";
  font-size: 13px;
  vertical-align: baseline;
}
@media only screen and (max-width: 1231px) and (min-width: 767px) {
  #mb-ajaxsuite-popup-wrapper {
    width: 50%;
  }
}
/*fix the cart popup button design issue for table view*/
@media (max-width: 1394px) and (min-width: 1234px) {
  #mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons {
    margin: 0 -30px;
    display: flex;
    gap: 4px;
  }
}
@media (max-width: 836px) and (min-width: 768px) {
  #mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons {
    margin: 0 -24px;
    display: flex;
    gap: 4px;
  }
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 19px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.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.93846202rem;
  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.80000069rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.40000034rem;
}
.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.93846202rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.93846202rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.40000034rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 9.5px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 9.5px 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: #eeedeb;
  border: 1px solid #dad4cd;
  color: #211f20;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.40000034rem;
  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: #d43e2a;
  border: 1px solid #d43e2a;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #d43e2a;
  border: 1px solid #d43e2a;
  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: 19px;
}
.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: 19px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 19px;
}
.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: 9.5px;
  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: 19px;
}
.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: 19px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 9.5px 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;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 19px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .products-grid .products {
  margin: 0;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.29230801rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image,
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
    display: block;
    margin: 0 auto;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-wrapper-inner {
    flex-direction: column;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
    margin: 5px 0 10px;
  }
  .page-products .products-grid .product-item {
    width: 100%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 100%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 100%;
  }
  .products-grid .product-item {
    width: 100%;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@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: 9.5px;
  }
  .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: 9.5px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 9.5px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 4.75px;
    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.72307735rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-top: 4.75px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 9.5px;
    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: -19px;
  }
  .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,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options: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-reviews .col.actions: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: 0px;
  }
  .account .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper,
  .product.info.detailed .additional-attributes-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 #e3e2e2;
    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: 4.75px 9.5px;
  }
  .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: 9.5px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #444444;
    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 #e3e2e2;
    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 4.75px;
  }
  .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: 19px;
  }
  .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.72307735rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 9.5px;
  }
  .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;*/
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .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;
  }
  .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: #8f8f8f;
    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;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 23.75px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4.75px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 23.75px -9.5px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 19px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 9.5px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #e3e2e2;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #e3e2e2;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 9.5px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e604';
    font-family: 'Luma-Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 19px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 9.5px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 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: 9.5px;
  }
  .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[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]: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.29230801rem;
    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;
  }
  .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-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 9.5px 9.5px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 0;
  }
  .product-info-price > *:first-child {
    padding-left: 0;
  }
  .product-info-price > *:last-child {
    padding-right: 9.5px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .block-search {
    /*margin-top: 0px;*/
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 0px;
  }
  .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 {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 33.5px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 38.5px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 9.5px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'Luma-Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 19px;
    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: 19px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  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: 18px;
  }
  .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: #b0b0b0;
    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: 0;
    padding: 15px 0 20px;
  }
  .filter-options-content {
    padding: 4.75px 9.5px;
  }
  .filter .filter-current {
    /*border: solid @border-color__base;
        border-width: 1px 0;
        margin: @indent__xs -@indent__s 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: #b0b0b0;
    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,.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: 19px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4.75px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 18px;
  }
  .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: 23.75px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 23.75px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 4.75px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 4.75px;
  }
  .logo {
    margin-bottom: 0px;
    margin-top: 4px;
  }
  .products-grid.wishlist .product-item {
    border-bottom: none;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: none;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@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: 9.5px 18px 9.5px 20px;
    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: 19px;
    top: 9.5px;
  }
  .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,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .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: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
    margin: 0;
    padding: 20px 15px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4.75px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: none;
  }
  .nav-sections .switcher .switcher-label {
    font-weight: 700;
  }
  .nav-sections .switcher .view-default,
  .nav-sections .switcher .language-USD {
    font-weight: 400;
  }
  .nav-sections .switcher .options {
    display: block;
    width: 100%;
    clear: both;
  }
  .nav-sections .switcher .switcher-dropdown {
    padding: 15px 0 0px;
  }
  .nav-sections .switcher .switcher-dropdown .switcher-option {
    display: inline-block;
    margin: 2px 2px 10px;
  }
  .nav-sections .switcher .switcher-dropdown .switcher-option a {
    color: #777;
    border: 1px solid #dddddd;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 14px;
  }
  .nav-sections .switcher .switcher-dropdown .switcher-option a:hover {
    color: #e76453;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .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: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 9.5px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: none;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: none;
    font-weight: 500;
    padding: 0.8rem 19px;
    color: #777777;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #dddddd;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    text-decoration: none;
    display: block;
    font-weight: 500;
    padding: 0.8rem 19px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow: 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: 80%;
    left: calc(100% - 54px);
    overflow: auto;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-sections #mainmenu {
    display: none;
  }
  .nav-open .nav-sections #mobile {
    display: block;
  }
  .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-open .nav-toggle:before {
    display: none;
  }
  .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: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    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: 23.75px 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: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 9.5px;
    padding-right: 0;
    padding-bottom: 9.5px;
    padding-left: 15px;
    text-transform: capitalize;
  }
  .navigation a,
  .navigation a:hover {
    text-decoration: none;
  }
  .navigation .level0 {
    border-bottom: 1px solid #d5d5d5;
    font-size: 1.50769268rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 18px 8px 15px;
    text-transform: capitalize;
    word-wrap: break-word;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #e76453;
    border-style: solid;
    border-width: 0 0 0 8px;
    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) {
    color: #e76453;
  }
  .navigation li.level0:last-child {
    border-bottom: none;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .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 {
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #e76453;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    font-weight: 400;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: block;
  }
  .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-y: auto;
    overflow-x: hidden;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [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;
  }
  .search-autocomplete .amsearch-slider-wrap:not(:first-child) {
    margin-top: 50px;
  }
  .amsearch-additional-content {
    flex-direction: column;
  }
  .amsearch-additional-content .amsearch-content-block {
    padding: 15px;
    max-width: 100%;
    border-top: 1px solid #e8e9ef;
    border-left: none;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image {
    display: inline-block;
    margin-right: 10px;
    max-width: 110px;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
    display: inline-block;
    vertical-align: top;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-wrapper-inner {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
    margin: 0 20px 0 0;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .product-item-actions {
    display: flex;
  }
  .mb-ajaxsuite-popup-wrapper {
    width: 580px;
    max-width: 96%;
    max-height: 96%;
    overflow-y: auto;
  }
  #mb-ajaxwishlist-wrapper #mb-ajaxwishlist-popup-content {
    padding: 15px;
  }
  img.image {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .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 19px 19px;
  }
  .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: 9.5px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2.15384668rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.29230801rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .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: #8f8f8f;
    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: #666666;
  }
  .cart .action-gift:active:after {
    color: #8f8f8f;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -4.75px 14px -1px -15px;
    padding: 4px 9.5px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #666666;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e62b';
    font-family: 'Luma-Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #666666;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #8f8f8f;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 19px;
    padding-bottom: 9.5px;
  }
  .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;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  .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: 9.5px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -20px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.72307735rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f7f7f7;
    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: #666666;
    display: block;
    padding: 4.75px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.80000069rem;
  }
  .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: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 23.75px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .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;
  }
  .form.send.friend .fieldset {
    padding-bottom: 4.75px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .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;*/
  }
  .product-info-main .product-add-form {
    padding-top: 0;
  }
  .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: 19px;
  }
  .field-tooltip .field-tooltip-content {
    right: -9.5px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-payment-method .payment-option {
    margin: 0px !important;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 19px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 9.5px;
  }
  .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 19px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 18px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 4.75px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 19px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 9.5px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 18px;
  }
  .block-collapsible-nav {
    /*left: 0;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 10;
        box-sizing: border-box;*/
  }
  .block-collapsible-nav .title {
    border: none;
    padding: 0px;
  }
  .block-collapsible-nav .title > strong {
    padding: 0px;
    margin: 0px;
    color: #e76453;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
  }
  .block-collapsible-nav .title:after {
    background: #e76453 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    font-weight: bold;
  }
  .block-collapsible-nav .item.current > a,
  .block-collapsible-nav .item.current > strong {
    color: #e76453;
    background: transparent;
  }
  .block-collapsible-nav .content {
    border-bottom: none;
    display: none;
    margin: 10px 0 0;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.72307735rem;
    right: -25px;
    top: 2px;
    display: none;
  }
  .navigation .parent .level-top:after {
    font-size: 1.72307735rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.72307735rem;
    display: none;
    margin: 0 -20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: solid 1px #ddd;
    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: 9.5px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 9.5px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .products-grid.wishlist {
    /*margin-bottom: @indent__l;
        margin-right: -@indent__s;*/
  }
  .products-grid.wishlist .product-item {
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    /*float: left;
                    margin-right: @indent__base;*/
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.72307735rem;
  }
  .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;*/
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    /*float: right;*/
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 15px;
  }
  .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;*/
    text-align: center;
  }
  .products-grid.wishlist .product-item .box-tocart {
    /*float: left;*/
    /*margin-right: @indent__base;*/
  }
  .products-grid.wishlist .product-item .box-tocart .tocart {
    padding: 6px 12px;
  }
  .products-grid.wishlist .product-item .box-tocart .tocart span {
    padding: 0px;
  }
  .products-grid.wishlist .product-item .box-tocart .tocart:hover {
    /*border-style: none none solid;
                            border-width: 0px 0px 1px;*/
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 50%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    left: 0px;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e600';
    font-family: 'Luma-Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #666666;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #8f8f8f;
  }
  .actions-toolbar .primary .action {
    margin-bottom: 3px;
  }
  .actions-toolbar .primary .action:last-child {
    margin-bottom: 3px;
  }
  #mb-ajaxsuite-popup-wrapper {
    width: 100%;
    overflow: inherit;
    max-width: 86%;
    max-height: inherit;
  }
  #mb-ajaxcart-wrapper .mb-message-successs {
    font-size: 1.29230801rem;
  }
  #mb-ajaxcart-wrapper .product-name {
    font-size: 14px;
    margin: 0;
    padding-left: 30px;
  }
  #mb-ajaxcart-wrapper .fieldset {
    padding-left: 15px;
  }
  #mb-ajaxcart-wrapper .products {
    margin: 30px 0 0 0;
  }
  #mb-ajaxcart-wrapper .products .product-item {
    width: 40%;
    padding: 0 20px 0 35px;
    margin-bottom: 15px;
  }
  #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border.ajaxcart-success-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
    padding: 20px 20px 40px;
    flex-direction: column;
    align-items: center;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .left-sec-img {
    max-width: 50%;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .right-sec-content {
    text-align: left;
    padding-left: 10px;
    width: 100%;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .right-sec-content .product-name {
    padding-left: 0;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons {
    position: absolute;
    /* left: 30px;*/
    left: 0;
    margin: 0;
    text-align: center;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons .action {
    padding: 3px 10px;
    margin-top: 10px;
  }
  .price-box.price-final_price {
    padding-left: 15px;
  }
  .swatch-opt {
    margin: 20px 0;
    padding-left: 15px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -9.5px;
    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: 9.5px;
    left: auto;
    top: 0%;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 12.9999968px;
    font-weight: 700;
  }
  .field-tooltip .field-tooltip-content {
    right: -9.5px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    float: left;
    clear: 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,
  .modes-label {
    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: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 + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .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 #e3e2e2;
  }
  .table > tbody + tbody {
    border-top: 1px solid #e3e2e2;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amsearch-form-container .actions-secondary {
    display: flex;
  }
  .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.53;
    margin: 0;
    padding: 0;
    color: #666666;
    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: #666666;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #e76453;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #e76453;
    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: #666666;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .product-item-info:hover,
  .product-item-info.active {
    position: relative;
    z-index: 2;
    /*.lib-css(background, @color-white);*/
  }
  .product-item-info:hover .product-item-image,
  .product-item-info.active .product-item-image {
    border-color: #303030;
  }
  .product-item-inner {
    z-index: 99;
    background: transparent;
    padding: 3px 0px 3px;
    text-transform: capitalize;
  }
  .product-item-actions {
    display: block;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    width: auto;
    padding-left: 0px;
    display: none;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin: 0px 0px 0px 8px;
    padding: 5px;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    min-width: 20px;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:hover {
    color: #303030;
    background: #ffd24c;
    border-color: #ffd24c;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .products-grid .product-item {
    width: 25%;
    text-align: center;
    margin-bottom: 0px;
  }
  .page-layout-1column .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .filter.block {
    margin-bottom: 13px;
  }
  .filter-content .item {
    margin: 5px 0;
  }
  .filter-actions {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: inline-block;
    overflow: initial;
    position: static;
    vertical-align: top;
    width: 100%;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column .toolbar-products {
    margin-bottom: 30px;
    padding: 5px 0;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    display: inline-block;
    width: 100%;
  }
  .page-layout-1column .filter-content {
    margin-top: 0px;
    vertical-align: top;
    display: inline-block;
    border-left: 1px solid #fdc5b7;
    width: 90%;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    float: left;
    margin-right: 5px;
    padding: 0px 0px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: none;
    left: 50%;
    margin-left: -19px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 22px 26px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
  }
  .page-layout-1column .filter-options-title:after {
    right: 5px;
    top: 25px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #f02640;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fdc5b7;
    padding: 10px 5px;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    padding: 4.75px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin: 0 5px;
    color: #fff;
    padding: 0px;
  }
  .page-layout-1column .filter-actions {
    text-align: right;
    margin: 0px;
    padding: 22px 0;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 0px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 0px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 9.5px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 19px 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: 23.75px;
    padding-right: 23.75px;
    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: 23.75px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 18px;
    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 {
    max-width: 262px;
    float: left;
    margin-bottom: 0;
  }
  .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;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33%;
  }
  .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.33%;
  }
}
@media all and (max-width: 1024px) {
  .field-tooltip .field-tooltip-content {
    right: -9.5px;
    top: 40px;
    left: auto;
  }
}
/*@button__background: #fff;*/
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
/* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
/* W3C */
/* Old browsers */
#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 9.5px;
}
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: 9.5px;
}
.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.93846202rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 9.5px 9.5px 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.93846202rem;
  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.50769268rem;
  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.29230801rem;
  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.29230801rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 9.5px;
  right: 28.5px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
.sparsh-featured-products-slider {
  text-align: left;
  margin: 64px 0;
}
.sparsh-featured-products-slider h1 {
  text-align: center;
}
.sparsh-featured-products-slider .sparsh_featured_products_product_slider .slick-slide {
  padding: 1px;
  margin-bottom: 35px;
}
.sparsh-featured-products-slider .sparsh_featured_products_product_slider .slick-arrow {
  background: none;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 45%;
  border: 0;
  z-index: 3;
  color: #000;
  box-shadow: none !important;
  border-radius: 0;
  margin-top: -3px;
  font-size: 0;
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 50px;
  text-align: center;
}
.sparsh-featured-products-slider .sparsh_featured_products_product_slider .slick-arrow:focus {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh-featured-products-slider .sparsh_featured_products_product_slider .slick-arrow:active {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh-featured-products-slider .sparsh_featured_products_product_slider .slick-arrow.slick-next {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../../frontend/Megnor/bgc/en_US/Sparsh_FeaturedProducts/images/right-arrow.png');
  left: inherit;
  position: absolute;
  font-size: 0 !important;
  right: -47px;
  transition: all .3s ease;
  top: 50%;
}
.sparsh-featured-products-slider .sparsh_featured_products_product_slider .slick-arrow.slick-next:hover {
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh-featured-products-slider .sparsh_featured_products_product_slider .slick-arrow.slick-prev {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../../frontend/Megnor/bgc/en_US/Sparsh_FeaturedProducts/images/left-arrow.png');
  left: 2px;
  position: absolute;
  font-size: 0 !important;
  left: -27px;
  transition: all .3s ease;
  top: 50%;
}
.sparsh-featured-products-slider .sparsh_featured_products_product_slider .slick-arrow.slick-prev:hover {
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh-featured-products-slider .sparsh_featured_products_product_slider .slick-slider:hover .slick-arrow.slick-next {
  right: -47px;
}
.sparsh-featured-products-slider .sparsh_featured_products_product_slider .slick-slider:hover .slick-arrow.slick-prev {
  left: -27px;
}
.sparsh-featured-products-slider .sparsh-featured-products-slider-container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sparsh-featured-products-slider .sparshfeaturedproductsslider {
  border-top: 1px solid #fff;
  padding: 9px !important;
}
.sparsh-featured-products-slider .sparshfeaturedproductsslider:hover {
  padding: 9px !important;
  border-top: 1px solid #ddd;
}
.sparsh-featured-products-slider .sparshfeaturedproductsslider-image-container {
  width: 100%;
}
.sparsh-featured-products-slider .sparshfeaturedproductsslider-image-wrapper {
  padding-bottom: 125%;
}
.sparsh-featured-products-slider .slick-arrow.slick-prev:after {
  font-size: 0px !important;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider .slides{ padding:0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style:none !important;position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;border-radius:5px;}
.flexslider .slides li.bgc-active {box-shadow: 0 0 10px #C1C1C1;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; clear:both; margin:0 0 4px 0; text-align:center; /*overflow:hidden;*/}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides { margin:0 0px 0px; }

/* Direction Nav */
.flex-direction-nav {display:none; margin:0 !important; }
.flex-direction-nav  li{ list-style:none;}
 
.flex-direction-nav li a.flex-next
{ 
	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll  -42px -195px transparent;
    font-size: 0;
    height: 40px ;
    position: absolute;
    right: 10px;
    top: 40%;
    width: 40px;
	
}
.flex-direction-nav li a.flex-prev
{ 
	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -2px -195px transparent;
    height: 40px !important;
    left: 10px;
    position: absolute;
    top:40%;
    width: 40px !important;
	font-size:0;
}
.flex-direction-nav li a.flex-prev:hover	{ background-position:-2px -242px;} 
.flex-direction-nav li a.flex-next:hover		{ background-position:-42px -242px;}

/* Control Nav */
.flex-control-nav { margin:0px 0px 0px !important; padding:0 !important; z-index:99; display:inline-block;}
.flex-control-nav li {margin: 0 3px;float:left; font-size:0; }
.flex-control-paging li a {
	background: url('../../frontend/Megnor/bgc/en_US/images/sprite2.png') -98px -195px no-repeat;
    
    cursor: pointer;
    display: block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
	font-size:0;
	margin-bottom: 5px;
}
.flex-control-paging li a:hover ,.flex-control-paging li a.flex-active{ background-position: -98px -217px; }
.flex-control-paging li a.flex-active{  cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
#ribbon {
	background: url("../../frontend/Megnor/bgc/en_US/images/ribbon.png") no-repeat 0px 0px;
    height: 111px;
    right: -6px;
    position: absolute;
    top: -4px;
    width: 111px;
    z-index: 7;
	display:block;
}
.flex-caption-up {
	background-color:black;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.3;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    width: 100%;
	border-radius: 0 0 4px 4px;
    z-index: 0;
}
.flex-caption {
	width:98%;
	padding:10px 0px !important;
	position:absolute;
	left:1%;
	bottom:0;
	color:#fff;
	text-align:center;
	text-shadow:0 -1px 0 rgba(0,0,0,.3);
	font-size:14px;
	line-height:18px;
	opacity:1;
	border-radius: 0 0 4px 4px;
	margin:0px !important;
	font-weight:bold;
	z-index:0;
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: block;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../../frontend/Megnor/bgc/en_US/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-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 Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../../frontend/Megnor/bgc/en_US/css/AjaxLoader.gif) no-repeat center center
}
.owl-stage-outer{overflow:hidden;}


.parallex-inner .owl-theme .owl-dots .owl-dot{
	background: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #f2f2f2;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    width: 10px;
	cursor:pointer;
}
.parallex-inner .owl-theme .owl-dots .owl-dot.active, .parallex-inner .owl-theme .owl-dots .owl-dot:hover {
    background: #ffd24c;
    border-color: #ffd24c;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Megnor/bgc/en_US/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/Megnor/bgc/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/Megnor/bgc/en_US/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/Megnor/bgc/en_US/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/Megnor/bgc/en_US/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/Megnor/bgc/en_US/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
*{margin:0px; padding:0px;}body{     background:url("../../frontend/Megnor/bgc/en_US/images/bgc_pattern7.png") repeat 0px 0px;    color: #333333;    font-family: 'Open Sans',Arial,Helvetica,sans-serif;    font-size: 13px;    font-weight: normal;    line-height: 18px;	text-align:left;	-webkit-text-size-adjust: none;}li{list-style:none;}img           { border:0; vertical-align:top; }a             { color:#333333; text-decoration:underline; }a:hover       { text-decoration:none; color:#e06d00; }:focus        { outline:0; }/* Headings */h1,h2,h3,h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#e06d00; }h1            { font-size:20px; font-weight:normal; }h2            { font-size:18px; font-weight:normal; margin-bottom:15px; }h3            { font-size:16px; font-weight:bold; }h4            { font-size:14px; font-weight:bold; }h5            { font-size:12px; font-weight:bold; }h6            { font-size:11px; font-weight:bold; }/* Forms */form          { display:inline; }fieldset      { border:0; }legend        { display:none; }/* Table */table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }/* Content */p             { margin:0 0 10px; }strong        { font-weight:bold; }address       { font-style:normal; line-height:1.7; }cite          { font-style:normal; }q,blockquote    { quotes:none; }q:before,q:after       { content:''; }small,big     { font-size:1em; }/*sup           { font-size:1em; vertical-align:top; }*//* Lists */ul,ol         { list-style:none; }/* Tools */.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }.nobr         { white-space:nowrap !important; }.nobrbgc      { white-space:nowrap !important; }.wrap         { white-space:normal !important; }.a-left       { text-align:left !important; }.a-center     { text-align:center !important; }.a-right      { text-align:right !important; }.v-top        { vertical-align:top; }.v-middle     { vertical-align:middle; }.f-left,.left         { float:left !important; }.f-right,.right        { float:right !important; }.f-none       { float:none !important; }.f-fix        { float:left; width:100%; }.no-display   { display:none; }.no-margin    { margin:0 !important; }.no-padding   { padding:0 !important; }.no-bg        { background:none !important; }/* ======================================================================================= */.ie8 .product-image-inner-blog .image-hover-block .zoom:before, .ie8 .product-image-inner-blog .image-hover-block .read:before {  display: none;}.ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .read:before, .ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .zoom:before { display: block;}.ie10 .page-wrapper, .ie11 .page-wrapper{ height:auto !important;}.container-width {    max-width: 980px !important;    padding:0 0px;    margin: 0 auto;    box-sizing: border-box;}#spinner {    position: absolute;    left: 0px;    top: 0px;    width: 100%;    height: 100%;    z-index: 999;    background: url(../../frontend/Megnor/bgc/en_US/images/ajax-loader.gif) 50% 50% no-repeat #fff;}.clearer:after, .page-header:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }/* Start Header */.header.content {max-width:1020px !important;}.page-header .panel.wrapper{    display: inline-block;    width: 100%;    vertical-align: middle;    padding: 8px 0;	color:#333333;}.tm_headerlinkmenu {    float: right;    position: relative;    display: inline-block;    padding: 0 1px 0 0;    cursor: pointer;}.my-account-cms::after {    content: "\e622";    font-family: luma-icons;    font-size: 10px;    position: absolute;    right: 0;    top: 3px;}.tm_headerlinks_inner .headertoggle_img:hover:before{color:#e06d00;}.header-social {    float: left;    display: inline-block;    text-align: left;}.header-social .social_block {    display: inline-block;    margin: 0 15px 0 0;    float: unset;    font-size: 14px;}body .page-header .switcher {    float: right;    padding: 0;    margin-right: 15px;    position: relative;    padding-right: 15px;}body .page-header .switcher::after{    content: '';    position: absolute;    top: 5px;    right: 0;    background: rgba(119,119,199,0.3);    width: 1px;    height: 12px;}.my-account-cms:hover, .my-account-cms:hover::after {color: #e62e04;}.tm_headerlinks_inner .tm_headerlinks{     display:none;       float:none;     padding:10px;     position:absolute;     right:0px;     border:1px solid #e3e2e2;    background:#f6f6f6;     border-radius: 5px;-webkit-border-radius:5px;    -khtml-border-radius:5px;    -moz-border-radius:5px;    box-shadow: 0 2px 2px #cccccc;    -webkit-box-shadow:0 2px 2px #cccccc;    -moz-box-shadow: 0 2px 2px #cccccc;     width:210px;     text-align:left;     top: 30px;    z-index:4;     box-sizing : border-box;}.block-search .action.search{    background: rgba(212,62,42,1);    background: -moz-linear-gradient(top, rgba(221,62,42,1) 0%, rgba(231,100,82,1) 100%);    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,62,42,1)), color-stop(100%, rgba(231,100,82,1)));    background: -webkit-linear-gradient(top, rgba(221,62,42,1) 0%, rgba(231,100,82,1) 100%);    background: -o-linear-gradient(top, rgba(221,62,42,1) 0%, rgba(231,100,82,1) 100%);    background: -ms-linear-gradient(top, rgba(221,62,42,1) 0%, rgba(231,100,82,1) 100%);    background: linear-gradient(to bottom, rgba(221,62,42,1) 0%, rgba(231,100,82,1) 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43e2a', endColorstr='#e76452', GradientType=0 );}body .page-header .switcher .options ul.dropdown, body .page-footer .switcher .options ul.dropdown{margin-top: 7px;}.tm_headerlinks .panel.header{ padding: 0px;}.header.panel .tm_headerlinks .compare a{ color: #666;}.header.panel .tm_headerlinks .compare a:hover{ color: #e06d00;}.header_msg{ float: right; padding: 9px 0px; }.header_msg .msg_inner{ border-right: 1px solid #ccc;  margin: 0;  padding: 0 10px 0 0;}.header_msg .msg_inner li{ margin:0px; padding: 0px; }.header-left{ float: left; }.header-right{float:right;}.header-logo{ float: left; }.minicart-wrapper .action.showcart:before{      content: "\f0d7";    font-family: "fontawesome";    position: absolute;    top: 4px;    font-size: 15px;    display: block;    right: 4px;}.minicart-wrapper .action.showcart.active:before{content: "\f0d8"; font-size: 15px; font-family: "fontawesome"; display: block;}.block #minicart-content-wrapper .block-content li { padding:10px 0 15px; cursor: default;}.counter-item > span, .minicart-wrapper .counter-item {  display: none;}.block-search input {border: unset;}/* End Header */body .page-wrapper {display:block;}.columns .column.main {padding-bottom: 5px;}.page-footer {margin-top: 5px !important;}.page-header .header-nav-outer {position: relative;  z-index: 9;}.menu-mobile{display: none;}.nav-container { margin-bottom: 10px;}.nav-inner {	width:980px; 	margin:0 auto; 	padding:0px; }/********** < Navigation */.advanced_nav, .advanced_mst, .advanced_clean, .advanced_covid{ display:none; }.nav-inner #nav , .nav-responsive , .mst-responsive , .clean-responsive, .covid-responsive , #advancedmenu {	background: #eee; /* Old browsers */	background: -moz-linear-gradient(top, #ffffff 0%, #dadada 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #ffffff 0%,#dadada 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #ffffff 0%,#dadada 100%); /* IE10+ */	background: linear-gradient(to bottom, #ffffff 0%,#dadada 100%); /* W3C */ 	  	height:45px;	border-radius:5px 5px 5px 5px;	-moz-border-radius: 5px 5px 5px 5px;	-webkit-border-radius: 5px 5px 5px 5px;    border-right: 1px solid #CBCACA;    border-top: 1px solid #CBCACA;	box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;}#advancedmenu {	border-radius:5px 0px 5px 5px;	-moz-border-radius: 5px 0px 5px 5px;	-webkit-border-radius: 5px 0px 5px 5px;	}.clean-responsive {	background: #999999;	box-shadow: 0 0 15px rgba(105, 105, 105, 0.9) inset;}.covid-responsive {	background: #edd000;	box-shadow: 0 0 15px rgba(105, 105, 105, 0.9) inset;}.nav-container.mst-container {display:none;}.nav-container.clean-container {display:none;}/* All Levels */ /* Style consistent throughout all nav levels */#nav li { position:relative; text-align:left; }#nav li.over { z-index:998; }#nav a,#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }#nav a:hover , #nav > li:hover > a , #nav li.active > a {  color: #e06d00; }#nav span { display:block; cursor:pointer; white-space:nowrap; }#nav li ul span {white-space:normal; }#nav ul li.parent a { background:url(../../frontend/Megnor/bgc/en_US/images/bkg_nav2.gif) 100% 100% no-repeat; }#nav ul li.parent li a { background-image:none; }/* 0 Level */#nav li { float:left; } #nav a , .nav-responsive span, .mst-responsive span { float:left; padding:13px 15px 13px 9px; color:#211F20; font-size:14px; background: url("../../frontend/Megnor/bgc/en_US/images/menu_saprator.png") no-repeat scroll right center transparent; }#nav li.last a{ background:none; }/*#nav li.over a,#nav a:hover { color:#fff; }*//* 1st Level */#nav ul li,#nav ul li.active { float:none; margin:0;  }#nav ul li.last {  padding-bottom:0; }#nav ul a,#nav ul a:hover { float:none; padding:0; background:none; }#nav ul li a { font-weight:normal !important; }/* 2nd Level */#nav ul ,.responsive-menu #nav-mobile, .responsive-pages #mst-mobile {	 	background: none repeat scroll 0 0 #F6F6F6;    border: 1px solid #C9C9C9;	border-radius: 0 0 5px 5px;	-moz-border-radius:0 0 5px 5px;	-webkit-border-radius:0 0 5px 5px;}.responsive-cleans #clean-mobile {	background: none repeat scroll 0 0 #999999;}.responsive-covids #covid-mobile {	background: none repeat scroll 0 0 #edd000;}#nav ul,#nav div { position:absolute; width:15em; top:44px; left:-10000px; padding:5px 10px; }#nav div ul { position:static; width:auto; border:none; }/* 3rd+ Level */#nav ul ul,#nav ul div { top:5px; }#nav ul li a {  }#nav ul li a:hover , #nav > li ul > li:hover > a, .responsive-menu a:hover, .responsive-pages a:hover { color:#e06d00!important; }#nav ul li a, .responsive-menu a, .responsive-pages a{color:#666666 !important; text-decoration:none; display:block; font-size:13px;}#nav ul span, .responsive-menu a, .responsive-pages a { background:url("../../frontend/Megnor/bgc/en_US/images/footerdot.png") no-repeat scroll 0 12px transparent; padding-left:12px !important;}.responsive-pages a {padding:4px 4px 4px 12px !important;}#nav ul li a:hover span, .responsive-menu a:hover, .responsive-pages a:hover, #nav > li ul > li:hover > a span{background:url("../../frontend/Megnor/bgc/en_US/images/footerdot_hover.png") no-repeat scroll 1px 12px transparent;}#nav ul span,#nav ul li.last li span , .responsive-menu li a, .responsive-pages li a { padding:4px; }/* Show menu */#nav li ul.shown-sub,#nav li div.shown-sub { left:0; z-index:999; }#nav li .shown-sub ul.shown-sub,#nav li .shown-sub li div.shown-sub { left:100px; }/********** Navigation > *//* adv memu */#advancedmenu {    position:relative;        	margin:0 auto; 	z-index:9;	border:1px solid #ddd ;}.ie7 #advancedmenu , .ie8 #advancedmenu{border:1px solid #ddd ;}div.menu {   	background: url("../../frontend/Megnor/bgc/en_US/images/menu_saprator.png") no-repeat scroll right center transparent; }div.menu .home_link , .custom_link li a{ float:left; background: url("../../frontend/Megnor/bgc/en_US/images/menu_saprator.png") no-repeat scroll right center transparent; padding-right:2px;}div.menu .home_link a{ background:none;}.custom_menu a{ display:block; float:left; }.custom_link {    display: inline-flex;    float: right;    width: auto;}div.menu .home_link a , .custom_menu a{ padding:13px 16px !important; color:#211F20; font-size:14px; text-decoration:none;  text-transform: capitalize;   }.custom_link li	a {width:137px; text-align:center; padding:13px 0px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; color:#211F20; font-size:14px; text-decoration:none;  text-transform: capitalize;  font-weight: normal !important; }.custom_link li.contact_bgc a{ width:120px !important; cursor:pointer;}#goqsearch{cursor:pointer;}.custom_link li.last a{ width:109px !important; background:none;padding: 13px 0px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} div.menu.active { 	color:#5E5E5E ; }div.megnor-advanced-menu-popup {   	background: none repeat scroll 0 0 #F6F6F6;    border: 1px solid #d5d5d5;	position:absolute;	display: none;	text-align:left; 	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.5);	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.5);	box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.5);	top:auto;	left:196px !important;	border-radius: 0 0 5px 5px;	-moz-border-radius: 0 0 5px 5px;	-webkit-border-radius: 0 0 5px 5px;	min-width:580px;	transition-duration: 200ms;	margin-top:-34px;box-shadow: none;border-radius:0;}.megnor-advanced-menu-popup_inner{	background:#FFF; padding:10px 0 5px 10px; display: block; overflow: hidden;} div.menu a, div.megnor-advanced-menu-popup a  {    color: #666666;    display: block;    font-size: 13px;    padding: 6px 10px;    text-decoration: none;  text-transform: capitalize;	margin: 0 auto 0px;	width: 162px;}div.megnor-advanced-menu-popup a 	{ 	padding:5px 10px;	text-transform:none;	}/*div.menu a:hover , div.active .parentMenu > a , div.menu.act a,.cms-home .menu .home_link a , .custom_link li a:hover{*/div.menu.act a,.cms-home .menu .home_link a , .custom_link li a:hover{     color:#E2842B;  	background:none; 	box-shadow:none;	}div.menu a:hover {background:none;}div.megnor-advanced-menu-popup a:hover{}div.megnor-advanced-menu-popup a.actParent {    color: #4D4D4D;}div.megnor-advanced-menu-popup a.act {    color: #E2842B;}.mega_menu div.column {    float:left;    width:180px; /* column width */    padding:0px 10px 0 0;}.megnor-advanced-menu-popup_inner .last{ padding:0; }div.itemSubMenu {    /*margin-left:20px;*/}.clearBoth {    clear:both;}#advancedmenu .level1 > a.itemMenuName{ font-size:14px; }div.megnor-advanced-menu-popup .block1		{ }div.megnor-advanced-menu-popup .block2	, div.megnor-advanced-menu-popup .block2	p	{ padding:0px 0 0px; margin:0;  }div.megnor-advanced-menu-popup .block2	a{ padding:0; }#advancedmenu .megnor-advanced-menu-popup .itemMenu  a	{ font-weight:normal;         font-weight: normal;    text-transform: capitalize;}.itemMenu .itemMenuName {   color:#211F20 !important; background:none; padding:5px 10px;	border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px; margin-bottom:5px; }.itemSubMenu .itemMenu {	margin-left:10px;}.itemSubMenu .itemMenu a.itemMenuName{	 background: url("../../frontend/Megnor/bgc/en_US/images/footerdot.png") no-repeat scroll 0 center transparent;    color: #666666 !important;     font-weight: normal !important;    padding: 2px 0 2px 10px;	 }.itemSubMenu .itemMenu a:hover	{ background:url("../../frontend/Megnor/bgc/en_US/images/footerdot_hover.png") no-repeat scroll 1px center transparent;  color: #E2842B !important;} .customblock_inner		{ background:#FFF; width:255px;}.customblock_inner h2	{ font-size:14px;   color:#FF633F; font-weight:bold; margin:0;}.customblock_inner .custom_text	{ font-size:12px; padding:5px 10px;}.customblock_inner p	{ margin-top:2px;} .mega_menu{ float:left; margin-bottom:0px; width:20%;}.ie7 #advancedmenu{ border:1px solid #ddd; } .mega_bkg{ background:#f6f6f6;      margin:2px 5px 0 3px;    padding: 2px 3px 3px;    width: 192px;	 border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px;	 }.mega_menu .active{  }.mega_menu .block-title { 	/*background-color: #E2842B;*/    background-image: none;	border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px;    color: #FFFFFF;     font-size: 19px;    padding: 6px 6px 8px 10px;    text-align: left;    width: 175px;	line-height: 21px;	font-weight:bold;		background: #e88a00; /* Old browsers */	background: -moz-linear-gradient(top, #e88a00 1%, #d85100 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e88a00), color-stop(100%,#d85100)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #e88a00 1%,#d85100 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #e88a00 1%,#d85100 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #e88a00 1%,#d85100 100%); /* IE10+ */	background: linear-gradient(to bottom, #e88a00 1%,#d85100 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88a00', endColorstr='#d85100',GradientType=0 ); /* IE6-9 */}.mega_menu .block-title:hover {	background: #e88a00; /* Old browsers */	background: -moz-linear-gradient(top, #d85100 0%, #e88a00 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85100), color-stop(100%,#e88a00)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #d85100 0%,#e88a00 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #d85100 0%,#e88a00 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #d85100 0%,#e88a00 100%); /* IE10+ */	background: linear-gradient(to bottom, #d85100 0%,#e88a00 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85100', endColorstr='#e88a00',GradientType=0 ); /* IE6-9 */	color:white;}.ie7 .mega_menu .block-title span{ float:left; }.cms-home .mega_menu .block-title h2.toggle_arrow  ,.catalog-category-view .mega_menu .block-title h2.toggle_arrow  ,.catalog-product-view  .mega_menu .block-title h2.toggle_arrow {background-position: right 3px;} .mega_menu  .active .block-title h2.toggle_arrow { background-position: right -49px !important;}.mega_menu .block-title h2.toggle_arrow { 	float:right; background: url("../../frontend/Megnor/bgc/en_US/images/cat-toggle-arrow.png") no-repeat scroll right 3px transparent; 	cursor:pointer;	     height: 24px;    margin-bottom: 0;    margin-top: -23px;    width: 100%;	position:relative;}.cms-home  .mega_menu  .active .block-title h2.toggle_arrow ,.catalog-category-view  .mega_menu  .active .block-title h2.toggle_arrow ,.catalog-product-view .mega_menu  .active .block-title h2.toggle_arrow{ 	float:right; background: url("../../frontend/Megnor/bgc/en_US/images/cat-toggle-arrow.png") no-repeat scroll right 3px transparent; 	cursor:pointer;	     height: 24px;    margin-bottom: 0;    margin-top: -23px;    width: 100%;}.cms-home .mega_menu .block-content , .catalog-category-view .mega_menu .block-content, .catalog-product-view .mega_menu .block-content,.account .mega_menu .block-content {    	display: none;    padding-top: 4px;    position: relative;    top: 0px; }.bgcleft .mega_menu .block-content {	display: none;    padding-top: 4px;    position: relative;    top: 0px;}  .mega_menu .block-content{	width: 198px;   	background: none repeat scroll 0 0 #F6F6F6;   	border-left: 4px solid #E2E1DE;	border-right: 4px solid #E2E1DE;    border-bottom: 4px solid #E2E1DE;	 border-radius: 0 0 5px 5px;	-moz-border-radius: 0 0 5px 5px;	-webkit-border-radius: 0 0 5px 5px; 	position:unset;	margin-top:-3px;	margin-left:-1px;	margin-bottom:10px;	padding-top: 4px;	display:none;}.page-layout-1column .mega_menu .block-content{	position:absolute;} .mega_menu .block-content div.menu{  border:2px solid transparent;border-bottom: 1px solid #D5D5D5; background:none; position: relative; z-index: 99999;}ie7 .mega_bkg , ie7 .mega_bkg{background: #eee;} .custom_link li{ float:left; list-style:none; display:inline-block;overflow:hidden;}.custom_link li:hover a{ float:left; display:inline-block; /*background:#e3e3e3*/; box-shadow:0 0 3px rgba(51, 51, 51, 0.5);}.custom_link li.last:hover a{ padding: 13px 0px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.customblock_inner		{ 	background: #f6f6f6;	border: 3px solid #E2E1DE;	border-radius: 0 0 5px 5px;	display: none;	padding: 0px;	position: absolute;	text-align: left;	top:   43px !important;	left:0 !important;	width:964px;}.customblock_inner h2	{ font-size:15px; color:#E2842B; font-weight:normal; margin:0 0 10px 0; text-transform:capitalize;}.customblock_inner .custom_text	{ font-size:12px; padding:5px 10px;}.customblock_inner p	{ margin-top:2px;}.custom_menu:hover 	.customblock_inner	{ display:block; padding}: .customblock_inner .megnor-advanced-menu-popup_inner	{ padding:10px; overflow:hidden;}.cms_menu_block { width:179px; margin:0 12px 0 0; float:left; cursor:pointer; min-height: 250px;}.cms_menu_block_inner	{border:1px solid #E3E2E2;border-radius:3px; padding:10px; background:#FFF;transition:border-color 200ms ease-in-out 0s;}.cms_menu_block:hover .cms_menu_block_inner	{ border-color:#E2842B; } #menu_block5	{ margin:0;}.custom_image	{ 	background:#fdfdfd; 	border: 1px solid #e3e3e3;    margin: 0 0 10px;    height:80px;    text-align: center;transition:border-color 200ms ease-in-out 0s;}.custom_image img	{ margin:25px 0 0 0;}.cms_menu_block_inner:hover h2	{ color:#464445;}.custom_menu .menu	{ background:none;}.custom_menu  { position:relative; z-index:99999 !important; }.cms_menu_block_inner .custom_image a{ height:25px; width:25px;   display:block; margin:13px auto; float:none; }#menu_block1 .cms_menu_block_inner .custom_image a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll 12px -740px transparent;}#menu_block2 .cms_menu_block_inner .custom_image a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -175px -740px  transparent;}#menu_block3 .cms_menu_block_inner .custom_image a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -3px -791px transparent;}#menu_block4 .cms_menu_block_inner .custom_image a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -155px -791px transparent;}#menu_block5 .cms_menu_block_inner .custom_image a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll  -6px -841px transparent;}#menu_block1:hover .cms_menu_block_inner .custom_image a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -41px -740px transparent;}#menu_block2:hover .cms_menu_block_inner .custom_image a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -121px -740px transparent;}#menu_block3:hover .cms_menu_block_inner .custom_image a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -85px -791px transparent;}#menu_block4:hover .cms_menu_block_inner .custom_image a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -209px -791px transparent;}#menu_block5:hover .cms_menu_block_inner .custom_image a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -73px -841px transparent;} .mega_menu .block-content .parent-arrow .arrow{ 	background: url("../../frontend/Megnor/bgc/en_US/images/menu_arrow.png") no-repeat scroll 176px center transparent;}.mega_menu .block-content .parent-arrow:hover .arrow , .mega_menu .block-content .active .arrow{ 	background: url("../../frontend/Megnor/bgc/en_US/images/menu-hover-arrow.png") no-repeat scroll right center transparent;}.custom_link ul {margin:0px !important;}.custom_link li {overflow: visible !important; margin:0px !important;}.custom_link .customblock_inner {width: 211px;}.custom_link .customblock_inner li {padding:7px 0px;margin:0px;display:block;float:left;background:none;border-bottom: 1px solid #ccc;width:100%;}.custom_link .customblock_inner li.last {border:0px;}.custom_link .customblock_inner li.last a {width:100% !important;}.custom_link .customblock_inner li a {background:none;box-shadow: none;padding:1px !important;margin:0px;width:100%;text-align: left;}.custom_link .customblock_inner li:hover a, .custom_link li:hover a {/*background:none !important*/;box-shadow: none !important;}/* end adv menu *//* Responsive menu Css Start */	.nav-responsive span { display:inline-block; background:none;}	.ie7 .nav-responsive span { display:inline;}	.nav-responsive { cursor:pointer; display:none;   }	#nav-mobile  ul  li{ list-style:none; position:relative;}	.nav-responsive .expandable{		background: url("../../frontend/Megnor/bgc/en_US/images/toggle-arrow1.png") no-repeat right 1px transparent;		height: 25px;		margin-right: 5px;		margin-top: 12px;		width: 30px; 		margin-right: 13px;	} 	.nav-responsive .expandable.active {background-position: right -51px;}	.responsive-menu { padding:0; position:relative;}		.responsive-menu #nav-mobile{ 		z-index:999;  		display:none; 		margin-top:-3px; 		padding:5px 0;		width:99.7%; 		list-style:none;		border-radius: 0 0 5px 5px;		-moz-border-radius:0 0 5px 5px;		-webkit-border-radius:0 0 5px 5px;	}	.responsive-menu #nav-mobile li{ padding:0 0px 0 15px; margin:0px;}	.responsive-menu #nav-mobile ul{padding-left:10px;}	.nav-responsive div,	.responsive-menu .hitarea {		background: none;		height: 16px;		width: 16px; 		float: right;		cursor: pointer;		margin-right:15px;		margin-top: 6px;	}	.responsive-menu .hitarea {		width:70px;		height:20px;		margin-right:0px;		margin-top: 4px;	}	.responsive-menu .expandable .collapsable-hitarea{ 		background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -185px -177px transparent;		 	} 	.responsive-menu .expandable-hitarea { 		background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -185px -156px transparent;		 	} 	.responsive-menu .collapsable-hitarea { 		background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -185px -177px transparent;			}/* Responsive menu Css End *//* Responsive store pages Css Start */	.mst-responsive span { display:inline-block; background:none;}	.ie7 .mst-responsive span { display:inline;}	.mst-responsive { cursor:pointer; display:none;   }	#mst-mobile  ul  li{ list-style:none; position:relative;}	.mst-responsive .expandable{		 background: url("../../frontend/Megnor/bgc/en_US/images/toggle-arrow1.png") no-repeat right 1px transparent;    height: 25px;    margin-right: 5px;    margin-top: 12px;    width: 30px; 	margin-right: 13px;	} 	.mst-responsive .expandable.active {background-position: right -51px;}	.responsive-pages { padding:0; position:relative;}		.responsive-pages #mst-mobile{ 		position:relative; 		z-index:9;  		display:none; 		margin-top:-3px; 		padding:5px 0;		width:99.7%; 		list-style:none;		border-radius: 0 0 5px 5px;		-moz-border-radius:0 0 5px 5px;		-webkit-border-radius:0 0 5px 5px;	}	.responsive-pages #mst-mobile li{ padding:0 0px 0 15px;margin:0px; }	.responsive-pages #mst-mobile ul{padding-left:1px;margin:0px;}	.mst-responsive div,	.responsive-pages .hitarea {		background: none;		height: 16px;		width: 16px; 		float: right;		cursor: pointer;		margin-right:15px;		margin-top: 6px;	}	.responsive-pages .expandable .collapsable-hitarea{ 		background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -237px -127px transparent;		 	} 	.responsive-pages .expandable-hitarea { 		background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -208px -127px transparent;		 	} 	.responsive-pages .collapsable-hitarea { 		background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -237px -127px transparent;			} /* Responsive store pages Css End *//* Responsive clean message Css Start */	.clean-responsive span { display:inline-block; background:none;}	.ie7 .clean-responsive span { display:inline;}	.clean-responsive { cursor:pointer; display:none;   }	#clean-mobile  ul  li{ list-style:none; position:relative;}	.clean-responsive .expandable{		background: url("../../frontend/Megnor/bgc/en_US/images/toggle-arrow1.png") no-repeat right 1px transparent;		height: 25px;		margin-right: 5px;		margin-top: 12px;		width: 30px; 		margin-right: 13px;	} 	.clean-responsive .expandable.active {background-position: right -51px;}	.responsive-cleans { padding:0; position:relative;}		.responsive-cleans #clean-mobile{ 		position:relative; 		z-index:9;  		display:none; 		margin-top:-3px; 		padding:5px 0;		width:99.7%; 		list-style:none;		border-radius: 0 0 5px 5px;		-moz-border-radius:0 0 5px 5px;		-webkit-border-radius:0 0 5px 5px;	}	.responsive-cleans #clean-mobile li{ padding:8px 5px 8px 5px; text-align:center; color:#ffffd2;font-size: 14px;font-weight: normal;}	.responsive-cleans #clean-mobile ul{padding-left:10px;}	.clean-responsive div,	.responsive-cleans .hitarea {		background: none;	height: 16px;		width: 16px; 		float: right;		cursor: pointer;		margin-right:15px;		 margin-top: 6px;	}	.responsive-cleans .expandable .collapsable-hitarea{ 		background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -237px -127px transparent;		 	} 	.responsive-cleans .expandable-hitarea { 		background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -208px -127px transparent;		 	} 	.responsive-cleans .collapsable-hitarea { 		background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -237px -127px transparent;			} /* Responsive clean message Css End *//* covid 19 top message box */.overallmsgmain {position:relative;float: left; width: 100%;}.overallmsg{	background: #edd000;    border-radius: 5px;    box-shadow: 0 0 15px rgba(105, 105, 105, 0.9) inset;    color: #000000;    display: none;    font-size: 14px;    font-weight: normal;    margin-bottom: 10px;    overflow: visible;    padding: 10px 0;    text-align: center;    width: 100%;	position:relative;	float:right;}.allmgs {    margin: 0 auto;    width: 94%;}.cloudmsgcls {	overflow:hidden; position:absolute;	top:-9px;	right:-8px;	width:15px;	height:15px;}.cloudmsgcls a {	text-indent:-9999999px;	width:16px;	height:16px;	display:block;	overflow:hidden;	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat -227px -483px;}#omclose{display:none;cursor: pointer;}.cloudmsgcls a.omplus {	background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat -227px -499px;}/* end covid 19 top message box *//* Responsive covid message2 Css Start */	.covid-responsive span { display:inline-block; background:none;}	.ie7 .covid-responsive span { display:inline;}	.covid-responsive { cursor:pointer; display:none;   }	#covid-mobile  ul  li{ list-style:none; position:relative;}	.covid-responsive .expandable{		background: url("../../frontend/Megnor/bgc/en_US/images/toggle-arrow1.png") no-repeat right 1px transparent;		height: 25px;		margin-right: 5px;		margin-top: 12px;		width: 30px; 		margin-right: 13px;	} 	.covid-responsive .expandable.active {background-position: right -51px;}	.responsive-covids { padding:0; position:relative;}		.responsive-covids #covid-mobile{ 		position:relative; 		z-index:9;  		display:none; 		margin-top:-3px; 		padding:5px 0;		width:99.7%; 		list-style:none;		border-radius: 0 0 5px 5px;		-moz-border-radius:0 0 5px 5px;		-webkit-border-radius:0 0 5px 5px;	}	.responsive-covids #covid-mobile li{ padding:8px 5px 8px 5px; text-align:center; color:#000000;font-size: 14px;font-weight: normal;}	.responsive-covids #covid-mobile ul{padding-left:10px;}	.covid-responsive div,	.responsive-covids .hitarea {		background: none;		height: 16px;		width: 16px; 		float: right;		cursor: pointer;		margin-right:15px;		 margin-top: 6px;	}	.responsive-covids .expandable .collapsable-hitarea{ 		background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -237px -127px transparent;		 	} 	.responsive-covids .expandable-hitarea { 		background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -208px -127px transparent;		 	} 	.responsive-covids .collapsable-hitarea { 		background: url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -237px -127px transparent;			} 	.cloud-msg-cls3 {		position:absolute;		top:-6px;		right:-8px;		width:15px;		height:15px;		display:none;	}	.cloud-msg-cls3 a {		text-indent:-9999999px;		width:16px;		height:16px;		display:block;		overflow:hidden;		background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -227px -483px !important;		padding-left:0px !important;	}	#om_close3 {display:none;}	.cloud-msg-cls3 a.om_plus3 {		background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -227px -499px !important;	}	.covid_responsetop {position:relative;}	.covid_responsemain {display:none;width: 100%;}/* Responsive top covid message2 Css End *//* start top banner orange style */.top_banner_orange_cnt {	width:100%;	display:block;	overflow:hidden;	margin:8px auto 8px auto;			position:relative;}.top_banner_orange_cnt img {	width:100%;}.top_banner_orange_cnt div {	font-size:14px;   	font-weight:normal;	text-transform:uppercase;	text-decoration:none;	color: #333;    font-style: italic;}.top_banner_orange_cnt .orange_banleft {	position:absolute;	top:30%;	left:16%;	width:25%;	display:block;	text-align:center;}.top_banner_orange_cnt .orange_banmid {	position:absolute;	top:30%;	left:49%;	width:19%;	display:block;		text-align:center;}.top_banner_orange_cnt .orange_banright {	position:absolute;	top:30%;	right:5%;	width:18%;	display:block;	text-align:center;}.page-layout-1column-left .orange_banleft, .page-layout-1column-left .orange_banmid, .page-layout-1column-left .orange_banright {	top:35%;}.top_banner_orange_cnt a {	color:#fff;	text-decoration:none;	padding-right: 6px;}.top_banner_orange_cnt a:hover {	color:#000;}.orange_banright a {	color:#888;}.orange_banright a:hover {	color:#E06D00;}.act-container, .covid-container {	display:none;}.checkout-onepage-index #banner_cnt {display:none;}/* end top banner orange style *//* start overall message */ .overall_msgmain {position:relative;float: left; width: 100%;}.overall_msg{	background: #999999;    border-radius: 5px;    box-shadow: 0 0 15px rgba(105, 105, 105, 0.9) inset;    color: #ffffd2;    display: none;    font-size: 14px;    font-weight: normal;    margin-bottom: 10px;    overflow: visible;    padding: 10px 0;    text-align: center;    width: 100%;	position:relative;	float:right;}.all-mgs {    margin: 0 auto;    width: 94%;}.contactsall-msg{	background: none;        color: #e06d00;    display: block;    font-size: 12px;    font-weight: normal;    margin-bottom: 10px;    overflow: visible;    padding: 2px 0;    text-align: center;    width: 100%;	position:relative;}.contacts-mgs {    margin: 0 auto;    width: 94%;}.contacts-mgs p {padding:0px;margin:0px;display:block;}.overall-msg-cls {	position:absolute;	top:-8px;	right:-6px;	width:15px;	height:15px;}.overall-msg-cls a {	text-indent:-9999999px;	width:16px;	height:16px;	display:block;	overflow:hidden;	background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -227px -483px;}.clean-responsive, .responsive_cleans, .covid-responsive, .responsive_covids {display:none !important;}.deschome {	margin-top: 10px;	line-height: 16px;	height: 32px;	overflow: hidden;	clear:both;	padding:5px !important;}.deschome .sprCtrlImg {	display: inline-block;	zoom: 1;	*display: inline;	margin-bottom: 2px;}/* end overall message */ /* start adv message style */.static_link3 {position:relative;}#adv-msg {display:none;position:absolute;top:-84px;left:-53px;width: 223px;}.adv-msg-txt { 	border:3px solid #e06d00;	border-radius:4px;	background:#ffffff;	padding:6px 10px 7px;	margin:0px;	text-align:left;	position:relative;}.adv-msg-txt span {	color: #2f2f2f;	padding:0px;	margin:0px;	display:block;	overflow:hidden;	font-size:13px;	font-weight:normal;}.adv-msg-cls {	position:absolute;	top:-9px;	right:-8px;	width:15px;	height:15px;}.adv-msg-cls a {	text-indent:-9999999px;	width:16px;	height:16px;	display:block;	overflow:hidden;	background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -227px -483px;}#adv_close{display:none;cursor: pointer;}.cloud_adv_close{cursor: pointer;}.adv-msg-cls a.om_plus {	background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -227px -499px;}.adv-arrow {	position:absolute;	bottom:-14px;	left:90px;	background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -226px -522px;	width:14px;	height:12px;}.advsearch, .bgcqsearch {text-decoration:underline !important;}/* end adv message style *//* start cloud message style */.static_link2 {position:relative;}#cloud-msg {display:none;position:absolute;top:-84px;left:-53px;width: 223px;}.cloud-msg-txt { 	border:3px solid #e06d00;	border-radius:4px;	background:#ffffff;	padding:6px 10px 7px;	margin:0px;	text-align:left;	position:relative;}.cloud-msg-txt span {	color: #2f2f2f;	padding:0px;	margin:0px;	display:block;	overflow:hidden;	font-size:13px;	font-weight:normal;}.cloud-msg-cls {	position:absolute;	top:-9px;	right:-8px;	width:15px;	height:15px;font-size:0;}.cloud-msg-cls a {	text-indent:-9999999px;	width:16px;	height:16px;	display:block;	overflow:hidden;	background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -227px -483px;}#om_close{display:none;cursor: pointer;}.cloud-msg-cls a.om_plus {	background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -227px -499px;}.cloud-arrow {	position:absolute;	bottom:-14px;	left:90px;	background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -226px -522px;	width:14px;	height:12px;}/* end cloud message style *//* start clean message */.cloud-msg-cls2 {	position:absolute;	top:-6px;	right:-8px;	width:15px;	height:15px;	display:none;}.cloud-msg-cls2 a {	text-indent:-9999999px;	width:16px;	height:16px;	display:block;	overflow:hidden;	background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -227px -483px !important;	padding-left:0px !important;}#om_close2 {display:none;}.cloud-msg-cls2 a.om_plus2 {	background: url(../../frontend/Megnor/bgc/en_US/images/sprite2.png) no-repeat -227px -499px !important;}.clean_responsetop {position:relative;}.clean_responsemain {display:none;width: 100%;}/* end clean message *//* for category desc/read more/less */.category-description {	margin-top: 0px;	line-height: 16px;	height: 0px !important;	overflow: hidden;	margin-bottom: 12px;	opacity:0;}.bgcshw {height:auto;}.category-description .sprCtrlImg {	display: inline-block;	zoom: 1;	*display: inline;	margin-bottom: 2px;}/* end for category desc/read more/less *//* For Start Breadcumbs */@media (min-width: 768px) {    .page-wrapper > .breadcrumbs {        width: 100%;    };}.page-wrapper > .breadcrumbs {    background: #f2f2f2;    display: inline-block;    margin-bottom: 60px;    padding: 50px 0;    vertical-align: top;    width: 100%;    max-width: none;}/* End Breadcumbs *//* sidebar */.page-layout-2columns-left .sidebar-main {padding-right: 1% !important;}.page-layout-2columns-left .sidebar-additional {padding-right: 1% !important;}.sidebar .block{    background: #f6f6f6 none repeat scroll 0 0;    border: 0px solid #e3e2e2;    border-radius: 4px; -webkit-border-radius:4px;  -khtml-border-radius:4px;  -moz-border-radius:4px;    margin-bottom: 21px;    padding: 10px 7px 12px;	margin-bottom: 15px;    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);}.cms-home .block-compare, .cms-home .block-wishlist, .cms-home .block-reorder{display: block;}.sidebar .block-title {    background: transparent;    padding: 0px 0px 9px;    position: relative;    margin-bottom: 10px;    display: block;    text-align: left;    border-bottom: 4px double #d5d5d5;}.sidebar .block .block-title strong {    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;    border: none;    min-height: 16px;    color: #e06d00;    font-size: 16px;    text-transform: capitalize;    padding: 0px;    line-height: 20px;    font-weight: normal;    position: relative;}.block .block-title a {text-decoration: none !important;}.block .block-content,.block > .empty {margin: 0px 0 0 0;}.block .block-content li {padding: 4px 0;}.block.feedback a {text-decoration:underline;}.page-main .block {margin-bottom: 15px !important;}.page-main {position: relative;max-width:1020px !important;padding-left: 25px; padding-right: 25px;}.product.media .fotorama {overflow: visible;}.fotorama__wrap .fotorama__stage{}.fotorama__stage .fotorama__img {    box-sizing: border-box;    margin-bottom: 20px;}.fotorama__thumb-border {border: 1px solid #e06d00 !important;}.fotorama__thumb {background: transparent !important;}.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after,.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before {    display: none !important;}.fotorama--fullscreen .fotorama__stage .fotorama__img {border: none !important;}.media  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {    margin:0px 0px 0px;    text-align: center;}.media .fotorama__nav--thumbs .fotorama__nav__frame {    margin: 0px 0px;    padding:0px 0px!important    border:1px solid transparent;}.fotorama__arr--disabled {    opacity:1;    -khtml-opacity: 1;    -webkit-opacity: 1;    -moz-opacity:1;    -ms-opacity: 1;}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:before {    color: #cccccc;    content: "\f104";    font-family: "FontAwesome";    font-size: 40px;    position: absolute;    top:13px;    right: 0px;    left: 0px;}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:hover:before,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:hover:before{ color: #e06d00; }.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:before {    color: #cccccc;    content: "\f105";    font-family: "FontAwesome";    font-size: 40px;    padding: 0px;    position: absolute;    top: 13px;    right: 0px;    left: 0px;}.fotorama__thumb__arr .fotorama__thumb--icon {    background: #ffffff none repeat scroll 0 0 !important;    border: 1px solid #d9d9d9;    box-sizing: border-box;    height: 30px;    width: 30px;}.fotorama__thumb__arr, .fotorama__arr{background: transparent !important; }.page-layout-1column .block.widget .products-grid .product-item {    width: 100%;	box-sizing: border-box;	text-align: center;}.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item {	 width: 25%;	 margin: 0px 0px 30px !important;}/* Back to top */.top_button {    background:url("../../frontend/Megnor/bgc/en_US/images/up.png") no-repeat scroll 0 0 transparent;     bottom: 10px;    display: none;    font-size: 0;    height: 28px;    position: fixed;    left: 10px;    width: 28px;    z-index: 99;}/* Back to top */.wishlist-index-index .product-item-inner{	border: none !important;	display: block;	margin:10px  0px 0px;	float:none;	clear:both;	top:auto;	box-shadow:none;    -moz-box-shadow: none;    -webkit-box-shadow: none;	bottom:auto;	padding: 0px;	position: relative;	text-align:center;}.wishlist-index-index .box-tocart{margin-bottom: 0px;}body .sidebar .product-items .product-item-details {    margin: 0;    text-align: left;    float: left;    width: 75%;    overflow: hidden;    padding-bottom: 0;}.sidebar .product-items .product-item-name {    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}.nav-sections-item-title.active a{ color: #ffffff;}.nav-sections-item-title a{    text-transform: capitalize;    font-size: 16px;    font-weight: 500;}.nav-sections-item-title {background: #f7f7f7;}.nav-sections-item-title.active {background:#e06d00;}input[type="checkbox"] {vertical-align: text-top;} #mobile{display: none;}.product-item-details {    text-align: center;    position: relative;    padding: 0 10px 14px;    float: left;    width: 100%;    box-sizing: border-box;} .grid .product-item-name, .products-grid.wishlist .product-item-name{overflow: hidden; white-space: normal;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;min-height:35px;}.grid .product-item .price-box {margin: 3px 0px 14px;}.cms-home .latest-Product .product-item .actions-primary .tocart {    font-size: 13px;    padding: 7px 17px;    font-weight: 400;    letter-spacing: 0;    line-height: 14px;}.block.widget .product-item-info {padding: 0;}.products-grid .product-item-info .product-item-image {margin-bottom: 0; max-width: 100%; position: relative;}.product-item-inner {    position: absolute;    opacity: 0;    -khtml-opacity: 0;    -webkit-opacity: 0;    -moz-opacity: 0;    -ms-opacity: 0;    padding: 0;    margin: 0;    top: 50px;    right: -40px;    box-sizing: border-box;    transition: 500ms;}.product-item-info:hover .product-item-inner{    opacity: 1;    -khtml-opacity: 1;    -webkit-opacity: 1;    -moz-opacity: 1;    -ms-opacity: 1;    right: 10px; /*display: none;*/}.pro-hover {    position: relative;    float: left;    width: 100%;    overflow: hidden;    box-sizing: border-box;}.pro-hover .actions-primary {    opacity: 0;    position: absolute;    top: 8px;    left: 0;    right: 0;}.pro-hover .stock.unavailable span {color: #d83820; font-weight: 700; font-size: 12px;}.product-item-details .product-reviews-summary {margin-bottom: 5px;}.product-item-details .product-item .price-box {margin: 3px 0px 13px;}.product-item-info:hover .pro-hover .actions-primary {opacity: 1;}.product-item-info:hover .pro-hover .price-box{opacity: 0;}.product-info-main .page-title-wrapper h1{     color: #e06d00;    font-size: 22px;    font-weight: 600;    line-height: 25px;    text-transform: capitalize;    border-bottom: 1px solid #efefef;    padding: 0 0 7px;}.product-info-price .price-box .old-price .price-container .price-label{ display: none;}.product-info-price .price-box .special-price {  display: inline-block;  padding: 0 5px 0 0;}.product-info-price .price-box .old-price {  display: inline-block;}.rating-summary .rating-result::before{color: #d0d0d0;}.rating-summary .rating-result > span::before{color: #f7bb03;}.header-right .minicart-items .product-item-details {    padding-left: 10px;    text-align: left;    width: 73%;}.minicart-wrapper .minicart-items-wrapper .product .actions {    bottom: 10px;    margin: 0;    position: absolute;    right: 0;}.product-item-info {padding: unset;}/* Start Theme */.breadcumb_filter .filter-outer{ background:#e06d00;}.breadcumb_filter{ margin: 0 0 50px 0;}.product-item:hover .product-item-name > a{ color:#e06d00;}.sidebar .product-item .actions-primary .tocart{ background: transparent; color: #000; padding: 0px; border:none;}.block.account-nav {display: none;}.account.wishlist-index-index .product-item-inner {    opacity: 1;    -khtml-opacity: 1;    -webkit-opacity: 1;    -moz-opacity: 1;    -ms-opacity: 1;    right: unset;    transition: unset;    padding: 0 10px;}/* brand */.manufacturer{ background: #fff;}.manufacturer .brand_title {display: none;}.manufacturer .owl-carousel .owl-item{ width: 228px; }.brand-item {     text-align:center;     border-radius: 3px; -webkit-border-radius:3px;  -khtml-border-radius:3px;  -moz-border-radius:3px;    margin: 8px;    padding: 10px 0;} .brand-item .product-block-inner{ padding: 10px 7px; }.brand-item a {  display: inline-block;}.brand-item img{    opacity: 0.4;    -khtml-opacity: 0.4;    -webkit-opacity: 0.4;    -moz-opacity:0.4;    -ms-opacity: 0.4;}.brand-item img:hover{    opacity:1;    -khtml-opacity: 1;    -webkit-opacity: 1;    -moz-opacity:1;    -ms-opacity: 1;}.brands-inner .owl-nav div {   top: 63px;}.megnor-brand-view .column.main h1, .brand-index-index .page-title-wrapper h1{    color: #e06d00;    font-size: 2.36923rem;    font-weight: 400;    letter-spacing: 0;    line-height: 30px;    text-align: left;    text-transform: capitalize;}.megnor-brand-view .category-description{margin: 20px 0 30px;}.manufacturer .owl-controls .owl-nav .owl-prev:before{    content: "\f104";    font-size: 28px;    color: #c7c7c7;    top: -8px;}.manufacturer .owl-controls .owl-nav .owl-next:before{    content: "\f105";    font-size: 28px;    color: #c7c7c7;    top: -8px;}.manufacturer .owl-controls .owl-nav .owl-prev:hover:before, .manufacturer .owl-controls .owl-nav .owl-next:hover:before{color: #e06d00;}.manufacturer .owl-controls .owl-nav .owl-prev{ left:-25px; right: auto; top:45px; }.manufacturer .owl-controls .owl-nav .owl-next{ left:auto; right: -25px; top:45px; }.brand-index-index .columns .products-grid .product-item{ float: left; }/* footer */.footer_top{ display: block; width: 100%; overflow: visible; }.footer_center {	background: #f6f6f6;    border-radius: 4px;    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);    clear: both;    display: block;    margin: 10px auto;    overflow: visible;    	float:left;	width:100%;}.footer_center .footer_center_inner {	padding: 8px 15px 10px;	display: block;    clear: both;    min-height: 136px;}.footer-inner .footer-area {    box-sizing: border-box;    float: left;    margin-left: 29px;    padding: 0;    width: 22.5%;	position:relative;}.footer-inner .footer-area#block_1{margin-left: 0;}.footer-area h6 {    color: #e06d00;    display: inline-block;    font-size: 16px;    font-weight: normal;    margin: 4px 0 10px;    position: relative;    text-shadow: none;    text-transform: capitalize;}.footer-inner .footer-area ul {margin: 0;}.footer-inner .footer-area ul li {margin: 0; padding: 4px 1px;}.footer-inner .footer-area ul li a{    background: url("../../frontend/Megnor/bgc/en_US/images/footerdot.png") no-repeat scroll left 7px transparent;     padding-left: 12px;    text-decoration: none;}.footer-inner .footer-area ul li a:hover{    background: url("../../frontend/Megnor/bgc/en_US/images/footerdot_hover.png") no-repeat scroll left 7px transparent;     text-decoration:underline;}/*.footer-inner #block_4.footer-area ul li a{background: transparent; padding:0px;}*/#block_4 .fa {    float: left;    font-size: 13px;    margin-right: 9px;    margin-top: 4px;}#block_4 .contact_address > span {    display: block;    padding: 0 0 0 20px;}#block_4 .fa.fa-mobile { font-size: 16px;}#block_4 .email .fa { font-size: 11px;  margin-top: 6px;}.footer_bottom{     display: block;     width: 100%;     overflow: hidden;     text-align: center;    border-top: 0px solid #c7c7c7;    margin: 0px 0px;    padding-top: 0px; }.footer_bottom ul.links { margin: 0; padding: 5px 0;}.footer_bottom li:first-child{ background: transparent; }.footer_bottom li {    background:url("../../frontend/Megnor/bgc/en_US/images/pipe.gif") no-repeat scroll left center transparent;    display: inline;    margin: 0;    padding: 0 8px 0;    font-size: 13px;}.footer_bottom .copyright {margin: 0; padding: 10px 0 0px;}.footer_bottom .copyright p {margin: 0; padding: 0px 0 1px;}.footer_bottom ul.payment_icon {    margin: 10px 0;}.footer_bottom .payment_icon li {    display: inline-block;    padding: 0 4px;    background: unset;}.product-item .action.towishlist{    font-size: 0;    background:#fff url(../../frontend/Megnor/bgc/en_US/images/pro-icon.png) no-repeat 6px 9px;    width: 30px;    height: 30px;}.product-item .action.towishlist:hover{background-position: 6px -23px;}.product-item .action.tocompare{    background:#fff url(../../frontend/Megnor/bgc/en_US/images/pro-icon.png) no-repeat 6px -55px;    width: 30px;    height: 30px;    display: block;    margin-top: 5px; }.product-item .action.tocompare:hover{background-position: 6px -87px;}.product-item .action.tocompare span{font-size: 0;}.product-item .action.towishlist::before,.product-item .action.tocompare::before{content: unset;}.footer_bottom .payment_icon li a span { font-size: 0;}.footer_bottom .paypal img {margin: 0;}.footericons .owl-nav {	position: relative;    width: 100%;}.footericons .owl-controls .owl-nav .owl-prev {	right:unset; left: -20px; transition: none;}.footericons .owl-controls .owl-nav div {	top: -88px;}.footericons .owl-stage-outer {	/*width: calc(100% - 40px);*/ margin: 0 auto;}.footericons .product-block{	background: none repeat scroll 0 0 #ffffff;    border: 1px solid #E3E2E2;    border-radius: 3px;	-webkit-border-radius:3px;	-moz-border-radius:3px;    clear: both;    margin: 5px 6px;    overflow: hidden;	position: relative;}.footericons .product-block-inner{	overflow: hidden;    padding: 10px 7px;        text-align: center;}.footericons .bgcfst .product-block-inner img {	margin-top: 0;}.footericons .owl-controls .owl-nav .owl-prev:before {		content: "";	}.footericons .owl-controls .owl-nav .owl-prev {	background: url("../../frontend/Megnor/bgc/en_US/images/sprite.png") no-repeat scroll -208px -259px transparent;}.footericons .owl-controls .owl-nav .owl-next:before {	content: "";	}.footericons .owl-controls .owl-nav .owl-next {	background: url("../../frontend/Megnor/bgc/en_US/images/sprite.png") no-repeat scroll -238px -259px transparent; right: -20px; transition: none;}#block_newsletter_socialicons { 	width:auto; 	background: none repeat scroll 0 0 #F6F6F6;    border: 0px solid #FFFFFF;    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);    padding:8px 15px 10px;   	margin:3px 0px 10px;	 border-radius:5px;	 -webkit-border-radius:5px;	 -moz-border-radius:5px;	display: block;    overflow: hidden;}#block_newsletter_socialicons .block-subscribe .block-title strong{		float:left; line-height: 32px;margin: 6px 15px 0 0;color:#000000;font-size:19px;text-transform:capitalize;}#block_newsletter_socialicons .block-subscribe { border:none; margin-bottom:0px; width:70%; float:left; padding:0; box-shadow: none; }#block_newsletter_socialicons .block-subscribe .block-title{ background:none; padding:0; line-height:20px;  border:none;  }#block_newsletter_socialicons .block-subscribe.footer-area h6 {display:block;float: left;height: 30px;}#block_newsletter_socialicons .block-subscribe ul li {padding: 0 0 0px;}#block_newsletter_socialicons .block-subscribe .block-content{ background:none; border:none; padding:0;display: inline-flex;margin-top: 8px;}#block_newsletter_socialicons .block-subscribe input#newsletter {  	border-radius:3px;	-moz-border-radius: 3px;	-webkit-border-radius: 3px;	box-shadow: 0 0 3px #DDDDDD;	-webkit-box-shadow: 0 0 3px #DDDDDD;	-moz-box-shadow: 0 0 3px #DDDDDD;     height: 32px;    margin-right: 5px;    width: 270px;	float:left;	margin-top: 0px;}#block_newsletter_socialicons .block-subscribe .actions { background:none; padding:0; margin:0px 0 0; text-align:left; float:right; }#block_newsletter_socialicons .block-subscribe form {display:inline-flex;}#block_newsletter_socialicons .block-subscribe form div.mage-error[generated] {margin-top:0px !important;}#block_newsletter_socialicons .footer-area {margin-left: 0px;}#block_newsletter_socialicons .social_icons.footer-area {margin-left: 0px;}#block_newsletter_socialicons .social_icons.footer-area{ float:right; width:30%;}.social_icons h6{ float:right;color:#211f20 !important ;  margin-right: 18px;   margin-top: 10px;  font-size:16px !important; }.social_icons ul li{ float:left; height:36px; width:45px; margin:0 10px 0 0; padding:0; cursor:pointer; padding-bottom:10px;}.social_icons ul li a{ display:block; height:45px; width:45px; font-size:0;}.social_icons ul li.facebook{ background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -3px -334px transparent; }.social_icons ul li.twitter{ background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -53px -333px  transparent; }.social_icons ul li.rss{ background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -103px -334px transparent; }.social_icons > ul {float:right;}.social_icons h6.bgcsocial {display:none;}.social_icons ul li.facebook:hover{ background-position:  -3px -287px; }.social_icons ul li.twitter:hover{ background-position: -53px -286px; }.social_icons ul li.rss:hover{ background-position: -103px -288px; }.social_icons ul li a {background:none !important;}/* End Footer */.post-date .fa {margin-right: 8px;}.blog_inner .post-date {    border-bottom: 1px solid #eaeaea;    color: #d94734;    margin: 0 0 8px;    padding: 10px 0;    vertical-align: top;}.post-title {    margin: 0px;    text-align: left;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}.post-title a {    color: #211f20;    font-size: 14px;    text-transform: capitalize;    font-weight: 600;}.post-title a:hover {color: #e06d00;}.blog .post-description {    display: inline-block;    font-weight: 400;    line-height: 24px;    margin: 16px 0 10px;}.post-list .post-text-hld.clearfix {margin: 7px 0px;}.blog .post-content-inner .post-author {display: none;}.blog-widget-recent .post-holder {    margin: 8px;    background: transparent;    padding: 0px;}.blog-image {    position: relative;    border: 1px solid #cccccc;    border-radius: 5px;}.blog-widget-recent .post-list-outer {margin: 0px -8px;}.blog .post-image-hover,.blog_inner .post-image-hover {    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;    height: 100%;    left: 0;    position: absolute;    text-align: center;    top: 0;    width: 100%;    opacity: 0;    -khtml-opacity: 0;    -webkit-opacity: 0;    -moz-opacity: 0;    transition: all 0.3s ease-in-out 0s;    -webkit-transition: all 0.3s ease-in-out 0s;    -moz-transition: all 0.3s ease-in-out 0s;    -ms-transition: all 0.3s ease-in-out 0s;    -o-transition: all 0.3s ease-in-out 0s;    border-radius: 5px;}.blog .image-hover-block,.blog_inner .image-hover-block {    margin: 0;    opacity: 1;    position: absolute;    text-align: center;    top: 41%;    transition: all 0.5s ease 0s;    width: 100%;}.blog .image-hover-block .zoom,.blog .image-hover-block .read,.blog_inner .image-hover-block .zoom,.blog_inner .image-hover-block .read {    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;    border: 1px solid rgba(0, 0, 0, 0);    border-radius: 50%;    box-sizing: border-box;    color: #ffffff;    display: inline-block;    font-size: 14px;    margin: 0 5px;    padding: 12px;    position: relative;    text-align: center;    text-decoration: none;    transition: all 0.3s ease 0s;    z-index: 1;    opacity: 0;    -khtml-opacity: 0;    -webkit-opacity: 0;    -moz-opacity: 0;    height: 40px;    width: 40px;}.blog .post-ftimg-hld:hover .post-image-hover,.blog_inner .post-ftimg-hld:hover .post-image-hover {    opacity: 1;    -khtml-opacity: 1;    -webkit-opacity: 1;    -moz-opacity: 1;    transition: all 0.3s ease-in-out 0s;    -webkit-transition: all 0.3s ease-in-out 0s;    -moz-transition: all 0.3s ease-in-out 0s;    -ms-transition: all 0.3s ease-in-out 0s;    -o-transition: all 0.3s ease-in-out 0s;}.blog_inner .product-image-inner-blog .post-ftimg-hld:hover .zoom,.blog_inner .product-image-inner-blog .post-ftimg-hld:hover .read {    opacity: 1;    -khtml-opacity: 1;    -webkit-opacity: 1;    -moz-opacity: 1;}.blog .image-hover-block .zoom:hover,.blog .image-hover-block .read:hover,.blog_inner .image-hover-block .zoom:hover,.blog_inner .image-hover-block .read:hover {    background: rgba(231, 100, 83, 0.6);}.blog-image img{border-radius: 5px;}.post-view .post-content h2 {margin: 0;}.post-content .post-description .post-ftimg-hld img {    width: 100%;    padding: 0px;    margin: 0px;    border-radius: 5px;}.post-view .post-content h2 a {    font-size: 22px;    font-weight: 500;    color: #e06d00;}.post-view .post-content .post-info.clear {margin: 7px 0px;}.post-view .post-text-hld {margin: 0 0 20px;}.post-content .post-info .item, .post-content .post-info .dash {display: inline-block;}.post-content .post-info .label {font-weight: 700;}.post-content .post-info .value {font-style: italic;}.post-list .blog_inner {margin-bottom: 20px;}.blog_inner .post-content {    margin: 4px;}.post-ftimg-hld {position: relative;}.breadcrumbs a:hover {text-decoration: unset;}/* Start Product List View */.products.list.products-list{ margin: 22px 0;}.products.list.product-items{ margin: 0px;}.products-list .product-item-details .list-left .actions-secondary a.action {    font-size: 13px;    color: #000;    font-weight: 400;    margin: 0 5px 0;    padding: 5px 17px;    position: relative;    text-transform: capitalize;    border: 1px solid #dad4cd;    background: rgba(238,237,235,1);    background: -moz-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,237,235,1)), color-stop(100%, rgba(207,207,207,1)));    background: -webkit-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);    background: -o-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);    background: -ms-linear-gradient(top, rgba(238,237,235,1) 0%, rgba(207,237,207,1) 100%);    background: linear-gradient(to bottom, rgba(238,237,235,1) 0%, rgba(207,207,207,1) 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeedeb', endColorstr='#cfcfcf', GradientType=0 );    width: unset;    height: unset;    display: inline-block;    border-radius: 3px;    line-height: 18px;    vertical-align: middle;}.products-list .product-item-details .list-left .actions-secondary a.action.tocompare{margin: 0;}.products-list .product-item .action.tocompare span {font-size: 13px;}.products-list .product-item-details .list-left .actions-secondary a.action:hover{ color: #000;}.list-left .product-item-actions,.list-left  .actions-secondary{display: inline-block;}.product-social-links .action.towishlist:before,.block-bundle-summary .action.towishlist:before, .table-comparison .action.towishlist:before{      content: "\f08a";     font-family: fontawesome;     font-size: 14px;     padding: 0px;}.product-social-links .action.tocompare:before {      content: "\f24d";     font-family: fontawesome;     font-size: 14px;    padding: 0px;}.product-social-links .action.tocompare, .product-social-links .action.towishlist,.product-social-links .action.mailto.friend{    font-weight: normal;    letter-spacing: 0px;    text-transform: capitalize;}.product-social-links .action.mailto.friend:before{content: "\f003"; font-family: fontawesome; font-size: 14px;}.relatedpost-product .product-item-actions .actions-secondary > .action{padding: 5px 10px;}.sale-label, .new-label{    background: #e06d00 none repeat scroll 0 0;    color: #ffffff;    display: block;    font-size: 12px;    padding: 22px 36px 3px 25px;    position: absolute;    right: -35px;    text-align: center;    text-transform: uppercase;    top: -5px;    transform: rotate(45deg);    -webkit-transform: rotate(45deg);    -ms-transform:rotate(45deg);    -o-transform:rotate(45deg);    -moz-transform:rotate(45deg);     z-index: 9;}.products-list .product-item-info .product-item-image .new-label,.products-list .product-item-info .product-item-image .sale-label{     right: auto;     left: -38px;     top: -40px;     transform: rotate(-45deg);    -webkit-transform: rotate(-45deg);    -ms-transform:rotate(-45deg);    -o-transform:rotate(-45deg);    -moz-transform:rotate(-45deg); } /* End Product List View */.modes-mode.active.mode-grid, .modes-mode.mode-grid:hover{ background-position:-225px -67px;}.modes-mode.mode-grid{ background-position: -181px -68px;}.modes-mode.active.mode-list, .modes-mode.mode-list:hover{ background-position: -226px -44px}.modes-mode.mode-list{ background-position: -182px -45px;}/* start Product related upsell cross sell View */.block.upsell .category-title, .block.related .category-title, .block.crosssell .category-title, .related.relatedpost-product .block-title { background-position: 0px 33px;}.block.upsell .category-title h2 strong, .block.related .category-title h2 strong, .block.crosssell .category-title h2 strong, .relatedpost-product .block-title strong,.block.relatedpost #block-relatedposts-heading{    font-size: 18px;    font-weight: 400;    margin: 0;    color: #e06d00;}.block.related .block-actions {    text-align: center;}body .products.wrapper .list-left .product-reviews-summary {margin: 0 0 10px;}.list-left.product.name a {    font-size: 16px;    line-height: 20px;}.list-left .action.more {display: none;}.list-left .product-item .price-box {margin: 8px 0 0;}.list-left .product-item-description {margin: 0 0 15px;}.products-list .product-item-details {padding: 0 0 0 30px;}.page-products .products.wrapper.grid.products-grid .product-items .product.product-item .swatch-option{display: block; text-align: center;}.page-products .products.wrapper.list.products-list .product-items .product.product-item .swatch-option,.page-products .products.wrapper.grid.products-grid .product-items .product.product-item .swatch-option,.sidebar .swatch-option,#product-options-wrapper .swatch-option{    height: 14px;    margin: 0 8px 5px 0;    max-width: 12px;    min-width: 12px;    border: 1px solid transparent;    outline: unset;    float: unset;    display: inline-block;}.columns .sidebar .product-items .product-item-info .product-item-photo {margin: 0;}.swatch-attribute-options {margin-top: 15px;}/* End Product related upsell cross sell View */.block.relatedpost .title{ display: inline-block; width: 100%; margin:0px 0 15px;}/* Start responsive menu */.header-left .action.nav-toggle span:before {    transition-property: top, transform;    -webkit-transition-property: top, transform;    -moz-transition-property: top, transform;    -ms-transition-property: top, transform;    -o-transition-property: top, transform;}.header-left .action.nav-toggle span:after, .header-left .action.nav-toggle span:before {    transition-delay: 0.25s, 0s;    -webkit-transition-delay: 0.25s, 0s;    -moz-transition-delay: 0.25s, 0s;    -ms-transition-delay: 0.25s, 0s;    -o-transition-delay: 0.25s, 0s;    transition-duration: 0.25s, 0.25s;    -webkit-transition-duration: 0.25s, 0.25s;    -moz-transition-duration: 0.25s, 0.25s;    -ms-transition-duration: 0.25s, 0.25s;    -o-transition-duration: 0.25s, 0.25s;}.header-left .action.nav-toggle span:before {    top: -8px;}.header-left .action.nav-toggle span:after, .header-left .action.nav-toggle span:before {    background-color: #000;    content: "";    display: block;    height: 3px;    left: 0;    position: absolute;    width: 100%;}.header-left .action.nav-toggle span:after {    transition-property: bottom, transform;    -webkit-transition-property: bottom, webkit-transform;    -moz-transition-property: bottom, transform;    -ms-transition-property: bottom, transform;    -o-transition-property: bottom, transform;}.header-left .action.nav-toggle span:after {    bottom: -8px;}.header-left .action.nav-toggle span {    transition: background 0s ease 0.25s;    -webkit-transition: background 0s ease 0.25s;    -moz-transition: background 0s ease 0.25s;    -ms-transition: background 0s ease 0.25s;    -o-transition: background 0s ease 0.25s;}.header-left .action.nav-toggle span {    background: #000 none repeat scroll 0 0;    display: block;    height: 3px;    left: 0px;    position: absolute;    right: 0px;    top: 10px;    padding: 0;    margin: 0;    color: #000;    width: 30px;    clip: auto;    overflow: visible;}.nav-open .header-left .action.nav-toggle span:after, .nav-open .header-left .action.nav-toggle span:before {    transition-delay: 0s, 0.25s;    -webkit-transition-delay: 0s, 0.25s;    -moz-transition-delay: 0s, 0.25s;    -ms-transition-delay: 0s, 0.25s;    -o-transition-delay: 0s, 0.25s;}.nav-open .header-left .action.nav-toggle span:before {    top: 0;    transform: rotate(45deg);    -webkit-transform: rotate(45deg);    -ms-transform: rotate(45deg);    -o-transform: rotate(45deg);    -moz-transform: rotate(45deg);}.nav-open .header-left .action.nav-toggle span:after {    bottom: 0;    transform: rotate(-45deg);    -webkit-transform: rotate(-45deg);    -ms-transform: rotate(-45deg);    -o-transform: rotate(-45deg);    -moz-transform: rotate(-45deg);}.nav-open .header-left .action.nav-toggle span {    background: transparent;}/* End responsive menu */.account.sales-order-print .page-title-wrapper{        background: none;        margin-bottom:0px;        min-height:0px;        padding:0px;        text-align: left;}.account.sales-order-print .breadcumb_outer{ padding: 50px 0 50px;}.order-status-title {    display: block;    margin: 0 0 20px;    overflow: hidden;    width: 100%;}.order-status-title .order-date{display: inline-block;}.account.sales-order-print .order-date{display:block; color: #fff;}.account.sales-order-print .columns{margin-top: 0px;}.price-container .price {    font-size: 14px;    font-weight: 600;    color: #d76808;    letter-spacing: 0;    line-height: 28px;}.product-item .old-price .price {color: #808080;}._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{box-shadow: unset;}/*Contact Form*/.custom-contact-form{    float: left;    margin-bottom: 10px;    width: 49%;}.googlemap{    display: block;    float: left;    margin: 0 0 0 2%;    width: 49%;}/*Contact form ends*/.catalogsearch-advanced-result .main .message.error{ margin-top: 0px; }/* Start .products CMS */.latest-Product, .special-Product {    background: #f2f2f2;    padding: 15px;    border: 1px solid #e3e2e2;    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;    margin: 0 0 21px;}.category-title, .brand_title, .blog_title{    border-bottom: none;    margin: 0 0 10px;}.category-title h2, .brand_title h2, .blog_title h2 {    box-shadow: none; -moz-box-shadow: none;  -webkit-box-shadow: none;    border: none;    min-height: 16px;    color: #e06d00;    font-size: 16px;    text-transform: capitalize;    padding: 0px;    margin: 0px 0px 10px;    line-height: 20px;    font-weight: normal;    position: relative;}.block.widget .products-grid .owl-carousel .product-item{ width: 100%; }.owl-controls .owl-nav div{    -webkit-tap-highlight-color:transparent;    border:none;    cursor: pointer;    display: block;    float: right;    font-size: 0;    height: 28px;    position: absolute;    top: -33px;    transition: all 0.3s ease 0s;    -webkit-transition: all 0.3s ease 0s;    -moz-transition: all 0.3s ease 0s;    -ms-transition: all 0.3s ease 0s;    -o-transition: all 0.3s ease 0s;    width: 12px;    z-index:5;    display: block !important;} .owl-controls .owl-nav .owl-prev:before, .owl-controls .owl-nav .owl-next:before {    color: #e76452;    font-family: "FontAwesome";    font-size: 18px;    position: absolute;    padding: 0;    right: 0px;    top: 0px;    left:0px;    margin: 0 auto;    text-align: center;    font-weight: 600;}.owl-controls .owl-nav .owl-prev:before{content: "\f177";}.owl-controls .owl-nav .owl-prev {background:transparent;   right:30px;}.owl-controls .owl-nav .owl-next:before { content: "\f178";}.owl-controls .owl-nav .owl-next {background:transparent;    right:0px;}.owl-controls .owl-nav .owl-prev:hover:before, .owl-controls .owl-next:hover:before{color:#777;}.owl-controls .owl-nav div i{ display: none;}.owl-controls a.prev:hover , .owl-controls .owl-nav a.next:hover { text-decoration:none;}/* End .products CMS *//* Header cms start */.header_banner > ul{ margin: 0px; }.header_banner li {    border-right: 1px solid #c3c3c3;    float: left;    list-style: outside none none;    margin: 0 0 0 10px;    padding-left: 46px;    padding-right: 26px;}.header_banner li.shipping {background: url("../../frontend/Megnor/bgc/en_US/images/header-sprite.png") no-repeat scroll 0 -3px transparent;}.header_banner li.shipping:hover{background-position: 0 -45px; }.header_banner li.Money {    background: url("../../frontend/Megnor/bgc/en_US/images/header-sprite.png") no-repeat scroll 0 -88px transparent;    margin: 0 0 0 13px;    padding-right: 36px;}.header_banner li.Money:hover{background-position: 0 -126px;}.header_banner li.Offer {    background: url("../../frontend/Megnor/bgc/en_US/images/header-sprite.png") no-repeat scroll -3px -173px transparent;    margin-right: 0;    padding: 0 0 0 33px;}.header_banner li.Offer:hover{background-position: -3px -218px;}.header_banner li.Offer { border: medium none;}.header_banner li a {    color: #8C8C8C;    display: block;    font-size: 12px;    line-height: 15px;    text-decoration: none;}.header_banner li a span{ display: block; }.header .call_banner {    float: left;    margin: 5px 0 0;}.header .call_banner a {    text-decoration: none;    font-size: 16px;    font-weight: bold;    color: #565656;    padding-left: 25px;    background: url(../../frontend/Megnor/bgc/en_US/images/sprite.png) no-repeat scroll -6px -79px transparent;}.static-link{margin: 0%; }.page-layout-2columns-left .static-link{ margin: 0 0 0 20%; }.static-link .mobile_togglemenu{display: none;}.static-link ul{margin: 0px; padding: 0px;}.static-link li::after{    content: '';    position: absolute;    top: 7px;    right: 0;    width: 2px;    height: 36px;    background: url(../../frontend/Megnor/bgc/en_US/images/line.png) no-repeat center center transparent;    border-radius: 50%;}.static-link li:last-child::after{content: unset;}.static-link li a{    padding: 14px 24px 13px;    font-size: 14px;    font-weight: 500;    text-decoration: none;    text-transform: capitalize;    display: block;    color: #211f20;}.static-link li a:hover{ color: #e06d00; }.static-link li:last-child, .static-link li:last-child a{ border: none; }/* Header cms end */.pages .action.next:hover::before {color: #fff;}.pages .action.previous:hover::before {color: #fff;}.toolbar-products {    background-color: #f6f6f6;    border: 1px solid #ffffff;    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32); -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);    padding: 5px;}.products.list-grid {    background: #f6f6f6 none repeat scroll 0 0;    border: 1px solid #ffffff;    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32); -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);    margin: 21px 0;    padding: 10px;}.newsletter-container-inner{float: left; margin: 5px 0 4px; width: 100%;}.newsletter_cms{    background: #f6f6f6;    border: 1px solid #e3e2e2;    border-radius: 5px; -webkit-border-radius:5px;  -khtml-border-radius:5px;  -moz-border-radius:5px;    clear: both;    margin-bottom: 0px;    margin-right: 2px;    overflow: hidden;    padding: 10px 30px;}.news-content .newshead:before {    color: #211f20;    content: "\f003";    font-family: "FontAwesome";    font-size: 28px;    margin: 0 12px 0 0;    font-weight: 400;}.news-content .newshead {    margin: 0 15px 0 0;    color: #211f20;    float: left;    font-size: 22px;    font-weight: 600;}.news-content .newshead span {    font-size: 15px;    line-height: 18px;    letter-spacing: 0.01em;    color: #777;    font-weight: 400;    margin-left: 5px;}.news-content{float: left;}.block.newsletter {    float: right;    margin: 3px 0;    width: auto;}.footer_newsletter > h6{display: none;}.footer_newsletter > ul,.footer_newsletter li{margin: 0px; padding: 0px;}.block.newsletter .footer_newsletter input {    border: 1px solid #ebe8e8;    border-radius: 5px 0 0 5px;    -webkit-border-radius: 5px 0 0 5px;    -khtml-border-radius: 5px 0 0 5px;    -moz-border-radius: 5px 0 0 5px;    color: #000;    height: 40px;    padding: 8px 10px;    width: 290px;}.block.newsletter .footer_newsletter input[type="email"]::placeholder{opacity: 1; color: #dedede;}.block.newsletter .footer_newsletter input:focus{box-shadow: unset; outline-offset: unset;}.block.newsletter .footer_newsletter .actions{width: auto;}.block.newsletter .footer_newsletter .action.subscribe{padding: 11px 18px; border-radius: 0 5px 5px 0;}.block.newsletter .footer_newsletter .field .control:before{ display: none; }.social_block {float: right; margin: 5px 0 4px;}.social_block h6 {     color: #211f20;    float: left;    font-size: 16px;    font-weight: normal;    line-height: 20px;    margin: 12px 14px 12px 0;}.social_block > ul{	display: inline-block;	margin: 0px;	vertical-align: middle;}.social_block ul li {    cursor: pointer;    float: left;    height: 45px;    margin: 0 10px 0 0;    padding: 0;    width: 45px;}.social_block ul li a:before{	border-radius: 50%;    -webkit-border-radius:50%;    -khtml-border-radius:50%;    -moz-border-radius:50%;    color: #e06d00;    font-family: fontawesome;    font-size: 20px;    left: 0;    margin: 0 auto;    padding: 4px 0;    position: absolute;    right: 0;    text-align: center;    vertical-align: middle;}.social_block ul li.facebook a:before { content: "\f09a";}.social_block ul li.twitter a:before{ content: "\f099"; }.social_block ul li.rss a:before{ content: "\f09e";}.social_block ul li a:hover::before{ color: #fff; }.social_block ul li a:hover{ background: #e06d00; } .social_block ul li a {    display: block;    font-size: 0;    height: 40px;    width: 40px;    position: relative;    border: 2px solid #e06d00;    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;}.product.info.detailed { margin: 5px 0 0; display: inline-block; width: 100%; }.product.info.detailed .product.data.items > .item.title {    float:left; 	line-height:1em;  	background: #e1e1e1; 	margin-right:2px;	-moz-border-radius:3px 3px 0 0; 	-webkit-border-radius:3px 3px 0 0;	border-radius:3px 3px 0 0;	width: 24.7%;}.product.info.detailed .product.data.items > .item.title > .switch {	display:block; padding:12px 8px; color:#707070; text-decoration: none; font-weight:normal; font-size:14px;	background: #f0f0f0;		-moz-border-radius:5px 5px 0 0; 	-webkit-border-radius:5px 5px 0 0;	border-radius:5px 5px 0 0;	border:1px solid #cfcfcf;	text-align: center;	height: 16px;    line-height: unset;}.product.info.detailed .product.data.items > .item.title > .switch:hover{background:#e1d6d6;}.product.info.detailed .product.data.items > .item.title.active > .switch, .product.info.detailed .product.data.items > .item.title > .switch:focus, .product.info.detailed .product.data.items > .item.title > .switch:hover{    text-decoration: none;	background: #d85100; /* Old browsers */	background: -moz-linear-gradient(top, #e88a00 0%, #d85100 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e88a00), color-stop(100%,#d85100)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #e88a00 0%,#d85100 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #e88a00 0%,#d85100 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #e88a00 0%,#d85100 100%); /* IE10+ */	background: linear-gradient(to bottom, #e88a00 0%,#d85100 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88a00', endColorstr='#d85100',GradientType=0 ); /* IE6-9 */	border-color:#d85100;	color:white;}.product.info.detailed .product.data.items > .item.content{    margin-top: 42px;    padding: 15px 10px;    border-radius: 0px 0px 5px 5px;    -webkit-border-radius:0px 0px 5px 5px;    -khtml-border-radius:0px 0px 5px 5px;    -moz-border-radius:0px 0px 5px 5px;	background: #f6f6f6;}.product.info.detailed .product.data.items {	margin-bottom: 6px;}.pages .item .page, .pages .item .action {    border: 1px solid #dad4cd;    border-radius: 3px;    -webkit-border-radius: 3px;    -khtml-border-radius: 3px;    -moz-border-radius: 3px;    line-height: 20px;    padding: 0;    background: transparent;    width: 24px;    height: 24px;    line-height: 24px;}.pages .item.current .page,.pages .item .action:hover,.pages .item .page:hover{background: #e06d00; color: #fff; border-color: #e06d00;}.form-cart .main.actions .action.continue,button,.coupon .actions-toolbar .action.primary, #store-selector .form-continue .actions-toolbar .action.primary, .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.instant-purchase, .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, .multicheckout .action.primary{    background: #d85100; /* Old browsers */	background: -moz-linear-gradient(top, #e88a00 0%, #d85100 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85100), color-stop(100%,#d85100)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #e88a00 0%,#d85100 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #e88a00 0%,#d85100 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #e88a00 0%,#d85100 100%); /* IE10+ */	background: linear-gradient(to bottom, #e88a00 0%,#d85100 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88a00', endColorstr='#d85100',GradientType=0 ); /* IE6-9 */		border:1px solid #c63622;	display:block;  	font-family:'Open Sans',Arial,Helvetica,sans-serif;	color: #ffffff; 	border-radius: 3px;	-moz-border-radius: 3px;	-webkit-border-radius: 3px;    line-height: 16px;    padding: 7px 12px;text-align:center; white-space:nowrap; 	text-decoration:none;	font-weight: bold;}.form-cart .main.actions .action.continue:hover,.action.primary:hover,.products-list .product-item-details .list-left .actions-secondary a.action:hover,button:hover,.coupon .actions-toolbar .action.primary:hover,.header-right #top-cart-btn-checkout:hover,.form-cart .main.actions .action.continue:active,.action.primary:active,.products-list .product-item-details .list-left .actions-secondary a.action:active,button:active,.coupon .actions-toolbar .action.primary:active,.header-right #top-cart-btn-checkout:active,.form-cart .main.actions .action.continue:focus,.action.primary:focus,.products-list .product-item-details .list-left .actions-secondary a.action:focus,button:focus,.coupon .actions-toolbar .action.primary:focus,.header-right #top-cart-btn-checkout:focus,.abs-button-l:hover, #store-selector .form-continue .actions-toolbar .action.primary:hover, .form-address-edit .actions-toolbar .action.vertex-secondary:hover, .order-review-form .action.primary:hover, .bundle-actions .action.primary.customize:hover, .bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover, .box-tocart .action.instant-purchase:hover, .box-tocart .action.tocart:hover, .cart-summary .checkout-methods-items .action.primary.checkout:hover, .block-minicart .block-content>.actions>.primary .action.primary:hover, .methods-shipping .actions-toolbar .action.primary:hover, .block-authentication .action.action-register:hover, .block-authentication .action.action-login:hover, .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary:hover, .form-address-edit .actions-toolbar .action.primary:hover, .multicheckout .action.primary:hover,.abs-button-l:focus, .abs-button-l:active, #store-selector .form-continue .actions-toolbar .action.primary:focus, #store-selector .form-continue .actions-toolbar .action.primary:active, .form-address-edit .actions-toolbar .action.vertex-secondary:focus, .form-address-edit .actions-toolbar .action.vertex-secondary:active, .order-review-form .action.primary:focus, .order-review-form .action.primary:active, .bundle-actions .action.primary.customize:focus, .bundle-actions .action.primary.customize:active, .bundle-options-container .block-bundle-summary .box-tocart .action.primary:focus, .bundle-options-container .block-bundle-summary .box-tocart .action.primary:active, .box-tocart .action.instant-purchase:focus, .box-tocart .action.instant-purchase:active, .box-tocart .action.tocart:focus, .box-tocart .action.tocart:active, .cart-summary .checkout-methods-items .action.primary.checkout:focus, .cart-summary .checkout-methods-items .action.primary.checkout:active, .block-minicart .block-content>.actions>.primary .action.primary:focus, .block-minicart .block-content>.actions>.primary .action.primary:active, .methods-shipping .actions-toolbar .action.primary:focus, .methods-shipping .actions-toolbar .action.primary:active, .block-authentication .action.action-register:focus, .block-authentication .action.action-register:active, .block-authentication .action.action-login:focus, .block-authentication .action.action-login:active, .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary:focus, .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary:active, .form-address-edit .actions-toolbar .action.primary:focus, .form-address-edit .actions-toolbar .action.primary:active, .multicheckout .action.primary:focus, .multicheckout .action.primary:active{    background: #e88a00; /* Old browsers */	background: -moz-linear-gradient(top, #d85100 0%, #e88a00 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85100), color-stop(100%,#e88a00)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #d85100 0%,#e88a00 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #d85100 0%,#e88a00 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #d85100 0%,#e88a00 100%); /* IE10+ */	background: linear-gradient(to bottom, #d85100 0%,#e88a00 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85100', endColorstr='#e88a00',GradientType=0 ); /* IE6-9 */	border-color:#C63622;	color:white;		transition-duration:300ms;}.sidebar .left-banner{ margin: 0 0 21px; }.action.primary,.header-right #top-cart-btn-checkout {    background: #d85100; /* Old browsers */	background: -moz-linear-gradient(top, #e88a00 0%, #d85100 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85100), color-stop(100%,#d85100)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #e88a00 0%,#d85100 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #e88a00 0%,#d85100 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #e88a00 0%,#d85100 100%); /* IE10+ */	background: linear-gradient(to bottom, #e88a00 0%,#d85100 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88a00', endColorstr='#d85100',GradientType=0 ); /* IE6-9 */	border:1px solid #C63622;}.action.primary {color: #ffffff; font-weight:700;}.sorter-action{ background: #fff; }.product-add-form .box-tocart .action.tocart:hover,.cart-summary .checkout-methods-items .action.primary.checkout:hover.product-add-form .box-tocart .action.tocart:focus,.cart-summary .checkout-methods-items .action.primary.checkout:focus,.product-add-form .box-tocart .action.tocart:active,.cart-summary .checkout-methods-items .action.primary.checkout:active{    background: #d85100; /* Old browsers */	background: -moz-linear-gradient(top, #d85100 0%, #e88a00 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85100), color-stop(100%,#e88a00)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #d85100 0%,#e88a00 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #d85100 0%,#e88a00 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #d85100 0%,#e88a00 100%); /* IE10+ */	background: linear-gradient(to bottom, #d85100 0%,#e88a00 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85100', endColorstr='#e88a00',GradientType=0 ); /* IE6-9 */	border-color:#c63622;	color:white;}.cart-container .cart-discount .actions-toolbar .action.primary{    border-radius: 3px;    -webkit-border-radius:3px;    -khtml-border-radius:3px;    -moz-border-radius:3px;}.cart-container .cart.table-wrapper .items{ width:100%;}.minicart-items .product-item-details {width: 78%; padding: 0 0 0 10px;}.opc-block-summary .product-item .product-item-inner{    opacity: 1;    -khtml-opacity: 1;    -webkit-opacity: 1;    -moz-opacity: 1;    -ms-opacity: 1;    transform: unset;    transition: unset;    right: unset;}.opc-block-summary .product-item .product-item-name{ width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}.minicart-items .product-item-details .details-qty {margin: 5px 0;}.product-add-form .product-options-wrapper .field:not(.date) > .control {display: inline-block; margin-left: 0px;width:100% !important;}.minicart-items .product-item-details .product.options {display: none;}.product-item .product-reviews-summary .rating-summary {margin: 0;}.page-layout-2columns-left .products-list .product-item-details {width: 75%;}#tab-label-reviews .data.switch .counter {color: #000;}#tab-label-reviews.active .data.switch .counter {color: #fff;}.product-info-main .swatch-opt {margin: 0 0 19px;}.columns .product-info-main .product-options-bottom .box-tocart {margin: 30px 0 5px;}.product-info-main .stock.available span, .product-info-main .stock.unavailable span {    font-weight: 600;    color: #008000;}.page-product-configurable .product-info-main .product-info-price {margin-bottom: 0;}.columns .product-info-main .product-info-price .price-box .price-final_price > span {display: inline-block;}.authentication-wrapper {display: none;}#tab-label-reviews .data.switch:hover .counter{color: #fff}.columns .product-info-main .product-info-price .price-box .price-final_price > span.price-label {display: none;}.header-social ul{margin: 0}.swatch-input.super-attribute-select {display: none;}.static-link li {    margin: 0px;    position: relative;    display: inline-block;}.static-link-inner .dropdown-inner-list {    display: none;    position: absolute;    top: 50px;    background: #fff;    z-index: 1;    min-width: 120px;    right: 0;    padding: 10px;    border: 1px solid #cbcaca;}.menu-dropdown-icon.hiden_menu:hover .dropdown-inner-list {display: block;}.dropdown-inner-list li {display: block;}.static-link .dropdown-inner-list li a {padding: 5px 10px;}.dropdown-inner-list li::after{content: unset;}.page-header .panel.wrapper {	background: none;    box-shadow: none;    border-bottom: 0px;	padding: 0px 0;	display:block;	position: relative;    z-index: 10;}.header_top, .header-bottom {	width:980px; 	margin:0 auto; 	padding:0px; }.header_top {height:28px;}.header_top_bkg {	background: #e06d00; /* Old browsers */	background: -moz-linear-gradient(top, #e06d00 0%, #e06d00 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e06d00), color-stop(100%,#e06d00)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #e06d00 0%,#e06d00 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #e06d00 0%,#e06d00 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #e06d00 0%,#e06d00 100%); /* IE10+ */	background: linear-gradient(to bottom, #e06d00 0%,#e06d00 100%); /* W3C */	filter: progidXImageTransform.Microsoft.gradient( startColorstr='#e06d00', endColorstr='#e06d00',GradientType=0 ); /* IE6-9 */	filter: progidXImageTransform.Microsoft.gradient(enabled=false);	  	border-color: #CBCACA #CBCACA #FBFBFB;	box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;	-webkit-box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;	-moz-box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;	border-bottom:0px solid #fff;	position:relative;	z-index:9;}.ie7 .header_top_bkg , .ie8 .header_top_bkg { border-bottom:1px solid #CBCACA; }.header-bottom {position:relative;clear:both;}.page-header .panel.wrapper .links li { display:inline; margin-bottom:0rem;}.page-header .panel.wrapper .links li.first { padding-left:0 ; }.page-header .panel.wrapper .links li.last { background:none; padding-right:0; }.page-header .panel.wrapper .links.login li.first { background:none; padding-right:0;}.page-header .panel.wrapper .links.login li.last { background:none; padding-left:4px; }.link-cart { font-weight:normal; }.link-wishlist , .link-compare {font-weight:normal; }/* Header ================================================================================ */.logo { float:left; }.page-header .panel.wrapper .logo { float:left; margin:8px 0 0px; text-decoration:none !important; }.page-header .panel.wrapper .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }.page-header .panel.wrapper h1.logo { margin:0px 0px 5px; }.page-header .panel.wrapper .quick-access { float:right; width:600px; padding:0px 0px 0 0;}.page-header .panel.wrapper .logo_btm {clear: both;float: left;margin: 0px 0;text-align: center; width: 370px;}.page-header .panel.wrapper .call_banner{ position:absolute;  right: 210px;    top: 12px; }.page-header .panel.wrapper .call_banner a{ text-decoration:none;font-size:16px; font-weight:bold; color:#565656; padding-left:30px;background:none;} .page-header .panel.wrapper .welcome-msg { margin:4px 2px 0; font-weight:bold; font-size:12px; float:left; color:#ffffff; background:url("../../frontend/Megnor/bgc/en_US/images/bkg_pipe1.gif") no-repeat 100% 60%; padding-right: 8px;}.page-header .panel.wrapper .welcome-msg a { color:#ffffff; }.page-header .panel.wrapper .t8 {float:right;margin-top: 12px;}.page-header .panel.wrapper .call_ship a {margin:0px auto; color:#fff;font-size: 12px; font-weight: bold; text-decoration: none; width:272px; height:27px; display:block; text-indent:-9999999px; background:none;}.page-header .panel.wrapper .call_ship a img {display:block;}.page-header .panel.wrapper .call_ship a:hover {color:#eaff00;text-decoration: underline;}.page-header .panel.wrapper .form-search { position:relative; float:right; clear:both; height:30px;     margin-top:8px;	background:#999;	padding:8px;	width:307px;	-webkit-border-radius:5px 5px 0 0;	-moz-border-radius:5px 5px 0 0;	border-radius:5px 5px 0 0;               	position: relative;    display: inline-flex;}.page-header .panel.wrapper .form-search.formsrh {	-webkit-border-radius:5px 5px 0px 0px;	-moz-border-radius:5px 5px 0px 0px;	border-radius:5px 5px 0px 0px;}.page-header .panel.wrapper .bgc_corner {	-webkit-border-radius:5px 5px 0 0 !important;	-moz-border-radius:5px 5px 0 0 !important;	border-radius:5px 5px 0 0 !important;}.page-header .panel.wrapper .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; display: none;}.page-header .panel.wrapper .form-search input.input-text { float:left; border:none;width:100%; height: auto; font-family: 'Open Sans',Arial,Helvetica,sans-serif;	border: 1px solid #999999;	padding-right: 5px;	-webkit-border-radius:5px;	-moz-border-radius:5px;	border-radius:5px;	box-shadow: 0 0 0 1px #999999;	-webkit-box-shadow: 0 0 0 1px #999999;	-moz-box-shadow: 0 0 0 1px #999999; padding:5px;}.page-header .panel.wrapper .form-search button { 	border-radius: 4px; float:right;  		padding: 6px 12px; 	width:auto; 	height:auto;	margin-left:3px;   	webkit-border-radius:5px;	-moz-border-radius:5px;	border-radius:5px;	font-weight:bold;	color:#fff;	background: #e88a00; /* Old browsers */	background: -moz-linear-gradient(top, #e88a00 1%, #d85100 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e88a00), color-stop(100%,#d85100)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #e88a00 1%,#d85100 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #e88a00 1%,#d85100 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #e88a00 1%,#d85100 100%); /* IE10+ */	background: linear-gradient(to bottom, #e88a00 1%,#d85100 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88a00', endColorstr='#d85100',GradientType=0 ); /* IE6-9 */}.page-header .panel.wrapper .form-search button:hover { 		background: #e88a00; /* Old browsers */	background: -moz-linear-gradient(top, #d85100 0%, #e88a00 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85100), color-stop(100%,#e88a00)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #d85100 0%,#e88a00 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #d85100 0%,#e88a00 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #d85100 0%,#e88a00 100%); /* IE10+ */	background: linear-gradient(to bottom, #d85100 0%,#e88a00 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85100', endColorstr='#e88a00',GradientType=0 ); /* IE6-9 */}.page-header .panel.wrapper .form-search button.button:hover span{ color:white !important;}.ie7 .page-header .panel.wrapper .form-search button {padding:5px 0; } .page-header .panel.wrapper .form-search button span { border:0;  background:none !important;color:#fff; filter:none; padding:0 0 0 1px;  }.page-header .panel.wrapper .form-search .search-autocomplete { z-index:999; border: 3px solid #999; right:0px !important; top:46px !important; }.page-header .panel.wrapper .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }.page-header .panel.wrapper .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }.page-header .panel.wrapper .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }.page-header .panel.wrapper .form-search .search-autocomplete li.odd { background-color:#fffefb; }.page-header .panel.wrapper .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }.page-header .panel.wrapper .form-language{   margin-top:2px;  float:left;}.page-header .panel.wrapper .form-language label {   padding-right:5px;  }.page-header .panel.wrapper .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }.page-header .panel.wrapper .tm_top_currency {   margin-top:2px;   margin-right:10px;   float:left;  }.page-header .panel.wrapper .tm_top_currency  label,.page-header .panel.wrapper .form-language label{ line-height:25px;margin-right:5px;  float:right; display:none; }.form-language  .sbHolder ,.tm_top_currency .sbHolder{ float:right; border:none;}.ie7 .page-header .panel.wrapper .form-language { width:80px;   }.ie7 .page-header .panel.wrapper .tm_top_currency { width:70px; }.form-search {position:relative;}.form-search a.quesmark {	width:22px;	height:21px;	position:absolute;	top:12px;	left: -25px;	display:block;	margin:0px;	padding:0px;	background:url("../../frontend/Megnor/bgc/en_US/images/quesgreen1.png") no-repeat scroll center center;	text-decoration:none;} .page-header .panel.wrapper .header-cart  li{ clear:both; margin-bottom:10px; }.page-header .panel.wrapper .header-cart #panel{   background:#f6f6f6;	 border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px;	border:1px solid #E3E2E2;    display: none;	text-align:left;    min-width: 20px;    padding: 10px;    position: absolute;    right: 0;    top:34px; 	width:230px;	z-index:9999;		-webkit-box-shadow: 0px 2px 2px #ccc;	-moz-box-shadow: 0px 2px 2px #ccc;	box-shadow: 0px 2px 2px #ccc;}.page-header .panel.wrapper .header-cart #panel .top_arrow{ background:url("../../frontend/Megnor/bgc/en_US/images/cart_uparrow.png") no-repeat scroll center center; position:absolute; top:-11px; padding:8px; right:28px;  }.page-header .panel.wrapper .header-cart #panel .actions{ float:right; margin-top:7px; }.page-header .panel.wrapper .header-cart #panel .actions .viewcart-btn{ margin-left:5px; } .page-header .panel.wrapper .header-cart #panel .product-name a{ font-size:13px; }.tm_headerlinks_inner{ display:none; }.page-header .panel.wrapper .links { float:left; margin:4px 0 4px 5px; /*clear:both;*/ }.page-header .panel.wrapper .links li { float:left;  background:url(../../frontend/Megnor/bgc/en_US/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }.page-header .panel.wrapper .links li a{ text-decoration:none; color:#fff; font-weight:bold;font-size:12px;}.page-header .panel.wrapper .links li a:hover{ text-decoration:underline; }.page-header .panel.wrapper .links li a.top-link-cart{ display:none; }.header-cart{ float:right; margin-top:0px; position: relative;    z-index: 1; }.cart_mini_right{ background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -215px -80px; padding:4px 5px 4px 41px; cursor:pointer; }.cart_mini_right:hover{ background-position: 5px -80px;}.header-cart .cart-label {background:#e2842b;border:1px solid #d85400;/*box-shadow:0px 0px 5px rgba(216, 84, 0, 1) inset;*/}.header-cart .cart-label:hover {background:#edd000;}.header-cart .cart-label .cart_mini_right {color:#ffffff;}.header-cart .cart-label:hover .cart_mini_right {color:#000000;}.header-cart .cart-label .cart_mini_right .price {color:#ffffff;}.header-cart .cart-label:hover .cart_mini_right .price {color:#000000;}.header-cart .cart-label-items .cart_mini_right {color:#000000;}.header-cart .cart-label-items .cart_mini_right .price {color:#000000;}.header-cart .cart-label-items:hover .cart_mini_right .price {color:#000000;}.header-cart .cart-label-items {background:#edd000;}.header-cart .cart-label-items:hover {background:#edd000;	background: -moz-linear-gradient(top, #FFDD02 0%, #edd000 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFDD02), color-stop(100%,#edd000)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #FFDD02 0%,#edd000 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #FFDD02 0%,#edd000 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #FFDD02 0%,#edd000 100%); /* IE10+ */	background: linear-gradient(to bottom, #FFDD02 0%,#edd000 100%); /* W3C */ }.header-cart .cart-label-items .cart_mini_right { background-position: 5px -80px;}.header-cart .right_arrow{    background: url("../../frontend/Megnor/bgc/en_US/images/arrow-down.png") no-repeat scroll center center transparent;    margin: 0px 0 0 2px;    	vertical-align: middle; 	 display:inline-block;	 width:10px;	 height:14px;}.ie7 .header-cart .right_arrow{ display:inline}.header-cart  .active .right_arrow{ background: url("../../frontend/Megnor/bgc/en_US/images/arrow-up.png") no-repeat scroll center center transparent;}.minicart-wrapper .action.showcart {background-image: none;padding: 0px 15px 0 0px;}.minicart-wrapper .action.showcart:before {top: 0px;color:#666666;}.minicart-wrapper {margin: 0 0 0 0px;}.headertoggle_img{	background:url("../../frontend/Megnor/bgc/en_US/images/my-bgc.png") no-repeat scroll 0px 0px;	height: 26px;    margin: 0 auto;    width: 82px;}.header-checkout { float:right; margin-top:0px; position: relative; z-index: 1; margin-left: -1px;}.header-checkout .checkout_mini_right{ padding:4px 15px 4px 15px; display:block; text-decoration:none;}.header-checkout .checkout-label {background:#e2842b;border:1px solid #d85400;/*box-shadow:0px 0px 5px rgba(216, 84, 0, 1) inset;*/}.header-checkout .checkout-label:hover {background:#edd000;}.header-checkout .checkout-label .checkout_mini_right {color:#ffffff;cursor:pointer;}.header-checkout .checkout-label:hover .checkout_mini_right {color:#000000;}.header-checkout .checkout-label-items .checkout_mini_right {color:#000000;}.header-checkout .checkout-label-items {background:#edd000;}.header-checkout .checkout-label-items:hover {background:#edd000;	background: -moz-linear-gradient(top, #FFDD02 0%, #edd000 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFDD02), color-stop(100%,#edd000)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #FFDD02 0%,#edd000 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #FFDD02 0%,#edd000 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #FFDD02 0%,#edd000 100%); /* IE10+ */	background: linear-gradient(to bottom, #FFDD02 0%,#edd000 100%); /* W3C */ }.tm_headerlinkmenu {float:left !important;}.tm_headerlinkmenu .top_arrow {display:none;}.page-header .panel.wrapper .header-checkout #panel{   background:#f6f6f6;	 border-radius:5px;	-moz-border-radius:5px;	-webkit-border-radius:5px;	border:1px solid #E3E2E2;    display: none;	text-align:center;    min-width: 20px;    padding: 10px 10px 0;    position: absolute;    right: 0;    top:34px; 	width:170px;		-webkit-box-shadow: 0px 2px 2px #ccc;	-moz-box-shadow: 0px 2px 2px #ccc;	box-shadow: 0px 2px 2px #ccc;}.page-header .panel.wrapper .header-checkout #panel .top_arrow{ background:url("../../frontend/Megnor/bgc/en_US/images/cart_uparrow.png") no-repeat scroll center center; position:absolute; top:-11px; padding:8px; right:28px;}input,select,textarea,button{vertical-align:middle;}.fieldset input.input-text {width: 250px;}input.input-text,select,textarea{background:#fff;border:1pxsolid #E3E2E2;color:#555;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:0 1px 6px rgba(0, 0, 0, 0.5) inset;-moz-box-shadow:0 1px 6px rgba(0, 0, 0, 0.5) inset;-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.5) inset;}input.input-text,textarea{padding:7px;}input.input-tex:focus,textarea:focus{-moz-box-shadow:#bbb 0 0 3px;-webkit-box-shadow:#bbb 0 0 3px;box-shadow:#bbb 0 0 3px;}select{padding:6px;}select option{padding-right:10px;}select.multiselect option{border-bottom:1px solid #CDCDCD;padding:2px 5px;}select.multiselect option:last-child{border-bottom:0;}textarea{overflow:auto;}input.radio{margin-right:3px;}input.checkbox{margin-right:3px;}input.qty{width:2.5em !important;}.fieldset>.field>.label, .fieldset>.fields>.field>.label {margin: 0 0 5px;}printh1 {    /* font-size: 38px; */    margin-bottom: 18px;}.modal-popup .modal-content {padding-top: 3rem;}.modal-popup .modal-footer {display: inherit;}.modal-popup .modal-footer .action-dismiss {margin-right:20px;}.counter.qty._block-content-loading {position: inherit;}.minicart-wrapper .action.close, .minicart-wrapper .action.close:before{display:none !important;}.header-cart .minicart-wrapper .block-content .top_arrow{ background:url("../../frontend/Megnor/bgc/en_US/images/cart_uparrow.png") no-repeat scroll center center; position:absolute; top:-11px; padding:8px; right:28px;}.minicart-wrapper .block-minicart {top:34px;border: 3px solid #e3e2e2;}.col-content-inner {	background:#f6f6f6; 	border-radius: 5px; 	padding: 10px; 	box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);	clear:both;	overflow:visible;	margin-bottom:10px;}.cms-index-index .col-content-inner {	background:transparent; 	border-radius: 0px; 	padding: 0px; 	box-shadow: inherit;	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.32);	-moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.32);	clear:both;	overflow:visible;	float:none;}.breadcumb_inner h1 {	font-size: 20px;    color: #e06d00;    font-weight: bold;}.breadcumb_inner .page-title-wrapper {display:none;}.col-content-inner h1{ font-size:20px !important;}.block-new-customer .block-title, .block-customer-login .block-title, .form.ctt-form .legend {	border-bottom: 3px double #D5D5D5 !important;    color: #444 !important;    font-size: 18px !important;	margin: 0 0 14px;    padding: 0 0 10px;	font-weight: normal;    text-transform: none;}.abs-account-blocks .block-title, .form-giftregistry-search .legend, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-form .block-title, .block-wishlist-search-results .block-title, .multicheckout .block-title, .multicheckout .block-content .title, .customer-review .review-details .title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title {	border-bottom: 3px double #D5D5D5 !important;    color: #444 !important;    font-size: 18px !important;	margin: 0 0 14px;    padding: 0 0 10px;	font-weight: normal;    text-transform: none;}.abs-account-block-font-size, .block-balance-giftcard .block-content, .block-addresses-list address, .box-billing-address .box-content, .box-shipping-address .box-content, .box-information .box-content, .block-reviews-dashboard .product-name {	font-size: 13px !important;}.block.block-new-customer, .block.block-customer-login {	min-height: 280px;}.login-container .fieldset:after {display:none;}.login-container .password:after {    margin-top: 10px;}.login-container .password:after {    margin: 9.5px 0 0;    content: attr(data-hasrequired);    display: block;    letter-spacing: normal;    word-spacing: normal;    color: #e02b27;    font-size: 1.29230801rem;    float: right;}.content-login-ght {min-height:194px;}.form.password.forget .actions-toolbar .secondary, .form .actions-toolbar .secondary {float:right;}.customer-account-create .page-title {margin-bottom:20px;}.customer-account-create .form .legend {display:block;border-bottom: 3px double #D5D5D5 !important;}.customer-account-create .form .field.choice.newsletter {margin-bottom:5px;}.customer-account-create .form .label {display:none;}.customer-account-create .form  .additional_info .label {display:block;}.customer-account-create .fieldset.create.account .fields .field {float: left; margin: 0 9.5px 9.5px 0;}.customer-account-create .fieldset.create.account .fields {width: 100%;float: left;}.form-create-account .actions-toolbar:before {    margin: 0px 0 10px;    content: attr(data-hasrequired);    display: block;    letter-spacing: normal;    word-spacing: normal;    color: #e02b27;    font-size: 1.29230801rem;    float: left;	width:100%;}.block .title strong, .account .page-title-wrapper .page-title, .account .column.main .block-title strong, .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {	color: #e06d00 !important;}.block-dashboard-addresses, .block-reviews-dashboard, .block-dashboard-orders, .block-addresses-list {margin-top:36px;}.address {line-height:normal;}.block-collapsible-nav .item a:hover {color: #e06d00 !important;}.account .col-content-inner a {text-decoration: underline;}.account .page-title-wrapper {display:none;}.account .overallmsgmain {display:none;}.account .top_banner_orange_cnt {display:none;}.account .col-content-inner .page-title-wrapper {display:block;}.account .customer-name-middlename > label.label {display:none;}.block .content .nav.items li a {	background: url("../../frontend/Megnor/bgc/en_US/images/cat_arrow.png") no-repeat scroll 2px center transparent;    border-bottom: 1px dotted  #ccc;    display: block;    padding: 4px 0 4px 13px;    text-decoration: none;}.block .content .nav.items li.current {	background: url("../../frontend/Megnor/bgc/en_US/images/cat_arrow_hover.png") no-repeat scroll 2px center transparent;	padding: 4px 0 4px 13px;	border-bottom: 1px dotted  #ccc;}.block-reviews-dashboard .items .item {    margin-bottom: 5px;}.block .content .nav.item.current a {	background:none;	border-bottom: 0px;	padding: 0px 0 0px 0px;}.sales-order-view .col-content-inner .order-status-title {display: inline-flex;}.sales-order-view .col-content-inner .order-status-title .order-date {margin-top: 5px; margin-left: 10px;}.sales-order-view .col-content-inner .order-actions-toolbar {margin-top: 0px !important;}.sales-order-view .col-content-inner .order-actions-toolbar .actions {float:left;}.sales-order-shipment .col-content-inner .page-title-wrapper .order-date {margin-top: 20px !important;display: inline-flex;width: 100%;}.sales-order-shipment .col-content-inner .page-title-wrapper .order-date .label {display: block; margin-right: 10px;}.sales-order-shipment .col-content-inner .page-title-wrapper .order-actions-toolbar {margin-top: 0px !important;margin-bottom: 5px !important;}.sales-order-shipment .col-content-inner .page-title-wrapper .order-actions-toolbar .actions {float:left;}.sales-order-invoice .col-content-inner .page-title-wrapper .order-date {margin-top: 20px !important;display: inline-flex;width: 100%;}.sales-order-invoice .col-content-inner .page-title-wrapper .order-date .label {display: block; margin-right: 10px;}.sales-order-invoice .col-content-inner .page-title-wrapper .order-actions-toolbar {margin-top: 0px !important;margin-bottom: 5px !important;}.sales-order-invoice .col-content-inner .page-title-wrapper .order-actions-toolbar .actions {float:left;}.wishlist-index-index .form-wishlist-items .actions-toolbar {margin-top:10px;}.wishlist-index-index .form-wishlist-items .actions-toolbar .primary {width: 100%; display: inline-flex; margin-top: 10px;}	.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button {margin-right: 10px;}.wishlist-index-index .form-wishlist-items li .product-item-actions {float: left; margin-bottom: 10px;}.catalogsearch-result-index .search.results .block {margin-top:15px;}.breadcrumbs li.item strong {margin-top: -2px;display: block;color:#e06d00;}.ctt-form .mainncontent {border-right: 0px solid #EDEDED;float: none;margin-right: 10px;padding-right: 15px;width: 46%;margin: 0 auto !important;}.ctt-form h1 {font-weight:normal;margin: 0 0 20px;}.ctt-form .actions-toolbar .primarycls {    display: inline-flex;    width: 100%;	margin: 10px 0 0px;}.ctt-form .actions-toolbar button.submit{	float:left;}.ctt-form .actions-toolbar button.blogpostbtn{	float:right;}.ctt-form .actions-toolbar .ordivide {	display: block;    overflow: hidden;    padding-top: 5px;    text-align: center;    width: 52%;}.ctt-form .fieldset .field {margin: 0 0 12px;}.advanced-search-top {	font-size: 15px;    font-weight: normal;    margin: 0 0 1px;    padding: 0 0px 1px;	color: #e06d00;	line-height: 21px;}.catalogsearch-advanced-index .request_it {    margin: 20px 0px 10px 0px !important;}.sales-guest-form .legend {display:block;border-bottom: 3px double #D5D5D5 !important;}.sales-guest-form .fieldset .field, .sales-guest-form .actions-toolbar {width: 250px; margin: 0px auto 19px;}#mageplaza-seo-html-sitemap h2 {	border-bottom: 3px double #D5D5D5 !important;    color: #444 !important;    padding: 0 0 10px;}.catalog-category-view .page-title-wrapper h1.page-title {font-size:20px;}.cms-page-view .page-main > .page-title-wrapper .page-title, .cms-no-route .page-main > .page-title-wrapper .page-title,.customer-account-create .page-main > .page-title-wrapper .page-title,.producttags-tag-view .page-main > .page-title-wrapper .page-title,.producttags-tag-view .page-main > .tag-title,.producttags-index-index .page-main > .page-title-wrapper .page-title,.catalogsearch-advanced-index .page-main > .page-title-wrapper .page-title,.catalogsearch-result-index .page-main > .page-title-wrapper .page-title,.checkout-cart-index .page-main > .page-title-wrapper .page-title,.checkout-index-index .page-main > .page-title-wrapper .page-title, .checkout-index-index .page-main > .page-title-wrapper .checkout-description,.onestepcheckout-index-index .page-main > .page-title-wrapper {    display: none !important;}.breadcumb_inner .col-content-inner .mainncontent .actions-toolbar {padding-bottom: 10px; margin: 0;}.cms-save-money-with-account std ol.fistol {    list-style: decimal outside;    padding-left: 23px;}.producttags-tag-view .col-content-inner {	background: transparent;	padding: 0px;	-moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.28);	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.28);	box-shadow: 0 0 0px rgba(0, 0, 0, 0.28);}.producttags-index-index .main .tags-list {border:0px;padding:0px;}.producttags-index-index .main .tags-list li {margin: 0 8px 0 0;}.sidebar .block-content .viewalltags a {text-decoration:underline;}/* start top menu style *//* start Css for home page subbanner*/.subbanner{    float: left;    margin: 0 0 10px 0;    width: 774px;}.subbanner a{	text-decoration:none;}.subbanner .banner {    border-right: 2px solid #FFFFFF;    float: left;    height: 67px;    padding: 5px;    width: 180px;}.subbanner .banner1 {    background: url("../../frontend/Megnor/bgc/en_US/images/subbanner-one/bg1.png") no-repeat scroll left center transparent;}.subbanner .banner2 {    background: url("../../frontend/Megnor/bgc/en_US/images/subbanner-one/bg2.jpg") no-repeat scroll left center transparent;}.subbanner .banner3 {    background: url("../../frontend/Megnor/bgc/en_US/images/subbanner-one/bg3.jpg") no-repeat scroll left center transparent;}.subbanner .banner4 {    background: url("../../frontend/Megnor/bgc/en_US/images/subbanner-one/bg4.jpg") no-repeat scroll left center transparent;}.subbanner .banner4 {    border: medium none;}.subbanner li a {    padding-left: 45px;}.subbanner .banner1 .img {    background: url("../../frontend/Megnor/bgc/en_US/images/subbanner-one/offer1.png") no-repeat scroll 1px center transparent;}.subbanner .banner2 .img {    background: url("../../frontend/Megnor/bgc/en_US/images/subbanner-one/offer2.png") no-repeat scroll 1px center transparent;}.subbanner .banner3 .img {    background: url("../../frontend/Megnor/bgc/en_US/images/subbanner-one/offer3.png") no-repeat scroll 1px center transparent;}.subbanner .banner4 .img {    background: url("../../frontend/Megnor/bgc/en_US/images/subbanner-one/offer4.png") no-repeat scroll 1px center transparent;}.subbanner li.first {    margin: 0;} .subbanner .img {    float: left;    height: 44px;    padding-top: 26px;    width: 48px;}.subbanner .data {   height: 53px;    padding-left: 54px;    padding-top: 16px;}.ie7 .subbanner .data{ padding-left:10px; }.subbanner .data .h1 {    color: #FFFFFF;    font-family: 'Oswald';    font-size: 16px;}.subbanner .banner4 .h1 {    color: #FFFFFF;    font-family: 'Oswald';    font-size: 16px;}.subbanner .data .h2 {    color: #FFFFFF;    font-family: Arial,Helvetica,sans-serif;    font-size: 13px;}.subbanner .banner4 .h2 {    color: #FFFFFF;}.subbanner .banner:hover .img {    transform: rotate(360deg);	-webkit-transform: rotate(360deg);    transition-duration: 0.9s;	-webkit-transition-duration: 0.9s;}.subbanner .banner:hover .h1, .subbanner .banner:hover .h2 {    opacity: 0.7;}/* end Css for home page subbanner*//* new and featured products home */.block-new-products, .block-featured-products {	background:#F6F6F6;	border: 1px solid #FFFFFF;    margin-bottom: 15px;    padding: 10px 10px 10px;	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.28);	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.28);	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.28);	border-radius: 5px;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	clear:both;}.block-reorder .block-title, .block-compare .block-title, .widget .block-title, .block-wishlist .block-title {	margin:0 0 4px;}.block-reorder .block-title strong, .block-compare .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong {    font-size: 15px;    font-weight: 600;	color: #e06d00;}.owl-controls .owl-nav .owl-prev {	right: 44px;}.owl-controls .owl-nav .owl-next {	right: 12px;}.owl-controls .owl-nav div {	top: -22px;}/* end new and featured products home *//* Css for home page subbanner2*/.subbanner2{margin-bottom:10px; float:left; width:100%; } .subbanner2 ul {display:inline-flex;}.subbanner2 ul li.last{  margin-right:0; float:right;}.subbanner2 li {	float: left;	margin-right:12px;	list-style:none;	}.ie7 .subbanner2 li , .ie8 .subbanner2 li{ margin-right:11px; }.subbanner2 ul { width:100%; float:left; margin:0px;}.subbanner2 ul li a {    display: block;    position: relative;	text-decoration:none;}.hover_shine {    background: url("../../frontend/Megnor/bgc/en_US/images/glass.png") no-repeat scroll 326px 0 transparent;    content: "";    height: 100%;    position: absolute;    right: 0;    top: 0;    width: 100%;} .subbanner2 ul li a:hover .hover_shine {    background-position: 0 -1px;    transition: all 1s ease 0s;}.subbanner2 ul li a img{ 	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius:5px; 	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);	box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);}.ie7 .subbanner2 ul li a img , .ie8 .subbanner2 ul li a img{ border:1px solid #E3E2E2; }/* Css for home page subbanner2*//* Regional Discounts Box popup modelbox style start */#MB_overlay {	position: absolute;	margin: auto;	top: 0;	left: 0;	width: 100%; height: 100%;	z-index: 9999;	border: 0;	background-color: #000!important;}#MB_overlay[id] { position: fixed; }#MB_windowwrapper {	position:absolute;	top:250px;	width:100%;}#MB_window {	position:relative;	margin-left:auto;	margin-right:auto;	top:0;	left:0;	border: 0 solid;	text-align: left;	z-index: 10000;}#MB_window[id] { position: relative; }#MB_window[id] {    position: fixed !important;    right: 0 !important;    top: 250px;}#MB_frame {	position: relative;	background-color: #EFEFEF;	height: 100%;}#MB_header {	margin: 0;	padding: 0;}#MB_content {	position: relative;	padding: 6px .75em;	overflow: auto;}#MB_caption {	font: bold 100% "Lucida Grande", Arial, sans-serif;	text-shadow: #FFF 0 1px 0;	padding: .5em 2em .5em .75em;	margin: 0;	text-align: center;}#MB_close {	display: block;	position: absolute;	right: 5px; top: 4px;	padding: 2px 3px;	font-weight: bold;	text-decoration: none;	font-size: 13px;}#MB_close:hover {	background: transparent;}#MB_loading {	padding: 1.5em;	text-indent: -10000px;	}#MB_window {	background-color: #EFEFEF;	color: #000;	text-align: center;		-webkit-box-shadow: 0 0 64px #000; 	-moz-box-shadow: #000 0 0 64px; 	box-shadow: 0 0 64px #000;}#MB_frame {	padding-bottom: 4px;			-webkit-border-bottom-left-radius: 4px;	-webkit-border-bottom-right-radius: 4px;	-moz-border-radius-bottomleft: 4px;	-moz-border-radius-bottomright: 4px;	border-bottom-left-radius: 4px;	border-bottom-right-radius: 4px;}	#MB_content { border-top: 1px solid #F9F9F9; }#MB_header {	 background-color: #DDD;	 border-bottom: 1px solid #CCC;}#MB_caption { color: #000 }#MB_close { color: #777 }#MB_close:hover { color: #000 }.MB_alert {	margin: 10px 0;	text-align: center;}.warning_error input {padding:0px 15px 0px 15px;}.bgcrdcls #MB_header {	background-color: none !important;	background:url(../../frontend/Megnor/bgc/en_US/images/bkg_gsw-bar_bgc.png) repeat-x 0px 0px !important;	height:34px !important;	border-bottom: 0px !important;}.bgcrdcls {	background-color: #fff !important;}.bgcrdcls #MB_caption {	padding-top:0.60em !important;	color: #fff !important; 	font: bold 14px/10px Tahoma,Verdana,Arial,sans-serif !important; 	text-shadow: 0 0 0 #999999 !important;}.rdanchor, #rdchkbox {	cursor:pointer;}.rddont {	margin-left:7px;	font-size:12px;}.bgcrdcls .warning_error {	font-size:14px}.bgcrdcls .warning_error input {	padding: 0 3px;}/* Regional Discounts Box popup modelbox style end *//* Biokleen Products Box popup modelbox style end */#SP_overlay {	position: absolute;	margin: auto;	top: 0;	left: 0;	width: 100%; height: 100%;	z-index: 9999;	border: 0;	background-color: #000!important;}#SP_overlay[id] { position: fixed; }#SP_windowwrapper {	position:absolute;	top:250px;	width:100%;}#SP_window {	position:relative;	margin-left:auto;	margin-right:auto;	top:0;	left:0;	border: 0 solid;	text-align: left;	z-index: 10000;}#SP_window[id] { position: relative; }#SP_window[id] {    position: fixed !important;    right: 0 !important;    top: 250px;}#SP_frame {	position: relative;	background-color: #EFEFEF;	height: 100%;}#SP_header {	margin: 0;	padding: 0;}#SP_content {	position: relative;	padding: 6px .75em;	overflow: auto;	height: auto !important;}#SP_caption {	font: bold 100% "Lucida Grande", Arial, sans-serif;	text-shadow: #FFF 0 1px 0;	padding: .5em 2em .5em .75em;	margin: 0;	text-align: center;}#SP_close {	display: block;	position: absolute;	right: 5px; top: 4px;	padding: 2px 3px;	font-weight: bold;	text-decoration: none;	font-size: 13px;}#SP_close:hover {	background: transparent;}#SP_loading {	padding: 1.5em;	text-indent: -10000px;	}/* Color scheme */#SP_window {	background-color: #EFEFEF;	color: #000;	text-align: center;		-webkit-box-shadow: 0 0 64px #000; 	-moz-box-shadow: #000 0 0 64px; 	box-shadow: 0 0 64px #000;}#SP_frame {	padding-bottom: 4px;			-webkit-border-bottom-left-radius: 4px;	-webkit-border-bottom-right-radius: 4px;	-moz-border-radius-bottomleft: 4px;	-moz-border-radius-bottomright: 4px;	border-bottom-left-radius: 4px;	border-bottom-right-radius: 4px;}	#SP_content { border-top: 1px solid #F9F9F9; }#SP_header {	 background-color: #DDD;	 border-bottom: 1px solid #CCC;}#SP_caption { color: #000 }#SP_close { color: #777 }#SP_close:hover { color: #000 }/* Alert message */.SP_alert {	margin: 10px 0;	text-align: center;}.warning_error2 input {padding:0px 15px 0px 15px;}.bgcrdcls2 #SP_header {	background-color: none !important;	background:url(../../frontend/Megnor/bgc/en_US/images/bkg_gsw-bar_bgc.png) repeat-x 0px 0px !important;	height:34px !important;	border-bottom: 0px !important;}.bgcrdcls2 {	background-color: #fff !important;}.bgcrdcls2 #SP_caption {	padding-top:0.60em !important;	color: #fff !important; 	font: bold 14px/10px Tahoma,Verdana,Arial,sans-serif !important; 	text-shadow: 0 0 0 #999999 !important;}.rdanchor2, #rdchkbox2 {	cursor:pointer;}.rddont2 {	margin-left:7px;	font-size:12px;}.bgcrdcls2 .warning_error2 {	font-size:13px}.bgcrdcls2 .warning_error2 input {	padding: 0 3px;}/* Biokleen Products Box popup modelbox style end *//* Class: std - styles for admin-controlled content */.widget-static-block ul li , .std ul.disc li{ list-style:disc outside; padding:0px 0px; margin-bottom: 5px;}.std .subtitle { padding:0; }.std ol.ol { list-style:decimal outside;padding-left:1.5em; }.std ol.ol li {list-style:decimal outside;}.std ul.disc { list-style:disc outside; padding-left:35px; margin:0 0 10px; }.std dl dt { font-weight:bold; }.std dl dd { margin:0 0 1px; }.std ul,.std ol,.std dl,.std p,.std address,.std blockquote { margin:0 0 1em; padding:0; }.std ul { list-style:disc outside; padding-left:35px; }.std ol { list-style:decimal outside; padding-left:35px; }.std ul ul { list-style-type:circle; }.std ul li { list-style:disc outside; padding-left:0px; }.std ol li { list-style:decimal outside; padding-left:0; margin-bottom:5px}.std ul ul li{ list-style-type:circle; }.std ul ul,.std ol ol,.std ul ol,.std ol ul { margin:.5em 0; }.std dt { font-weight:bold; }.std dd { padding:0 0 0 1.5em; }.std blockquote { font-style:italic; padding:0 0 0 1.5em; }.std address { font-style:normal; }.std b,.std strong { font-weight:bold; }.std i,.std em { font-style:italic; }.bgcinf, .bgcinf em, .bgcinf a {color:#e06d00 !important;}.std table {width:100% !important;}.std table th, .std table td {    border: 1px solid #d9d9d9;    padding: 5px 4px;}.cms-social-discounts .std ol {padding-left:0px;}.cms-social-discounts .std ol ol {padding-left:35px;}/* End Class: std - styles for admin-controlled content *//* start info pages style */#infopages-list {margin-bottom:0px;}#infopages-list li {background: url(../../frontend/Megnor/bgc/en_US/images/bgc_square.jpg) no-repeat 0px 11px; padding: 4px 0;padding-left: 10px;display:block;overflow:hidden;margin-bottom: 4px;}#infopages-list li.parent-ip a {background: url(../../frontend/Megnor/bgc/en_US/images/bkg_cms-menu-arrow-down.png) no-repeat 100% 60%; float: left; width: 96%;}#infopages-list li.parent-ip a.active {background: url(../../frontend/Megnor/bgc/en_US/images/bkg_cms-menu-arrow-up.png) no-repeat 100% 60%;}#infopages-list li.parent-ip .subpages a {background:none; width: 100%;}#infopages-list li.parent-ip a span {display: block;line-height: 16px;}#infopages-list li .subpages {margin-top:5px;margin-left:0px;display:none;overflow:hidden;float:left;}.col-main .sidebar .infopages {display:none;}.col-main .sidebar .block-account {display:none;}.cms-information-summary a.main-infopage1 {color:#e06d00;}.cms-how-to-summary a.main-infopage2, .cms-how-to-summary a.htspage {color:#e06d00;}.cms-how-to-remove-beer-smell-odor a.main-infopage2, .cms-how-to-remove-beer-smell-odor a.beerpage {color:#e06d00;}.cms-how-to-remove-vomit-and-urine-odor a.main-infopage2, .cms-how-to-remove-vomit-and-urine-odor a.odorpage {color:#e06d00;}.cms-how-to-use-earth-friendly-products-carpet-shampoo a.main-infopage2, .cms-how-to-use-earth-friendly-products-carpet-shampoo a.carpetpage {color:#e06d00;}.cms-manufacturer-summary a.main-infopage3, .cms-manufacturer-summary a.manupage {color:#e06d00;}.cms-biokleen a.main-infopage3, .cms-biokleen a.bipage {color:#e06d00;}.cms-earth-friendly-products a.main-infopage3, .cms-earth-friendly-products a.efppage {color:#e06d00;}.cms-sustainable-bamboo-sugarcane a.main-infopage3, .cms-sustainable-bamboo-sugarcane a.bspage {color:#e06d00;}.cms-production-metal-forming a.main-infopage3, .cms-production-metal-forming a.pmfpage {color:#e06d00;}.cms-bgc-clean a.main-infopage3, .cms-bgc-clean a.bcpage {color:#e06d00;}.cms-yaya-marias a.main-infopage3, .cms-yaya-marias a.ympage {color:#e06d00;}.cms-charlies-soaps a.main-infopage3, .cms-charlies-soaps a.cspage {color:#e06d00;}.cms-azure-standard a.main-infopage3, .cms-azure-standard a.acpage {color:#e06d00;}.cms-amflex-plastics a.main-infopage3, .cms-amflex-plastics a.appage {color:#e06d00;}.cms-azure-standard a.main-infopage3, .cms-azure-standard a.acpage {color:#e06d00;}.cms-terminology-summary a.main-infopage4, .cms-terminology-summary a.termpage {color:#e06d00;}.cms-fair-trade-information a.main-infopage4, .cms-fair-trade-information a.fairpage {color:#e06d00;}/* end info pages style*//* Block: Tags */.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; margin-bottom:0px;}.block-tags .block-content a { text-decoration:none; }.block-tags .actions { text-align:right; }.block-tags .actions a { float:none; }.tags-list { display:block;  background: none repeat scroll 0 0 #F6F6F6; border: 1px solid #E3E2E2;padding:10px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px;}.tags-list li { display:inline !important; margin:0 4px 0 0; }.tags-list li a { color:#1b2d3b; }/* end Block: Tags *//* start Block: Layered Navigation */.block-layered-nav {}.block-layered-nav .block-title {}.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; display:none; }.block-layered-nav .block-content {  }.block-layered-nav dt { border-bottom: 1px solid #D5D5D5;font-weight: normal;padding: 0 7px 5px 0; margin-bottom:7px; text-transform:capitalize; font-size:14px; }.block-layered-nav dd { padding:0px 0px 20px;}.block-layered-nav a{ 	background: url("../../frontend/Megnor/bgc/en_US/images/megnor/cat_arrow.png") no-repeat scroll 2px center transparent; padding-left:13px; }.block-layered-nav a:hover{ background: url("../../frontend/Megnor/bgc/en_US/images/megnor/cat_arrow_hover.png") no-repeat scroll 3px center transparent;}.block-layered-nav dd.last { background:none; }.block-layered-nav .currently li { background:#eeeeee; padding:4px 20px 4px 10px; position:relative; z-index:1; line-height:1.5; }.block-layered-nav .currently .label { font-weight:bold;  text-transform:uppercase; display:inline-block; vertical-align:top; }.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }.block-layered-nav .currently .btn-previous,.block-layered-nav .currently .btn-remove { position:absolute; right:5px; top:9px; margin:0;background:url("../../frontend/Megnor/bgc/en_US/images/btn_remove.gif") no-repeat scroll 0 0 transparent; text-indent:-999999px;}.block-layered-nav .currently .btn-previous { right:17px; }.block-layered-nav .actions { font-size:11px; padding:4px 5px 10px 9px; text-align:right; }.block-layered-nav .actions a { float:none; background:none; }#narrow-by-list2 dd {display: none;}.sidebar .block-layered-nav dt span.dtnav {    background: url('../../frontend/Megnor/bgc/en_US/images/AttributeLeaf1.png') no-repeat 0px 2px !important;    overflow: hidden;    display: block;    padding-left: 20px;    float: left;}.sidebar .block-layered-nav dt a.viewln {    text-align: right;    display: block;    overflow: hidden;	float: right;    font-size: 11px;    font-weight: normal;    text-decoration: underline;	padding-left:0px;	background:0px;}.sidebar .block-layered-nav dd li {    clear:both;	margin:0px;}.sidebar .block-layered-nav dt {    display: block;    overflow: hidden;}.block-layered-nav .block-content li a, .block-layered-nav .block-content li a:hover {margin:0px;text-decoration: none;}.products .product-item-info .product-reviews-summary.short .rating-summary {	margin: 0px auto !important;    float: none !important;}.products .product-item-info .product-reviews-summary.short .reviews-actions {	display:none !important;}/* end Block: Layered Navigation *//* start product view style*/.price {    white-space: nowrap !important;    color: #d76808;}.product-essential {background: #f6f6f6; border-radius: 4px; display: flex; padding: 3px; width:100%;position: relative;flex-wrap: wrap;}.product-info-main {width: 49% !important;}.product.media {width: 48.6% !important; margin-right: 15px; margin-bottom:15px; position:relative;}.product.media .fotorama {margin-top: -10px;}.fotorama__stage .fotorama__img {	border: 1px solid #e3e2e2 !important;    border-radius: 5px !important; -webkit-border-radius:5px !important;  -khtml-border-radius:5px !important;  -moz-border-radius:5px !important;}.product-essential .product-name { margin:0 0 10px;  border-bottom: 4px double #D5D5D5;display:block;overflow:hidden;width: 100%;clear:both;}.product-essential .product-name h1 {	float:left; 	width:100%;    color: #e06d00;    margin: 0 0 0px;    padding-bottom: 7px; 	font-size: 16px !important;}#prev-next-links{ float:right; width:60px; }#prev-next-links a{height:30px; width:30px; display:block; margin-bottom:0; text-decoration:none;}#prev-next-links a#link-previous-product{ background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -1px -704px transparent;  float:left;}#prev-next-links a#link-next-product{background:url("../../frontend/Megnor/bgc/en_US/images/sprite2.png") no-repeat scroll -57px -704px transparent; float:right;}#prev-next-links a#link-previous-product:hover{ background-position:-29px -704px; }#prev-next-links a#link-next-product:hover{ background-position:-86px -704px; }#prev-next-links a.noprev, #prev-next-links a.nonext {opacity:0.4;}#prev-next-links a.noprev:hover{ background-position:-1px -704px !important; }#prev-next-links a.nonext:hover{ background-position:-57px -704px !important; }.product-reviews-summary .rating-summary {float:left;margin-right: 10px !important;}.product-reviews-summary .reviews-actions a:not(:last-child) {margin-right: 1px !important;}.product-reviews-summary .reviews-actions {display:block !important;}.product-reviews-summary .reviews-actions {display:block; float:left; margin-top:-2px;position:relative;}.product-reviews-summary .reviews-actions .separator {position: relative;}/* start product popup message style */#discountmsgs-product {	position:absolute;	float: right;	display:none;	width: 250px;	left: -122px;	bottom:18px;}#discountmsgs-product .dmgsinfo {cursor:pointer;}.discountmsgs-product-txt { 	border:3px solid #e06d00;	border-radius:4px;	background:#ffffff;	padding:6px 10px 7px;	margin:0px;	text-align:left;	position:relative;	z-index: 9;	}.discountmsgs-product-txt span {	color: #2f2f2f;	padding:0px;	margin:0px;	display:block;	overflow:hidden;	font-size:13px;	font-weight:normal;}.discountmsgs-product-txt span span{	display:inline;	font-weight:bold;}.discountmsgs-product-cls {	position:absolute;	top:-9px;	right:-8px;	width:15px;	height:15px;	z-index: 9;	text-indent:-9999999px;}.discountmsgs-product-cls a.dmp_close {		width:16px;	height:16px;	overflow:hidden;	background: url('../../frontend/Megnor/bgc/en_US/images/sprite2.png') no-repeat -220px -471px;	float: left;	margin: -9px 0 0 -6px;	padding: 6px;}.discountmsgs-product-pls {	display:inline-block;}.discountmsgs-product-pls a.dmp_plus {	display:none;	text-indent:-9999999px;	width:16px;	height:16px;	background: url('../../frontend/Megnor/bgc/en_US/images/sprite2.png') no-repeat -227px -499px;}.discountmsgs-product-pls span.dmp_pipe {	display:block;}.discountmsgs-product-arrow {	position:absolute;	bottom:-10px;	left:118px;	background: url('../../frontend/Megnor/bgc/en_US/images/sprite2.png') no-repeat -226px -522px;	width:14px;	height:12px;	z-index:0;}/* end product popup message style */.product-info-main .stock.available, .product-info-main .stock.unavailable {	text-transform: none;	font-weight: normal;}.product-options-bottom .price-box .price-container, .product-info-price .price-box .price-container {	font-size: 13px !important;	line-height: 18px;		color: #333;}.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {	font-weight: bold;    color: #d76808;		font-size: 23px !important;}.price-box .price-label-bgc, .price-box .price-label-bgc1 {    font-weight: bold;    color: #333;}.price-box #opt_bellow {	font-weight: normal;    color: #333;}#opt_bellow_bgc a {color: green !important; font-weight:bold !important;}.catalog-product-view .col-content-inner { 	float:none; 	overflow:hidden;}/* start product pack message style */#packmsgs-product {	position:absolute;	float: right;	display:none;	width: 250px;	left: -113px;	bottom:30px;}.packmsgs-product-txt { 	border:3px solid #e06d00;	border-radius:4px;	background:#ffffff;	padding:6px 10px 7px;	margin:0px;	text-align:left;	position:relative;	z-index: 9;	}.packmsgs-product-txt span {	color: #2f2f2f;	padding:0px;	margin:0px;	display:block;	overflow:hidden;	font-size:13px;	font-weight:normal;}.packmsgs-product-txt span span{	display:inline;	font-weight:bold;}.packmsgs-product-cls {	position:absolute;	top:-9px;	right:-8px;	width:15px;	height:15px;	z-index: 9;	text-indent:-9999999px;}.packmsgs-product-cls a.pmp_close {		width:16px;	height:16px;	overflow:hidden;	background: url('../../frontend/Megnor/bgc/en_US/images/sprite2.png') no-repeat -220px -471px;	float: left;	margin: -9px 0 0 -6px;	padding: 6px;}.separator2 {position:relative;padding-left: 5px;}.packmsgs-product-pls {	display:inline-block;}.packmsgs-product-pls a.pmp_plus {	display:block;	text-indent:-9999999px;	width:16px;	height:16px;	background: url('../../frontend/Megnor/bgc/en_US/images/sprite2.png') no-repeat -227px -498px;}.packmsgs-product-pls span.pmp_pipe {	display:block;}.packmsgs-product-pls .pmp_minus {	display:none;	text-indent:-9999999px;	width:16px;	height:16px;	background: url('../../frontend/Megnor/bgc/en_US/images/sprite2.png') no-repeat -209px -498px;}.packmsgs-product-arrow {	position:absolute;	bottom:-10px;	left:118px;	background: url('../../frontend/Megnor/bgc/en_US/images/sprite2.png') no-repeat -226px -522px;	width:14px;	height:12px;	z-index:0;}.packrow {display:inline-flex;}.separator2.separatorbgc2 {float:right !important;padding-left: 6px !important;}/* end product pack message style *//* unit prices */.config-ounces {width:100%;margin-bottom: 13px;}.config-ounces th {background:#eaeaea; padding:1px 6px;border:1px solid #d5d5d5;}.config-ounces td {background:transparent; padding:0px 5px;border:1px solid #d5d5d5;border-top:0px;vertical-align: middle;}.config-ounces td.inner-ounce {border-right:0px;padding-right: 0px;}.config-ounces td .price {color:#333333;}.config-ounces td.inner-ounce img{float:right;margin-bottom: -12px;margin-top: -6px;}.config-ounces td.inner-ounce span {float: left;padding: 0px 0 0;}/* end product view style*/.main-graybox {	padding:12px 14px 2px;background:#e8e8e8;border-radius:4px;display: block; 	box-shadow: 0 0 15px rgba(193, 193, 193, 0.9) inset;	-webkit-box-shadow: 0 0 15px rgba(193, 193, 193, 0.9) inset;	-moz-box-shadow: 0 0 15px rgba(193, 193, 193, 0.9) inset;}.box-tocart .field.qty .input-text.qty {height: 35px;}.wcsocial_bgc {width:100%;padding:0px 0px 0px;overflow: hidden;}.wcsocial_bgc .email-addto-box {width:50%;padding:0px 0px 0px; float:left; text-align:left;}.wcsocial_bgc .socialiconsbgc {width:50%;padding:0px 0px 0px; float:left; text-align:right;}.socialiconsbgc table {float:right;}.socialiconsbgc table tr td{padding: 10px 0px 0px 5px;}.product-social-links {margin-top: 9px;}.email-addto-box .product-social-links .product-addto-links a{color:#000000;}.catalog-product-view .box-tocart {margin-bottom:1px;}/* Tier Prices */.prices-tier.items { margin:0px 0px 12px; padding:6px 10px; background-color:#F6F6F6;  border:1px solid #d5d5d5;}.prices-tier.items li { line-height:1.4;  padding:0px 0 0px 0px; margin: 0px;}.prices-tier.items .benefit { font-style:italic; font-weight:bold;  }.prices-tier.items .price { font-weight:bold;  }/* Data Table */.data-table { width:100%; border:1px solid #E6E6E6; background: #f6f6f6;	 border-radius:3px;	-moz-border-radius:3px;	-webkit-border-radius:3px; }.data-table td.data { border-top:1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6;}.data-table th { padding:5px 8px; font-weight:bold; }.data-table td { padding:5px 8px; }.cms-privacy-policy-cookie-restriction-mode .data-table th{background: none repeat scroll 0 0 #cccccc;border-bottom: 1px solid #FFFFFF;} .data-table thead th { font-weight:bold;padding:7px 8px; color:#555; white-space:nowrap; vertical-align:middle; }.data-table thead th.wrap { white-space:normal; }.data-table thead th a,.data-table thead th a:hover { color:#fff; }.data-table thead th { background:#cccccc; }.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }.data-table tfoot { border-bottom:1px solid #d9dde3; }.data-table tfoot tr.first td {   }.data-table tfoot tr { background-color:#cccccc !important; }.data-table tfoot td { padding-top:5px; padding-bottom:5px; border-bottom:0; border-right:1px solid #ddd; }.data-table tfoot strong { font-size:16px; }/* end Data Table */.catalog-category-view .product-item-info .product-image-photo {margin-top:10px;}.block.review-list .block-title {margin-bottom:10px;}.review-list .block-title strong {font-size:2rem;}.block.review-list .items.review-items .item.review-item .review-title {margin: 0 0 10px;font-size:1.53076968rem;display: inline-flex;width: 100%;}.block.review-list .items.review-items .item.review-item .review-ratings~.review-content, .block.review-list .items.review-items .item.review-item .review-ratings~.review-details {margin-left: 190px;}.block.review-list .review-ratings .rating-label, .block.review-list .customer-review .review-details .customer-review-rating .rating-label {padding-bottom:0px;}.block.review-list .items.review-items .item.review-item .review-details {font-weight:normal;margin-left: 5px;}.block.review-list .items.review-items .item.review-item {padding: 4px 0 10px; margin-bottom: 10px;}/* for reviews desc/read more/less */.desc_bgc {	margin-top: 0px;	line-height: 16px;	height: 47px;	overflow: hidden;           margin-bottom: 0px !important;}.desc_bgc .sprCtrlImg {	display: inline-block;	zoom: 1;	margin-bottom: 2px;    vertical-align: top;    overflow: hidden;}/* end for review desc/read more/less */.review-content.desc {height:34px;}/* Cart Style */.cart.table-wrapper {margin-bottom: 0px;margin-top: 8px;}.cart.table-wrapper .cart thead tr th.col {padding-bottom: 5px;padding-top: 5px;background: #ccc;font-weight: bold;}.cart.table-wrapper .item .col.item {display: inline-flex;padding-bottom:1px !important;}.cart.table-wrapper .product-item-photo {width: auto !important;}.cart.table-wrapper .product-item-details {padding-bottom: 1px !important;}.cart-container .form-cart .actions.main {background: #ccc;display: block;overflow: hidden;padding: 10px;}.cart-container .form-cart .main.actions .action.continue {float:left;}.cart-container .form-cart .main.actions .action.update {float:right;}.cart-container .action.multicheckout {display:none;}.cart-container .checkout-methods-items .action.primary.checkout {padding:14px 12px;font-size: 17px;}.cart-container .cart-summary>.title {font-weight: 400;font-family: 'Open Sans',Arial,Helvetica,sans-serif;}.cart-container .cart-summary .fieldset input.input-text {width:100%;}.cart-container .form-cart {width:100% !important;padding:0px !important;}/* Shopping Cart Collateral boxes */.cart-container .cart-collaterals.cart-summary {width:100%;float:left;position:unset;}.cart-container .cart-collaterals { padding:15px 0 0; }.cart-container .cart-collaterals .col1-set{ width:305px;  float:left;}.cart-container .cart-collaterals .col2-set { width:635px; float:right; }.cart-container .cart-collaterals .col2-set .col-1 { float:left; width:48.5%; }.cart-container .cart-collaterals .col2-set .col-2 { float:right; width:48.5%; }/* Global Messages  */.messages .message {border-style:solid !important; border-width:1px !important;}.messages .message-success {background: #eff5ea !important; color: #3d6611 !important; border-color: #446423 !important;}.messages .message-error {background: #ffebd9 !important; color: #3d6611 !important; border-color: #446423 !important;}.cart-summary .block .item-options .field .radio+.label, .cart-summary .block .item-options .field .radio+.label .price .price {font-weight: bold;}.cart-summary .block #co-shipping-method-form .item-title {margin-bottom:10px;}.minicart-wrapper .block-minicart .subtotal-topd {text-align: center;border-top: none;border-bottom: 1px solid #ccc;margin: 8px 0px 12px;padding-bottom: 3px;}.minicart-wrapper .block-minicart .subtotal {display: inline-flex;font-weight:unset;}.minicart-wrapper .block-minicart .amount.price-container {margin-top: -4px;}.minicart-wrapper .block-minicart .amount.price-container .price-wrapper {margin-left: 8px;}.minicart-wrapper .block-minicart .amount.price-container .price-wrapper .price {font-size: 14px;font-weight: bold;color: #d76808;}.minicart-wrapper .block-minicart .cart_mini_bottom {display: inline-flex;float: right;}.minicart-wrapper .block-minicart .cart_mini_bottom .actions {margin:0px 4px;}.minicart-wrapper .block-minicart .minicart-items-wrapper {margin-top: 6px; max-height: 600px;border-bottom:0px;}.minicart-wrapper .block-minicart .minicart-items .product-item-name a {color: #d76808;}.minicart-wrapper .block-minicart .price-container .price-wrapper .minicart-price .price {color: #d76808;}.minicart-wrapper .block-minicart .minicart-items .product-item-details .product.options {display: block !important;}.minicart-wrapper .block-minicart .minicart-items .product .toggle>span {position:relative !important;}.minicart-wrapper .block-minicart .minicart-items .product.options.list {margin: 0px;padding: 5px 10px 1px;background: #ffffff;position: absolute;margin-top: 3px;z-index: 999;width: 100%;border: 1px solid #ccc;right: 0;overflow: auto;    max-height: 100px;}.minicart-wrapper .block-minicart .minicart-items .product.options.list .label {color: #d76808;margin-bottom: 0.75px;}.minicart-wrapper .block-minicart .minicart-items .product.options span.toggle {padding-bottom: 0px;}.minicart-wrapper .block-minicart .minicart-items .product-item-pricing .details-qty.qty {margin-top: 0px;}.minicart-wrapper .block-minicart .minicart-items li {padding-bottom:1px !important;}.minicart-wrapper .block-minicart .minicart-items li .content {position: relative;}.minicart-wrapper .block-minicart .minicart-items .product-image-wrapper {overflow: visible;} .minicart-wrapper .block-minicart .minicart-items .product-image-wrapper img.product-image-photo {border: 1px solid #ccc;}.minicart-wrapper .block-minicart .minicart-items .product-image-container {width:50px !important;}.header-cart .minicart-wrapper .block-minicart {width: 280px;}.onestepcheckout-index-index .opc-wrapper .step-title {font-family: inherit;}.onestepcheckout-index-index .opc-wrapper .opc-block-summary .items-in-cart>.title strong {font-family: inherit;}.onestepcheckout-index-index .checkout-agreements-block .checkout-agreements .checkout-agreement {border-bottom: 1px solid #ccc;padding: 3px 0px;}.onestepcheckout-index-index .checkout-agreements-block .checkout-agreements .checkout-agreement a {cursor: pointer;}.onestepcheckout-index-index .checkout-agreements-block .checkout-agreements .checkout-agreement a:hover {color: #d76808;}.onestepcheckout-index-index .checkout-agreements-block .checkout-agreements .checkout-agreement a span {font-weight: normal;line-height: 18px;display: block;}#checkout-agreements-modal .checkout-agreements-item-content {height: auto !important;max-height:400px;}.onestepcheckout-index-index .opc-wrapper .minicart-items .product-item-name {font-size:13px !important;}.onestepcheckout-index-index .one-step-checkout-wrapper .mp-4 .minicart-items-wrapper .product-image-container {display: block !important;width: 50px !important;}.onestepcheckout-index-index .one-step-checkout-wrapper .minicart-items-wrapper .data-table .product-item .a-left.product {display: inline-flex;}.onestepcheckout-index-index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {display:inline;}.onestepcheckout-index-index .opc-wrapper .opc-block-summary .product-item .product-item-inner {float:left;margin: 0 0 2.5px;}.onestepcheckout-index-index .opc-wrapper .opc-block-summary .product-item .items-in-cart .product {float:left;}.onestepcheckout-index-index .opc-wrapper .minicart-items .product .toggle>span {position:unset;}.onestepcheckout-index-index .one-step-checkout-wrapper .minicart-items-wrapper #checkout-review-table thead th {padding:5px 0px;}.onestepcheckout-index-index .opc-wrapper .step-title {margin: 0; font-size: 18px; font-weight: 500;}.onestepcheckout-index-index .opc-wrapper .field-tooltip .field-tooltip-action:before {font-size: 17px;}.onestepcheckout-index-index .opc-wrapper .field-tooltip {top: -10px;}.onestepcheckout-index-index .opc-wrapper #customer-email-fieldset .field-tooltip {top: 0px;}.onestepcheckout-index-index .opc-wrapper .fieldset > .checkout-agreement.field.required > .label { white-space: normal;text-overflow: ellipsis;overflow: visible; line-height: 12px;}.onestepcheckout-index-index .opc-wrapper .fieldset > .checkout-agreement.field.required > .label  .action.action-show {display: inline-flex;}.onestepcheckout-index-index .checkout-agreements-block .checkout-agreements .checkout-agreement.required a span {width: 220px;}.onestepcheckout-index-index .checkout-agreements-block .checkout-agreements .checkout-agreement.required {padding: 0px 0px 6px;width: 100%;}.onestepcheckout-index-index .checkout-agreements-block .checkout-agreements .checkout-agreement.required [type=checkbox] + label:before {margin-top: 5px;}/*update css on 4-11-23*/form.ctt-form .legend span {    color: #e06d00;}.page-header .panel.wrapper .call_ship{    float: right;    margin-top: 12px;}/*catalog page changes*/.catalog-category-view .page-main .main .category-view + .toolbar-products .limiter{  margin-left: 0;  display: block;margin-right:5px;}.catalog-category-view .products.wrapper~.toolbar .limiter {    display: none;}.product-item .product-item-details .actions-primary {    display: block;    opacity: unset;    position: unset;}.product-item-info:hover .pro-hover .price-box {    opacity: unset;}.catalog-category-view .page-products .products-grid .product-items {    margin: 0;    display: flex;    flex-wrap: wrap;}.catalog-category-view .grid .product-item .price-box{    margin: 3px 0px 3px;}.catalog-category-view #opt_bellow {display: none;}.catalog-category-view .product-item-details .minimal-price{margin: 0;}.product-item-actions .action.primary.viewoption{    background: linear-gradient(to bottom, #e7e7e7 0%,#949595 100%);    border: 1px solid #949595;    color: #333;}/*product detail page changes*/#product-options-wrapper {    width: 90%;}#product-options-wrapper .field.option .control .qty.qty-holder {    margin-top: 8px;    display: flex;    gap: 10px;    align-items: center;}#product-options-wrapper .field.option .control .qty.qty-holder .label {    margin: 0;}#product-options-wrapper .field.option > .label{    font-weight: bold;    color: #e06d00;    font-size: 14px;}#product-options-wrapper .customization {    margin: 0 0 12px 0;}/*left-side category side bar hove issue*/div.menu .parentMenu.arrow:hover{     color:#E2842B;    background:#e3e3e3;    box-shadow:0 0 3px rgba(51, 51, 51, 0.5);}



/*recaptcha design*/



.captcha .captcha-image .captcha-note strong{



	color: #dd4b39;



}



.captcha .captcha-image .required{



	color: #dd4b39;



}



.captcha .control.captcha-image {



    margin-top: 9.5px;



    position: relative;



    display: flex;



    flex-direction: column;



    width: 100%;



    max-width: 240px;



}



.captcha .control.captcha-image .captcha-img {



    height: 52px;



    border: 1px solid #b6b6b6;



    vertical-align: bottom;



    width: 100%;



}



.captcha .captcha .captcha-image .captcha-reload {



    width: auto;



    height: auto;



    background: url('../../frontend/Megnor/bgc/en_US/images/reload.png') no-repeat center center;



    text-indent: -9999px;



    overflow: hidden;



    white-space: nowrap;



    border: 0;



    position: absolute;



    top: 0;



    right: 4px;



}



.ctt-form .fieldset .field.captcha{



	margin: 0;



}



.cms-feedback .mainncontent > .fieldset, .cms-questions .mainncontent > .fieldset, .cms-product-questions .mainncontent > .fieldset, .cms-inquiries .mainncontent > .fieldset {



	margin: 0;



}



/*minicart fixing*/



#minicart-content-wrapper .minicart-items-wrapper .product .product-item-pricing {



    display: flex;



    flex-direction: row-reverse;



    float: left;



    align-items: baseline;



}



.minicart-wrapper .block-minicart .minicart-items .product-item-pricing .details-qty.qty {



    margin: 0;



}



#minicart-content-wrapper .minicart-items-wrapper .product .details-qty label {



    display: none;



}



.minicart-wrapper .block-minicart .minicart-items .product-item-pricing .details-qty .item-qty {



    margin: 0;



    padding: 0;



    width: 18px;



    height: 18px;



    background: transparent;



    border: 0;



}



.minicart-wrapper .block-minicart .minicart-items .product-item-pricing .details-qty.qty:after {



    content: 'x';



    margin: 0 8px 0 0;



    font-size: 15px;



}



.minicart-wrapper .block-minicart .minicart-items div.product .actions .primary a::before{



	content: '';



	background: url('../../frontend/Megnor/bgc/en_US/images/btn_edit.gif') transparent no-repeat;



	width: 11px;



	height: 11px;



}



.minicart-wrapper .block-minicart .minicart-items div.product .actions .primary{



	margin: 0 8px 0 0;



}



.minicart-wrapper .block-minicart .minicart-items div.product .actions .secondary a::before{



	content: '';



	background: url('../../frontend/Megnor/bgc/en_US/images/btn_remove.gif') transparent no-repeat;



	width: 11px;



	height: 11px;



}



.block #minicart-content-wrapper .block-content li {



	border: 1px solid #e3e2e2;



    border-radius: 5px;



    padding-left: 8px;



}



/*Amasty search product button changes */



.amsearch-item.product-item .viewoption{



    background: linear-gradient(to bottom, #e7e7e7 0%,#949595 100%) !important;



    border: 1px solid #949595;



    padding: 6px 12px !important;



}



.amsearch-item.product-item .viewoption:hover {



	background: linear-gradient(to bottom, #949595 0%,#e7e7e7 100%) !important;



}



.amsearch-item.product-item .viewoption span{



	color: #333 !important;



}











/*********** search page design *********/







#paging-label {



    clip: inherit;



    height: auto;



    position: static;



    font-weight: normal;



  }



  .toolbar-products .pages {



    display: inline;



    float: right;



    margin: 0;



  }







  .action.sorter-action {



    display: none;



  }







  .catalogsearch-result-index .amsearch-related-terms > .amsearch-title {



    margin: 0 10px 0 0;



    width: auto;



    font-weight: 700;



  }



  .catalogsearch-result-index .amsearch-related-terms {



    display: flex;



    flex-wrap: inherit;



    margin: 10px 0 10px 0;



    justify-content: flex-start;



  }



  .catalogsearch-result-index .amsearch-related-terms > .amsearch-item {



    margin: 0;



    padding: 0 5px 0 0;



    border-radius: 0;



    background: transparent;



    color: #252525;



  }



  .catalogsearch-result-index .amsearch-related-terms > .amsearch-item::after {



    content: ",";



  }



  .catalogsearch-result-index .amsearch-related-terms > .amsearch-item:nth-last-child(1):after{display:none;}







  .products.wrapper ~ .toolbar-products .pages{float: right;}



  .limiter-text {



    display: none;



  }



/*  .page-products .toolbar .pager_right .sorter{display: none;}*/



.page-products .toolbar .pager_right .pages {



    display: block;



}

.pager .modes{margin-right:0;}

.page-products .sorter{display:none;}



  .page-products .toolbar .pager_right .limiter {



    display: block;



  }



  .products.wrapper ~ .toolbar-products .modes, .products.wrapper ~ .toolbar-products .toolbar-amount{display: inline-block;}



  .pager_right .limiter-options {



    height: 30px;



    border: solid 1px #ddd;



    position: relative;



    width: 48px;



    padding: 0 0 0 4px;



    text-align: left;



    border-radius: 3px;



    -moz-border-radius: 3px;



    box-shadow: none;



    box-shadow: none;



    background: url(../../frontend/Megnor/bgc/en_US/images/arrow-down.png)no-repeat scroll transparent;



    background-position-x: 0%;



    background-position-y: 0%;



    background-position: right 8px center;



  }







  /******** cart page ***********/







  .block.crosssell{float: left;}



  .cart-totals, .opc-block-summary .table-totals {



    border: none;



    padding: 15px;



  }







  .cart-totals, .opc-block-summary .table-totals {



    border-top: 1px solid #ccc;



    padding-top: 10px;



    border: none;



    padding: 15px;



  }







  .cart-container .cart-collaterals .col2-set .col-2, #block-discount, #block-shipping {



    background: #f6f6f6;



    border: 1px solid #E3E2E2;



    margin-bottom: 27px;



    border-radius: 3px;



    -moz-border-radius: 3px;



    -webkit-border-radius: 3px;



    box-sizing: border-box;



  }



  #block-discount, #block-shipping{padding:15px;}



  #block-discount .title, #block-shipping .title {



    border: none;



    padding: 0;



    position: relative;



  }



  .cart-summary .block > .title::after{top:3px;}







  .cart-totals tbody .mark, .cart-totals tfoot .mark {



    text-align: right;



  }



  .cart-summary .checkout-methods-items .item{



    background: #ccc;



    padding: 7px 20px;



    text-align: center;



    border-top: 1px solid #fff;



    margin: 0;



  }



  .cart-summary .checkout-methods-items .item:nth-last-child(1) {



    display: none;



  }



  .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark,



  .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount



  {border:none;}



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



  .cart-summary .block .content{padding:0;}



  .grid .product-item .price-box{min-height: 50px;}







  /*************** checkout css ***********/







  .osc-authentication-wrapper {



    padding-left: 10px;



    font-weight: bold;



    color: #e06d00;



  }



  .osc-authentication-wrapper a {



    font-weight: bold;



    color: #e06d00;



    text-decoration: underline;



  }



  .opc-block-summary .items-in-cart .product{z-index: 0;}











  /**************** search css ***********/







  #loader {



    position: absolute;



    right: 90px;



    top: 10px;



  }



  #loader img{



  	width: 25px;



    height: 25px;



  }



  



  @media only screen and (max-width: 767px){



    .pager_right {



        display: flex;



        width: 100%;



        margin-top: 10px;



        float: left;



        padding-left: 10px;



      }



      .toolbar-products .pages{float: left;}



      #paging-label{display: none;}



      .pages .item .page, .pages .item .action{width:23px;height:23px;line-height: 23px;}



      .page-products .pager_right .sorter{margin:0;}



      .catalogsearch-result-index .amsearch-related-terms{flex-wrap: wrap;}



      .pager_right .pages {



        margin-right: 10px;



      }







      .col-content-inner{float: left;width: 100%;box-sizing: border-box;}



      .cart-summary .checkout-methods-items{padding:0;}



      .cart-container .cart-collaterals .col2-set .col-2, .cart-container .cart-collaterals .col2-set .col-1, .cart-container .cart-collaterals .col2-set



      {width: 100%;}



      .cart-container .form-cart .main.actions .action.update {



        float: left;



        margin-top: 10px;



      }



      .catalog-product-view .product.media{margin-right: 0;}

      .page-header .panel.wrapper .form-search .search-autocomplete{top:53px !important;}



  }







  @media only screen and (max-width: 479px){



    .grid .product-item .price-box{min-height: auto;}



  }



 /*cart button adjusting css*/



.checkout-cart-index .cart.main.actions .bck-btns {



    display: flex;



    gap: 10px;



    float: left;



}



.checkout-cart-index .cart.main.actions .continue-btns {



    display: flex;



    gap: 10px;



    justify-content: end;



}



.checkout-cart-index .cart.main.actions .continue-btns .continue {



    display: none;



}







.checkout-index-index .benefits-shipping {



    color: #e06d00;



    font-size: 12px;



    margin: 0 0 0 5px;



    font-weight: 600;



    letter-spacing: 0.25px;



}



.checkout-cart-index #shipping-zip-form button.action.apply.primary.getquote {



    margin-bottom: 10px;



}







.amsearch-products .amasty-xsearch-block-header{



	padding:0 0 0 10px !important;



}



.amsearch-results .header-search .amsearch-more-results {



    width: auto;



    float: right;



    padding: 0 10px 0 0;



}



.amsearch-results .header-search .amasty-xsearch-block-header {



    width: auto;



    float: left;



    font-size: 14px;



}



.amsearch-results .header-search {



    display: inline-block;



    width: 100%;



}



/* @Dstyle */



table#my-reviews-table th.col {



    background: #ccc;



}



#advancedmenu .block-content #menu{display: none;}



.catalog-product-view .product.media{order:-1;}







/************* view cart css *************/







.cart.table-wrapper .product-item-name{font-size:14px;margin:-3px 0 5px;}



.cart.table-wrapper .product-item-name a{font-size:14px;color:#e06d00;}



.item-info .item-options dt {



  color: #e06d00;



  font-size: 13px;



}



.item-info .item-options dd {



  font-size: 13px;



}



.cart.table-wrapper td .price {



  font-size: 13px;



  font-weight: normal !important;



}



.cart.table-wrapper th.price {



  color: #333;



}



.cart-summary .block .title strong {



  font-weight: 600;



  font-size: 18px;



}



.cart-summary .block > .title {



  margin-bottom: 15px;



}



.cart-summary .block .fieldset .field > .label {



  font-weight: 400;



}



.cart-totals .grand strong, .opc-block-summary .table-totals .grand strong {



  font-size: 18px;



}

.opc-block-summary .table-totals .grand .amount{padding-left: 5px;}



.cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark{padding-right: 0;}



.cart-totals .grand th strong::after {



  content: ":";



}



.product-image-wrapper{border:none;}



.cart.table-wrapper .cart thead tr th.col.edit, .cart.table-wrapper .cart tbody td.col.edit{text-align: center;}



.cart.table-wrapper .cart tbody td.col.edit a{text-decoration: none;font-size: 13px;}











/************* mini cart css **********/







.minicart-items-wrapper {



	scrollbar-width: thin;



	scrollbar-color: #b0b7c4 #ddd;



	}



	.minicart-items-wrapper::-webkit-scrollbar {



		width: 5px;



		height: 5px;



		border-radius:0;



	}



	.minicart-items-wrapper::-webkit-scrollbar-track {



	background-clip: content-box;



	border: 2px solid transparent;



	}



	.minicart-items-wrapper::-webkit-scrollbar-thumb {



	background-color: #b0b7c4;



	}



	.minicart-items-wrapper::-webkit-scrollbar-thumb:hover {



	background-color: #e67200;



	}



	.minicart-items-wrapper::-webkit-scrollbar-corner, .minicart-items-wrapper::-webkit-scrollbar-track {



	background-color: #ddd;



	}







/******** blog page design *********/







  /* .post-info.clear {



    display: none;



  } */



  .post-content .posted-text {



    font-weight: 400;



    font-style: italic;



  }



  .post-view .post-content .post-info.clear{display: flex;}



  .item.post-posed-date {



    margin: 0 5px;



  }



  .col-content-inner .post-content .dash, .col-content-inner .post-content .item.post-author, .col-content-inner .post-content .item.post-categories, .col-content-inner .post-content .item.post-posed-date .label {



    display: none;



  }



  



  .post-meta.details {



    font-style: italic;



    color: #333;



    font-weight: 400;



  }



  .post-list .post-content .post-read-more{display:none;}



  .post-list .blog_inner {



    margin-bottom: 20px;



    border-bottom: 2px solid #ddd;



  }



  #maincontent .widget.blog-search{box-sizing: border-box;}



  



  #maincontent .widget.blog-search .action.search > span {



    position: static;



    overflow: visible;



    margin: 0;



    width: auto;



    height: auto;



    display: flex;



    align-items: center;



  }



  #maincontent .widget.blog-search .action.search::before{display:none;}



  #maincontent .blog-search .actions .action.search {



    background: linear-gradient(to bottom, #e88a00 0%,#d85100 100%);



    right: 0;



    padding: 6px 8px;



    border-radius: 3px;



    position: static;



    border: 1px solid #c63622;



    box-sizing: border-box;



    color:#fff;



    font-size:13px;



    font-weight: bold;



  }



  #blog_search_mini_form {



    display: flex;



  }



  #maincontent .widget.blog-search input{height: 35px;}



  #maincontent #blog_search_mini_form .field.search {



    margin-right: 2px;



  }



  #maincontent .blog-search .actions .action.search:hover {



    background: linear-gradient(to bottom, #d85100 0%,#e88a00 100%);



  }



  #maincontent .widget.block ul, #maincontent .widget.block li, #maincontent .widget.block .item {



    margin: 0;



    padding: 0;



    box-sizing: border-box;



  }



  #maincontent .widget.block li, #maincontent .widget.block .item {



    background: none;



    overflow: hidden;



    padding: 0;



    width: 100%;



    border-bottom: 1px solid #ddd;



  }







  #maincontent .widget.block li a, #maincontent .widget.block .item a {

    text-decoration: none;

    font-weight: normal;

	font-size: 14px;

    color:#e06d00;



  }



  .blog-post-view .page-title-wrapper {



    display: none;



  }



  .col-content-inner .post-view .post-content h2 a {



    margin: 20px 0 0;



    margin: 0;



    font-size: 20px;



    color: #e06d00;



    text-align: left;



    text-transform: capitalize;



    text-decoration: none;



  }



  .blog-index-index .post-info.clear {



    display: flex;

    font-weight: normal;



  }







/************* Menu css **********/







.mega_menu .block-content div.menu:hover, .mega_menu .block-content div.menu.active {



  border-radius: 0;



  box-shadow: none;



  background: none;



  background: #fff;



  border-bottom: 1px solid #d5d5d5;



}



.mega_menu .block-content div.menu.parent-arrow::after {



  background: #fff;



  content: "";



  height: 100%;



  width: 2px;



  display: block;



  position: absolute;



  right: 0px;



  top: 0px;



  opacity: 0;



}



.mega_menu .block-content div.menu.parent-arrow:hover::after, .mega_menu .block-content div.menu.parent-arrow.active::after {



  opacity: 1;



}



.mega_menu .block-content .parent-arrow:hover .arrow, .mega_menu .block-content .active .arrow{background:none;box-shadow: none;}



#advancedmenu .block-content > li {



  margin: 0;



}



.mega_menu .block-content div.menu:hover a, .mega_menu .block-content div.menu.active a {



  color: #e06d00;



/*  font-weight: bold;*/



}



body .products.wrapper .list-left .product-reviews-summary {



  margin: 10px 0 10px 0;



  text-align: center;



  display: flex;



  justify-content: center;



}



.grid .product-item-name {



  width: 100%;



  text-align: center;



}



.product-item .product-reviews-summary .reviews-actions{display: none !important;}



.product-item .price-box #opt_bellow{display:none;}

.product-item .price-box #opt_bellow_bgc, 
.catalog-category-view #search_autocomplete .product-item .price-box #opt_bellow_bgc{display: none;}
.catalog-category-view .product-item .price-box #opt_bellow_bgc{display: inline;}



.block.related .related-available .product-item-name{margin-left:0;}











@media only screen and (max-width: 767px) {



  .cart.table-wrapper thead, .cart.table-wrapper .col.edit{display:none;}



  .cart.table-wrapper .edit-text-products a{text-decoration: none;font-size: 13px;}



}







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



  .cart.table-wrapper .edit-text-products{display:none;}



}



#advancedmenu .menu.parent-arrow.active .parentMenu.arrow{



	box-shadow: none;



}



#advancedmenu .menu.parent-arrow.active a{



	color: #E2842B;



}



.page-header .panel.wrapper .form-search button.viewoption:hover{



	background: linear-gradient(to bottom, #949595 0%,#e7e7e7 100%) !important;



}



.mega_menu .block-content li{margin: 0;}



.customer-account-create .form-create-account .actions-toolbar:before {display: none;}



.column.main .opc-block-summary .product-item .a-left.product {float: left;}



.blog-index-index .page-title-wrapper {



    display: none;



}



/*menu second category hover fixing*/



#advancedmenu .megnor-advanced-menu-popup .itemMenu a:hover span{



	color: #E2842B;



/*    font-weight: bold;*/



}



.viewoption {



	border-radius: 3px;



}



.viewoption:hover{



	background: linear-gradient(to bottom, #949595 0%,#e7e7e7 100%) !important;



}







/*********************** Checkout page **********************/







.onestepcheckout-index-index .page-main .opc-wrapper.one-step-checkout-wrapper [type="radio"] + label::after, .opc-wrapper.one-step-checkout-wrapper #checkoutSteps [type="radio"] + label::before{



  margin:7px 0 0 0;



}







#checkoutSteps [type="checkbox"] + label::before, .one-step-checkout-wrapper #checkoutSteps [type="checkbox"]:not(.filled-in) + label::after{margin-top: 5px;}



.opc-wrapper .form-discount{margin:0;float: left;width: 100%;}



.opc-wrapper #discount-code {



  padding: 0 0 5px 0;



  margin: 0;



  height: auto;



}







.opc-wrapper .checkout-payment-method .payment-option-title{padding:10px 0;}



.opc-wrapper .checkout-payment-method .payment-option-content{padding:0;}



.opc-wrapper .checkout-payment-method .payment-method-title{border-top:0;border-bottom: 1px solid #ccc;}



.opc-wrapper .checkout-payment-method .payment-method:nth-last-child(1) .payment-method-title {



  border: none;



}



.opc-wrapper #opc-sidebar .order-summary.hoverable .step-title{padding: 10px 10px 10px 10px;border: none;}



#opc-sidebar .opc-block-summary .items-in-cart > .title{border-top:1px solid #ccc ;}



.opc-wrapper .fieldset{margin:0 -10px 0;}



.opc-wrapper .field .control.input-field .label{margin:0;}



.opc-wrapper .field.street .field:first-child .label{height: auto;}



.opc-wrapper .fa.fa-check-circle {



  margin: 0 5px 0 0;



}



#co-place-order-area .osc-place-order-wrapper .checkout-agreements-block #co-place-order-agreement .fieldset .terms-and-condition-div{display: flex;align-items: center;}











/* ===== Scrollbar CSS ===== */



  /* Firefox */



  #checkout-agreements-modal .checkout-agreements-item-content {



    scrollbar-width: thin;



    scrollbar-color: #49444b #eae6e6;



  }







  /* Chrome, Edge, and Safari */



  #checkout-agreements-modal .checkout-agreements-item-content::-webkit-scrollbar{



    width: 10px;



  }







  #checkout-agreements-modal .checkout-agreements-item-content::-webkit-scrollbar-track{



    background: #eae6e6;



  }







  #checkout-agreements-modal .checkout-agreements-item-content::-webkit-scrollbar-thumb{

	/*    background-color: #49444b;*/

	background-color: #919191;

    border-radius: 10px;

    border: 10px none #ffffff;

  }



  #checkout-agreements-modal .checkout-agreements-item-content::-webkit-scrollbar-thumb:active,

  #checkout-agreements-modal .checkout-agreements-item-content::-webkit-scrollbar-thumb:hover{

  	background-color: #49444b;

  }

  .modal-popup.agreements-modal .modal-header {



    padding-bottom: 0;



    padding-top: 0;



  }







  .modal-popup.agreements-modal .modal-footer {



    margin-top: auto;



    padding-bottom: 10px;



    padding-top: 10px;



  }



  .modal-popup.agreements-modal .action.secondary.action-hide-popup {



    margin: 0;



  }



  .modal-popup.agreements-modal.modal-slide .action-close {



    padding: 0;



    width: auto;



    right: 7px;



    top: 8px;



  }







  .opc-wrapper #checkoutSteps .step-content{padding:0;}



  #co-payment-form .fieldset {



    margin: 0;



  }











  /************ my account dashboar css ****/







  .page-layout-2columns-left .sidebar-main{clear:left;}











@media only screen and (max-width: 1233px) and (min-width: 768px){



  #mb-ajaxsuite-popup-wrapper{width:50%;}



}



.nav-container #advancedmenu .custom_link li a:hover {



	background: url('../../frontend/Megnor/bgc/en_US/images/menu_saprator.png') no-repeat scroll right center transparent;



	color: #333;



}



.nav-container #advancedmenu .custom_link li .megnor-advanced-menu-popup_inner li a {



	font-weight: unset !important;



}



.nav-container #advancedmenu .custom_link li .megnor-advanced-menu-popup_inner li a:hover{



	background: unset;



	color: #E2842B;



}



.nav-container #advancedmenu .custom_link li .megnor-advanced-menu-popup_inner li:hover{



	background: unset;



}



.nav-container #advancedmenu .custom_link li:not(:first-child):hover{



	background: linear-gradient(to bottom, #949595 0%,#e7e7e7 100%);



}

#brand-carousel{

	padding: 0 20px;
    box-sizing: border-box;
    margin: 0;

}

.footericons .owl-controls .owl-nav .owl-prev:hover {

    background-position: -208px -290px;

}

.footericons .owl-controls .owl-nav .owl-next:hover {

    background-position: -238px -290px;

}



/*********** new products design *********/

.pro-hover{position: absolute;bottom: 0px;left: 0;margin: 0 auto;padding: 15px;}

.products.wrapper.grid .product-item-details{position:static;padding-bottom: 130px;}

.block.widget .product-item-info{min-height: 350px;margin:5px 6px;}



/*********** header css ***/

.tm_headerlinkmenu .last span {

  margin-right: 5px;

}

.sidebar .block-layered-nav dt{

  background: url('../../frontend/Megnor/bgc/en_US/images/AttributeLeaf1.png') no-repeat 0px 2px !important;

  overflow: hidden;

  display: block;

  padding-left: 20px;

}



/*********** cart page *****************/

.block.crosssell {

  float: left;

  width: 100%;

}



.table-wrapper .grand.totals td {

  width: 87px;

}

#prev-next-links{display:none;}



/*********** wishlist page css **********/

.wishlist-index-index .products-grid.wishlist .product-item-info{

  min-height: 500px;

}

.wishlist-index-index .products-grid.wishlist .product-item .price-box {

  margin: 0;

  padding: 10px;

}

.wishlist-index-index .products-grid.wishlist .product-item-name a{color:#d76808;}

.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {

  padding: 9px;

  font-weight: bold;

}

.wishlist-index-index .form-wishlist-items li .product-item-actions{margin:0;}

.wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty {

  padding-right: 0;

  margin: 0;

}

.wishlist-index-index .products-grid.wishlist .product-item .fieldset{display: flex;margin:0;align-items: flex-start;}

.wishlist-index-index .products-grid.wishlist .product-item .fieldset label{display: none;}

.wishlist-index-index .product-item-info:hover .product-item-inner{display: block;}

.wishlist-index-index .products-grid .product-items {

  margin: 0 -5px;

}

#wishlist-sidebar #opt_bellow_bgc {

  display: none;

}



.block.block-wishlist .actions-toolbar .primary {

  float: right;

}

.block.block-wishlist .actions-toolbar{text-align: right;}

#wishlist-sidebar .product-image-container{width:45px !important;}



/*addtional whishlist design update*/

.wishlist-index-index .box-tocart .action.tocart span {

	font-size: 13px;

}

.wishlist-index-index  .products-grid.wishlist .product-item .box-tocart .stock {

	margin: 8px 0 0;

	color: #d83820;

    font-weight: 700;

    font-size: 12px;

}

.wishlist-index-index .product-item .product-reviews-summary .rating-summary {float: unset;}

.wishlist-index-index .product-reviews-summary{height: 20px}

/******** mini cart css ********/

.minicart-items-wrapper .product {

  display: flex;

  align-items: flex-start;

}





/********** Checkout order summery css ************/



#opc-sidebar.order-summary-expand {

  padding-top: 0;

  position: absolute;

  width: calc(100% - 36.8%);

  right: 25px;

}

#checkoutSteps {

  position: relative;

}

#opc-sidebar.order-summary-expand {

  padding-top: 0;

}

#opc-sidebar.order-summary-expand .opc-block-summary .product-item .product-item-name{white-space: normal;}

#opc-sidebar.order-summary-expand .opc-block-summary .items-in-cart .product{/*display: block;*/}

/*.opc-wrapper #opc-sidebar .order-summary.hoverable #toggleButton::before {

  content: "";

  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;

  position: absolute;

  right: 10px;

  top: 8px;

  width: 25px;

  height: 25px;

  background: #e06d00;

  border-radius: 100%;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  display:none;

}*/

.opc-wrapper #opc-sidebar .order-summary.hoverable #toggleButton::before {

    content: "";

    webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 14px;

    line-height: 15px;

    color: inherit;

    content: '\e622';

    font-family: 'Luma-Icons';

    margin: 0;

    vertical-align: middle;

    display: inline-block;

    font-weight: normal;

    overflow: hidden;

    speak: none;

    text-align: center;

    position: absolute;

    right: 0;

    top: 0;

    width: 20px;

    height: 20px;

    background: #e06d00;

    border-radius: 100%;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    transform: rotate(90deg);

}

.opc-wrapper #opc-sidebar.order-summary-expand .order-summary.hoverable #toggleButton::before{

	transform: rotate(270deg);

}

.opc-wrapper #opc-sidebar .order-summary.hoverable #toggleButton {

    background: none;

    border: none;

    box-shadow: none;

    padding: 0;

    font-size: 0;

    width: 24px;

    height: 26px;

    float: right;

    overflow: visible;

}



.popup-authentication .modal-inner-wrap .content-login-ght{display: none;}

.popup-authentication .block.block-new-customer, .popup-authentication .block.block-customer-login{min-height: auto;}

.modal-popup.popup-authentication .modal-header{padding-top: 5px;}

.modal-popup.popup-authentication.modal-slide .action-close {

  padding: 10px 10px;

}



.order-summary .opc-block-summary .minicart-items-wrapper{max-height:370px !important;}

#opc-sidebar.order-summary-expand #co-place-order-area {

  max-width: 375px;

  float: right;

  margin-top: 16px;

}



@media (max-width: 991px) and (min-wdith:768px){

  #opc-sidebar.order-summary-expand #co-place-order-area{max-width: 475px;}

}

@media (max-width: 1020px){

  #opc-sidebar.order-summary-expand {

    padding-top: 0;

}

#opc-sidebar.order-summary-expand {

  position: static;

  top: 0;

  right: 25px;

  width: 100%;

  z-index: 9;

}

.opc-wrapper #opc-sidebar .order-summary.hoverable #toggleButton{display:none;}

}



@media (max-width: 767px){

  #opc-sidebar.order-summary-expand #co-place-order-area{width:100%;max-width:100%;}

}



/*********** grid page css **********/

.product-item .minimal-price-link span {

  font-size: 12px;

}

.product-item .minimal-price-link{text-decoration: none;display: flex;justify-content: center;align-items: center;}

.product-item .price-box .minimal-price-link .price-label{display:inline-block;}

.checkout-index-index .block-customer-login .form-login .actions-toolbar .action-login .ripple {

    display: none;

}

.checkout-index-index .block-customer-login .form-login .actions-toolbar .secondary {

    padding: 6px 0 0 0;

    float: left;

}

.checkout-index-index .block-customer-login .form-login .actions-toolbar .action-login.secondary {

    padding: 7px 12px;

}



.products-crosssell .owl-controls .owl-nav .owl-next {

  right: calc(49% - 175px);

  top: -27px;

}

.products-crosssell .owl-controls .owl-nav .owl-prev {

  right: calc(50% - 150px);

  top: -27px;

}



/*********** listing page design ********/



/* .page-products .column.main .product-item {

  padding: 0;

  margin:0;

}

.col-content-inner .page-title-wrapper {

  margin-bottom: 10px;

}

.page-products .products-grid .product-items{display: flex;gap:10px;flex-wrap: wrap;} */

.product-item-info{padding:0 5px;}

.products.list-grid{padding:5px;}

.catalog-category-view .page-title-wrapper h1.page-title{margin:0;}

/*to remove the success message from the product detail page */

.catalog-product-view .page.messages .messages .message-success{display: none !important;}

.one-step-checkout-wrapper .hoverable{background:#f0f0f0;}

.opc-block-summary .items-in-cart .product{display: block;}

.opc-block-summary .table-totals tr th strong::after, .opc-block-summary .table-totals tr.totals.sub th:after {

  content: ":";

  margin-left: 2px;

}

.opc-block-summary .table-totals tr th span.label:after{

	content: ":";

	display: none;

}

.column.main .opc-block-summary #checkout-review-table .product-item .a-left.product {

  min-width: 345px;

}



.note-msg {

  border-color: #e76500;

  background-color: #faebe7;

  background-image: url(https://bulkgreencleaners.com/skin/frontend/default/bgc/images/i_msg-note.gif);

  color: #e76500;

  border-style: solid !important;

  border-width: 1px !important;

  background-position: 10px 9px !important;

  background-repeat: no-repeat !important;

  min-height: 24px !important;

  padding: 8px 8px 8px 32px !important;

}





/************ Recently view products design *********/





.block-viewed-products-grid.block.widget .product-item-info {

  min-height: auto;

  margin: 5px 6px;

  display: flex;

}

#maincontent .block-viewed-products-grid.widget.block li a{color: #666;font-size:13px;}

#maincontent .widget.block li a:hover{color:#d85100;}

.sidebar .block-viewed-products-grid .product-items .product-item-name {

  overflow: visible;

  text-overflow: inherit;

  white-space: normal;

}

.sidebar .block-viewed-products-grid .product-items .product-item-actions{display:none;}

.sidebar .block-viewed-products-grid .product-item-photo {

  height:50px;

}



#maincontent .sidebar .block-viewed-products-grid .product-item-info .product-image-photo{margin:0;}





/********** layer navigation design*************/



.sidebar .block-layered-nav #narrow-by-list2 dt {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.block-layered-nav #narrow-by-list2 a.button-class{background:none;font-size:11px;}



.cart-container .cart.table-wrapper .product-item-photo{border:1px solid #e2e2e2;height: fit-content;}

/************ detail page css *******/

@media (min-width: 768px){

  .product.info.detailed .product.data.items > .item.content{

    height: 0;

    opacity: 0;

    overflow: hidden;

    display: inline-block !important;

  }



  



  .product.info.detailed .product.data.items > .item.title.active + .content {

    height: auto;

    opacity: 1;

    overflow: visible;

  }



  .product.info.detailed.product-custom-bottom-tab .product.data.items > .item.title.active + .content{

    height: 400px;

    overflow-y: auto;

    scrollbar-width: thin;

    scrollbar-color: #b0b7c4 #ddd;

  }



  

  .product.info.detailed.product-custom-bottom-tab .product.data.items > .item.title.active + .content::-webkit-scrollbar {

  

      width: 5px;

  

      height: 5px;

  

      border-radius:0;

  

    }

  

    .product.info.detailed.product-custom-bottom-tab .product.data.items > .item.title.active + .content::-webkit-scrollbar-track {

  

    background-clip: content-box;

  

    border: 2px solid transparent;

  

    }

  

    .product.info.detailed.product-custom-bottom-tab .product.data.items > .item.title.active + .content::-webkit-scrollbar-thumb {

  

    background-color: #b0b7c4;

  

    }

  

    .product.info.detailed.product-custom-bottom-tab .product.data.items > .item.title.active + .content::-webkit-scrollbar-thumb:hover {

  

    background-color: #e67200;

  

    }

  

    .product.info.detailed.product-custom-bottom-tab .product.data.items > .item.title.active + .content::-webkit-scrollbar-corner, .product.info.detailed.product-custom-bottom-tab .product.data.items > .item.title.active + .content::-webkit-scrollbar-track {

  

    background-color: #ddd;

  

    }



}

/*remove bundle product summary in product detail page changes*/

.catalog-product-view .bundle-options-container .bundle-summary {display: none;}

.product-item .product-item-inner .towishlist span {font-size: 0;}



/*blog page leaf adding to the categories */

.block-categories .accordion li, .block-recent-posts .item, .block-archive .item{

  background: url('../../frontend/Megnor/bgc/en_US/images/AttributeLeaf1.png') no-repeat 0px 5px !important;

  overflow: hidden;

  display: block;

  padding: 6px 0 6px 20px !important;

}

.block-categories .accordion li a, .block-recent-posts .item a, .block-archive .item a {

  color: #333 !important;	

}

.block-categories .accordion li:hover a, .block-recent-posts .item:hover a, .block-archive .item:hover a {

	color: #e06d00 !important;

}

#maincontent .widget.block li:last-child, #maincontent .widget.block .item:last-child {

    border: 0;

}

.loading_img .flexslider .slides .lazyload.loaded {

    max-height: 310px;

}



/*fix the menu drop down slider issue at checkout page */

.checkout-index-index .mega_menu .block-content{

	position: absolute;

}



/*decrease bottom space of product box in frequently asked & mighlike product detail page*/

.catalog-product-view .detailed .content .products.wrapper.grid .product-item-details {

	padding-bottom: 20px;

}



/*alignment of text in the sign in popup at checkout page */

.checkout-index-index .block-authentication .input-field input:valid ~ label,

.checkout-index-index .block-authentication .input-field input:focus ~ label, 

.checkout-index-index .block-authentication .input-field input.active ~ label

 {

	transform: translate(-9%, -55%) scale(0)

}



/*remove extra bottom line at the end of the page in checkout */

.checkout-index-index #checkout + .messages {

    display: none;

}

.checkout-index-index .messages li.success-msg {

    color: #3d6611;

    font-size: 13px;

    border: 1px solid #446423;

    margin: 0 0 10px !important;

    padding: 8px 8px 8px 32px;

	background-image: url(../../frontend/Megnor/bgc/en_US/images/i_msg-success.gif);

	background-position: 10px 9px;

    background-repeat: no-repeat;

}



/*issue with the view cart button click at mini cart */

.block-minicart .cart_mini_bottom #top-cart-btn-viewcart .ripple{

	display: none;

}



/*duplicate coupon code at cart page and checkout page */

.checkout-cart-index #cart-totals .totals .title + .discount, 

.checkout-index-index .order-summary.hoverable  .totals .title + .discount,

.checkout-cart-index #cart-totals .shipping .label  {

    display: none;

}



/*fix pagination at cart page */

@media (min-width:768px){

	.checkout-cart-index  .cart-products-toolbar .pager .pages .pages-items{

		    width: auto;

	    	min-width: auto;

	}

	.checkout-cart-index  .cart-products-toolbar .pager .pages{

	/*	margin-bottom: 17.75px;*/

		margin: 0;

	    float: right;

	    padding: 6px 0;

	}

	    

	.checkout-cart-index .table-wrapper .cart-products-toolbar {

	    background-color: #f6f6f6;

	    border: 1px solid #ffffff;

	    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);

	    padding: 5px;

	    border-radius: 5px;

	    margin: 16px 0;

	}

	.checkout-cart-index .table-wrapper .cart-products-toolbar:first-child{

	    margin: 0 0 16px 0;

	}

}



/*fixing compare popup on product detial page */

#mb-ajaxsuite-popup-wrapper .mb-login-popup-title.success strong {

	color: #666666 !important;

    text-transform: capitalize;

}

#mb-ajaxsuite-popup-wrapper .mb-login-popup-title.success {

	padding: 10px 30px 0;

}



/*fix the issue for mobile view for sigin popup at checkout */

@media (max-width: 768px){

	.checkout-index-index .block-customer-login .form-login .actions-toolbar .action-login.secondary {

	    float: right;

	}

}



/*update in get quote design at cart page */

.checkout-cart-index .cart-collaterals #block-shipping .error-messages,

.checkout-cart-index .cart-collaterals #block-shipping .error-messages-countrycode,

.checkout-cart-index .cart-collaterals #block-shipping .error-messages-region,

.checkout-cart-index .cart-collaterals #block-shipping .error-message{

	background: url('../../frontend/Megnor/bgc/en_US/images/validation_advice_bg.gif') 2px 6px no-repeat;

	padding: 4px 0 0 16px;

}



#product-comparison.table-comparison .product-item-actions, #product-comparison.table-comparison .price-box, #product-comparison.table-comparison .product.rating, #product-comparison.table-comparison .product-item-name{

  margin:5px 0;

}



#product-comparison.table-comparison .product-reviews-summary{

  float: left;

    width: 100%;

    margin: 0;

    display: flex;

    justify-content: center;

}



#product-comparison.table-comparison .cell{text-align: center;}



#product-comparison.table-comparison .price-box.price-final_price

{

  float: left;

  width: 100%;

  margin: 5px 0;

}

#product-comparison.table-comparison #opt_bellow_bgc

{

  display: block;

  margin-bottom: 10px;

}



/*remove large upper title for set password page */

.customer-account-createpassword .page-title-wrapper .page-title .base{display: none;}

.customer-account-createpassword .col-content-inner .page-title-wrapper .page-title .base{display: block;}



/*remove large upper title for Compare Product page */

.catalog-product_compare-index .page-title-wrapper .page-title .base{display: none;}

.catalog-product_compare-index .col-content-inner .page-title-wrapper .page-title .base{display: block;}



/* update as low as label for bundle product  */

.page-product-bundle .columns .product-info-main .product-info-price .price-box .price-final_price > span.price-label{display: inline-block;}



/*********** wishlist page design ************/

.products-grid.wishlist .product-item-info{overflow: visible;}

.products-grid.wishlist .tooltip.wrapper .tooltip.content {

  min-width: 120px;

  padding: 5px 5px;

  left: -30px;

}

.products-grid.wishlist .tooltip.wrapper .tooltip.content .subtitle{font-size: 11px;margin-bottom: 7px;}

.products-grid.wishlist .tooltip.wrapper .tooltip.content dl {

  margin-bottom: 0;

  font-size: 11px;

}

.products-grid.wishlist .tooltip.wrapper .tooltip.content:before, .products-grid.wishlist .tooltip.wrapper .tooltip.content:after {

  right: 0;

  margin-left: 0;

  left: 0;

  margin: 0 auto;

}



/*********** listing page design **********/

.catalog-category-view .grid .product-item .minimal-price + .price-box {

  display: none;

}



.product-item .minimal-price .price-container{

  display:inline-block;

}



body.page-layout-2columns-left .product-item-details .minimal-price{

  margin:0 0 14px 0;

}

.product-item .minimal-price .price-container{}



@media (max-width: 767px){

	.products-grid.wishlist .tooltip.wrapper .tooltip.content {

	    min-width: 120px;

	    padding: 5px 5px;

	    left: 0;

	    right: 0;

	    max-width: 150px;

	    margin: 0 auto;

	}

	.wishlist-index-index .products-grid.wishlist .product-item-info {

	  min-height: auto;

	  overflow: hidden;

	  padding-bottom: 10px;

	}

	.products-grid.wishlist .product-item .box-tocart{display: flex;justify-content: center;}

	.wishlist-index-index .form-wishlist-items li .product-item-actions {

	  margin: 0;

	  display: flex;

	  justify-content: center;

	  width: 100%;

	}

	body.wishlist-index-index .form-wishlist-items .actions-toolbar .primary {

	  display: flex;

	  justify-content: center;

	  flex-wrap: wrap;

	}

  .columns .product.info.detailed .product.data.items > .item.title.active{margin-bottom:10px;}

  .block.upsell .category-title h2 strong, .block.related .category-title h2 strong {

    font-size: 18px;

    text-align: center;

}

.block.upsell .category-title, .block.related .category-title, .block.crosssell .category-title, .related.relatedpost-product .block-title{text-align: center;margin:10px 0 10px 0;}



}



/*update in bundle product updating price */

.catalog-product-view .product-info-price .price-box .price-as-configured .price {

    font-weight: bold;

    color: #d76808;

    font-size: 23px !important;

}

.catalog-product-view #bundleSummary .title strong {

    font-weight: 700;

    font-size: 20px;

}

.catalog-product-view #bundleSummary .content .price-configured_price .price {

	color: #d76808;

	font-weight: bold;

}

.catalog-product-view.page-product-bundle .bundle-options-container .main-graybox .block-bundle-summary {

    width: 50%;

    top: 0 !important;

}

.catalog-product-view .box-tocart .label span {

    font-size: 14px;

    font-weight: 600;

}



/*bundle product detail page adjustments*/

.page-product-bundle .minimal-price .price-label-bgc{

	display: none;

}

.page-product-bundle .minimal-price .before-text, .page-product-bundle .minimal-price a {

    display: none;

}

.page-product-bundle .minimal-price, .page-product-bundle .before-discounts-label {

    font-weight: 700 !important;

    font-size: 14px !important;

    color: #333;

}

.page-product-bundle .price-as-configured {

    font-weight: 600;

}



/*adding do i need this link in shipping method */

#co-shipping-method-form .choice .label > div {

    display: none;

}

#co-shipping-method-form .choice .label > div.linkadding {

    display: block;

    float: right;

    width: 100%;

}

#co-shipping-method-form .choice .label > div.linkadding a {

    color: #d76808;

}



/*order summary expand string adding */

.opc-wrapper #opc-sidebar .order-summary.hoverable #toggleButton .expand-onhover{

	display: none;

	position: absolute;

    top: -2px;

    right: 30px;

    padding: 4px 0;

    z-index: 9;

}

.opc-wrapper #opc-sidebar .order-summary.hoverable #toggleButton .expand-onhover::after {

    content: 'Expand Box';

}

.opc-wrapper #opc-sidebar.order-summary-expand .order-summary.hoverable #toggleButton .expand-onhover::after {

    content: 'Shrink Box';

}

.opc-wrapper #opc-sidebar .order-summary.hoverable #toggleButton:hover .expand-onhover {

    display: block;

    font-size: 12px;

    color: #000;

}



/*fix the logo issue*/

/*body .page-wrapper .header-bottom .logo {

    display: none;

}

.page-header .header.content a.logo {

    margin: 0;

}*/



/*remove the cookie message */

div#cookie-status {

    display: none;

}



@media (min-width: 640px) {

  .product.info.detailed .product-item-actions {

    display: block;

    position: absolute;

    bottom: 20px;

    left: 0;

    right: 0;

  }



  .product.info.detailed .product-item-info {

    min-height: 375px;

  }

  .product.info.detailed .stock.unavailable {

    color: #d83820;

    font-weight: 700;

    font-size: 12px;

  }

}



/* ===== Scrollbar CSS ===== */

  /* Chrome */

  

/******** firefox ************/



  #ajaxpopup-product-options ul::-webkit-scrollbar, #ajaxpopup-product-options ul::-webkit-scrollbar-thumb {

    width: 30px;

    border-radius: 60px;

    border: 10px solid transparent;

    background-clip: padding-box;

    scrollbar-width: 30px;

}



#ajaxpopup-product-options ul::-webkit-scrollbar-thumb {        

  box-shadow: inset 0 0 0 10px;

}

/*remove the extra price for bundle product */

.price-box.price-final_price .minimal-price + .price-box {

    display: none;

}

/*before discount text adjusting in product detial page.*/

.product-item-info .before-discount {

    display: inline-block;

}

/*show configured price on product detail page*/

.catalog-product-view .price-box.price-final_price .minimal-price + .price-box{

	display: inline-block;

}



/*remove freeshipping block from the bundle product */

.page-product-bundle .product-info-main .bundle-actions + .freebgc {

    display: none;

}



/*remove freeshipping block from other block only keep in bundle product detail page*/

.free-shipping-tag {display: none;}

.page-product-bundle .product-info-main .product-info-price .free-shipping-tag{display: block;}



/*fix bundle product box in amasty search result */

.amsearch-item.product-item .amsearch-wrapper-inner .price-box .minimal-price {

    margin: 0;

}

.amsearch-item.product-item .amsearch-wrapper-inner .price-box .full-product-price {

    display: none;

}

.amsearch-item.product-item .amsearch-wrapper-inner .price-box {

    max-height: 45px;

    width: 100%;

}

.amsearch-item.product-item .amsearch-wrapper-inner .stock.unavailable {

    color: #d83820;

    font-weight: 700;

    font-size: 12px;

}

.amsearch-item.product-item .amsearch-wrapper-inner .before-discount{display: none;}

.amsearch-item.product-item .amsearch-wrapper-inner .before-discounts-label .before-discount{display: block;}



/*remvoe price: tag before the 'as low as' label only */

.price-container.price-final_price.tax.weee + .minimal-price-link .price-label-bgc1 {display: none;}

/*checkout button issue at cart page fixing*/
.cart-summary .col2-set .checkout-methods-items .item{display: block;}

/*fix crossselling product below tabbing */
.checkout-cart-index .crosssell .products.wrapper.grid .product-item-details{padding-bottom: 16px;}

/*remove before discount in cart page crossselling product */
.checkout-cart-index .crosssell .products.wrapper.grid .product-item-details .before-discount{display: none;}

/*remove extra space from proceed to checkout at cart page*/
.checkout-cart-index .cart-summary .col-2 .checkout-methods-items {margin: 0;}
.checkout-cart-index .cart-summary .col-2 #cart-totals{padding-bottom: 0;}

/*checkout successpage changes*/
.checkout-onepage-success .col-content-inner .checkout-success + .messages{display: none;}

/*customer register account page label show*/
.customer-account-create.page-layout-1column .form .label{display: inline-block;}

/*apply discount section at checkout page design update */
.payment-option._collapsible.opc-payment-additional.discount-code._active .payment-option-content{display: inline-block !important;}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
    margin-bottom: 4px;
}
.opc-wrapper #discount-code::placeholder{font-size: 16px;}

.checkout-onepage-success .page-title-wrapper{display: none;}
.checkout-onepage-success .col-content-inner .page-title-wrapper {display: block;}

/*add space in blog page category*/
.blog-page .sidebar .block-categories .accordion li a {margin-right: 4px; }
.blog-page .sidebar .widget.blog-search input{padding-right: 7px;}

/*fixing crossseling header */
@media (max-width: 930px) and (min-width: 870px){
	.products-crosssell .owl-controls .owl-nav .owl-prev {right: calc(46% - 150px);}
    .products-crosssell .owl-controls .owl-nav .owl-next {right: calc(45% - 175px);}
}
@media (max-width: 870px) and (min-width: 798px){
	.products-crosssell .owl-controls .owl-nav .owl-prev {right: calc(42% - 150px);}
    .products-crosssell .owl-controls .owl-nav .owl-next {right: calc(41% - 175px);}
}
@media (max-width: 798px) and (min-width: 768px){
	.products-crosssell .owl-controls .owl-nav .owl-prev {right: calc(39% - 150px);}
    .products-crosssell .owl-controls .owl-nav .owl-next {right: calc(38% - 175px);}
}
@media (max-width: 768px){
	.crosssell .category-title h2 {text-align: left; width: 85%;}
	.crosssell .category-title h2 strong{font-size: 16px;}
	.products-crosssell .owl-controls .owl-nav .owl-prev {right: 50px;}
	.products-crosssell .owl-controls .owl-nav .owl-next {right: 15px;}
	.checkout-cart-index .cart-container .block.crosssell .category-title h2 {line-height: unset;}
}

/*order view design update */
.block.block-order-details-view .block-content {
    display: inline-block;
    width: 100%;
}
.block.block-order-details-view .block-content .block-content-addresses, 
.block.block-order-details-view .block-content .block-content-methods {
    display: inline-block;
    width: 50%;
    float: left;
}
.block-content-addresses .box.box-order-shipping-address, 
.block-content-addresses .box.box-order-billing-address, 
.box-order-shipping-method, 
.box-order-billing-method {
    width: 100% !important;
}

.order-details-items .item-options dt {
    color: #d76808;
}
.account .column.main .order-details-items .product-item-name {
    font-weight: 700;
    color: #d76808;
}

.checkout-onepage-success .success-msg {
    margin: 10px auto 0;
    text-align: center;
    padding: 4px;
    font-weight: 600;
    width: 80%;
}
.product-items .stock.unavailable {
    border: 1px solid transparent;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    font-size: 7.4rem;
    font-weight: 700;
    font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.product-items .pro-hover .stock.unavailable span {
    color: #d83820;
    font-weight: 700;
    font-size: 14px;
}

#mb-ajaxcart-wrapper .popup-content img.image {
    max-width: 100%;
    float: left;
    width: 47%;
    margin: 0;
}

#mb-ajaxcart-wrapper .popup-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#mb-ajaxcart-wrapper .config-ounces{width:auto;}
#mb-ajaxcart-wrapper .main-graybox {
    width: 100%;
    margin-top: 25px;
    padding-bottom:15px;
}
#mb-ajaxcart-wrapper .product-add-form {
    float: right;
    width: 100% !important;
    margin-top: 0;
}

.wishlist-index-index #mb-ajaxcart-wrapper .box-tocart {
    margin-bottom: 0px;
    margin-top: 10px;
}

#mb-ajaxcart-wrapper .box-tocart .control {
    width: 32px !important;
}

#mb-ajaxcart-wrapper .box-tocart .action {
    float: left;
    margin-left: 0;
    border:none;
    height:35px;
}
#mb-ajaxcart-wrapper button#ajaxcart_cancel {
    margin-right: 10px;
}

#mb-ajaxcart-wrapper .product-add-form .actions {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#mb-ajaxcart-wrapper .box-tocart .fieldset {
    display: flex;
    align-items: center;
}
#mb-ajaxcart-wrapper .product-add-form .product-options-wrapper .fieldset .field.configurable.required {
    margin-top: 10px;
}
#mb-ajaxcart-wrapper .product-add-form .product-options-wrapper .fieldset .field{margin-bottom: 0;}

.sq-accordion .square-checkout-bttn {width: 281.662px;padding: 4px 10px;}
.checkout-payment-method .payment-option-title .action-toggle:after {text-align: right;float: right;}
.sq-accordion .sq-card-wrapper .sq-card-component {height:100px;}
.checkout-payment-method .payment-option-title .action-toggle {width:100%;}
.table-checkout-shipping-method .ship-method-ttl {padding-bottom:4px;}
.onestepcheckout-index-index #checkout-step-shipping_method .row .col-method-new.do-i-need-liftgate, .onestepcheckout-index-index #checkout-step-shipping_method .row .col-method-new.do-i-need-residentials {position: relative; right: 0px; bottom: 0px; border: 0px;}
.onestepcheckout-index-index #checkout-step-shipping_method .row .col-method-new.do-i-need-liftgate .ship-method-ttl, .onestepcheckout-index-index #checkout-step-shipping_method .row .col-method-new.do-i-need-residentials .ship-method-ttl {padding-bottom: 4px; position: absolute; width: 100px; bottom: -10px;}
.onestepcheckout-index-index #checkout-step-shipping_method .row .col-method-new.do-i-need-liftgate .ship-method-ttl {right: 49px;}
.onestepcheckout-index-index #checkout-step-shipping_method .row .col-method-new.do-i-need-residentials .ship-method-ttl {right: 49px;}
.table-checkout-shipping-method tbody td {border-bottom: 1px solid #cccccc;}
.page-products .toolbar .pager_right .limiter {display: none !important;}
.block.related .owl-stage-outer .owl-item.active, .block.upsell .owl-stage-outer .owl-item.active {min-width:188px;}
.block.related .owl-stage-outer .owl-stage, .block.upsell .owl-stage-outer .owl-stage {min-width:458px;}
.product.info.detailed .stock.unavailable {color: #d83820; font-weight: 700; font-size: 12px;}
.onestepcheckout-index-index .action.primary.action-save-address {margin-right:10px !important;}
.onestepcheckout-index-index .action.primary.action-save-address > div {height:auto !important;width: auto !important;}
.onestepcheckout-index-index #shipping-new-address-form .field .control.input-field .label {position:unset !important;}
.onestepcheckout-index-index #shipping-new-address-form .field .control.input-field .field-tooltip .label {position:absolute !important;}
.onestepcheckout-index-index #shipping-new-address-form .field.street .control.input-field .input-text {min-width: 100%;}
.onestepcheckout-index-index #shipping-new-address-form .field .control.input-field input.input-text {width:inherit !important;}
.onestepcheckout-index-index .modals-wrapper .modal-popup #shipping-new-address-form div[name='shippingAddress.telephone'] .control.input-field .field-tooltip {right: -25px !important;top: 5px!important;}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-footer .action-hide-popup {margin-top: 0px;color:#ffffff !important;padding: 0 10px !important;border:1px solid #686868 !important;font-weight: bold !important;background: #686868; background: linear-gradient(to bottom, #D3D3D3 0%,#686868 100%);border-radius:3px;}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-footer .action-hide-popup:hover {text-decoration: none;color:#ffffff; border:1px solid #686868 !important; background: linear-gradient(to bottom, #686868 0%, #D3D3D3 100%);}
.checkout-index-index.onestepcheckout-index-index .modal-popup .modal-footer .action-hide-popup:active {text-decoration: none;color:#ffffff;}
.onestepcheckout-index-index .opc-wrapper .shipping-address-item button.edit-address-link {right:0px; left:36px; top:0px; background: url('../../frontend/Megnor/bgc/en_US/images/pencil_edit.png') transparent no-repeat -6px 4px !important; text-indent: -99999999px;width: 32px; height: 29px; box-shadow:none; float: right;}
.checkout-index-index.onestepcheckout-index-index div[name='shippingAddress.postcode'] {width:100%;}
.checkout-index-index.onestepcheckout-index-index div[name='billingAddress.postcode'] {width:100%;}
.checkout-osc-help {width: 100%;text-align: center;}
.checkout-osc-help span {margin-right:12px;}
.checkout-cart-index #co-shipping-method-form span a {color:#ff0000 !important;}
.page-footer {padding-bottom:20px !important;}
.email-addto-box .product-social-links .product-addto-links a.towishlist span {margin-left:-4px !important;}
.product-info-stock-sku .stock.unavailable span {color: #d83820;}
.checkout-cart-index #co-shipping-method-form .item-options .field.choice.item .label {pointer-events: none;}
.checkout-cart-index #co-shipping-method-form .item-options .field.choice.item .label .linkadding span a {pointer-events: all;}
.onestepcheckout-index-index .form.methods-shipping .table-checkout-shipping-method tr {pointer-events: none;}
.onestepcheckout-index-index .form.methods-shipping .table-checkout-shipping-method tr td:first-child {pointer-events: all !important;}
.onestepcheckout-index-index .form.methods-shipping .table-checkout-shipping-method tr td.do-i-need-liftgate .ship-method-ttl a.needhelpclick1, 
.onestepcheckout-index-index .form.methods-shipping .table-checkout-shipping-method tr td.do-i-need-residentials .ship-method-ttl a.needhelpclick2 {pointer-events: all;}

#mb-ajaxcart-wrapper .right-sec-content {width: 70%;}
#mb-ajaxcart-wrapper button#ajaxcart_cancel, #mb-ajaxcart-wrapper button#ajaxcart_checkout {margin-bottom:10px;}

.mb-ajaxsuite-popup .mb-login-popup-title.center.error strong {color:#333333 !important;}
.mb-ajaxsuite-popup .error-content .error-message {font-size: 15px !important;}
.packmsgs-product-cls a.pmp_close {display:block !important;}
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons {text-align: center;}

.oroptionwishlist {width: 100%;float: left;margin-left: 150px;}
.product-options-bottom .box-tocart .actions .action.towishlist.updated.added-in-wishlist {margin-left: 76px;padding: 7px 11px;}
.wishlist-index-configure .product-options-bottom .box-tocart .actions .action.tocart:not(:last-child) {margin-bottom:10px;}

.product-options-bottom .box-tocart .actions .action.towishlist.updated.added-in-wishlist {
	background: #c6ae03; 
	/* Old browsers */	background: -moz-linear-gradient(top, #edd000 1%, #c6ae03 100%); 
	/* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c6ae03), color-stop(100%,#edd000)); 
	/* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #edd000 1%,#c6ae03 100%); 
	/* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #edd000 1%,#c6ae03 100%); 
	/* Opera 11.10+ */	background: -ms-linear-gradient(top, #edd000 1%,#c6ae03 100%); 
	/* IE10+ */	background: linear-gradient(to bottom, #edd000 1%,#c6ae03 100%);
	border-color: #b28128;
}
.product-options-bottom .box-tocart .actions .action.towishlist.updated.added-in-wishlist:hover {
	background: #c6ae03; 
	/* Old browsers */	background: -moz-linear-gradient(top, #c6ae03 1%, #edd000 100%); 
	/* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#edd000), color-stop(100%,#c6ae03)); 
	/* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #c6ae03 1%,#edd000 100%); 
	/* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #c6ae03 1%,#edd000 100%); 
	/* Opera 11.10+ */	background: -ms-linear-gradient(top, #c6ae03 1%,#edd000 100%); 
	/* IE10+ */	background: linear-gradient(to bottom, #c6ae03 1%,#edd000 100%);
	border-color: #b28128;
}	

.cms-volume-discounts .col-content-inner {min-height: 421px;}
ul.vlmuli li {list-style-type: disc !important;margin-bottom: 1px;}
.cms-volume-discounts .col-content-inner table.volumedisstl {margin-left: 10px;}
.cms-volume-discounts .col-content-inner table.volumedisstl tr td {border:1px solid #ccc; padding: 7px;}

.opc.one-step-checkout-container .minicart-items-wrapper #checkout-review-table .product-image-container .product-image-wrapper img {
	width:50px !important; height:50px !important; min-width:50px !important; min-height:50px !important;
}
.content-login-ght ul.create-act-for {padding-left: 17px;}
.content-login-ght ul.create-act-for li {padding: 0px 0;list-style-type: disc; margin: 3px 0px;}
.content-login-ght ul.create-act-for li.first {list-style:none;margin: 0px 0px 0px -14px;}
.breadcumb_inner {float: left;width: 100%;}
.customer-account-forgotpassword .page-title-wrapper .page-title {display:none !important;}
.page-wrapper .columns .col-content-inner {padding:20px;}
.page-print .overall_msgmain {display:none !important;}
.cms-index-index .page-wrapper .columns .col-content-inner {padding:0px;}
.custom_link .custom_menu a span {font-size: 14px !important;}
.custom_link .custom_menu a span strong {font-weight:normal !important;}
.custom_link .custom_menu a.savemoney {width:124px;}
.field-tooltip .field-tooltip-content {background:#ffffff;}
.cart-container .cart-collaterals .col2-set {width:617px;}
.review-customer-index .col-content-inner .actions-toolbar > .secondary .action.back span:before {top:1px !important;}
.customer-account-logoutsuccess .page-title-wrapper {display:none;}
.customer-account-logoutsuccess .col-content-inner .page-title-wrapper {display:block;}/* Media for 980px to 1023px */

/* 980px <= width < 1023px */



@media (min-width: 1201px) and (max-width: 1300px){

	.flexslider{min-height: 100%;}

	.products-list .product-item-details{padding: 6px 0 0 40px;}

	body.page-layout-2columns-left .products-list .product-item-details {width: 74%;}

	.minicart-items .product-item-details {width: 70%;}

}



@media (min-width: 1024px) and (max-width: 1200px) {

	.header-static-block{margin: 0px 0 0 0px;}

	.header_banner li, .header_banner li.Money{padding-right: 18px;}

	.flexslider {min-height: 100%;}

	.footer-inner .footer-area{margin-left: 20px;}

	.page-layout-2columns-left .list.products-list .product-item-details {width: 69%;}

	body .sidebar .product-items .product-item-details {width: 64%;}

	.newsletter_cms {padding: 10px 20px;}

	.news-content .newshead {font-size: 18px;}

	.news-content .newshead::before {vertical-align: middle;}

	.block.newsletter .footer_newsletter input {width: 222px;}

	.minicart-items .product-item-details {width: 64%;}

}



@media (min-width: 980px) and (max-width: 1023px) {

	.header-center {display: none;}

	.header-static-block{margin: 0px 0 0 0px;}

	.header_banner li, .header_banner li.Money{padding-right: 10px;}

	.cms_text_inner{padding: 11px 0;}

	.flexslider {min-height: 100%;}

	.footer-inner .footer-area{margin-left: 20px}

	.page-layout-2columns-left .list.products-list .product-item-details{width: 68%;}

    .page-layout-2columns-left .list-left{border: none; width: 100%; padding: 0px;}

    .page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 33.33%;}

    .cms-home.page-layout-2columns-left .column.main {width: 78%;}

    .cms-home.page-layout-2columns-left .sidebar-main {width: 23%;}

    body .sidebar .product-items .product-item-details {width: 64%;}

    .newsletter_cms {padding: 10px 20px;}

    .news-content .newshead {font-size: 16px;}

    .news-content .newshead::before {vertical-align: middle;}

    .block.newsletter .footer_newsletter input {width: 210px;}

    .filter-options-item {padding: 5px 0;}

    .minicart-items .product-item-details {width: 62%;}

    .opc-block-summary .product-item .product-item-inner {display: inline-block;}

	.header_top, .header-bottom, .nav-inner, .page-main, .footer-inner { width:97%;   }

	.page-header .panel.wrapper .quick-access{ width:550px; }

	.nav-container.mst-container {display:block;}

	.custom_link li	a { padding:13px 0px;width: 132px;}	 

	.subbanner2 li img{ width:100%; }.subbanner .banner{ width:176px; }

	.navigation, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {

		padding-left: 14px !important;

		padding-right: 14px !important;

	}

	.flex-caption {font-size:12px !important;line-height: 13px !important;padding: 8px 0 !important;}

}

@media (min-width: 768px) and (max-width: 979px){

	.column.main .cart-summary, .column.main .opc-sidebar,.checkout-container .authentication-wrapper{width: 30%;}

	.column.main .cart-container .form-cart, .column.main .cart-discount, .column.main .opc-wrapper{width:70%;}

	.static-link ul {float: right;}

	.footer_center {margin: 10px 0 10px;}

	.minicart-items .product-item-details {width: 58%;}

	.opc-block-summary .product-item .product-item-inner {display: inline-block;}

	
}



@media (max-width: 979px){

	.page-layout-2columns-left #mainmenu{display: none;}

	.page-layout-2columns-left .static-link{margin:0px;}

	.static-link li a{ padding: 14px 12px;}

	.flexslider {min-height: 100%;}

	.cms_text_inner{padding: 11px 0px;}

	.page-layout-2columns-left .columns .sidebar-main, .page-layout-2columns-left .columns .sidebar-additional {padding: 0; width: 100%; float: left;}

	.page-layout-2columns-left .columns .column.main {width: 100%; float: right;}

	.sidebar .left-banner{display: none;}

	.sidebar .block{padding: 8px 15px 10px;}

	.sidebar .block-title{position: relative; background: #f7f7f7; padding: 0px; margin:0px; border-bottom: none;}

	.sidebar .mobile_togglemenu{

		background:url("../../frontend/Megnor/bgc/en_US/images/toggle-arrow.png") no-repeat scroll right 0px transparent;

	    cursor: pointer;

	  	left: 0px;

	  	top: 0px;

	    overflow: hidden;

	    padding: 0px 0px 4px;

	    position: absolute;

	    width: 100%;

	    z-index: 9;

	    margin: 0 0 0 0px;

	}

	.sidebar .active .mobile_togglemenu {background-position: right -52px;}

	.page-main .sidebar .block, .columns .sidebar .widget.block{margin-bottom:10px;}

	.sidebar .block .block-content{display: none; margin: 15px 0 0px;}

	.sidebar .block-reorder .actions-toolbar{margin: 0px;}

	.sidebar ul#category-treeview{margin: 0px; padding: 10px 0 15px}

	.account .page-main{margin: 0 0 25px; padding-top: 0px;}

	.account.page-layout-2columns-left .columns .sidebar-main, 

	.account.page-layout-2columns-left .columns .sidebar-additional{width: 100%;}

	.account.page-layout-2columns-left .columns .column.main{width: 100%;}

	.columns .column.main .products-grid.wishlist .product-image-container{max-width: 100%;}

	.newsletter-container-inner {display: inline-block; float: none; margin: 5px 0 4px; text-align: center;  width: 100%;}

	.news-content{float: none; display: inline-block; }

	.block.newsletter{float: none; display: inline-block; width: auto !important;}

	.social_block h6{float: none; display: inline-block;}

	.page-footer .mobile_togglemenu {

	    background: url("../../frontend/Megnor/bgc/en_US/images/toggle-arrow.png") no-repeat scroll right 0px transparent;

	    cursor: pointer;

	    display: block;

	    font-size: 15px;

	    margin-right: 0;

	    margin-top: 0px;

		top:0px;

	    overflow: hidden;

	    padding: 0 0 5px 0px;

	    text-decoration: none;

	    width: 100%;

	    position: absolute;

	}

	.footer-area h6{display: block;}

	.page-footer .active .mobile_togglemenu, .page-footer .active .mobile_togglemenu {background-position:right -52px;}

    .footer-inner .footer-area ul {display: none; margin:0 0 10px 0;}

    .page-footer .footer-inner .footer-area {margin: 0; width: 100%;}

    .list-left{border: none; width: 100%; padding: 0px;}

    .list-right {float: left; padding: 10px 0 0; text-align: left; width: 100%;}

    .page-layout-2columns-left .list.products-list .product-item-details{ width: 67%;}

	.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{ width: 33.33%; }

	.custom-contact-form{float: none;  margin-bottom: 10px;  width: 100%;}

	.googlemap{display: block;float: none;  margin: 0;  width: 100%;}



	.form-cart .main.actions a,

	.form-cart .main.actions button,

	.cart-summary .checkout-methods-items .action.primary.checkout{margin:0 0 2px;}

	.sidebar .blog-search{display: none;}

	.social_icons h6 {display:none;}

	.social_icons h6.bgcsocial {display:block;float:left;width:100%;}

	#block_newsletter_socialicons .block-subscribe {width:100%;}

	#block_newsletter_socialicons .social_icons.footer-area {width:100%;}

	.social_icons > ul {float:left;}

	#block_newsletter_socialicons .block-subscribe h6 {width:100%; overflow:hidden;}

	#block_newsletter_socialicons .block-subscribe .block-title strong {margin-top:0px;line-height: 23px;}

	.header_top, .header-bottom, .nav-inner, .page-main, .footer-inner, .nav-clean, .nav-covid { max-width:96% !important; padding: 0px !important; margin: 0px auto !important;}

	.page-header .panel.wrapper .quick-access{ width:350px; }

	/*top links start*/

	.tm_headerlinkmenu{float:right; position: relative;}

	.tm_headerlinks_inner{width: 100%;background:#e2842b;display:block; cursor:pointer; padding: 0px 0; border:1px solid #d85400;}

	.tm_headerlinks_inner:hover {background: #edd000;}

	.page-header .panel.wrapper .links{ 

		background:#f6f6f6; 

		border-radius:5px;

		-moz-border-radius:5px;

		-webkit-border-radius:5px;	

		border:1px solid #E3E2E2;

		display:none; 

		padding: 3px;

		position: absolute;

		left: 0;

		top:34px;

		width:140px; 

		-webkit-box-shadow: 0px 2px 2px #ccc;

		-moz-box-shadow: 0px 2px 2px #ccc;

		box-shadow: 0px 2px 2px #ccc;

		margin:0 0px 0px 0px; 

		text-align:left; 

	}

	.page-header .panel.wrapper .tm_headerlinkmenu .top_arrow{ background:url("../../frontend/Megnor/bgc/en_US/images/cart_uparrow.png") no-repeat scroll center center; position:absolute; top:23px; padding:8px; 

	left:28px; z-index: 9;}

	.page-header .panel.wrapper .tm_headerlinkmenu .top_arrow.hdearrow {display:block;}

	.page-header .panel.wrapper .links li{ display:block; float:none; background:none; padding:0px !important; margin:0px;}

	.page-header .panel.wrapper .links li a{ text-decoration:none; padding: 5px; display:block;color:#666;}

	.page-header .panel.wrapper .links li a:hover{ background:#fff; } 

	.page-header .panel.wrapper .links.login li.last span {display:none;}

	/*top links end*/

	.page-header .panel.wrapper .welcome-msg {background:none;}

	.page-header .panel.wrapper .form-search.formsrh {

		-webkit-border-radius:5px 5px 5px 5px;

		-moz-border-radius:5px 5px 5px 5px;

		border-radius:5px 5px 5px 5px;

	}

	#advancedmenu{ display:none; }

	.advanced_nav { display:block; }

	.nav-responsive span {padding: 8px 15px 8px 9px;}

	.nav-responsive .expandable {margin-top: 8px;}

	.nav-responsive {height:38px;}

	.nav-responsive.islogbgc {border-radius:5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;}



	.nav-container.mst-container {display:block;}

	.mst-responsive span {padding: 8px 15px 8px 9px;color: #e06d00;}

	.mst-responsive .expandable {margin-top: 8px;}

	.mst-responsive {height:38px;}



	/*	.nav-container .covid-container {display:none;}*/
	.nav-container .covid-container {display:block;}

	.covid-responsive .tltcovid {padding: 4px 15px 8px 9px;color: #000000;float: left; width: 50%;font-size:14px;}

	.covid-responsive .expandable {margin-top: 8px;}

	.covid-responsive {height:38px;}



	.nav-container.clean-container {display:block;}

	.clean-responsive .tltclean {padding: 4px 15px 8px 9px;color: #fff;float: left; width: 50%;font-size:14px;}

	.clean-responsive .expandable {margin-top: 8px;}

	.clean-responsive {height:38px;}



	.act-container {display:block;margin-bottom:0px;}

	.covid-container {display:block;}

	.act-container .top_banner_orange_cnt {width:94%;}

	.advmenu {display:none !important;}

	.overall_msg{display:none;}

	.page-main .clean-responsive {display:none !important;}

	.page-main .covid-responsive {display:none !important;}

	.page-main .top_banner_orange_cnt {display:none;}

	.overallmsgmain {margin-top: 0px !important;}

	#cloud-msg{left:0px;}

	#adv-msg{left:0px;}

	.overall_msgmain {display:none;}

	.cloud-msg-cls2 {display:block;}

	.cloud-msg-cls3 {display:block;}

	.page-main .clean_responsetop {display:none;}

	.page-main .covid_responsetop {display:none;}

	.clean-responsive, .responsive_cleans {display:block !important;}

	.covid-responsive, .responsive_covids {display:block !important;}

	.overallmsgmain {display:none;}

	.covid-container .overallmsgmain {display:block;}

	.covid-container .overallmsgmain .overallmsg {margin: 0px auto 10px;width: 96%;float: none;}

	.covid-container .overallmsgmain .cloudmsgcls {right: 8px;}

	.responsive-pages #mst-mobile .customblock_inner {top: 27px !important;width: 230px;}

	.responsive-pages #mst-mobile .custom_menu a { padding: 5px 11px !important;}

	.responsive-pages #mst-mobile ul>:first-child {float: left; width: 100%;}

	.responsive-pages #mst-mobile ul>:nth-child(2) {overflow: hidden;}

	.responsive-pages #mst-mobile li .customblock_inner li {padding:0px;}

	.page-layout-2columns-left .sidebar-additional {padding-right: 0% !important;}	

	.subbanner2 {text-align: center; argin: 0px auto;}

	.subbanner2 ul {width: auto;float: none;margin: 0px auto;}

	.page-layout-2columns-left .sidebar-main {padding-right: 0% !important;}

	.cloud-msg-cls2 {overflow: hidden;}

}

@media (min-width: 831px) and (max-width: 979px){

	.subbanner {float: none;margin: 0 auto 10px auto;overflow: hidden;}

}

@media (min-width: 835px) and (max-width: 2000px){
	#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons {display: inline-flex;}
}

@media (min-width: 879px) and (max-width: 995px){
	.page-layout-2columns-left .columns .column.main {width:76.125%;}
	.page-layout-2columns-left .columns .sidebar-main, .page-layout-2columns-left .columns .sidebar-additional {
		width:22.875%;
	}
	/*.sidebar .mobile_togglemenu {background:none;}*/
	#facebookbgc {overflow:hidden;}
	
}

@media (min-width: 768px) and (max-width: 995px){4 {width: 90px !important;padding: 4px 0px !important;}
	.custom_link {width:80%;position: relative;}
	.custom_link ul {position: absolute;right: 0px;width:91%;}
	.custom_link li {width:16.63%;}
	.custom_link li.contact_bgc a {width: 100% !important;padding: 4px 0px !important;}
	.custom_link li.last a {width: 100% !important;padding:4px 0px !important;}
	.custom_link .customblock_inner li {padding: 7px 0px !important;}
	.custom_link .customblock_inner li a {width:100% !important}

	.page-main .top_banner_orange_cnt {display:block;}
	.overallmsgmain {display: block;}
	.overall_msgmain {display: block;}

	.act-container {display: none;}
	.nav-container .covid-container {display: none;}
	.nav-container.mst-container {display: none;}
	.nav-container.clean-container {display: none;}
	#advancedmenu {display: block !important;}
	.nav-responsive.islogbgc {display: none !important;}
	.custom_link .customblock_inner li.last a {padding:0px !important;}
	.custom_link li a.savemoney {width: 100% !important; padding:4px 10px !important;}
	.custom_link li a {width: 100% !important; padding:4px 10px !important;}
	.custom_link li a span {width: 68% !important;margin: 0px auto;display: block;}
	.custom_link li.last a span {width: 50% !important;}
	.custom_link li.shipping_policy a span {width: 89% !important;}
	.custom_link li.exchange_policy a span {width: 89% !important;}
}

@media (min-width: 768px) and (max-width: 831px){

	.subbanner {width:100%;}

	.subbanner .banner {width:23%;}

	.subbanner .img{ display:none; }

	.subbanner .data{ padding-left:0;padding-top:8px;}

}

@media (max-width: 767px){

	.page-header .header.content {box-sizing: border-box; display: inline-block; padding: 14px 15px 0; width: 100%;}

	.logo{margin: 22px 0 0 50px;}

	#switcher-language-nav .mage-dropdown-dialog, #switcher-currency-nav .mage-dropdown-dialog{display: block !important;}	

	.container-width, .brand-home, .page-main{width: auto;padding:0;max-width:none;margin:0px 15px;}

	.account .page-main{margin: 0 15px 25px;}	

	.breadcumb_inner{order: -1;}

	.gallery-placeholder { margin: 0 auto 30px; width: 420px;}

	.product.info.detailed .product.data.items{margin:0 0 30px; border: none;}

	.product.info.detailed .product.data.items > .item.content{border: 1px solid #e3e2e2; border-radius: 0 0 5px 5px; margin: -10px 0 15px;}

	.product.info.detailed .product.data.items > .item.title{margin:0 0 10px;}

	.product.info.detailed .product.data.items .item.title a::after{top: 12px;}

	/* .columns {display:block !important;} */

	.columns .column.main {flex-basis:initial;width:100%;}

	.brands-inner .owl-nav .owl-prev {left:10px;}

	.brands-inner .owl-nav .owl-next {right:10px;}

	#switcher-language{margin:0px; padding: 0px; border:none;}

    .product.data.items .item.title.active a:before{display: none;}

    .products-grid.wishlist .box-tocart .product-item-actions {text-align: left; width: 100%; float: left; margin: 0;} 

    .page-layout-2columns-left .list.products-list .product-item-details {padding: 6px 0 0 25px; width: 60%;}

	.post-list-wrapper .post-list .blog_inner{width: 100%; padding: 0px;}

	.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 50%;}

	.brands-inner .owl-nav,

	.latest-Product .container-width .owl-nav,

	.special-Product .container-width .owl-nav,

	.tabbernav_product_sub .owl-nav {display: block;}

	.footer_center {margin: 10px 0 10px;}

	.news-content .newshead {font-size: 16px; line-height: 26px;}

	.news-content .newshead::before {vertical-align: middle;}

	.footer_bottom .copyright {padding: 5px 0;}

	.footer_bottom ul.payment_icon {margin: 5px 0;}

	.products-list .product-item-details .list-left .actions-secondary a.action.towishlist {margin: 0 5px 0 0;}

	.list-left .actions-secondary {margin-top: 8px;}

	.product-add-form .product-options-wrapper .field:not(.date) > .control {width: 80%;}

	.opc-progress-bar {display: none; margin: 0;}

	.opc-estimated-wrapper .minicart-wrapper {display: none;}

	.authentication-wrapper .action-auth-toggle {display: none;}

	.checkout-container {margin: 15px 0 19px;}

	.list-left .actions-secondary {margin-top: 10px;}

	.products-list .product-item-details .list-left .actions-secondary a.action {margin: 0 5px 0 0;}

	.header-right .minicart-items .product-item-details {width: 72%;}

	.header_top, .header-bottom { width:auto;  margin:0 15px;  position:relative;}

	.header_top_bkg{ position:relative; z-index:9; }

	.page-header .panel.wrapper .logo{  margin: 5px auto 0;	text-align: center;	text-decoration: none !important;width: 100%; }

	.page-header .panel.wrapper a.logo.respolgo {margin-top:25px;}

	.page-header .panel.wrapper .quick-access{ margin:10px 0; }

	.page-header .panel.wrapper .quick-access {  width:100%; padding-left:0; padding-right:0; }

	.page-header .panel.wrapper .form-search { float:none; margin:5px auto 0px; border-radius:3px; -moz-border-radius: 3px;-webkit-border-radius: 3px;}

	.page-header .panel.wrapper .quick-access.respolgo .form-search {margin-top:12%;}

	.page-header .panel.wrapper .welcome-msg{ float:none; width:100%; margin-top:0; padding-top:5px; }

	.page-header .panel.wrapper .call_ship{ float:none; width:100%; text-align:center; margin-top:0; padding-top:0px; padding-bottom:10px; }

	.page-header .panel.wrapper .tm_top_currency { border-radius:4px 0 0 4px;-moz-border-radius: 4px 0 0 4px;-webkit-border-radius:4px 0 0 4px; }

	.header-cart{  border-radius:0 4px 4px 0;-moz-border-radius: 0 4px 4px 0;-webkit-border-radius: 0 4px 4px 0;  }

	.nav-responsive { border-radius: 5px 5px;-moz-border-radius: 5px 5px;-webkit-border-radius:  5px 5px;  margin-right: 0px;}

	.mst-responsive { border-radius: 5px 5px;-moz-border-radius: 5px 5px;-webkit-border-radius:  5px 5px;  margin-right: 0px;}

	.clean-responsive { border-radius: 5px 5px;-moz-border-radius: 5px 5px;-webkit-border-radius:  5px 5px;  margin-right: 0px;}

	.covid-responsive { border-radius: 5px 5px;-moz-border-radius: 5px 5px;-webkit-border-radius:  5px 5px;  margin-right: 0px;}

	.page-main .overall_msg {display:none;}

	.page-main .gbmeg {display:block;}

	.subbanner2{ display:100%; }

	.subbanner{ width:100%; }

	.subbanner2 li {margin-right: 2%;width: 32%;}

	.subbanner .data .h1{ font-size:12px; }

	.subbanner .banner {padding: 2px 1% 1%;	width: 22.6%;}

	.block.block-new-customer, .block.block-customer-login {min-height:inherit;}

	.content-login-ght {min-height:inherit;}

	.subbanner .img{ display:none; }

	.subbanner .data{ padding-left:0;padding-top:8px;}

	.subbanner2 ul li a img{width: 100%;}

	.product-info-main {width: 100% !important;}

	.product.info.detailed .product.data.items > .item.title {width: 100%;}

	.product.info.detailed .product.data.items > .item.title > .switch {text-align: left;border-radius:5px;}

	.product.info.detailed .product.data.items > .item.title > .switch, .product.info.detailed .product.data.items > .item.title > .switch:hover {

		text-decoration: none;

		background: #d85100; /* Old browsers */

		background: -moz-linear-gradient(top, #e88a00 0%, #d85100 100%); /* FF3.6+ */

		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e88a00), color-stop(100%,#d85100)); /* Chrome,Safari4+ */

		background: -webkit-linear-gradient(top, #e88a00 0%,#d85100 100%); /* Chrome10+,Safari5.1+ */

		background: -o-linear-gradient(top, #e88a00 0%,#d85100 100%); /* Opera 11.10+ */

		background: -ms-linear-gradient(top, #e88a00 0%,#d85100 100%); /* IE10+ */

		background: linear-gradient(to bottom, #e88a00 0%,#d85100 100%); /* W3C */

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88a00', endColorstr='#d85100',GradientType=0 ); /* IE6-9 */

		border-color:#d85100;

		color:white;

		font-size: 16px;

	}

	.product.info.detailed .product.data.items > .item.title.active {margin: 0 0 0px;}

	.product.info.detailed .product.data.items > .item.content {overflow:hidden;}

	.product.media {width:100% !important;}

	/*************** search css resopnsive ************/

	.search-autocomplete .amsearch-item-inner {
		display: flex;
		align-items: flex-start;
		width: 100%;
		padding: 5px;
  		border-bottom: 1px solid #f4f5fa;
	}
	.search-autocomplete .amsearch-autocomplete-image {
		width: 20%;
	}
	.search-autocomplete .amsearch-autocomplete-information {
		padding-left: 4px;
		width: 80%;
	}
	.search-autocomplete .amsearch-wrapper-content .product-item-details {
		min-height: auto;
		text-align: left;
		margin-top: -4px;
	}
	.search-autocomplete .amsearch-wrapper-content .product-item-link{min-height: auto;}
	.search-autocomplete .product-item-description{margin:5px 0 10px;}

	/********* cart page changes *************/
	/* .products-crosssell .owl-controls .owl-nav .owl-prev {
		right: calc(100% - 118px);
	}
	.products-crosssell .owl-controls .owl-nav .owl-next {
		right: calc(100% - 145px); 
	}*/
	.cart-container .form-cart .actions.main button {
		margin: 0 !important;
		width: 48%;
	  }
	  .cart-container .form-cart .actions.main {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		box-sizing: border-box;
	  }
	  .cart-container .cart-collaterals .col1-set{width:100%;}
	  .checkout-cart-index .cart.main.actions .bck-btns{width:100%;}
	#block_newsletter_socialicons .block-subscribe input#newsletter{width: 210px;}

	/*	review section design update */
	.catalog-product-view .block.review-list .items.review-items .item.review-item{
		display: flex;
	    flex-direction: column;
	}
	.catalog-product-view .block.review-list .items.review-items .item.review-item .review-ratings~.review-content {
	    margin: 0;
	    height: auto !important;
	}
	.catalog-product-view .block.review-list .items.review-items .item.review-item .review-title {
		align-items: start;
	    flex-direction: column;
	}
	.catalog-product-view .block.review-list .items.review-items .item.review-item .review-details {
	    margin: 4px 0 0 0;
	    font-size: 10px;
	}	
}



@media (max-width: 640px){

	.static-link li a {padding: 14px 12px;}

	.header .call_banner{display: none;}

	.header-left {float: none; text-align: center; width: 100%;}

	.header-logo {display: inline-block; float: none;}

	.nav-toggle{top:25px;}

	.logo {float: none; margin: 0; text-align: center;  width: 100%;}

	.header-right {display: inline-block; float: none; text-align: center; width: 100%;}

	.header-right .minicart-wrapper .block-minicart{left: 0; margin:0 auto; text-align: left;}

	.header-right .minicart-wrapper {clear: both; float: none; margin: 5px 0; position: relative; width: 100%;}

	.block-search {clear: both; display: inline-block; float: none; margin: 17px 0 15px; width: 100%;}

	.block-search .block-content{border-radius: 3px; display: inline-block;}

	.list-center-outer{width:100%; margin-top:15px;}

	.tabbernav_product a span{padding:10px 5px;} 

	.page-layout-2columns-left .list.products-list .product-item-details {padding: 6px 0 0 0px; width: 100%;}

	.page-layout-1column .filter-options-item{padding: 10px 0; border: none;}



	.block.upsell .category-title h2,

	.block.related .category-title h2,

	.block.crosssell .category-title h2,

	.relatedpost-product .block-title h2{line-height: 40px;}

	.flex-direction-nav li a {top: 41%;}

	.footer_bottom li {line-height: 25px;}

	.footer_bottom .copyright {padding: 0 0 5px;}

	.list-left .product-item-actions, .list-left .actions-secondary{display: block;}

	.products-list .product-item-info .product-item-image {float: unset; text-align: center;}

	.footericons .owl-controls .owl-nav div {top: -95px;}

	.sidebar.sidebar-main {margin-top:10px;}
	/* .page-products .column.main .product-item{width:49%;} */

	.cloud-msg-cls3 {top:0px;right:0px;}
	.cloud-msg-cls3 a, .cloud-msg-cls2 a {cursor:pointer;}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

	.page-header .panel.wrapper .welcome-msg {width:auto;top:0px !important; color:#ffffff !important;float:left;}

	.page-header .panel.wrapper .quick-access.respolgo .form-search {margin-top: 6%;}	

	.page-header .panel.wrapper a.logo.respolgo {margin-top: 8px;}	

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media (min-width: 480px) and (max-width: 767px) {

	.form-list li.wide .input-box{width: 260px;}

	.form-list li.wide input.input-text{ width: 250px;}

	.page-header .panel.wrapper .logo_btm {width:100%;}

	.deschome {height:47px;}

	.page-header .panel.wrapper .links.login li.last span{ display:none; }

	.page-header .panel.wrapper .welcome-msg {background:none; color: grey; position: absolute; text-align: center; top: 28px;}

	.header-bottom {display: block;margin: 0 auto !important;width: 94% !important;}

	.page-header .panel.wrapper h1.logo {width: 50% !important;}

	.logo > img {width:100%;}

	.page-header .panel.wrapper .quick-access {width:50%;float: right;margin-bottom:0px;margin-top:0px;}

	.page-header .panel.wrapper .call_ship a {float:right;}

	.page-header .panel.wrapper .form-search {float:right;margin:6% 0px 0px 0px;border-radius: 3px;width:75%;}



	.page-header .panel.wrapper .call_ship a {width:81%;}

	.page-header .panel.wrapper .call_ship a img {float: right;width:96%;}

	.page-header .panel.wrapper .form-search input.input-text {width:100%;}

	.page-header .panel.wrapper .form-search button.button {width:30%;padding:0px 6px;}

	.page-header .panel.wrapper .form-search button.button span span {font-size:80%;}

	.header-static-block{ display:none; }

	.page-header .panel.wrapper .form-search {padding:5px;}

	.page-header .panel.wrapper .bgc_corner {padding:5px 5px 10px 5px !important;}

	.page-header .panel.wrapper .form-search button.button {top:5px;}

	

	.nav-responsive {border-radius: 5px 5px 5px 5px;}

	.mst-responsive {border-radius: 5px 5px 5px 5px;}

	.clean-responsive {border-radius: 5px 5px 5px 5px;}

	.covid-responsive {border-radius: 5px 5px 5px 5px;}



	.top_banner_orange_cnt .orange_banleft,.top_banner_orange_cnt .orange_banmid,.top_banner_orange_cnt .orange_banright {top:26%;}

	.top_banner_orange_cnt a {font-size:13px;}

	.act-container .top_banner_orange_cnt{width:96%;}

	.flex-caption {font-size:8px !important;line-height: 9px !important;}

}

@media only screen and (min-width: 480px) and (max-width: 570px) {

	.page-header .panel.wrapper .form-search {margin:4% 0px 0px 0px;}

	.top_banner_orange_cnt .orange_banleft,.top_banner_orange_cnt .orange_banmid,.top_banner_orange_cnt .orange_banright {top:16%;}

	.top_banner_orange_cnt a {font-size:10px;}

}

/* Landscape phones and down */

@media (max-width: 579px) {

	.ctt-form .mainncontent {width:100%;}

}

@media (max-width: 479px) {

	.block-search input{width:190px;}

	.header-top-left .tm_headerlinks{width: 240px;}

	.static-link {box-sizing: border-box; float: left; padding: 0px; width: 100%;  position: relative;}

	.static-link .mobile_togglemenu:before {content: "\f107"; font-family: fontawesome; font-size: 22px; position: absolute; right: 15px; top: 8px;}

	.static-link.active .mobile_togglemenu:before {content: "\f106";}

	.static-link .mobile_togglemenu {color: #e76453; text-decoration: none; font-size: 16px; padding:13px 10px; display: block; position: relative; cursor: pointer;}

	.static-link li {border-right: medium none; display: block; float: none;}

	.static-link li a {padding: 4px 0; border:none;}

	.static-link ul{ background: #f5f5f5 none repeat scroll 0 0;border: 1px solid #cbcaca;box-sizing: border-box;display: none;padding: 10px;position: absolute;top: 50px;width: 100%;z-index: 9;border-radius: 5px;}

	.news-content .newshead:before{ font-size: 20px;}

	.news-content .newshead{font-size: 18px;}

	.block.newsletter .footer_newsletter input{width: 170px;}

	.gallery-placeholder {width: 262px;}

	.page-products .sorter {float: left; margin: 15px 0 0; clear: both;}

	.sorter {clear: both; float: left; margin: 15px 0 0;}

	.page-layout-1column .block.widget .products-grid .widget-product-grid .product-item{width: 100%;}

	.page-layout-2columns-left .static-link {display: none;}

	.block-search {margin: 17px 0 0;}

	.flex-direction-nav {display: none !important;}

	.product-item-info:hover .product-item-inner {opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0;-ms-opacity: 0;right: 0;}

	.newsletter_cms {padding: 10px 15px;}

	.block.newsletter .footer_newsletter .action.subscribe {padding: 11px 12px;}

	.block.newsletter .footer_newsletter input {width: 160px;}

	.products-list .product-item-details .list-left .actions-secondary a.action.towishlist {margin: 0 0 8px;}

	.account.wishlist-index-index .product-item-info:hover .product-item-inner{opacity: 1;-khtml-opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;-ms-opacity: 1;right: unset;}

	.products-grid.wishlist .product-item-name{overflow: hidden;text-overflow: ellipsis;white-space: normal;padding: 0 15px;}

	.wishlist-index-index .product-item {width: 100%;}

	.products-grid.wishlist {margin-bottom: 10px;}

	.products-list .product-item-details .list-left .actions-secondary a.action.tocompare {margin: 10px 0 0;}

	.block.upsell .category-title h2 strong, .block.related .category-title h2 strong{font-size: 14px;}

	.block.upsell .category-title h2, .block.related .category-title h2, .block.crosssell .category-title h2{line-height: 20px;}

	.static-link{display: none;}

	.page-header .panel.wrapper .form-search input.input-text{width:100%;}

	.page-header .panel.wrapper .form-search{  width: 96%;}

	.quick-access .header-static-block {display:none;}

	.page-header .panel.wrapper .quick-access {margin-top:0px;}

	.form-search a.quesmark {left: -15px;}

	.wishlist-index-index .form-wishlist-items .actions-toolbar .primary {display:block;}

	.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button {margin-bottom:10px;}

	.overallmsgmain {float: none;width: 96%;margin: 0px auto;}

	.page-header .panel.wrapper .quick-access {margin-bottom:0px;}

	.top_banner_orange_cnt a {font-size: 70%;}

	.top_banner_orange_cnt .orange_banleft, .top_banner_orange_cnt .orange_banmid, .top_banner_orange_cnt .orange_banright {top: 7%;}

	.overallmsg{font-size:12px;}
	/* .page-products .column.main .product-item{width:100%;} */

}

@media (max-width: 420px) {

	.top_banner_orange_cnt a {font-size: 70%;}

	.top_banner_orange_cnt .orange_banleft, .top_banner_orange_cnt .orange_banmid, .top_banner_orange_cnt .orange_banright {top: 5%;}

}

@media (max-width: 380px) {

	.top_banner_orange_cnt a {font-size: 58%;}

	.top_banner_orange_cnt .orange_banleft, .top_banner_orange_cnt .orange_banmid, .top_banner_orange_cnt .orange_banright {top: -10%;}

}

/* Mobile Landscape Size to Mobile Portrait (devices and browsers) */

@media only screen and (min-width: 320px) and (max-width: 479px) { 

	.page-header .panel.wrapper .logo img {width:280px;height:56px;}

	.page-header .panel.wrapper .logo_btm {width:100%;}

	.page-header .panel.wrapper .logo {margin-top:5px;}

	.page-header .panel.wrapper h1.logo {margin-bottom:1px;}

	.page-header .panel.wrapper .form-search button.button {width:22%;padding:0px 6px;}

	.deschome {height:59px;}

	.page-header .panel.wrapper .links.login li.last span{ display:none; }

	.page-header .panel.wrapper .welcome-msg {background:none;color: grey; position: absolute; text-align: center; top: 34px;}

	.header-checkout .checkout_mini_right {padding: 4px 8px;}

	.header-cart .cart-label .cart_mini_right .price {display:none;}

	.page-header .panel.wrapper .header-cart #panel {right: -58px;}

	.page-header .panel.wrapper .header-cart #panel .top_arrow {right: 105px;}

	.page-header .panel.wrapper .quick-access.respolgo .form-search {margin-top:0px;}

	.deschome {text-align:inherit !important;font-size:12px;}

	.bgcrdcls #MB_caption {font-size:11px !important;padding-top: 0.8em !important;}

	#MB_window[id] {width:300px !important;}

	.bgcrdcls2 #SP_caption {font-size:11px !important;padding-top: 0.8em !important;}

	#SP_window[id] {width:300px !important;}

	.bgcrdcls3 #CV_caption {font-size:11px !important;padding-top: 0.8em !important;}

	#CV_window[id] {width:300px !important;}	

	.cart_mini_right .subtotal {display: none;}

	.header_top, .header-bottom, .nav-inner, .page-main, .footer-inner, .nav-clean, .nav-covid {max-width: 91% !important;}

	.subbanner .banner {width: 22.44%;}

	.subbanner .data .h1 {font-size: 10px;}

	.subbanner .data .h2 {font-size: 9px;}

	.flex-caption {font-size:10px !important;line-height: 11px !important;}

}

@media only screen and (min-width: 420px) and (max-width: 479px) {	

	.page-header .panel.wrapper .logo img {width: 376px; height:76px;}

}

@media only screen and (min-width: 385px) and (max-width: 479px) {	

	.header-cart .cart-label .cart_mini_right .price {display:inline;}

}

@media only screen and (max-width: 319px){	

	.page-header .panel.wrapper .logo img {width:250px;height:50px;}

	.page-header .panel.wrapper .logo_btm {width:100%;line-height:14px;}

	.page-header .panel.wrapper .logo {margin-top:5px;}

	.page-header .panel.wrapper h1.logo {margin-bottom:1px;}

	.deschome {height:77px;}

	.page-header .panel.wrapper .links.login li.last span{ display:none; }

	.page-header .panel.wrapper .welcome-msg {background:none;color: grey; position: absolute; text-align: center; top: 34px;}

	.cart .discount .input-box { width:100% !important; }

	.page-header .panel.wrapper .form-search input.input-text{ width:100%; }

	.page-header .panel.wrapper .form-search button.button {width:22%;padding:0px 7px;}

	.page-header .panel.wrapper .header-cart #panel{  width: 243px; }

	.page-header .panel.wrapper .form-search {width:95%;}

	.page-header .panel.wrapper .call_ship a {width:230px;height:23px;}

	.page-header .panel.wrapper .call_ship a img {width:230px;height:23px;display:block;}

	.page-header .panel.wrapper .header-cart #panel .top_arrow {right: 62px;}

	.page-header .panel.wrapper .header-cart #panel {right: -40px;}

	.header-cart .cart-label .cart_mini_right {background:none; padding: 4px 5px 4px 6px;}

	.header-cart .cart-label .cart_mini_right .price {display:none;}

	.page-header .panel.wrapper .header-cart #panel {right: -81px;}

	.page-header .panel.wrapper .header-cart #panel .top_arrow {right: 105px;}

	.header-checkout .checkout_mini_right {padding: 4px 8px;}

	.page-header .panel.wrapper .quick-access.respolgo .form-search {margin-top:0px;}

	.deschome {text-align:inherit !important;font-size:12px;}

	.bgcrdcls #MB_caption {font-size:10px !important;padding-top: 0.9em !important;}

	#MB_window[id] {width:280px !important;}

	.bgcrdcls2 #SP_caption {font-size:10px !important;padding-top: 0.9em !important;}

	#SP_window[id] {width:280px !important;}

	.bgcrdcls3 #CV_caption {font-size:10px !important;padding-top: 0.9em !important;}

	#CV_window[id] {width:280px !important;}

	.flex-caption {font-size:10px !important;line-height: 11px !important;}

	.act-container{display: none;}

	.page-header .panel.wrapper .quick-access {margin-bottom:10px;}

}


@media (min-width: 767px) and (max-width: 1199px){
	.checkout-cart-index .cart-collaterals.cart-summary {
		width: 100%;
	}
	.cart-container .cart-collaterals .col1-set {
		width: 31.33%;
		float: left;
	}
	.cart-container .cart-collaterals .col2-set {
		width: 66.66%;
		float: right;
	}
}

@media only screen and (max-width: 1231px) and (min-width: 767px) {
    #mb-ajaxsuite-popup-wrapper {
        width: 52% !important;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 1231px) {
	#mb-ajaxsuite-popup-wrapper {width: 32%;}
}

/* 
@media (min-width: 641px){
	.page-products .column.main .product-item {
	  width: 32.2%;
	}
  }

  @media (min-width: 1024px){
	.page-products .column.main .product-item {
	  width: 23.9%;
	  padding: 0;
	}
  } */
  @media print {
	.page-wrapper .header-nav-bgc {display:none;}
	.page-wrapper .overall_msgmain, .page-wrapper .header_top_bkg, .page-wrapper .quick-access {display:none !important;}	
	.page-wrapper .columns {margin-top:20px; float: left;width: 100%;}
	.page-wrapper .logo {float:left !important;}
	.page-wrapper .logo img {height: 60px !important;}
  }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Megnor/bgc/en_US/images/megnor/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Megnor/bgc/en_US/images/megnor/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Megnor/bgc/en_US/images/megnor/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
    margin:0px !important;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Megnor/bgc/en_US/images/megnor/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Megnor/bgc/en_US/images/megnor/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Megnor/bgc/en_US/images/megnor/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{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;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}.list-product-tags{padding: 0px;}
.list-product-tags li{ list-style-type: none; float: left; margin:5px 10px; border: 1px solid #000000; border-radius: 5px; padding: 5px;}
.list-product-tags li:hover{
    background-color: #e4e4e4;
}
.list-product-tags a:hover{
    color: black;
    text-decoration: none;
}/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.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: 30px;*/
    padding: 1px 2px;
    min-width: 10px;
    max-width: 90px;
    height: 10px;
    /*float: left;*/
    display: inline-block;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swatch-option.text {
    background: #F2F2F2;
    color: #7F7F7F;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    margin-right: 7px;
    /*background-color: #F2F2F2;*/
}

.swatch-option.selected {
    outline: 2px solid #FF5100;
    border: none;
    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 #dddddd;
    border:none;
}

.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);
    border: 1px solid #adadad;
    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-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/Megnor/bgc/en_US/Magento_Swatches/images/loader-2.gif");
}
.loyalty-bar {
    background-color: rgb(25, 121, 195);
    text-align: center;
    height: 50px;
}

.loyalty-text {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    padding: 10px;
}

.loyalty-products {
    width:100%;
    height:100%;
    border:1px solid #000;
    text-align: center;
    padding: 10px
}

body.checkout-index-index .loyalty-bar {
    margin-bottom: 20px;
}/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

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

/*.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
}

.post-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}*/

.post-holder .post-header {position:relative;}

/*.post-holder .post-header .post-info {padding: 0 0 10px 0;}*/
.post-holder .post-header .post-info .item,
.post-holder .post-header .post-info .dash {display: inline-block;}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}


.post-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {/*padding-top:10px;*/ float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

/*.post-content .post-description .post-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}*/
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}
@media (max-width: 496px) {
  .post-content .post-description .post-ftimg-hld {width: 100%; margin:0;}
}

/*.post-list .post-header .post-title {max-width:80%;}*/
.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 22px;
    /*color: #636363;*/
}

.post-list .post-header .post-title {
    margin: 0;
    padding: 10px 0;
/*  float:left;*/
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}
.post-list .hidden {display:none;}

/*.post-view .post-holder .post-header .addthis_toolbox {float: right;}
.post-view .post-bottom {margin-top:30px;}*/

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

.widget.block-recent-posts .block-content .item {
        padding: 8px 0 0 0;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/*.widget.blog-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    padding-left: 15px;
    z-index: 4;
}*/

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search .block-content .form {
    position: relative;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    top: calc(50% - 16px);
    z-index: 1;
    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;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    width: 16px;
    height: 32px;
    background: url(../../frontend/Megnor/bgc/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;
    background-size: 35px;
    opacity: 0.5;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.blog-widget-recent .post-list {
    padding: 0;
    margin: 0;
}

/*.blog-widget-recent .post-holder {
    width: 29%;
    float: left;
    margin: 5px;
}*/

.blog-widget-recent .post-description .post-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
  #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


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

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Megnor/bgc/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
.c-replyform button {border-radius: 4px !important;webkit-border-radius:3px !important;-moz-border-radius:3px !important;border-radius:3px !important; border:1px solid #c63622 !important; font-weight: bold !important;}
.c-replyform button.cancel {border-color:#c63622 !important;color:#ffffff !important;}