/**
 * 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*/
}
@font-face {
  font-family: 'm2-icons';
  src: url('../../frontend/Forix/ecsupply/en_US/fonts/fonticon/M2-icons.eot');
  src: url('../../frontend/Forix/ecsupply/en_US/fonts/fonticon/M2-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Forix/ecsupply/en_US/fonts/fonticon/M2-icons.woff') format('woff'), url('../../frontend/Forix/ecsupply/en_US/fonts/fonticon/M2-icons.ttf') format('truetype'), url('../../frontend/Forix/ecsupply/en_US/fonts/fonticon/M2-icons.svg#m2-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
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;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.6;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -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;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-text,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
.input-text,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  background-color: #ffffff;
  font-weight: 400;
  line-height: 1.42857143;
  font-style: normal;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
}
p {
  margin-bottom: 10px;
  margin-top: 0;
}
abbr[title] {
  border-bottom: 1px solid #c0c0c0;
  cursor: help;
}
b,
strong {
  font-weight: 500;
}
em,
i {
  font-style: italic;
}
mark {
  padding: 0 5px;
  display: inline-block;
  color: #333333;
  background: #f5f5f5;
}
small,
.small {
  line-height: 15px;
  display: inline-block;
  color: #c0c0c0;
}
hr {
  margin-bottom: 20px;
  margin-top: 20px;
  border: 0;
  border-top: 1px solid #c0c0c0;
}
sub,
sup {
  vertical-align: baseline;
  position: relative;
  line-height: 0;
  font-size: 71.42857143000001%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
dfn {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6,
#form-match-price-options-heading {
  margin-top: 0;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
}
h1 {
  line-height: 50px;
  font-weight: 500;
}
h2 {
  line-height: 40px;
  font-weight: 500;
}
h3 {
  line-height: 30px;
  font-weight: 500;
}
h4 {
  line-height: 23px;
  font-weight: 500;
}
h5,
#form-match-price-options-heading {
  line-height: 18px;
  font-weight: 500;
}
h6 {
  line-height: 18px;
  font-weight: 500;
}
a,
.alink,
.forix-abs-giftcard-block-form .secondary .action,
.forix-abs-add-fields .fieldset .action.add,
.block-billing-agreements-view .action.cancel,
.paypal-button-widget .paypal-button,
.checkout-agreements-block .action-show,
.checkout-payment-method .billing-address-details .action-edit-address,
.checkout-payment-method .payment-method-billing-address .primary .action-cancel,
.opc-wrapper .edit-address-link,
.field.downloads-all .label,
.my-credit-cards .action.delete,
.my-credit-cards-popup .action.secondary,
.column .block-addbysku .action.add,
.main .block.related .action.select,
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.data-grid-filters-wrap .action,
.filter .fprice .action.btn-go,
.catalog-filter-top .filter-actions .action.clear,
.quote-grid-filters-wrap button.action,
.requisition-list-title .action.edit,
.title-actions-links button.action,
.block-requisition-management .requisition-toolbar-actions .remove-selected,
.requisition-content .col.actions .actions-toolbar .action,
.form.send.friend .fieldset .action.add,
.product.options .toggle,
.minicart-items .product-item-details .update-cart-item,
.block.giftcard .fieldset .secondary .action,
.opc-wrapper .form-aw-giftcard .secondary .action,
.opc-wrapper .form-giftcard-account .secondary .action,
.form-add-invitations .fieldset .action.add {
  font-size: 15px;
  letter-spacing: 0;
  min-width: 0;
  text-transform: none;
  height: auto;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-decoration: none;
  line-height: 18px;
  font-weight: 500;
  color: #333333;
}
a:hover,
.alink:hover,
.forix-abs-giftcard-block-form .secondary .action:hover,
.forix-abs-add-fields .fieldset .action.add:hover,
.block-billing-agreements-view .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.checkout-agreements-block .action-show:hover,
.checkout-payment-method .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .primary .action-cancel:hover,
.opc-wrapper .edit-address-link:hover,
.field.downloads-all .label:hover,
.my-credit-cards .action.delete:hover,
.my-credit-cards-popup .action.secondary:hover,
.column .block-addbysku .action.add:hover,
.main .block.related .action.select:hover,
.form-edit-role .box-actions button.action:hover,
.block-dashboard-company .box-actions button.action:hover,
.data-grid-filters-wrap .action:hover,
.filter .fprice .action.btn-go:hover,
.catalog-filter-top .filter-actions .action.clear:hover,
.quote-grid-filters-wrap button.action:hover,
.requisition-list-title .action.edit:hover,
.title-actions-links button.action:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.requisition-content .col.actions .actions-toolbar .action:hover,
.form.send.friend .fieldset .action.add:hover,
.product.options .toggle:hover,
.minicart-items .product-item-details .update-cart-item:hover,
.block.giftcard .fieldset .secondary .action:hover,
.opc-wrapper .form-aw-giftcard .secondary .action:hover,
.opc-wrapper .form-giftcard-account .secondary .action:hover,
.form-add-invitations .fieldset .action.add:hover {
  background: none;
  color: #ef7a27;
}
.forix-abs-link1,
.link-type1 {
  text-decoration: underline;
  color: #767676;
}
.forix-abs-link1:hover,
.link-type1:hover {
  color: #333333;
}
.forix-abs-list-reset,
.column.main .block-faqs,
.opc-wrapper .opc,
.checkout-agreements-items,
.credit-balance-list,
.gift-wrapping-list,
.main-slider,
.block-customer-logged ul,
.sidebar .block-cms .block-content ul,
.cms-noroute-index .column.main .nav-links-extend > ul,
.payment-methods-list,
.filter .fprice ul,
.block-wishlist-management .wishlist-select-items,
.split.requisition-list-action .list-items,
.search-autocomplete ul,
.minicart-items,
.switcher-language ul,
.block-banners .banner-items,
.box-style-guide .guide-color-swatches,
.widget.block-viewed-products-grid .block-content .block-faqs,
.cms-noroute-index .widget.block-viewed-products-grid .block-content .nav-links-extend > ul,
.page-search-noresult .column.main .nav-links-extend > ul,
.block-banners-inline .banner-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.forix-abs-list-reset > li,
.credit-balance-list > li,
.payment-methods-list > li,
.filter .fprice ul > li,
.block-wishlist-management .wishlist-select-items > li,
.split.requisition-list-action .list-items > li,
.search-autocomplete ul > li,
.minicart-items > li,
.switcher-language ul > li,
.box-style-guide .guide-color-swatches > li {
  margin: 0;
}
ul {
  margin: 0 0 15px 35px;
  padding: 0;
}
ul > li {
  margin: 0 0 5px 0;
}
ol {
  padding: 0 0 0 30px;
  margin: 0 0 15px;
}
ol > li {
  margin: 0 0 5px 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 15px 0 0 35px;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
}
dd {
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  white-space: nowrap;
  padding: 5px 10px;
  color: #333333;
  background: #f5f5f5;
}
kbd {
  white-space: nowrap;
  padding: 5px 10px;
  color: #333333;
  background: #f5f5f5;
}
pre {
  white-space: normal;
  word-wrap: break-word;
  display: block;
  padding: 10px;
  margin: 10px 0;
  color: #333333;
  border: 1px solid #c0c0c0;
  background: #f5f5f5;
}
blockquote {
  font-style: italic;
  color: #333333;
  padding: 0;
  margin: 0 0 20px;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
iframe {
  max-width: 100%;
  display: inline-block;
}
.columns {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.columns:after {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  display: block;
  content: ' ';
  clear: both;
}
.columns .column.main,
.widget.block-viewed-products-grid .block-content,
.columns .widget.block-viewed-products-grid .block-content {
  padding-bottom: 30px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.columns .sidebar-main,
.widget.block-viewed-products-grid .block-title {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.columns .sidebar-additional {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-layout-3columns .columns .sidebar-additional {
  width: 25%;
}
.table-scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.table-wrapper {
  margin-bottom: 20px;
}
table {
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table th {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
  text-align: left;
}
table th:last-child {
  padding-right: 0;
}
table th:first-child {
  padding-left: 0;
}
table td {
  font-weight: 300;
  border-bottom: 1px solid #dddddd;
}
table td:last-child {
  padding-right: 0;
}
table td:first-child {
  padding-left: 0;
}
table thead th {
  padding: 10px;
  font-weight: 500;
  vertical-align: middle;
}
table thead td {
  padding: 10px;
  font-weight: 300;
  vertical-align: bottom;
}
table tbody th {
  font-weight: 600;
  vertical-align: middle;
}
table tbody td {
  vertical-align: middle;
}
table th a {
  font-weight: 500;
}
table td a {
  font-weight: 500;
}
table td a.view,
.table-giftregistry td a.action {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
table td a.order,
.table-giftregistry td a.action.share,
.table-giftregistry td a.action.edit,
.table-giftregistry td a.action.delete {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
table td a.order:before,
.table-giftregistry td a.action.share:before,
.table-giftregistry td a.action.edit:before,
.table-giftregistry td a.action.delete:before {
  top: 2px;
  left: -10px;
  display: inline-block;
  position: absolute;
  background: #333333;
  height: 14px;
  width: 1px;
  content: '';
}
table td .product-item-name,
table td .product-item-details .product-item-name {
  text-transform: uppercase;
  color: #333333;
  padding-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}
table td .product-item-name a,
table td .product-item-details .product-item-name a {
  text-transform: uppercase;
  display: inline-block;
  color: #333333;
}
table td .product-item-name a:hover,
table td .product-item-details .product-item-name a:hover {
  color: #ef7a27;
}
table td .item-options,
table td .item.options,
table td .product.options.list {
  margin-bottom: 5px;
  padding: 0;
  line-height: 16px;
  margin: 0;
}
table td .item-options dt,
table td .item.options dt,
table td .product.options.list dt {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  clear: both;
  float: left;
}
table td .item-options dt:after,
table td .item.options dt:after,
table td .product.options.list dt:after {
  margin-right: 5px;
  display: inline-block;
  content: ": ";
}
table td .item-options dd,
table td .item.options dd,
table td .product.options.list dd {
  margin-bottom: 0;
  float: left;
  display: inline-block;
}
table td .cart-price {
  font-weight: 500;
}
table td .product-item-photo {
  margin-right: 15px;
  margin-bottom: 0;
  float: left;
}
table td .product-image-wrapper {
  display: inline;
}
table td .product-image-photo {
  position: static;
}
table td .product-item-details {
  min-width: 100px;
  width: 99%;
  white-space: normal;
  vertical-align: top;
  display: table-cell;
}
table td .message {
  margin: 10px 0;
  clear: both;
}
table td input.qty {
  font-weight: 400;
  text-align: center;
  padding: 5px;
  border: 1px solid #c0c0c0;
}
table td.mark,
table th.mark {
  border: 0;
  font-weight: 500;
  text-align: right;
}
table td.amount,
table th.amount {
  padding: 5px 0;
  border: 0;
  font-weight: 500;
  text-align: right;
}
table tbody td.amount strong,
table tbody th.amount strong {
  color: #333333;
}
table tfoot td.mark,
table tfoot th.mark {
  font-weight: 400;
  border: 0;
  padding: 5px 55px 5px 10px;
  text-align: right;
}
table tfoot td.amount,
table tfoot th.amount {
  border: 0;
  font-weight: bold;
  padding: 5px 10px;
  text-align: right;
}
table tfoot td.amount strong,
table tfoot th.amount strong {
  color: #333333;
}
.table tfoot {
  background: #f5f5f5;
}
.table.additional-attributes tbody th {
  padding: 10px 10px 10px 0;
  border: 0;
}
.table.additional-attributes tbody td {
  padding: 10px 0 10px 10px;
  border: 0;
}
.forix-abs-table-reponsive tbody th:before,
.table-wrapper:not(.table-scroll) table:not(.table) tbody th:before {
  font-weight: 600;
}
.forix-abs-table-reponsive tbody td:before,
.table-wrapper:not(.table-scroll) table:not(.table) tbody td:before {
  font-weight: 600;
}
.forix-abs-data-table-reponsive tbody td:before,
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td:before {
  vertical-align: top;
  font-weight: 600;
}
.forix-abs-data-table-reponsive tbody td.actions:before,
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td.actions:before {
  display: inline-block;
}
.forix-abs-data-table-reponsive tbody th:before,
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody th:before {
  font-weight: 600;
}
.table tbody tr:last-child:not(.data-grid-tr-no-data) td,
.table tbody tr:last-child th {
  border-bottom: 0;
}
.table tbody tr.data-grid-tr-no-data td {
  border-bottom: 1px solid #dddddd !important;
}
.message {
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  background: #ef7a27;
  position: relative;
  display: block;
  padding: 10px 10px;
  margin: 0 0 20px;
}
.message a {
  color: #ffffff;
}
.message a:hover {
  color: #333333;
}
.message.error {
  color: #ffffff;
  background: #c93711;
}
.message.error a:hover {
  color: #333333;
}
.message.success {
  color: #ffffff;
  background: #2e86c0;
}
.input-text,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  width: 100%;
  vertical-align: baseline;
  line-height: 1.42857143;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #c0c0c0;
  background-clip: padding-box;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.input-text:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
select {
  width: 100%;
  border: 1px solid #c0c0c0;
  line-height: 1.42857143;
  vertical-align: baseline;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-clip: padding-box;
  background: #ffffff url('../../frontend/Forix/ecsupply/en_US/images/select-bg.svg') no-repeat 100% 50%;
  background-size: 17px;
  background-position: right 5px center;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
select[multiple="multiple"] {
  height: auto;
  background: #ffffff;
}
textarea,
textarea.input-text {
  min-height: 132px;
  resize: vertical;
  width: 100%;
  vertical-align: baseline;
  margin: 0;
  line-height: 14px;
  height: auto;
  font-size: 12px;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #c0c0c0;
  background-clip: padding-box;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
input[type="checkbox"] {
  width: 1px;
  position: absolute;
  padding: 0;
  overflow: hidden;
  margin: -1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 3px 0 0 30px;
  margin: 0;
}
input[type="checkbox"] + label:before {
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  position: absolute;
  content: '';
}
input[type="checkbox"]:checked + label:after {
  top: 2px;
  left: 4px;
  font-size: 13px;
  color: #333333;
  font-family: 'm2-icons';
  position: absolute;
  content: '\e917';
}
input[type="checkbox"]:disabled + label:after {
  opacity: 0.2;
}
input[type="checkbox"]:disabled + label:before {
  background: #f0f0f0;
}
input[type="radio"]:not([name*='ratings']) {
  width: 1px;
  position: absolute;
  padding: 0;
  overflow: hidden;
  margin: -1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type="radio"]:not([name*='ratings']) + label {
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  margin: 0;
  position: relative;
}
input[type="radio"]:not([name*='ratings']) + label:before {
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  position: absolute;
  content: '';
}
input[type="radio"]:not([name*='ratings']):checked + label:after {
  background: #333333;
  border-radius: 50%;
  font: 0/0 a;
  content: '\e917';
  position: absolute;
}
input[type="radio"]:not([name*='ratings']):disabled + label:after {
  opacity: 0.2;
}
input[type="radio"]:not([name*='ratings']):disabled + label:before {
  background: #f0f0f0;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff0000;
}
div.mage-error[generated],
.field .field-error {
  font-weight: 400;
  line-height: 18px;
  color: #ff0000;
  margin-top: 7px;
}
.form,
.paypal-review-discount .block.discount form {
  max-width: 660px;
}
.legend,
.block-giftregistry-shared-items .block-title,
.block-giftregistry-results .block-title {
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}
.legend span {
  margin-right: 5px;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.field.date input {
  width: calc(100% - (23px + 10px));
  margin-right: 10px;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-bottom: 10px;
  margin-top: 10px;
}
.field.message {
  color: inherit;
  display: inline;
  position: static;
  margin: 0;
  padding: 0;
  background: none;
}
.field .tooltip {
  display: inline-block;
  position: relative;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  top: -7px;
  left: 100%;
  margin-left: 7px;
  white-space: normal;
  line-height: 1.4;
  color: #333333;
  text-align: left;
  position: absolute;
  display: none;
  z-index: 100;
  padding: 20px;
  box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.3);
  min-width: 210px;
  max-width: 360px;
  background: #f5f5f5;
}
.field .tooltip .tooltip-content:before {
  left: 2px;
  top: 7px;
  transform: rotate(47deg);
  transform-origin: 0 0;
  -webkit-transform: rotate(47deg);
  -webkit-transform-origin: 0 0;
  border: 7px solid transparent;
  border-color: transparent transparent #f5f5f5 #f5f5f5;
  height: 0;
  width: 0;
  position: absolute;
  content: "";
}
.field .tooltip:hover .tooltip-content {
  display: block;
}
.fieldset {
  letter-spacing: -0.31em;
  padding: 0;
  border: 0;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset * {
  letter-spacing: normal;
}
.fieldset > .legend + br {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  display: none;
  clear: both;
}
.fieldset > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 10px;
  display: inline-block;
  font-weight: 400;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field + .fieldset {
  clear: both;
}
.fieldset > .field .fields.group > .field {
  margin-bottom: 0;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field:last-child {
  float: right;
}
.fieldset > .field .fields.group.group-3 .field:nth-of-type(3) {
  float: right;
}
.fieldset > .field .fields.group.group-4 .field {
  width: 100%;
}
.fieldset > .field.no-label .label {
  display: none;
}
.fieldset > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after,
.fieldset > .fields > .field.required > .label:after {
  margin: 0 0 0 3px;
  color: #ff0000;
  content: '*';
}
.fieldset > .field.choice > .label {
  display: inline;
  margin: 0;
}
.fieldset > .field.note {
  font-weight: 600;
}
.fieldset > .field .note {
  margin-top: 10px;
}
.fieldset > .field .addon {
  width: 100%;
  padding: 0;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.fieldset > .field .addon input,
.fieldset > .field .addon textarea,
.fieldset > .field .addon select {
  width: 100%;
  margin: 0;
  display: inline-block;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .field .addon .addafter {
  white-space: nowrap;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 1px;
  border: 1px solid #c0c0c0;
  background-clip: padding-box;
  padding: 0 9px;
  background: #ffffff;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.fieldset > .field .addon .addbefore {
  margin-right: -1px;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .addon .addafter {
  margin-left: -1px;
}
.fieldset > .field .additional {
  margin-top: 5px;
}
.fieldset > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field.choice > label {
  display: inline;
  margin: 0;
}
.fieldset + .actions-toolbar {
  clear: both;
}
fieldset.field {
  padding: 0;
  border: 0;
}
.fieldset .fields {
  position: relative;
}
.fieldset .fields > .actions-toolbar {
  position: absolute;
  display: inline-block;
  margin-top: 5px;
}
.fieldset .fields > .actions-toolbar .action.remove,
.form-add-invitations .fields .action.remove {
  font: 0/0 a;
  display: inline-block;
  color: #333333;
  min-width: 0;
  padding: 0;
  background: none;
}
.fieldset .fields > .actions-toolbar .action.remove:hover,
.form-add-invitations .fields .action.remove:hover {
  color: #333333;
}
.fieldset .fields > .actions-toolbar .action.remove:before,
.form-add-invitations .fields .action.remove:before {
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  font-family: 'm2-icons';
  content: '\e616';
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.datetime-picker + .ui-datepicker-trigger {
  min-width: 0;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  text-shadow: none;
  padding: 0;
  line-height: inherit;
  box-shadow: none;
  border: 0;
  background: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.datetime-picker + .ui-datepicker-trigger:before {
  text-align: center;
  speak: none;
  overflow: hidden;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: 'm2-icons';
  content: '\e612';
  color: #7d7d7d;
  line-height: 23px;
  font-size: 23px;
}
.datetime-picker + .ui-datepicker-trigger span {
  display: none;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset .field:not(.choice):not(: last-child),
.sidebar .fieldset .fields .field:not(: last-child) {
  margin: 0 0 10px;
}
.sidebar .fieldset .fields .field .label {
  width: 100%;
  text-align: left;
  padding: 0 0 10px;
  margin: 0 0 5px;
}
.sidebar .fieldset .fields .field .control {
  width: 100%;
}
select::-ms-expand {
  display: none;
}
input[type=text]::-ms-clear {
  display: none;
}
::-ms-clear {
  display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
#shipping-zip-form .estimate .field .control .label:after {
  display: none;
}
.input-text[disabled] {
  border: 1px solid #c0c0c0;
  background-color: #f0f0f0;
}
.input-text[disabled]:hover {
  box-shadow: none;
}
button,
.abutton,
.popup-authentication .block-new-customer .action-register,
.checkout-success .action.continue,
.checkout-onepage-success .registration.action,
.checkout-onepage-success .column.main .action.continue,
.magento-giftregistry-index-index .column.main .actions-toolbar .action.primary,
.invitations .action.send,
.review-list-title > .action.add-review,
.main-slider .banner-link,
.block-customer-login .actions-toolbar .action.action-register,
.table.table-comparison .stock.available,
.table.table-comparison .product-item-actions .actions-primary .view-detail,
.sidebar .block.block-contacts .contact-item:first-child p a,
.filter-actions .action.clear,
.block.newsletter .actions .action,
.products-grid .product.actions .stock.available,
.products-grid .product-item-actions .stock.available,
.products-grid .product.actions .stock.unavailable,
.products-grid .product-item-actions .stock.unavailable,
.sidebar .actions-toolbar .primary .action:not(.tocart),
.sidebar .block .action.tocart,
.abutton1,
.products-grid.wishlist .product-item-actions .action.tocart,
.products-grid.wishlist .product-item .unavailable.stock,
.multishipping-checkout-success .registration.action,
.multishipping-checkout-success .column.main .action.continue,
.multicheckout.success .action.continue,
.checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue,
.magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary,
.products-grid .product-item-actions .stock.available,
.products-grid .product-item-actions .stock.unavailable,
.sub-top-menu > a {
  padding: 0 15px;
  border: 0;
  background: #333333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0;
  font-size: 13px;
}
button:hover,
.abutton:hover,
.popup-authentication .block-new-customer .action-register:hover,
.checkout-success .action.continue:hover,
.checkout-onepage-success .registration.action:hover,
.checkout-onepage-success .column.main .action.continue:hover,
.magento-giftregistry-index-index .column.main .actions-toolbar .action.primary:hover,
.invitations .action.send:hover,
.review-list-title > .action.add-review:hover,
.main-slider .banner-link:hover,
.table.table-comparison .stock.available:hover,
.sidebar .block.block-contacts .contact-item:first-child p a:hover,
.filter-actions .action.clear:hover,
.block.newsletter .actions .action:hover,
.sidebar .block .action.tocart:hover,
.abutton1:hover,
.products-grid.wishlist .product-item-actions .action.tocart:hover,
.multishipping-checkout-success .registration.action:hover,
.multishipping-checkout-success .column.main .action.continue:hover,
.multicheckout.success .action.continue:hover,
.checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue:hover,
.magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary:hover,
.sub-top-menu > a:hover {
  background: #ef7a27;
  color: #ffffff;
}
.abutton,
.popup-authentication .block-new-customer .action-register,
.checkout-success .action.continue,
.checkout-onepage-success .registration.action,
.checkout-onepage-success .column.main .action.continue,
.magento-giftregistry-index-index .column.main .actions-toolbar .action.primary,
.invitations .action.send,
.review-list-title > .action.add-review,
.main-slider .banner-link,
.block-customer-login .actions-toolbar .action.action-register,
.table.table-comparison .stock.available,
.table.table-comparison .product-item-actions .actions-primary .view-detail,
.sidebar .block.block-contacts .contact-item:first-child p a,
.filter-actions .action.clear,
.block.newsletter .actions .action,
.products-grid .product.actions .stock.available,
.products-grid .product-item-actions .stock.available,
.products-grid .product.actions .stock.unavailable,
.products-grid .product-item-actions .stock.unavailable,
.sidebar .actions-toolbar .primary .action:not(.tocart),
.sidebar .block .action.tocart,
.abutton1,
.products-grid.wishlist .product-item-actions .action.tocart,
.products-grid.wishlist .product-item .unavailable.stock,
.multishipping-checkout-success .registration.action,
.multishipping-checkout-success .column.main .action.continue,
.multicheckout.success .action.continue,
.checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue,
.magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary,
.products-grid .product-item-actions .stock.available,
.products-grid .product-item-actions .stock.unavailable,
.sub-top-menu > a {
  text-align: center;
  line-height: 30px;
  border: 2px solid #ffffff;
  background: transparent;
  display: inline-block;
}
.abutton:hover,
.popup-authentication .block-new-customer .action-register:hover,
.checkout-success .action.continue:hover,
.checkout-onepage-success .registration.action:hover,
.checkout-onepage-success .column.main .action.continue:hover,
.magento-giftregistry-index-index .column.main .actions-toolbar .action.primary:hover,
.invitations .action.send:hover,
.review-list-title > .action.add-review:hover,
.main-slider .banner-link:hover,
.table.table-comparison .stock.available:hover,
.sidebar .block.block-contacts .contact-item:first-child p a:hover,
.filter-actions .action.clear:hover,
.block.newsletter .actions .action:hover,
.sidebar .block .action.tocart:hover,
.abutton1:hover,
.products-grid.wishlist .product-item-actions .action.tocart:hover,
.multishipping-checkout-success .registration.action:hover,
.multishipping-checkout-success .column.main .action.continue:hover,
.multicheckout.success .action.continue:hover,
.checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue:hover,
.magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary:hover,
.sub-top-menu > a:hover {
  background: #ef7a27;
  border-color: #ef7a27;
  color: #ef7a27;
  text-decoration: none;
}
.abutton span,
.popup-authentication .block-new-customer .action-register span,
.checkout-success .action.continue span,
.checkout-onepage-success .registration.action span,
.checkout-onepage-success .column.main .action.continue span,
.magento-giftregistry-index-index .column.main .actions-toolbar .action.primary span,
.invitations .action.send span,
.review-list-title > .action.add-review span,
.main-slider .banner-link span,
.table.table-comparison .stock.available span,
.sidebar .block.block-contacts .contact-item:first-child p a span,
.filter-actions .action.clear span,
.block.newsletter .actions .action span,
.sidebar .block .action.tocart span,
.abutton1 span,
.products-grid.wishlist .product-item-actions .action.tocart span,
.multishipping-checkout-success .registration.action span,
.multishipping-checkout-success .column.main .action.continue span,
.multicheckout.success .action.continue span,
.checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue span,
.magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary span,
.sub-top-menu > a span {
  display: block;
  font-size: 13px;
  color: #ffffff;
}
.forix-abs-button-type1,
.cart-summary .checkout-methods-items .action.checkout,
.checkout-payment-method .payment-methods .actions-toolbar .primary .action.checkout,
.table.table-comparison .product-item-actions .actions-primary .view-detail,
.product-info-main .box-tocart .action.tocart,
.product-info-main .btn-login-to-see-price,
.box-tocart .action.alert,
.box-tocart .btn-notify,
.form-quote-popup .actions-toolbar .primary button.action,
.form-quote-popup .actions-toolbar .secondary .cancel-quote-request,
.product.actions .action.tocart,
.products-grid .product.actions .stock.available,
.products-grid .product-item-actions .stock.available,
button.type1,
.column.main > .product-add-form .box-tocart .action.tocart,
.product-item-actions .action.tocart,
.products-grid .product-item-actions .stock.available,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .action.tocart {
  font-size: 18px;
  min-width: 189px;
  line-height: 45px;
  height: 45px;
}
.forix-abs-button-type2,
button.type2 {
  cursor: inherit;
  color: #dddddd;
  background: #c0c0c0;
}
.forix-abs-button-type3,
.modal-popup .modal-footer .action-secondary.action-dismiss,
.cart-summary .checkout-methods-items .item #negotiable-quote-form button,
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .detail .btncopy.active,
.checkout-success .action.continue,
.checkout-onepage-success .registration.action,
.checkout-onepage-success .column.main .action.continue,
.order-create-account button,
.block-customer-login .actions-toolbar .action.action-register,
.block-compare .block-content .actions-toolbar .action.compare,
.box-tocart .action.alert,
.box-tocart .btn-notify,
.sidebar .block.block-contacts .contact-item:first-child p a,
.filter .fprice .action.btn-go,
.form-quote-popup .actions-toolbar .secondary .cancel-quote-request,
.products-grid .btn-login-to-see-price,
.form-wishlist-items .actions-toolbar .action.share,
button.type3,
.multishipping-checkout-success .registration.action,
.multishipping-checkout-success .column.main .action.continue,
.multicheckout.success .action.continue,
.checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue {
  line-height: 26px;
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
.forix-abs-button-type3:hover,
.modal-popup .modal-footer .action-secondary.action-dismiss:hover,
.cart-summary .checkout-methods-items .item #negotiable-quote-form button:hover,
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .detail .btncopy.active:hover,
.checkout-success .action.continue:hover,
.checkout-onepage-success .registration.action:hover,
.checkout-onepage-success .column.main .action.continue:hover,
.order-create-account button:hover,
.block-customer-login .actions-toolbar .action.action-register:hover,
.block-compare .block-content .actions-toolbar .action.compare:hover,
.box-tocart .action.alert:hover,
.box-tocart .btn-notify:hover,
.sidebar .block.block-contacts .contact-item:first-child p a:hover,
.filter .fprice .action.btn-go:hover,
.form-quote-popup .actions-toolbar .secondary .cancel-quote-request:hover,
.products-grid .btn-login-to-see-price:hover,
.form-wishlist-items .actions-toolbar .action.share:hover,
button.type3:hover,
.multishipping-checkout-success .registration.action:hover,
.multishipping-checkout-success .column.main .action.continue:hover,
.multicheckout.success .action.continue:hover,
.checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue:hover {
  border-color: #333333;
  background: #333333;
  color: #ffffff;
}
.forix-abs-button-type4,
.filter-actions .action.clear,
.sidebar .actions-toolbar .primary .action:not(.tocart),
button.type4 {
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
.forix-abs-button-type4:hover,
.filter-actions .action.clear:hover,
button.type4:hover {
  border-color: #333333;
  background: #333333;
  color: #ffffff;
}
.forix-abs-button-type5,
button.type5 {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
.forix-abs-button-type5:hover,
button.type5:hover {
  border-color: #333333;
  background: #333333;
  color: #ffffff;
}
.forix-abs-button-type6,
.review-list-title > .action.add-review,
.form-wishlist-items .actions-toolbar .action.update,
.products-grid.wishlist .product-item .unavailable.stock,
button.type6 {
  background: #333333;
  color: #ffffff;
}
.forix-abs-button-type6:hover,
.review-list-title > .action.add-review:hover,
.form-wishlist-items .actions-toolbar .action.update:hover,
.products-grid.wishlist .product-item .unavailable.stock:hover,
button.type6:hover {
  background: #ef7a27;
}
.forix-abs-button-type7,
button.type7 {
  background: #ffffff;
  color: #333333;
}
.forix-abs-button-type7:hover,
button.type7:hover {
  background: #333333;
}
.forix-abs-button-type8,
.products-grid .product.actions .stock.unavailable,
.products-grid .product-item-actions .stock.unavailable,
button.type8,
.products-grid .product-item-actions .stock.unavailable {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #ffffff;
  color: #333333;
}
.forix-abs-button-type8:hover,
.products-grid .product.actions .stock.unavailable:hover,
.products-grid .product-item-actions .stock.unavailable:hover,
button.type8:hover,
.products-grid .product-item-actions .stock.unavailable:hover {
  background: #333333;
}
.actions-toolbar .primary button.action {
  margin: 0 15px 0 0;
}
.actions-toolbar a + a {
  margin: 0 15px 0 0;
}
.actions-toolbar a + button {
  margin: 0 0 0 15px;
}
.actions-toolbar button + button {
  margin: 0 0 0 15px;
}
.actions-toolbar button + a {
  margin: 0 0 0 15px;
}
.actions-toolbar .action.back small {
  display: none;
}
.breadcrumbs {
  background: #f3f3f3;
  max-width: 100%;
  width: 100%;
  margin: 0 0 10px;
}
.breadcrumbs .items {
  color: #808080;
}
.breadcrumbs a {
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #ef7a27;
}
.breadcrumbs .item {
  font-size: 13px;
  line-height: 15px;
  vertical-align: top;
  display: inline-block;
  font-weight: 300;
  margin: 0;
}
.breadcrumbs .item:after {
  text-align: center;
  speak: none;
  overflow: hidden;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-family: 'm2-icons';
  content: '/';
  line-height: 14px;
}
.breadcrumbs .item.last:after {
  display: none;
}
.breadcrumbs .item.last strong {
  color: #808080;
  font-weight: 300;
  font-size: 11px;
}
.breadcrumbs .item.adding {
  font-weight: 400;
  color: #c0c0c0;
}
.breadcrumbs .item.adding:after {
  display: none;
}
.breadcrumbs .item.adding:before {
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  content: "\f104";
}
.forix-abs-accordion-title,
.footer_links .title,
.block.newsletter .title {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  width: 100%;
  display: table;
}
.forix-abs-accordion-title .dot,
.footer_links .title .dot,
.block.newsletter .title .dot {
  font: 0/0 a;
  width: 30px;
  cursor: pointer;
  text-align: center;
}
.forix-abs-accordion-title .dot:before,
.footer_links .title .dot:before,
.block.newsletter .title .dot:before {
  content: "\f107";
  font-size: 21px;
  line-height: 17px;
}
.forix-abs-accordion-title.active .dot:before,
.footer_links .title.active .dot:before,
.block.newsletter .title.active .dot:before {
  content: "\f106";
}
.forix-abs-accordion-title a,
.footer_links .title a,
.block.newsletter .title a {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  text-decoration: none;
}
.forix-abs-accordion-title a:hover,
.footer_links .title a:hover,
.block.newsletter .title a:hover {
  color: #333333;
}
.forix-abs-accordion-content.active,
.footer_links .content.active {
  display: block;
}
.forix-abs-accordion-title-1,
.block-faqs li .title {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
.forix-abs-accordion-title-1:hover,
.block-faqs li .title:hover {
  color: #333333;
}
.forix-abs-accordion-title-1 a,
.block-faqs li .title a {
  text-transform: none;
}
.forix-abs-accordion-content-1,
.block-faqs li .content {
  display: none;
  padding: 5px 0 0;
  margin: 0 0 15px;
}
.forix-abs-accordion-content-1.active,
.block-faqs li .content.active {
  display: block;
}
.back-to-top {
  cursor: pointer;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  color: #333333;
}
.back-to-top span {
  text-decoration: none;
  display: block;
}
.back-to-top span:before {
  display: none;
}
.back-to-top span:after {
  font-family: 'm2-icons';
  content: '\e621';
  color: inherit;
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
}
.back-to-top:hover {
  color: #ef7a27;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  text-align: center;
}
.ui-datepicker .ui-datepicker-buttonpane {
  border-top: 0;
}
.forix-abs-dropdown-content,
.minicart-wrapper .block-minicart,
.minilogin-wrapper .block-authentication,
.wishlist.split.button .items,
.wishlist-dropdown ul.dropdown,
.split.requisition-list-action .items,
.giftregisty-dropdown ul.dropdown {
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.3);
  background: #f5f5f5;
  z-index: 100;
  list-style: none none;
  position: absolute;
}
.forix-abs-dropdown-content:before,
.minicart-wrapper .block-minicart:before,
.minilogin-wrapper .block-authentication:before,
.wishlist.split.button .items:before,
.wishlist-dropdown ul.dropdown:before,
.split.requisition-list-action .items:before,
.giftregisty-dropdown ul.dropdown:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-color: transparent transparent #f5f5f5 #f5f5f5;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(136deg);
  -moz-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  transform: rotate(136deg);
  box-shadow: -2px 2px 7px -4px rgba(0, 0, 0, 0.4);
  width: 0;
  height: 0;
}
.forix-abs-dropdown-content:after,
.minicart-wrapper .block-minicart:after,
.minilogin-wrapper .block-authentication:after,
.wishlist.split.button .items:after,
.wishlist-dropdown ul.dropdown:after,
.split.requisition-list-action .items:after,
.giftregisty-dropdown ul.dropdown:after {
  content: '';
  border: 0;
  width: 100%;
  height: 19px;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-wrap .fancybox-close {
  color: #333333;
  right: 8px;
  top: 8px;
  line-height: 10px;
  text-decoration: none;
}
.fancybox-wrap .fancybox-close:hover {
  color: #ef7a27;
  text-decoration: none;
}
.fancybox-wrap .fieldset {
  margin-bottom: 20px;
}
.fancybox-wrap .block-customer-login .forgot-password-form {
  border-bottom: none;
}
.fancybox-wrap .block-customer-login .actions-toolbar > div {
  margin-bottom: 0;
  padding-bottom: 0;
}
.fancybox-wrap .block-customer-login .form-forgotpwd {
  padding-top: 0;
}
.fancybox-skin {
  position: relative;
  background-color: #f9f9f9;
  padding: 0 !important;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
  background: #f9f9f9;
  position: relative;
  max-width: 100%;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 64px;
  height: 64px;
  background: url('../../frontend/Forix/ecsupply/en_US/images/loader-1.gif') center center no-repeat;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../frontend/Forix/ecsupply/en_US/images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav:hover > span {
  visibility: visible;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  background-image: url('../../frontend/Forix/ecsupply/en_US/images/fancybox_sprite.png');
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
  background-image: url('../../frontend/Forix/ecsupply/en_US/images/fancybox_sprite.png');
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: 10px;
  background-image: url('../../frontend/Forix/ecsupply/en_US/images/fancybox_sprite.png');
  background-position: 0 -72px;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
}
.fancybox-lock {
  width: auto;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  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: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #ffffff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.7);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-tmp {
  overflow: visible !important;
}
.fancybox-lock,
.fancybox-lock body,
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%;
  background: none;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: none;
  display: none;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: none;
  position: relative;
}
.jspDrag {
  background: #767676;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.loading-mask {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
  min-height: 90px;
}
body._has-modal {
  height: 100%;
  width: 100%;
  position: relative;
}
.modals-overlay {
  z-index: 899;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-slide._show {
  visibility: visible;
}
.modal-slide .modal-inner-wrap {
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: auto;
}
.modal-popup {
  min-width: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 900;
}
.modal-popup._show {
  visibility: visible;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  pointer-events: auto;
  opacity: 1;
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 680px;
  max-width: 96%;
  max-height: 92%;
  position: fixed;
  left: 50%;
  top: 50%;
  display: block;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-popup .modal-header {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header h1 {
  padding: 30px 30px 0;
}
.modal-popup .modal-title {
  display: block;
  margin: 0;
  line-height: 1;
  padding-right: 35px;
}
.modal-popup .modal-content {
  padding: 25px 30px 30px;
  display: inline-block;
  width: 100%;
}
.modal-popup .modal-footer {
  background: #fafafa;
  text-align: center;
  margin-top: auto;
  padding: 0 30px 30px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-footer .action,
.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action-primary {
  margin-right: 20px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup .action-close,
.fancybox-close {
  background: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  font-size: 0;
  position: absolute;
  right: 30px;
  top: 35px;
  color: #333333;
}
.modal-popup .action-close:hover,
.fancybox-close:hover {
  color: #ef7a27;
}
.modal-popup .action-close:after,
.fancybox-close:after {
  content: '\e616';
  font-weight: 600;
  color: inherit;
  font-size: 20px;
  line-height: 20px;
}
.modal-popup.confirm .modal-inner-wrap {
  margin: 0;
  transform: translate(-50%, -50%);
  min-height: 0;
}
.modal-popup.confirm .modal-header .action-close {
  top: 19px;
}
.modal-popup.confirm .modal-header h1 + .action-close {
  top: 35px;
}
.modal-popup.confirm .modal-footer {
  background: #ffffff;
}
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup.popup-age .modal-content {
  padding: 15px 40px 0;
  width: 100%;
}
.modal-popup.popup-age .modal-footer {
  padding: 30px 40px 50px;
  min-height: 98px;
}
.popup-message {
  text-align: center;
  padding-top: 15px;
  margin: 0 -40px;
}
.popup-message .full-content-gray,
.popup-message .catalog-product-view .block.related,
.popup-message .cms-home .brand-featured {
  margin-top: 28px;
  padding: 47px 10px 0;
}
.popup-message .full-content-gray p,
.popup-message .catalog-product-view .block.related p,
.popup-message .cms-home .brand-featured p {
  max-width: 470px;
  text-align: center;
  margin: 0 auto;
  font-weight: 300;
}
.popup-message .full-content-gray p.large-text,
.popup-message .catalog-product-view .block.related p.large-text,
.popup-message .cms-home .brand-featured p.large-text {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}
.modal-popup:not(.popup-age) .modal-footer {
  background: none;
}
.modal-popup.edit-order-popup .modal-inner-wrap {
  min-width: 0;
  width: 96%;
  max-width: 500px;
}
.modal-popup.edit-order-popup .modal-inner-wrap .modal-content {
  padding: 0;
}
.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;
  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:before {
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: "\f00d";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  text-align: center;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.product.data.items {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.product.data.items > .item.title.active > a,
.product.data.items > .item.title:hover > a {
  color: #38ca73;
}
.product.data.items > .item.title.active > a {
  cursor: default;
}
.product.data.items > .item.title.active a:after {
  content: "\f106";
}
.product.data.items > .item.title.active + .item.content {
  display: block;
}
.product.data.items > .item.title > a {
  color: #333333;
  line-height: inherit;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.product.data.items > .item.title > a:hover {
  color: #38ca73;
}
.product.data.items > .item.title > a:after {
  content: "\f107";
  color: inherit;
  line-height: 20px;
  font-size: 22px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  top: 50%;
  position: absolute;
}
.product.data.items > .item.content {
  display: none;
  width: 100%;
  background: none;
}
.product.data.items > .item.content:nth-of-type(2) {
  display: block;
}
.slick-slider,
.block-related-slider-wrapper {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track .slick-slide {
  display: none;
}
.slick-loading.slick-list {
  background: #ffffff url('../../frontend/Forix/ecsupply/en_US/images/loader-1.gif') center center no-repeat;
}
.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loaded .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider .slick-arrow,
.block-related-slider-wrapper .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 20;
  min-width: 0;
  opacity: 0.7;
}
.slick-slider .slick-arrow:before,
.block-related-slider-wrapper .slick-arrow:before {
  color: #ffffff;
  font-weight: 500;
  font-family: 'm2-icons';
}
.slick-slider .slick-arrow:hover:before,
.slick-slider .slick-arrow:focus:before,
.block-related-slider-wrapper .slick-arrow:hover:before,
.block-related-slider-wrapper .slick-arrow:focus:before {
  color: #ef7a27;
}
.slick-slider .slick-prev,
.block-related-slider-wrapper .slick-prev {
  left: 0;
}
.slick-slider .slick-prev:before,
.block-related-slider-wrapper .slick-prev:before {
  content: '\e939';
}
.slick-slider .slick-next,
.block-related-slider-wrapper .slick-next {
  right: 0;
}
.slick-slider .slick-next:before,
.block-related-slider-wrapper .slick-next:before {
  content: '\e93a';
}
.slick-disabled {
  opacity: 0.4;
  cursor: default;
}
.slick-disabled:hover {
  background: #8998a3;
}
.slick-slider .slick-dots,
.block-related-slider-wrapper .slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0px 10px 20px;
  text-align: center;
  vertical-align: top;
  font-size: 0;
}
.slick-slider .slick-dots li,
.block-related-slider-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  width: 24px;
  height: 5px;
}
.slick-slider .slick-dots li.slick-active button,
.block-related-slider-wrapper .slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-slider .slick-dots li button,
.block-related-slider-wrapper .slick-dots li button {
  min-width: 0;
  font: 0/0 a;
  overflow: hidden;
  background: transparent;
  display: block;
  vertical-align: top;
  width: 24px;
  height: 5px;
  padding: 0;
}
.slick-slider .slick-dots li button:before,
.block-related-slider-wrapper .slick-dots li button:before {
  width: 24px;
  height: 5px;
  content: '';
  border: 1px solid #ffffff;
  opacity: 1;
}
.slick-arrow.slick-hidden {
  display: none !important;
}
.slider-table {
  position: relative;
  overflow: hidden;
}
.slider-table:before {
  content: "";
  position: absolute;
  background: #ffffff;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
}
.slider-table-title {
  position: absolute;
  background: #ffffff;
  z-index: 200;
  height: 100%;
  left: 0;
  top: 0;
}
.slider-table-title .item {
  border-top: 1px solid #dddddd;
  width: 100%;
  visibility: hidden;
}
.slider-table-title .item.done {
  visibility: visible;
}
.slider-table-title .item.done:first-child {
  border-top: 0;
  visibility: hidden;
}
.slider-table-title .item.done:first-child span {
  padding: 0;
  border: 0;
}
.slider-table-title .item.done.last-child {
  border-bottom: none;
}
.slider-table-title .item.done:nth-child(2) {
  border-top: 0;
}
.slider-table-title .item.done:nth-child(2) span {
  padding-top: 0;
}
.gecko .slider-table-title .item {
  border-bottom: 1px solid #dddddd;
  border-top: none;
}
.item-inner {
  width: 100%;
  font-weight: 500;
  display: table;
}
.slider-table-title .item span {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding: 25px 25px 0 0;
  white-space: nowrap;
}
.slider-table table {
  position: relative;
  margin-left: 1px;
  left: 0;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
}
.slider-loading table {
  visibility: hidden;
}
.slider-table-block {
  display: block;
  height: 0px;
  width: 100%;
}
.slider-table .cell:before {
  visibility: hidden;
}
.slider-table .basic-item.show:nth-of-type(1):before {
  visibility: visible;
}
.slider-table .basic-item.hide:before {
  visibility: hidden;
}
.slider-table .controls {
  position: relative;
}
.slider-table .slider-arrow {
  min-width: 0;
  z-index: 100;
  outline: none;
  color: #333333;
  cursor: pointer;
  padding: 0;
  position: absolute;
  line-height: 0;
  font-size: 0;
  top: 115px;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13);
  border-radius: 50%;
  letter-spacing: 0;
}
.slider-table .slider-arrow:before {
  line-height: 36px;
  font-size: 22px;
}
.slider-table .slider-arrow:hover {
  color: #ef7a27;
}
.slider-table .slider-arrow.disabled {
  cursor: default;
  color: #333333 !important;
}
.slider-table .slider-arrow.hidden {
  display: none;
}
.slider-table .slider-prev {
  left: 8px;
}
.slider-table .slider-prev:before {
  content: '\e939';
}
.slider-table .slider-next {
  right: 6px;
}
.slider-table .slider-next:before {
  content: '\e93a';
}
.slider-table .table-comparison tr:first-child .basic-item:before {
  border-top: 0;
}
.slider-table .table-comparison .basic-item.show:nth-of-type(1):before {
  visibility: visible;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: pointer;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 10px 15px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #c0c0c0;
  margin-top: 10px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 0;
  display: block;
  float: left;
  width: 80%;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}
.tooltip.wrapper .tooltip.content .label:after {
  content: ':';
  display: inline-block;
  padding-right: 5px;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
  padding-left: 10px;
  display: block;
  float: left;
  width: 20%;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  padding: 10px;
}
.page-header.animated {
  position: fixed;
  z-index: 101;
  right: 0;
  left: 0;
  top: 0;
}
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}
.forix-abs-clearfix:before,
.forix-abs-clearfix:after,
table td .item-options:before,
table td .item-options:after,
.messages:before,
.messages:after,
.fieldset .field .fields.group:before,
.fieldset .field .fields.group:after,
.modal-popup .modal-footer:before,
.modal-popup .modal-footer:after,
.product.data.items > .item.content:before,
.product.data.items > .item.content:after,
.slick-track:before,
.slick-track:after,
.slider-table .controls:before,
.slider-table .controls:after,
.paypal-review .block-order-details-view:before,
.paypal-review .block-order-details-view:after,
.table.cart.table-paypal-review-items tbody:before,
.table.cart.table-paypal-review-items tbody:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.block-minicart .block-content:before,
.block-minicart .block-content:after,
.minicart-items-wrapper:before,
.minicart-items-wrapper:after,
.cart.main.actions:before,
.cart.main.actions:after,
.block.crosssell:before,
.block.crosssell:after,
.cart-container:before,
.cart-container:after,
.cart-summary .block:before,
.cart-summary .block:after,
.checkout-container:before,
.checkout-container:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.multicheckout .block-shipping:before,
.multicheckout .block-shipping:after,
.multicheckout .block-billing:before,
.multicheckout .block-billing:after,
.multicheckout .block-other:before,
.multicheckout .block-other:after,
.multicheckout > .actions-toolbar:before,
.multicheckout > .actions-toolbar:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.product-label:before,
.product-label:after,
.catalog-product-view .column.main:before,
.catalog-product-view .column.main:after,
.main .block.related:before,
.main .block.related:after,
.block.upsell:before,
.block.upsell:after,
.product.info.detailed:before,
.product.info.detailed:after,
.filter .fprice:before,
.filter .fprice:after,
.wishlist.split.button:before,
.wishlist.split.button:after,
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after,
.quote-shipping-info:before,
.quote-shipping-info:after,
.quote-details-items:before,
.quote-details-items:after,
.quote-details-items .quote-table-totals-wrap:before,
.quote-details-items .quote-table-totals-wrap:after,
.negotiable-quote-quote-print .quote-price-block:before,
.negotiable-quote-quote-print .quote-price-block:after,
.requisition-list-title:before,
.requisition-list-title:after,
.requisition-view-links:before,
.requisition-view-links:after,
.block-requisition-management:before,
.block-requisition-management:after,
.order-links:before,
.order-links:after,
.nav-top:before,
.nav-top:after,
.box-socials:before,
.box-socials:after,
.forix-abs-account-blocks .block-content:before,
.forix-abs-account-blocks .block-content:after,
.pager:before,
.pager:after,
.pages:before,
.pages:after,
.box-group:before,
.box-group:after,
.toolbar:before,
.toolbar:after,
.swatch-attribute-options:before,
.swatch-attribute-options:after,
.item-options:before,
.item-options:after,
.minicart-items .product:before,
.minicart-items .product:after,
.minicart-items:before,
.minicart-items:after,
.sidebar .actions-toolbar:before,
.sidebar .actions-toolbar:after,
.sidebar .block .product-item:before,
.sidebar .block .product-item:after,
.page-print .pager:before,
.page-print .pager:after,
.header.content:before,
.header.content:after,
.footer.inner:before,
.footer.inner:after,
.footer_links:before,
.footer_links:after,
table td .item.options:before,
table td .item.options:after,
.account .column.main .block .block-content:before,
.account .column.main .block .block-content:after,
.account .column.main .block-dashboard-orders .block-content:before,
.account .column.main .block-dashboard-orders .block-content:after,
.account .column.main .block-dashboard-info .block-content:before,
.account .column.main .block-dashboard-info .block-content:after,
.account .column.main .block-dashboard-addresses .block-content:before,
.account .column.main .block-dashboard-addresses .block-content:after,
.account .column.main .block-reviews-dashboard .block-content:before,
.account .column.main .block-reviews-dashboard .block-content:after,
.storecredit .block .block-content:before,
.storecredit .block .block-content:after,
.catalog-product-view .widget.block-viewed-products-grid .block-content:before,
.catalog-product-view .widget.block-viewed-products-grid .block-content:after,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content:before,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content:after,
.sales-guest-view .column.main .block:not(.widget) .block-content:before,
.sales-guest-view .column.main .block:not(.widget) .block-content:after,
table td .product.options.list:before,
table td .product.options.list:after,
.product.options.list:before,
.product.options.list:after,
.account .widget.block-viewed-products-grid .block-content .block .block-content:before,
.account .widget.block-viewed-products-grid .block-content .block .block-content:after,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-content:before,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-content:after,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-content:before,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-content:after,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-content:before,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-content:after,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-content:before,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-content:after,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content:before,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content:after,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content:before,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content:after {
  content: '';
  display: table;
}
.forix-abs-clearfix:after,
table td .item-options:after,
.messages:after,
.fieldset .field .fields.group:after,
.modal-popup .modal-footer:after,
.product.data.items > .item.content:after,
.slick-track:after,
.slider-table .controls:after,
.paypal-review .block-order-details-view:after,
.table.cart.table-paypal-review-items tbody:after,
.payment-method-braintree .hosted-date-wrap:after,
.block-minicart .block-content:after,
.minicart-items-wrapper:after,
.cart.main.actions:after,
.block.crosssell:after,
.cart-container:after,
.cart-summary .block:after,
.checkout-container:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-wrapping-list:after,
.multicheckout .block-shipping:after,
.multicheckout .block-billing:after,
.multicheckout .block-other:after,
.multicheckout > .actions-toolbar:after,
.customer-review .product-details:after,
.product-label:after,
.catalog-product-view .column.main:after,
.main .block.related:after,
.block.upsell:after,
.product.info.detailed:after,
.filter .fprice:after,
.wishlist.split.button:after,
.negotiable-quote-order-information:after,
.quote-shipping-info:after,
.quote-details-items:after,
.quote-details-items .quote-table-totals-wrap:after,
.negotiable-quote-quote-print .quote-price-block:after,
.requisition-list-title:after,
.requisition-view-links:after,
.block-requisition-management:after,
.order-links:after,
.nav-top:after,
.box-socials:after,
.forix-abs-account-blocks .block-content:after,
.pager:after,
.pages:after,
.box-group:after,
.toolbar:after,
.swatch-attribute-options:after,
.item-options:after,
.minicart-items .product:after,
.minicart-items:after,
.sidebar .actions-toolbar:after,
.sidebar .block .product-item:after,
.page-print .pager:after,
.header.content:after,
.footer.inner:after,
.footer_links:after,
table td .item.options:after,
.account .column.main .block .block-content:after,
.account .column.main .block-dashboard-orders .block-content:after,
.account .column.main .block-dashboard-info .block-content:after,
.account .column.main .block-dashboard-addresses .block-content:after,
.account .column.main .block-reviews-dashboard .block-content:after,
.storecredit .block .block-content:after,
.catalog-product-view .widget.block-viewed-products-grid .block-content:after,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content:after,
.sales-guest-view .column.main .block:not(.widget) .block-content:after,
table td .product.options.list:after,
.product.options.list:after,
.account .widget.block-viewed-products-grid .block-content .block .block-content:after,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-content:after,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-content:after,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-content:after,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-content:after,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content:after,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content:after {
  clear: both;
}
.forix-abs-clearer:after {
  clear: both;
  content: '';
  display: table;
}
.no-display {
  display: none;
}
.company-account-create .columns .column.main,
.customer-account-create .columns .column.main,
.customer-account-forgotpassword .columns .column.main,
.customer-account-confirmation .columns .column.main,
.customer-account-createpassword .columns .column.main,
.forix-abs-customer-not-login-page .widget.block-viewed-products-grid .block-content,
.forix-abs-customer-not-login-page .columns .widget.block-viewed-products-grid .block-content {
  padding-bottom: 70px;
}
.block-collapsible-nav .title,
.block-cms .block-title,
.filter.block .filter-title,
.catalog-filter-top .filter-subtitle,
.block-wishlist-management .wishlist-select .wishlist-name,
.block.account-nav .title,
.block-cms-links .title {
  line-height: 18px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #333333;
  padding: 0 0 10px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.forix-abs-toggling-title:after,
.block-collapsible-nav .title:after,
.block-cms .block-title:after,
.filter.block .filter-title:after,
.catalog-filter-top .filter-subtitle:after,
.block-wishlist-management .wishlist-select .wishlist-name:after,
.block.account-nav .title:after,
.block-cms-links .title:after {
  line-height: 20px;
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  content: "\f107";
  color: inherit;
}
.block-collapsible-nav .title.active:after,
.block-cms .block-title.active:after,
.filter.block .filter-title.active:after,
.catalog-filter-top .filter-subtitle.active:after,
.block-wishlist-management .wishlist-select .wishlist-name.active:after,
.block.account-nav .title.active:after,
.block-cms-links .title.active:after {
  content: "\f106";
}
.forix-abs-fieldset-column-2:before,
.forix-abs-fieldset-column-2:after,
.form-address-edit .fieldset:before,
.form-address-edit .fieldset:after,
.form-edit-account .fieldset:before,
.form-edit-account .fieldset:after {
  content: '';
  display: table;
}
.forix-abs-fieldset-column-2:after,
.form-address-edit .fieldset:after,
.form-edit-account .fieldset:after {
  clear: both;
}
.block.discount .fieldset,
.block.giftcard .fieldset,
.opc-wrapper .form-aw-giftcard,
.opc-wrapper .form-giftcard-account,
.opc-wrapper .form-discount {
  width: 100%;
  display: table;
}
.block.discount .fieldset .legend,
.block.giftcard .fieldset .legend,
.opc-wrapper .form-aw-giftcard .legend,
.opc-wrapper .form-giftcard-account .legend,
.opc-wrapper .form-discount .legend {
  text-transform: none;
}
.block.discount .fieldset .field,
.block.giftcard .fieldset .field,
.opc-wrapper .form-aw-giftcard .field,
.opc-wrapper .form-giftcard-account .field,
.opc-wrapper .form-discount .field {
  display: table-cell;
}
.forix-abs-discount-block-form .field .input-text::-moz-placeholder,
.block.discount .fieldset .field .input-text::-moz-placeholder,
.block.giftcard .fieldset .field .input-text::-moz-placeholder,
.opc-wrapper .form-aw-giftcard .field .input-text::-moz-placeholder,
.opc-wrapper .form-giftcard-account .field .input-text::-moz-placeholder,
.opc-wrapper .form-discount .field .input-text::-moz-placeholder {
  text-transform: uppercase;
}
.forix-abs-discount-block-form .field .input-text::-webkit-input-placeholder,
.block.discount .fieldset .field .input-text::-webkit-input-placeholder,
.block.giftcard .fieldset .field .input-text::-webkit-input-placeholder,
.opc-wrapper .form-aw-giftcard .field .input-text::-webkit-input-placeholder,
.opc-wrapper .form-giftcard-account .field .input-text::-webkit-input-placeholder,
.opc-wrapper .form-discount .field .input-text::-webkit-input-placeholder {
  text-transform: uppercase;
}
.forix-abs-discount-block-form .field .input-text:-ms-input-placeholder,
.block.discount .fieldset .field .input-text:-ms-input-placeholder,
.block.giftcard .fieldset .field .input-text:-ms-input-placeholder,
.opc-wrapper .form-aw-giftcard .field .input-text:-ms-input-placeholder,
.opc-wrapper .form-giftcard-account .field .input-text:-ms-input-placeholder,
.opc-wrapper .form-discount .field .input-text:-ms-input-placeholder {
  text-transform: uppercase;
}
.block.discount .fieldset .payment-option-inner,
.block.giftcard .fieldset .payment-option-inner,
.opc-wrapper .form-aw-giftcard .payment-option-inner,
.opc-wrapper .form-giftcard-account .payment-option-inner,
.opc-wrapper .form-discount .payment-option-inner {
  display: table-cell;
}
.block.discount .fieldset .payment-option-inner .field,
.block.giftcard .fieldset .payment-option-inner .field,
.opc-wrapper .form-aw-giftcard .payment-option-inner .field,
.opc-wrapper .form-giftcard-account .payment-option-inner .field,
.opc-wrapper .form-discount .payment-option-inner .field {
  display: block;
}
.block.discount .fieldset .actions-toolbar,
.block.giftcard .fieldset .actions-toolbar,
.opc-wrapper .form-aw-giftcard .actions-toolbar,
.opc-wrapper .form-giftcard-account .actions-toolbar,
.opc-wrapper .form-discount .actions-toolbar {
  width: 1%;
  vertical-align: top;
  display: table-cell;
}
.block.discount .fieldset .action,
.block.giftcard .fieldset .action,
.opc-wrapper .form-aw-giftcard .action,
.opc-wrapper .form-giftcard-account .action,
.opc-wrapper .form-discount .action {
  white-space: nowrap;
}
.block.discount .fieldset .primary .action,
.block.giftcard .fieldset .primary .action,
.opc-wrapper .form-aw-giftcard .primary .action,
.opc-wrapper .form-giftcard-account .primary .action,
.opc-wrapper .form-discount .primary .action {
  padding-right: 5px;
  padding-left: 5px;
  min-width: 0;
  width: 70px;
  margin-right: 0;
}
.block.giftcard .fieldset,
.opc-wrapper .form-aw-giftcard,
.opc-wrapper .form-giftcard-account {
  position: relative;
}
.block.giftcard .fieldset .actions-toolbar .secondary,
.opc-wrapper .form-aw-giftcard .actions-toolbar .secondary,
.opc-wrapper .form-giftcard-account .actions-toolbar .secondary {
  bottom: -35px;
  right: 0;
  position: absolute;
}
.form-add-invitations > .fieldset {
  margin: 0 0 30px;
}
.form-add-invitations > .fieldset .legend {
  text-transform: none;
}
.form-add-invitations > .fieldset .action.add {
  text-transform: uppercase;
  min-width: 0;
}
.form-add-invitations > .fieldset .fields .actions-toolbar {
  margin: 5px 0 0;
}
.form-add-invitations > .fieldset .fieldset {
  margin: 0;
}
.form-add-invitations > .actions-toolbar .action {
  min-width: 0;
}
.form-cart,
.cart-container .cart-gift-item,
.block-cart-failed {
  position: relative;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.items,
.product-label,
.history-log-block-list,
.order-details-items .items-qty,
.menu-static ul,
.products-grid .product-items,
.sidebar .block .product-items,
.footer_links .content,
.footer_links,
.nav-sections .box-links ul,
.box-socials {
  padding: 0;
  margin: 0;
  list-style: none;
}
table caption,
.loading-mask .loader > p,
.load.indicator > span,
.ui-dialog.popup .action span,
.column.main .block-faqs .title .dot,
.modal-size-chart,
.block-minicart .block-content > .actions .action.checkout,
.block-minicart .action.close,
.block-minicart .block-title,
.action.showcart .counter-label,
.action.showcart .text,
.products-crosssell.products-grid .product-item-details .product-item-actions,
.cart.main.actions,
.table.cart .actions-toolbar .action.action-edit,
.cart.table-wrapper .field.qty .label,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .summary.title,
.checkout-cart-index .page-main .page-title-wrapper,
.cart-summary .block.discount .title,
.table.cart .product-label-info,
.popup-authentication .block-new-customer,
.ui-helper-hidden-accessible,
.checkout-index-index .nav-sections,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payment-method-content .fieldset.payment > legend,
.field-tooltip .field-tooltip-action > span,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.opc-wrapper .form-giftcard-account .field .label,
.gift-message .block.message.hidden,
.gift-summary .action-delete > span,
.gift-messages-order.hidden,
.block-giftregistry-shared-items + .actions-toolbar,
.gift-wrapping-list .no-image > span,
.form-add-invitations > .fieldset .fields .label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.page-layout-checkout .page-promotions,
.multishipping-checkout-login .page-title-wrapper,
.product-info-main .product-reviews-summary .action.add,
.review-list-title .product-reviews-summary.empty .action.add,
.review-list-title .product-reviews-summary .action.add,
.review-list .block-title,
.review-items .review-author .review-details-label,
.review-items .review-details .review-date .review-details-label,
.review-add .review-field-rating > .label,
.review-add .review-legend,
.review-add .block-title,
.customer-review .product-details .rating-average-label,
.minilogin-wrapper .action.showlogin span,
.minilogin-wrapper .block-customer-login .block-title,
.page-layout-1column.shopby-shopby-index .page-title-wrapper,
.products-grid .product-items.widget-product-grid .product-item-inner,
.table.table-comparison thead th span,
.table.table-comparison tbody th.cell.product span,
.catalog-product-compare-index .action.print,
.products-grid.products-related .product-item-details .product-item-actions,
.products-grid.products-upsell .product-item-details .product-item-actions,
.products-grid .product-items.widget-product-grid .product-item-inner,
.cms-noroute-index .column.main .nav-links-extend h2,
.form.contact .fieldset .field.note,
.catalog-filter-top .filter-current-subtitle,
.catalog-filter-top .filter.block .filter-title,
.filter-options .filter-count-label,
.table.table-comparison .wishlist.split.button .action.split span,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.wishlist.split.button .action.toggle span,
.magento-reward-customer-info .column.main > .actions-toolbar,
.returns-details-items + .actions-toolbar,
.order-details-items .order-gift-message .action.close,
.block-order-details-gift-message + .actions-toolbar,
.order-details-items .order-title + .toolbar,
.order-details-items > .actions-toolbar,
.block-search .nested,
.block-search .field.search label,
.block-search .block-title strong,
.mobile-sticky-search .form.minisearch .field.search label,
.form.send.friend > .actions-toolbar .secondary,
.form.send.friend .fieldset .action.remove span,
.nav-sections-item-title,
.box-links .back-link,
.box-links .shopall-link,
.pager .toolbar-amount,
.account .toolbar.bottom > .limiter,
.catalog-filter-top .toolbar-top .sorter-label,
.page-products.catalog-filter-top .toolbar-top .pages,
.page-products.catalog-filter-top .toolbar-top .modes,
.page-products.catalog-filter-top .toolbar-top .field.limiter,
.page-products.catalog-filter-top .toolbar-top .toolbar-amount,
.pages .items .action.next span,
.pages .items .action span,
.pages .items strong.page .label,
.pages .items a.page .label,
.sorter-action span,
.modes-mode.mode-grid span,
.modes-mode.mode-list span,
.modes,
.catalog-filter-top .toolbar-top .toolbar-sorter .sorter-options,
.toolbar-bottom .box-group,
.toolbar-products .limiter,
.review-control-vote label span,
.rating-summary .rating-result span span,
.rating-summary .rating-label,
.review-control-vote input[type="radio"],
.product.options .subtitle,
.action.skip:not(:focus),
.product-reviews-summary.short.empty .action,
.products-grid .product-item-details .reviews-actions .action.view,
.products-grid .product-item-details .old-price .price-label,
.sidebar .block .field.choice .label span,
.sidebar .block .action.delete span,
.sidebar .block .subtitle,
.page-print .pager .limiter,
.switcher-language .switcher-label,
.table.table-comparison .action.towishlist span,
.products-grid.wishlist .product-item-tooltip,
.products-grid.wishlist .field.qty .label,
.products-grid.wishlist .field.comment-box .label,
.cart-summary .block .fieldset.estimate > .legend + br,
.table.cart .actions-toolbar .action.action-delete,
.products-crosssell.products-grid .product-item-details .product.actions,
.checkout-index-index .nav-toggle,
.checkout-index-index .page-title-wrapper,
.checkout-index-index .page-promotions,
.gift-message .block.message.hidden,
.table.table-comparison td .old-price .price-label,
.table.table-comparison .reviews-actions .action.view,
.checkout-cart-index .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper,
.widget.block-viewed-products-grid .block-content .block-faqs .title .dot,
.cms-noroute-index .widget.block-viewed-products-grid .block-content .nav-links-extend h2,
.magento-reward-customer-info .widget.block-viewed-products-grid .block-content > .actions-toolbar,
.page-search-noresult .column.main .nav-links-extend h2,
.filter-current .action.remove span,
.filter.block .filter-title,
.order-details-items .block-order-details-gift-message .action.close,
.page-print .account .toolbar.bottom > .limiter,
.rating-summary .label,
.checkout-index-index .nav-toggle-close,
.products-crosssell.products-grid .product-item-details .product-item-actions {
  width: 1px;
  position: absolute;
  padding: 0;
  overflow: hidden;
  margin: -1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fancybox-wrap .modal-size-chart,
.cart-totals .table-wrapper .data.table.totals .table-caption,
.payment-method-content .field-tooltip .field-tooltip-action > span,
.table.cart .gift-summary .action.action-edit,
.table.cart .gift-summary .action.action-delete,
.product-info-main .product-reviews-summary.empty .action.add,
.customer-review-rating .rating-label,
.sidebar .block.block-contacts .subtitle,
.catalog-filter-top .filter-actions .action.clear,
.catalog-filter-top .filter-actions {
  width: auto;
  position: static;
  overflow: visible;
  margin: 0;
  height: auto;
  clip: auto;
}
.forix-abs-popup-close:after,
.forix-abs-action-delete:after,
.forix-abs-toggling-title:after,
.datetime-picker + .ui-datepicker-trigger:before,
.breadcrumbs .item.home a:before,
.breadcrumbs .item.adding:before,
.forix-abs-accordion-title .dot:before,
.back-to-top span:before,
.modal-popup .action-close:after,
.ui-dialog.popup .action.close:before,
.product.data.items > .item.title > a:after,
.slick-arrow:before,
.slider-table .slider-arrow:before,
.product-size-chart:before,
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .push-close:before,
.cart-summary .block .title:after,
.table.cart .action.action-delete:before,
.cart-customer-service ul li:before,
.cart-need-help .store-credit:before,
.cart-need-help .reward-points:before,
.cart-need-help .need-help ul li a:before,
.cart-summary .coupon-des a:before,
.cart-summary .coupon-des a:after,
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .btncopy.active:before,
.block.crosssell .slick-prev:before,
.block.crosssell .slick-next:before,
.checkout-container .minilogin-wrapper .action.showlogin span:after,
.opc-wrapper .checkout-cart-shipping-speed li:before,
.opc-block-summary .items-in-cart > .title:after,
.checkout-payment-method .payment-option._collapsible .payment-option-title .action-toggle:after,
.opc-progress-bar-item._complete > span:after,
.opc-progress-bar-item > span:before,
.opc-wrapper .shipping-address-item.selected-item:after,
#checkout-shipping-method-load .shipping-lstcustom .blockshippingrates .headercustom:before,
.field-tooltip .field-tooltip-action:before,
.show-password:before,
.table-downloadable-products .action.download:before,
.cart.table-wrapper .action-gift span:after,
.gift-item-block .title span:after,
.gift-message .action.message:after,
.gift-wrapping-list .no-image:after,
.multicheckout .table-wrapper .action.delete:after,
.minilogin-wrapper .action.showlogin:before,
.minilogin-wrapper .push-close:before,
.shopby-shopby-index.page-layout-1column #brand-index-title:after,
.table.table-comparison .action.delete:after,
.actions-toolbar.compare-toolbar .primary a:after,
.actions-toolbar.compare-toolbar .secondary a:after,
.product-info-main .box-tocart .increase-up:before,
.product-info-main .box-tocart .increase-down:before,
.product-social-links .action:before,
.block-norout-contact .rout-item a:before,
.sidebar .block.block-contacts .contact-item:first-child ul li:before,
.sidebar .block.block-contacts .contact-item:last-child p:before,
.sidebar .block.block-contacts .contact-item:last-child p a:after,
.reward-point .icon-plus:before,
.catalog-filter-top .filter-options .option-select-title:after,
.filter-options-title:after,
.block-wishlist-management .wishlist-notice.private:before,
.block-wishlist-management .wishlist-add.item .add:before,
.wishlist-dropdown .action.toggle:after,
.wishlist.split.button .action.new:before,
.wishlist.split.button .action.toggle:after,
.wishlist.split.button .action.split:before,
.quote-details-items .toggle-action .toggle:after,
.split.requisition-list-action .requisition-list-button:after,
.split.requisition-list-action .item .action.new:before,
.requisition-content .col.actions .actions-toolbar .action.action-delete:before,
.order-details-items .action.show:after,
.block-search .block-title:before,
.block-search .actions button:after,
.mobile-search-icon .action.search-toggle .icon-search,
.nav-sections .ico-arrow:before,
.nav-sections .opener:before,
.nav-sections .box-links .link-account:before,
.nav-toggle:before,
.main-nav .back-link:before,
.main-nav .push-menu-close:before,
.modes-mode,
.sorter-action,
.dropdown-select .option-select-title:after,
.pages .items .action:before,
.review-control-vote label:before,
.review-control-vote:before,
.rating-summary .rating-result > span:before,
.rating-summary .rating-result:before,
.product.options .toggle:after,
.products-grid .product-item .towishlist:before,
.products-grid .product-item .tocompare:before,
.products-grid .product-item .action.requisition-list-button:before,
.sidebar .block .action.delete:before,
.switcher-language:after,
.footer_links .title .dot:before,
.products-grid.wishlist .product-item .action.delete:before,
.fancybox-close:after,
.window.popup .popup-actions .action.close:after,
.paypal-review-discount .title:after,
.minicart-wrapper .push-close:before,
.opc-sidebar .need-help ul li a:before,
.block-collapsible-nav .title:after,
.giftregisty-dropdown .action.toggle:after,
.gift-wrapping-title .action-remove:after,
.minilogin-wrapper .push-close:before,
.column.main > .product-add-form .box-tocart .increase-up:before,
.column.main > .product-add-form .box-tocart .increase-down:before,
.block-cms .block-title:after,
.filter-current .action.remove:before,
.filter.block .filter-title:after,
.catalog-filter-top .filter-subtitle:after,
.block-wishlist-management .wishlist-select .wishlist-name:after,
.wishlist-dropdown .action.new:before,
.block.newsletter .title .dot:before,
.nav-toggle-close:before,
.main-nav .push-menu-close:before,
.footer_links .title .dot:before,
.minicart-wrapper .push-close:before,
.block.account-nav .title:after,
.giftregisty-dropdown .action.new:before,
.minilogin-wrapper .push-close:before,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .increase-up:before,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .increase-down:before,
.block-cms-links .title:after,
.block.newsletter .title .dot:before {
  text-align: center;
  speak: none;
  overflow: hidden;
  font-family: 'm2-icons';
  -webkit-font-smoothing: antialiased;
}
h5,
.cart-totals .table-wrapper .data.table.totals .table-caption,
.opc-block-summary > .title,
.opc-wrapper .payment-tabs li span,
.shopby-shopby-index .column.main .brand-content h3,
.sidebar .block.block-contacts h4,
.shopby-shopby-index .widget.block-viewed-products-grid .block-content .brand-content h3,
#form-match-price-options-heading {
  font-weight: 500;
}
.quote-status,
.return-status,
.order-status {
  padding: 5px 10px;
  margin-top: 10px;
  vertical-align: top;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #c0c0c0;
}
.negotiable-quote-quote-view .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,
.magento-rma-guest-returns .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,
.sales-order-view .page-main .page-title-wrapper .page-title,
.sales-order-invoice .page-main .page-title-wrapper .page-title,
.sales-order-creditmemo .page-main .page-title-wrapper .page-title,
.sales-order-shipment .page-main .page-title-wrapper .page-title,
.page-print.account .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title,
.magento-rma-returns-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title,
.magento-rma-guest-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title,
.magento-rma-guest-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title,
[class^='sales-guest-'] .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title,
.sales-guest-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title,
.sales-order-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title,
.sales-order-invoice .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title,
.sales-order-creditmemo .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title,
.sales-order-shipment .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title,
.page-print.account .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title {
  vertical-align: bottom;
  margin-right: 25px;
  display: inline-block;
}
.window.overlay {
  top: 0;
  right: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 899;
}
.window.popup {
  padding: 20px;
  transition: opacity 0.3s linear;
  background: #f5f5f5;
  position: fixed;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.forix-abs-popup.active,
.window.popup.active {
  display: block;
  opacity: 1;
}
.window.popup .popup-header {
  padding-right: 0;
  margin: 0 0 10px;
}
.window.popup.overlay,
.window.overlay {
  display: none;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.forix-abs-popup.overlay.active,
.window.popup.overlay.active,
.window.overlay.active {
  display: block;
  opacity: 1;
}
.window.popup .popup-actions .action.close {
  position: absolute;
  font-size: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  text-align: center;
}
.forix-abs-popup-close:after,
.window.popup .popup-actions .action.close:after {
  font-weight: 300;
  content: '\e616';
}
.window.popup .popup-actions .action.close.disabled,
.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .window.popup .popup-actions .action.close {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.gift-wrapping-title .action-remove,
.table.table-comparison .action.delete {
  padding: 0;
  background: none;
  height: auto;
  min-width: 1px;
  font: 0/0 a;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
.forix-abs-action-delete:after,
.gift-wrapping-title .action-remove:after {
  content: "\f00d";
  vertical-align: top;
  display: block;
  color: inherit;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  max-width: 50px;
  max-height: 50px;
  margin: 0 10px 0 0;
  float: left;
}
.main .block.related .block-title,
.block.upsell .block-title {
  padding: 0 0 15px;
  text-transform: uppercase;
  color: #8998a3;
  border-bottom: 2px solid #ffffff;
}
.forix-abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.forix-abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.wishlist.split.button .items,
.wishlist-dropdown ul.dropdown,
.wishlist.split.button .items,
.table.table-comparison .wishlist.split.button .items,
.split.requisition-list-action .items,
.giftregisty-dropdown ul.dropdown {
  right: 0;
  left: auto;
}
.forix-abs-dropdown-content-right:after,
.wishlist.split.button .items:after,
.wishlist-dropdown ul.dropdown:after,
.wishlist.split.button .items:after,
.table.table-comparison .wishlist.split.button .items:after,
.split.requisition-list-action .items:after,
.giftregisty-dropdown ul.dropdown:after {
  right: 0;
  left: auto;
}
.forix-abs-dropdown-content-right:before,
.wishlist.split.button .items:before,
.wishlist-dropdown ul.dropdown:before,
.wishlist.split.button .items:before,
.table.table-comparison .wishlist.split.button .items:before,
.split.requisition-list-action .items:before,
.giftregisty-dropdown ul.dropdown:before {
  right: 5px;
  left: auto;
}
.forix-abs-dropdown-content-left:after {
  top: -14px;
  right: auto;
  left: 0;
}
.forix-abs-dropdown-content-left:before {
  top: 3px;
  right: auto;
  left: 60px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #ffffff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover {
  cursor: auto;
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary {
  color: #777777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/Forix/ecsupply/en_US/images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/Forix/ecsupply/en_US/images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
/**
 * 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;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
.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,
.amslick-slider-container .block-related-slider-wrapper {
  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,
.amslick-slider-container .block-related-slider-wrapper .slick-list,
.amslick-slider-container .block-related-slider-wrapper .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,
.amslick-slider-container .slick-dotted.block-related-slider-wrapper {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .block-related-slider-wrapper .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: 5px;
  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: #333333;
  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: #333333;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider,
.amslick-slider-container .block-related-slider-wrapper {
  -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,
.amslick-slider-container .block-related-slider-wrapper .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,
.amslick-slider-container .block-related-slider-wrapper .slick-arrow:before,
.amslick-slider-container .block-related-slider-wrapper .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover,
.amslick-slider-container .block-related-slider-wrapper .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,
.amslick-slider-container .block-related-slider-wrapper .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev,
.amslick-slider-container .block-related-slider-wrapper .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,
.amslick-slider-container .product-items.block-related-slider-wrapper > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item,
.amslick-slider-container .product-items.block-related-slider-wrapper .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);
  }
}
.amgroupassign-li-nav {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.amgroupassign-groupcode {
  background-color: #C3E1FD;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  max-width: 155px;
  margin: 0 18px 10px;
}
.amgroupcat-cms-content-wrapper {
  display: table-row;
}
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-cart-message {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 5px 25px;
  background: #e9f6ff;
  color: #333333;
  text-align: center;
  font-size: 1.6rem;
  line-height: 42px;
}
.amrelated-cart-message:before {
  position: relative;
  top: 8px;
  display: inline-block;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-wrapper {
  margin-bottom: 30px;
  clear: both;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
  padding-top: 15px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amrelated-pack-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  width: 100%;
  padding: 30px;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item .amrelated-info {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  width: 100%;
  margin: 3px 0 0 0;
}
.amrelated-pack-item .amrelated-name {
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px 0;
}
.amrelated-pack-item .price-final_price [data-price-type="finalPrice"] .price {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  position: unset;
  width: 0;
  min-width: 0;
  height: 0;
  border: 0;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  top: 50%;
  right: 0;
  margin: 0 40px 0 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-details {
  max-width: 70%;
  margin-left: 30px;
}
.amrelated-photo-container {
  position: relative;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.amrelated-photo-container .amrelated-link {
  width: 100%;
  height: 100%;
  display: block;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  min-width: 30px;
  height: 30px;
  padding: 0 2px;
  border: 1px solid #3978bd;
  border-radius: 50%;
  background: #e9f6ff;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000;
  font-weight: bold;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: normal;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  position: absolute;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  color: #fff;
  background: #eb5757;
  border-radius: 2px;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  font-size: 12px;
}
.amrelated-discount.-summary {
  top: 0;
  left: 10px;
  max-width: 100%;
  padding: 5px 15px;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: bold;
}
.amrelated-photo-container .amrelated-checkbox:checked ~ .amrelated-discount,
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: block;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 0;
}
.amrelated-summary-content .main.price {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.amrelated-price-wrapper {
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
}
.amrelated-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.amrelated-bundle-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  box-sizing: border-box;
  max-width: 315px;
  height: auto;
  overflow: hidden;
  padding: 0 0 13px;
  text-align: center;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.amrelated-bundle-popup .close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 9;
  width: 12px;
  height: 12px;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.25);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  cursor: pointer;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  z-index: 99;
  max-width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  background: #fffae5;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 10;
  background-color: #fff;
  text-align: right;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 68%;
  height: 1px;
  margin-left: 16%;
  background-color: #c5c5c5;
  content: '';
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  max-width: 150px;
  margin: 15px auto;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles*/
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type="radio"] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  box-sizing: border-box;
  width: initial;
  margin: 0 25px 10px;
  border: 1px solid #b2b2b2;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  width: 60%;
  margin: auto;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amrelated-info.-top .reviews-actions .action {
  margin-left: 15px;
  font-size: 14px;
  color: #000;
}
.amrelated-info.-bottom {
  /* don't hide grouped price*/
}
.amrelated-info.-bottom > .amrelated-description {
  margin: 0 25px;
  font-size: 12px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide,
.am-porto-cmtb .product-items.block-related-slider-wrapper .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart,
.am-porto-cmtb .product-items.block-related-slider-wrapper .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item,
.am-porto-cmtb .product-items.block-related-slider-wrapper .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions,
.am-porto-cmtb .product-items.block-related-slider-wrapper .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split,
.am-porto-cmtb .product-items.block-related-slider-wrapper .slick-slide .action.split {
  margin-right: 0;
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  top: 0;
  opacity: 1;
}
.ampromo-items-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #ffffff;
}
.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
  text-align: center;
}
.ampromo-items-content .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-items-content .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s;
}
.ampromo-items-content .ampromo-item:hover {
  background: #ccc;
}
.ampromo-items-content .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-items-content .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-items-content .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-items-content .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-items-content .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-items-content .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-items-content .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-items-content .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-items-content .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-items-content .ampromo-title {
  margin: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
.columns .column.main,
.widget.block-viewed-products-grid .block-content,
.columns .widget.block-viewed-products-grid .block-content {
  max-width: 100%;
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
  background: #fff;
}
.ui-tooltip .arrow {
  position: absolute;
  left: 15px;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow::after {
  content: "";
  position: absolute;
  border-top: 10px solid #cccccc;
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  border-top: 9px solid #fff;
  border-right: 19px solid transparent;
  z-index: 9;
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .am-brand-small_image {
  margin: auto;
  display: block;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  margin: auto;
  display: block;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .brand-title {
  margin-top: 10px;
  min-height: 40px;
  color: #4f4f4f;
  word-break: break-all;
  word-break: break-word;
  font-size: 15px;
  line-height: 1.2;
}
.amslider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.amslider .swiper-pagination-bullet-active {
  background: #4f4f4f;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 2;
}
.amslider .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 0;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}
.amslider .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.amslider .no-img {
  margin: auto;
}
.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2;
}
.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px;
}
.brands-filters .letters {
  margin-top: 4px;
}
.brands-filters .letter.-disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f1f1f1;
}
.brands-filters .letter.hide {
  display: none;
}
.brands-filters .letter:hover,
.brands-filters .letter.-active {
  background: #fed285;
}
.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.ambrands-search-wrapper #livesearch {
  position: absolute;
  display: none;
  width: 365px;
  max-width: 100%;
  max-height: 250px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
  border-top: 2px solid #309ef3;
  z-index: 99;
}
.ambrands-search-wrapper #livesearch a {
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}
.ambrands-search-wrapper #livesearch a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.brand-images .brands-letter {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400;
}
.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2;
}
.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px;
}
.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333333;
  -webkit-justify-content: flex-start;
}
.brands-letter .brand-item .item:hover {
  text-decoration: none;
}
.brands-letter .brand-item .no-img {
  color: #e2e2e2;
}
.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  min-width: 25px;
  height: 25px;
  padding: 0 3px;
  line-height: 25px;
  text-align: center;
  background: #f58c12;
  border-radius: 20px;
  color: #ffffff;
}
.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word;
}
.brands-letter .brand-item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  display: block;
  height: 1px;
  background: #b2b2b2;
}
.brands-letter .brand-item .item:hover .label:before {
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands-letter .brand-item .am-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-letter .brand-item .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.bare-list .ambrands-image {
  pointer-events: none;
}
.amslider-header-container {
  padding: 5px 0 5px 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
  color: #000;
  background: #e2e2e2;
}
.icon .brand-label {
  float: left;
}
.brand-images li.brand-item {
  list-style-type: none;
  text-align: center;
}
ul.bare-list img {
  display: block;
  margin: 0 auto;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
  display: block;
}
.amslider.am-brand-slider {
  max-width: 100%;
  padding: 0;
}
.amslider.am-brand-slider .swiper-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.amslider.am-brand-slider .am-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.amslider.am-brand-slider .slide {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.amslider.am-brand-slider .slide .am-image-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.amslider .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 9px 20px 0;
  max-width: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  text-align: center;
  color: #4f4f4f;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #bbb;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .swiper-brand .am-image {
  height: auto;
}
.children-category-container.swiper-container {
  width: calc(100% - 2 * 27px);
  margin: auto;
}
.children-category-container .swiper-wrapper {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.amslider .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  color: #4f4f4f;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
.amslider .swiper-slide .swiper-brand .no-img {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  height: 100%;
  margin: 0;
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .swiper-brand {
    width: 100%;
  }
  .swiper-brand .no-img {
    width: 100%;
  }
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-hightlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-width: 16px;
  max-height: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-content .delimiter {
  margin: 0 5px;
  line-height: 30px;
}
.filter-options-content .range {
  display: flex;
  align-items: center;
  margin-top: 10px;
  text-align: center;
}
.filter-options-content .am-filter-price {
  padding: 5px;
  max-width: 50px;
  width: 46%;
}
.filter-options-content .items a {
  margin-left: 0;
}
.filter-options-content .count {
  display: inline-flex;
}
.filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-content .am-shopby-form {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.am-show-more {
  transition: 0.1s all ease-in;
  position: relative;
  display: none;
  margin-top: 10px;
  padding: 5px 25px 10px 0;
  color: inherit;
  cursor: pointer;
}
.am-show-more:hover {
  background-color: transparent;
  color: #006bb4;
}
.am-show-more:before,
.am-show-more:after {
  transition: 0.1s all ease-in;
  position: absolute;
  right: 0;
  width: 8px;
  height: 1px;
  background: #000;
  content: '';
}
.am-show-more:before {
  right: 5px;
  transform: rotate(45deg);
}
.am-show-more:after {
  transform: rotate(-45deg);
}
.am-show-more.-active {
  display: flex;
  align-items: center;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  right: 6px;
  transform: rotate(-45deg);
}
.am-show-more[data-is-hide='false']:after {
  transform: rotate(45deg);
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.am-filter-go {
  margin: 15px 0 0;
  width: 25%;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.amshopby-slider-container {
  margin: 10px 15px 15px 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  height: 10px;
  background: #b6b6b6;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  margin-top: -5px;
  margin-left: -5px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f98b25;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  background-color: #e17e17;
}
.amshopby-slider-container .amshopby-slider-display {
  text-align: center;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  margin: 0 0 5px 0 !important;
  line-height: initial;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
  border-bottom: 1px solid #cccccc;
}
.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0;
}
.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  z-index: 9999;
  margin-top: 5px;
  min-width: 100px;
  border: 1px solid #cccccc;
  background-color: white;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 5px;
  right: 8px;
}
.filter-options .items .items-children.-folding {
  padding-left: 18px;
  width: 100%;
  list-style: none;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .items.amshopby-fly-out-view .items-children {
  z-index: 9999;
  background-color: #fff;
}
.filter-options .am-ranges {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items.amshopby-fly-out-view .item {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: none;
}
.filter-options .items.amshopby-fly-out-view .item > .am-input {
  margin: 14px 5px 14px 10px;
  top: 0;
}
.filter-options .items.amshopby-fly-out-view a:hover {
  background-color: transparent;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  z-index: 9;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  max-height: 300px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: white;
  white-space: nowrap;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view a {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  border-width: 1px 0 0 0;
  font-size: 0;
  line-height: 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  min-width: 130px;
  max-width: 350px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a {
  display: block;
  box-sizing: border-box;
}
.am-filter-items-stock .am_shopby_link_selected,
.am-filter-items-rating .am_shopby_link_selected {
  background-color: #e8e8e8;
  text-decoration: none;
}
.am_shopby_link_selected {
  font-weight: bold;
}
.amshopby-fly-out-view.ui-menu {
  position: relative;
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view a {
  display: inline-block;
}
.amshopby-fly-out-view input[type='checkbox'],
.amshopby-fly-out-view input[type='radio'] {
  margin: 3px 3px 3px 4px;
}
.amshopby-category-dropdown {
  display: block;
  overflow: hidden;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  border: 1px solid #adadad;
  background-color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 400;
  cursor: pointer;
}
.amshopby-category-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.2rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0 .4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
}
.amshopby-category-dropdown:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.2rem;
  border: 1px solid #adadad;
  background-color: #e3e3e3;
  content: '';
}
.am-category-wrapper {
  position: relative;
  display: block;
  user-select: none;
}
.am-category-wrapper._active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 17px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0 !important;
}
.am-category-wrapper .am-multiselect-crumb {
  position: relative;
  display: inline-block;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  border: 1px solid #a79d95;
  border-radius: 1px;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  line-height: 1;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 20px;
}
.filter-options .am-labels-folding .item .am-input {
  top: inherit;
  margin: 0 5px 0 0;
}
.am-labels-folding .am-collapse-icon {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  align-self: flex-start;
}
.am-labels-folding .am-collapse-icon:after {
  position: static;
  margin: 0;
}
.am-collapse-icon {
  position: absolute;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.am-collapse-icon:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.5rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0 .4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
  transform: rotate(-90deg);
}
.am-collapse-icon._active:after {
  transform: rotate(0deg);
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
#amasty-shopby-product-list #amasty-shopby-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  width: 100%;
  background: #fff;
  opacity: .5;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  background-image: url('../../frontend/Forix/ecsupply/en_US/Amasty_Shopby/images/loader-1.gif');
  transform: translate(-50%, -10%);
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader:before {
  content: '';
}
.amshopby-option-link {
  display: inline-block;
  clear: both;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 9999;
  width: 100%;
  transition: left .2s ease;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 999;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  background: #eeeeee;
  text-align: center;
}
.am-show-button > .am-items {
  font-size: 15px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background-image: url('../../frontend/Forix/ecsupply/en_US/Amasty_Shopby/images/loader-1.gif');
  background-size: contain;
  vertical-align: middle;
}
.am-show-button > .am-button {
  margin-left: 15px;
  padding: 17px 50px;
  height: auto;
  border: 0;
  border-radius: 5px;
  background: #ff9416;
  box-shadow: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.am-show-button > .am-button:hover {
  background: #e27a00;
  transition: background .3s ease;
}
.am-item-removed {
  text-decoration: line-through;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 20px;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  padding: 0 5px 0 0;
  font-weight: bold;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #006bb4;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #757575;
  content: '';
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  min-height: 32px;
  border-color: #ccc;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  min-width: 100px;
  color: #000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 9005;
}
.am-porto-cmtb .page-main,
.am-porto-cmtb .widget.block-viewed-products-grid .block-wrapper {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.amxnotif-block {
  margin-bottom: 20px;
  clear: both;
}
.amxnotif-block .input-fields {
  display: inline-block;
  width: 66%;
  vertical-align: top;
  margin: 0;
}
.amxnotif-block .amxnotif_guest_action {
  vertical-align: top;
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
}
.amxnotif-block label {
  color: #2f2f2f;
  font-weight: bold;
  float: none;
  display: block;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  height: 32px;
  padding: 0 20px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  margin-bottom: 20px;
  display: none;
}
.category.subscribe-popup {
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  position: relative;
  padding: 20px 20px 20px 20px;
  border: 1px solid #888;
  height: auto;
  box-sizing: border-box;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.amxnotif-block .subscribe-popup label[for^="notification-container"] {
  font-size: 20px;
  text-align: center;
}
/**
 * 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: 18;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 12px;
}
.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 #c0c0c0;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.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;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border: 1px solid #C2C2C2;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 1px 1px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -90px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #999999;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  background: #efefef;
  text-align: center;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  padding: 8px 10px;
  color: #999999;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  background: #efefef;
  padding: 8px 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0 1rem;
  padding: 1rem 0;
  cursor: pointer;
  line-height: 150%;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 600;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: .7rem 0 .7rem 1rem;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product img {
  height: 8rem;
  max-width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #999999;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #999999;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price {
  display: block;
  font-weight: 600;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #fff !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #999999;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #999999;
  display: inline-block;
  margin: 0 .5rem;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1BA1FC;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transform: scale(0.3);
  border-radius: 15px;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li {
  color: red;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.seositemap-index-index div.seositemap-map table {
  width: 100%;
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55rem;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
/**
 * @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;
}
.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.cms-index-index .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 15;
  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: 18;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 10;
  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: 18;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 18;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-billing-agreements-view {
  padding: 10px 0;
}
.block-billing-agreements-view .block-title:first-child {
  padding-bottom: 20px;
}
.block-billing-orders-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td.actions:before {
  display: none;
}
.form-new-agreement {
  margin: 0 0 20px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal {
  display: block;
  margin-top: 20px;
}
.cart-summary .paypal {
  display: block;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.paypal-review {
  overflow-x: hidden;
}
.paypal-review .block-order-details-view {
  margin: 0 0 20px;
  border-bottom: 2px solid #ffffff;
}
.paypal-review .block-order-details-view .box {
  float: left;
}
.paypal-review .block-order-details-view .box img {
  margin-top: 10px;
}
.paypal-review .box-order-shipping-method .box-content {
  padding-top: 10px;
}
.paypal-review .paypal-review-items {
  border-top: 2px solid #ffffff;
  padding-top: 20px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 15px;
  border-bottom: 2px solid #ffffff;
}
.paypal-review .paypal-review-title > strong {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 20px;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 10px 0 0;
}
.paypal-review-discount {
  font-size: 0;
}
.paypal-review-discount .block {
  display: inline-block;
  vertical-align: top;
}
.paypal-review-discount .block .title.active:after {
  display: none;
}
.table.cart.table-paypal-review-items tfoot td,
.table.cart.table-paypal-review-items thead th {
  border: 0;
}
.table.cart.table-paypal-review-items tbody {
  padding: 5px 0 20px;
}
.paypal-review-items .actions-toolbar {
  margin: 25px 0 0;
}
.paypal-review-items .actions-toolbar .action {
  min-width: 288px;
}
.fotorama-video-container:after {
  background: url(../../frontend/Forix/ecsupply/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/Forix/ecsupply/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%;
  }
}
.minilist .weee {
  display: table-row;
  font-size: 11;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.faq-index-index .columns .sidebar-main,
.faq-index-index .widget.block-viewed-products-grid .block-title {
  position: relative;
}
.column.main .block-faq-lists:last-child,
.widget.block-viewed-products-grid .block-content .block-faq-lists:last-child {
  margin-bottom: 0;
}
.column.main .block-faq-lists .block-title,
.widget.block-viewed-products-grid .block-content .block-faq-lists .block-title {
  color: #333333;
  text-transform: uppercase;
  line-height: 20px;
}
.column.main .block-faqs .title,
.widget.block-viewed-products-grid .block-content .block-faqs .title {
  line-height: 20px;
}
.product-size-chart {
  color: #333333;
  font-weight: 700;
  display: none;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  margin-top: -2px;
}
.product-size-chart:before {
  content: '\e908';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
.product-size-chart:hover {
  text-decoration: none;
}
.product-size-chart.show {
  display: inline-block;
}
.modal-size-chart h3 {
  text-transform: none;
  margin: 0 0 25px;
}
.modal-size-chart .box-image {
  display: block;
  margin: 0 0 30px;
}
.modal-size-chart table th {
  font-weight: 700;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/Forix/ecsupply/en_US/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  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;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.minicart-wrapper {
  position: absolute;
  cursor: pointer;
}
.minicart-wrapper:before {
  content: "";
  width: 1px;
  background: #d6d6d7;
  float: left;
}
.minicart-wrapper .block-minicart {
  z-index: 600;
  background: #f3f3f3;
  text-align: left;
}
.minicart-wrapper .block-minicart.empty {
  background: #ffffff;
}
.minicart-wrapper .minicart-items-wrapper {
  background: #ffffff;
}
.minicart-wrapper .product-image-container {
  max-width: 65px;
}
.action.showcart {
  color: #ffffff;
  width: 126px;
  display: inline-block;
  line-height: 44px;
}
.action.showcart:hover {
  color: #ef7a27;
}
.action.showcart:before {
  color: inherit;
  content: '\e916';
  cursor: pointer;
}
.action.showcart .counter,
.minicart-wrapper .push-close .counter {
  color: #ffffff;
  display: inline-block;
  min-width: 24px;
  overflow: hidden;
  padding: 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  background-color: #2e86c0;
}
.block-minicart:after {
  position: absolute;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  text-align: center;
  padding: 16px 0 0;
  line-height: 20px;
}
.block-minicart .block-content > .actions {
  clear: both;
  text-align: center;
}
.minicart-items .product.options .content .block-minicart .block-content > .actions .action {
  min-width: 100%;
}
.block-minicart .items-total {
  float: left;
  display: block;
  width: 100%;
  clear: both;
  font-size: 15px;
  line-height: 18px;
  color: #808080;
  margin-bottom: 7px;
  padding-top: 13px;
}
.block-minicart .subtotal {
  margin: 0;
  text-align: left;
  font-weight: 500;
  color: #333333;
  font-size: 18px;
  line-height: 21px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.block-minicart .subtotal .label {
  display: inline-block;
}
.block-minicart .subtotal .label > span:after {
  commons: content;
  content: ': ';
}
.block-minicart .subtotal .amount {
  display: inline-block;
}
.block-minicart .subtotal .price {
  font-weight: 500;
}
.block-minicart .block.widget {
  color: #8998a3;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0 0;
}
.block-minicart .block.widget strong {
  color: #333333;
}
.toggle-cart-close {
  display: none;
}
.minicart-before-open {
  overflow: hidden;
}
.minicart-before-open .minicart-wrapper .push-close {
  position: fixed;
  width: 46px;
  height: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 102;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.minicart-before-open .minicart-wrapper .push-close:before {
  content: '\e916';
}
.minicart-before-open .minicart-wrapper .block-minicart {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 800;
  display: block;
  text-align: left;
  left: -100%;
  padding-right: 63px;
  transition: left 0.7s;
}
.minicart-before-open .minicart-wrapper .block-minicart:before {
  content: '\e916';
}
.minicart-before-open .minicart-wrapper .block-minicart #minicart-content-wrapper {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 20px;
}
.minicart-before-open .push-close {
  transition: opacity 0.7s;
  opacity: 0;
}
.minicart-before-open.push.right .minicart-wrapper .block-minicart {
  padding: 0;
  right: -100%;
  left: auto;
  transition: right 0.7s;
  width: calc(100% - 46px);
}
.minicart-before-open.push.right .push-close {
  left: 0;
  right: auto;
  z-index: 800;
}
.minicart-open .page-wrapper {
  left: 100%;
}
.minicart-open .minicart-wrapper .block-minicart {
  left: 0;
}
.minicart-open .push-close {
  opacity: 1;
}
.minicart-open.push.right .page-wrapper {
  right: 100%;
}
.minicart-open.push.right .minicart-wrapper .block-minicart {
  right: 0;
}
.minicart-items-wrapper .inner-scroll {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.minicart.empty {
  text-align: center;
  color: #2e86c0;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 14px;
}
.minicart.empty.free-shipping {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
}
.checkout-cart-index .page-wrapper .columns .column.main,
.checkout-cart-index .page-wrapper .widget.block-viewed-products-grid .block-content,
.checkout-cart-index .page-wrapper .columns .widget.block-viewed-products-grid .block-content {
  padding-bottom: 0;
}
.checkout-cart-index .page-main,
.checkout-cart-index .widget.block-viewed-products-grid .block-wrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.checkout-cart-index .page-main .message.reward-checkout,
.checkout-cart-index .widget.block-viewed-products-grid .block-wrapper .message.reward-checkout {
  position: relative;
  background: transparent;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  color: #333333;
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-main .message.reward-checkout a,
.checkout-cart-index .widget.block-viewed-products-grid .block-wrapper .message.reward-checkout a {
  color: #333333;
}
.checkout-cart-index .page-main .message.reward-checkout a:hover,
.checkout-cart-index .widget.block-viewed-products-grid .block-wrapper .message.reward-checkout a:hover {
  color: #ef7a27;
}
.checkout-cart-index .page-main .message.reward-checkout:after,
.checkout-cart-index .page-main .message.reward-checkout:before,
.checkout-cart-index .widget.block-viewed-products-grid .block-wrapper .message.reward-checkout:after,
.checkout-cart-index .widget.block-viewed-products-grid .block-wrapper .message.reward-checkout:before {
  content: '';
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  position: absolute;
  top: -1px;
  bottom: -1px;
}
.checkout-cart-index .page-main .message.reward-checkout:before,
.checkout-cart-index .widget.block-viewed-products-grid .block-wrapper .message.reward-checkout:before {
  left: -100%;
  right: 100%;
}
.checkout-cart-index .page-main .message.reward-checkout:after,
.checkout-cart-index .widget.block-viewed-products-grid .block-wrapper .message.reward-checkout:after {
  right: -100%;
  left: 100%;
}
.checkout-cart-index .ampromo-items-add,
.checkout-cart-index .message.reward-checkout {
  margin: 0 0 10px;
}
.checkout-cart-index .breadcrumbs {
  margin-bottom: 0;
}
.checkout-cart-index .modal-popup.popup-request-quote .modal-content {
  padding-top: 10px;
}
.checkout-cart-index .modal-popup.popup-listcoupon .modal-header {
  position: relative;
  padding-bottom: 5px;
}
.checkout-cart-index .modal-popup.popup-listcoupon .modal-header:after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -7px;
  height: 1px;
  background: #DDDDDD;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist {
  clear: both;
  margin: 0 0 22px;
  padding: 0 0 22px;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist:last-child {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .image {
  float: left;
  width: 190px;
  margin-right: 15px;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .image img {
  display: block;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .detail strong {
  margin: 0 0 13px;
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .detail .description {
  color: #333333;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 15px;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .ccode {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 35px;
  height: 35px;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .ccode span {
  position: absolute;
  left: 9px;
  top: 0;
  z-index: 1;
  white-space: nowrap;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .couponcode {
  width: 205px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #C0C0C0;
  display: block;
  background-color: #FFFFFF;
  padding: 9px 9px 9px 75px;
  line-height: 35px;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .btncopy {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100px;
  min-width: 0;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 15px;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .btncopy.active {
  padding-left: 26px;
}
.checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .btncopy.active:before {
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -13px;
  content: "\f00c";
  font-size: 15px;
}
.cart-summary-sticky {
  margin-bottom: 25px;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.cart-summary .block.discount .content {
  display: block;
}
.payment-option-content .price-match-waring-apply {
  font-weight: 500;
  color: #EF7A27;
}
.cart-summary {
  display: block;
  width: 100%;
  z-index: 1;
}
.cart-summary .checkout-methods-items {
  padding: 15px 10px;
}
.cart-summary .checkout-methods-items #negotiable-quote-form button {
  min-width: 100%;
}
.cart-summary .coupon-des {
  margin: 10px 0 0;
}
.cart-summary .coupon-des span {
  color: #808080;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
  display: block;
  margin: 7px 0 0;
}
.cart-summary .coupon-des a {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
}
.cart-summary .coupon-des a:before {
  content: '\e913';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}
.cart-summary .coupon-des a:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 15px;
}
.cart-summary .price-match-waring-apply {
  text-align: left;
  color: #ef7a27;
  font-size: 14px;
  font-width: 500;
  line-height: 15px;
  margin-top: -10px;
  margin-bottom: 0;
}
.cart-summary .block {
  background: #f3f3f3;
}
.cart-summary .block .title,
.paypal-review-discount .title {
  text-transform: uppercase;
  color: #333333;
  display: table;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.cart-summary .block .title:after,
.paypal-review-discount .title:after {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  font-size: 22px;
  line-height: inherit;
  content: "\f107";
}
.cart-summary .block .title.active:after,
.paypal-review-discount .title.active:after {
  content: "\f106";
}
.cart-summary .block .title:hover,
.paypal-review-discount .title:hover {
  color: #ef7a27;
}
.cart-summary .block .content {
  display: none;
}
.cart-summary .block .content.active {
  display: block;
}
.cart-summary .block .content .input-text::-moz-placeholder,
.cart-summary .block .content input[type="text"]::-moz-placeholder {
  opacity: 1 !important;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  text-transform: capitalize;
}
.cart-summary .block .content .input-text::-webkit-input-placeholder,
.cart-summary .block .content input[type="text"]::-webkit-input-placeholder {
  opacity: 1 !important;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  text-transform: capitalize;
}
.cart-summary .block .content .input-text:-ms-input-placeholder,
.cart-summary .block .content input[type="text"]:-ms-input-placeholder {
  opacity: 1 !important;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  text-transform: capitalize;
}
.cart-summary .block.active .title:after {
  content: "\f106";
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .ratecustom .fieldset.rate {
  margin: 20px 0 0;
}
.cart-summary .block.shipping .title:after {
  content: "\f107";
}
.cart-summary .block.shipping .title.active:after {
  content: "\f106";
}
.cart-summary .block.shipping.active .title:after {
  content: "\f107";
}
.cart-summary .fieldset.estimate {
  margin: 0 0 11px;
  position: relative;
  padding-bottom: 7px;
}
.cart-summary .fieldset.estimate:after {
  content: '';
  background: #dddddd;
  height: 1px;
  left: 9px;
  right: 9px;
  bottom: 0;
  position: absolute;
}
.cart-summary .fieldset.estimate .field {
  width: 49.9%;
  display: inline-block;
  margin: 0 0 7px!important;
}
.cart-summary .fieldset.estimate .field > .label {
  z-index: 1;
}
.cart-summary .fieldset.estimate .field > .label:after {
  display: none;
}
.cart-summary .fieldset.estimate .field[name="shippingAddress.postcode"],
.cart-summary .fieldset.estimate .field[name="shippingAddress.region"],
.cart-summary .fieldset.estimate .field[name="shippingAddress.region_id"] {
  padding-right: 3px !important;
  float: left;
}
.cart-summary .fieldset.estimate .field[name="shippingAddress.postcode"] > .label,
.cart-summary .fieldset.estimate .field[name="shippingAddress.region"] > .label,
.cart-summary .fieldset.estimate .field[name="shippingAddress.region_id"] > .label {
  left: 19px;
}
.cart-summary .fieldset.estimate .field[name="shippingAddress.country_id"],
.cart-summary .fieldset.estimate .field[name="shippingAddress.city"] {
  padding-left: 3px !important;
  float: right;
}
.cart-summary .fieldset.estimate .field[name="shippingAddress.country_id"] > .label,
.cart-summary .fieldset.estimate .field[name="shippingAddress.city"] > .label {
  left: 14px;
}
.cart-summary .fieldset.estimate .field.note {
  width: 100%;
  display: none;
}
.cart-summary .methods .item-title {
  margin: 0 0 15px;
}
.cart-summary .methods .item-options,
.cart-summary .methods .product.options.list {
  margin: 0 0 20px;
}
.cart-summary .methods .item-options:last-child,
.cart-summary .methods .product.options.list:last-child {
  margin: 0;
}
.cart-summary .methods .field.choice {
  margin-bottom: 15px;
}
.cart-summary .methods .field.choice:last-child {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  background: #f3f3f3;
  margin: 0;
  text-align: center;
}
.cart-summary .checkout-methods-items .item {
  margin: 0 0 10px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .fieldset.estimate .field.float-label > .label {
  display: none;
}
.cart-totals {
  background: #f3f3f3;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
}
.cart-totals .table-wrapper .data.table.totals .table-caption {
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.cart-totals + p {
  color: #2e86c0;
  line-height: 15px;
  text-align: center;
  margin: 0;
  padding-top: 13px;
  font-size: 11px;
  background: #f3f3f3;
}
.cart-totals.price-match-waring-apply {
  text-align: center;
  color: #ef7a27;
  font-size: 13px;
  font-width: 500;
  line-height: 18px;
  padding-bottom: 5px;
}
.table.totals tr:nth-last-of-type(2) td,
.table.totals tr:nth-last-of-type(2) th {
  padding-bottom: 10px;
}
.table.totals .grand.totals th.mark,
.table.totals .grand.totals td.amount,
.opc-block-summary .table-totals .grand.totals th.mark,
.opc-block-summary .table-totals .grand.totals td.mark,
.opc-block-summary .table-totals .grand.totals th.amount,
.opc-block-summary .table-totals .grand.totals td.amount {
  border-top: 1px solid #dddddd;
  border-bottom: 0;
  padding-top: 15px;
}
.form-cart {
  max-width: 100%;
}
.form-cart button.update {
  background: transparent;
  color: #333;
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
  width: 100%;
  text-decoration: none;
  min-width: 0;
}
.form-cart button.update:hover {
  color: #ef7a27;
}
.cart-container {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.table.cart thead th {
  border-bottom: 0;
}
.table.cart td.actions {
  white-space: nowrap;
  text-align: right;
}
.table.cart td.actions:before {
  content: "";
  width: 1px;
  background: #333333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.table.cart td.actions .gift-options-cart-item {
  display: none;
}
.table.cart td.actions button {
  background: 0;
  color: #070606;
  text-transform: none;
  line-height: 30px;
}
.table.cart td.actions button.active,
.table.cart td.actions button:hover {
  color: #ef7a27;
}
.table.cart .actions-button a.action-delete,
.table.cart .actions-button a.action-edit {
  display: none;
}
.table.cart .action.action-edit {
  font-weight: 700;
  margin-right: 5px;
}
.table.cart .action.action-delete {
  display: inline-block;
  vertical-align: middle;
}
.table.cart .action.action-delete:before {
  display: none;
}
.table.cart .product-item-details .actions {
  clear: both;
}
.table.cart td .actions .action.action-edit {
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
  margin-top: 5px;
}
.table.cart .item-actions td {
  border-top: 0;
  padding: 0;
}
.table.cart .item-actions .actions-toolbar .action.action-towishlist,
.table.cart .item-actions .actions-toolbar .action.towishlist {
  font-weight: 700;
  display: inline-block;
}
.table.cart > .item .item-actions {
  padding: 10px 0;
}
.table.cart .item .col.qty:before,
.table.cart .item .col.price:before,
.table.cart .item .col.subtotal:before,
.table.cart .item .col.msrp:before {
  content: attr(data-th);
  font-weight: 600;
  padding-bottom: 5px;
}
.table.cart .product-image-wrapper {
  padding: 0 !important;
  display: block !important;
}
.table.cart tbody td.col .product-item-details .message {
  width: auto;
  font-weight: 400;
  background: transparent;
  padding: 10px 0;
  color: #ef7a27;
  text-align: left;
  margin: 0;
}
.table.cart .action.configure {
  margin: 10px 0 0;
  display: inline-block;
}
.cart.main.actions {
  border-top: 1px solid #c0c0c0;
}
.cart.main.actions .action.continue {
  text-transform: uppercase;
  text-decoration: none;
  float: left;
}
.cart.main.actions .action.update {
  float: right;
}
.block.crosssell {
  background-color: #f3f3f3;
  position: relative;
}
.block.crosssell:before {
  display: block;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  content: '';
  height: 23px;
  background-image: url(../../frontend/Forix/ecsupply/en_US/images/bg-dot-1.png);
  background-repeat: repeat-x;
  opacity: 0.13;
}
.block.crosssell .block-title {
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  line-height: 1;
}
.block.crosssell .products-grid .product-item-details {
  padding-top: 20px;
  padding-bottom: 42px;
}
.block.crosssell .products-grid .product-item .product-outer .wrapper-product-image {
  background: #ffffff;
}
.block.crosssell .slick-arrow {
  min-width: 0;
  z-index: 100;
  outline: none;
  color: #333333;
  cursor: pointer;
  padding: 0;
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
}
.block.crosssell .slick-arrow:before {
  font-size: 27px;
}
.block.crosssell .slick-prev {
  z-index: 1;
  left: 5px;
}
.block.crosssell .slick-prev:before {
  content: '\e939';
}
.block.crosssell .slick-next {
  right: 5px;
}
.block.crosssell .slick-next:before {
  content: '\e93a';
}
.products-crosssell.products-grid .product-item-details .price-box,
.products-crosssell.products-grid.wishlist .price-box {
  margin-bottom: 0;
}
.cart-empty {
  margin-top: 25px;
}
.checkout-methods-items .paypal-logo:before {
  content: attr(data-label);
  display: block;
  padding: 0 0 15px;
  margin: -10px 0 0;
  text-transform: capitalize;
  text-align: center;
}
.table.totals th.mark {
  width: 75%;
  text-align: left;
}
.table.totals td.mark {
  width: 75%;
}
.table.totals th.mark strong,
.table.totals td.amount strong {
  font-size: 16px;
}
.cart-customer-service-wrapper {
  display: block !important;
}
.cart-customer-service {
  margin: 0 0 10px;
  position: relative;
}
.cart-customer-service ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  background-color: #f3f3f3;
  justify-content: center;
  padding: 6px 0;
}
.cart-customer-service ul li {
  position: relative;
  padding: 0 9px;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-customer-service ul li span {
  line-height: 1;
}
.cart-customer-service ul li a {
  font-size: 13px;
  line-height: 1;
}
.cart-customer-service ul li:before {
  padding-right: 10px;
  line-height: 1;
}
.cart-customer-service ul li.free-shipping:before {
  content: '\e931';
  font-size: 38px;
}
.cart-customer-service ul li.inter-shipping:before {
  content: '\e928';
  font-size: 22px;
}
.cart-customer-service ul li.minimum-order:before {
  content: '\e92a';
  font-size: 26px;
}
.cart-customer-service ul li.reward-points:before {
  content: '\e921';
  font-size: 27px;
}
.cart-need-help {
  margin: 20px 0 0;
}
.cart-need-help .store-credit,
.cart-need-help .reward-points {
  min-height: 40px;
  color: #ffffff;
  margin: 0 0 5px;
  position: relative;
  padding: 4px 16px;
  display: flex;
  align-items: center;
}
.cart-need-help .store-credit:before,
.cart-need-help .reward-points:before {
  line-height: 1;
  margin-right: 17px;
}
.cart-need-help .store-credit div,
.cart-need-help .reward-points div {
  text-align: left;
}
.cart-need-help .store-credit span,
.cart-need-help .reward-points span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.cart-need-help .store-credit span strong,
.cart-need-help .reward-points span strong {
  font-weight: 600;
}
.cart-need-help .store-credit p,
.cart-need-help .reward-points p {
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  margin: 0;
}
.cart-need-help .store-credit {
  transform: scaleX(-1) scaleY(-1) rotate(180deg);
  background: linear-gradient(270deg, #ef7a27 0%, #cc5030 100%);
}
.cart-need-help .store-credit:before {
  content: '\e91e';
  font-size: 26px;
}
.cart-need-help .reward-points {
  background: linear-gradient(90deg, #025e8b 0%, #0688c5 100%);
}
.cart-need-help .reward-points:before {
  content: '\e93b';
  font-size: 29px;
}
.cart-need-help .need-help,
.opc-sidebar .need-help {
  margin-top: 17px;
}
.cart-need-help .need-help .title,
.opc-sidebar .need-help .title {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  margin: 0 0 5px;
}
.cart-need-help .need-help p,
.opc-sidebar .need-help p {
  color: #808080;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  margin: 0 0 15px;
}
.cart-need-help .need-help ul,
.opc-sidebar .need-help ul {
  margin: 0;
  text-align: center;
}
.cart-need-help .need-help ul li,
.opc-sidebar .need-help ul li {
  list-style: none;
  display: inline-block;
  font-size: 0;
  margin: 0 8px;
}
.cart-need-help .need-help ul li a,
.opc-sidebar .need-help ul li a {
  vertical-align: middle;
  display: table-cell;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.cart-need-help .need-help ul li a:before,
.opc-sidebar .need-help ul li a:before {
  margin-right: 7px;
  vertical-align: middle;
}
.cart-need-help .need-help ul li.phone a:before,
.opc-sidebar .need-help ul li.phone a:before {
  content: "\e915";
  font-size: 13px;
}
.cart-need-help .need-help ul li.chat a:before,
.opc-sidebar .need-help ul li.chat a:before {
  content: '\e919';
  font-size: 17px;
}
@media only screen and (max-width: 479px) {
  .checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .copycode {
    left: 15px !important;
  }
}
.checkout-container .minilogin-container {
  right: 10px;
  position: absolute;
  z-index: 999;
}
.checkout-container .minilogin-container .action.showlogin {
  font-size: 16px;
  display: inline-block;
  color: inherit;
}
.checkout-container .minilogin-container .action.showlogin:before {
  display: none;
}
.checkout-container .minilogin-container .action.showlogin span {
  display: inline-block;
}
.checkout-container .minilogin-container .block-authentication:before,
.checkout-container .minilogin-container .block-authentication:after {
  left: 340px !important;
}
.checkout-container .block-customer-login .primary,
.checkout-container .block-customer-login .secondary {
  display: block;
}
.checkout-container .block-customer-login .action.action-login {
  min-width: 100%;
  margin-bottom: 0;
}
.popup-authentication .modal-header {
  padding: 0;
  min-height: 1px;
}
.popup-authentication .block .block-title {
  color: #333333;
  line-height: 25px;
  text-transform: none;
  margin-bottom: 20px;
}
.popup-authentication .block-customer-login .actions-toolbar > .primary {
  display: block;
  text-align: right;
  margin-top: -30px;
  margin-bottom: 20px;
}
.popup-authentication .block-customer-login .actions-toolbar > .secondary {
  text-align: right;
  display: block;
}
.popup-authentication .block-customer-login .actions-toolbar .action {
  width: auto;
  margin: 0;
}
.checkout-cart-index .popup-authentication .block-customer-login .actions-toolbar > .primary {
  margin-top: 0;
}
.popup-authentication .block-new-customer ul {
  margin-bottom: 20px;
}
div[id="autocomplete_div"] {
  position: relative;
  z-index: 101;
}
.field .ui-autocomplete {
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-top: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute !important;
  width: 100% !important;
  z-index: 101;
}
.field .ui-autocomplete .ui-menu-item {
  padding: 0 15px;
}
.checkout-index-index .field.date input {
  width: 100% !important;
  margin: 0 !important;
}
.checkout-index-index .page-main,
.checkout-index-index .widget.block-viewed-products-grid .block-wrapper {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.checkout-index-index .page-wrapper {
  overflow: hidden;
  position: relative;
}
.checkout-index-index .page-main,
.checkout-index-index .widget.block-viewed-products-grid .block-wrapper {
  position: relative;
  padding-top: 18px;
}
.checkout-index-index .ui-helper-hidden-accessible {
  display: none;
}
.checkout-index-index .minicart-wrapper .minicart-items-wrapper {
  margin: 0;
  background: transparent;
}
.checkout-index-index #tooltip-label {
  display: none;
}
.checkout-index-index #checkout br + br {
  display: none;
}
.field.street.active .field.additional {
  display: block;
}
.add-more-line {
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  display: inline-block;
  margin: 10px 0 0;
  cursor: pointer;
}
.add-more-line:hover {
  color: #ef7a27;
}
.add-more-line:before {
  content: "+ Add";
  display: inline-block;
}
.add-more-line.active:before {
  content: "- Remove";
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.opc-wrapper .step-title {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.opc-wrapper .checkout-cart-shipping-speed {
  list-style: none;
  padding: 20px 20px 20px 80px;
  border-radius: 10px;
  margin: 12px 0 0;
  font-size: 16px;
}
.opc-wrapper .checkout-cart-shipping-speed li {
  position: relative;
}
.opc-wrapper .checkout-cart-shipping-speed li:before {
  position: absolute;
  left: -60px;
  top: -11px;
}
.opc-wrapper .checkout-cart-shipping-speed li:first-child {
  margin: 0 0 20px;
}
.opc-wrapper .checkout-cart-shipping-speed li:first-child:before {
  font-size: 37px;
}
.opc-wrapper .checkout-cart-shipping-speed li:last-child:before {
  font-size: 42px;
}
.opc-wrapper .form-aw-giftcard {
  margin: 0 !important;
}
.checkout-onepage-success .page-main,
.multishipping-checkout-success .page-main,
.checkout-onepage-success .widget.block-viewed-products-grid .block-wrapper {
  text-align: center;
}
.checkout-onepage-success .registration,
.multishipping-checkout-success .registration {
  padding: 15px 0;
  line-height: 18px;
}
.checkout-onepage-success .registration p,
.multishipping-checkout-success .registration p {
  margin: 0 0 5px;
}
.checkout-onepage-success .registration form,
.multishipping-checkout-success .registration form {
  padding-top: 35px;
}
.checkout-onepage-success .column.main .action.continue span,
.multishipping-checkout-success .column.main .action.continue span,
.checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue span {
  color: #070606;
}
.checkout-onepage-success .column.main .action.continue:hover span,
.multishipping-checkout-success .column.main .action.continue:hover span,
.checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue:hover span {
  color: #ffffff;
}
.checkout-success,
.multicheckout.success {
  margin: 0 auto 38px;
  padding: 0 0 40px;
  position: relative;
}
.checkout-success:after,
.multicheckout.success:after {
  height: 1px;
  content: '';
  background-color: #dddddd;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.checkout-success p,
.multicheckout.success p {
  margin: 0 auto 5px;
  max-width: 470px;
  line-height: 1.5;
}
.checkout-success .order-number,
.multicheckout.success .order-number,
.multicheckout.success .order-number a {
  text-decoration: none;
}
.checkout-success .order-number:hover,
.multicheckout.success .order-number:hover,
.multicheckout.success .order-number a:hover {
  color: #333333;
}
.checkout-success .action.continue,
.multicheckout.success .action.continue {
  padding: 0 10px;
}
.checkout-success .order-notification,
.multicheckout.success .order-notification {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.checkout-success .order-notification p,
.multicheckout.success .order-notification p {
  margin: 0;
}
#registration {
  font-size: 16px;
}
#registration .tracking-email {
  margin: 0 0 30px;
}
#registration .contact-information {
  margin: 35px 0 0;
}
#registration .contact-information p {
  margin: 0;
}
#registration .order-create-account button {
  height: 40px;
  line-height: 40px;
}
.paypal-review.view .content {
  position: static !important;
}
#autocomplete_div ul,
.autocomplete_billing ul {
  list-style: none;
  margin: 0;
  position: absolute;
  background: #ffffff;
  top: 55px;
  left: 0;
  z-index: 100;
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 5px;
  height: 75px;
  overflow-y: auto;
  width: 100%;
}
.checkout-success .action.continue span,
.checkout-onepage-success .registration.action span,
.multishipping-checkout-success .registration.action span,
.multicheckout.success .action.continue span {
  color: #333333;
}
.checkout-agreements-block {
  padding: 0;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.opc-estimated-wrapper {
  margin: 0 -9px 25px;
  padding: 15px 9px;
  position: relative;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 16px;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-label {
  display: block;
}
.opc-estimated-wrapper .estimated-price {
  display: block;
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper {
  right: 22px;
  top: 19px;
}
.opc-estimated-wrapper .minicart-wrapper:before {
  display: none;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  min-width: 0;
  background: none;
  padding: 0;
}
.opc-estimated-wrapper .action.showcart:before {
  line-height: 20px;
  font-size: 20px;
}
.opc-estimated-wrapper .action.showcart .counter,
.opc-estimated-wrapper .minicart-wrapper .push-close .counter {
  top: -3px;
  right: -14px;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: 100%;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ff0000;
}
.modal-popup .form-shipping-address {
  max-width: 100%;
}
.modal-popup .form-shipping-address .field-tooltip .field-tooltip-content {
  top: 32px;
  left: auto;
  right: -3px;
  min-width: 165px;
  font-size: 13px;
  transform: none;
  box-shadow: 0 0 3px #777;
}
.modal-popup .form-shipping-address .field-tooltip .field-tooltip-content:before {
  background: url(../../frontend/Forix/ecsupply/en_US/images/arrow-2.png) no-repeat 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  height: 9px;
  width: 11px;
  position: absolute;
  content: "";
  display: block;
  right: 6px;
  top: -9px;
  left: auto;
  bottom: auto;
  margin-top: 0;
}
.opc-block-summary > .title {
  cursor: pointer;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.opc-block-summary .items-in-cart > .title:after {
  content: "\f107";
  float: right;
  font-size: 20px;
  font-weight: 400;
}
.opc-block-summary .items-in-cart > .title.active:after {
  content: "\f106";
}
.opc-block-summary .table-totals.hidden {
  display: none;
}
.opc-block-summary .table-totals th.mark,
.opc-block-summary .table-totals td.mark {
  text-align: left;
  padding: 5px 60px 10px 0;
  font-size: 13px;
  font-weight: 500;
}
.opc-block-summary .table-totals td.amount {
  text-align: right;
  padding: 5px 0 10px;
  font-size: 13px;
  font-weight: 500;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-weight: 500;
  font-size: 13px;
}
.opc-block-summary .items-in-cart .minicart-items .product-image-container {
  float: left;
  max-width: 65px;
  border: 1px solid #c0c0c0;
  max-height: 65px;
  margin: 0;
}
.opc-block-summary .items-in-cart .minicart-items .product-item-details {
  padding-left: 75px;
  padding-right: 0;
}
.opc-block-summary .items-in-cart .minicart-items .product-item {
  padding: 0 0 10px;
  margin: 0 0 15px;
}
.opc-block-summary .items-in-cart .minicart-items .product-item-inner {
  display: table;
  width: 100%;
}
.opc-block-summary .items-in-cart div.minicart-items {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -9999em;
}
.opc-block-summary .items-in-cart div.minicart-items.hidden {
  visibility: visible;
  opacity: 1;
  position: static;
}
.opc-block-summary .items-in-cart .item-options,
.opc-block-summary .items-in-cart .product.options.list {
  padding: 5px 0;
}
.opc-block-summary .items-in-cart .product-item-name-block {
  display: block;
  padding-right: 20px;
}
.opc-block-summary .items-in-cart .subtotal {
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 0;
  float: right;
}
.opc-block-summary .items-in-cart .details-qty,
.opc-block-summary .items-in-cart .details-sku {
  display: inline-block;
  font-size: 11px;
  min-width: 50px;
  margin-right: 20px;
}
.opc-block-summary .items-in-cart .details-qty .label,
.opc-block-summary .items-in-cart .details-sku .label {
  font-weight: bold;
}
.opc-block-summary .items-in-cart .details-qty .label:after,
.opc-block-summary .items-in-cart .details-sku .label:after {
  content: ':';
  display: inline-block;
}
.opc-block-summary .items-in-cart .details-sku {
  display: block;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .minicart-items .product-item-details {
  font-weight: 300;
}
.opc-block-summary .minicart-items .product-item-details .product-item-name,
.opc-block-summary .items-in-cart .subtotal {
  color: #333333 !important;
  font-size: 11px !important;
  font-weight: 500;
  text-transform: uppercase;
}
.checkout-payment-method #co-payment-form > .fieldset > .legend span {
  margin-right: 0;
}
.checkout-payment-method .credit-card-types {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 5px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .payment-method .form-purchase-order {
  width: 100%;
}
.checkout-payment-method .payment-option {
  border-bottom: 1px solid #dddddd;
  padding: 11px 0;
}
.checkout-payment-method .payment-option .payment-option-title {
  font-size: 13px;
  text-transform: capitalize;
}
.checkout-payment-method .payment-option:last-child {
  border-bottom: 0;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
  position: relative;
  padding-left: 18px;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title .action-toggle:after {
  content: "\f105";
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title._active,
.checkout-payment-method .payment-option._collapsible .payment-option-title:hover {
  color: #ef7a27;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title._active .action-toggle:after,
.checkout-payment-method .payment-option._collapsible .payment-option-title:hover .action-toggle:after {
  content: "\f107";
}
.checkout-payment-method .payment-option._collapsible._active .payment-option-title,
.checkout-payment-method .payment-option._collapsible:hover .payment-option-title {
  color: #ef7a27;
}
.checkout-payment-method .payment-option._collapsible._active .payment-option-title .action-toggle:after,
.checkout-payment-method .payment-option._collapsible:hover .payment-option-title .action-toggle:after {
  content: "\f107";
}
.checkout-payment-method .payment-option._active .payment-option-content {
  display: block;
}
.checkout-payment-method .payment-option._active .payment-option-content .action-toggle:after,
.checkout-payment-method .payment-option._active .payment-option-content._active .action-toggle:after {
  content: "\f106";
}
.checkout-payment-method .payment-option-title {
  font-weight: 500;
  margin: 0;
}
.checkout-payment-method .payment-option-title:hover {
  color: #333333;
}
.checkout-payment-method .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-content.active {
  display: block;
}
.checkout-payment-method .payment-option.customerbalance .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option.customerbalance .payment-option-content.active {
  display: block;
}
.checkout-payment-method .payment-option.discount-code {
  padding-top: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-option-inner span.price,
.checkout-payment-method .payment-option-inner #customerbalance-available-amount {
  font-weight: bold;
}
.checkout-payment-method #mageworx-reward-points-buttons-container.actions-toolbar .payment-option-title {
  text-align: left;
  padding: 0 0 0 25px;
}
.checkout-payment-method .fieldset > .field.cvv {
  width: 50%;
  padding-right: 30px !important;
}
.checkout-payment-method .step-title {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.checkout {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method:last-child .payment-method-content {
  border-bottom: 2px solid #ffffff;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-bottom: 2px solid #ffffff;
  padding: 15px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-title input[type="radio"]:not([name*='ratings']) + label:before,
.checkout-payment-method .payment-method-title input[type="radio"]:not([name*='ratings']):checked + label:after {
  content: '';
  top: 50%;
  transform: translate(0, -50%);
}
.checkout-payment-method .payment-method-content {
  display: none;
}
.checkout-payment-method .payment-method-content .field-tooltip {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  text-align: right;
  display: block;
  margin: 10px 0 0;
  cursor: help;
  font-size: 10px;
  color: #ef7a27;
  white-space: nowrap;
}
.checkout-payment-method .payment-method-content .field-tooltip .field-tooltip-action:before {
  display: none;
}
.checkout-payment-method .payment-method-content .fieldset.payment {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method-content .fieldset.payment .field.widget {
  margin: 20px 0 17px;
}
.checkout-payment-method .payment-method-content .fieldset.payment .field.widget .label {
  position: static;
  font-size: 15px;
  font-weight: 400;
  display: none;
}
.checkout-payment-method .payment-method-content .fieldset.payment > .field.float-label:last-child {
  margin: 0 0 62px;
}
.checkout-payment-method .payment-method-content .fieldset.payment > .field.float-label:last-child .label {
  left: 0;
  font-weight: 400;
  pointer-events: auto;
  cursor: pointer;
  font-size: inherit;
}
.checkout-payment-method .payment-method-content .fieldset.payment .sorter {
  margin: 0 0 10px;
}
.checkout-payment-method .payment-method-content .fieldset.payment .sorter img {
  max-width: 71px;
}
.checkout-payment-method .payment-method-content > form + .payment-method-billing-address {
  margin-top: 25px;
}
.checkout-payment-method .payment-method-content > form > select {
  margin-bottom: 15px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0;
}
.checkout-payment-method .payment-method-billing-address .fieldset {
  margin-bottom: -15px;
}
.checkout-payment-method .payment-method-billing-address + .payment.method {
  margin-top: 25px;
}
.checkout-payment-method .payment-method-billing-address .billing-address-form {
  margin-bottom: 40px;
}
.checkout-payment-method .billing-address-details {
  line-height: 24px;
  font-weight: 300;
}
.checkout-payment-method .billing-address-details a {
  font-weight: 300;
}
.checkout-payment-method .billing-address-details .action-edit-address {
  margin-top: 10px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 25px 0 20px;
  padding: 0 0 45px;
  border-bottom: 2px solid #ffffff;
}
.checkout-payment-method .no-quotes-block {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 45px;
  margin: 20px 0;
}
.checkout-payment-method #co-payment-form > .fieldset > .legend {
  padding-bottom: 15px;
  margin-bottom: 11px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  line-height: 1;
}
.opc-payment {
  padding-top: 20px;
}
.opc-progress-bar {
  counter-reset: i;
  font-size: 0;
  position: absolute;
  z-index: 10;
  margin: 0;
  list-style: none;
  left: 50%;
  margin-left: -140px;
}
.opc-progress-bar-item {
  float: left;
  position: relative;
  text-align: center;
  vertical-align: top;
  margin: 0;
  width: 140px;
}
.opc-progress-bar-item:before {
  width: 100%;
  position: absolute;
  left: 0;
  content: '';
  top: 26px;
  height: 5px;
  background: #dddddd;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 2.5px 0 0 2.5px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 2.5px 2.5px 0;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span:after {
  content: "\f00c";
  font-weight: 400;
  background: #ddd;
  color: #a8a8a8;
}
.opc-progress-bar-item._complete:hover {
  opacity: 0.7;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:after {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
}
.opc-progress-bar-item._active:before {
  background: #333333;
}
.opc-progress-bar-item:last-child._active > span:after {
  content: counter(i);
  counter-increment: i;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.opc-progress-bar-item > span {
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
  font-size: 13px;
  font-weight: 400;
  padding: 50px 0 0;
  color: #a8a8a8;
}
.opc-progress-bar-item > span:before {
  content: '';
  border: 2px solid #ffffff;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  margin-left: -19px;
  top: 6px;
  left: 50%;
  font-weight: bold;
}
.opc-progress-bar-item > span:after {
  content: counter(i);
  counter-increment: i;
  color: #a8a8a8;
  left: 50%;
  top: 8px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: normal;
  height: 35px;
  line-height: 32px;
  width: 35px;
  margin-left: -17px;
  border: 2px solid #dddddd;
  background: #ffffff;
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.table-checkout-shipping-method .listcustom {
  display: table;
  width: 100%;
}
.table-checkout-shipping-method .listcustom .row {
  display: table-row;
  cursor: pointer;
}
.table-checkout-shipping-method .listcustom .col {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px 10px 0;
  border: 0 none;
  text-transform: capitalize;
}
.table-checkout-shipping-method .listcustom .col:first-child {
  padding-right: 0;
  width: 25px;
  min-width: 0;
}
.table-checkout-shipping-method .listcustom .col:last-child {
  padding-right: 10px;
  text-align: right;
}
.checkout-shipping-method .step-title {
  margin: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.checkout-shipping-method .actions-toolbar .primary {
  display: block;
}
.checkout-shipping-method .actions-toolbar .primary .action {
  width: 100%;
  padding: 0;
}
#checkout-shipping-method-load {
  border-top: 1px solid #dddddd;
}
#checkout-shipping-method-load .shipping-lstcustom .blockshippingrates {
  border-bottom: 1px solid #dddddd;
  padding: 12px 0 8px;
}
#checkout-shipping-method-load .shipping-lstcustom .blockshippingrates .listcustom {
  display: none;
  padding-left: 15px;
}
#checkout-shipping-method-load .shipping-lstcustom .blockshippingrates .headercustom.active + .listcustom {
  display: table;
  margin-top: 15px;
}
#checkout-shipping-method-load .shipping-lstcustom .blockshippingrates .headercustom {
  cursor: pointer;
  margin: 0 0 5px;
  position: relative;
  padding-left: 18px;
  font-weight: 500;
}
#checkout-shipping-method-load .shipping-lstcustom .blockshippingrates .headercustom:hover {
  color: #ef7a27;
}
#checkout-shipping-method-load .shipping-lstcustom .blockshippingrates .headercustom:before {
  content: "\f105";
  font-weight: 400;
  font-size: 17px;
  vertical-align: top;
  display: inline-block;
  margin: -10px 0 0 5px;
  position: absolute;
  top: 50%;
  left: 0;
}
#checkout-shipping-method-load .shipping-lstcustom .blockshippingrates .headercustom.active:before {
  content: "\f107";
  margin-left: 0;
  margin-top: -9px;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  transition: 0.3s border-color;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
  margin: 0  0 20px;
}
.opc-wrapper .shipping-address-item:before {
  background: #e2e2e2;
  content: '';
  left: 0;
  position: absolute;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #333333;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
.opc-wrapper .shipping-address-item.selected-item:before {
  display: none !important;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #333333;
  color: #ffffff;
  content: '\e610';
  height: 27px;
  width: 29px;
  font-size: 18px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .form-login {
  margin: 0 0 15px;
}
.opc-wrapper .form-login .fieldset > .field:first-child {
  margin: 0;
}
.opc-wrapper .form-login .fieldset.hidden-fields {
  padding: 20px 0 10px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  display: block;
}
.opc-wrapper .form-login .actions-toolbar {
  margin: 10px 0 0;
}
.opc-wrapper .form-shipping-address .fieldset .note,
.opc-wrapper .form-shipping-address .opc-wrapper .form-login .fieldset .note {
  display: block;
}
.table-checkout-shipping-method input[type="radio"]:not([name*='ratings']) + label {
  display: block;
}
.table-checkout-shipping-method input[type="radio"]:not([name*='ratings']) + label:before {
  top: -2px;
}
.table-checkout-shipping-method input[type="radio"]:not([name*='ratings']) + label:after {
  top: 2px !important;
}
.checkout-shipping-method {
  position: relative;
  margin: 0;
}
.shipping-policy-block.field-tooltip {
  top: 0;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  display: inline-block;
  font-weight: 700;
  color: #333333;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:hover {
  color: #ef7a27;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  display: inline-block;
  text-decoration: underline;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  top: 35px;
  right: 0;
  margin-left: 0;
}
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  top: 1px;
  -webkit-transform: rotate(136deg);
  -moz-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  transform: rotate(136deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  border: 7px solid transparent;
  border-color: transparent transparent #f5f5f5 #f5f5f5;
  height: 0;
  width: 0;
  position: absolute;
  content: "";
  box-shadow: -2px 2px 7px -4px rgba(0, 0, 0, 0.4);
}
.opc-sidebar {
  float: right;
  position: relative;
  visibility: visible;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.opc-sidebar .minicart-wrapper {
  position: static;
  padding: 0;
  display: block;
  float: none;
}
.opc-sidebar .minicart-wrapper:before {
  display: none;
}
.opc-sidebar .minicart-wrapper .action.showcart {
  display: none;
}
.opc-sidebar .minicart-wrapper .block-minicart {
  position: static;
  visibility: visible;
  box-shadow: none;
  width: 100%;
  margin: 0;
  opacity: 1;
  background: 0;
  padding: 0;
}
.opc-sidebar .minicart-wrapper .block-minicart:before {
  content: "";
  display: none;
}
.opc-sidebar .minicart-wrapper .block-minicart .opc-block-shipping-information .shipping-information {
  padding: 15px;
  background: #f3f3f3;
}
.opc-sidebar .minicart-wrapper .block-minicart .opc-block-summary {
  margin: 0 0 5px;
  padding: 15px;
  background: #f3f3f3;
}
.opc-sidebar .need-help {
  margin: 15px 0 0;
}
.shipping-information .shipping-information-title {
  display: block;
  position: relative;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  width: 100%;
  padding-top: 20px;
  text-transform: uppercase;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  background: none;
  color: #3C3B4B;
  display: inline-block;
  top: 2px;
  text-decoration: none;
  margin: 0;
  position: absolute;
  padding: 0;
  right: 0;
  min-width: 0;
  font-size: 13px;
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover span,
.opc-block-shipping-information .shipping-information-title .action-edit:hover:after {
  color: #ef7a27;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 24px;
  padding-right: 40px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to {
  margin: 0 0 25px;
}
.opc-block-shipping-information .ship-via {
  margin: 0 0 13px;
}
.field-tooltip {
  position: absolute;
  top: 5px;
  right: 4px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
  text-align: center;
  text-align: left;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action:before {
  content: "\f29c";
  text-align: center;
  vertical-align: middle;
  line-height: inherit;
  cursor: pointer;
  font-size: 20px;
}
.field-tooltip .field-tooltip-action._active {
  color: #ef7a27;
}
.field-tooltip .field-tooltip-content {
  white-space: normal;
  color: #333333;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 100;
  display: none;
  padding: 9px;
}
.field-tooltip .field-tooltip-content:before {
  position: absolute;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
.opc-wrapper .payment-tabs {
  list-style: none;
  margin: 0;
}
.opc-wrapper .payment-tabs li {
  float: left;
  margin: 0 15px 10px 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
}
.opc-wrapper .payment-tabs li span {
  letter-spacing: -1px;
}
.opc-wrapper .payment-tabs li:last-child {
  margin-right: 0;
}
.opc-wrapper .payment-tabs li:hover span,
.opc-wrapper .payment-tabs li.active span {
  color: #ef7a27;
}
.opc-wrapper .payment-tabs li:hover span:after,
.opc-wrapper .payment-tabs li.active span:after {
  content: "";
  display: block;
}
.opc-wrapper .payment-group {
  clear: both;
}
.opc-wrapper .tabdisplay .payment-method .payment-method-title {
  display: none;
}
.payment-methods .tabdisplay .step-title {
  display: none;
}
.payment-method._active .available-credit {
  display: block;
}
.form-purchase-order {
  margin-bottom: 10px;
}
.credit-balance-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-balance-list .credit-balance-item {
  margin-right: 10rem;
}
.credit-balance-list .credit-balance-item:last-child {
  margin-right: 0;
}
.credit-balance-list .credit-balance-label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.credit-balance-list .credit-balance-price {
  font-size: 2.4rem;
  font-weight: 600;
}
.credit-balance-list .credit-balance-price._negative {
  color: #eb5202;
}
.available-credit {
  float: right;
  display: none;
}
.available-credit strong + span {
  padding: 0 10px;
}
.change-result {
  clear: both;
  padding-top: 20px;
}
.change-result strong {
  padding-left: 5px;
}
.block-collapsible-nav,
.block.account-nav,
.block-cms-links {
  left: 0;
  top: 0;
  z-index: 5;
}
.block-collapsible-nav .title:after,
.block.account-nav .title:after,
.block-cms-links .title:after {
  top: 16px;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.block-collapsible-nav .content.active,
.block.account-nav .content.active,
.block-cms-links .content.active {
  display: block;
}
.block-collapsible-nav .item,
.block.account-nav .item,
.block-cms-links .item {
  margin: 0 0 9px;
}
.block-collapsible-nav .item a,
.block.account-nav .item a,
.block-cms-links .item a {
  font-weight: 500;
  text-decoration: none;
}
.block-collapsible-nav .item.current,
.block.account-nav .item.current,
.block-cms-links .item.current {
  color: #a8a8a8;
}
.block-collapsible-nav .item.current a,
.block.account-nav .item.current a,
.block-cms-links .item.current a {
  color: #a8a8a8;
}
.block-collapsible-nav .item.current a:hover,
.block.account-nav .item.current a:hover,
.block-cms-links .item.current a:hover {
  color: #ef7a27;
}
.block-collapsible-nav .nav .delimiter,
.block.account-nav .nav .delimiter,
.block-cms-links .nav .delimiter {
  border-top: none;
  margin: 15px -12px;
  height: 5px;
  background: #ffffff;
}
.account .page-title,
.requisition-list-title h1 {
  font-size: 25px;
  line-height: 30px;
}
.account .message {
  margin: 10px 0;
}
.account .block-collapsible-nav,
.account .block.account-nav,
.account .block-cms-links {
  z-index: 101;
}
.account .sidebar-additional:before {
  content: "";
  height: 2px;
  background: #ffffff;
  font-size: 0;
  margin: 20px 0;
}
.account .table-wrapper table td a {
  font-size: 13px;
}
.account.customer-account-index .page-title-wrapper {
  padding-top: 30px;
  display: block;
  float: left;
  width: 100%;
}
.account .table-order-items tr > td.id {
  font-weight: 500;
}
.account td.status,
.account th.status {
  padding: 12px 10px;
}
.account .columns .column.main,
.account .widget.block-viewed-products-grid .block-content,
.account .columns .widget.block-viewed-products-grid .block-content {
  padding-bottom: 50px;
}
.account .column.main .form,
.account .widget.block-viewed-products-grid .block-content .form {
  max-width: inherit;
}
.account .main .actions-toolbar .action.back {
  display: none;
}
.account .toolbar.bottom {
  margin-bottom: 20px;
}
.account .top-content-wrapper {
  border-bottom: 1px solid #dddddd;
  display: block;
  float: left;
  width: 100%;
}
.account .main-content-wrapper {
  display: block;
  float: left;
  width: 100%;
}
.account .sidebar-dailydeal .shop-now-btn {
  height: 35px;
}
.account .sidebar-dailydeal .shop-now-btn > span {
  line-height: 31px;
  font-size: 15px;
}
.account .poll-wrapper .block-title strong {
  min-width: 260px;
  font-size: 18px;
}
.account .poll-wrapper .block-title:after {
  width: calc(100% - 220px);
}
.account .poll-list {
  margin: 0;
  overflow-y: auto;
}
.account .poll-list .poll-item {
  margin-bottom: 15px;
  display: table-row;
  width: 100%;
  float: left;
}
.account .poll-item > div {
  display: table-cell;
}
.account .poll-item .image {
  width: 30%;
  vertical-align: middle;
}
.account .poll-item img {
  margin: 0 auto;
  display: block;
}
.account .poll-item .poll-content {
  padding-left: 15px;
  width: 70%;
}
.account .poll-item strong {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
}
.account .poll-item p {
  font-weight: 300;
  margin-bottom: 9px;
}
.account .poll-item .fieldset {
  margin-bottom: 0;
  display: block;
  float: left;
}
.account .poll-item .msg {
  color: #808080;
  font-size: 13px;
  line-height: 35px;
  display: inline-block;
}
.account .poll-content label {
  margin-bottom: 11px;
  display: block;
}
.account .quick-order-block {
  text-align: center;
  margin-bottom: 30px;
}
.account .quick-order-block > span {
  color: #808080;
  display: block;
  margin-bottom: 7px;
  font-weight: 300;
}
.account .quick-order-block > a {
  font-weight: 500;
}
.account .quick-order-block > a:before {
  display: inline-block;
  margin-right: 3px;
  content: '\e93d';
  font-family: 'm2-icons';
  font-size: 12px;
}
.account .dailyoffers-wrapper {
  max-width: 493px;
}
.account .sidebar-dailydeal.no-deal h3 {
  top: 11px;
}
.account .sidebar-dailydeal.no-deal .deal-content {
  bottom: 0;
  padding: 0 15px;
}
.account .sidebar-dailydeal.no-deal .deal-content > p {
  margin-bottom: 0;
}
.account .sidebar-dailydeal.no-deal .deal-content > p:last-child {
  margin-bottom: 10px;
}
.account .sidebar-dailydeal .shop-now-btn:hover > span {
  line-height: 35px;
}
.account .main-content-wrapper .dailyoffers-wrapper .products-grid .product-items:not(.slick-dots) {
  margin-bottom: 70px;
}
.account .modal-popup:not(.popup-age) .modal-footer {
  background: #ffffff;
  padding: 20px 0;
}
.account .modal-popup:not(.popup-age) .modal-footer .action {
  min-width: 80px;
  margin: 0 10px 15px 10px;
}
.account .modal-content .fieldset {
  margin-bottom: 0;
}
.account.company-index-index .modal-popup .modal-inner-wrap {
  min-height: auto;
  height: auto;
}
.account.company-index-index .modal-popup .modal-footer {
  padding-top: 0;
}
.account .block-addresses-list ol > li {
  margin-bottom: 15px;
}
.account .box-address-billing .box-actions,
.account .box-address-shipping .box-actions {
  margin-top: 12px;
}
.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 {
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
  background-color: #f39756;
  color: #ffffff;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f39756;
  width: 100%;
}
.password-weak .password-strength-meter {
  color: #ffffff;
}
.password-weak .password-strength-meter:before {
  background-color: #c93711;
  width: 25%;
}
.password-medium .password-strength-meter {
  color: #ffffff;
}
.password-medium .password-strength-meter:before {
  background-color: #ef7a27;
  width: 50%;
}
.password-strong .password-strength-meter {
  color: #ffffff;
}
.password-strong .password-strength-meter:before {
  background-color: #4d9ed4;
  width: 75%;
}
.password-very-strong .password-strength-meter {
  color: #ffffff;
}
.password-very-strong .password-strength-meter:before {
  background-color: #2e86c0;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.form-address-edit,
.form-edit-account {
  max-width: 100%;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-login input[name*="password"],
.form-minilogin input[name*="password"] {
  padding-right: 30px;
}
.show-password {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.customer-account-login .page-title-wrapper .page-title,
.customer-account-createpassword .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title {
  line-height: 35px;
}
.login-container {
  position: relative;
}
.login-container:before,
.login-container:after,
.create-company-account:before {
  content: '';
  display: table;
}
.login-container:before,
.create-company-account:before {
  height: 100%;
  content: '';
  background: #dddddd;
}
.login-container:after {
  clear: both;
}
.login-container .block-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  line-height: 30px;
  margin: 0 0 25px;
}
.login-container .block-content p {
  margin-bottom: 15px;
}
.login-container .block-content ul {
  margin-left: 15px;
}
.login-container .block-content li {
  margin: 0 0 10px 0;
  line-height: 17px;
}
.login-container .form {
  max-width: 100%;
}
.login-container .actions-toolbar {
  padding-top: 10px;
}
.login-container .actions-toolbar .action.create {
  text-align: center;
  min-width: 315px;
  background: #333333;
  color: #fff;
  height: 35px;
  display: block;
  line-height: 35px;
  text-transform: uppercase;
}
.login-container .actions-toolbar .action.create:hover {
  background: #ef7a27;
}
.login-container .block-customer-login .actions-toolbar {
  text-align: right;
  float: right;
  width: 100%;
}
.login-container .block-customer-login .actions-toolbar .primary {
  margin-right: 0;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  float: left;
}
.login-container .block-customer-login .actions-toolbar .action.login {
  width: auto;
  margin-right: 0;
}
.login-container .field.note {
  font-weight: normal;
}
.login-container .block-customer-login .block-title,
.login-container .block-new-customer .block-title {
  margin: 0 0 16px;
  font-size: 20px;
}
.login-container .tooltip.wrapper {
  position: relative;
  padding-left: 16px;
}
.login-container .tooltip.wrapper a {
  font-size: 13px;
  font-weight: 400;
}
.login-container .tooltip.wrapper:before {
  content: '|';
  position: absolute;
  left: 5px;
  top: 1px;
}
.control.captcha-image {
  margin: 15px 0 0;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
  margin: 0 10px 15px 0;
}
.create-company-account {
  position: relative;
  float: left;
  margin: 0 0 78px;
  width: 100%;
}
.create-company-account .block-title {
  margin: 0 0 22px;
  text-transform: uppercase;
}
.create-company-account .company-account-right .block-license-permits .block-content {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 0;
}
.create-company-account .company-account-right .block-license-permits .jf-required label.form-label {
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
}
.create-company-account .company-account-right .block-license-permits .allowed-type {
  display: block;
  margin: 10px 0 20px;
  font-size: 13px;
  color: #808080;
}
.create-company-account .company-account-right .block-license-permits p {
  font-weight: 300;
}
.create-company-account .company-account-right .block-license-permits .strong-text {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 17px;
  margin: 0 0 20px;
  font-weight: 500;
}
.create-company-account .company-account-right .block-license-permits .tab_content {
  padding: 15px;
  clear: both;
}
.create-company-account .company-account-right .block-license-permits .tabs {
  list-style: none;
  height: 42px;
  background-color: #F3F3F3;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  display: table;
  width: 100%;
  margin: 0;
}
.create-company-account .company-account-right .block-license-permits .tabs li.category-link {
  margin: 0;
  text-align: center;
  letter-spacing: 0.75px;
  display: table-cell;
}
.create-company-account .company-account-right .block-license-permits .tabs li.category-link a {
  display: inline-block;
  padding: 10px 13px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  min-height: 42px;
  line-height: 22px;
  letter-spacing: 0.75px;
  letter-spacing: 0;
  z-index: 20;
  position: relative;
  background-color: #F3F3F3;
  width: 100%;
}
.create-company-account .company-account-right .block-license-permits .tabs li.category-link.active a {
  background: #fff;
  border-bottom: 0;
  color: #808080;
  position: relative;
}
.create-company-account .company-account-right .block-license-permits .tabs li.category-link.active a:after {
  content: '';
  height: 1px;
  background: #fff;
  right: 0;
  left: 0;
  display: block;
  bottom: -1px;
  position: absolute;
}
.create-company-account .company-account-right .block-license-permits .tabs li.category-link.active:last-child a {
  z-index: 11;
}
.create-company-account .company-account-right .block-license-permits .tabs li.category-link.active:last-child:after {
  content: '';
  background: #fff;
  right: 0;
  display: block;
  top: 0;
  bottom: -1px;
  position: absolute;
  width: 194px;
  z-index: 10;
}
.create-company-account .company-account-right .block-license-permits .tabs li.category-link:last-child a {
  border-left: 1px solid #DDDDDD;
}
.create-company-account .company-account-right .block-license-permits .file-input {
  position: relative;
}
.create-company-account .company-account-right .block-license-permits .file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.create-company-account .company-account-right .block-license-permits .file-input > .button {
  border: 2px solid #333333;
  color: #333333;
  background-color: #ffffff;
  padding: 8px 20px;
  font-size: 15px;
  height: 35px;
  line-height: 15px;
  width: 73.93483709%;
  font-weight: 500;
  display: block;
  text-align: center;
}
.create-company-account .company-account-right .block-license-permits .file-input > .label {
  color: #333;
  font-size: 13px;
  overflow: hidden;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.create-company-account .company-account-right .block-license-permits .file-input.-chosen > .label {
  opacity: 1;
}
.create-company-account .company-account-right .actions-toolbar {
  padding-top: 20px;
}
.create-company-account .sb-container h4 {
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 20px;
  margin: 0 0 20px;
  color: #ffffff;
}
.create-company-account .sb-container h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  margin: 0 auto 20px;
  text-transform: none;
  max-width: 240px;
  letter-spacing: -0.1px;
}
.create-company-account .sb-container button {
  color: #333333;
  background: #fff;
}
.create-company-account .sb-container button:hover {
  background: #ef7a27;
  color: #ffffff;
}
.customer-account-logoutsuccess .page-title-wrapper,
.customer-account-logoutsuccess .page-main .columns,
.customer-account-logoutsuccess .widget.block-viewed-products-grid .block-wrapper .columns {
  text-align: center;
}
@media only screen and (max-width: 320px) {
  .create-company-account .company-account-right .block-license-permits .tabs li.category-link a {
    padding: 10px 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .create-company-account .company-account-right .block-license-permits .tabs li.category-link a {
    padding: 10px;
  }
}
.block-balance .price {
  display: inline-block;
  line-height: 27px;
  font-size: 27px;
  font-weight: 600;
}
.storecredit .block .block-content {
  padding: 10px 0;
}
.storecredit .block-balance-history {
  clear: both;
}
.multishipping.payment.customerbalance {
  margin: 0 0 20px;
  font-weight: 700;
}
.account .column.main .storecredit .block:not(.widget),
.account .widget.block-viewed-products-grid .block-content .storecredit .block:not(.widget) {
  border-bottom: 0;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  vertical-align: middle;
  font-weight: normal;
  display: inline-block;
  margin: 0 5px 0 0;
}
.table-downloadable-products .col.title:before {
  display: none;
}
.samples-item {
  margin: 0 0 5px;
}
.samples-item-title {
  margin: 0 0 10px;
}
.field.downloads .label {
  margin: 0;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
}
.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 .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads .field.choice {
  margin: 15px 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.field.downloads-all .label:before,
.field.downloads-all .label:after {
  display: none;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom {
  float: right;
}
.page-product-downloadable .product-options-wrapper {
  float: left;
}
.field.open-amount {
  width: 100%;
}
.field.open-amount span {
  display: inline-block;
  margin: 0 15px 0 0;
}
.field.open-amount span:last-child {
  margin-right: 0;
}
.page-product-giftcard .giftcard.form {
  clear: both;
  padding: 15px 0;
}
.page-product-giftcard .giftcard.form .field:not(.text) {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 10px;
}
.page-product-giftcard .giftcard.form .field:not(.text):nth-of-type(2n+2) {
  padding-right: 0;
  padding-left: 10px;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 25px;
}
.giftcard-account .form-giftcard-redeem .fieldset {
  margin-bottom: 20px;
}
.opc-wrapper .form-giftcard-account .payment-option-inner {
  margin: 0 0 20px;
}
.opc-wrapper .form-giftcard-account .field .label {
  display: none;
}
.opc-wrapper .form-giftcard-account .actions-toolbar .secondary {
  left: 0;
  right: auto;
}
.opc-wrapper .giftcard-account-info {
  padding: 20px 0 0;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 20px;
}
.item-gift td {
  padding-left: 0;
  padding-right: 0;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title span:after {
  content: "\f106";
}
.gift-item-block .title {
  font-weight: 700;
  color: #38ca73;
  display: inline-block;
  line-height: 25px;
  margin: 0 0 20px;
}
.gift-item-block .title:hover {
  color: #24a259;
}
.gift-item-block .title span {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.gift-item-block .title span:after {
  content: "\f107";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  margin-left: 5px;
  font-size: 24px;
  line-height: 24px;
}
.gift-options-title {
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  white-space: normal;
}
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-options .actions-toolbar {
  clear: both;
  padding: 0;
  position: static;
  margin: 0 0 20px;
}
.gift-wrapping-list li {
  padding: 10px 0;
}
.gift-summary {
  position: relative;
}
.gift-summary .price-box,
.gift-options .price-box {
  font-weight: 600;
}
.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;
}
.gift-summary .action {
  display: inline-block;
  background: none;
  min-width: 0;
  height: inherit;
  color: #38ca73;
  text-transform: none;
  text-decoration: underline;
  vertical-align: middle;
}
.gift-summary .action.action-delete {
  text-decoration: none;
  margin-left: 10px;
  display: inline-block;
}
.gift-summary .action.action-delete:before {
  content: "\f00d";
  display: block;
  padding-top: 0;
  font-size: 16px;
  line-height: 20px;
}
.gift-summary .actions-toolbar {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -1px;
}
.gift-summary .actions-toolbar .secondary {
  position: relative;
}
.gift-summary .actions-toolbar .secondary:before {
  content: "";
  width: 1px;
  display: block;
  background: #333333;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gift-summary .actions-toolbar .secondary .action {
  width: auto;
  line-height: 18px;
  padding: 0;
}
.gift-summary .action-edit {
  margin-right: 10px;
  display: inline-block;
}
.gift-messages-order {
  padding: 15px 0 0;
  margin-bottom: 25px;
}
.gift-message .action.message {
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #38ca73;
}
.gift-message .action.message:hover {
  color: #24a259;
}
.gift-message .action.message:after {
  content: "\f107";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  margin-left: 5px;
  font-size: 24px;
  line-height: 24px;
}
.gift-message .block.message {
  background: none;
  padding: 15px 0 0;
  color: inherit;
}
.gift-message .field.choice {
  font-weight: 600;
}
.gift-message .order-options .item {
  margin: 0 0 15px;
}
.gift-message .order-options .item:last-child {
  margin-bottom: 0;
}
.gift-message .order-options .product,
.gift-message .order-options .photo,
.gift-message .order-options .number {
  margin: 0 0 10px;
}
.gift-message-summary {
  padding-right: 80px;
  word-break: break-word;
  white-space: normal;
}
.cart.table-wrapper .action-gift {
  display: inline-block;
  text-decoration: underline;
  margin-right: 20px;
  font-weight: 700;
  float: left;
}
.cart.table-wrapper .action-gift span:after {
  content: "\f107";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin-left: 5px;
}
.cart.table-wrapper .action-gift._active span:after {
  content: "\f106";
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.cart-container .cart-gift-item {
  margin-bottom: 20px;
}
.cart-container .cart-gift-item .gift-options,
.cart-container .cart-gift-item .gift-summary {
  padding-bottom: 20px;
}
.cart-container .cart-gift-item .gift-options .actions-toolbar {
  padding: 20px 0 0;
  margin: 0;
}
.table.cart .gift-summary .action.action-edit,
.table.cart .gift-summary .action.action-delete {
  display: inline-block;
  position: static;
  margin-top: 0;
  margin-left: 7px;
}
.table.cart .gift-summary .action.action-edit {
  margin-right: 7px;
}
.multicheckout .gift-message .action.message {
  margin: 15px 0 0;
}
.cart-summary .form.giftregistry {
  margin: 0 auto;
}
.cart-summary .form.giftregistry .action.add {
  min-width: 100%;
}
.table-giftregistry .col.actions,
.table-giftregistry .col.create {
  white-space: nowrap;
}
.table-giftregistry .col.message {
  background: none;
  margin: 0;
  color: inherit;
  display: table-cell;
}
.table-giftregistry th.message,
.table-giftregistry td.message {
  padding: 10px;
}
.form-giftregistry-edit .fieldset:nth-last-of-type(1) {
  margin-bottom: 0;
}
.form-giftregistry-edit .fieldset .field.additional {
  width: 100%;
  padding-left: 0;
  padding-right: 0 !important;
}
.table-giftregistry-items .col.note .field {
  margin-top: 10px;
}
.table-giftregistry-items .col.actions .field.choice {
  display: inline-block;
  vertical-align: top;
}
.table-giftregistry-items .col.actions label {
  display: block;
}
.table-giftregistry-items .col.product:before {
  display: none !important;
}
.form-giftregistry-search {
  margin: 0 0 40px;
}
.form-giftregistry-search .fieldset {
  margin: 0 0 25px;
}
.block-giftregistry-shared {
  margin-bottom: 20px;
}
.block-giftregistry-shared .item-options .item-title,
.block-giftregistry-shared .product.options.list .item-title {
  font-weight: 600;
}
.form.giftregistry {
  max-width: inherit;
}
.table.giftregistry tbody.item:last-child {
  border-bottom: 0;
}
.table.giftregistry .col.registered {
  clear: both;
}
.table.giftregistry .col.price .msrp-message {
  margin-bottom: 10px;
  display: inline-block;
}
.table.giftregistry .col.product:before {
  display: none !important;
}
.magento-giftregistry-index-index .column.main .actions-toolbar .action.primary,
.magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary {
  text-align: center;
}
.field.gift-wrapping .label {
  color: #333333;
  display: block;
  font-weight: 600;
  margin: 0 0 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  width: 100%;
}
.gift-wrapping-list li {
  padding: 10px 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image:after {
  color: #c0c0c0;
  content: '\e62a';
  display: block;
  font-size: 22px;
  line-height: 40px;
}
.gift-wrapping-preview {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #c0c0c0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: auto;
  width: 75px;
}
.gift-wrapping-item > span img {
  height: auto;
  display: block;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  color: #333333;
  position: relative;
  z-index: 1;
}
.gift-wrapping-title .action-remove:after {
  margin: -2px 0 0 5px;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 70px;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.gift-wrapping + .gift-message {
  float: left;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.form-add-invitations > .fieldset .fields {
  margin: 0 0 20px;
}
.form-add-invitations > .fieldset .fields .actions-toolbar {
  position: absolute;
}
.form-add-invitations > .fieldset .fields .actions-toolbar {
  margin-top: 0;
}
.invitations .action.send {
  text-align: center;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'm2-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: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.msrp-message {
  font-weight: 400;
  color: #767676;
}
.products-grid .product-item-details .map-old-price {
  margin: -3px 0 0 0;
}
.products-grid .map-old-price .price-wrapper,
.table.table-comparison td .map-old-price .price-wrapper {
  text-decoration: line-through;
  color: #c0c0c0;
}
.form.multicheckout {
  max-width: 100%;
}
.multicheckout > .title {
  margin: 20px 0 10px;
}
.multicheckout .table-wrapper .col.item .action.edit {
  margin-left: 10px;
}
.multicheckout .table-wrapper .action.delete {
  font-size: 0;
  text-decoration: none;
  vertical-align: top;
  display: block;
  line-height: 0;
  top: 15px;
  right: 0;
}
.multicheckout .table-wrapper .action.delete:after {
  display: block;
  vertical-align: top;
  content: "\f00d";
}
.multicheckout > .actions-toolbar .secondary {
  display: block;
  text-align: right;
}
.multicheckout > .actions-toolbar .action.back {
  float: left;
  display: block;
}
.multicheckout .block > .block-title > strong {
  font-weight: 600;
}
.multicheckout .block > .block-title,
.multicheckout .block-content > .title {
  border-bottom: 1px solid #c0c0c0;
  padding: 15px 0;
  margin: 0 9px 30px;
}
.multicheckout .block-content > .title > strong {
  font-weight: 600;
}
.multicheckout .table-wrapper .table-order-review .action.delete {
  font-size: inherit;
  line-height: 18px;
  margin: 0;
  position: static;
  display: inline-block;
  text-decoration: underline;
}
.multicheckout .table-wrapper .table-order-review .action.delete:after {
  display: none;
}
.multicheckout .data.table .address {
  margin-top: 5px;
}
.multicheckout .data.table .field.qty {
  display: inline-block;
  min-width: 0;
}
.multicheckout .data.table .col.qty:before {
  margin-right: 10px !important;
}
.multicheckout .block-shipping .box {
  float: left;
}
.multicheckout .block-shipping .box .box-content {
  padding: 10px 0 0;
}
.multicheckout .block-shipping .block-title {
  margin: 0 0 20px;
}
.multicheckout .block-shipping .methods-shipping {
  margin: 0 0 25px;
}
.multicheckout .block-shipping .methods-shipping dt {
  margin: 0 0 25px;
}
.multicheckout .block-shipping .box-title span,
.multicheckout .block.block-other > .block-title strong {
  margin-right: 15px;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .block-billing .box {
  float: left;
  padding: 0;
}
.multicheckout .block-billing .box .legend {
  text-transform: none;
  color: #333333;
}
.multicheckout .block-billing .box-content {
  padding: 15px 0;
}
.multicheckout .block-billing .box-title span {
  margin-right: 15px;
}
.multicheckout .box-billing-method {
  padding: 20px 0;
}
.multicheckout .methods-payment .item-title {
  margin: 0 0 15px;
}
.multicheckout .methods-payment .item-content > .items {
  padding: 0 0 15px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
.multicheckout.order-review .block-shipping > .block-title {
  margin-bottom: 10px;
}
.multicheckout.success .subtitle {
  font-size: inherit;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.review-fieldset {
  margin: 0;
}
.review-form .review-field-rating .control select ~ .label,
.review-form .review-field-rating .control .select ~ .label,
.review-form .review-field-rating .control input:focus ~ label,
.review-form .review-field-rating .control textarea:focus ~ label,
.review-form .review-field-rating .control input:valid ~ label,
.review-form .review-field-rating .control textarea:valid ~ label,
.review-form .review-field-rating .control input.filled-in ~ label,
.review-form .review-field-rating .control textarea.filled-in ~ label {
  top: 0;
}
.block-reviews-dashboard .items {
  padding: 10px 0;
}
.block-reviews-dashboard .item {
  margin: 0 0 15px;
}
.block-reviews-dashboard .rating-summary {
  display: block;
  clear: both;
}
.block-reviews-dashboard .rating-summary .label {
  display: inline-block;
  vertical-align: bottom;
}
.table-reviews .col.actions {
  white-space: nowrap;
}
.table-reviews .col.summary .rating-summary {
  vertical-align: top;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .product-details .product-name,
.customer-review .product-details .product-item-name {
  color: #333333;
  font-weight: 600;
  text-transform: none;
}
.customer-review .review-details .customer-review-rating .rating-label {
  display: inline-block;
  vertical-align: middle;
}
.customer-review .review-details .customer-review-rating .rating-label:after {
  content: ":";
  display: inline-block;
  margin-right: 5px;
}
.customer-review .review-details .customer-review-rating {
  padding: 20px 0;
}
.customer-review .review-details .review-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.data.switch .counter {
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.review-add {
  background: #f9f9f9;
  border-top: 1px solid #c0c0c0;
  display: none;
  margin: 0 0 25px;
  padding: 20px 20px 30px;
}
.review-add.active {
  display: block;
}
.review-add .review-field-rating div.mage-error[generated],
.review-add .review-field-rating .field .field-error {
  margin-top: 30px;
}
.review-items .review-details {
  display: table;
}
.review-items .review-details .review-date {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}
.review-items .review-author {
  color: #333333;
  font-weight: 600;
  margin: 0 0 5px;
}
.review-items .review-author .review-details-value {
  font-weight: inherit;
}
.review-items .review-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.review-items .review-ratings {
  margin-bottom: 10px;
}
.review-items .review-content {
  line-height: 17px;
}
.review-items .review-item {
  border-bottom: 1px solid #c0c0c0;
  margin: 0;
  padding: 20px 0;
}
.review-items .review-item:last-child {
  border-bottom: 0;
}
.review-list {
  margin-bottom: 30px;
}
.review-list-title .block-title {
  margin: 0 0 5px;
  color: #333333;
}
.review-list-title > .action.add-review {
  margin: 15px 0 25px;
  text-align: center;
}
.toolbar.review-toolbar {
  margin-bottom: -55px;
}
.toolbar.review-toolbar:first-child {
  margin-bottom: 0;
}
.product-options-wrapper .swatch-attribute.size {
  display: inline-block;
  padding-right: 10px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.main-slider .box-outer {
  position: relative;
  cursor: pointer;
}
.main-slider .banner-title {
  color: #ffffff;
  margin-bottom: 0;
}
.main-slider .banner-text {
  color: #ffffff;
  line-height: 18px;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
  max-width: 291px;
}
.main-slider .item {
  display: none;
}
.main-slider .item:first-child {
  display: block;
}
.main-slider.slick-loaded .item {
  display: block;
}
.main-slider .slick-slide img {
  width: 100%;
}
.main-slider-wrapper .slick-dots {
  margin: 0;
}
.main-slider-wrapper .slick-slider,
.main-slider-wrapper .block-related-slider-wrapper {
  margin-bottom: 0;
}
.main-slider-wrapper .slick-arrow {
  color: #ffffff;
  min-width: 24px;
  z-index: 100;
}
.main-slider-wrapper .slick-arrow:hover {
  color: #ef7a27;
}
.main-slider-wrapper .slick-prev:before {
  content: '\e939';
}
.main-slider-wrapper .slick-next:before {
  content: '\e93a';
}
.main-slider-wrapper .slick-prev:before,
.main-slider-wrapper .slick-next:before {
  color: inherit;
  font-family: 'm2-icons';
  opacity: 1;
}
.main-slider-wrapper .slick-prev:focus,
.main-slider-wrapper .slick-next:focus {
  color: #ffffff;
  background: none;
}
.main-slider-wrapper .slick-prev:focus:hover,
.main-slider-wrapper .slick-next:focus:hover {
  color: #ef7a27;
}
.main-slider-wrapper .slick-dots li button {
  border-radius: initial;
  padding: 0;
  min-width: 0;
}
.main-slider-wrapper .slick-dots li button:before {
  content: '';
  background: transparent;
}
.main-slider-wrapper .slick-dots li.slick-active button:before {
  background: #ffffff;
  opacity: 1;
}
.minilogin-wrapper {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.minilogin-wrapper .action.showlogin {
  color: #ffffff;
  text-decoration: none;
  line-height: 45px;
  width: 101px;
}
.minilogin-wrapper .action.showlogin:hover {
  color: #ef7a27;
}
.minilogin-wrapper .action.showlogin:before {
  cursor: pointer;
  color: inherit;
  content: '\e910';
}
.minilogin-wrapper .fieldset .field.float-label:not(.choice) .label {
  font-weight: 400;
}
.minilogin-wrapper .block-authentication {
  display: none;
  z-index: 200;
  background: #ffffff;
  text-align: left;
}
.minilogin-wrapper .block-authentication:after {
  position: absolute;
}
.minilogin-wrapper .push-close {
  position: fixed;
  width: 46px;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 102;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.minilogin-wrapper .fieldset {
  margin-bottom: 15px;
}
.info-account-cart .minilogin-wrapper .push-close:before {
  content: '\e910';
}
.block-customer-login {
  width: 100%;
}
.block-customer-login .actions-toolbar {
  width: 100%;
  text-align: center;
}
.block-customer-login .actions-toolbar .action {
  width: 100%;
}
.block-customer-login .actions-toolbar .action.action-register {
  text-align: center;
}
.block-customer-login .actions-toolbar > div > span {
  display: block;
  width: 100%;
  margin-bottom: 9px;
  color: #808080;
}
.block-customer-login .actions-toolbar .forgot-password-form {
  margin-bottom: 20px;
}
.block-customer-login .actions-toolbar > span {
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  display: block;
  font-weight: 500;
}
.block-customer-login .actions-toolbar a.action {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #333333;
}
.block-customer-login .actions-toolbar a.action:hover {
  color: #ef7a27;
}
.block-customer-login .forgot-password-form {
  clear: both;
  text-align: center;
  display: block;
  margin-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.block-customer-login .form-forgotpwd {
  padding-top: 13px;
  text-align: center;
  position: relative;
}
.block-customer-login .form-forgotpwd #forgotpwd-email-error {
  text-align: left;
}
.block-customer-login .form-forgotpwd .title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 14px;
}
.block-customer-login .form-forgotpwd .btn-close {
  font-size: 0;
  display: block;
  height: 0;
  color: #333333;
  position: absolute;
  right: 0;
  top: -15px;
  height: 30px;
  width: 30px !important;
  line-height: 30px !important;
}
.block-customer-login .form-forgotpwd .btn-close:hover {
  color: #ef7a27;
}
.block-customer-login .form-forgotpwd .btn-close:before {
  content: '\e91b';
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 15px;
  font-family: 'm2-icons';
  color: inherit;
}
.block-customer-login .form-forgotpwd .fieldset .field.note {
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 15px;
}
.block-customer-login .form-forgotpwd .back-to-login {
  margin-top: 20px;
}
.fancybox-wrap .block-customer-login .block-title {
  display: none;
}
.block-customer-logged {
  text-align: left;
}
.block-customer-logged li {
  margin: 0;
  line-height: 27px;
  display: block;
}
.block-customer-logged li a {
  color: #333333;
  font-size: 15px;
}
.block-customer-logged li a:hover {
  color: #ef7a27;
}
.block-customer-logged .wishlist span {
  color: #767676;
}
.block-customer-logged .wishlist span:before {
  content: '(';
}
.block-customer-logged .wishlist span:after {
  content: ')';
}
.toggle-login-close {
  display: none;
}
.login-before-open {
  overflow: hidden;
}
.login-before-open .minilogin-wrapper .push-close {
  position: fixed;
  width: 46px;
  height: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 102;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.login-before-open .minilogin-wrapper .block-authentication {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 500;
  display: block;
  text-align: left;
  left: -100%;
  padding-right: 63px;
  transition: left 0.7s;
}
.login-before-open .minilogin-wrapper .block-authentication:before {
  content: '\e916';
}
.login-before-open .push-close {
  transition: opacity 0.7s;
  opacity: 0;
}
.login-before-open.push.right .minilogin-wrapper .block-authentication {
  padding: 14px 14px 0;
  right: -100%;
  left: auto;
  transition: right 0.7s;
  width: calc(100% - 46px);
}
.login-before-open.push.right .push-close {
  left: 0;
  right: auto;
}
.login-open .page-wrapper {
  left: 100%;
}
.login-open .minicart-wrapper .block-authentication {
  left: 0;
}
.login-open .push-close {
  opacity: 1;
}
.login-open.push.right .page-wrapper {
  right: 100%;
}
.login-open.push.right .minilogin-wrapper .block-authentication {
  right: 0;
}
.product-label {
  padding: 5px 4px 4px;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
}
.product-label .item {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background: #c8c8c8;
  text-align: center;
}
.product-label .item:nth-of-type(1) {
  margin-left: 0;
}
.product-info-main .product-info-label {
  display: inline-block;
}
.product-info-main .product-label .item {
  margin: 0 10px 0 0;
  font-weight: 600;
  letter-spacing: 0;
}
.product-info-main .product-label .item:last-child {
  margin-right: 0;
}
.product.media,
.product-image-container,
.product.info.detailed {
  position: relative;
}
.product.media .product-label-info,
.product-image-container .product-label-info,
.product.info.detailed .product-label-info {
  line-height: 0;
  position: absolute;
  z-index: 1;
}
.product.media .product-label-info.top-left,
.product-image-container .product-label-info.top-left,
.product.info.detailed .product-label-info.top-left {
  top: 6px;
  left: 6px;
}
.product.media .product-label-info.top-right,
.product-image-container .product-label-info.top-right,
.product.info.detailed .product-label-info.top-right {
  top: 6px;
  right: 6px;
}
.product.media .product-label-info.bot-left,
.product-image-container .product-label-info.bot-left,
.product.info.detailed .product-label-info.bot-left {
  bottom: 0;
  left: 0;
}
.product.media .product-label-info.bot-right,
.product-image-container .product-label-info.bot-right,
.product.info.detailed .product-label-info.bot-right {
  bottom: 0;
  right: 0;
}
.fancybox-wrap.fancybox-quickview .fancybox-inner {
  background-color: #ffffff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  transition: height 0.3s;
}
.fancybox-wrap.fancybox-quickview.fancybox-opened {
  z-index: 803;
}
.fancybox-wrap.fancybox-quickview .fancybox-nav {
  top: 35px;
  width: 70px;
  height: 15px;
  line-height: 15px;
}
.fancybox-wrap.fancybox-quickview .fancybox-nav:before,
.fancybox-wrap.fancybox-quickview .fancybox-nav:after {
  font-family: 'm2-icons';
  display: inline-block;
  font-size: 12px;
  margin: 0 2px;
}
.fancybox-wrap.fancybox-quickview .fancybox-nav.fancybox-prev {
  right: 50%;
  left: auto;
  text-align: left;
  border-right: 1px solid #D6D6D6;
}
.fancybox-wrap.fancybox-quickview .fancybox-nav.fancybox-prev:before {
  content: '\e617';
}
.fancybox-wrap.fancybox-quickview .fancybox-nav.fancybox-next {
  left: 50%;
  right: auto;
  text-align: right;
}
.fancybox-wrap.fancybox-quickview .fancybox-nav.fancybox-next:after {
  content: '\e608';
}
.fancybox-wrap.fancybox-quickview .fancybox-nav span {
  margin: 0;
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: none;
  visibility: visible;
  font-size: 15px;
  line-height: 15px;
  height: 15px;
}
.fancybox-wrap.fancybox-quickview .fancybox-close {
  top: 32px;
  right: 25px;
}
.fancybox-overlay.overlay-quickview {
  z-index: 801;
}
.quickview-wrapper {
  padding: 25px;
  max-width: 1388px;
  width: 100%;
}
.quickview-wrapper .quickview-header {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.quickview-wrapper .quickview-header .quickview-title {
  margin-top: 0px;
  margin-bottom: 20px;
}
.quickview-wrapper .quickview-header .quickview-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
}
.quickview-wrapper .quickview-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1338px;
  clear: both;
}
.quickview-wrapper .quickview-content .quickview-leftmedia {
  width: 57.54857997%;
  float: left;
}
.quickview-wrapper .quickview-content .quickview-leftmedia .product.media,
.quickview-wrapper .quickview-content .quickview-leftmedia .product.info.detailed {
  width: 100%;
  margin-bottom: 0;
}
.quickview-wrapper .quickview-content .quickview-leftmedia .quickview-tabs {
  margin-top: 50px;
}
.quickview-wrapper .quickview-content .quickview-rightinfo {
  width: 38.9387145%;
  float: right;
}
.quickview-wrapper .quickview-footer {
  width: 100%;
  display: inline-block;
  clear: both;
}
#quickview-rightinfo .block.login-to-view-price {
  position: relative;
}
#quickview-rightinfo .table.grouped .block-authentication.lwp-form {
  position: absolute;
  top: 100%;
  z-index: 100;
  margin-top: 3px;
  width: 100%;
  width: calc(100% + 85px);
}
#quickview-rightinfo .block-authentication.lwp-form {
  position: relative;
}
.view-full-details {
  margin-top: 30px;
  padding-right: 40px;
  width: 100%;
  display: inline-block;
  text-align: right;
}
.quickview-tabs,
.product-info-tabs,
.quickview-tabs {
  width: 100%;
  display: inline-block;
}
.quickview-tabs .title,
.product-info-tabs .title,
.quickview-tabs .title {
  margin: 0;
  padding: 10px 0;
  position: relative;
  width: 100%;
  color: #333333;
  display: block;
  font-size: 18px;
  line-height: 23px;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
}
.quickview-tabs .title:after,
.product-info-tabs .title:after,
.quickview-tabs .title:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '\e608';
  font-family: 'm2-icons';
  font-size: 20px;
  line-height: 30px;
  margin-top: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.quickview-tabs .title:hover,
.product-info-tabs .title:hover,
.quickview-tabs .title:hover {
  color: #ef7a27;
}
.quickview-tabs .title.active:after,
.product-info-tabs .title.active:after,
.quickview-tabs .title.active:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.quickview-tabs .content,
.product-info-tabs .content,
.quickview-tabs .content {
  padding: 20px 0 11px 19px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s, max-height 0.4s ease-out;
  -moz-transition: opacity 0.5s, max-height 0.4s ease-out;
  -o-transition: opacity 0.5s, max-height 0.4s ease-out;
  transition: opacity 0.5s, max-height 0.4s ease-out;
}
.quickview-tabs .content.active,
.product-info-tabs .content.active,
.quickview-tabs .content.active {
  display: block;
  opacity: 1;
  overflow: auto;
  max-height: 1000px;
}
.page-layout-1column.shopby-shopby-index .page-wrapper {
  overflow: hidden;
}
.page-layout-1column.shopby-shopby-index .page-main,
.page-layout-1column.shopby-shopby-index .widget.block-viewed-products-grid .block-wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.page-layout-1column.shopby-shopby-index .breadcrumbs {
  margin-bottom: 0;
}
.page-layout-1column.shopby-shopby-index .sb-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease;
  height: 80px;
}
.page-layout-1column.shopby-shopby-index .sb-wrapper.sticky .sb-container {
  height: 80px;
}
.page-layout-1column.shopby-shopby-index .sb-wrapper.sticky .sb-container .sb-image {
  overflow: hidden;
  height: 80px;
}
.page-layout-1column.shopby-shopby-index .sb-wrapper.sticky .sb-container .sb-image img {
  height: 100%;
}
.page-layout-1column.shopby-shopby-index .sb-wrapper.sticky:after {
  display: none;
}
ul.brand-index-list {
  display: inline-block;
  list-style: none;
  margin: 0;
}
ul.brand-index-list li {
  display: inline-block;
}
ul.brand-index-list li a {
  color: #ffffff;
}
ul.brand-index-list li a:hover {
  color: #ef7a27;
}
ul.brand-index-list li.selected a {
  color: #ef7a27;
}
.flfilter-content .flfilter-item-list {
  position: relative;
  text-align: center;
  clear: both;
  float: left;
  width: 100%;
}
.flfilter-content .flfilter-item-list ul.flfilter-list {
  list-style: none;
  text-align: left;
  clear: both;
  overflow: hidden;
  height: 100%;
}
.flfilter-content .flfilter-item-list .character {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #333333;
  display: block;
  color: #ffffff;
  font-weight: 600;
}
.flfilter-content .flfilter-item-list .line {
  border-top: 1px solid #333333;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
}
.flfilter-content .flfilter-item-list .flfilter-item {
  float: left;
  padding: 0 9px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  top: 0;
  right: 0;
  margin-top: 0;
}
.column .block-addbysku .sku {
  width: 100%;
}
.column .block-addbysku .qty .qty {
  text-align: center;
  width: 54px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .action.reset {
  margin: 15px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.column .form-addbysku {
  max-width: 100%;
}
.column .form-addbysku > .actions-toolbar {
  clear: both;
  text-align: left;
}
.column .form-addbysku > .actions-toolbar .primary {
  display: block;
  float: none;
}
.column .form-addbysku > .actions-toolbar .secondary {
  text-align: left;
}
.block-cart-failed .block-title {
  text-transform: uppercase;
  color: #333333;
  line-height: 1.2;
  margin: 10px 0;
}
.block-cart-failed .form-cart-failed:first-child {
  max-width: 100%;
}
.block-cart-failed .form-cart-failed:nth-last-of-type(1) {
  display: inline-block;
}
.block-cart-failed .form-cart-failed > .actions {
  text-align: center;
}
.block-cart-failed .form-cart-failed > .actions .action {
  display: block;
}
.block-cart-failed .form-cart-failed > .actions.primary,
.block-cart-failed .form-cart-failed > .actions.secondary {
  float: right;
  display: inline-block;
}
.block-cart-failed .table.cart .action.action-delete {
  background: none;
  min-width: 1px;
  color: #333333;
  padding: 0;
  height: auto;
}
.block-cart-failed .table.cart .action.action-delete:hover {
  color: #ef7a27;
}
.catalog-category-view .sidebar.sidebar-main,
.catalogsearch-result-index .sidebar.sidebar-main {
  padding-bottom: 40px;
}
.catalog-category-view .admin__data-grid-outer-wrap {
  position: static;
}
.catalog-category-view .admin__data-grid-outer-wrap .admin__data-grid-loading-mask {
  z-index: 99;
}
.catalog-filter-top .products-grid {
  clear: both;
}
.catalog-filter-top .column.main,
.catalog-filter-top .widget.block-viewed-products-grid .block-content {
  overflow: hidden;
}
.block.related .product-items .product-item,
.block.upsell .product-items .product-item,
.block.crosssell .product-items .product-item {
  display: none !important;
}
.ohms-attributes-box {
  margin: 0;
  padding: 7px 0;
  width: 100%;
  height: 36px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #dddddd;
}
.ohms-attributes-box .ohms-attributes {
  margin: 0 auto;
  height: 20px;
  overflow: hidden;
}
.ohms-attributes-box .ohms-attributes.slick-initialized {
  overflow: visible;
}
.ohms-attributes {
  width: auto;
  max-width: 128px;
  list-style-type: none;
}
.ohms-attributes .ohms-item {
  margin: 0 0 0 18px;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  color: #808080;
  position: relative;
}
.ohms-attributes .ohms-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: -9px;
  height: 100%;
  width: 1px;
  display: block;
  background-color: #d6d6d7;
  -webkit-transform: rotate(28deg);
  -moz-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
}
.ohms-attributes .ohms-item:first-child {
  margin-left: 0;
}
.ohms-attributes .ohms-item:first-child:before {
  display: none;
}
.ohms-attributes .ohms-item > span {
  display: block;
  font-size: 10px;
  line-height: 10px;
}
.ohms-attributes .ohms-item .ohms-label {
  clear: both;
  text-transform: capitalize;
}
.products-grid .product-item .swatch-attribute {
  margin-top: -14px;
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 28px;
  text-align: center;
  max-width: 109px;
}
.products-grid .product-item .swatch-attribute .swatch-option.image {
  background-size: cover !important;
}
.products-grid .product-item .slick-slider .slick-arrow,
.table.table-comparison .slick-slider .slick-arrow,
.products-grid .product-item .block-related-slider-wrapper .slick-arrow,
.table.table-comparison .block-related-slider-wrapper .slick-arrow {
  height: 28px;
  width: 16px;
  text-align: center;
}
.products-grid .product-item .slick-slider .slick-arrow:before,
.table.table-comparison .slick-slider .slick-arrow:before,
.products-grid .product-item .block-related-slider-wrapper .slick-arrow:before,
.table.table-comparison .block-related-slider-wrapper .slick-arrow:before {
  font-family: 'm2-icons';
  font-size: 16px;
  line-height: 0;
  color: #333333;
}
.products-grid .product-item .slick-slider .slick-arrow.slick-disabled,
.table.table-comparison .slick-slider .slick-arrow.slick-disabled,
.products-grid .product-item .block-related-slider-wrapper .slick-arrow.slick-disabled,
.table.table-comparison .block-related-slider-wrapper .slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.products-grid .product-item .slick-slider .slick-arrow.slick-prev,
.table.table-comparison .slick-slider .slick-arrow.slick-prev,
.products-grid .product-item .block-related-slider-wrapper .slick-arrow.slick-prev,
.table.table-comparison .block-related-slider-wrapper .slick-arrow.slick-prev {
  left: -16px;
}
.products-grid .product-item .slick-slider .slick-arrow.slick-next,
.table.table-comparison .slick-slider .slick-arrow.slick-next,
.products-grid .product-item .block-related-slider-wrapper .slick-arrow.slick-next,
.table.table-comparison .block-related-slider-wrapper .slick-arrow.slick-next {
  right: -16px;
}
.products-grid .product-item .slick-slider .slick-arrow.slick-prev:before,
.table.table-comparison .slick-slider .slick-arrow.slick-prev:before,
.products-grid .product-item .block-related-slider-wrapper .slick-arrow.slick-prev:before,
.table.table-comparison .block-related-slider-wrapper .slick-arrow.slick-prev:before {
  content: '\e617';
}
.products-grid .product-item .slick-slider .slick-arrow.slick-next:before,
.table.table-comparison .slick-slider .slick-arrow.slick-next:before,
.products-grid .product-item .block-related-slider-wrapper .slick-arrow.slick-next:before,
.table.table-comparison .block-related-slider-wrapper .slick-arrow.slick-next:before {
  content: '\e608';
}
.products-grid .product-item .ohms-attributes.slick-slider .slick-arrow.slick-prev,
.products-grid .product-item .ohms-attributes.block-related-slider-wrapper .slick-arrow.slick-prev {
  left: -22px;
}
.products-grid .product-item .ohms-attributes.slick-slider .slick-arrow.slick-next,
.products-grid .product-item .ohms-attributes.block-related-slider-wrapper .slick-arrow.slick-next {
  right: -22px;
}
.ias-next-page {
  margin: 40px 0;
  width: 100%;
  display: inline-block;
}
.ias-next-page .btn-load-more {
  position: relative;
  width: 100%;
  float: left;
}
.ias-next-page .btn-load-more .current-page {
  font-size: 11px;
  float: left;
  position: absolute;
  left: 10px;
  top: 0;
  text-transform: none;
}
.ias-next-page .back-to-top {
  float: right;
}
.sidebar .block.block-compare .product-items-names .product-item {
  padding-left: 15px;
}
.sidebar .block.block-compare .empty {
  padding: 15px 0;
}
.sidebar .block.block-compare .block-title .counter {
  color: #808080;
}
.sidebar .block.block-compare .block-content .actions-toolbar {
  padding: 0;
}
.sidebar .block.block-compare .block-content .actions-toolbar .action.compare {
  padding: 0;
  min-width: 107px;
}
.sidebar .block.block-compare .block-content .actions-toolbar .secondary {
  margin-left: 15px;
  padding: 0;
  float: left;
  line-height: 35px;
}
.sidebar .block.block-compare .block-content .actions-toolbar .action.clear {
  text-transform: capitalize;
}
.sidebar .block.block-compare .block-content .actions-toolbar .action.clear:before {
  content: '\e91a';
  font-family: 'm2-icons';
  vertical-align: middle;
  font-weight: 400;
  display: inline-block;
  font-size: 20px;
}
.sidebar .block.block-compare #compare-items {
  width: 100%;
  display: inline-block;
}
.sidebar .block.block-compare #compare-items li {
  margin: 0 0 5px 0;
  width: 100%;
  min-height: 20px;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 20px;
}
.sidebar .block.block-compare #compare-items li .action.delete:before {
  font-size: 10px;
}
.sidebar .block.block-compare #compare-items li:before {
  font-size: inherit;
}
.actions-toolbar.compare-toolbar {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.actions-toolbar.compare-toolbar .primary,
.actions-toolbar.compare-toolbar .secondary {
  float: left;
}
.actions-toolbar.compare-toolbar .primary {
  margin-right: 13px;
  margin-bottom: 5px;
}
.actions-toolbar.compare-toolbar .primary a {
  position: relative;
  padding-left: 20px;
}
.actions-toolbar.compare-toolbar .primary a:after {
  content: '\e617';
  position: absolute;
  left: 0;
  top: 0;
}
.actions-toolbar.compare-toolbar .secondary {
  padding-left: 13px;
}
.actions-toolbar.compare-toolbar .secondary a {
  position: relative;
  padding-left: 20px;
}
.actions-toolbar.compare-toolbar .secondary a:after {
  content: '\e91a';
  position: absolute;
  left: 0;
  top: 0;
}
.actions-toolbar.compare-toolbar .secondary a:before {
  content: '';
  height: 15px;
  background: #d6d6d7;
  width: 1px;
  position: absolute;
  left: -30px;
  top: 2px;
  margin: 0 13px;
}
.actions-toolbar.compare-toolbar .action {
  margin-right: 10px;
}
.actions-toolbar.compare-toolbar .action:last-child {
  margin-right: 0;
}
.catalog-product-compare-index .page-title-wrapper .page-title {
  text-align: left !important;
  font-weight: 500;
}
.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.catalog-product-compare-index .page-main,
.catalog-product-compare-index .widget.block-viewed-products-grid .block-wrapper {
  padding-top: 14px;
}
.catalog-product-compare-index .columns {
  padding-top: 0;
}
.table-wrapper.comparison:after {
  content: '';
  background: #dddddd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.table.table-comparison thead th,
.table.table-comparison thead td,
.table.table-comparison thead td {
  border-bottom: 0;
  padding: 0;
  text-align: right;
}
.table.table-comparison thead th,
.table.table-comparison thead td {
  display: none;
}
.table.table-comparison thead td {
  display: table-cell;
  position: relative;
}
.table.table-comparison tbody th {
  vertical-align: top;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  width: 20%;
  display: none;
}
.table.table-comparison tbody td {
  vertical-align: top;
  display: table-cell !important;
  width: 20% !important;
  padding: 25px !important;
  border-left: 1px solid #dddddd;
}
.table.table-comparison tbody td .product-item-info {
  background: #ffffff;
}
.table.table-comparison tbody td .product-image-wrapper {
  display: block !important;
}
.table.table-comparison tbody td .product-image-wrapper .product-image-photo {
  position: absolute;
}
.table.table-comparison tbody td .btn-login-to-see-price {
  margin: 0;
}
.table.table-comparison tbody td .action.towishlist:hover {
  color: #ef7a27 !important;
}
.table.table-comparison tbody td .product-item-details {
  display: block;
  text-align: center;
  background: #fafafa;
  width: 100%;
}
.table.table-comparison tbody td .swatch-option.text {
  font-size: 11px;
  text-transform: none;
  color: #808080;
  border-color: #d0d0d0;
  font-weight: 300;
  background: transparent !important;
  width: 44px;
  height: 44px;
  margin: 2px;
  cursor: default;
}
.table.table-comparison tbody td .stock.unavailable {
  color: #333333;
  background: #c0c0c0;
  line-height: 30px !important;
  cursor: pointer;
}
.table.table-comparison tbody td .old-price .price {
  font-weight: normal;
}
.table.table-comparison tbody tr:first-child td {
  padding-top: 0 !important;
}
.table.table-comparison tbody tr:last-child td {
  border-bottom: 0 none!important;
}
.table.table-comparison tr.col.product td {
  padding-bottom: 65px;
}
.table.table-comparison .action.delete {
  position: absolute;
  right: 38px;
  z-index: 100;
  top: 15px;
}
.table.table-comparison .action.delete:after {
  content: '\e91b';
  vertical-align: top;
  display: block;
  color: #333333;
  line-height: 1;
  font-size: 10px !important;
}
.table.table-comparison .action.delete:hover:after {
  color: #ef7a27;
}
.table.table-comparison .product.attribute {
  text-transform: none;
  color: #333333;
  line-height: 17px;
}
.table.table-comparison ul {
  margin: 0 0 15px 20px;
}
.table.table-comparison td .wrapper-product-image {
  overflow: hidden;
}
.table.table-comparison td .product-item-photo {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}
.table.table-comparison td .product-item-name {
  clear: both;
}
.table.table-comparison td .product-item-name a {
  color: #333333;
}
.table.table-comparison td .product-item-name a:hover {
  color: #ef7a27 !important;
}
.table.table-comparison .product-item-actions {
  padding: 0 0 10px;
  position: absolute;
  bottom: 0;
}
.table.table-comparison .actions-primary {
  margin-bottom: 10px !important;
}
.table.table-comparison .actions-primary .view-detail {
  width: 100%;
  background: #333333 !important;
}
.table.table-comparison .actions-primary .view-detail:hover {
  background: #ef7a27 !important;
}
.table.table-comparison .actions-primary .stock {
  line-height: 35px;
}
.table.table-comparison .actions-primary .stock:hover {
  color: #ffffff;
  background: #ef7a27;
}
.table.table-comparison .actions-primary .stock:hover a {
  color: #ffffff;
}
.table.table-comparison .secondary-addto-links {
  display: inline-block;
}
.table.table-comparison .stock {
  text-align: center;
}
.table.table-comparison .product-reviews-summary.short {
  margin: 0 0 10px;
}
.table.table-comparison .cell:before {
  visibility: hidden;
}
.table.table-comparison .cell.label.color,
.table.table-comparison .product.attribute.color {
  vertical-align: top;
}
.table.table-comparison .swatch-option.color {
  margin: 0 10px 10px 0;
  border-radius: 0;
}
.table.table-comparison tr.product-items {
  display: table-row;
}
.table.table-comparison td .product-item-name {
  height: 35px !important;
}
.table.table-comparison .swatch-option.image {
  margin: 2px;
  background-size: cover !important;
  border: 1px solid #D0D0D0;
  cursor: default;
}
.table.table-comparison .slick-slider,
.table.table-comparison .block-related-slider-wrapper {
  margin-bottom: 0;
}
.catalog-category-view .breadcrumbs {
  margin-bottom: 0;
  max-width: none;
  background-color: #f3f3f3;
}
.catalog-category-view .breadcrumbs .items {
  margin: 0 auto;
  max-width: 1338px;
}
.catalog-category-view .page-main,
.catalog-category-view .widget.block-viewed-products-grid .block-wrapper {
  position: relative;
  z-index: 10;
}
.catalog-category-view .category-view {
  position: relative;
  z-index: 20;
}
.catalog-category-view .category-view .category-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 16.66666667%;
}
.catalog-category-view .category-view .category-image img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  display: block;
}
.catalog-category-view .category-view .caption-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 312px;
  color: #ffffff;
  text-align: center;
}
.catalog-category-view .category-view .caption-banner .category-description {
  padding: 0 10px;
}
.catalog-category-view .category-view .caption-banner p {
  margin-bottom: 0;
}
.catalog-category-view .category-view .page-title {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.products-grid .promotion .cms-block-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.products-grid .promotion .sb-image {
  width: 100%;
  height: 100%;
  display: block;
}
.products-grid .promotion .sb-image img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products-grid .promotion .sb-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.45);
}
.products-grid .promotion .sb-text {
  color: #ffffff;
}
.products-grid .promotion .sb-text h2,
.products-grid .promotion .sb-text h3 {
  color: #ffffff;
  text-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.59);
}
.products-grid .promotion .sb-text .sale-value {
  position: relative;
  margin-bottom: 0;
  padding: 0 10px;
  display: inline-block;
  font-weight: 300;
  text-transform: capitalize;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.68);
}
.products-grid .promotion .sb-text .sale-value:before,
.products-grid .promotion .sb-text .sale-value:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}
.products-grid .promotion .sb-text .sale-value:before {
  right: 100%;
  left: auto;
}
.products-grid .promotion .sb-text .sale-value:after {
  left: 100%;
  right: auto;
}
.products-grid .promotion .sb-text .sale-value span {
  font-weight: bold;
}
.products-grid .promotion .sb-text .sale-note {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.68);
  border-bottom: 2px solid #ffffff;
}
.catalog-product-view .share-social-link {
  margin: 0;
  padding: 0;
  width: auto;
  border: none;
  height: 20px;
  line-height: 20px;
}
.catalog-product-view .table.grouped th.col.image {
  text-align: left;
}
.catalog-product-view .table.grouped .col.image {
  text-align: left;
}
.catalog-product-view .table.grouped thead th {
  font-size: 13px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.catalog-product-view .table.grouped td {
  padding: 0 8px 25px;
  vertical-align: top;
  position: relative;
}
.catalog-product-view .table.grouped thead th.col.qty {
  text-align: right;
  padding-right: 12px;
  vertical-align: top;
}
.catalog-product-view .form-minilogin input {
  font-weight: 400;
}
.product.media,
.product.info.detailed {
  margin-bottom: 20px;
  float: left;
}
.product-main-container {
  float: right;
  display: block;
}
.product-info-main {
  width: 100%;
  display: block;
}
.page-layout-1column .product-info-main,
.page-layout-2columns-left .product-info-main {
  width: 100%;
}
.product-info-main .product.sku {
  display: inline-block;
}
.product-info-main .page-title-wrapper .page-title {
  color: #333333;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
}
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info) {
  padding: 16px 0 4px;
  border-top: 1px solid #dddddd;
  width: 100%;
  line-height: 0;
  display: block;
  float: left;
  font-weight: 500;
}
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info).login-to-view-price {
  position: relative;
}
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info).login-to-view-price .btn-login-to-see-price {
  width: 100%;
}
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info).login-to-view-price .block-authentication.lwp-form {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
.product-info-main .product-add-form .block-reward-shipping-info,
.product-info-main .product-add-form .shipping-block {
  padding: 20px 0;
  border-top: 1px solid #dddddd;
}
.product-info-main .block-authentication.lwp-form {
  padding: 15px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.product-info-main .box-tocart .field.qty,
.column.main > .product-add-form .box-tocart .field.qty,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty {
  margin: 0 20px 0 0;
  vertical-align: middle;
  float: left;
  position: relative;
}
.product-info-main .box-tocart .field.qty .qty-note,
.product-info-main .box-tocart .field.qty .stock,
.column.main > .product-add-form .box-tocart .field.qty .qty-note,
.column.main > .product-add-form .box-tocart .field.qty .stock,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty .qty-note,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty .stock {
  position: absolute;
  right: -8px;
  bottom: -12px;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #808080;
  text-transform: capitalize;
  min-width: 75px;
}
.product-info-main .box-tocart .field.qty .stock.out-of-stock,
.product-info-main .box-tocart .field.qty .stock.unavailable,
.column.main > .product-add-form .box-tocart .field.qty .stock.out-of-stock,
.column.main > .product-add-form .box-tocart .field.qty .stock.unavailable,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty .stock.out-of-stock,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty .stock.unavailable {
  color: #c93711;
}
.product-info-main .box-tocart .field.qty > .label,
.column.main > .product-add-form .box-tocart .field.qty > .label,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty > .label {
  margin: 0 14px 0 0;
  font-size: 13px;
  line-height: 45px;
  font-weight: normal;
  float: left;
}
.product-info-main .box-tocart .field.qty .control,
.column.main > .product-add-form .box-tocart .field.qty .control,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty .control {
  display: inline-block;
  float: left;
}
.product-info-main .box-tocart .field.qty.has-only .control,
.product-info-main .box-tocart .field.qty.outstock .control,
.column.main > .product-add-form .box-tocart .field.qty.has-only .control,
.column.main > .product-add-form .box-tocart .field.qty.outstock .control,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty.has-only .control,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty.outstock .control {
  margin-bottom: 7px;
}
.product-info-main .box-tocart .field.qty div.mage-error[generated],
.product-info-main .box-tocart .field.qty .field .field-error,
.column.main > .product-add-form .box-tocart .field.qty div.mage-error[generated],
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty div.mage-error[generated] {
  position: absolute;
  left: 0;
  right: -130px;
  bottom: -11px;
}
.product-info-main .box-tocart .field.qty.has-only div.mage-error[generated],
.product-info-main .box-tocart .field.qty.has-only .field .field-error,
.column.main > .product-add-form .box-tocart .field.qty.has-only div.mage-error[generated],
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty.has-only div.mage-error[generated] {
  bottom: -19px;
  width: 245px;
}
.product-info-main .box-tocart .input-text.qty,
.column.main > .product-add-form .box-tocart .input-text.qty,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .input-text.qty {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  width: 45px;
  height: 45px;
  font-weight: 400;
  border-left: none;
  border-right: none;
}
.product-info-main .box-tocart .increase,
.column.main > .product-add-form .box-tocart .increase,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .increase {
  font-size: 0;
  background: #8998a3;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  display: none;
}
.product-info-main .box-tocart .increase-up:before,
.column.main > .product-add-form .box-tocart .increase-up:before,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .increase-up:before {
  content: '\e904';
  display: block;
  font-size: 10px;
  color: #ffffff;
}
.product-info-main .box-tocart .increase-down:before,
.column.main > .product-add-form .box-tocart .increase-down:before,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .increase-down:before {
  content: '\e90b';
  display: block;
  font-size: 10px;
  color: #ffffff;
}
.product-info-main .box-tocart .actions,
.column.main > .product-add-form .box-tocart .actions,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .actions {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  float: right;
}
.product-info-main .box-tocart .action.alert,
.product-info-main .box-tocart .btn-notify,
.column.main > .product-add-form .box-tocart .action.alert,
.column.main > .product-add-form .box-tocart .btn-notify,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .action.alert,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .btn-notify {
  padding: 0 5px;
  width: 100%;
  height: 45px;
  line-height: 41px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  text-align: center;
  text-transform: uppercase;
}
.product-info-main .box-tocart .action.tocart,
.column.main > .product-add-form .box-tocart .action.tocart,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .action.tocart {
  min-width: 100%;
  text-align: center;
}
.product-info-main .box-tocart .qty-wrapper .qty-btn,
.column.main > .product-add-form .box-tocart .qty-wrapper .qty-btn,
.widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .qty-wrapper .qty-btn {
  height: 45px;
}
.product-info-main .product.attribute.overview {
  text-transform: none;
  color: #333333;
  overflow: hidden;
}
.product-info-main .product.attribute.overview .value {
  font-weight: 300;
  width: 100%;
  display: block;
  float: left;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  transition: height 0.5s;
}
.product-info-main .product.attribute.overview .readmore {
  width: 100%;
  display: block;
  float: left;
  margin: 10px 0 0;
  position: relative;
}
.product-info-main .product.attribute.overview .readmore:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  display: block;
  height: 50px;
}
.product-info-main .product.attribute.overview .readmore a {
  font-size: 13px;
  line-height: 15px;
}
.product-info-main .product.attribute.overview .readmore a:after {
  margin-left: 5px;
  content: '\e622';
  font-family: 'm2-icons';
  font-size: 12px;
  position: relative;
  top: 1px;
}
.product-info-main .product.attribute.overview .readmore.readless:before {
  display: none;
}
.product-info-main .product.attribute.overview .readmore.readless a:after {
  content: '\e621';
}
.product-info-main > .product-size-chart {
  margin: 25px 0 0;
}
.page-product-grouped .product-info-main .box-tocart .actions,
.page-product-grouped .column.main > .product-add-form .box-tocart .actions,
.page-product-grouped .widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .actions {
  width: 100%;
}
.product-info-price .price-box .price {
  color: #333333;
  font-weight: 500;
}
.product-info-stock-sku {
  padding: 0 0 10px 0;
}
.product-info-stock-sku .stock {
  font-weight: 700;
}
.product-info-stock-sku .stock:before {
  content: attr(title) ":";
  display: inline-block;
  font-weight: 600;
  color: #333333;
}
.product-info-stock-sku .stock.unavailable {
  color: #333333;
}
.product-info-stock-sku .stock.available {
  color: #38ca73;
}
.product-addto-links {
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.product-addto-links .action {
  margin: 0;
  position: relative;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  color: #333333;
}
.product-addto-links .action:hover,
.product-addto-links .action.active {
  color: #ef7a27;
}
.product-addto-links .action.active {
  cursor: default;
}
.product-addto-links .action:before {
  content: "";
  font-family: 'm2-icons';
  font-weight: 400;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
  font-size: 26px;
}
.product-addto-links .action.towishlist:before {
  content: '\e937';
  font-size: 20px;
}
.product-addto-links .action.tocompare > span {
  font-weight: 500;
}
.product-addto-links .action.tocompare:before {
  content: '\e91c';
}
.product-addto-links .action.tocompare.fa {
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.product-addto-links .action.tocompare.fa-refresh:before {
  content: '\e93c';
  font-size: 20px;
}
.product-addto-links .action.tocompare.fa-spin {
  animation: none;
}
.product-addto-links .action.tocompare.fa-spin:before {
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -ms-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.product-addto-links .action.requisition-list-button:before {
  content: '\e92c';
  font-size: 20px;
  margin-right: 0;
}
.product-addto-links .action.mailto.friend {
  margin-right: 0;
}
.product-addto-links span {
  letter-spacing: 0;
}
.product-addto-links .split.requisition-list-action .requisition-list-button {
  margin-right: 0;
  position: relative;
  top: 2px;
}
.product-social-links,
.share-social-link {
  padding: 0;
  width: 100%;
  float: right;
}
.product-social-links > .action,
.share-social-link > .action {
  display: inline-block;
  vertical-align: middle;
}
.product-social-links .action.shareto,
.share-social-link .action.shareto {
  margin: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.product-social-links .action.shareto:before,
.share-social-link .action.shareto:before {
  content: '\e930';
  font-family: 'm2-icons';
  font-size: 17px;
}
.product-social-links .action.shareto > span,
.share-social-link .action.shareto > span {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -2px;
}
.product-social-links .action.shareto .share-container,
.share-social-link .action.shareto .share-container {
  top: 50px;
  opacity: 0;
  -webkit-transition: opacity,bottom 500ms;
  -moz-transition: opacity,bottom 500ms;
  -ms-transition: opacity,bottom 500ms;
}
.product-social-links .action.shareto .share-container:before,
.share-social-link .action.shareto .share-container:before {
  visibility: hidden;
}
.product-social-links .action.shareto:hover,
.share-social-link .action.shareto:hover {
  overflow: visible;
  color: #ef7a27;
}
.product-social-links .action.shareto:hover .share-container,
.share-social-link .action.shareto:hover .share-container {
  opacity: 1;
  top: 30px;
}
.product-social-links .action.shareto:hover .share-container:before,
.share-social-link .action.shareto:hover .share-container:before {
  visibility: visible;
}
.product-social-links {
  border-top: 1px solid #dddddd;
}
.product-social-links .product-addto-links .block-requisition-list.social-button {
  padding: 0;
}
.share-container {
  position: absolute;
  right: 0;
  width: 160px;
  z-index: 100;
  height: auto;
  background-color: #ffffff;
  padding: 8px 0 8px 3px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.share-container:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 38px;
  height: 10px;
  width: 10px;
  display: block;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #ffffff;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.product.info.detailed {
  clear: both;
}
.product.info.detailed .product.attribute {
  color: #333333;
  text-transform: none;
}
.products-grid .product-items.slick-slider,
.products-grid .product-items.block-related-slider-wrapper {
  display: block;
}
.products-grid .product-items.slick-slider .slick-slide,
.products-grid .product-items.block-related-slider-wrapper .slick-slide {
  height: auto;
}
.products-grid.products-related .product-item-details .product-item-actions {
  display: none;
}
.products-grid.products-related .product-item-details .price-box,
.products-grid.products-upsell .product-item-details .price-box {
  margin-bottom: 0;
}
.products-grid.products-related .field.choice.related {
  padding: 10px 0 0;
}
.block-slider-wrapper {
  overflow: hidden;
  position: relative;
}
.block-slider-wrapper .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}
.product-info-price .price-box .price-label,
.product-options-bottom .price-box .price-label {
  font-size: 15px;
  line-height: 20px;
  float: left;
}
.product-info-price .price-wrapper {
  clear: both;
  float: left;
}
.product-info-price .price-wrapper .price,
.product-options-bottom .price-wrapper .price {
  font-size: 20px;
  line-height: 25px;
}
.product-info-price .price-box > p:first-child {
  margin-bottom: 10px;
}
.product-info-price .price-box > p:last-child {
  margin-bottom: 0;
}
.product-info-price .special-price {
  margin-right: 25px;
  display: inline-block;
}
.product-info-price .special-price .price {
  color: #333333;
}
.product-info-price .old-price {
  display: inline-block;
}
.product-info-price .old-price .price-label {
  color: #a0a0a0;
}
.product-info-price .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.price-box .price-match {
  font-size: 14px;
  color: #ef7a27;
  display: inline-block;
  clear: both;
  float: left;
  width: 100%;
  line-height: 20px;
}
.price-box .price-match .price-label {
  font-size: inherit !important;
  line-height: inherit !important;
}
.price-box .price-match .price {
  margin-left: 5px;
  font-size: inherit !important;
  line-height: inherit;
  color: inherit;
  font-weight: inherit !important;
}
.price-box .price-matched {
  font-size: 14px;
  color: #24a259;
  display: inline-block;
  clear: both;
  float: left;
  width: 100%;
  line-height: 20px;
  font-weight: 600;
}
.product-info-price .price-box .price-match,
.product-info-price .price-box .price-matched {
  margin-top: 5px;
}
.catalog-product-view div.product.media,
.catalog-product-view div.product.info.detailed {
  padding-right: 0;
}
.main .block.related,
.block.upsell {
  clear: both;
}
.catalog-product-view.page-layout-1column .product.attribute .type:after {
  content: ':';
}
.product-info-main .product.sku {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 14px;
  color: #808080;
}
#product_addtocart_form .fieldset .field.float-label.qty.float-label .label {
  display: block;
  left: 0;
  top: 0;
  position: relative;
  line-height: 45px;
}
.table-grouped div.mage-error[generated],
.table-grouped .field .field-error,
.table-grouped .field .field-error {
  font-size: inherit;
}
.catalog-product-view .table.grouped td .itoris-pm-admin-comment {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .table.grouped td .itoris-pm-admin-comment > span {
  line-height: 18px;
}
.admin__data-grid-outer-wrap {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.widget.block-viewed-products-grid {
  background-color: #f3f3f3;
  width: 100%;
  display: inline-block;
}
.widget.block-viewed-products-grid:before {
  margin-top: -23px;
  content: "";
  width: 100%;
  height: 23px;
  background: #ffffff url(../../frontend/Forix/ecsupply/en_US/images/bg-dot-1.png) repeat-x;
  background-position: center center;
  display: block;
  opacity: 0.4;
}
.widget.block-viewed-products-grid .block-wrapper {
  margin: 0 auto;
  max-width: 1378px !important;
  padding: 0 !important;
  overflow: hidden;
}
.widget.block-viewed-products-grid .block-wrapper .block-title {
  margin-bottom: 0;
}
.widget.block-viewed-products-grid .block-wrapper .block-content {
  padding-bottom: 0;
  min-height: 0;
}
.widget.block-viewed-products-grid .block-title {
  background: none;
  text-align: center;
}
.widget.block-viewed-products-grid .block-title strong {
  background: none;
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
}
.widget.block-viewed-products-grid .block-title:after {
  display: none;
}
.widget.block-viewed-products-grid .slick-slider .slick-arrow,
.widget.block-viewed-products-grid .block-related-slider-wrapper .slick-arrow {
  margin-top: -15px;
  height: 30px;
  text-align: center;
}
.widget.block-viewed-products-grid .slick-slider .slick-arrow.slick-prev,
.widget.block-viewed-products-grid .block-related-slider-wrapper .slick-arrow.slick-prev {
  left: -10px;
}
.widget.block-viewed-products-grid .slick-slider .slick-arrow.slick-next,
.widget.block-viewed-products-grid .block-related-slider-wrapper .slick-arrow.slick-next {
  right: -10px;
}
.widget.block-viewed-products-grid .slick-slider .slick-arrow:before,
.widget.block-viewed-products-grid .block-related-slider-wrapper .slick-arrow:before {
  display: block;
  font-size: 28px;
  color: #333333;
}
.widget.block-viewed-products-grid .products-grid {
  width: 100%;
}
.widget.block-viewed-products-grid .product-items {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 20px 0;
}
.widget.block-viewed-products-grid .product-items .product-item {
  width: 138px;
  padding: 8px;
  display: block;
  float: left;
}
.widget.block-viewed-products-grid .product-items .product-item .product-item-details {
  padding: 0 5px;
}
.widget.block-viewed-products-grid .product-items .product-item .product-item-details .product-item-name {
  display: block;
  font-size: 10px;
  line-height: 11px;
  max-height: 22px;
  overflow: hidden;
  text-shadow: none;
}
.fotorama {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  overflow: visible !important;
}
.fotorama .fotorama__caption {
  display: none;
}
.fotorama .fotorama__nav--thumbs {
  text-align: center;
}
.fotorama .fotorama__arr {
  background-color: transparent;
}
.fotorama .fotorama__arr:hover {
  background-color: transparent;
}
.fotorama .fotorama__stage__shaft:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 5px solid #ffffff;
}
.fotorama .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  bottom: 0;
}
.fotorama .fotorama__nav-wrap--vertical.fotorama__nav-wrap .fotorama__nav--thumbs {
  padding: 25px 0 25px;
}
.fotorama .fotorama__nav-wrap--vertical.fotorama__nav-wrap .fotorama__thumb__arr--left,
.fotorama .fotorama__nav-wrap--vertical.fotorama__nav-wrap .fotorama__thumb__arr--right {
  opacity: 1;
  transition: none;
  background: #ffffff;
  height: 18px;
}
.fotorama .fotorama__nav-wrap--vertical.fotorama__nav-wrap .fotorama__thumb__arr--left.fotorama__arr--disabled,
.fotorama .fotorama__nav-wrap--vertical.fotorama__nav-wrap .fotorama__thumb__arr--right.fotorama__arr--disabled {
  opacity: 0.2;
}
.fotorama .fotorama__nav-wrap--vertical.fotorama__nav-wrap .fotorama__nav__shaft .fotorama__thumb-border + .fotorama__nav__frame--thumb {
  padding-top: 0;
}
.fotorama .product-video {
  padding-bottom: 56.25%;
  height: 0;
}
.fotorama.fotorama--fullscreen .product-video {
  padding-bottom: 0;
  height: 100%;
}
.fotorama .fotorama__stage.fotorama__shadows--top:before,
.fotorama .fotorama__nav.fotorama__shadows--top:before,
.fotorama .fotorama__stage.fotorama__shadows--bottom:after,
.fotorama .fotorama__nav.fotorama__shadows--bottom:after {
  display: none;
}
.fotorama .fotorama__stage__shaft .fotorama__stage__frame:not(.fotorama-video-container) .border-image {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fotorama .fotorama__stage__shaft .fotorama__stage__frame:not(.fotorama-video-container) .border-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 8px solid #ffffff;
  display: block;
}
.fotorama .fotorama__stage__shaft .fotorama__stage__frame:not(.fotorama-video-container) .border-image .fotorama__img {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.fotorama .fotorama__stage__shaft .fotorama-video-container .fotorama__img {
  width: 100%;
}
.fotorama .fotorama__nav--thumbs .fotorama__thumb-border {
  display: none;
}
.fotorama .fotorama__nav--thumbs .fotorama__thumb {
  background-color: transparent;
  border: 1px solid #dddddd;
  position: relative;
}
.fotorama .fotorama__nav--thumbs .fotorama__thumb:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fotorama .fotorama__nav--thumbs .fotorama__thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #ffffff;
  display: block;
}
.fotorama .fotorama__nav--thumbs .fotorama__nav__frame img {
  opacity: 0.4;
}
.fotorama .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active img {
  opacity: 1;
}
.fotorama .video-thumb-icon:after {
  margin-left: -12px;
  margin-right: 0;
  margin-top: 12px;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: bottom right;
  background-size: 60px auto;
}
.fotorama .fotorama__nav-wrap--horizontal .video-thumb-icon:after {
  margin: 0;
}
.fotorama .fotorama__nav--thumbs .fotorama__nav__frame:last-child.video-thumb-icon:after {
  margin-left: 0;
}
.fotorama.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 0;
  width: 100%;
}
.fotorama__arr .fotorama__arr__arr {
  display: none;
}
.fotorama--fullscreen .border-image:after {
  display: none !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  bottom: auto;
  right: auto;
}
.fotorama--fullscreen.fotorama .video-thumb-icon:after {
  margin-top: 0;
}
.fotorama--fullscreen .fotorama__arr .fotorama__arr__arr {
  display: block;
}
.fotorama__video-play:hover,
.fotorama__thumb--icon:hover,
.fotorama__video-close:hover {
  background-image: url("../../frontend/Forix/ecsupply/en_US/images/gallery_hover.png");
}
.fotorama__arr .fotorama__arr__arr:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  box-shadow: none !important;
}
.fotorama__arr .fotorama__arr__arr,
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen-icon {
  background: none !important;
  color: #333333;
}
.fotorama__arr .fotorama__arr__arr:hover,
.fotorama-sprite:hover,
.fotorama__fullscreen .fotorama__zoom-out:hover,
.fotorama__fullscreen .fotorama__zoom-in:hover,
.fotorama__fullscreen-icon:hover {
  color: #ef7a27;
}
.fotorama__arr .fotorama__arr__arr:before,
.fotorama-sprite:before,
.fotorama__fullscreen .fotorama__zoom-out:before,
.fotorama__fullscreen .fotorama__zoom-in:before,
.fotorama__fullscreen-icon:before {
  position: absolute;
  font-family: 'm2-icons';
  color: inherit;
}
.fotorama__arr .fotorama__arr__arr:hover:before,
.fotorama-sprite:hover:before,
.fotorama__fullscreen .fotorama__zoom-out:hover:before,
.fotorama__fullscreen .fotorama__zoom-in:hover:before,
.fotorama__arr .fotorama__arr__arr:hover:after,
.fotorama-sprite:hover:after,
.fotorama__fullscreen .fotorama__zoom-out:hover:after,
.fotorama__fullscreen .fotorama__zoom-in:hover:after {
  background: #ef7a27;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  width: 100px !important;
  height: 100px !important;
}
.fotorama__arr .fotorama__arr__arr:before {
  top: 50%;
  font-size: 43px;
  opacity: 0.7;
}
.fotorama__arr .fotorama__arr__arr:hover:before {
  background: none;
  opacity: 1;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  content: '\e939';
  left: 194px;
}
.fotorama__arr--next .fotorama__arr__arr:before {
  content: '\e93a';
  right: 194px;
}
.fotorama__fullscreen .fotorama__zoom-in:before {
  content: '';
  width: 4px;
  height: 35px;
  background: #333333;
  left: 67px;
  top: 33px;
}
.fotorama__fullscreen .fotorama__zoom-in:after {
  content: '';
  width: 35px;
  height: 4px;
  background: #333333;
  left: 51px;
  top: 49px;
  position: absolute;
}
.fotorama-sprite:before,
.fotorama__fullscreen .fotorama__zoom-out:before {
  content: '';
  width: 35px;
  height: 4px;
  background: #333333;
  left: 51px;
  top: 25px;
}
.fotorama__fullscreen-icon:before {
  content: '\e91b';
  font-size: 20px;
  right: 51px;
  top: 21px;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full:before {
  content: '';
  display: block;
  border: 20px solid #ffffff;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: none !important;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  cursor: pointer;
}
.block-reward-shipping-info,
.shipping-block {
  width: 100%;
  float: left;
  display: table;
}
.block-reward-shipping-info .block-info,
.shipping-block .block-info {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.block-reward-shipping-info .block-info .block-icon,
.shipping-block .block-info .block-icon {
  width: 30px;
  line-height: 28px;
  display: inline-block;
}
.block-reward-shipping-info .block-info .block-icon:before,
.shipping-block .block-info .block-icon:before {
  font-family: 'm2-icons';
  font-size: 26px;
  line-height: 24px;
  float: left;
}
.block-reward-shipping-info .block-info .block-icon.icon-reward:before,
.shipping-block .block-info .block-icon.icon-reward:before {
  content: '\e93b';
}
.block-reward-shipping-info .block-info .block-icon.icon-shipping:before,
.shipping-block .block-info .block-icon.icon-shipping:before {
  content: '\e924';
}
.block-reward-shipping-info .block-info .block-right-text,
.shipping-block .block-info .block-right-text {
  display: inline-block;
  text-align: left;
}
.block-reward-shipping-info .block-info .block-name,
.shipping-block .block-info .block-name {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.block-reward-shipping-info .block-info .block-note,
.shipping-block .block-info .block-note {
  clear: both;
  font-size: 12px;
  line-height: 10px;
  font-weight: 300;
}
.block-reward-shipping-info .block-info.block-reward-point,
.shipping-block .block-info.block-reward-point {
  margin-bottom: 7px;
  padding: 5px 0;
  color: #ffffff;
  background-color: #2e86c0;
  background: linear-gradient(-90deg, #2e86c0 0%, #205c86 100%);
}
.block-reward-shipping-info .block-info.block-shipping-info,
.shipping-block .block-info.block-shipping-info {
  padding: 3px 0;
  color: #ef7a27;
  border: 2px solid #ef7a27;
}
.block-reward-shipping-info.two-block,
.shipping-block.two-block {
  display: table;
}
.block-reward-shipping-info.two-block .block-info,
.shipping-block.two-block .block-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.shipping-block .block-info {
  width: auto;
  min-width: 222px;
}
.info-shipping-return {
  padding-top: 2px;
  font-weight: 300;
}
.product-info-tabs,
.quickview-tabs {
  margin-top: 40px;
  font-weight: 300;
}
.product-info-tabs .shipping-block h5,
.quickview-tabs .shipping-block h5,
.product-info-tabs .shipping-block #form-match-price-options-heading {
  margin-bottom: 19px;
}
.product-info-tabs .shipping-block h6,
.quickview-tabs .shipping-block h6 {
  font-weight: 600;
  margin-bottom: 4px;
}
.product-info-tabs .shipping-block ul,
.quickview-tabs .shipping-block ul {
  margin-bottom: 10px;
  margin-left: 0;
  width: 100%;
}
.product-info-tabs .shipping-block ul li,
.quickview-tabs .shipping-block ul li {
  line-height: 18px;
  margin-bottom: 9px;
  margin-left: 16px;
  padding-right: 4px;
}
.product-info-tabs .shipping-block .info-item-shipping,
.quickview-tabs .shipping-block .info-item-shipping {
  margin-top: 27px;
  margin-left: 0;
  list-style-type: none;
  clear: both;
  display: inline-block;
}
.product-info-tabs .shipping-block .info-item-shipping ul,
.quickview-tabs .shipping-block .info-item-shipping ul {
  list-style-type: none;
  margin-left: 0;
}
.product-info-tabs .shipping-block .info-item-shipping ul > li,
.quickview-tabs .shipping-block .info-item-shipping ul > li {
  margin-left: 0;
}
.product-info-tabs .shipping-block .info-item-shipping > li,
.quickview-tabs .shipping-block .info-item-shipping > li {
  display: block;
  float: left;
  width: 30%;
  font-size: 13px;
  margin-left: 0;
}
.product-info-tabs .shipping-block .small-text,
.quickview-tabs .shipping-block .small-text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #808080;
  padding-right: 26px;
}
.product-info-tabs .shipping-block li:nth-child(3) .small-text,
.product-info-tabs .shipping-block li:nth-child(4) .small-text,
.quickview-tabs .shipping-block li:nth-child(3) .small-text,
.quickview-tabs .shipping-block li:nth-child(4) .small-text {
  padding-right: 0;
}
.product-info-tabs .returns-block ul,
.quickview-tabs .returns-block ul {
  margin-left: 16px;
}
.product-info-tabs .returns-block ul ul,
.quickview-tabs .returns-block ul ul {
  margin: 13px 0 21px;
}
.product-info-tabs .returns-block ul ul li,
.quickview-tabs .returns-block ul ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.product-info-tabs .returns-block ul ul li:before,
.quickview-tabs .returns-block ul ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 8px;
  left: 0;
}
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info)[id^="form-match-price"],
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info) .content-pricematch-form {
  line-height: 18px;
  border-top: none;
  margin-top: -5px;
  font-weight: 400;
  display: none;
  padding: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info)[id^="form-match-price"].active,
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info) .content-pricematch-form.active {
  display: block;
}
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info)[id^="form-match-price"] label,
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info) .content-pricematch-form label {
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.product-info-main .product-add-form > form > div:not(.block-reward-shipping-info) .content-pricematch-form .fieldset > .field .file-uploader {
  line-height: 0;
}
#recipients-options .small-label {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  min-height: 32px;
}
.content-pricematch-form .message-error {
  padding: 0 5px;
  font-size: 13px;
  white-space: pre-line;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  color: red;
}
[id^="form-match-price"] .fieldset,
.content-pricematch-form .fieldset {
  margin-bottom: 10px;
}
[id^="form-match-price"] .fieldset .control,
.content-pricematch-form .fieldset .control {
  margin-bottom: 9px;
}
[id^="form-match-price"] .fieldset .content,
.content-pricematch-form .fieldset .content {
  font-size: 11px;
  line-height: 13px;
  color: #808080;
}
[id^="form-match-price"] .fieldset .email .content,
.content-pricematch-form .fieldset .email .content {
  font-size: 13px;
  line-height: 15px;
  color: #333333;
}
[id^="form-match-price"] .fieldset > .field,
.content-pricematch-form .fieldset > .field {
  display: block;
  float: left;
  width: 100%;
  max-width: 400px;
}
[id^="form-match-price"] .fieldset > .field label,
.content-pricematch-form .fieldset > .field label {
  display: block;
  margin-bottom: 11px;
}
[id^="form-match-price"] .fieldset > .field label span,
.content-pricematch-form .fieldset > .field label span {
  white-space: pre-line;
}
[id^="form-match-price"] .fieldset > .required label span:before,
.content-pricematch-form .fieldset > .required label span:before {
  color: #b30000;
  content: '*';
  margin: 0 5px 0 5px;
}
[id^="form-match-price"] .fieldset .selected-all,
.content-pricematch-form .fieldset .selected-all {
  text-align: center;
  color: #e17f3d;
}
[id^="form-match-price"] #recipients-options .fieldset,
.content-pricematch-form #recipients-options .fieldset {
  margin-bottom: 0;
  padding: 0 3px;
}
[id^="form-match-price"] .actions-toolbar .secondary,
.content-pricematch-form .actions-toolbar .secondary,
[id^="form-match-price"] .actions-toolbar button,
.content-pricematch-form .actions-toolbar button {
  width: 100%;
}
[id^="form-match-price"] #itoris-pm-admin-comment,
.content-pricematch-form #itoris-pm-admin-comment {
  margin: 0 0 10px;
}
[id^="price-file-uploader"] {
  margin-bottom: 5px;
}
[id^="price-file-uploader"] label.file-uploader-button,
[id^="price-file-uploader"] input.fileupload {
  border: none;
  height: 30px;
  width: 100%;
  font-size: 0;
  cursor: pointer;
  position: relative;
  opacity: 0;
}
[id^="price-file-uploader"] .file-uploader-area {
  position: relative;
}
[id^="price-file-uploader"] .file-uploader-area:before {
  content: 'Choose File';
  font-size: 15px;
  line-height: 26px;
  height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  border: 2px solid #333333;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: #ffffff;
}
[id^="price-file-uploader"] input:not(.fileupload) {
  display: none;
}
[id^="price-file-uploader"] .file-choose-name-text {
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  display: block;
  margin-top: -2px;
}
[id^="price-file-uploader"] [id^="msn-for-file"] {
  color: red;
  display: block;
  margin: 10px 0;
  line-height: 18px;
}
[id^="price-file-uploader"] [id^="dispaly-name-file"] {
  display: inline-block;
  margin-bottom: 10px;
  white-space: pre-line;
  line-height: 16px;
  font-size: 13px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.price-success-msn {
  margin-bottom: 20px;
}
.showhide-pricematch-form {
  font-size: 13px;
}
.itoris-pm-admin-comment > span {
  font-weight: 300;
}
#block-related-heading {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  font-weight: 500;
  display: block;
  color: #333333;
}
#form-match-price-options-heading + a {
  float: right;
  font-size: 13px;
}
#form-match-price-options-heading + a:after {
  margin-left: 5px;
  content: '\e622';
  font-family: 'm2-icons';
  font-size: 12px;
  position: relative;
  top: 1px;
}
.active > #form-match-price-options-heading + a:after {
  content: '\e621';
}
.catalog-product-view.has-pricematch-form {
  overflow: hidden;
}
.catalog-product-view.has-pricematch-form .page-main:after,
.catalog-product-view.has-pricematch-form .widget.block-viewed-products-grid .block-wrapper:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 601;
}
.catalog-product-view.has-pricematch-form .product-info-main .product-add-form .close-form {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.catalog-product-view.has-pricematch-form .product-info-main .product-add-form .close-form:before {
  content: '\e616';
  font-family: 'm2-icons';
  font-size: 20px;
}
.catalog-product-view.has-pricematch-form .product-info-main .product-add-form .content-pricematch-form {
  max-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  z-index: 602;
  padding: 20px;
  background: #ffffff;
}
.catalog-product-view.has-pricematch-form .product-info-main .product-add-form .content-pricematch-form .itoris-pm-admin-comment {
  padding-right: 50px;
  padding-top: 15px;
}
.catalog-product-view .page-main,
.catalog-product-view .widget.block-viewed-products-grid .block-wrapper {
  max-width: none;
}
.catalog-product-view .pdp-product-main-container {
  max-width: 1338px;
  margin: 0 auto;
}
.catalog-product-view .column.main .block.related,
.catalog-product-view .widget.block-viewed-products-grid .block-content .block.related {
  margin: 0 -9px;
  padding-bottom: 48px;
  padding-left: 9px;
  padding-right: 9px;
  width: calc(100% + 18px);
}
.catalog-product-view .block.related .block-title {
  padding-top: 22px;
  padding-bottom: 8px;
  border-bottom: none;
}
.catalog-product-view .block.related .products-grid .product-item .wrapper-product-image .product-label-info {
  max-width: none;
}
.catalog-product-view .columns .column.main,
.catalog-product-view .widget.block-viewed-products-grid .block-content,
.catalog-product-view .columns .widget.block-viewed-products-grid .block-content {
  padding-bottom: 0;
}
.catalog-product-view .product-info-tabs .content.active,
.catalog-product-view .quickview-tabs .content.active {
  max-height: none;
  overflow: hidden;
}
.product-info-tabs .content,
.quickview-tabs .content {
  padding: 0;
}
.product-info-tabs .content.active,
.quickview-tabs .content.active {
  padding: 10px;
}
.product-info-tabs .content ul,
.quickview-tabs .content ul {
  margin: 0 0 0 19px;
}
.product-info-tabs .content ul > li,
.quickview-tabs .content ul > li {
  margin-bottom: 9px;
}
.product-info-tabs .content .tech-spec-content,
.quickview-tabs .content .tech-spec-content {
  display: block;
  float: left;
  max-width: 70%;
  padding-right: 10px;
  padding-bottom: 2px;
}
.product-info-tabs .content .tech-spec-brand,
.quickview-tabs .content .tech-spec-brand {
  display: block;
  float: right;
  text-align: right;
  padding-right: 15px;
}
.tech-spec-brand .pdp-img-brand {
  margin-bottom: 10px;
}
.block-related-slider-wrapper .slick-arrow {
  color: #333333;
  width: 15px;
  height: 27px;
}
.block-related-slider-wrapper .slick-arrow:before {
  color: inherit;
  font-size: 27px;
}
.block.related .products-grid .product-items .product-item-info {
  box-sizing: border-box;
}
.old-price .price {
  color: #808080;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  font-family: 'Work Sans';
  font-weight: 300;
  padding: 0;
  text-decoration: line-through;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  background: #ffffff;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background: none;
  width: 13px;
  height: 100%;
  top: 0;
  padding: 0;
  color: #333333;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:hover,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:hover {
  color: #ef7a27;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:after,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:after {
  position: absolute;
  font-family: 'm2-icons';
  font-size: 25px;
  color: inherit;
  width: 13px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
  left: 0;
  right: auto;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:after {
  content: '\e617';
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:after {
  content: '\e608';
}
.fotorama__nav-wrap--horizontal .fotorama__arr--disabled {
  opacity: 1;
}
.fotorama__nav-wrap--horizontal .fotorama__arr--disabled .fotorama__thumb--icon:after {
  color: #333333 !important;
  opacity: 0.1;
}
.fotorama__nav .fotorama__arr:hover,
.fotorama__nav .fotorama__thumb__arr:hover {
  background: #ffffff;
}
@media screen and (max-width: 455px) {
  .product-info-main .box-tocart .action.alert,
  .product-info-main .box-tocart .btn-notify,
  .column.main > .product-add-form .box-tocart .action.alert,
  .column.main > .product-add-form .box-tocart .btn-notify,
  .widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .action.alert,
  .widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .btn-notify {
    font-size: 12px;
  }
}
body.page-search-noresult .page-title {
  font-size: 30px !important;
}
body.page-search-noresult .column.main .block-empty .title,
body.page-search-noresult .widget.block-viewed-products-grid .block-content .block-empty .title {
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 15px;
  line-height: 1;
}
body.page-search-noresult .column.main .block-empty .empty.note,
body.page-search-noresult .widget.block-viewed-products-grid .block-content .block-empty .empty.note {
  font-weight: 300;
}
body.page-search-noresult .column.main .block-search,
body.page-search-noresult .widget.block-viewed-products-grid .block-content .block-search {
  position: relative;
  width: 100%;
  z-index: 1;
}
body.page-search-noresult .column.main .block-search .block-content,
body.page-search-noresult .widget.block-viewed-products-grid .block-content .block-search .block-content {
  border: 0 none!important;
}
body.page-search-noresult .column.main .block-search #search_noresult_form,
body.page-search-noresult .widget.block-viewed-products-grid .block-content .block-search #search_noresult_form {
  margin: 0 auto;
  position: relative;
  padding: 0 0 75px;
  max-width: 660px;
}
body.page-search-noresult .column.main .block-search #search_noresult_form .field.search:after,
body.page-search-noresult .column.main .block-search #search_noresult_form .field.search:before,
body.page-search-noresult .widget.block-viewed-products-grid .block-content .block-search #search_noresult_form .field.search:after,
body.page-search-noresult .widget.block-viewed-products-grid .block-content .block-search #search_noresult_form .field.search:before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 23px;
  background-image: url(../../frontend/Forix/ecsupply/en_US/images/bg-dot-1.png);
  background-repeat: repeat-x;
  opacity: 0.13;
}
body.page-search-noresult .column.main .block-search #search_noresult_form .field.search:before,
body.page-search-noresult .widget.block-viewed-products-grid .block-content .block-search #search_noresult_form .field.search:before {
  left: -400%;
  right: 50%;
}
body.page-search-noresult .column.main .block-search #search_noresult_form .field.search:after,
body.page-search-noresult .widget.block-viewed-products-grid .block-content .block-search #search_noresult_form .field.search:after {
  left: 50%;
  right: -400%;
}
body.page-search-noresult .column.main #search_noresult_form,
body.page-search-noresult .widget.block-viewed-products-grid .block-content #search_noresult_form {
  margin: 0 auto 50px;
}
body.catalogsearch-result-index .page-main,
body.catalogsearch-result-index .widget.block-viewed-products-grid .block-wrapper {
  padding-top: 27px;
}
body.catalogsearch-result-index .columns {
  padding-top: 0;
}
body.catalogsearch-result-index .page-title-wrapper + .block {
  float: left;
  width: 100%;
  margin-left: 0;
}
body.catalogsearch-result-index .page-title-wrapper + .block dt,
body.catalogsearch-result-index .page-title-wrapper + .block dd {
  font-weight: normal;
  float: left;
  margin: 0 15px 0 0;
}
body.catalogsearch-result-index:not(.page-search-noresult) .page-title {
  font-size: 30px;
}
body.catalogsearch-result-index:not(.page-search-noresult) .page-title span span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  display: block;
}
.cms-index-index .page-main,
.cms-index-index .widget.block-viewed-products-grid .block-wrapper {
  padding-top: 0;
}
.cms-index-index .best-sellers-title {
  text-align: center;
  margin-top: 40px;
}
.cms-page-view .forix-bannerslider-standard {
  margin: -10px 0 0;
}
.cms-page-view .forix-bannerslider-standard .slides {
  margin: 0;
  list-style: none;
  text-align: center;
}
.cms-page-view .forix-bannerslider-standard .slides img {
  min-width: 100%;
}
.cms-page-view .column.main .box-image,
.cms-page-view .widget.block-viewed-products-grid .block-content .box-image {
  background: #f5f5f5;
  text-align: center;
}
.cms-page-view .column.main .box-image img,
.cms-page-view .widget.block-viewed-products-grid .block-content .box-image img {
  display: block;
}
.cms-page-view .column.main .image-caption,
.cms-page-view .widget.block-viewed-products-grid .block-content .image-caption {
  padding: 15px;
  color: #333333;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #dddddd;
  background-color: #fafafa;
}
.cms-page-view .column.main .image-right,
.cms-page-view .widget.block-viewed-products-grid .block-content .image-right {
  float: right;
  text-align: center;
}
.cms-page-view .column.main .image-left,
.cms-page-view .widget.block-viewed-products-grid .block-content .image-left {
  float: left;
  text-align: center;
}
.cms-page-view .column.main section,
.cms-page-view .widget.block-viewed-products-grid .block-content section {
  clear: both;
}
.cms-page-view .column.main .text-18,
.cms-page-view .widget.block-viewed-products-grid .block-content .text-18 {
  font-weight: 300;
}
.cms-page-view .column.main p small,
.cms-page-view .widget.block-viewed-products-grid .block-content p small {
  color: #333333;
  font-weight: 300;
}
.cms-page-view .column.main ul,
.cms-page-view .widget.block-viewed-products-grid .block-content ul {
  margin-left: 16px;
}
.cms-page-view .column.main ul li,
.cms-page-view .widget.block-viewed-products-grid .block-content ul li {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}
.cms-page-view.page-layout-1column .column.main,
.cms-page-view.page-layout-1column .widget.block-viewed-products-grid .block-content {
  max-width: 940px;
  margin: 0 auto;
}
.quickorder-index-index .page-main,
.quickorder-index-index .widget.block-viewed-products-grid .block-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.sidebar .block-cms {
  top: 0;
  left: 0;
  padding: 11px;
  background-color: #f3f3f3;
}
.sidebar .block-cms .block-title:after {
  width: 1%;
}
.sidebar .block-cms .block-title strong {
  font-weight: 500;
  color: #333333;
}
.sidebar .block-cms .block-content li {
  margin: 0 0 10px;
}
.sidebar .block-cms .block-content li:last-child {
  margin: 0;
}
.sidebar .block-cms .block-content li.current a {
  font-weight: 700;
  color: #a8a8a8;
}
.sidebar .block-cms .block-content li.current strong {
  color: #a8a8a8;
}
.sidebar .block-cms .block-content strong,
.sidebar .block-cms .block-content a {
  text-decoration: none;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.sidebar .block-cms .block-content strong {
  color: #a8a8a8;
}
.sidebar .block-cms .block-content a {
  color: #333333;
}
.sidebar .block-cms .block-content a:hover {
  color: #a8a8a8;
}
.list-toggle {
  margin: 0 !important;
}
.list-toggle .title {
  text-transform: none;
  color: #333333;
  cursor: pointer;
}
.list-toggle .title:hover {
  color: #ef7a27;
}
.list-toggle.close-toggle-all .content {
  display: none;
}
.advocacy-row {
  margin-bottom: 40px;
}
.advocacy-row p:last-child {
  margin-bottom: 0;
}
[data-content-type=row][data-appearance=contained] {
  max-width: inherit !important;
}
.cms-noroute-index .page-title-wrapper,
.cms-noroute-index .column.main,
.cms-noroute-index .widget.block-viewed-products-grid .block-content,
.page-search-noresult .page-title-wrapper,
.page-search-noresult .column.main {
  text-align: center;
}
.cms-noroute-index .column.main a,
.cms-noroute-index .widget.block-viewed-products-grid .block-content a,
.page-search-noresult .column.main a {
  text-decoration: none;
}
.cms-noroute-index .column.main .block-empty,
.cms-noroute-index .widget.block-viewed-products-grid .block-content .block-empty,
.page-search-noresult .column.main .block-empty {
  max-width: 100%;
  margin: 0 auto;
}
.cms-noroute-index .column.main .block-empty .empty,
.cms-noroute-index .widget.block-viewed-products-grid .block-content .block-empty .empty,
.page-search-noresult .column.main .block-empty .empty {
  margin: 0 0 27px;
}
.cms-noroute-index .nav-links-extend > ul,
.page-search-noresult .nav-links-extend > ul {
  display: inline-block;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}
.cms-noroute-index .nav-links-extend > ul > li,
.page-search-noresult .nav-links-extend > ul > li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.cms-noroute-index .nav-links-extend a,
.page-search-noresult .nav-links-extend a {
  text-transform: uppercase;
}
.cms-noroute-index .nav-links-extend a:hover,
.page-search-noresult .nav-links-extend a:hover {
  color: #333333;
}
.cms-noroute-index .nav-links-extend ul ul,
.page-search-noresult .nav-links-extend ul ul {
  display: block;
  margin: 0;
  padding: 10px 0;
}
.cms-noroute-index .nav-links-extend ul ul > li,
.page-search-noresult .nav-links-extend ul ul > li {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
}
.cms-noroute-index .nav-links-extend ul ul ul,
.page-search-noresult .nav-links-extend ul ul ul {
  display: block;
  margin: 0;
  padding: 0;
}
.cms-noroute-index .nav-links-extend ul ul ul > li,
.page-search-noresult .nav-links-extend ul ul ul > li {
  display: block;
  padding: 0;
  width: auto;
}
.cms-noroute-index .column.main,
.cms-noroute-index .widget.block-viewed-products-grid .block-content,
.page-search-noresult .column.main {
  text-align: center;
}
.cms-no-route .block-norout-top {
  font-size: 18px;
  font-weight: 300;
  padding: 0 0 40px;
  position: relative;
  line-height: 1.3;
}
.cms-no-route .block-norout-top a {
  font-size: 18px;
}
.cms-no-route .block-norout-top:before,
.cms-no-route .block-norout-top:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  height: 23px;
  background: url(../../frontend/Forix/ecsupply/en_US/images/bg-dot-1.png) repeat-x;
  opacity: 0.13;
}
.cms-no-route .block-norout-top:before {
  left: -400%;
  right: 50%;
}
.cms-no-route .block-norout-top:after {
  left: 50%;
  right: -400%;
}
.block-norout-category {
  margin: 0 auto!important;
  padding-top: 43px;
  overflow: hidden;
}
.block-norout-category > ul {
  margin: 0;
}
.block-norout-category .title {
  margin: 0 0 35px!important;
}
.block-norout-category > ul.content > li > a,
.block-norout-category div > a {
  font-size: 20px;
  text-transform: uppercase;
}
.block-norout-category ul.content ul.content,
.block-norout-category div > ul {
  margin: 18px 0 0;
}
.block-norout-category ul.content ul.content li,
.block-norout-category div > ul li {
  list-style: none;
  line-height: 1;
  margin: 0 0 10px;
}
.block-norout-category .rout-category,
.block-norout-category > ul.content > li {
  margin: 0 0 20px;
  padding-right: 20px;
  float: left;
  text-align: left;
  width: 25%;
  list-style: none;
}
.block-norout-category .rout-category a:hover,
.block-norout-category > ul.content > li a:hover {
  color: #ef7a27;
}
.contact-us-extend {
  position: relative;
  background-color: #f3f3f3;
  float: left;
  width: 100%;
}
.contact-us-extend:after,
.contact-us-extend:before {
  position: absolute;
  content: '' !important;
  top: 0;
  bottom: 0;
  background-color: #f3f3f3;
  display: block !important;
}
.contact-us-extend:before {
  left: -100%;
  right: 100%;
}
.contact-us-extend:after {
  left: 100%;
  right: -100%;
}
.block-norout-contact {
  padding-top: 27px;
  font-size: 15px;
  padding-bottom: 50px;
  color: #333333;
  margin: 0 auto!important;
}
.block-norout-contact .title {
  margin: 0 0 15px;
  font-weight: 300;
}
.block-norout-contact .rout-item {
  position: relative;
  padding-top: 86px;
}
.block-norout-contact .rout-item a {
  font-size: 20px;
  display: block;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.block-norout-contact .rout-item a:hover {
  color: #ef7a27;
}
.block-norout-contact .rout-item a:before {
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 1;
}
.block-norout-contact .rout-item p {
  line-height: 1.3;
  font-weight: 300;
}
.block-norout-contact .rout-item:nth-child(1) a:before {
  content: '\e919';
  font-size: 75px;
  margin-left: -37px;
  top: -7px;
}
.block-norout-contact .rout-item:nth-child(2) a:before {
  content: "\e915";
  font-size: 59px;
  margin-left: -30px;
}
.block-norout-contact .rout-item:nth-child(2) p {
  font-size: 18px;
  color: #808080;
  line-height: 1.5;
}
.block-norout-contact .rout-item:nth-child(2) p strong {
  color: #333333;
}
.block-norout-contact .rout-item:nth-child(3) a:before {
  content: '\e922';
  font-size: 69px;
  margin-left: -35px;
  top: -4px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .block-norout-contact .rout-item {
    width: 50%;
  }
  .block-norout-contact .rout-item:last-child {
    width: 100%;
  }
  .block-norout-category .rout-category,
  .block-norout-category > ul.content > li {
    width: 50%;
  }
}
.cms-home .column.main .main-category-featured-slider-wrapper,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 43px;
}
.cms-home .column.main .main-category-featured-slider-wrapper img,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper img {
  width: 100%;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cms-home .column.main .main-category-featured-slider-wrapper h2,
.cms-home .column.main .main-category-featured-slider-wrapper h3,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper h2,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper h3 {
  text-align: center;
  padding-bottom: 30px;
}
.cms-home .column.main .main-category-featured-slider-wrapper ol > li,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper ol > li {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
}
.cms-home .column.main .main-category-featured-slider-wrapper .product-outer,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper .product-outer {
  position: relative;
}
.cms-home .column.main .main-category-featured-slider-wrapper .product-outer:hover img,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper .product-outer:hover img {
  opacity: 1;
  filter: none;
}
.cms-home .column.main .main-category-featured-slider-wrapper .product-outer:hover .product-item-name a,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper .product-outer:hover .product-item-name a {
  color: #ffffff;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
  -ms-text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
}
.cms-home .column.main .main-category-featured-slider-wrapper .product-outer .product-item-photo,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper .product-outer .product-item-photo {
  line-height: 0;
}
.cms-home .column.main .main-category-featured-slider-wrapper .product-item-details,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper .product-item-details {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
  padding: 0 10px;
}
.cms-home .column.main .main-category-featured-slider-wrapper .product-item-details .product-item-name,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper .product-item-details .product-item-name {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.cms-home .column.main .main-category-featured-slider-wrapper .product-item-name a,
.cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper .product-item-name a {
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
}
.cms-home .dailyoffers-wrapper,
.account .dailyoffers-wrapper {
  margin: 0 auto;
}
.cms-home .dailyoffers-wrapper ol.slick-slider,
.account .dailyoffers-wrapper ol.slick-slider,
.cms-home .dailyoffers-wrapper ol.block-related-slider-wrapper {
  width: 100%;
  max-width: 493px;
  margin: 0;
  padding: 0;
  border: 5px solid #333333;
}
.cms-home .dailyoffers-wrapper ol.slick-slider:after,
.account .dailyoffers-wrapper ol.slick-slider:after,
.cms-home .dailyoffers-wrapper ol.block-related-slider-wrapper:after {
  position: absolute;
  top: 100%;
  left: -5px;
  right: -5px;
  display: block;
  height: 75px;
  background: #333333;
  content: '';
  z-index: 1;
}
.cms-home .main-home-content {
  padding-top: 3px;
}
.cms-home .brand-featured {
  text-align: center;
  padding: 21px 0;
}
.cms-home .brand-featured section {
  display: inline-block;
  width: 100%;
  margin-top: 11px;
}
.cms-home .products-grid .product-item-details .product-item-name {
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.cms-home .promotion-wrapper + div[style*="clear"] {
  display: none;
}
.cms-index-index .main-slider-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.cms-index-index .main-slider-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: '';
  height: 23px;
  background-image: url(../../frontend/Forix/ecsupply/en_US/images/bg-dot-1.png);
  background-repeat: repeat-x;
  opacity: 0.3;
  margin-top: 15px;
}
.block-title-linear,
.poll-wrapper .block-title,
.cms-home .widget .block-title {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.block-title-linear:before,
.poll-wrapper .block-title:before,
.cms-home .widget .block-title:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
  display: block;
  height: 100%;
  width: calc(100% - 230px);
  max-width: 200px;
  top: 0;
  z-index: 200;
}
.block-title-linear:after,
.poll-wrapper .block-title:after,
.cms-home .widget .block-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: calc(100% - 200px);
  background: url('../../frontend/Forix/ecsupply/en_US/images/bg-grey-linear.png');
  background-repeat: no-repeat;
  background-position: -7px center;
}
.block-title-linear strong,
.poll-wrapper .block-title strong,
.cms-home .widget .block-title strong {
  display: inline-block;
  width: auto;
  background: #333333;
  padding: 0 11px;
  min-width: 240px;
  color: #ffffff;
  position: relative;
  font-size: 18px;
}
.block-new-products {
  margin-bottom: 20px;
}
.sidebar-dailydeal .product-image-container .product-label-info {
  display: none;
}
.sidebar-dailydeal.products-grid .product-item-details .price-wrapper .price,
.sidebar-dailydeal.lookbookslider-top .hotspot .product-info .price,
.sidebar-dailydeal.products-grid.wishlist .price-wrapper .price {
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sidebar-dailydeal.products-grid .product-items .product-item-info {
  border: none;
  background: #ffffff;
}
.sidebar-dailydeal.products-grid .product-items .product-item-info:hover {
  box-shadow: none;
}
.sidebar-dailydeal.no-deal {
  position: relative;
}
.sidebar-dailydeal.no-deal h3 {
  position: absolute;
  top: 24px;
  left: 0;
  text-align: center;
  right: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}
.sidebar-dailydeal.no-deal > p {
  margin-bottom: 0;
  line-height: 0;
}
.sidebar-dailydeal.no-deal .deal-content {
  position: absolute;
  bottom: 27px;
  left: 0;
  text-align: center;
  right: 0;
  padding: 0 20px;
}
.sidebar-dailydeal.no-deal .deal-content > p {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.sidebar-dailydeal.no-deal .deal-content > p:not(.salesoff-number) {
  display: block;
}
.sidebar-dailydeal.no-deal .deal-content .salesoff-number {
  padding: 0 15px;
}
.sidebar-dailydeal.no-deal .deal-content .salesoff-number b {
  font-weight: 500;
}
.sidebar-dailydeal.no-deal .deal-content .salesoff-number:before,
.sidebar-dailydeal.no-deal .deal-content .salesoff-number:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  height: 2px;
  width: 60px;
  background: #ffffff;
}
.sidebar-dailydeal.no-deal .deal-content .salesoff-number:before {
  right: 100%;
}
.sidebar-dailydeal.no-deal .deal-content .salesoff-number:after {
  left: 100%;
}
.sidebar-dailydeal.products-grid .product-items .product-item-photo {
  margin: 5px 20px;
}
.sidebar-dailydeal .product-image-container {
  padding: 0;
  margin-bottom: 0;
  width: 100% !important;
}
.sidebar-dailydeal .product-image-container img {
  max-width: 100%;
}
.sidebar-dailydeal .product-image-wrapper:after {
  display: none;
}
.sidebar-dailydeal.products-grid .product-item-details {
  border: none;
  margin-bottom: 14px;
  padding: 0 20px;
}
.sidebar-dailydeal.products-grid .product-item-details a {
  margin-bottom: 7px;
}
.sidebar-dailydeal.products-grid .product-item-details.special-price .price-label:before {
  font-size: 13px;
  line-height: 15px;
}
.sidebar-dailydeal .deal-name {
  text-transform: uppercase;
  display: block;
  height: 86px;
  background: #333333;
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  padding-top: 15px;
}
.sidebar-dailydeal .dailydeal-product-list-timer.big-text {
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: -30px 32px 0;
  background: #333333;
  color: #ffffff;
  height: 60px;
  padding-top: 8px;
}
.sidebar-dailydeal .time_circles > div {
  position: relative;
  display: inline-block;
  border-right: 1px solid #808080;
  width: 33.33333333%;
  text-align: center;
}
.sidebar-dailydeal .time_circles > div:last-child {
  border-right: none;
  padding-right: 0;
}
.sidebar-dailydeal .time_circles > div > span {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 1px;
  margin-bottom: 5px;
}
.sidebar-dailydeal .time_circles > div > h4 {
  font-size: 13px;
  line-height: 15px;
  color: #808080;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 400;
}
.sidebar-dailydeal .deal-you-saved,
.sidebar-dailydeal .time_circles canvas {
  display: none;
}
.sidebar-dailydeal .shop-now-btn {
  border: 2px solid #333333;
  height: 45px;
  margin: 0 20px 17px;
  display: block;
}
.sidebar-dailydeal .shop-now-btn > span {
  line-height: 41px;
  font-size: 18px;
  color: #333333;
}
.sidebar-dailydeal .shop-now-btn:hover {
  border: none;
}
.sidebar-dailydeal .shop-now-btn:hover > span {
  color: #ffffff;
  line-height: 45px;
}
.sidebar-dailydeal .slick-dots {
  left: 0;
  bottom: -75px;
  width: calc(100% + 10px);
  height: 75px;
  margin: 0 -5px;
  background: #333333;
  transform: none;
  padding: 17px 20px;
  z-index: 10;
}
.sidebar-dailydeal .slick-dots:before {
  content: 'More Deals';
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
}
.sidebar-dailydeal .slick-slider .slick-arrow,
.sidebar-dailydeal .block-related-slider-wrapper .slick-arrow {
  top: calc(100% + 37px);
}
.sidebar-dailydeal .slick-slider .slick-arrow .slick-prev,
.sidebar-dailydeal .block-related-slider-wrapper .slick-arrow .slick-prev {
  left: 25px;
}
.sidebar-dailydeal .slick-slider .slick-arrow .slick-next,
.sidebar-dailydeal .block-related-slider-wrapper .slick-arrow .slick-next {
  right: 25px;
}
.full-content-gray,
.catalog-product-view .block.related,
.cms-home .brand-featured {
  background: #fafafa;
  position: relative;
  width: 100%;
  display: inline-block;
  clear: both;
}
.full-content-gray:before,
.catalog-product-view .block.related:before,
.cms-home .brand-featured:before {
  display: block;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  content: '';
  height: 23px;
  background-image: url(../../frontend/Forix/ecsupply/en_US/images/bg-dot-1.png);
  background-repeat: repeat-x;
  opacity: 0.3;
}
.product-flashsale-link {
  text-transform: uppercase;
  color: #333333;
  font-size: 13px;
  line-height: 15px;
  max-height: 30px;
  text-align: center;
  font-weight: 500;
  display: block;
  width: 100%;
}
.lookbookslider-top .cycle-slideshow1 {
  margin-top: 0;
  margin-bottom: 30px;
  overflow: visible !important;
}
.lookbookslider-top .hotspot {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  background: transparent;
  width: 29px !important;
  height: 29px !important;
  border-radius: 50%;
  cursor: pointer;
}
.lookbookslider-top .hotspot:after {
  content: '';
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
}
.lookbookslider-top .hotspot:hover .hotspot-icon:after {
  display: none;
}
.lookbookslider-top .hotspot .product-info {
  min-width: 150px;
  width: 150px !important;
  background: transparent;
  padding: 0 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.lookbookslider-top .hotspot .product-info .price {
  display: block;
  float: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.lookbookslider-top .hotspot .product-info .old-price .price {
  color: #808080;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  font-family: 'Work Sans';
  font-weight: 300;
  padding: 0 5px;
  text-decoration: line-through;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -2px;
}
.lookbookslider-top .hotspot .product-info .price-box {
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
}
.lookbookslider-top .hotspot .product-info .price-box > span {
  display: inline-block;
}
.lookbookslider-top .hotspot .product-info .price-box > span .price-label {
  display: none;
}
.lookbookslider-top .hotspot .pro-detail-div {
  width: 100%;
  background: #fafafa;
  border: 1px solid #dddddd;
}
.lookbookslider-top .hotspot .pro-detail-div .desc {
  display: block;
  width: 100%;
  float: left;
  padding: 10px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.lookbookslider-top .hotspot .pro-detail-div .desc img {
  max-width: 100%;
  float: none;
  margin: 0 auto;
  padding: 0;
}
.lookbookslider-top .hotspot .pro-detail-div h5,
.lookbookslider-top .hotspot .pro-detail-div #form-match-price-options-heading {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 5px 5px;
  margin: 0;
}
.lookbookslider-top .hotspot .pro-detail-div h5 a,
.lookbookslider-top .hotspot .pro-detail-div #form-match-price-options-heading a {
  text-transform: uppercase;
  color: #333333;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
  display: block;
  text-align: center;
  padding: 0;
  max-height: 24px;
}
.lookbookslider-top .hotspot .pro-detail-div h5 a:hover,
.lookbookslider-top .hotspot .pro-detail-div #form-match-price-options-heading a:hover {
  color: #ef7a27;
}
.lookbookslider-top .hotspot .pro-detail-div .actions-primary,
.lookbookslider-top .hotspot .pro-detail-div .not-logged-in {
  float: none;
  margin: 9px 15px 15px;
  background: #333333;
}
.lookbookslider-top .hotspot .pro-detail-div .actions-primary > a,
.lookbookslider-top .hotspot .pro-detail-div .not-logged-in > a {
  line-height: 35px;
  display: inline-block;
  border: none;
  padding: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.lookbookslider-top .hotspot .pro-detail-div .actions-primary > a > span,
.lookbookslider-top .hotspot .pro-detail-div .not-logged-in > a > span {
  line-height: 35px;
  font-weight: 500;
}
.lookbookslider-top .hotspot .pro-detail-div .btn-login-to-see-price {
  font-size: 13px;
  width: 100%;
  padding: 0 5px;
}
.lookbookslider-top .hotspot .pro-detail-div .minimal-price > span {
  display: inline-block;
}
.lookbookslider-top .hotspot .pro-detail-div .minimal-price > span.price-label {
  font-size: 13px;
  line-height: 15px;
}
.lookbookslider-top .hotspot-icon {
  position: absolute;
  content: '';
  width: 11px;
  height: 3px;
  display: block;
  background: #333333;
  top: 28px !important;
  left: 24px !important;
  z-index: 100;
}
.lookbookslider-top .hotspot-icon:after {
  width: 3px;
  height: 11px;
  top: -4px;
  left: 4px;
  position: absolute;
  content: '';
  background: #333333;
  z-index: 101;
  display: block;
}
.lookbookslider-top .left-detail {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.lookbookslider-top .no-price-wrapper.not-logged-in {
  line-height: 26px;
  border: 2px solid #333333;
  background: #ffffff;
  color: #333333;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Work Sans';
  margin: 0 15px;
  padding: 0;
  display: block;
}
.lookbookslider-top .no-price-wrapper.not-logged-in:hover {
  background: #333333;
  color: #ffffff;
}
.sidebar-dailydeal .btn-login-to-see-price {
  width: 100%;
}
.lookbook-mobile .lookbookslider-top {
  display: none;
}
.vestrackorder-index-index .order-actions-toolbar .action.print {
  display: none;
}
.vestrackorder-index-index .ves-trackorder {
  display: inline-block;
  width: 100%;
}
.vestrackorder-index-index .ves-trackorder .track-order {
  width: 100%;
}
.vestrackorder-index-index .ves-trackorder h1,
.vestrackorder-index-index .ves-trackorder h3 {
  margin-bottom: 24px;
  text-align: center;
}
.vestrackorder-index-index .ves-trackorder #orderinfo .actions-toolbar {
  margin-top: 38px;
  border-top: 1px solid #dddddd;
  padding-top: 20px;
  margin-bottom: 18px;
}
.vestrackorder-index-index .ves-trackorder .block .block-title {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 17px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dddddd;
}
.vestrackorder-index-index .ves-trackorder .box-content {
  font-weight: 300;
  display: inline-block;
}
.vestrackorder-index-index .ves-trackorder .box-content ul > li,
.vestrackorder-index-index .ves-trackorder .box-content address {
  font-size: 15px;
}
.vestrackorder-index-index .ves-trackorder .box-content ul > li {
  line-height: 30px;
  margin-bottom: 0;
}
.vestrackorder-index-index .ves-trackorder .box-content address {
  margin-top: 6px;
}
.vestrackorder-index-index .ves-trackorder .box-content address a {
  font-weight: 300;
}
.vestrackorder-index-index .ves-trackorder .box-content .status {
  padding: 6px 0 45px;
  font-weight: 500;
}
.vestrackorder-index-index .ves-trackorder .box-content .status.status-complete {
  padding-left: 29px;
}
.vestrackorder-index-index .ves-trackorder .box-content label {
  font-weight: 500;
}
.vestrackorder-index-index .ves-trackorder .box-content .payment-method {
  margin-top: 6px;
}
.vestrackorder-index-index .ves-trackorder .block-left,
.vestrackorder-index-index .ves-trackorder .block-right {
  width: 50%;
}
.vestrackorder-index-index .ves-trackorder .block-left {
  padding-right: 13px;
}
.vestrackorder-index-index .ves-trackorder .block-right {
  padding-left: 13px;
}
.vestrackorder-index-index .ves-trackorder .trackorder-tab {
  margin-top: 40px;
}
.vestrackorder-index-index .ves-trackorder ul.order-links {
  width: auto;
  border: none;
  top: 1px;
}
.vestrackorder-index-index #track_order {
  margin: 0 auto;
  text-align: center;
}
.vestrackorder-index-index #track_order .fieldset > .field {
  margin: 0 auto;
}
.vestrackorder-index-index #track_order .fieldset > .field.note {
  font-weight: 300;
  margin-bottom: 30px;
}
.vestrackorder-index-index #track_order .fieldset > .field:not(.note) {
  max-width: 429px;
  margin-bottom: 17px;
}
.vestrackorder-index-index .actions-toolbar {
  margin-top: 19px;
}
.vestrackorder-index-index .actions-toolbar .primary button.action {
  margin-right: 0;
  margin-bottom: 0;
  width: 203px;
}
.vestrackorder-index-index .msgcustom {
  display: block;
  float: left;
  width: 100%;
  margin-top: 14px;
  font-weight: 300;
  text-align: center;
}
.vestrackorder-index-index .fieldset .field.float-label:not(.choice) .label {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  text-align: left;
}
.vestrackorder-index-index .fieldset > .field.required > .label:after,
.vestrackorder-index-index .fieldset > .field._required > .label:after,
.vestrackorder-index-index .fieldset > .fields > .field._required > .label:after,
.vestrackorder-index-index .fieldset > .fields > .field.required > .label:after,
.vestrackorder-index-index .fieldset > .field._required > .label:after,
.vestrackorder-index-index .fieldset > .fields > .field._required > .label:after,
.vestrackorder-index-index .fieldset > .fields > .field.required > .label:after {
  padding-left: 5px;
}
.vestrackorder-index-index .vestrackorder-tab {
  border: 1px solid #dddddd;
  padding: 0 16px;
  margin-bottom: 16px;
}
.vestrackorder-index-index .vestrackorder-tab .order-title {
  display: none;
}
.vestrackorder-index-index .order-links .item {
  margin-bottom: 0;
}
.vestrackorder-index-index .order-links .item a {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  border: 1px solid #dddddd;
  border-right: none;
  color: #333333;
  letter-spacing: 0.75px;
  padding: 8px 16px;
  background: #f3f3f3;
}
.vestrackorder-index-index .order-links .item.current a {
  background: #ffffff;
  padding-bottom: 9px;
  border: 1px solid #dddddd;
  border-right: none;
  border-bottom: none;
  color: #808080;
  font-weight: 500;
}
.vestrackorder-index-index .order-links .item:last-child a {
  padding-right: 16px;
}
.vestrackorder-index-index .order-links .item:last-child a {
  padding-right: 16px;
  border-right: 1px solid #dddddd;
}
.vestrackorder-index-index .table-wrapper {
  padding-top: 6px;
}
.vestrackorder-index-index .table-wrapper.order-items-shipment .table tbody tr:last-child td {
  border-bottom: none;
}
.vestrackorder-index-index table thead th.price,
.vestrackorder-index-index table td.price {
  text-align: center;
}
.vestrackorder-index-index table thead th.qty,
.vestrackorder-index-index table td.qty,
.vestrackorder-index-index table thead th.subtotal,
.vestrackorder-index-index table td.subtotal {
  text-align: right;
}
.vestrackorder-index-index .order-items-shipment table th.qty,
.vestrackorder-index-index .order-items-shipment table td.qty {
  text-align: right;
}
.vestrackorder-index-index #order-shipment .order-details-items tbody {
  border-bottom: none;
}
.vestrackorder-index-index .table tfoot {
  background: #ffffff;
}
.vestrackorder-index-index .table tfoot th,
.vestrackorder-index-index .table tfoot td {
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
  padding-right: 0;
}
.vestrackorder-index-index .table tfoot th.amount,
.vestrackorder-index-index .table tfoot td.amount {
  padding-right: 0;
}
.vestrackorder-index-index .table tfoot tr.shipping th,
.vestrackorder-index-index .table tfoot tr.shipping td {
  padding-bottom: 12px;
}
.vestrackorder-index-index .table tfoot th.mark strong {
  padding-top: 8px;
  padding-left: 25px;
  border-top: 1px solid #dddddd;
}
.vestrackorder-index-index .table tfoot td.amount {
  position: relative;
}
.vestrackorder-index-index .table tfoot td.amount strong {
  width: 100%;
}
.vestrackorder-index-index .table tfoot td.amount strong:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #dddddd;
}
.vestrackorder-index-index .status.status-complete:before {
  content: "\f058";
  font-family: 'm2-icons';
  font-size: 23px;
  color: #333333;
  width: 23px;
  height: 23px;
  top: 20px;
}
.vestrackorder-index-index #loading-mask {
  display: none;
}
.qrcode {
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
.payment-method.checkmemo dt {
  font-weight: 500;
  line-height: 18px;
}
div.mage-error[generated],
.field .field-error,
.field .field-error {
  text-align: left;
}
.reorder-quote-popup {
  margin-bottom: 40px;
}
.reorder-quote-popup .actions-toolbar {
  margin-top: 20px;
}
.reorder-quote-popup .actions-toolbar > div {
  display: inline-block;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../../frontend/Forix/ecsupply/en_US/Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../../frontend/Forix/ecsupply/en_US/Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.login-container .block-new-company .actions-toolbar {
  padding-top: 20px;
}
.jstree > ul ul li {
  background: none;
  border-left: 1px dashed #a6a6a6;
  margin-left: 2.4rem;
  padding: .5rem 0;
  position: relative;
}
.jstree > ul ul li.jstree-last {
  background: none;
  border-left: none;
  left: .1rem;
  padding-bottom: 0;
  position: relative;
}
.jstree > ul ul li.jstree-last:after {
  border-left: 1px dashed #a6a6a6;
  content: '';
  height: 2.3rem;
  left: -.1rem;
  position: absolute;
  top: 0;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl {
  background: none;
  display: inline;
  padding-right: 3.7rem;
  width: 2.5rem;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
  top: 1.7rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 1px dashed #a6a6a6;
  content: '';
  height: .1rem;
  position: absolute;
  right: 2.3rem;
  top: 1.1rem;
  width: 1.3rem;
}
.jstree li > .jstree-icon {
  padding-right: 1.5rem;
}
.jstree li a {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: .4rem 1rem .4rem .2rem;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: .7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: '\e907';
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 1.8rem;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: '\e906';
}
.jstree li a > .jstree-icon.icon-company:before {
  font-size: 1.7rem;
}
.jstree li a > .field-tooltip {
  color: #333333;
  left: 100%;
  margin-left: 5px;
  top: .4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
  font-weight: 400;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -.1rem;
  position: relative;
  top: 0.6rem;
  z-index: 5;
}
.jstree li:not(.jstree-leaf) > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #333333;
  content: '\e909';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  cursor: pointer;
  text-align: center;
}
.jstree li.jstree-open > .jstree-icon:before {
  content: '\e90a';
}
.jstree li.jstree-open > .jstree-icon:before {
  color: #333333;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: '\e909';
}
.jstree li.jstree-closed > .jstree-icon:before {
  color: #333333;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: none;
}
.jstree > ul > li > a.company-admin {
  margin-left: -.2rem;
  padding-bottom: 2.5rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 10px;
  position: relative;
  z-index: 5;
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  content: '\e908';
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 3rem;
}
.jstree > ul > li:not(.root-collapsible) > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree .jstree-leaf > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree a > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  background: none;
}
.jstree a > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree a > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #333333;
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a {
  display: inline-block;
  text-decoration: none;
}
.jstree.jstree-draggable a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree.jstree-draggable a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #333333;
  content: '\e90b';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a:before {
  height: 1.8rem;
  margin-left: -.4rem;
  overflow: hidden;
  width: 1.9rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #ef7a27;
}
.jstree.jstree-draggable a:hover:before {
  color: #ef7a27;
}
.jstree.jstree-draggable a:hover .jstree-icon:before {
  color: #ef7a27;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  color: #ef7a27;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #ef7a27;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../../frontend/Forix/ecsupply/en_US/Magento_Company/images/icon-tree.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px 8px -2px 4px;
  position: relative;
  width: 16px;
}
.jstree .jstree-anchor.jstree-clicked > .jstree-checkbox {
  background-position: top center;
}
.jstree .jstree-anchor > .jstree-checkbox.jstree-undetermined {
  background-position: top left;
}
.jstree-checkbox-selection .jstree-anchor {
  display: inline-block;
  text-decoration: none;
}
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: #333333;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
.jstree-anchor .field-tooltip .field-tooltip-action:before {
  padding: 0 1px;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action {
  background: none;
  border: 0;
  color: #333333;
  font-weight: 400;
  padding: 0 15px 10px 0;
  position: relative;
}
.form-edit-role .box-actions button.action:hover,
.block-dashboard-company .box-actions button.action:hover,
.form-edit-role .box-actions button.action:active,
.block-dashboard-company .box-actions button.action:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #ef7a27;
}
.form-edit-role .box-actions button.action:not(:focus),
.block-dashboard-company .box-actions button.action:not(:focus) {
  box-shadow: none;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after {
  top: 3px;
  right: 5px;
  display: inline-block;
  position: absolute;
  background: #333333;
  width: 1px;
  content: '';
  height: 13px;
}
.form-edit-role .box-actions button.action:last-child:after,
.block-dashboard-company .box-actions button.action:last-child:after,
.form-edit-role .box-actions button.action.delete:after,
.block-dashboard-company .box-actions button.action.delete:after {
  display: none;
}
.form-edit-role .box-actions button.action._hidden,
.block-dashboard-company .box-actions button.action._hidden {
  display: none;
}
.block-dashboard-company .block-content {
  padding: 10px 0;
}
.form-edit-account .fieldset.info,
.form-edit-account .fieldset.company {
  margin-bottom: 15px;
}
.message.company-warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 13px;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: #1979c3;
}
.message.company-warning a:hover {
  color: #006bb4;
}
.message.company-warning a:active {
  color: #ef7a27;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #c0c0c0;
  display: block;
}
.additional-fields {
  margin-top: 20px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.modal-popup .action._hidden {
  display: none;
}
.company-profile-index.account .page-main .page-title-wrapper .page-title,
.company-profile-index.account .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title {
  display: inline-block;
  margin-right: 10px;
}
.table-wrapper.data-grid-wrap {
  overflow-x: auto;
}
.table-wrapper.data-grid-wrap td.data-grid-actions-cell.actions .action {
  margin-right: 15px;
  position: relative;
}
.table-wrapper.data-grid-wrap td.data-grid-actions-cell.actions .action:before {
  top: 2px;
  left: -7px;
  display: inline-block;
  position: absolute;
  background: #333333;
  height: 12px;
  width: 1px;
  content: '';
}
.table-wrapper.data-grid-wrap td.data-grid-actions-cell.actions .action:last-child {
  margin-right: 0;
}
.table-wrapper.data-grid-wrap td.data-grid-actions-cell.actions .action:first-child:before {
  display: none;
}
.data-grid-filters-wrap {
  padding: 10px 0;
}
.data-grid-filters-wrap .action {
  margin-right: 25px;
}
.wrap-text {
  margin-bottom: 30px;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
.contact-index-index #maincontent {
  padding-top: 25px;
}
.contact-index-index .contact-us-image h3 {
  margin: 0;
}
.contact-index-index .column.main .block-static-block p,
.contact-index-index .widget.block-viewed-products-grid .block-content .block-static-block p {
  line-height: 18px;
}
.contact-index-index .sidebar .block-cms .block-content li[data-link="contact"] a {
  color: #A8A8A8;
}
.contact-us-description {
  font-weight: 300;
}
.contact-us-description p:first-child {
  margin-bottom: 20px;
}
.form.contact .fieldset {
  margin: 0 0 30px;
}
.form.contact .recaptcha-wrap {
  margin-bottom: 0;
}
.sidebar .block.block-contacts .contact-item {
  background: #f3f3f3;
  color: #333333;
  margin: 0 0 25px;
  padding: 15px;
}
.sidebar .block.block-contacts .contact-item:first-child p {
  margin: 0;
}
.sidebar .block.block-contacts .contact-item:first-child p a {
  margin-top: 10px;
  height: auto !important;
  padding: 0;
  display: block;
  background: transparent;
  letter-spacing: -0.1px;
}
.sidebar .block.block-contacts .contact-item:first-child ul {
  list-style: none;
  margin-left: 0;
}
.sidebar .block.block-contacts .contact-item:first-child ul li {
  position: relative;
  padding-left: 22px;
}
.sidebar .block.block-contacts .contact-item:first-child ul li:before {
  content: "\e915";
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .block.block-contacts .contact-item:first-child ul li:last-child:before {
  content: '\e922';
  font-size: 16px;
  left: 0;
  top: 0;
}
.sidebar .block.block-contacts .contact-item:first-child span {
  font-weight: 500;
  color: #a8a8a8;
}
.sidebar .block.block-contacts .contact-item:last-child {
  content: '\e936';
}
.sidebar .block.block-contacts .contact-item:last-child p {
  position: relative;
  padding-left: 74px;
  font-weight: 500;
}
.sidebar .block.block-contacts .contact-item:last-child p:before {
  content: '\e936';
  font-size: 57px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.sidebar .block.block-contacts .contact-item:last-child p a {
  position: relative;
  padding-right: 11px;
  display: inline-block;
  padding-top: 5px;
  color: #333333;
}
.sidebar .block.block-contacts .contact-item:last-child p a:hover {
  color: #ef7a27;
}
.sidebar .block.block-contacts .contact-item:last-child p a:after {
  content: '\e608';
  font-size: 9px;
  right: 0;
  top: 7px;
  position: absolute;
}
.sidebar .block.block-contacts h4 {
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
}
.sidebar .block.block-contacts dl {
  border-bottom: 1px solid #c0c0c0;
}
.sidebar .block.block-contacts dt {
  font-weight: 600;
  margin-bottom: 5px;
}
.sidebar .block.block-contacts .text.phone {
  font-weight: 700;
  margin: -5px 0 5px;
}
.table.grouped td {
  border-bottom: none;
}
.table.grouped thead th {
  height: 30px;
  border-bottom: none;
  vertical-align: middle;
}
.table.grouped thead th.col.qty {
  vertical-align: middle;
  text-align: center;
}
.table.grouped .col.image {
  width: 50px;
  max-width: 50px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.table.grouped .col.image .product-image-wrapper::after {
  display: none;
}
.table.grouped .col.qty {
  width: 70px;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}
.table.grouped .col.qty .control.qty {
  margin-bottom: 6px;
}
.table.grouped .col.qty input.qty {
  height: 30px;
  width: 45px;
  border-left: none;
  border-right: none;
}
.table.grouped .col.qty .stock,
.table.grouped .col.qty .qty-note {
  font-size: 11px;
  line-height: 13px;
  width: 100%;
  color: #808080;
  font-weight: 400;
}
.table.grouped .col.qty .stock.out-of-stock,
.table.grouped .col.qty .stock.unavailable {
  color: #c93711;
}
.table.grouped .col.name {
  text-align: left;
  padding-top: 0;
}
.table.grouped .product-item-name {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 11px;
  font-family: 'Comfortaa';
  line-height: 13px;
  color: #333333;
  font-weight: bold;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  max-width: 60%;
}
.table.grouped .link-login-to-view-price,
.table.grouped a.action.alert {
  padding-bottom: 3px;
  font-weight: 600;
  border-bottom: 1px solid #333333;
}
.table.grouped .link-login-to-view-price:hover,
.table.grouped a.action.alert:hover {
  border-bottom-color: #ef7a27;
}
.table.grouped .block.login-to-view-price {
  position: relative;
}
.table.grouped .block.login-to-view-price .back-to-login {
  margin-top: 15px;
}
.table.grouped .block-authentication.lwp-form {
  position: absolute;
  top: 100%;
  z-index: 100;
  margin-top: 3px;
  width: 100%;
  width: calc(100% + 85px);
}
.table.grouped .price-box .price {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.table.grouped .price-box .old-price .price {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  top: 0;
}
.table.grouped .reward-point {
  margin-top: 7px;
  clear: both;
  font-size: 12px;
  line-height: 14px;
  color: #2e86c0;
  font-weight: 300;
}
.table.grouped .reward-point .icon-plus {
  font-size: 0;
}
.table.grouped .reward-point .icon-plus:before {
  content: '\e93b';
  font-size: 14px;
}
.table.grouped .reward-point .point {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
}
.table.grouped .amxnotif-block {
  margin: 10px 0 0 0;
  float: left;
}
.table.grouped .amxnotif-block label {
  float: left;
  display: block;
  line-height: 25px;
}
.table.grouped .notification-container {
  display: none;
}
.reward-point .icon-plus:before {
  content: '\e93b';
}
.product-image-outer {
  position: relative;
  border: 1px solid #dddddd;
}
.product-image-outer:after,
.swatch-option.image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  border: 3px solid #ffffff;
}
.negotiable-quote-quote-view table td .product-image-outer {
  margin: 10px 15px 10px 0;
  float: left;
}
.negotiable-quote-quote-view table td .product-image-outer:after,
.negotiable-quote-quote-view table td .swatch-option.image:after {
  border-width: 6px;
}
.negotiable-quote-quote-view table td .product-image-outer .product-item-photo {
  padding: 0;
  margin-right: 0;
}
.negotiable-quote-quote-view table td .product-image-outer .product-image-wrapper:after {
  display: none;
}
.negotiable-quote-quote-view table td .product-image-outer .product-image-container {
  display: block;
}
.catalog-filter-top .filter-subtitle:after {
  content: '\e992';
}
.catalog-filter-top {
  overflow-x: hidden;
}
.filter.block {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.filter.block .filter-title {
  background: #e4eaef;
  color: #929ba3;
  display: table;
  padding: 10px;
}
.filter.block .filter-title:after {
  width: 1%;
  display: none;
}
.filter.block .filter-title.close {
  background: #939aa2;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
}
.filter.block .filter-title.close + .filter-content {
  display: block;
}
.filter.block .filter-title.close:after {
  display: none;
}
.filter.block .filter-title strong {
  font-weight: 600;
}
.filter-subtitle {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 35px;
  padding: 5px;
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.filter-subtitle:hover {
  background-color: #ef7a27;
}
.filter-subtitle.active {
  background: #939aa2;
  color: #ffffff;
  text-align: center;
}
.filter-subtitle.active:after {
  display: none;
}
.filter-options.active {
  display: block;
}
.filter-options .item {
  margin: 0;
  font-size: 13px;
  line-height: 28px;
}
.filter-options .item.hidden {
  display: none;
}
.filter-options .item:last-child {
  margin-bottom: 0;
}
.filter-options .item a {
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 30px;
}
.filter-options .item a:hover {
  color: #ef7a27;
}
.filter-options .item a:hover .count {
  color: #ef7a27;
}
.filter-options a[data-am-js="filter-item-default"] {
  padding-left: 30px;
}
.filter-options a[data-am-js="filter-item-default"] input[type="checkbox"] + label {
  padding: 0;
  display: inline;
}
.filter-options a[data-am-js="filter-item-default"] input[type="checkbox"] + label:before {
  left: -30px;
}
.filter-options a[data-am-js="filter-item-default"] input[type="checkbox"] + label:after {
  left: -26px;
  line-height: 18px;
}
.filter-options a[data-am-js="filter-item-default"] .count {
  display: inline;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filter-options-stock-status {
  margin-bottom: 9px;
  padding: 11px;
  border: 1px solid #c0c0c0;
}
.filter-options-stock-status .stock-label {
  margin-right: 5px;
  font-size: 13px;
  line-height: 22px;
  display: inline;
  float: left;
}
.filter-options-stock-status .switch-button {
  display: inline-block;
  float: none;
}
.filter-options-item {
  margin-bottom: 9px;
  padding: 11px 11px 9px 11px;
  border: 1px solid #c0c0c0;
}
.filter-options-item.active .filter-options-title:after {
  content: "\f107";
}
.filter-options-item.active .filter-options-content {
  display: none;
}
.filter-options-item.filter-color {
  padding-right: 0;
}
.filter-options-item.filter-color .filter-options-content .action.clear {
  right: 12px;
}
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option {
  margin: 0 6px 6px 0;
  border-radius: 0;
  height: 41px;
  max-width: 41px;
  min-width: 41px;
}
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option[option-label="White"],
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option:not(.color):not(.image) {
  border: 1px solid #c0c0c0;
}
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option[option-label="White"].selected,
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option:not(.color):not(.image).selected {
  border: 1px solid #c0c0c0;
}
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option:hover {
  border: 2px solid #333333;
}
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option:hover > .swatch-option-tooltip-layered {
  display: block;
}
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option:not(.color):not(.image) {
  position: relative;
}
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option:not(.color):not(.image):before {
  content: "N/A";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #333333;
}
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option.image {
  background-size: cover !important;
}
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option.selected {
  position: relative;
  border: none;
}
.filter-options-item.filter-color .filter-options-content .swatch-attribute.color .swatch-option.selected:after {
  position: absolute;
  font-family: 'm2-icons';
  content: '\e92e';
  top: 50%;
  left: 50%;
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 1px 1px 2px #333333;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.filter-options-title {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
.filter-options-title:after {
  color: inherit;
  content: '\e608';
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  font-weight: normal;
  line-height: inherit;
  left: 0;
  top: 0;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-options-title.hide:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filter-options-title > span {
  width: 100%;
  display: block;
  float: left;
}
.filter-options-title:hover {
  color: #ef7a27;
}
.filter-options-title.has-clear > span {
  max-width: calc(100% - 40px);
}
.filter-options-content {
  padding: 7px 0 0 0;
  width: 100%;
  clear: both;
  display: none;
  position: relative;
}
.filter-options-content .action.clear {
  font-size: 13px;
  line-height: 20px;
  float: right;
  position: absolute;
  top: -22px;
  right: 0;
}
.filter-options-content.show-more .item.hidden {
  display: block;
}
.filter-options-content.hide {
  display: inline-block;
}
.filter-options-content .am-show-more {
  position: relative;
  margin: 0;
  width: 100%;
  display: block;
  background: transparent;
  color: #333333;
  text-align: left;
  text-transform: none;
  float: left;
}
.filter-options-content .am-show-more:hover {
  color: #ef7a27;
}
.filter-options-content .am-show-more:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  display: block;
  height: 50px;
}
.filter-options-content .am-show-more span {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.filter-options-content .am-show-more span:before {
  display: inline-block;
}
.filter-options-content .am-show-more .show-less:before {
  content: "-";
}
.filter-options-content .am-show-more .view-all:before {
  content: "+";
}
.filter-options-content .am-show-more[data-is-hide="false"]:before {
  display: none;
}
.filter-category .filter-options-title {
  padding-left: 0;
}
.filter-category .filter-options-title:after {
  display: none;
}
.filter-category .filter-options-content {
  display: block;
}
.filter-category .filter-options-content.hide {
  display: none;
}
.filter-view-all {
  text-transform: uppercase;
  display: block;
}
.filter-view-all.show-more {
  margin: 10px 0 0;
}
.filter-view-all a {
  text-transform: uppercase;
}
.amshopby-slider-container {
  margin-bottom: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  width: 100%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.amshopby-slider-container .amshopby-slider-display > span {
  font-weight: 500;
  font-size: 15px;
}
.amshopby-slider-container .amshopby-slider-display .price-form {
  float: left;
}
.amshopby-slider-container .amshopby-slider-display .price-to {
  float: right;
}
.filter .fprice {
  padding: 5px 0 0;
}
.filter .fprice ul > li {
  float: left;
  display: table;
  margin: 0 10px 10px 0;
}
.filter .fprice ul > li:last-child {
  margin: 0 0 10px;
}
.filter .fprice ul > li:nth-of-type(1) > span {
  padding-right: 10px;
}
.filter .fprice ul > li:nth-of-type(2) > span {
  padding: 0 10px 0 0;
  white-space: nowrap;
}
.filter .fprice li > span {
  display: table-cell;
  font-weight: 700;
}
.filter .fprice li > span span {
  display: inline-block;
  padding-bottom: 10px;
}
.filter .fprice li input {
  max-width: 50px;
}
.filter .fprice .action.btn-go {
  min-width: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  width: 41px;
  border: 2px solid #333;
  height: 35px;
  line-height: 31px;
}
.filter .fprice .item:first-child {
  margin: 0;
}
.filter-actions .action.clear {
  text-align: center;
}
.filter-current .items {
  padding: 15px 0 0 0;
  display: inline-block;
  width: 100%;
}
.filter-current .item {
  margin: 0 14px 10px 0;
  position: relative;
  z-index: 1;
  float: left;
  padding-left: 15px;
  font-weight: normal;
  line-height: 16px;
}
.filter-current .item.am_shopby_clear_filter {
  margin-right: 0;
  float: right;
  text-align: right;
}
.filter-current .item.am_shopby_clear_filter a {
  font-size: inherit;
}
.filter-current .item:hover .filter-value {
  text-decoration: line-through;
}
.filter-current .filter-label {
  font-weight: 700;
  text-transform: uppercase;
}
.filter-current .filter-label:after {
  content: ': ';
}
.filter-current .action.remove {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #333333;
}
.filter-current .action.remove:hover {
  color: #ef7a27;
}
.filter-current .action.clear {
  font-size: 13px;
  font-weight: 500;
}
.filter-current .action.clear:before {
  content: '\e91a';
  font-family: 'm2-icons';
  vertical-align: middle;
  font-weight: 400;
  display: inline-block;
  font-size: 13px;
  line-height: 10px;
}
.filter-current + .filter-actions {
  display: block;
  margin: 0 0 20px;
}
.sidebar .filter-current .action.remove {
  color: #333333;
}
.sidebar .filter-current .action.remove:before {
  color: #333333;
}
.sidebar .filter-current .action.remove:hover {
  color: #ef7a27;
}
.sidebar .filter-current .action.remove:hover:before {
  color: #ef7a27;
}
.catalog-filter-top .filter-actions {
  display: block;
}
.catalog-filter-top .filter.block .filter-content {
  display: block;
  padding: 0;
}
.catalog-filter-top .filter-subtitle {
  width: 100%;
}
.catalog-filter-top .filter-subtitle:after {
  display: table-cell;
  width: 1%;
  position: relative;
  right: -22px;
}
.catalog-filter-top .filter-subtitle.active {
  background: #939aa2;
  color: #ffffff;
  text-align: center;
}
.catalog-filter-top .filter-subtitle.active:after {
  display: none;
}
.catalog-filter-top .filter-current {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.catalog-filter-top .filter-options {
  font-size: 0;
}
.catalog-filter-top .filter-options.active {
  display: block;
}
.catalog-filter-top .filter-options-title {
  border-bottom: 0;
  padding: 0;
  text-transform: none;
}
.catalog-filter-top .filter-options-title:after {
  display: none;
}
.catalog-filter-top .filter-options-content {
  padding: 0;
  display: block;
}
.catalog-filter-top .filter-options-item {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  text-align: left;
}
.catalog-filter-top .filter-options .option-select {
  position: relative;
}
.catalog-filter-top .filter-options .option-select-title {
  background: #f5f5f5;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  text-transform: uppercase;
  color: #333333;
  display: block;
  font-weight: 600;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.catalog-filter-top .filter-options .option-select-title:after {
  content: '\e607';
  color: #333333;
  position: absolute;
}
.catalog-filter-top .filter-options .option-select-title.active + .option-select-content {
  z-index: 3;
  visibility: visible;
}
.catalog-filter-top .filter-options .option-select-content {
  background: #ebebeb;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: -1;
  visibility: hidden;
}
.catalog-filter-top .filter-options .jspScrollable {
  margin-right: -8px;
}
.catalog-filter-top .filter-options .jspVerticalBar {
  margin-right: -3px;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 0;
  vertical-align: top;
  padding: 3px 10px 0 0;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .action.split {
  background: none;
  color: #333333;
  letter-spacing: 0;
  height: auto;
  line-height: inherit;
  padding: 0;
  min-width: 0;
}
.wishlist.split.button .action.split:before {
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  content: "\f08a";
}
.wishlist.split.button .action.toggle {
  background: none;
  color: #333333;
  letter-spacing: 0;
  height: auto;
  line-height: inherit;
  padding: 0;
  min-width: 0;
}
.wishlist.split.button .action.toggle:before {
  border-left: 1px solid #c0c0c0;
  content: '';
  float: left;
  height: 15px;
  margin: 2px 5px 0 5px;
}
.wishlist.split.button .action.toggle:after {
  color: #333333;
  content: "\f107";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  line-height: inherit;
  margin: 0;
}
.wishlist.split.button .items {
  top: 100%;
  margin-top: 10px;
  min-width: 200px;
  padding: 5px;
  display: none;
}
.wishlist.split.button .items:before {
  top: 3px;
  border-width: 8px;
}
.wishlist.split.button .items:after {
  position: absolute;
  top: -14px;
  max-width: 110px;
}
.wishlist.split.button .item,
.wishlist-dropdown ul.dropdown li,
.giftregisty-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 20px;
}
.wishlist.split.button .item span,
.wishlist-dropdown ul.dropdown li span,
.giftregisty-dropdown ul.dropdown li span {
  display: inline;
  vertical-align: top;
  padding: 0;
  cursor: pointer;
}
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new,
.giftregisty-dropdown .action.new {
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  color: #333333;
  margin: 0;
  text-decoration: none;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before,
.giftregisty-dropdown .action.new:before {
  color: inherit;
  content: '\e61c';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  margin-left: -17px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 10px;
}
.wishlist-dropdown,
.giftregisty-dropdown,
.split.requisition-list-action {
  display: inline-block;
  position: relative;
}
.wishlist-dropdown.active .items,
.giftregisty-dropdown.active .items {
  display: block;
}
.wishlist-dropdown .action.toggle,
.giftregisty-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.wishlist-dropdown .action.toggle:after,
.giftregisty-dropdown .action.toggle:after {
  color: #333333;
  content: "\f107";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: inherit;
  margin: 0 0 0 5px;
}
.wishlist-dropdown ul.dropdown,
.giftregisty-dropdown ul.dropdown {
  display: none;
  padding: 5px;
  min-width: 200px;
  margin-top: 10px;
  top: 100%;
}
.wishlist-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before {
  border-width: 8px;
}
.wishlist.split.button .items,
.wishlist-dropdown ul.dropdown,
.giftregisty-dropdown ul.dropdown {
  text-align: left;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  top: 50%;
  display: inline-block;
}
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.block-wishlist-management .wishlist-select-items {
  margin: 0;
}
.block-wishlist-management .wishlist-select-items.active {
  display: block;
}
.block-wishlist-management .wishlist-select-items .item a {
  color: #333333;
  text-decoration: none;
  font-weight: 600;
  line-height: 18px;
}
.block-wishlist-management .wishlist-select-items .item a:hover {
  color: #333333;
}
.block-wishlist-management .wishlist-add.item .add:before {
  color: inherit;
  content: '\e61c';
  vertical-align: middle;
  font-weight: normal;
  margin-left: -15px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 10px;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  color: #a3a3a3;
  content: '\e629';
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  margin: 0 5px 0 0;
}
.block-wishlist-management .wishlist-toolbar-select {
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-dropdown.move,
.block-wishlist-management .giftregisty-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.copy ul.dropdown,
.block-wishlist-management .giftregisty-dropdown.copy ul.dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-dropdown.copy ul.dropdown:before,
.block-wishlist-management .giftregisty-dropdown.copy ul.dropdown:before {
  right: 20px;
  content: '';
  left: auto;
}
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title {
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 40px;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 22px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .input-text.qty {
  text-align: center;
  width: 54px;
  margin-right: 10px;
}
.table.table-comparison td.last .wishlist.split.button .items {
  left: auto;
  right: 0;
}
.table.table-comparison td.last .wishlist.split.button .items:before {
  left: auto;
  right: 10px;
}
.table.table-comparison .wishlist.split.button {
  padding: 5px 0 0;
}
.product-item-checkbox {
  display: inline-block;
}
.products-grid.wishlist {
  clear: both;
}
.products-grid.wishlist .form-wishlist-items > .actions-toolbar .primary .action {
  margin-right: 15px;
}
.product-addto-links .wishlist.split.button {
  float: left;
  margin: 20px 0;
}
.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
  position: relative;
  width: auto;
  height: auto;
  overflow: inherit;
}
.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip .tooltip.content {
  z-index: 600;
  left: 50%;
  min-width: 200px;
  border-radius: 5px;
  transform: translate(-50%, 0);
}
.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip span:hover {
  color: #ef7a27;
  position: relative;
}
.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip span:hover + .tooltip.content {
  display: block;
}
.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip span:hover:before {
  position: absolute;
  top: 23px;
  left: 50%;
  content: '';
  display: block;
  background: #ffffff;
  border-left: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  width: 11px;
  height: 11px;
  z-index: 601;
  transform: rotate(45deg);
}
.negotiable-quote-errors .message {
  padding: 0;
}
.form-quote-popup .actions-toolbar .secondary .cancel-quote-request {
  min-width: 100px;
}
.form-quote-popup {
  padding-bottom: 0;
}
.form-quote-popup .attachments-list .action-delete:hover:before,
.form-quote-popup .attachments-list .action-delete:active:before,
.form-quote-popup .attachments-list .action-delete:before {
  color: #ffffff;
}
.form-quote-popup .quote-attach-file {
  text-align: left;
}
.form-quote-popup .actions-toolbar .secondary {
  float: right;
}
.form-quote-popup .fieldset {
  margin: 0;
}
.order-links-block,
.quote-grid-filters-wrap {
  text-align: left;
  padding: 10px 0;
}
.negotiable-quote-quote-index .column.main .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td:before,
.negotiable-quote-quote-index .widget.block-viewed-products-grid .block-content .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td:before {
  min-width: 102px;
}
.negotiable-quote-quote-index .column.main .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td.data-grid-actions-cell:before,
.negotiable-quote-quote-index .widget.block-viewed-products-grid .block-content .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td.data-grid-actions-cell:before {
  display: none;
}
.popup-request-rules .modal-footer {
  padding-top: 15px;
}
.popup-request-rules button {
  margin-right: 15px;
  margin-top: 15px;
}
.quote-actions-toolbar a + a {
  padding: 0;
  margin: 0;
}
.quote-actions-toolbar .action {
  padding-right: 25px;
}
.quote-actions-toolbar .action,
.actions-toolbar.quote-actions-toolbar a.action + a.action {
  margin: 10px 0;
}
.quote-actions-toolbar ._disabled {
  display: inline-block;
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-table .field.qty .label {
  display: none;
}
.table-wrapper .quote-table-totals-wrap .table:not(.cart):not(.totals):not(.table-comparison) tbody td:before,
.table-wrapper .quote-table-totals-wrap .table:not(.cart):not(.totals):not(.table-comparison) tbody th:before {
  display: none;
}
.table-wrapper .quote-table-totals-wrap .table:not(.cart):not(.totals):not(.table-comparison) tbody tr {
  border-bottom: 0;
}
.quote-table-totals-wrap table td,
.quote-table-totals-wrap table th {
  border-bottom: 0;
}
.quote-details-items {
  margin-bottom: 35px;
}
.quote-details-items .actions-toolbar._disabled a {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.account .column.main .block:not(.widget).block-order-details-view.quote-shipping-info .block-content .box.box-order-billing-address,
.account .widget.block-viewed-products-grid .block-content .block:not(.widget).block-order-details-view.quote-shipping-info .block-content .box.box-order-billing-address {
  padding: 0;
  width: 100%;
  margin: 0;
}
.quote-shipping-info {
  clear: both;
}
.quote-shipping-info .edit {
  display: inline-block;
}
.quote-shipping-info .edit._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-shipping-info .box-actions {
  position: relative;
  margin: 10px 0 0;
}
.quote-shipping-info .box-actions .action {
  margin: 0 8px;
}
.quote-shipping-info .box-actions .action:first-child {
  margin-left: 0;
  padding-right: 12px;
  position: relative;
  margin-right: 5px;
}
.quote-shipping-info .box-actions .action:first-child:after {
  content: "";
  display: inline-block;
  background: #333333;
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 3px;
}
.quote-shipping-info .box-actions .action:last-child {
  margin-right: 0;
  margin-left: 0;
}
.quote-shipping-info .box-actions .action:last-child:after {
  display: none;
}
.action._disabled + .quote-shipping-info .box-actions:after {
  opacity: .5;
}
.quote-view-links {
  margin: 10px 0;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.block-comments .block-title {
  padding-bottom: 10px;
}
.block-comments .comments-field .comments-field-label {
  margin: 0 0 10px;
  display: block;
  font-weight: 600;
}
.block-comments .comments-field-control {
  margin-top: 7px;
}
.quote-attach-file {
  text-align: right;
}
.attachments-list {
  padding-top: 10px;
}
.attachments-list .attachments-item {
  padding-bottom: 5px;
}
.attachments-list .attachments-item span {
  padding-right: 5px;
}
.attachments-list .attachments-item .action-delete {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: 0;
  background: transparent;
  width: auto;
  min-width: 0;
  padding: 0;
}
.attachments-list .attachments-item .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachments-list .attachments-item .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #333333;
  content: '\e604';
  font-family: 'm2-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.attachments-list .attachments-item .action-delete:hover:before {
  color: #333333;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #333333;
}
.attachments-list .attachments-item .action-delete:hover:before {
  color: #ef7a27;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #333333;
  content: '\e900';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-attachment label:before {
  left: -20px;
  position: absolute;
  font-size: 16px;
}
.field-attachment.loading label {
  color: inherit;
  pointer-events: none;
}
.field-attachment:after {
  content: attr(data-progress);
  padding-left: 20px;
}
.field-attachment._disabled {
  opacity: .5;
  pointer-events: none;
}
.quote-view-buttons .action {
  margin-right: 15px;
}
.negotiable-quote-quote-print .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td.col.delete {
  display: none;
}
.negotiable-quote-quote-print .block-order-details-view .block-title,
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  padding-bottom: 10px;
}
.quote-comments-block .quote-block-title {
  margin-bottom: 10px;
}
.quote-comments-block .comments-block-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 10px;
  word-break: break-all;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 250px;
}
.quote-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.negotiable-quote-quote-view .quote-table-totals-wrap {
  background: #f5f5f5;
  padding: 0 10px 10px 0;
}
.negotiable-quote-quote-view .quote-table-totals {
  float: right;
  width: 55%;
}
.negotiable-quote-quote-view .quote-table-totals tr td,
.negotiable-quote-quote-view .quote-table-totals tr th {
  font-weight: 400;
  text-align: right;
}
.negotiable-quote-quote-view .quote-table-totals:not(.cart) tfoot {
  background: none;
}
.negotiable-quote-quote-view .quote-table-totals:not(.cart) tfoot > tr td {
  width: 10rem;
}
.negotiable-quote-quote-view .quote-table-totals:not(.cart) tfoot > tr th {
  text-align: left;
}
.negotiable-quote-quote-view .quote-table-totals:not(.cart) tfoot > tr:first-child td,
.negotiable-quote-quote-view .quote-table-totals:not(.cart) tfoot > tr:first-child th {
  border-top-width: 0;
  padding-top: 10px;
}
.negotiable-quote-quote-view .quote-table-totals .hidden {
  display: none;
}
.negotiable-quote-quote-view .quote-table-totals .toggle-action tr th,
.negotiable-quote-quote-view .quote-table-totals .toggle-action tr td {
  font-weight: 600;
  padding-bottom: 0;
}
.negotiable-quote-quote-view .collapsible-table {
  display: none;
  padding-bottom: 10px;
}
.negotiable-quote-quote-view .collapsible-table tbody tr:last-child td,
.negotiable-quote-quote-view .collapsible-table tbody tr:last-child th {
  padding-bottom: 0;
}
.negotiable-quote-quote-view .collapsible-table tbody td {
  padding-right: 0;
}
.negotiable-quote-quote-view .collapsible-table tbody th {
  padding-left: 0;
}
.negotiable-quote-quote-view .toggle-action td {
  padding-right: 0;
}
.negotiable-quote-quote-view .toggle-action th {
  padding-left: 0;
}
.negotiable-quote-quote-view .toggle-action .toggle {
  border: 0;
  padding: 0;
  cursor: pointer;
}
.negotiable-quote-quote-view .toggle-action .toggle:after {
  content: "\f107";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: inherit;
  margin: 0 0 0 5px;
}
.negotiable-quote-quote-view .toggle-action .toggle.active:after {
  content: "\f106";
}
.negotiable-quote-quote-view .quote-name {
  margin-top: 10px;
}
.negotiable-quote-quote-view .columns .page-title-wrapper .quote-date {
  margin-bottom: 0;
}
.negotiable-quote-quote-view .page-title-wrapper .quote-date + .quote-sales-rep {
  margin: 0;
}
.negotiable-quote-quote-view .product.data.items > .item.title > a {
  font-weight: 500;
}
.negotiable-quote-quote-view .product.data.items > .item.title.active > a,
.negotiable-quote-quote-view .product.data.items > .item.title.active:hover > a {
  color: #a8a8a8;
}
.negotiable-quote-quote-view .product.data.items > .item.title:hover > a {
  color: #ef7a27;
}
.negotiable-quote-quote-view .control.qty .action.update {
  display: none !important;
}
.negotiable-quote-quote-view .product-image-photo {
  border: 1px solid #c0c0c0;
}
.negotiable-quote-quote-print iframe,
.negotiable-quote-quote-print .product-label {
  display: none !important;
}
.negotiable-quote-quote-print .quote-name {
  margin-top: 10px;
  margin-bottom: 20px;
}
.negotiable-quote-quote-print .table.quote-table-items {
  margin-bottom: 40px;
}
.negotiable-quote-quote-print .quote-price-block .quote-block-title {
  margin: 0 0 20px;
}
.negotiable-quote-quote-print .quote-price-block .table {
  margin-bottom: 25px;
}
.negotiable-quote-quote-print .quote-block-content {
  width: calc(44%);
}
.negotiable-quote-quote-print .quote-block-content.catalog-price {
  float: left;
}
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals td strong,
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals th strong {
  font-weight: 400;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items thead .col.item,
.negotiable-quote-quote-print .quote-details-items .item .col.item {
  display: table-cell;
}
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead .col.delete,
.negotiable-quote-quote-print .quote-details-items .item .col.delete {
  display: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .product-item-name a,
.negotiable-quote-quote-print .quote-details-items .item .col .product-item-name a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .price,
.negotiable-quote-quote-print .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.negotiable-quote-quote-print .quote-details-items thead .col .input-text,
.negotiable-quote-quote-print .quote-details-items .item .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  border-color: #f5f5f5;
}
.negotiable-quote-quote-print .quote-details-items thead th,
.negotiable-quote-quote-print .quote-details-items .item th,
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  padding-left: 0;
}
.negotiable-quote-quote-print .quote-details-items table thead th.stock,
.negotiable-quote-quote-print .quote-details-items table td.stock,
.negotiable-quote-quote-print .quote-details-items table thead th.qty,
.negotiable-quote-quote-print .quote-details-items table td.qty {
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items tbody:last-child td {
  border-bottom: 1px solid #f5f5f5;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f5f5f5;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tbody {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  padding-left: 0;
  text-align: left;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-size: 1.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > th {
  border: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > td {
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] th {
  border-bottom: none;
  border-top: 1px solid #f5f5f5;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child td,
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child th {
  border-bottom: none;
  border-top: 1px solid #f5f5f5;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-details-items .quote-title {
  margin-bottom: 0 !important;
}
.negotiable-quote-quote-print .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody tr.hidden {
  display: none;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin: 0 0 35px;
}
@media print {
  body a,
  body a:visited {
    text-decoration: none !important;
  }
}
.block.newsletter {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 290px;
  color: #ffffff;
}
.block.newsletter .content {
  position: relative;
}
.block.newsletter h3 {
  color: #ffffff;
  margin-bottom: 9px;
}
.block.newsletter p {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.block.newsletter .form {
  display: table;
  width: 100%;
  max-width: none;
}
.block.newsletter input[type="email"] {
  font-size: 12px;
  line-height: 14px;
  max-width: 100%;
  padding-left: 6px;
  color: #333333;
}
.block.newsletter .field {
  margin: 0;
  width: 190px;
  margin-right: 5px;
  display: block;
  float: left;
}
.block.newsletter .field .label {
  font-weight: 600;
  color: #333333;
  display: block;
}
.block.newsletter .actions {
  display: block;
  float: left;
  width: 95px;
}
.block.newsletter .action.subscribe {
  min-width: 100%;
  padding: 0;
}
.block.newsletter div.mage-error[generated],
.block.newsletter .field .field-error {
  position: absolute;
  margin-top: 0;
  text-align: left;
  padding: 10px 0;
  width: 100%;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Forix/ecsupply/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Forix/ecsupply/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Forix/ecsupply/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Forix/ecsupply/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon {
  -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;
}
[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: 22px;
  font-size: 18px;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ef7a27;
  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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 22px;
  padding: 14px 17px;
  font-size: 18px;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 22px;
  padding: 14px 17px;
  font-size: 18px;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
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;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'],
.block-related-slider-wrapper [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: #333333;
  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 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 18px;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.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 {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.quickorder-index-index .page-title {
  font-size: 25px;
  line-height: 30px;
}
.quickorder-index-index .columns .column.main,
.quickorder-index-index .widget.block-viewed-products-grid .block-content,
.quickorder-index-index .columns .widget.block-viewed-products-grid .block-content {
  font-weight: 300;
}
.quickorder-index-index .column .form-addbysku {
  max-width: 568px;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields .field {
  margin-bottom: 0;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
  position: relative;
  z-index: 150;
}
.quickorder-index-index .fieldset .field.float-label:not(.choice) .label {
  position: relative;
  top: 0;
  left: 0;
}
.quickorder-index-index .field.upload.skus {
  margin-right: 25px;
  border-bottom: 1px solid #dddddd;
}
.quickorder-index-index .column .block-addbysku .block-content .box {
  width: 100%;
}
.quickorder-index-index .column .block-addbysku .block-content .box:nth-of-type(2n+1),
.quickorder-index-index .column .block-addbysku .block-content .box:nth-of-type(2n+2) {
  float: none;
  padding: 0;
}
.quickorder-index-index .fieldset > .fields > .field > .label {
  font-weight: 400;
  margin-bottom: 8px;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.quickorder-index-index .fields.additional.deletable-item {
  margin-bottom: 18px;
}
.quickorder-index-index textarea::-moz-placeholder {
  opacity: 1 !important;
  font-size: inherit !important;
  color: #333333 !important;
}
.quickorder-index-index textarea::-webkit-input-placeholder {
  opacity: 1 !important;
  font-size: inherit !important;
  color: #333333 !important;
}
.quickorder-index-index textarea:-ms-input-placeholder {
  opacity: 1 !important;
  font-size: inherit !important;
  color: #333333 !important;
}
.quickorder-index-index .column .block-addbysku .qty .qty {
  width: 60px;
}
.quickorder-index-index .fieldset > .fields > .field.qty > .label {
  text-transform: uppercase;
}
.quickorder-index-index .box-upload .fields.additional {
  border-top: 1px solid #dddddd;
  padding-top: 18px;
  margin-top: 6px;
  max-width: 543px;
  margin-bottom: 11px;
  margin-right: 0;
}
.quickorder-index-index .box-upload .fields.additional > .sku {
  padding-right: 0;
}
.quickorder-index-index .column .block-addbysku {
  padding: 10px 0 0;
}
.quickorder-index-index .column .block-addbysku .action.remove {
  display: none;
  display: inline-block;
  text-decoration: none;
}
.quickorder-index-index .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;
}
.quickorder-index-index .column .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 22px;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'm2-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quickorder-index-index .column .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action.remove:active:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action:active,
.quickorder-index-index .column .block-addbysku .action:not(:focus) {
  box-shadow: none;
}
.quickorder-index-index .column .block-addbysku .action.add {
  display: none;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 5px;
  position: relative;
  top: 0;
  vertical-align: top;
  z-index: 200;
  height: 35px;
  margin-left: 0;
}
.quickorder-index-index .column .block-addbysku .box-upload {
  margin-bottom: 23px;
}
.quickorder-index-index .column .block-addbysku .box-upload .actions-toolbar {
  margin-right: 25px;
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.quickorder-index-index .column .block-addbysku .deletable-item .label {
  display: none;
}
.quickorder-index-index .column .block-addbysku .deletable-item:last-child .remove {
  display: none;
}
.quickorder-index-index .column .block-addbysku .note {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
  display: inline-block;
}
.quickorder-index-index .column .block-addbysku .note p {
  margin-bottom: 0;
}
.quickorder-index-index .column .block-addbysku .note a {
  display: block;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  padding-top: 5px;
}
.quickorder-index-index .column .form-addbysku > .actions-toolbar {
  padding: 0;
}
.quickorder-index-index .column .fields.additional .block-addbysku {
  padding-right: 0;
}
.quickorder-index-index .upload .label {
  margin-bottom: 0;
}
.quickorder-index-index .upload .label + .note {
  margin-bottom: 5px;
  padding-top: 0;
}
.quickorder-index-index .upload-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
  float: right;
  margin-right: 0;
  margin-top: 10px;
  width: 125px;
}
.quickorder-index-index .upload-container:hover .file-upload {
  background: #333333;
  color: #ffffff;
}
.quickorder-index-index .upload-container .action-upload {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.quickorder-index-index .upload-container .file-upload {
  text-align: center;
  line-height: 34px;
  padding: 0;
  width: 100%;
  margin-right: 0 !important;
}
.quickorder-index-index .product-block {
  background-color: #f3f3f3;
}
.quickorder-index-index .product-block:not(:empty) {
  border: none;
}
.quickorder-index-index .product-block .product-info {
  display: inline-block;
  padding: 14px 14px 15px;
}
.quickorder-index-index .product-block .product-image {
  border: none;
  float: left;
  margin-right: 10px;
}
.quickorder-index-index .product-block .product-image img {
  display: block;
  max-width: 70px;
}
.quickorder-index-index .product-block .product-name,
.quickorder-index-index .product-block .product-item-name {
  overflow: hidden;
  padding: 0;
}
.quickorder-index-index .product-block .product-name .name,
.quickorder-index-index .product-block .product-name .price,
.quickorder-index-index .product-block .product-item-name .name,
.quickorder-index-index .product-block .product-item-name .price {
  font-weight: 500;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.quickorder-index-index .product-block .product-name .name,
.quickorder-index-index .product-block .product-item-name .name {
  display: inline-block;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.quickorder-index-index .product-block .product-name .name > a,
.quickorder-index-index .product-block .product-item-name .name > a {
  text-transform: uppercase;
}
.quickorder-index-index .product-error .message {
  margin: 10px 0 0 0;
}
.quickorder-index-index .product-error.general-error .message {
  margin-bottom: 10px;
}
.quickorder-index-index .product-error.general-error .message:last-child {
  margin-bottom: 25px;
}
.quickorder-index-index .field .ui-autocomplete .ui-menu-item {
  padding: 10px;
}
.quickorder-index-index ul.ui-front {
  z-index: 300;
}
.quickorder-index-index .ui-front .ui-helper-hidden-accessible {
  display: none;
}
.quickorder-index-index .ui-front > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.quickorder-index-index .ui-front > ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  right: 90px !important;
  width: auto !important;
}
.quickorder-index-index .ui-front > ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.quickorder-index-index .ui-front > ul li:first-child {
  border-top: none;
}
.quickorder-index-index .ui-front > ul li:hover,
.quickorder-index-index .ui-front > ul li.selected {
  background: #e8e8e8;
}
.quickorder-index-index .ui-front > ul li a {
  margin-right: 5px;
}
.quickorder-index-index .ui-front > ul li a:hover {
  color: inherit;
}
.quickorder-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
.block-requisition-list {
  display: inline;
  margin-bottom: 0;
}
.block-requisition-list.social-button {
  display: inline-block;
}
.product-addto-links .block-requisition-list.social-button {
  display: inline-block;
  padding: 10px 0;
}
.split.requisition-list-action .requisition-list-button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  min-width: 0;
  height: auto;
  line-height: inherit;
  padding: 0;
  color: #333333;
}
.split.requisition-list-action .requisition-list-button:hover {
  color: #ef7a27;
}
.product-addto-links .split.requisition-list-action .requisition-list-button.change:after {
  display: none;
}
.split.requisition-list-action .items {
  display: none;
  padding: 0;
  min-width: 150px;
  margin-top: 2px;
  top: 100%;
  color: #333333;
  text-align: left;
}
.split.requisition-list-action .items:before {
  border-width: 5px;
  right: -8px;
}
.split.requisition-list-action .item {
  margin: 0;
  padding: 5px 10px 5px 25px;
}
.split.requisition-list-action .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.split.requisition-list-action .item .action.new {
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  color: #333333;
  margin: 0;
  text-decoration: none;
  font-size: 13px;
}
.split.requisition-list-action .item .action.new:before {
  color: inherit;
  content: '\e61c';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  margin-left: -20px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 10px;
}
.split.requisition-list-action .item:hover {
  cursor: pointer;
}
.split.requisition-list-action .item:hover .item-name {
  color: #ef7a27;
}
.split.requisition-list-action .item:hover .action.new {
  color: #ef7a27;
}
.split.requisition-list-action.active .items {
  display: block;
}
.requisition-list-requisition-index .page-title-wrapper .page-title {
  display: inline-block;
  margin-right: 15px;
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.title-actions-links {
  display: inline-block;
}
.block-requisition-management .requisition-list-title h1 {
  display: inline-block;
  margin-right: 15px;
}
.block-requisition-management .requisition-info {
  float: left;
}
.block-requisition-management .requisition-toolbar-select,
.block-requisition-management .requisition-toolbar-actions {
  display: block;
}
.block-requisition-management .requisition-toolbar-select {
  text-align: right;
  margin-right: 15px;
}
.block-requisition-management .requisition-toolbar-actions button.remove-selected {
  text-decoration: none;
}
.requisition-toolbar-actions .block-requisition-list {
  margin-left: 15px;
}
.requisition-list-description {
  word-wrap: break-word;
  padding: 10px 0;
}
.requisition-view-links {
  display: inline-block;
  float: right;
}
.requisition-list-requisition-print .requisition-grid .product-item-image,
.requisition-list-requisition-print .requisition-grid .actions-toolbar {
  display: none;
}
.requisition-content table td .item-options dt,
.requisition-content table td .item.options dt,
.requisition-content table td .product.options.list dt,
.requisition-content table td .item.options dt,
.requisition-content table td .product.options.list dt {
  margin-right: 5px;
}
.requisition-content table td .item-options dt:after,
.requisition-content table td .item.options dt:after,
.requisition-content table td .product.options.list dt:after,
.requisition-content table td .item.options dt:after,
.requisition-content table td .product.options.list dt:after {
  display: none;
}
.requisition-content .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
  max-width: 50px;
  padding: 0;
}
.requisition-content .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox input[type="checkbox"] + label {
  top: -11px;
}
.requisition-content .col.actions .actions-toolbar .action.action-delete {
  display: inline-block;
  font: 0/0 a;
  text-decoration: none;
  vertical-align: middle;
}
.requisition-content .col.actions .actions-toolbar .action.action-delete:before {
  content: '\e91b';
  vertical-align: top;
  display: block;
  line-height: 1;
}
.requisition-content .col.actions {
  text-align: right;
}
.requisition-list-requisition-view .requisition-grid .col.number {
  display: none;
}
.requisition-list-requisition-view .requisition-grid .col.product {
  padding-left: 0;
}
.requisition-list-requisition-view .split.requisition-list-action .requisition-list-button {
  text-transform: capitalize;
}
.requisition-list-requisition-print .requisition-content table thead th.col-checkbox,
.requisition-list-requisition-print .requisition-content .col.actions {
  display: none;
}
.requisition-list-requisition-print .requisition-content .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
  max-width: 0;
  padding: 0;
}
.requisition-list-requisition-print .requisition-content .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox input[type="checkbox"] + label {
  display: none;
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
.block-reward-info {
  margin-bottom: 25px;
}
.block-reward-info .reward-balance {
  margin: 10px 0;
}
.block-reward-info .reward-rates,
.block-reward-info .reward-limit,
.block-reward-info .reward-expiring {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:last-child,
.block-reward-info .reward-limit:last-child,
.block-reward-info .reward-expiring:last-child {
  margin-bottom: 0;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.table-reward-history th.amount {
  border-bottom: 1px solid #dddddd;
  font-weight: 500;
  text-align: left;
  padding: 10px;
}
.reward-settings .fieldset {
  padding: 10px 0 0;
}
.reward-settings .fieldset > .field.choice > .label {
  display: inline-block;
}
.block-reward-history .pager {
  display: none;
}
.block-reward-history .reward-history + .pager {
  display: block;
  margin-bottom: 25px;
}
.block-reward-history .message.empty {
  margin-bottom: 20px;
}
.block-returns-items {
  margin: 0 0 10px;
}
.form-create-return .fieldset > .field.comment {
  margin-top: 20px;
}
.magento-rma-guest-returns .block-order-details-view .block-content {
  margin: 0 0 40px;
}
.sidebar .block-reorder .field.choice {
  float: left;
}
.sidebar .block-reorder .field.choice .label {
  display: block;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
  color: #333333;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 15px;
}
.order-actions-toolbar .action:hover {
  color: #ef7a27;
}
.order-actions-toolbar .action.print {
  display: block;
  float: right;
  margin-right: 0;
}
.order-links {
  border-bottom: 2px solid #ffffff;
  padding: 0 0 10px;
}
.order-links .item {
  float: left;
}
.order-links .item:last-child strong,
.order-links .item:last-child a {
  padding-right: 0;
}
.order-links .item strong,
.order-links .item a {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
}
.order-links .item a {
  text-decoration: none;
  line-height: inherit;
}
.order-links .item a:hover {
  color: #ef7a27;
}
.order-details-items {
  margin-bottom: 30px;
}
.order-details-items .order-title {
  margin: 0 0 10px;
}
.order-details-items .order-title strong,
.order-details-items .order-title a {
  margin-right: 15px;
}
.order-details-items tbody {
  border-bottom: 1px solid #c0c0c0;
  border-top: 0;
}
.order-details-items .data.table .col.options:before {
  display: none;
}
.order-details-items tr.options-label td:before {
  display: none !important;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .action.show {
  color: #333333;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.order-details-items .action.show:after {
  content: "\f107";
  margin-left: 5px;
  line-height: 24px;
  font-size: 24px;
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
}
.order-details-items .action.show.expanded:after {
  content: "\f106";
}
.order-details-items .action.show > span {
  display: none;
}
.order-details-items .order-gift-message,
.order-details-items .block-order-details-gift-message {
  display: none;
}
.order-details-items .order-gift-message.expanded-content,
.order-details-items .block-order-details-gift-message.expanded-content {
  display: block;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt,
.order-details-items .order-gift-message .product.options.list dt {
  font-weight: 400;
}
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after {
  content: ": ";
}
.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;
}
.column.main .order-details-items .block-order-details-gift-message,
.widget.block-viewed-products-grid .block-content .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-view .block-title {
  padding-bottom: 10px;
}
.block-order-details-view .block-content,
.block-return-details .block-content {
  margin: 0 -9px;
}
.block-order-details-view .payment-method .data.table td,
.block-order-details-view .payment-method .data.table th {
  vertical-align: top;
}
.block-order-details-view .payment-method .data.table td {
  text-align: right;
}
.sales-guest-view .block-order-details-view .block-content,
.sales-guest-shipment .block-order-details-view .block-content,
.sales-guest-creditmemo .block-order-details-view .block-content,
.sales-guest-invoice .block-order-details-view .block-content {
  margin: 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;
}
.order-tracking {
  margin: 0;
}
.order-tracking .tracking-title {
  display: inline-block;
  margin: 0 5px 0 0;
}
.order-tracking .tracking-content {
  display: inline-block;
}
.page.tracking .subtitle {
  margin: 0 0 10px;
}
.account .column.main .block:not(.widget).block-order-details-view .block-content .box,
.account .widget.block-viewed-products-grid .block-content .block:not(.widget).block-order-details-view .block-content .box,
.account .column.main .block:not(.widget).block-return-details .block-content .box,
.account .widget.block-viewed-products-grid .block-content .block:not(.widget).block-return-details .block-content .box {
  float: left;
  clear: none;
  padding: 0 9px;
  border: 0;
}
.sales-order-shipment table tbody td,
.sales-order-invoice table tbody td,
.sales-order-view table tbody td {
  vertical-align: top;
}
.sales-order-shipment table td .product-item-name,
.sales-order-invoice table td .product-item-name,
.sales-order-view table td .product-item-name,
.sales-order-shipment table td .product-item-details .product-item-name,
.sales-order-invoice table td .product-item-details .product-item-name,
.sales-order-view table td .product-item-details .product-item-name,
.sales-order-shipment table td .product-item-details .product-item-name,
.sales-order-invoice table td .product-item-details .product-item-name,
.sales-order-view table td .product-item-details .product-item-name {
  padding-top: 0;
}
.sales-order-shipment .page-main .page-title-wrapper .order-date,
.sales-order-shipment .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date {
  font-size: 13px;
}
.opc-wrapper .form-discount {
  max-width: 100%;
}
.block-search {
  float: right;
  z-index: 100;
}
.block-search:after {
  content: "";
  width: 1px;
  background: #e4eaef;
  height: 19px;
  margin: -19px -12px 0 0;
  float: right;
}
.block-search:hover .block-content {
  display: block;
}
.block-search:hover .block-title:before {
  color: #333333;
}
.block-search .block-title:before {
  font-size: 17px;
  line-height: 20px;
  color: #070606;
  content: '\f002';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}
.block-search .form.minisearch:before {
  border-bottom-style: solid;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid;
  border-color: transparent transparent #f5f5f5 transparent;
  z-index: 99;
  right: 102px;
  top: -20px;
}
.block-search .form.minisearch:after {
  content: '';
  height: 10px;
  position: absolute;
  width: 100px;
  z-index: 99;
  right: 63px;
  top: -20px;
}
.block-search .field.search input {
  background: #ffffff;
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  color: #333333;
  vertical-align: middle;
  border: 1px solid #c0c0c0;
  box-shadow: none;
  width: 100%;
  margin: 0;
}
.block-search .field.search input::-moz-placeholder {
  color: #333333;
  font-weight: 600;
  text-transform: none;
  opacity: 1;
}
.block-search .field.search input::-webkit-input-placeholder {
  color: #333333;
  font-weight: 600;
  text-transform: none;
  opacity: 1;
}
.block-search .field.search input:-ms-input-placeholder {
  color: #333333;
  font-weight: 600;
  text-transform: none;
  opacity: 1;
}
.block-search .actions button {
  position: absolute;
  display: inline-block;
  z-index: 1;
  padding-left: 10px;
  width: 40px;
  text-align: center;
  min-width: 0;
  opacity: 1 !important;
  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;
}
.block-search .actions button:focus,
.block-search .actions button:active {
  background: none;
  border: none;
}
.block-search .actions button:hover {
  background: none;
  border: none;
}
.block-search .actions button.disabled,
.block-search .actions button[disabled],
fieldset[disabled] .block-search .actions button {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .actions button:after {
  text-decoration: none;
  vertical-align: middle;
  content: '\f002';
  color: #333333;
  font-size: 17px;
  line-height: 17px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.block-search .actions button span {
  font: 0/0 a;
}
.block-search a {
  color: #333333;
}
.search-autocomplete {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-top: 0;
}
.search-autocomplete ul > li {
  border-top: 1px solid #c0c0c0;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul > li:first-child {
  border-top: 0;
}
.search-autocomplete ul > li.selected,
.search-autocomplete ul > li:hover {
  background: #ebebeb;
}
.search-autocomplete .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.searchautocomplete__autocomplete .empty-result {
  background: #ffffff;
}
.block-customer-login .actions-toolbar .action.action-register {
  text-align: center;
}
.mobile-search-icon {
  display: none;
}
.mobile-search-icon .action.search-toggle {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
.mobile-search-icon .action.search-toggle:hover,
.mobile-search-icon .action.search-toggle:focus {
  color: #ef7a27;
}
.mobile-search-icon .action.search-toggle .icon-search:before {
  content: '\f002';
  font-size: 17px;
}
.mobile-search-container {
  display: none;
  position: relative;
  width: 100%;
}
.mobile-sticky-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  padding: 15px;
}
.mobile-sticky-search .form.minisearch .field.search input {
  width: 100%;
  height: 30px;
  padding: 0 7px;
  border: 1px solid #C0C0C0;
  border-radius: 0;
  font-size: 12px;
  background: #ffffff;
  box-shadow: none;
}
.mobile-sticky-search .form.minisearch .field.search input::placeholder {
  color: #757575;
}
.sendfriend-product-send {
  height: auto;
}
.sendfriend-product-send .page-title {
  text-transform: none;
  font-weight: 700;
}
.sendfriend-product-send .send-email-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 26px;
  text-transform: uppercase;
  position: relative;
}
.sendfriend-product-send .close-btn-fancybox {
  color: #333333;
}
.sendfriend-product-send .close-btn-fancybox:hover {
  color: #ef7a27;
}
.sendfriend-product-send .close-btn-fancybox:after {
  color: inherit;
  position: absolute;
  top: 32px;
  right: 31px;
  content: '\e616';
  font-size: 20px;
  font-weight: 600;
  font-family: 'm2-icons';
  cursor: pointer;
}
.sendfriend-product-send .columns .column.main,
.sendfriend-product-send .widget.block-viewed-products-grid .block-content,
.sendfriend-product-send .columns .widget.block-viewed-products-grid .block-content {
  padding-bottom: 0;
}
.sendfriend-product-send .input-text::-moz-placeholder {
  opacity: 1 !important;
  font-size: inherit !important;
  color: #333333 !important;
}
.sendfriend-product-send .input-text::-webkit-input-placeholder {
  opacity: 1 !important;
  font-size: inherit !important;
  color: #333333 !important;
}
.sendfriend-product-send .input-text:-ms-input-placeholder {
  opacity: 1 !important;
  font-size: inherit !important;
  color: #333333 !important;
}
.sendfriend-product-send .action.remove:hover {
  color: #ef7a27 !important;
}
.fancybox-wrap.fancybox-mailto .fancybox-close {
  top: 32px;
  right: 31px;
  text-align: right;
  width: 20px;
  height: 20px;
  background: none;
  display: none;
}
.form.send.friend {
  max-width: 752px;
}
.form.send.friend .fieldset:nth-last-of-type(1) {
  margin: 0;
}
.form.send.friend .fieldset > .legend {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
}
.form.send.friend .fieldset .fields {
  font-size: 0;
}
.form.send.friend .fieldset .action.add {
  text-transform: capitalize;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
}
.form.send.friend .fieldset .action.add:before {
  content: '+';
  font-size: 15px;
  line-height: 18px;
  color: inherit;
  font-weight: inherit;
}
.form.send.friend .fieldset .message.notice {
  margin: 10px 0 0;
}
.form.send.friend #add-recipient-button {
  margin-top: 15px;
}
.form.send.friend > .actions-toolbar .action.submit {
  width: 150px;
}
.form.send.friend .recaptcha-wrap {
  margin-bottom: 15px;
}
.navigation > ul {
  margin: 0 -9px;
  padding: 0;
}
.navigation .content-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  height: 300px;
  z-index: 500;
}
.navigation .content-wrap .megamenu-content {
  margin: 0;
  position: absolute;
  width: 100%;
  background: #ffffff;
  z-index: 4;
  padding: 0;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.navigation .content-wrap .megamenu-content.swiped {
  opacity: 1;
  z-index: 10;
}
.navigation .content-wrap .right-sidebar {
  position: absolute;
  top: 0;
  left: 250px;
  width: 250px;
  height: 300px;
}
.navigation .nav-2 .content-wrap .megamenu-content,
.navigation .nav-3 .content-wrap .megamenu-content {
  position: relative;
}
.navigation .parent {
  display: table;
  width: 100%;
}
.navigation .opener {
  vertical-align: middle;
  width: 20px;
  cursor: pointer;
  text-align: center;
}
.navigation .opener:before {
  font-size: 22px;
  line-height: 22px;
  color: #5e7485;
  content: "\f105";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  margin: -6px 0 -1px 0;
}
.navigation .submenu,
.nav-sections .box-links .submenu {
  margin: 0;
  position: absolute;
  width: 100%;
  background: #ffffff;
  z-index: 4;
  padding: 0 10px 10px 25px;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.navigation .submenu.swiped,
.nav-sections .box-links .submenu.swiped {
  opacity: 1;
  z-index: 10;
}
.navigation a {
  font-weight: 400;
}
.navigation .nav-1 a,
.navigation .nav-2 a,
.navigation .nav-3 a {
  font-weight: 500;
}
.navigation ul.level0 {
  margin-bottom: 0;
}
.navigation li.level-top {
  text-align: left;
  position: relative;
}
.navigation li.level-top > ul.submenu.swiped {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 46px);
  height: 100%;
  border-top: none;
  padding: 0 15px;
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  transition: initial;
}
.navigation li.level-top > a {
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 29px;
}
.navigation li.level-top:hover > a {
  color: #ef7a27;
}
.navigation li.level1 a,
.navigation .megamenu-content .row a {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
}
.navigation li.level1 a:hover,
.navigation .megamenu-content .row a:hover {
  color: #ef7a27;
}
.navigation li.level1 .active a,
.navigation .megamenu-content .row .active a {
  color: #ef7a27;
}
.navigation li.level1 > a,
.navigation .megamenu-content .row > a,
.navigation li.level1 .nav-item > a,
.navigation .megamenu-content .row .nav-item > a {
  text-transform: capitalize;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
}
.navigation li.level-top.has-active > a,
.navigation li.active > a {
  color: #ef7a27;
}
.navigation .right-featured .featured-sub-title {
  z-index: 10;
  padding: 18px 0 4px 16px;
  color: #ffffff;
  font-size: 15px;
  display: block;
  position: relative;
  font-weight: 300;
  line-height: 18px;
}
.navigation .right-featured .featured-title {
  z-index: 10;
  padding-left: 16px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 21px;
}
.navigation .right-featured > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  max-height: 300px;
  display: block;
  z-index: 2;
}
.navigation .right-featured > a.abutton,
.navigation .right-featured > a.popup-authentication .block-new-customer .action-register,
.navigation .right-featured > a.checkout-success .action.continue,
.navigation .right-featured > a.checkout-onepage-success .registration.action,
.navigation .right-featured > a.checkout-onepage-success .column.main .action.continue,
.navigation .right-featured > a.magento-giftregistry-index-index .column.main .actions-toolbar .action.primary,
.navigation .right-featured > a.invitations .action.send,
.navigation .right-featured > a.review-list-title > .action.add-review,
.navigation .right-featured > a.main-slider .banner-link,
.navigation .right-featured > a.table.table-comparison .stock.available,
.navigation .right-featured > a.sidebar .block.block-contacts .contact-item:first-child p a,
.navigation .right-featured > a.filter-actions .action.clear,
.navigation .right-featured > a.block.newsletter .actions .action,
.navigation .right-featured > a.sidebar .block .action.tocart,
.navigation .right-featured > a.abutton1,
.navigation .right-featured > a.products-grid.wishlist .product-item-actions .action.tocart,
.navigation .right-featured > a.multishipping-checkout-success .registration.action,
.navigation .right-featured > a.multishipping-checkout-success .column.main .action.continue,
.navigation .right-featured > a.multicheckout.success .action.continue,
.navigation .right-featured > a.checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue,
.navigation .right-featured > a.magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary,
.navigation .right-featured > a.sub-top-menu > a {
  z-index: 10;
  position: absolute;
  left: 15px;
  right: 15px;
  text-align: center;
  bottom: 16px;
}
.navigation svg path {
  fill: #333333;
}
.navigation li.category-item:hover svg path,
.navigation li.category-item:hover svg rect {
  fill: #ef7a27;
}
.navigation li.category-item:hover .product-item-name a {
  color: #ef7a27;
}
.navigation li.nav-2 .megamenu-content,
.navigation li.nav-5 .megamenu-content {
  position: relative;
}
.navigation li.nav-2 .megamenu-content:after,
.navigation li.nav-5 .megamenu-content:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 23px;
  background-image: url("../../frontend/Forix/ecsupply/en_US/images/bg-dot-1.png");
  background-repeat: repeat-x;
  opacity: 0.13;
}
.navigation .flfilter-header li a {
  color: #333333;
}
.navigation .flfilter-header li a:hover {
  color: #ef7a27;
}
.navigation li.level-top.nav-2 .content-wrap .megamenu-content,
.navigation li.level-top.nav-5 .content-wrap .megamenu-content {
  text-align: center;
}
.navigation li.level-top.nav-5 .megamenu-footer {
  background: #fafafa;
}
.navigation li.level-top.nav-3 .content-wrap a:after {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  right: 7px;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}
.navigation li.level-top.nav-3 .content-wrap a:hover > span {
  color: #ef7a27;
}
.navigation li.level-top.nav-3 .content-wrap a:hover:after {
  display: none;
}
.menu-static,
.nav-sections .box-links {
  padding: 20px 10px 20px 40px;
  display: none;
}
.menu-static .opener,
.nav-sections .box-links .opener {
  vertical-align: middle;
  width: 20px;
  display: table-cell;
  cursor: pointer;
  text-align: center;
  float: right;
}
.menu-static .opener:before,
.nav-sections .box-links .opener:before {
  font-size: 22px;
  line-height: 22px;
  color: #5e7485;
  content: "\f105";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  margin: -5px 0 0;
}
.menu-static a,
.nav-sections .box-links a {
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  line-height: 18px;
}
.menu-static a:hover,
.nav-sections .box-links a:hover {
  color: #38ca73;
}
.menu-static .level-top,
.nav-sections .box-links .level-top {
  text-align: left;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.menu-static .level1,
.nav-sections .box-links .level1 {
  margin-bottom: 10px;
}
.menu-static .level1 > a,
.nav-sections .box-links .level1 > a {
  text-transform: none;
}
.menu-static .box-links .link-account:before,
.nav-sections .box-links .box-links .link-account:before {
  font-weight: normal;
  display: inline-block;
  content: '\e910';
  color: #070606;
  margin: 0 5px 0 -25px;
  float: left;
  font-size: 19px;
  line-height: 19px;
}
.nav-toggle,
.nav-toggle-close {
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 17px;
  position: absolute;
  top: 0;
  line-height: 46px;
  z-index: 1;
}
.nav-toggle:before,
.nav-toggle-close:before,
.main-nav .push-menu-close:before,
.minicart-wrapper .push-close:before,
.minilogin-wrapper .push-close:before {
  font-size: 16px;
  line-height: inherit;
  color: #333333;
  content: '\e609';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
}
.nav-toggle span,
.nav-toggle-close span {
  display: none;
}
.main-nav .back-link {
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  background: #ffffff;
  cursor: pointer;
  padding: 8px 0 7px;
  margin: 0;
  font-size: 14px;
  line-height: 29px;
}
.main-nav .back-link:before {
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f104";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  margin: -5px 5px 0 0;
}
.main-nav .back-link:hover {
  color: #ef7a27;
}
.main-nav .push-menu-close {
  position: fixed;
  width: 46px;
  height: 100%;
  right: 0;
  left: calc(100% - 46px);
  z-index: 102;
  top: 0;
  cursor: pointer;
}
.main-nav .push-menu-close:before,
.minicart-wrapper .push-close:before,
.minilogin-wrapper .push-close:before {
  font-size: 16px;
  color: #ffffff;
  content: '\e609';
  vertical-align: middle;
  display: inline-block;
  line-height: 46px;
  width: 100%;
  background: #2e86c0;
}
.nav-before-open {
  overflow: hidden;
}
.nav-before-open body {
  overflow: hidden;
}
.nav-before-open .page-wrapper {
  left: 0;
  -webkit-transition: left 0.7s;
  -moz-transition: left 0.7s;
  -ms-transition: left 0.7s;
  transition: left 0.7s;
  position: relative;
}
.nav-before-open .page-header {
  bottom: 0;
}
.nav-before-open .main-nav {
  position: fixed;
  width: calc(100% - 46px);
  max-height: 100%;
  min-height: 100%;
  top: 0;
  z-index: 500;
  left: 0;
  -webkit-transition: left 0.7s;
  -moz-transition: left 0.7s;
  -ms-transition: left 0.7s;
  transition: left 0.7s;
  display: block;
}
.nav-before-open .nav-sections {
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: left 0.7s;
  -moz-transition: left 0.7s;
  -ms-transition: left 0.7s;
  transition: left 0.7s;
}
.nav-before-open .push-menu-close {
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  -webkit-transition: right 0.7s;
  -moz-transition: right 0.7s;
  -ms-transition: right 0.7s;
  transition: right 0.7s;
}
.top-menu-section {
  display: none;
}
.nav-open.submenu .block-search {
  display: none;
}
.nav-open.submenu .navigation li.level-top {
  display: none;
}
.nav-open.submenu .navigation li.level-top.swiped {
  display: block;
}
.nav-open .section-item-content.nav-sections-item-content {
  height: 100%;
}
.nav-open .section-items.nav-sections-items {
  left: 0;
  right: 46px;
  top: 12px;
  bottom: 0;
  position: fixed;
  padding: 0 15px;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-open.level0 .section-items.nav-sections-items {
  top: 5px;
}
.nav-open.submenu.level0 .nav-sections {
  left: -100%;
}
.nav-open.submenu.level1 .nav-sections {
  left: -200%;
}
.nav-open.submenu.level3 .nav-sections {
  left: -400%;
}
.nav-open .navigation li.level-top:hover .content-wrap {
  opacity: 0;
  background: #ffffff;
}
.nav-open .navigation li.level-top:hover.swiped .content-wrap {
  opacity: 1;
  width: 100%;
  display: block;
  height: 100%;
  padding-bottom: 20px;
}
.nav-open .navigation li.nav-5 .megamenu-content {
  margin-bottom: 40px;
}
.nav-open .navigation li.nav-5 .megamenu-content:after {
  bottom: -30px;
}
.nav-open .main-category-featured-slider-wrapper ol > li {
  display: inline-block;
  width: 33.333%;
  text-align: center;
  margin-top: 15px;
}
.nav-open .menu-sale-content {
  margin: 16px -7px 0;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
}
.nav-open .menu-sale-content > li {
  width: 50%;
  padding: 0 7px;
  position: relative;
  line-height: 0;
  margin: 0 0 15px;
}
.nav-open .menu-sale-content > li.large-image {
  width: 100%;
}
.nav-open .menu-sale-content > li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 15px;
  width: 100%;
  font-size: 15px;
}
.nav-open .menu-sale-content > li img {
  width: 100%;
  height: 100%;
}
.nav-open .nav-2 .megamenu-footer {
  display: none;
}
.nav-open .navigation li.nav-2 .megamenu-content:after {
  display: none;
}
.nav-open body.searchautocomplete__active .block-search {
  width: 100%;
}
.nav-open .top-menu-section {
  display: block;
  float: left;
  margin: 7px -15px 0;
  padding: 16px 15px 20px;
  width: calc(100% + 30px);
  min-height: calc(100% - 231px);
  background-color: #d5d5d5;
}
.nav-open .top-menu-section > div {
  display: block;
  width: 100%;
}
.nav-open .top-menu-section ul > li {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
}
.nav-open .top-menu-section .info-quick-order {
  border-bottom: 1px solid #4b4b4b;
  margin-bottom: 9px;
}
.nav-open .top-menu-section .info-quick-order ul > li {
  margin-bottom: 11px;
}
.nav-open .top-menu-section .info-quick-order ul > li.opener .sub-top-menu {
  position: relative;
  box-shadow: none;
  background: none;
  padding: 15px 15px 0 0;
  top: initial;
  left: initial;
  display: block;
  width: 100%;
}
.nav-open .top-menu-section .info-quick-order a {
  color: #000000;
  font-size: 13px;
}
.nav-open .top-menu-section .info-quick-order a:hover,
.nav-open .top-menu-section .info-quick-order a:focus {
  color: #ef7a27;
}
.nav-open .top-menu-section .info-quick-order li.opener > a {
  color: #ef7a27;
}
.nav-open .top-menu-section .info-quick-order .sub-top-menu {
  display: none;
}
.nav-open .top-menu-section .info-quick-order .sub-top-menu > div {
  width: 100%;
}
.nav-open .top-menu-section .info-quick-order .sub-top-menu > div.info-detail {
  border-right: none;
  margin-bottom: 15px;
  padding-right: 0;
}
.nav-open .top-menu-section .info-quick-order .sub-top-menu > div.info-sub-menu {
  padding-left: 0;
}
.nav-open .top-menu-section .info-quick-order .sub-top-menu .info-detail > span {
  color: #ffffff;
}
.nav-open .top-menu-section .info-quick-order .sub-top-menu a {
  color: #ffffff;
  font-size: 13px;
  margin-top: 0;
}
.nav-open .top-menu-section .info-quick-order .sub-top-menu > a {
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid #ffffff;
  max-width: 300px;
  display: none;
}
.nav-open .top-menu-section .info-quick-order .sub-top-menu > a:hover,
.nav-open .top-menu-section .info-quick-order .sub-top-menu > a:focus {
  background: #ef7a27;
  border-color: #ef7a27;
}
.nav-open .top-menu-section .info-quick-order .sub-top-menu > a > span {
  color: #ffffff;
  font-size: 11px;
}
.nav-open .top-menu-section .info-shipping ul > li {
  line-height: 25px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.nav-open .top-menu-section .info-shipping ul > li a {
  font-size: inherit;
}
.nav-open .top-menu-section .info-shipping ul > li:after {
  display: none;
}
.navigation .submenu .shopall-link,
.nav-sections .box-links .submenu .shopall-link {
  display: none;
}
.shopall-link {
  text-align: left;
}
.navigation .level0.swiped .content-wrap {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  z-index: 100;
  margin-top: 7px;
  border-top: 1px solid #d0d0d0;
  display: block;
}
.navigation .level0.swiped .content-wrap .megamenu-content {
  border-top: none !important;
  position: relative;
  padding-bottom: 15px;
}
.navigation .level0.swiped .content-wrap h3 {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
.navigation .level0.swiped .content-wrap .right-sidebar {
  position: relative;
  left: 0;
  z-index: 500;
  margin: 0 -3px;
}
.navigation .level0.swiped .flfilter-header {
  margin-right: -16px;
}
.navigation .level0.swiped .flfilter-header > ul {
  display: inline;
}
.navigation .level0.swiped .flfilter-header > ul li {
  margin-right: 14px;
  line-height: 35px;
}
.navigation .level0.swiped .flfilter-header > ul li > a {
  font-size: 16px;
}
.navigation li.level-top.swiped.nav-1:hover .content-wrap .megamenu-content,
.navigation li.level-top.swiped.nav-4:hover .content-wrap .megamenu-content,
.navigation li.level-top.swiped.nav-6:hover .content-wrap .megamenu-content,
.navigation li.level-top.swiped.nav-7:hover .content-wrap .megamenu-content {
  position: relative;
  width: 100%;
  z-index: 500;
  padding-bottom: 15px;
  height: auto;
  box-shadow: none;
}
.page-title {
  margin: 0;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
}
.box-socials a {
  background: none;
  display: block;
  text-align: center;
  color: #ffffff;
  font: 0/0 a;
}
.box-socials a:hover {
  opacity: 0.8;
}
.box-socials a:before {
  content: '\e935';
  font-family: 'm2-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
.box-socials li {
  vertical-align: top;
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}
.box-socials li:last-child {
  margin-right: 0;
}
.box-socials li.twitter a:before {
  content: '\e935';
}
.box-socials li.facebook a:before {
  content: '\e923';
}
.box-socials li.instagram a:before {
  content: '\e927';
  font-size: 19px;
}
.box-socials li.google a:before {
  content: '\e926';
  font-size: 19px;
}
.box-socials li.youtube a:before {
  content: '\e938';
  font-size: 23px;
}
.addthis_inline_share_toolbox {
  vertical-align: middle;
}
.at-style-responsive .at-share-btn svg,
.at-resp-share-element .at-share-btn svg {
  width: 25px !important;
  height: 25px !important;
}
.at-style-responsive .at-share-btn > span,
.at-resp-share-element .at-share-btn > span {
  display: none;
}
.at-style-responsive .at-share-btn:hover svg path,
.at-resp-share-element .at-share-btn:hover svg path {
  -webkit-fill: #ef7a27;
  -moz-fill: #ef7a27;
  -ms-fill: #ef7a27;
  fill: #ef7a27;
}
.at-style-responsive .at-share-btn.mailto:last-child,
.at-resp-share-element .at-share-btn.mailto:last-child {
  margin-bottom: 0 !important;
  background: none !important;
  color: #333333;
}
.at-style-responsive .at-share-btn.mailto:last-child:hover,
.at-resp-share-element .at-share-btn.mailto:last-child:hover {
  color: #ef7a27;
}
.at-style-responsive .at-share-btn.mailto:last-child .at-icon-wrapper,
.at-resp-share-element .at-share-btn.mailto:last-child .at-icon-wrapper {
  display: none !important;
}
.at-style-responsive .at-share-btn.mailto:last-child:before,
.at-resp-share-element .at-share-btn.mailto:last-child:before {
  content: "\f003";
  font-family: 'm2-icons';
  color: inherit;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 19px;
}
.addthis_toolbox .addthis_button_facebook,
.addthis_toolbox .addthis_button_twitter,
.addthis_toolbox .addthis_button_pinterest_share {
  margin: 0;
  padding: 0 !important;
  float: left;
}
.addthis_toolbox .addthis_button_facebook > span,
.addthis_toolbox .addthis_button_twitter > span,
.addthis_toolbox .addthis_button_pinterest_share > span {
  display: none;
}
.addthis_toolbox .addthis_button_facebook:before,
.addthis_toolbox .addthis_button_twitter:before,
.addthis_toolbox .addthis_button_pinterest_share:before {
  font-family: 'm2-icons';
  font-size: 17px;
  color: #333333;
  display: block;
  float: left;
}
.addthis_toolbox .addthis_button_facebook:hover:before,
.addthis_toolbox .addthis_button_twitter:hover:before,
.addthis_toolbox .addthis_button_pinterest_share:hover:before {
  color: #ef7a27;
}
.addthis_toolbox .addthis_button_facebook {
  margin: 0 18px 0 10px;
}
.addthis_toolbox .addthis_button_facebook:before {
  content: '\e923';
  font-size: 17px;
  padding-top: 1px;
}
.addthis_toolbox .addthis_button_twitter {
  margin-right: 18px;
}
.addthis_toolbox .addthis_button_twitter:before {
  content: '\e935';
  font-size: 18px;
  padding-top: 1px;
}
.addthis_toolbox .addthis_button_pinterest_share:before {
  content: "\f231";
  font-size: 18px;
  padding-top: 1px;
}
.addthis_inline_share_toolbox {
  margin: 0;
  padding: 0;
  border: none;
}
.share-container .at-share-btn-elements > a,
.share-container .at-share-btn-elements .at-share-btn {
  float: left;
  width: auto;
  margin: 0 !important;
  padding: 0 11px 0 0;
}
.share-container .at-share-btn-elements > a:hover,
.share-container .at-share-btn-elements .at-share-btn:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.share-container .at-share-btn-elements > a .at-icon-wrapper,
.share-container .at-share-btn-elements .at-share-btn .at-icon-wrapper {
  float: right;
  width: 25px !important;
  height: 25px !important;
}
.share-container .at-share-btn-elements > a .at-label,
.share-container .at-share-btn-elements .at-share-btn .at-label {
  display: none;
}
.forix-abs-account-blocks:last-child,
.account .column.main .block-dashboard-orders:last-child,
.account .column.main .block-dashboard-info:last-child,
.account .column.main .block-dashboard-addresses:last-child,
.account .column.main .block-reviews-dashboard:last-child,
[class^="sales-guest-"] .column.main .block:not(.widget):last-child,
.sales-guest-view .column.main .block:not(.widget):last-child,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders:last-child,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info:last-child,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses:last-child,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard:last-child,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget):last-child,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget):last-child {
  border-bottom: none;
}
.forix-abs-account-blocks .block-title,
.block-billing-agreements-view .block-title,
.account .column.main .block-dashboard-orders .block-title,
.account .column.main .block-dashboard-info .block-title,
.account .column.main .block-dashboard-addresses .block-title,
.account .column.main .block-reviews-dashboard .block-title,
.block-addresses-default .block-title,
.block-addresses-list .block-title,
.storecredit .block .block-title,
.customer-review .review-details .title,
.form-edit-role .block-title,
.block-dashboard-company .block-title,
.block-company-profile-account .block-title,
.block-company-profile-address .block-title,
.block-company-profile-contacts .block-title,
.block-company-profile-payment-methods .block-title,
.negotiable-quote-quote-view .block-comments .block-title,
.negotiable-quote-quote-print .quote-details-items .quote-title,
.negotiable-quote-quote-print .quote-block-title,
.block-reward-info .block-title,
.block-reward-history .block-title,
.block-returns-items .block-title,
.block-returns-comments .block-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title,
.block-order-details-view .block-title,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-title,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-title,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-title,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-title,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title {
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 21px;
  padding-bottom: 17px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
.forix-abs-account-blocks .block-title strong,
.block-billing-agreements-view .block-title strong,
.account .column.main .block-dashboard-orders .block-title strong,
.account .column.main .block-dashboard-info .block-title strong,
.account .column.main .block-dashboard-addresses .block-title strong,
.account .column.main .block-reviews-dashboard .block-title strong,
.block-addresses-default .block-title strong,
.block-addresses-list .block-title strong,
.storecredit .block .block-title strong,
.customer-review .review-details .title strong,
.form-edit-role .block-title strong,
.block-dashboard-company .block-title strong,
.block-company-profile-account .block-title strong,
.block-company-profile-address .block-title strong,
.block-company-profile-contacts .block-title strong,
.block-company-profile-payment-methods .block-title strong,
.block-reward-info .block-title strong,
.block-reward-history .block-title strong,
.block-returns-items .block-title strong,
.block-returns-comments .block-title strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title strong,
.sales-guest-view .column.main .block:not(.widget) .block-title strong,
.block-order-details-view .block-title strong,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-title strong,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-title strong,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-title strong,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-title strong,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title strong,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title strong {
  margin-right: 18px;
}
.forix-abs-account-blocks .block-title .action,
.block-billing-agreements-view .block-title .action,
.account .column.main .block-dashboard-orders .block-title .action,
.account .column.main .block-dashboard-info .block-title .action,
.account .column.main .block-dashboard-addresses .block-title .action,
.account .column.main .block-reviews-dashboard .block-title .action,
.block-addresses-default .block-title .action,
.block-addresses-list .block-title .action,
.storecredit .block .block-title .action,
.multicheckout .box .box-title .action,
.multicheckout .block-billing .box .box-title .action,
.multicheckout .block.block-other .box-title .action,
.customer-review .review-details .title .action,
.form-edit-role .block-title .action,
.block-dashboard-company .block-title .action,
.block-company-profile-account .block-title .action,
.block-company-profile-address .block-title .action,
.block-company-profile-contacts .block-title .action,
.block-company-profile-payment-methods .block-title .action,
.block-reward-info .block-title .action,
.block-reward-history .block-title .action,
.block-returns-items .block-title .action,
.block-returns-comments .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,
.block-order-details-view .block-title .action,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-title .action,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-title .action,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-title .action,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-title .action,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title .action,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title .action {
  vertical-align: middle;
  display: inline-block;
  margin-top: -4px;
  line-height: 16px;
}
.forix-abs-account-blocks .block-content .box,
.account .column.main .block .block-content .box,
.account .column.main .block-dashboard-orders .block-content .box,
.account .column.main .block-dashboard-info .block-content .box,
.account .column.main .block-dashboard-addresses .block-content .box,
.account .column.main .block-reviews-dashboard .block-content .box,
.block-addresses-list .items > .item,
.storecredit .block .block-content .box,
.company-profile-payment-methods .payment-methods-label,
.block-return-details .box,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box,
.block-order-details-view .box,
.account .widget.block-viewed-products-grid .block-content .block .block-content .box,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-content .box,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-content .box,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-content .box,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-content .box,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box {
  padding-top: 10px;
}
.forix-abs-account-blocks .block-content .box address,
.account .column.main .block .block-content .box address,
.account .column.main .block-dashboard-orders .block-content .box address,
.account .column.main .block-dashboard-info .block-content .box address,
.account .column.main .block-dashboard-addresses .block-content .box address,
.account .column.main .block-reviews-dashboard .block-content .box address,
.block-addresses-list .items > .item address,
.storecredit .block .block-content .box address,
.block-return-details .box address,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box address,
.sales-guest-view .column.main .block:not(.widget) .block-content .box address,
.block-order-details-view .box address,
.account .widget.block-viewed-products-grid .block-content .block .block-content .box address,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-content .box address,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-content .box address,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-content .box address,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-content .box address,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box address,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box address {
  font-weight: 300;
}
.forix-abs-account-blocks .block-content .box address a,
.account .column.main .block .block-content .box address a,
.account .column.main .block-dashboard-orders .block-content .box address a,
.account .column.main .block-dashboard-info .block-content .box address a,
.account .column.main .block-dashboard-addresses .block-content .box address a,
.account .column.main .block-reviews-dashboard .block-content .box address a,
.block-addresses-list .items > .item address a,
.storecredit .block .block-content .box address a,
.block-return-details .box address a,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box address a,
.sales-guest-view .column.main .block:not(.widget) .block-content .box address a,
.block-order-details-view .box address a,
.account .widget.block-viewed-products-grid .block-content .block .block-content .box address a,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-content .box address a,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-content .box address a,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-content .box address a,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-content .box address a,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box address a,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box address a {
  font-weight: inherit;
}
.forix-abs-account-blocks .box .box-title,
.account .column.main .block-dashboard-orders .box .box-title,
.account .column.main .block-dashboard-info .box .box-title,
.account .column.main .block-dashboard-addresses .box .box-title,
.account .column.main .block-reviews-dashboard .box .box-title,
.block-addresses-default .box-title,
.multicheckout .gift-message > .legend,
.multicheckout .block-shipping .box .box-title,
.multicheckout .block-billing .box .box-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.block-company-profile-account .box-title,
.block-company-profile-address .box-title,
.block-company-profile-contacts .block-title,
.block-company-profile-payment-methods .block-title,
.company-profile-payment-methods .payment-methods-label,
.block-company-profile-contacts .block-content .box-title,
.block-return-details .box .box-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .box .box-title,
.sales-guest-view .column.main .block:not(.widget) .box .box-title,
.block-order-details-view .box .box-title,
.company-account-index .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-title,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-title,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-title,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-title,
.company-account-index .columns .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-title,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-title {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 12px;
}
.forix-abs-account-blocks .box .box-content p,
.account .column.main .block-dashboard-orders .box .box-content p,
.account .column.main .block-dashboard-info .box .box-content p,
.account .column.main .block-dashboard-addresses .box .box-content p,
.account .column.main .block-reviews-dashboard .box .box-content p,
.block-addresses-default .box-content p,
.storecredit .block .block-content p,
.multicheckout .block-shipping .box .box-content p,
.multicheckout .block-billing .box .box-content p,
.block-company-profile-account .box-content p,
.block-company-profile-address .box-content p,
.block-company-profile-payment-methods .block-content p,
.block-return-details .box .box-content p,
[class^="sales-guest-"] .column.main .block:not(.widget) .box .box-content p,
.sales-guest-view .column.main .block:not(.widget) .box .box-content p,
.block-order-details-view .box .box-content p,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-content p,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-content p,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-content p,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-content p,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-content p,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-content p {
  font-weight: 300;
}
.forix-abs-account-blocks .box .box-content p:last-child,
.account .column.main .block-dashboard-orders .box .box-content p:last-child,
.account .column.main .block-dashboard-info .box .box-content p:last-child,
.account .column.main .block-dashboard-addresses .box .box-content p:last-child,
.account .column.main .block-reviews-dashboard .box .box-content p:last-child,
.block-addresses-default .box-content p:last-child,
.storecredit .block .block-content p:last-child,
.multicheckout .block-shipping .box .box-content p:last-child,
.multicheckout .block-billing .box .box-content p:last-child,
.block-company-profile-account .box-content p:last-child,
.block-company-profile-address .box-content p:last-child,
.block-company-profile-payment-methods .block-content p:last-child,
.block-return-details .box .box-content p:last-child,
[class^="sales-guest-"] .column.main .block:not(.widget) .box .box-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .box .box-content p:last-child,
.block-order-details-view .box .box-content p:last-child,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-content p:last-child,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-content p:last-child,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-content p:last-child,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-content p:last-child,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-content p:last-child,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-content p:last-child {
  margin-bottom: 0;
}
.forix-abs-account-blocks .box .box-actions .action,
.account .column.main .block-dashboard-orders .box .box-actions .action,
.account .column.main .block-dashboard-info .box .box-actions .action,
.account .column.main .block-dashboard-addresses .box .box-actions .action,
.account .column.main .block-reviews-dashboard .box .box-actions .action,
.block-addresses-list .item .actions .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box .box-actions .action,
.sales-guest-view .column.main .block:not(.widget) .box .box-actions .action,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-actions .action,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-actions .action,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-actions .action,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-actions .action,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions .action,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions .action {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.forix-abs-account-blocks .box .box-actions .action:last-child,
.account .column.main .block-dashboard-orders .box .box-actions .action:last-child,
.account .column.main .block-dashboard-info .box .box-actions .action:last-child,
.account .column.main .block-dashboard-addresses .box .box-actions .action:last-child,
.account .column.main .block-reviews-dashboard .box .box-actions .action:last-child,
.block-addresses-list .item .actions .action:last-child,
[class^="sales-guest-"] .column.main .block:not(.widget) .box .box-actions .action:last-child,
.sales-guest-view .column.main .block:not(.widget) .box .box-actions .action:last-child,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-actions .action:last-child,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-actions .action:last-child,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-actions .action:last-child,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-actions .action:last-child,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions .action:last-child,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions .action:last-child {
  margin-right: 0;
}
.forix-abs-account-blocks .box .box-actions .action + .action,
.account .column.main .block-dashboard-orders .box .box-actions .action + .action,
.account .column.main .block-dashboard-info .box .box-actions .action + .action,
.account .column.main .block-dashboard-addresses .box .box-actions .action + .action,
.account .column.main .block-reviews-dashboard .box .box-actions .action + .action,
.block-addresses-list .item .actions .action + .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box .box-actions .action + .action,
.sales-guest-view .column.main .block:not(.widget) .box .box-actions .action + .action,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-actions .action + .action,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-actions .action + .action,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-actions .action + .action,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-actions .action + .action,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions .action + .action,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions .action + .action {
  margin-left: 10px;
}
.forix-abs-account-blocks .box .box-actions .action + .action:before,
.account .column.main .block-dashboard-orders .box .box-actions .action + .action:before,
.account .column.main .block-dashboard-info .box .box-actions .action + .action:before,
.account .column.main .block-dashboard-addresses .box .box-actions .action + .action:before,
.account .column.main .block-reviews-dashboard .box .box-actions .action + .action:before,
.block-addresses-list .item .actions .action + .action:before,
[class^="sales-guest-"] .column.main .block:not(.widget) .box .box-actions .action + .action:before,
.sales-guest-view .column.main .block:not(.widget) .box .box-actions .action + .action:before,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-actions .action + .action:before,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-actions .action + .action:before,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-actions .action + .action:before,
.account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-actions .action + .action:before,
[class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions .action + .action:before,
.sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions .action + .action:before {
  top: 2px;
  left: -10px;
  display: inline-block;
  position: absolute;
  background: #333333;
  width: 1px;
  content: '';
}
.pager .toolbar-amount {
  background: #f5f5f5;
  padding: 0 10px;
  display: none;
}
.pager .limiter,
.account .toolbar.bottom > .limiter {
  float: left;
  margin-left: 10px;
  display: none;
}
.toolbar {
  text-align: center;
  clear: both;
  font-weight: 700;
}
.modes {
  padding: 10px 0;
}
.modes-label {
  color: #333333;
  display: inline-block;
  line-height: 22px;
}
.modes-mode {
  display: inline-block;
  text-decoration: none;
  width: 22px;
  height: 22px;
  vertical-align: top;
  margin: 0 5px;
}
.modes-mode:before {
  font-size: 18px;
  display: block;
  vertical-align: top;
}
.modes-mode.mode-grid:before {
  content: '\e60d';
}
.modes-mode.mode-list:before {
  content: '\e60b';
}
.toolbar-amount {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 13px;
  line-height: 30px;
  color: #333333;
  font-weight: 500;
}
.limiter-label {
  font-weight: 700;
  margin-right: 10px;
  color: #333333;
  display: inline-block;
}
.limiter .control {
  display: inline-block;
}
.limiter select {
  width: auto;
  border-top: 0;
  background-color: transparent;
  border-bottom: 0;
  min-width: 90px;
  font-weight: 600;
}
.limiter .limiter-text {
  padding-left: 10px;
  color: #333333;
}
.toolbar-sorter {
  float: right;
}
.toolbar-sorter .sorter-label {
  display: inline-block;
  color: #333333;
}
.toolbar-sorter .sorter-options {
  padding: 0 7px;
  width: 110px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c0c0c0;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}
.sorter-action {
  display: none;
  text-decoration: none;
  vertical-align: middle;
  color: #333333;
}
.sorter-action:hover {
  color: #333333;
}
.sorter-action:before {
  content: '\e613';
  display: block;
  font-size: 16px;
}
.box-group {
  padding: 15px 0 0 0;
  width: 100%;
  text-align: left;
}
.box-group .amasty-catalog-topnav {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
  border-top: 1px solid #dddddd;
}
.pages {
  background: #f5f5f5;
}
.pages .pages-label {
  color: #333333;
  font-weight: 500;
  vertical-align: top;
  padding-right: 15px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  font-weight: 500;
  z-index: 1;
  position: relative;
  padding: 0;
}
.pages .items a.page,
.pages .items strong.page {
  display: inline-block;
  line-height: 30px;
}
.pages .items a.page {
  font-weight: 400;
}
.pages .items strong.page {
  font-weight: 500;
}
.pages .items strong.page {
  letter-spacing: normal;
}
.pages .items .item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  background: #f5f5f5;
  padding: 0 7px;
  width: 45px;
}
.pages .items .item.current {
  color: #ef7a27;
}
.pages .items .action {
  color: #333333;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
  font: 0/0 a;
}
.pages .items .action:hover {
  color: #ef7a27;
}
.pages .items .action:before {
  text-align: center;
  margin: 0;
  font-family: 'm2-icons';
  content: '\e617';
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.pages .items .action.previous {
  display: inline-block;
  text-decoration: none;
  margin-right: 0;
}
.pages .items .action.next {
  display: inline-block;
  text-decoration: none;
  margin-left: 0;
}
.pages .items .action.next:before {
  content: '\e608';
}
.toolbar-bottom {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.toolbar .dropdown-select {
  display: none;
  position: relative;
  width: auto;
}
.toolbar .dropdown-select .action-label {
  color: #333333;
  font-weight: 600;
  margin-bottom: 5px;
}
.toolbar .dropdown-select .option-select-title {
  background: #f5f5f5;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  text-transform: uppercase;
  color: #333333;
  display: block;
  font-weight: 600;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.toolbar .dropdown-select .option-select-title:after {
  content: '\e607';
  color: #333333;
  position: absolute;
}
.toolbar .dropdown-select .option-select-content {
  background: #ebebeb;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: -1;
  visibility: hidden;
}
.toolbar .dropdown-select .option-select-title.active + .option-select-content {
  z-index: 3;
  visibility: visible;
}
.toolbar .dropdown-select li {
  line-height: 18px;
  font-weight: 700;
  color: #333333;
}
.toolbar .dropdown-select li a {
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #767676;
}
.toolbar .dropdown-select li a.selected,
.toolbar .dropdown-select li a:hover {
  font-weight: 700;
  color: #333333;
}
.toolbar-sorter .sorter-action.sort-desc:before {
  content: '\e614';
}
.catalog-filter-top .toolbar .dropdown-select {
  display: block;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px;
}
.filter-options-content .am-show-more {
  display: none;
}
.swatch-option {
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swatch-option.white {
  border: #dddddd;
}
.swatch-option.disabled {
  cursor: default;
  opacity: 0.4;
}
.swatch-option.color.selected,
.swatch-option.color:hover {
  border: 1px solid #333333;
}
.swatch-option.image {
  border: 1px solid #D0D0D0;
  margin-left: -1px;
  margin-right: 0;
  z-index: 10;
}
.swatch-option.image:first-child {
  margin-left: 0;
}
.swatch-option.image.selected {
  border: 1px solid #333333;
  z-index: 100;
}
.swatch-option.text {
  border: 1px solid #767676;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  background: none;
  line-height: 21px;
  min-width: 30px;
  padding: 5px;
  margin: 0 10px 10px 0;
}
.swatch-option.text.selected,
.swatch-option.text:hover {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
  outline: none;
}
.filter-options .swatch-attribute {
  margin-left: -3px;
  margin-right: -3px;
  width: calc(100% + 6px);
  font-size: 0;
  line-height: 0;
}
.filter-options .swatch-attribute .swatch-option.text {
  margin: 5px 2px 0 3px;
  padding: 8px 0;
  width: 41px;
  height: 41px;
  color: #808080;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  border: 1px solid #C0C0C0;
}
.filter-options .swatch-attribute .swatch-option.text .attr-value {
  display: block;
}
.filter-options .swatch-attribute .swatch-option.text .attr-label {
  clear: both;
  text-transform: capitalize;
}
.filter-options .swatch-attribute .swatch-option.text.selected,
.filter-options .swatch-attribute .swatch-option.text:hover {
  background-color: transparent;
  color: #333333;
  border-color: #333333;
}
.filter-options .swatch-attribute.ec_ohms .swatch-option.text {
  padding: 2px 0;
  display: table-cell;
  vertical-align: middle;
}
.swatch-option-tooltip {
  max-width: 80px;
  max-height: 100%;
  min-height: 20px;
  min-width: 60px;
  position: absolute;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  display: none;
  z-index: 999;
  text-align: center;
}
.swatch-option-tooltip .title {
  max-width: 80px;
  min-height: 20px;
  max-height: 100px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  height: 8px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: -2px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  font-size: 1px;
  top: -1px;
  left: -16px;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #c0c0c0 transparent transparent transparent;
  font-size: 1px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 68px;
  width: 68px;
  margin: 0 auto;
  display: none !important;
}
.swatch-option-tooltip-layered {
  width: 80px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  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-disabled {
  outline: none !important;
  cursor: default;
  border: 0;
}
.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  z-index: 995;
  left: -4px;
  top: 10px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-option-loading {
  content: url('../../frontend/Forix/ecsupply/en_US/images/loader-2.gif');
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1;
}
.swatch-option-link-layered {
  position: relative;
  color: #333333;
}
.swatch-option-link-layered .swatch-option.color {
  border-radius: 0;
  margin: 0 6px 6px 0;
  height: 41px;
  max-width: 41px;
  min-width: 41px;
}
.swatch-option-link-layered .swatch-option.color[option-label="White"] {
  border: 1px solid #c0c0c0;
}
.swatch-option-link-layered .swatch-option.color[option-label="White"].selected {
  border: 1px solid #c0c0c0;
}
.swatch-option-link-layered .swatch-option.color:hover {
  border: 2px solid #333333;
}
.swatch-option-link-layered .swatch-option.color:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-option-link-layered .swatch-option.color.selected {
  position: relative;
  border: none;
}
.swatch-option-link-layered .swatch-option.color.selected:after {
  position: absolute;
  font-family: 'm2-icons';
  content: '\e92e';
  top: 50%;
  left: 50%;
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 1px 1px 2px #333333;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swatch-attribute-label {
  font-weight: 600;
  position: relative;
}
.swatch-attribute-label:after {
  content: ':';
}
.swatch-attribute-label.required {
  padding-right: 5px;
}
.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: 700;
  font-size: 14px;
}
.swatch-attribute-selected-option {
  font-weight: 600;
  padding-left: 5px;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt .swatch-attribute:last-child {
  margin-bottom: 0;
}
.swatch-opt .swatch-option.image,
.swatch-opt .swatch-option.color {
  border-radius: 0;
}
.swatch-opt .swatch-option.image:hover,
.swatch-opt .swatch-option.color:hover,
.swatch-opt .swatch-option.image.selected,
.swatch-opt .swatch-option.color.selected {
  border: 2px solid #333333;
}
/* Bugfix for Add To Cart button */
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-option-loading {
  content: url("../../frontend/Forix/ecsupply/en_US/images/loader-2.gif");
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.rating-summary .rating-result {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  color: #c0c0c0;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-style: normal;
  font-weight: normal;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  color: #8998a3;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-style: normal;
  font-weight: normal;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
}
.reviews-actions {
  display: inline-block;
  vertical-align: top;
}
.reviews-actions .action {
  color: #333333;
  text-decoration: none;
}
.reviews-actions .action:hover {
  color: #333333;
}
.reviews-actions .action:first-child {
  margin-left: 0;
}
.reviews-actions .action.add {
  margin-left: 15px;
}
.product-reviews-summary.empty .action,
.product-reviews-summary.short.empty .action {
  margin-left: 0;
}
.review-control-vote {
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -5px;
}
.review-control-vote:before {
  color: #c0c0c0;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  position: absolute;
  z-index: 1;
  height: 32px;
  letter-spacing: 3px;
  line-height: 32px;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
  padding: 0;
}
.review-control-vote label:before {
  color: #8998a3;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  opacity: 0;
  height: 32px;
  letter-spacing: 3px;
  line-height: 32px;
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\f005";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\f005" "\f005";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\f005" "\f005" "\f005";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\f005" "\f005" "\f005" "\f005";
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}
.review-control-vote label:hover:before,
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.product-image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  border: 5px solid #ffffff;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product-name a,
.product-item-name a {
  text-decoration: none;
  font-weight: inherit;
  line-height: inherit;
  color: #333333;
}
.product-name a:hover,
.product-item-name a:hover {
  color: #ef7a27;
}
.product.attribute {
  color: #333333;
  text-transform: uppercase;
}
.product.attribute .type {
  display: inline;
  font-weight: 400;
}
.product.attribute .value {
  display: inline;
}
.item-options,
.product.options.list {
  padding: 0;
  margin: 0;
  line-height: 18px;
}
.item-options > dt,
.product.options.list > dt {
  font-weight: 400;
  display: inline-block;
  clear: both;
  float: left;
  margin-bottom: 0;
}
.item-options > dt:after,
.product.options.list > dt:after {
  margin-right: 5px;
  display: inline-block;
  content: ":";
}
.item-options > dd,
.product.options.list > dd {
  float: left;
  display: inline-block;
  margin-bottom: 0;
}
.product.options.active .toggle:after {
  content: "\f078";
}
.product.options .toggle {
  display: inline-block;
  position: relative;
}
.product.options .toggle:after {
  display: inline-block;
  vertical-align: middle;
  content: "\f077";
  font-weight: 400;
}
.product.options .content {
  display: none;
  padding-top: 5px;
}
.product.actions .action.towishlist,
.product.actions .action.tocompare,
.product-item-actions .action.towishlist,
.product-item-actions .action.tocompare {
  color: #767676;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.product.actions .action.towishlist:before,
.product.actions .action.tocompare:before,
.product-item-actions .action.towishlist:before,
.product-item-actions .action.tocompare:before {
  font-family: 'm2-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: 16px;
}
.product.actions .action.towishlist:hover,
.product.actions .action.tocompare:hover,
.product-item-actions .action.towishlist:hover,
.product-item-actions .action.tocompare:hover {
  color: #333333;
}
.product.actions .action.towishlist,
.product-item-actions .action.towishlist {
  margin: -2px 10px 0 0;
}
.product.actions .action.towishlist:before,
.product-item-actions .action.towishlist:before {
  content: "\f08a";
}
.product.actions .action.tocompare,
.product-item-actions .action.tocompare {
  margin: -2px 0 0;
}
.product.actions .action.tocompare:before,
.product-item-actions .action.tocompare:before {
  content: "\f0ec";
}
.minicart-items .product-item {
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
.minicart-items .product-item:last-child {
  border-bottom: none;
}
.minicart-items .product-item-photo {
  float: left;
  margin: 0;
  text-align: center;
}
.minicart-items .product-item-details {
  position: relative;
  padding-right: 10px;
}
.minicart-items .product-item-details .product-item-name {
  color: #333333;
  display: block;
}
.minicart-items .product-item-details .product-item-name a {
  color: #333333;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.minicart-items .product-item-details .product-item-name a:hover {
  color: #ef7a27;
}
.minicart-items .product-item-details .product-item-pricing {
  display: inline-block;
}
.minicart-items .product-item-details .price {
  color: #333333;
  font-weight: 500;
}
.minicart-items .product-item-details .details-qty.qty {
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  margin-bottom: 15px;
  display: none;
}
.minicart-items .product-item-details .details-qty.qty input {
  height: 32px;
  width: 36px;
  padding: 0 5px;
  text-align: center;
  font-size: 13px;
}
.minicart-items .product-item-details .update-cart-item {
  height: 32px;
  top: 0;
  min-width: 0;
  position: absolute;
  left: 63px;
  padding: 0 0 0 10px;
}
.minicart-items .product-item-details .product.actions .secondary,
.minicart-items .product-item-details .product-item-actions .secondary {
  display: inline-block;
}
.minicart-items .product-item-details .product.actions .secondary > a,
.minicart-items .product-item-details .product-item-actions .secondary > a {
  color: #333333;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
.minicart-items .product-item-details .product.actions .secondary > a:hover,
.minicart-items .product-item-details .product-item-actions .secondary > a:hover {
  color: #ef7a27;
}
.minicart-items .product-item-details .product.actions .primary,
.minicart-items .product-item-details .product-item-actions .primary {
  display: none;
}
.minicart-items .product-item-details .product.actions,
.minicart-items .product-item-details .product-item-actions {
  padding-top: 10px;
}
.minicart-items .product-item-details .product.actions.view-details,
.minicart-items .product-item-details .product-item-actions.view-details {
  display: inline-block;
  padding-top: 0;
}
.minicart-items .product-item-details .product.actions.view-details:before,
.minicart-items .product-item-details .product-item-actions.view-details:before {
  content: "";
  height: 15px;
  background: #c0c0c0;
  width: 1px;
  margin: 0 7px -3px 0;
  display: inline-block;
}
.minicart-items .product.options {
  display: inline-block;
  width: 100%;
}
.minicart-items .product.options.active .toggle:after {
  content: "\f078";
}
.minicart-items .product.options dt {
  font-weight: 600;
  color: #333333;
  float: none;
  display: inline-block;
  margin: 0;
}
.minicart-items .product.options dt.hidden {
  display: none;
}
.minicart-items .product.options dd {
  line-height: 18px;
  float: none;
  display: inline;
  margin: 0;
}
.minicart-items .product.options dd:after {
  content: '';
  display: block;
}
.minicart-items .product.options dd.hidden {
  display: none;
}
.minicart-items .product.options .toggle {
  margin-right: 3px;
}
.minicart-items .product.options .toggle:after {
  content: "\f077";
}
.minicart-items .product.options .content {
  display: block;
  padding-top: 0;
}
.minicart-items .product.options .item-options,
.minicart-items .product.options .product.options.list {
  font-weight: 600;
}
.opc-block-summary .minicart-items .product-item-details .product-item-name {
  color: #767676;
  display: inline-block;
  line-height: 16px;
  margin-bottom: 5px;
}
.opc-block-summary .minicart-items .product-item-details .product-item-name a {
  color: #767676;
}
.opc-block-summary .minicart-items .product-item-details .product-item-name a:hover {
  color: #333333;
}
.opc-block-summary .minicart-items .product-item-details .price,
.minicart-items .product.options .price {
  color: #333333;
}
.products-grid {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  clear: both;
}
.products-grid .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-grid .product-items .product-item {
  margin: 0;
  vertical-align: top;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ias-next-page {
  padding: 0 9px;
}
.ias-next-page .block-product-loadmore {
  width: 100%;
}
.ias-next-page .back-to-top {
  width: 100%;
}
.products-grid .product-items .product-item-info {
  position: relative;
  width: 100%;
  border: 1px solid #dddddd;
  background: #fafafa;
  text-align: center;
}
.products-grid .product-items .product-item-info:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.products-grid .product-items .product-item-info:hover .product-item-inner {
  display: block;
}
.products-grid .product-item .wrapper-product-image {
  position: relative;
}
.products-grid .product-item .wrapper-product-image .product-label-info {
  width: 100%;
  max-width: calc(100% - 40px);
  text-align: left;
}
.products-grid .product-item .wrapper-product-image .product-label-info .product-label {
  margin-bottom: 5px;
}
.products-grid .product-item .wrapper-product-image .actions-secondary {
  position: absolute;
  top: 5px;
  right: 7px;
  display: block;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.products-grid .product-item .wrapper-product-image .towishlist,
.products-grid .product-item .wrapper-product-image .tocompare,
.products-grid .product-item .wrapper-product-image .requisition-list-button {
  display: inline-block;
  color: black;
}
.products-grid .product-item .wrapper-product-image .towishlist:before,
.products-grid .product-item .wrapper-product-image .tocompare:before,
.products-grid .product-item .wrapper-product-image .requisition-list-button:before {
  display: inline-block;
  font-size: 16px;
}
.products-grid .product-item .wrapper-product-image .towishlist:after,
.products-grid .product-item .wrapper-product-image .tocompare:after,
.products-grid .product-item .wrapper-product-image .requisition-list-button:after {
  display: none;
}
.products-grid .product-item .wrapper-product-image .towishlist span,
.products-grid .product-item .wrapper-product-image .tocompare span,
.products-grid .product-item .wrapper-product-image .requisition-list-button span {
  display: none;
}
.products-grid .product-item .wrapper-product-image .towishlist:hover,
.products-grid .product-item .wrapper-product-image .tocompare:hover,
.products-grid .product-item .wrapper-product-image .requisition-list-button:hover {
  color: #ef7a27;
}
.products-grid .product-item .wrapper-product-image .active.active {
  color: #ef7a27;
  cursor: default;
}
.products-grid .product-item .wrapper-product-image .towishlist:before {
  content: '\e937';
}
.products-grid .product-item .wrapper-product-image .tocompare:before {
  content: '\e91c';
  font-size: 20px;
}
.products-grid .product-item .wrapper-product-image .tocompare.fa-refresh {
  height: 16px;
  line-height: 16px;
}
.products-grid .product-item .wrapper-product-image .tocompare.fa-refresh:before {
  content: '\e93c';
  font-size: 16px;
}
.products-grid .product-item .wrapper-product-image .requisition-list-button:before {
  content: '\e92c';
}
.products-grid .product-item .stock.unavailable {
  margin-bottom: 10px;
  color: #a9a8a4;
  line-height: 22px;
}
.products-grid .product-item .stock.unavailable:not(.is-login-stock) {
  line-height: 30px;
}
.products-grid .product-item .stock.unavailable.recent {
  color: #a9a8a4;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  line-height: 12px;
}
.products-grid .product-item .btn-quickview {
  width: 100%;
  height: 24px;
  padding: 0px 10px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  display: block;
  z-index: 10;
  background-color: black;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.products-grid .product-item .btn-quickview:hover {
  background-color: #ef7a27;
}
.products-grid .product-item .btn-quickview span {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.products-grid .product-item .btn-login-to-see-price {
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  height: 30px;
  line-height: 26px;
}
.products-grid .product-item .btn-login-to-see-price span {
  font-size: 13px;
  line-height: 16px;
  display: block;
}
.products-grid .product-item .btn-login-to-see-price.btn-small {
  margin-bottom: 0;
  height: 22px;
  line-height: 16px;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.products-grid .product-item .btn-login-to-see-price.btn-small span {
  font-size: 11px;
  line-height: 18px;
}
.products-grid .product-item .product-outer:hover .actions-secondary {
  opacity: 1;
}
.products-grid .product-item .product-outer:hover .btn-quickview {
  bottom: 30px;
  opacity: 0.65;
}
.safari .products-grid .product-item .wrapper-product-image .tocompare:before {
  position: relative;
  top: 2px;
}
.products-grid .product-items .product-item-inner {
  position: relative;
  width: 100%;
  display: block;
}
.products-grid .product-items .product-item-photo {
  margin: 0;
  display: block;
  line-height: 0;
}
.products-grid .product-item-details {
  padding: 0 10px;
  border-top: 1px solid #dddddd;
}
.products-grid .product-item-details .product.attribute,
.products-grid.wishlist .product-item-sku {
  display: block;
}
.products-grid .product-item-details .product-name,
.table.table-comparison td .product-item-name,
.products-grid .product-item-details .product-item-name,
.products-grid .product-item-details .product-item-name,
.products-grid.wishlist .product-item-name {
  margin-top: 8px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item-details .product-name:hover,
.products-grid .product-item-details .product-item-name:hover,
.products-grid .product-item-details .product-item-name:hover,
.products-grid.wishlist .product-item-name:hover {
  color: #ef7a27;
}
.products-grid .product-item-details .product-name a,
.products-grid .product-item-details .product-item-name a,
.products-grid .product-item-details .product-item-name a,
.products-grid.wishlist .product-item-name a {
  font-size: inherit;
  line-height: inherit;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  height: inherit;
}
.products-grid .product-item-details .price-box,
.table.table-comparison td .price-box,
.products-grid.wishlist .price-box {
  position: relative;
  color: #333333;
  font-weight: 400;
}
.products-grid .product-item-details .price-box > p,
.products-grid.wishlist .price-box > p {
  margin: 0;
}
.products-grid .product-item-details .price-wrapper .price,
.table.table-comparison td .price,
.lookbookslider-top .hotspot .product-info .price,
.products-grid.wishlist .price-wrapper .price {
  color: #333333;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 19px;
}
.products-grid .product-item-details .price-label {
  display: inline-block;
  color: #808080;
  font-size: 10px;
  line-height: 11px;
}
.products-grid .product-item-details .special-price,
.table.table-comparison td .special-price,
.products-grid.wishlist .special-price {
  text-transform: none;
  color: #333333;
  line-height: 30px;
  display: inline-block;
  margin-top: -5px;
}
.products-grid .product-item-details .special-price .price-label,
.products-grid.wishlist .special-price .price-label {
  font: 0/0 a;
}
.products-grid .product-item-details .special-price .price-label:before,
.products-grid.wishlist .special-price .price-label:before {
  font-size: 14px;
  font-family: 'Work Sans';
  font-weight: 700;
  display: inline-block;
}
.products-grid .product-item-details .old-price .price,
.table.table-comparison td .old-price .price,
.products-grid .product-item-details .map-old-price .price,
.products-grid.wishlist .old-price .price {
  font-weight: 300;
  color: #808080;
  text-decoration: line-through;
  font-size: 12px;
}
.products-grid .product-item-details .minimal-price {
  color: #808080;
}
.products-grid .product-item-details .product.actions,
.products-grid .product-item-details .product-item-actions {
  text-align: center;
  position: relative;
}
.products-grid .product-item-details .product.actions .actions-primary,
.products-grid .product-item-details .product-item-actions .actions-primary {
  margin-bottom: 15px;
}
.products-grid .product-item-details .product.actions .actions-primary .action.tocart,
.products-grid .product-item-details .product-item-actions .actions-primary .action.tocart {
  min-width: 100%;
}
.products-grid .product-item-details .product.actions .actions-primary .stock,
.products-grid .product-item-details .product-item-actions .actions-primary .stock {
  text-align: center;
  vertical-align: top;
  min-width: 100%;
}
.products-grid .product-item-details .product.actions .actions-secondary,
.products-grid .product-item-details .product-item-actions .actions-secondary,
.products-grid .product-item-details .product-item-actions .actions-secondary {
  text-align: center;
}
.products-grid .product-label .item {
  position: absolute;
  top: 0;
  z-index: 2;
  margin: 0;
}
.products-grid .product-label .item.product_sale {
  left: 0;
}
.products-grid .product-label .item.product_new {
  right: 0;
}
.products-grid .product-label .item.product_topseller {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.products-grid .product-item .swatch-attribute.size {
  display: none;
}
.products-grid .product-item div[class^="swatch-opt-"] {
  text-align: center;
}
.products-grid .product-item .product-outer {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-viewed-products-grid .products-grid .product-item-details {
  min-height: 0;
}
.product-item-details .product-name,
.product-item-details .product-item-name,
.product-item-details .product-item-name {
  font-weight: 700;
  line-height: 18px;
}
.product-items-names .product-name,
.product-items-names .product-item-name,
.product-items-names .product-item-name {
  display: block;
  line-height: 16px;
  font-weight: 400;
}
.product-items-names .product-name a,
.product-items-names .product-item-name a,
.product-items-names .product-item-name a {
  line-height: inherit;
}
.sidebar .block-title {
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
  width: 100%;
  border-bottom: 2px solid #ffffff;
  padding: 15px 0;
}
.sidebar .block-title strong {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  font-weight: 500;
}
.sidebar .block-title .counter {
  font-weight: 400;
  color: #333333;
  text-transform: none;
  display: table-cell;
  vertical-align: top;
  width: 1%;
  white-space: nowrap;
}
.sidebar .block .empty {
  padding: 5px 0;
}
.sidebar .block .product-items {
  padding: 0;
  margin: 0 0 15px;
}
.sidebar .block .product-item {
  position: relative;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
  padding: 15px 0;
}
.sidebar .block .product-item:first-child {
  padding-top: 0;
}
.sidebar .block .product-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .block .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .block .product-item-photo {
  float: left;
  text-align: center;
  width: 123px;
  padding: 0 15px;
}
.sidebar .block .action.delete,
.filter-current .action.remove {
  line-height: inherit;
}
.sidebar .block .action.delete:before,
.filter-current .action.remove:before {
  content: '\e91b';
  vertical-align: middle;
  font-weight: 400;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
}
.sidebar .block .action.tocart {
  text-align: center;
}
.sidebar .block .product-item-details {
  padding-right: 15px;
}
.sidebar .block .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .block .product-item-actions .actions-secondary .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block .product-items-names {
  padding: 5px 0;
}
.sidebar .block .product-items-names .product-item {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 5px 0;
}
.sidebar .block .product-items-names .action.delete {
  position: absolute;
  left: 0;
}
.sidebar .block .product-items-images .product-item {
  float: left;
  padding: 0 5px;
  border: 0;
  width: 50%;
}
.sidebar .block .product-items-images .product-item-photo {
  width: auto;
}
.sidebar .block .field.choice {
  display: inline-block;
}
.sidebar .actions-toolbar {
  padding: 10px 0;
}
.sidebar .actions-toolbar .action.view {
  line-height: 33px;
}
.sidebar .actions-toolbar .primary {
  float: left;
}
.sidebar .actions-toolbar .primary .action {
  text-align: center;
  min-width: 0;
}
.sidebar .actions-toolbar .primary .action span {
  line-height: 32px;
}
.sidebar .actions-toolbar .primary:not(.no-display) + .secondary {
  float: right;
  padding-top: 5px;
}
.sidebar .actions-toolbar .secondary .action {
  text-transform: uppercase;
}
.sidebar .block-compare,
.sidebar-additional .block-compare {
  padding: 12px;
  background-color: #f3f3f3;
}
.sidebar .block-compare .block-title,
.sidebar-additional .block-compare .block-title {
  padding: 0;
  border-bottom: none;
}
.sidebar .block-compare .block-title strong:before,
.sidebar-additional .block-compare .block-title strong:before {
  margin-right: 5px;
  display: block;
  float: left;
  content: '\e91c';
  font-family: 'm2-icons';
  font-size: 26px;
}
.sidebar .block-compare .counter,
.sidebar-additional .block-compare .counter {
  margin-top: 8px;
  clear: both;
  width: auto;
  display: inline-block;
}
.sidebar .block-compare .counter.no-display,
.sidebar-additional .block-compare .counter.no-display {
  display: none;
}
.sidebar .block-compare .block-content .product-items,
.sidebar-additional .block-compare .block-content .product-items {
  margin-bottom: 0;
}
.switch-button {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 20px;
  /* Rounded sliders */
}
.switch-button input {
  display: none;
}
.switch-button input:checked + .slider {
  background-color: #2e86c0;
}
.switch-button input:focus + .slider {
  box-shadow: 0 0 1px #2e86c0;
}
.switch-button input:checked + .slider:before {
  -webkit-transform: translate(13px, 0);
  -moz-transform: translate(13px, 0);
  -ms-transform: translate(13px, 0);
  transform: translate(13px, 0);
}
.switch-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f3f3;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
  border: 1px solid #dddddd;
}
.switch-button .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
}
.switch-button .slider.round {
  border-radius: 34px;
}
.switch-button .slider.round:before {
  border-radius: 50%;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
.page-print .nav-toggle,
.page-print .nav-toggle-close,
.page-print .copyright,
.page-print .page-promotions,
.page-print .nav-toggle-close {
  display: none;
}
.page-header {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.header.content .logo {
  position: relative;
  z-index: 1;
  margin: 0;
}
.header.content .logo img {
  width: 100%;
}
.header.content .compare.wrapper .link.compare {
  list-style: none;
}
.abutton1,
.sub-top-menu > a {
  border-color: #333333;
}
.abutton1:hover,
.sub-top-menu > a:hover {
  background: #333333;
  border-color: #333333;
}
.abutton1:hover span,
.sub-top-menu > a:hover span {
  color: #ffffff;
}
.abutton1 span,
.sub-top-menu > a span {
  color: #333333;
}
header .info-shipping-account-cart {
  background: #e6e6e6;
  height: 45px;
  max-width: 1360px;
  padding-left: 11px;
  margin: 0 auto;
  position: relative;
}
header .info-shipping-account-cart:before {
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  bottom: 0;
  right: 100%;
  background: #e6e6e6;
}
header .info-shipping-account-cart:after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  bottom: 0;
  right: -100%;
  background: #e6e6e6;
}
header a {
  color: #000000;
  font-size: 14px;
}
header .info-quick-order,
header .info-shipping,
header .info-account-cart {
  display: block;
  float: right;
}
header .info-quick-order {
  width: 248px;
  float: left;
}
header .info-quick-order div[data-appearance="contained"] > div {
  all: unset !important;
}
header .info-quick-order a {
  font-weight: 400;
}
header .info-shipping {
  width: calc(100% - 538px);
  text-align: center;
}
header .info-shipping a {
  font-weight: 300;
}
header .info-shipping ul > li {
  margin-right: 5px;
  padding-right: 10px;
  position: relative;
}
header .info-shipping ul > li:not(:last-child):after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #4b4b4b;
  position: absolute;
  top: 17px;
  right: 0;
}
header .info-account-cart {
  position: relative;
  width: 288px;
  text-align: right;
}
header .info-account-cart .action.showlogin span,
header .info-account-cart .action.showcart span.text {
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
}
header ul {
  list-style-type: none;
  margin: 0;
}
header ul > li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 45px;
}
header ul > li:last-child {
  margin-right: 0;
}
header .sub-top-menu {
  display: none;
}
header .sub-top-menu a {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}
header .sub-top-menu a:hover {
  color: #ef7a27;
}
header .sub-top-menu > a {
  clear: both;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
header .sub-top-menu > div {
  width: 50%;
  display: block;
  float: left;
}
header .sub-top-menu > div.info-detail {
  border-right: 1px solid #dddddd;
  padding-right: 40px;
}
header .sub-top-menu > div.info-sub-menu {
  padding-left: 22px;
}
header .sub-top-menu .info-detail > a {
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
}
header .sub-top-menu .info-detail > span {
  font-weight: 300;
  display: block;
  line-height: 18px;
}
header .sub-top-menu ul > li {
  line-height: 18px;
  margin-bottom: 10px;
  display: block;
}
header .sub-top-menu ul > li:last-child {
  margin-bottom: 0;
}
header li.parent {
  position: relative;
}
header li:hover > .sub-top-menu {
  display: block;
  position: absolute;
  top: 45px;
  left: -9px;
  background: #ffffff;
  padding: 17px 20px 21px;
  width: 500px;
  z-index: 500;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.info-phone,
.info-email {
  position: relative;
  padding-left: 20px;
}
.info-phone:before,
.info-email:before {
  color: inherit;
  top: 3px;
  left: 0;
  position: absolute;
  display: block;
  font-size: 13px;
  font-family: 'm2-icons';
  line-height: 13px;
}
.info-phone:before {
  content: "\e915";
}
.info-email:before {
  content: '\e922';
}
.page-promotions {
  background: #38ca73;
  padding: 10px 0;
}
.promotions-inner p {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  line-height: 18px;
}
.page-footer {
  background: #e6e6e6;
  z-index: 9;
  position: relative;
}
.footer.bottom {
  border-top: 1px solid #808080;
  clear: both;
  text-align: center;
}
.footer.content {
  position: relative;
}
.footer.inner {
  background: url("../../frontend/Forix/ecsupply/en_US/images/bg-footer.jpg") no-repeat center;
  padding-top: 22px;
  padding-bottom: 33px;
  background-size: cover;
}
.footer .copyright {
  color: #333333;
}
.footer_global_info_service {
  color: #ffffff;
  margin: 0 auto;
}
.footer_global_info_service div[data-appearance="contained"] > div {
  all: unset !important;
}
.footer_global_info_service:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 23px;
  background: url("../../frontend/Forix/ecsupply/en_US/images/bg-dot-1.png") repeat-x;
  opacity: 0.5;
}
.footer_global_info_service ul {
  list-style-type: none;
  margin: 0;
}
.footer_global_info_service h5,
.footer_global_info_service #form-match-price-options-heading {
  color: #000000;
}
.footer_global_info_service li > a {
  color: #000000;
  line-height: 27px;
  font-weight: 400;
}
.footer_global_info_service li > a:hover {
  color: #ef7a27;
}
.footer_global_info_service div[data-appearance="contained"]:first-child .footer-address > p {
  font-weight: 300;
  color: #000000;
}
.footer_global_info_service div[data-appearance="contained"]:first-child a {
  font-weight: 500;
  padding-left: 5px;
}
.footer_global_info_service div[data-appearance="contained"]:first-child a:hover {
  color: #ef7a27;
}
.footer_global_info_service div[data-appearance="contained"]:nth-child(3) p {
  font-weight: 300;
  color: #333333;
}
.footer_global_info_service div[data-appearance="contained"]:nth-child(3) a {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
}
.footer_global_info_service div[data-appearance="contained"]:nth-child(3) a:hover {
  color: #ef7a27;
}
.switcher-language {
  position: fixed;
  background: #38ca73;
  width: auto;
  height: auto;
  top: 45%;
  z-index: 999;
  color: #ffffff;
  padding: 0;
  min-height: 40px;
  left: -1px;
}
.switcher-language.active .switcher-options {
  display: block;
}
.switcher-language:after {
  font-weight: 500;
  line-height: 30px;
  font-size: 30px;
  margin: 0;
  position: absolute;
  content: "\f013";
  background: #38ca73;
  padding: 5px 10px;
  top: 0;
  display: block;
  left: 100%;
  cursor: pointer;
}
.switcher-language .switcher-bottom.inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.switcher-language .switcher-trigger {
  margin: 0 0 5px;
}
.switcher-language .switcher-options {
  display: none;
  padding: 10px 20px;
}
.switcher-language a {
  color: #ffffff;
}
.switcher-language a:hover {
  text-decoration: none;
}
#hbl-live-chat-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
}
#hbl-live-chat-wrapper .olark-launch-button {
  position: relative !important;
}
#olark-id {
  display: none;
}
.footer_links {
  margin: 0 -15px;
  padding: 0;
  float: left;
}
.footer_links > li {
  margin: 0;
}
.footer_links .content li {
  padding: 0;
  float: none;
  width: 100%;
}
.footer_links .content li a {
  font-weight: 600;
  color: #767676;
  text-decoration: none;
}
.footer_links .content li a:hover {
  color: #333333;
}
.footer_links .content p {
  margin-bottom: 5px;
}
.footer .box-socials {
  margin: -4px 0 20px -3px;
}
.footer .box-socials a {
  background: none;
  color: #333333;
  text-decoration: none;
  font: 0/0 a;
  width: auto;
  height: auto;
  padding: 0;
}
.footer .box-socials a:before {
  font-size: 18px;
  line-height: 44px;
}
.footer .box-socials a:hover {
  color: #333333;
}
.footer .box-socials a:hover:before {
  color: #ef7a27;
}
.footer .box-socials li {
  margin-right: 20px;
}
.footer .box-socials li:last-child {
  margin-right: 0;
}
.footer .box-socials li.ico-facebook a {
  background: none;
}
.footer .box-socials li.ico-facebook a:before {
  content: '\e923';
  font-size: 18px;
}
.footer .box-socials li.ico-instagram a {
  background: none;
}
.footer .box-socials li.ico-instagram a:before {
  content: '\e927';
  font-size: 19px;
}
.footer .box-socials li.ico-pinit a {
  background: none;
}
.footer .box-socials li.ico-pinit a:before {
  content: "\f0d2";
}
ul.list-brands {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.list-brands li {
  list-style: none;
  padding: 0 25px;
  margin: 0;
}
ul.list-brands li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
ul.list-brands li:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.brand-new-title {
  background: url(../../frontend/Forix/ecsupply/en_US/images/bkg_title.png) no-repeat left top;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
}
.sb-container {
  position: relative;
}
.sb-container .sb-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.sb-container .sb-content .sb-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  text-align: center;
}
.sb-container .sb-content .sb-text h3,
.sb-container .sb-content .sb-text .h3 {
  color: #ffffff;
}
.sb-container .sb-content .sb-text p {
  font-size: 13px;
}
.sb-container .sb-image img {
  display: block;
  width: 100%;
}
a.disabled {
  color: #c0c0c0;
  cursor: default;
}
a.disabled:hover {
  color: #c0c0c0;
  cursor: default;
}
.flash-deal {
  width: 493px;
  border: 5px solid #333;
  background: #333;
  position: relative;
  padding: 99px 0 75px;
}
.flash-deal .flash-deal-title {
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  text-align: center;
}
.flash-deal .flash-deal-list {
  margin: 0;
}
.flash-deal .flash-deal-list .item {
  background: #ffffff;
  padding: 89px 0 0;
  text-align: center;
}
.flash-deal .flash-deal-list .item img {
  margin: 0 auto;
}
.flash-deal .flash-deal-list .item .product-image-wrapper,
.flash-deal .flash-deal-list .item .product-name,
.flash-deal .flash-deal-list .item .product-item-name {
  padding: 0 98px;
}
.flash-deal .flash-deal-list .item .actions {
  margin: 0 25px 25px;
}
.flash-deal .flash-deal-list .item .actions button {
  width: 100%;
}
.flash-deal .flash-deal-list .slick-dots {
  bottom: -65px !important;
}
.flash-deal .flash-deal-list .slick-dots li button {
  height: 5px;
  padding: 0;
  width: 24px;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background: transparent !important;
  border-radius: 0 !important;
}
.flash-deal .flash-deal-list .slick-dots li button:before {
  display: none;
}
.flash-deal .flash-deal-list .slick-dots li.slick-active button {
  background: #ffffff !important;
}
.flash-deal .flash-deal-list .slick-arrow {
  top: auto !important;
  bottom: -120px !important;
  height: 80px;
}
.flash-deal .flash-deal-list .slick-arrow.slick-next {
  right: 25px;
}
.flash-deal .flash-deal-list .slick-arrow.slick-prev {
  left: 25px;
}
.flash-deal .count-down {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 245px;
  position: absolute;
  top: 67px;
  left: 50%;
  background: #303030;
  margin-left: -122px !important;
  display: flex;
  z-index: 100;
  text-align: center;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.flash-deal .count-down li {
  color: #ffffff;
  width: 33.33333333%;
  padding: 0 10px;
  font-size: 25px;
  position: relative;
}
.flash-deal .count-down li span {
  display: block;
  font-size: 15px;
  color: #808080;
}
.flash-deal .count-down li:nth-child(2):after,
.flash-deal .count-down li:nth-child(1):after {
  content: '';
  background: #808080;
  right: 0;
  top: 10px;
  width: 1px;
  bottom: 5px;
  position: absolute;
}
.header-warning p {
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 8px 3px;
  font-family: "Arial";
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}
.header-warning p b {
  font-weight: bold;
}
.header-warning [data-content-type='row'][data-appearance='contained'] {
  max-width: inherit;
}
.header-warning [data-content-type='row'][data-appearance='contained'] > div {
  padding: 0 !important;
  margin: 0 !important;
}
body .page-wrapper .page-header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  z-index: 600;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form.shared.wishlist {
  max-width: 100%;
}
.table.wishlist .action.tocart {
  margin-right: 15px;
}
.table.wishlist .split.button.wishlist + .action.tocart {
  margin-right: 0;
}
.products-grid.wishlist .product-items .product-item-inner {
  bottom: 0;
  background: #fafafa;
  border: 1px solid #DDDDDD;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.products-grid.wishlist .product-items .product-item-inner .comment-box {
  padding: 0 2px;
}
.products-grid.wishlist .product-item-name {
  clear: both;
  display: block;
}
.products-grid.wishlist .field.qty .input-text.qty {
  text-align: center;
}
.products-grid.wishlist .box-tocart {
  text-align: center;
  vertical-align: top;
}
.products-grid.wishlist .box-tocart .field.qty {
  display: table-cell;
  vertical-align: bottom;
}
.products-grid.wishlist .product-item-actions {
  line-height: 30px;
  padding: 10px 0;
}
.products-grid.wishlist .product-item-actions .action.tocart {
  width: 100%;
  padding: 0 6px;
  background: #333333;
  border: none;
}
.products-grid.wishlist .product-item-actions .action.tocart > span {
  color: #ffffff;
}
.products-grid.wishlist .box-tocart .product-item-actions {
  vertical-align: bottom;
  display: table-cell;
  width: 100%;
  padding: 0;
}
.products-grid.wishlist .product-item-comment {
  padding: 5px 10px;
}
.products-grid.wishlist .product-item .action.delete {
  position: absolute;
  z-index: 2;
  font: 0/0 a;
  color: #333333;
  text-decoration: none;
}
.products-grid.wishlist .product-item .action.delete:hover {
  color: #ef7a27;
}
.products-grid.wishlist .product-item .action.delete:before {
  content: '\e91b';
  font-size: 15px;
  line-height: 1;
}
.products-grid.wishlist .product-item .unavailable.stock {
  display: table-cell;
  text-align: center;
  padding: 0 5px;
  border: none;
}
.products-grid.wishlist .product-items .product-item-photo {
  background: #ffffff;
}
.form-wishlist-items > .actions-toolbar {
  margin-bottom: 40px;
}
.account.requisition-list-requisition-view .message.error {
  color: #c93711;
  background: none;
  padding: 0;
  text-align: left;
  font-weight: 400;
}
.mst-search__highlight {
  background: #ff0;
}
.mst-search__index ul:not(.blog-post-info) {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) {
  margin: 2rem 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):before,
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):after {
  content: '';
  display: table;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):after {
  clear: both;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):last-child:not(.blog-post-info-item) {
  margin-bottom: 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title > a {
  color: #333;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title > span {
  color: #aaa;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-content {
  color: #666;
  margin: .5rem 0 0 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333;
  background: #fff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #fff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.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: 'm2-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: 18;
  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: 26;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 13;
}
.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: 18;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 18;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 13;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li {
  margin: 0;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.sidebar .block-addbysku .fields {
  position: relative;
}
.sidebar .block-addbysku .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fields .field.sku {
  margin-right: -80px;
  padding-right: 85px;
  width: 100%;
}
.sidebar .block-addbysku .fields .field.qty .qty {
  width: 54px;
  text-align: center;
}
.sidebar .block-addbysku .fields .actions-toolbar {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0 0 20px;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block-products-list .block-title {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
}
.block-products-list .block-title strong {
  font-weight: inherit;
}
.widget-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.widget-slider-wrapper .slick-track {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products-grid .widget-product-grid .product-item-details {
  padding: 0 0 5px;
}
.products-grid .product-items.widget-slider .product-item {
  display: none;
}
.products-grid .product-items.widget-slider .product-item.slick-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products-grid .product-items.slick-loaded .product-item {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-grid .widget-product-grid.slick-slider,
.products-grid .widget-product-grid.block-related-slider-wrapper {
  display: block;
}
.products-grid .widget-product-grid.slick-slider .slick-slide,
.products-grid .widget-product-grid.block-related-slider-wrapper .slick-slide {
  height: auto;
}
.block-cms-link.widget {
  margin-bottom: 20px;
}
.block-cms-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .forix-abs-container,
  .navigation,
  .breadcrumbs ul.items,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .checkout-cart-index .cart-container,
  .block.crosssell .block-title,
  .block.crosssell .block-content,
  .cart-empty,
  .checkout-container,
  .shopby-shopby-index .brand-content,
  .shopby-shopby-index .flfilter-content,
  .promotions-inner,
  .footer-bottom.inner,
  .widget.block-viewed-products-grid .block-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  .forix-abs-row,
  .columns,
  .cart-summary .fieldset.estimate,
  .block-dashboard-info .block-content,
  .multicheckout .block-shipping,
  .multicheckout .block-billing,
  .multicheckout .block-other,
  .cms-noroute-index .column.main .nav-links-extend ul,
  .products-grid .product-items,
  .cms-noroute-index .widget.block-viewed-products-grid .block-content .nav-links-extend ul,
  .page-search-noresult .column.main .nav-links-extend ul {
    margin-left: -9px;
    margin-right: -9px;
  }
  .forix-abs-column,
  .sidebar-main,
  .sidebar-additional,
  .column.main,
  .cart-summary .fieldset.estimate .field,
  .block-dashboard-info .block-content .box,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box,
  .multicheckout .block-other .block-content,
  .multicheckout .block-shipping .block-title,
  .cms-noroute-index .column.main .nav-links-extend ul > li,
  .products-grid .product-item,
  .widget.block-viewed-products-grid .block-content,
  .cms-noroute-index .widget.block-viewed-products-grid .block-content .nav-links-extend ul > li,
  .page-search-noresult .column.main .nav-links-extend ul > li {
    padding-left: 9px;
    padding-right: 9px;
  }
  .page-main,
  .widget.block-viewed-products-grid .block-wrapper {
    padding-top: 20px;
  }
  .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns .column.main,
  .widget.block-viewed-products-grid .block-content,
  .columns .widget.block-viewed-products-grid .block-content {
    width: 100%;
  }
  .page-layout-3columns .columns .column.main,
  .page-layout-3columns .widget.block-viewed-products-grid .block-content,
  .page-layout-3columns .columns .widget.block-viewed-products-grid .block-content {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .columns .sidebar-main,
  .page-layout-3columns .widget.block-viewed-products-grid .block-title {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-3columns .columns .sidebar-additional {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .columns {
    position: relative;
  }
  .page-layout-2columns-left .columns .column.main,
  .page-layout-2columns-left .widget.block-viewed-products-grid .block-content,
  .widget.block-viewed-products-grid .block-content,
  .page-layout-2columns-left .columns .widget.block-viewed-products-grid .block-content {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .columns .sidebar-main,
  .page-layout-2columns-left .widget.block-viewed-products-grid .block-title,
  .widget.block-viewed-products-grid .block-title {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .columns .sidebar-additional {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main,
  .page-layout-2columns-right .widget.block-viewed-products-grid .block-content {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-additional {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  table td {
    padding: 10px;
  }
  table tbody + tbody {
    border-top: 1px solid #dddddd;
  }
  table td a.view,
  .table-giftregistry td a.action {
    margin-top: -3px;
  }
  table td a.order,
  .table-giftregistry td a.action.share,
  .table-giftregistry td a.action.edit,
  .table-giftregistry td a.action.delete {
    margin-top: -5px;
  }
  table td.mark,
  table th.mark {
    padding: 5px 55px 5px 0;
  }
  table tfoot td.mark,
  table tfoot th.mark {
    width: calc(100% - 80px);
    float: left;
  }
  table tfoot td.amount,
  table tfoot th.amount {
    width: 1%;
    display: table-cell;
  }
  .table tfoot {
    padding: 10px 0;
    width: 100%;
    display: table;
  }
  .table tfoot tr {
    width: 100%;
    display: block;
  }
  .forix-abs-table-reponsive,
  .table-wrapper:not(.table-scroll) table:not(.table) {
    border: none;
    display: block;
  }
  .forix-abs-table-reponsive thead th,
  .table-wrapper:not(.table-scroll) table:not(.table) thead th {
    display: none;
  }
  .forix-abs-table-reponsive thead td,
  .table-wrapper:not(.table-scroll) table:not(.table) thead td {
    display: none;
  }
  .forix-abs-table-reponsive tbody,
  .table-wrapper:not(.table-scroll) table:not(.table) tbody {
    display: block;
  }
  .forix-abs-table-reponsive tbody th,
  .table-wrapper:not(.table-scroll) table:not(.table) tbody th {
    padding: 10px 0px;
    display: block;
  }
  .forix-abs-table-reponsive tbody th:before,
  .table-wrapper:not(.table-scroll) table:not(.table) tbody th:before {
    font-size: 12px;
    margin-right: 30px;
    display: inline-block;
    content: attr(data-th) ': ';
  }
  .forix-abs-table-reponsive tbody td,
  .table-wrapper:not(.table-scroll) table:not(.table) tbody td {
    padding: 10px 0px;
    display: block;
  }
  .forix-abs-table-reponsive tbody td:before,
  .table-wrapper:not(.table-scroll) table:not(.table) tbody td:before {
    font-size: 12px;
    margin-right: 30px;
    display: inline-block;
    content: attr(data-th) ': ';
  }
  .forix-abs-table-reponsive tbody tr,
  .table-wrapper:not(.table-scroll) table:not(.table) tbody tr {
    display: block;
  }
  .forix-abs-data-table-reponsive,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .forix-abs-data-table-reponsive thead td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) thead td {
    display: none;
  }
  .forix-abs-data-table-reponsive thead th,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) thead th {
    display: none;
  }
  .forix-abs-data-table-reponsive tbody,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody {
    display: block;
  }
  .forix-abs-data-table-reponsive tbody tr,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody tr {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    display: block;
  }
  .forix-abs-data-table-reponsive tbody tr:last-child,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody tr:last-child {
    border-bottom: 0;
  }
  .forix-abs-data-table-reponsive tbody td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td {
    border: 0;
    padding: 5px 0;
    display: block;
  }
  .forix-abs-data-table-reponsive tbody td:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td:before {
    max-width: 35%;
    min-width: 35%;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    content: attr(data-th) ': ';
  }
  .forix-abs-data-table-reponsive tbody th,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody th {
    border: 0;
    padding: 5px 0;
    display: block;
  }
  .forix-abs-data-table-reponsive tbody th:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody th:before {
    font-size: 12px;
    margin-right: 30px;
    display: inline-block;
    content: attr(data-th) ': ';
  }
  .table tfoot tr:before,
  .table tfoot tr:after {
    content: '';
    display: table;
  }
  table tfoot tr:first-child td.mark,
  table tfoot tr:first-child th.mark,
  table tfoot tr:first-child td.amount,
  table tfoot tr:first-child th.amount {
    padding-top: 15px;
  }
  table tfoot tr:last-child td.mark,
  table tfoot tr:last-child th.mark,
  table tfoot tr:last-child td.amount,
  table tfoot tr:last-child th.amount {
    padding-bottom: 15px;
  }
  div.mage-error[generated],
  .field .field-error {
    font-size: 11px;
  }
  .fieldset > .field .fields.group.group-2 .field {
    width: 48.96551724%;
  }
  .fieldset > .field .fields.group.group-3 .field:nth-of-type(3) {
    width: 20.68965517%;
  }
  .fieldset > .field .fields.group.group-3 .field:nth-of-type(2) {
    margin-right: 1.72413793%;
    width: 37.93103448%;
  }
  .fieldset > .field .fields.group.group-3 .field:nth-of-type(1) {
    margin-right: 1.72413793%;
    width: 37.93103448%;
  }
  .fieldset > .field .fields.group.group-4 .field {
    width: 100%;
  }
  .fieldset > .field .fields.group.group-4 .field:nth-of-type(4) {
    padding-top: 10px;
  }
  .fieldset > .field .fields.group.group-4 .field:nth-of-type(3) {
    padding-top: 10px;
  }
  .fieldset > .field .fields.group.group-4 .field:nth-of-type(2) {
    padding-top: 10px;
  }
  .fieldset > .field .fields.group.group-4 .field:nth-of-type(1) {
    padding-right: fase;
    padding-top: fase;
  }
  .fieldset > .field .fields.group.group-5 .field {
    width: 100%;
  }
  .fieldset > .field .fields.group.group-5 .field:nth-of-type(5) {
    padding-top: 10px;
  }
  .fieldset > .field .fields.group.group-5 .field:nth-of-type(4) {
    padding-top: 10px;
  }
  .fieldset > .field .fields.group.group-5 .field:nth-of-type(3) {
    padding-top: 10px;
  }
  .fieldset > .field .fields.group.group-5 .field:nth-of-type(2) {
    padding-top: 10px;
  }
  .fieldset .fields {
    margin-bottom: 20px;
  }
  .datetime-picker + .ui-datepicker-trigger {
    margin: -5px 0 0;
  }
  .abutton span,
  .popup-authentication .block-new-customer .action-register span,
  .checkout-success .action.continue span,
  .checkout-onepage-success .registration.action span,
  .checkout-onepage-success .column.main .action.continue span,
  .magento-giftregistry-index-index .column.main .actions-toolbar .action.primary span,
  .invitations .action.send span,
  .review-list-title > .action.add-review span,
  .main-slider .banner-link span,
  .table.table-comparison .stock.available span,
  .sidebar .block.block-contacts .contact-item:first-child p a span,
  .filter-actions .action.clear span,
  .block.newsletter .actions .action span,
  .sidebar .block .action.tocart span,
  .abutton1 span,
  .products-grid.wishlist .product-item-actions .action.tocart span,
  .multishipping-checkout-success .registration.action span,
  .multishipping-checkout-success .column.main .action.continue span,
  .multicheckout.success .action.continue span,
  .checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue span,
  .magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary span,
  .sub-top-menu > a span {
    font-size: 13px;
    line-height: 26px;
  }
  .forix-abs-button-type3,
  .modal-popup .modal-footer .action-secondary.action-dismiss,
  .cart-summary .checkout-methods-items .item #negotiable-quote-form button,
  .checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .detail .btncopy.active,
  .checkout-success .action.continue,
  .checkout-onepage-success .registration.action,
  .checkout-onepage-success .column.main .action.continue,
  .order-create-account button,
  .block-customer-login .actions-toolbar .action.action-register,
  .block-compare .block-content .actions-toolbar .action.compare,
  .box-tocart .action.alert,
  .box-tocart .btn-notify,
  .sidebar .block.block-contacts .contact-item:first-child p a,
  .filter .fprice .action.btn-go,
  .form-quote-popup .actions-toolbar .secondary .cancel-quote-request,
  .products-grid .btn-login-to-see-price,
  .form-wishlist-items .actions-toolbar .action.share,
  button.type3,
  .multishipping-checkout-success .registration.action,
  .multishipping-checkout-success .column.main .action.continue,
  .multicheckout.success .action.continue,
  .checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue {
    line-height: 26px;
  }
  .forix-abs-button-type4,
  .filter-actions .action.clear,
  .sidebar .actions-toolbar .primary .action:not(.tocart),
  button.type4 {
    height: 35px;
  }
  .forix-abs-button-type7,
  button.type7 {
    line-height: 30px;
    height: 30px;
  }
  .actions-toolbar a + a {
    display: inline-block;
  }
  .actions-toolbar button + a {
    display: inline-block;
  }
  .breadcrumbs {
    display: none;
  }
  .breadcrumbs .item.adding:before {
    margin: 0 10px;
  }
  .forix-abs-accordion-title,
  .footer_links .title,
  .block.newsletter .title {
    border-bottom: 2px solid #ffffff;
    margin: 0;
    padding: 15px 0 15px 10px;
  }
  .forix-abs-accordion-title .dot,
  .footer_links .title .dot,
  .block.newsletter .title .dot {
    display: table-cell;
  }
  .forix-abs-accordion-content,
  .footer_links .content {
    display: none;
    background: #e4eaef;
  }
  .ui-datepicker {
    margin: 0 -1px;
    border: 1px solid #c0c0c0;
    padding: 5px;
  }
  .ui-datepicker .ui-datepicker-buttonpane button {
    margin: 5px 0 10px;
  }
  .ui-datepicker .ui-datepicker-calendar td {
    min-width: 37px;
  }
  .ui-datepicker .ui-datepicker-calendar td a {
    padding: 0;
  }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: 9px;
  }
  .modal-popup .modal-header h1 {
    padding: 15px 35px 0 15px;
  }
  .modal-popup .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    min-height: 0;
  }
  .modal-popup .modal-title {
    padding-right: 20px;
  }
  .modal-popup .modal-content {
    padding: 15px;
  }
  .modal-popup .action-close,
  .fancybox-close {
    top: 20px;
    right: 15px;
  }
  .modal-popup .action-close:after,
  .fancybox-close:after {
    font-size: 15px;
    line-height: 15px;
  }
  .modal-popup.confirm .modal-header .action-close {
    top: 5px;
    right: 5px;
  }
  .modal-popup.confirm .modal-header h1 + .action-close {
    top: 20px;
    right: 15px;
  }
  .modal-popup.requisition-popup .modal-footer .action {
    margin-right: 10px;
    min-width: 100px;
  }
  .popup-message {
    padding-top: 0;
  }
  .popup-message .full-content-gray,
  .popup-message .catalog-product-view .block.related,
  .popup-message .cms-home .brand-featured {
    padding-top: 30px;
    margin-top: 20px;
  }
  .modal-popup .modal-inner-wrap {
    max-width: 98%;
    width: 90%;
    min-width: 0;
    min-height: 0;
  }
  .modal-popup.popup-age .modal-inner-wrap {
    max-width: 98%;
    width: 90%;
  }
  .checkout-index-index .modal-popup .modal-footer .action {
    margin-right: 10px;
    min-width: 85px;
  }
  .checkout-index-index .modal-popup .modal-footer .action.action-save-address + .action-hide-popup {
    margin-right: 0;
  }
  .ui-dialog.popup {
    width: 90%;
    max-width: 640px;
  }
  .product.data.items > .item.title {
    float: none;
    width: 100%;
    position: relative;
  }
  .product.data.items > .item.title > a {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    background: #e4eaef;
    border-bottom: 1px solid #939aa2;
  }
  .product.data.items > .item.title > a:after {
    display: inline-block;
  }
  .product.data.items > .item.content {
    clear: both;
    float: none;
    border: 1px solid #c0c0c0;
    border-top: 0;
    margin: 0;
    padding: 15px 10px;
  }
  .slick-arrow {
    width: 21px;
    height: 53px;
    display: none;
  }
  .slick-arrow:before {
    font-size: 22px;
    line-height: 53px;
  }
  .slider-table {
    padding-left: 175px;
  }
  .slider-table:before {
    width: 175px;
  }
  .slider-table-title {
    width: 175px;
  }
  .cms-home .page-header.animated ~ .page-promotions.header-sticky {
    margin-top: 78px;
  }
  .multishipping-checkout-addresses .page-header.animated ~ .page-main,
  .multishipping-checkout-address-newshipping .page-header.animated ~ .page-main,
  .page-header.animated ~ .page-promotions.header-sticky,
  .multishipping-checkout-addresses .page-header.animated ~ .widget.block-viewed-products-grid .block-wrapper,
  .multishipping-checkout-address-newshipping .page-header.animated ~ .widget.block-viewed-products-grid .block-wrapper {
    margin-top: 82px;
  }
  .nav-before-open .page-header,
  .login-before-open .page-header,
  .minicart-before-open .page-header {
    bottom: 0;
  }
  .filters-product-before-open .page-header {
    position: unset;
  }
  .filters-product-before-open .page-header.animated ~ .page-promotions.header-sticky {
    margin-top: 0;
  }
  .forix-abs-blocks-2columns,
  .storecredit .block-balance,
  .storecredit .block-balance-giftcard,
  .column .block-addbysku .block-content .box {
    width: 100%;
  }
  .forix-abs-blocks-2columns:nth-of-type(2n+2),
  .storecredit .block-balance:nth-of-type(2n+2),
  .storecredit .block-balance-giftcard:nth-of-type(2n+2),
  .column .block-addbysku .block-content .box:nth-of-type(2n+2) {
    padding-top: 10px;
  }
  .forix-abs-blocks-2columns:nth-of-type(2n+1),
  .storecredit .block-balance:nth-of-type(2n+1),
  .storecredit .block-balance-giftcard:nth-of-type(2n+1),
  .column .block-addbysku .block-content .box:nth-of-type(2n+1) {
    padding-top: 0;
  }
  .forix-abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    display: block;
    width: calc(100% - 23px);
  }
  .forix-abs-form-field-column-2 .fieldset .field:nth-of-type(2n+2),
  .form-giftregistry-share .fieldset .field:nth-of-type(2n+2),
  .form-giftregistry-edit .fieldset .field:nth-of-type(2n+2),
  .form-create-return .fieldset .field:nth-of-type(2n+2),
  .form.send.friend .fieldset .field:nth-of-type(2n+2) {
    padding-top: 0px;
  }
  .forix-abs-giftcard-block-form,
  .block.giftcard .fieldset,
  .opc-wrapper .form-aw-giftcard,
  .opc-wrapper .form-giftcard-account {
    margin-bottom: 40px;
  }
  .forix-abs-add-fields .message.notice,
  .form-add-invitations .message.notice {
    margin: 0;
    width: calc(100% - 23px);
  }
  .forix-abs-popup,
  .window.popup {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .forix-abs-popup-close,
  .window.popup .popup-actions .action.close {
    right: 10px;
    top: 10px;
    height: 23px;
    color: #767676;
  }
  .forix-abs-popup-close:after,
  .window.popup .popup-actions .action.close:after {
    line-height: 24px;
    font-size: 24px;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .filter-content .active .am-show-more.-active {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .category .subscribe-popup {
    width: 100%;
    top: 35%;
    text-align: center;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    width: 80%;
    margin: auto;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .table-wrapper .table.table-billing-agreements:not(.cart):not(.totals):not(.table-comparison) tbody td::before,
  .table-wrapper .table.table-billing-agreements-view:not(.cart):not(.totals):not(.table-comparison) tbody td::before {
    min-width: 105px;
  }
  .table-wrapper .table.table-billing-agreements-view:not(.cart):not(.totals):not(.table-comparison) tbody td::before {
    content: attr(data-th) " ";
  }
  .paypal-review .block-order-details-view {
    padding: 10px 0 0;
  }
  .paypal-review .block-order-details-view .block-content {
    margin: 0;
  }
  .paypal-review .block-order-details-view .box {
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
  }
  .paypal-review .block-order-details-view .box:nth-of-type(2n+2) {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .paypal-review .block-order-details-view .box-order-shipping-method {
    margin: 0 0 10px;
  }
  .paypal-review .box-order-shipping-method .actions-toolbar {
    margin: 20px 0 0;
  }
  .paypal-review .paypal-review-discount .block {
    margin: 15px 0;
  }
  .paypal-review .paypal-review-discount .fieldset > .field,
  .paypal-review .paypal-review-discount .actions-toolbar .primary button.action {
    margin-bottom: 0;
  }
  .paypal-review .paypal-review-title {
    margin-bottom: 0;
  }
  .paypal-review .block {
    width: 100%;
    margin: 5px 0;
  }
  .faq-index-index .page-title-wrapper {
    margin: 0 0 10px;
    padding: 0;
  }
  .faq-index-index .columns .column.main,
  .faq-index-index .widget.block-viewed-products-grid .block-content,
  .faq-index-index .columns .widget.block-viewed-products-grid .block-content {
    margin-top: 70px;
  }
  .modal-size-chart {
    padding: 25px 15px;
  }
  .catalogsearch-advanced-result .page-title-wrapper {
    margin: 0 0 10px;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 10px;
  }
  .minicart-wrapper {
    right: 40px;
    top: 0;
  }
  .minicart-wrapper:before {
    display: none;
  }
  .minicart-wrapper .minicart-items .product-item-details {
    padding-right: 0;
    padding-left: 75px;
  }
  .minicart-wrapper .action.showcart:before {
    left: -35px;
  }
  .block-minicart {
    padding: 0 18px 20px;
    display: none;
  }
  .block-minicart:before {
    top: 4px;
    right: 78px;
    display: none;
  }
  .info-account-cart .minilogin-wrapper .action.showlogin:before {
    left: -30px;
  }
  .block-minicart .block-content > .actions .action.viewcart {
    min-width: 100%;
    padding: 0 10px;
  }
  .page-wrapper .minicart-wrapper .push-close .counter {
    top: 18px;
    right: 3px;
  }
  .minicart-open .page-wrapper .minicart-wrapper .push-close .counter {
    display: none;
  }
  .checkout-cart-index .page.messages {
    margin: 20px 0 -10px;
  }
  .checkout-cart-index .page-main,
  .checkout-cart-index .widget.block-viewed-products-grid .block-wrapper {
    overflow-x: hidden;
  }
  .cart-customer-service:after,
  .cart-customer-service:before {
    content: '';
    background: #f3f3f3;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .cart-customer-service:before {
    left: -100%;
    right: 100%;
  }
  .cart-customer-service:after {
    right: -100%;
    left: 100%;
  }
  .cart-customer-service,
  .cart-summary-sticky {
    margin-top: -10px;
  }
  .cart-summary-sticky {
    padding: 0;
    margin-bottom: 0;
  }
  .cart-summary .price-match-waring-apply {
    margin-top: 10px;
  }
  .cart-summary .price-match-waring-apply p {
    margin-bottom: 0;
  }
  .cart-summary .block {
    margin: 0 0 5px;
    padding: 15px 10px;
  }
  .cart-summary .block .content {
    margin-bottom: 0;
  }
  .cart-summary .checkout-methods-items .action.checkout {
    min-width: 100%;
    height: 44px;
    line-height: 42px;
    max-width: 279px;
  }
  .cart-summary .giftcard .fieldset {
    margin-bottom: 50px;
  }
  .cart-summary .fieldset.estimate .field {
    padding: 0 9px!important;
  }
  .table.cart thead th {
    display: none;
  }
  .table.cart tbody {
    border-bottom: 1px solid #DDDDDD;
    border-top: 0;
    float: left;
    width: 100%;
  }
  .table.cart tbody td {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
  }
  .table.cart td.actions {
    position: static;
    min-width: 0;
    clear: left;
    text-align: left;
    padding-bottom: 12px;
    flex-wrap: wrap;
    align-items: center;
    display: flex !important;
    width: 100% !important;
  }
  .table.cart td.actions:before {
    margin-right: 30px;
    height: 12px;
    display: none;
  }
  .table.cart td.actions > a,
  .table.cart td.actions > div {
    display: inline-block;
    width: 33.33%;
    vertical-align: middle !important;
    white-space: normal;
  }
  .table.cart td.actions .actions-button {
    text-align: center;
  }
  .table.cart td.actions .block-requisition-list {
    text-align: right;
  }
  .table.cart td.actions .requisition-list-action button {
    line-height: normal;
    text-align: right;
  }
  .table.cart td .product-item-details .actions {
    display: block;
    margin: 0 0 5px;
  }
  .table.cart .item-actions {
    clear: both;
    padding: 10px 0 0;
  }
  .table.cart .item-actions td {
    white-space: nowrap;
  }
  .table.cart .item-actions .actions-toolbar .action.action-towishlist {
    margin-bottom: 0;
  }
  .table.cart > .item {
    clear: both;
    position: relative;
    display: block;
  }
  .table.cart > .item tr {
    display: block;
    padding: 0 0 15px;
  }
  .table.cart .item .col {
    border: 0 none;
  }
  .table.cart .item .col.qty {
    text-align: center;
    margin-bottom: 12px;
  }
  .table.cart .item .col.qty:before {
    display: block;
  }
  .table.cart .item .col.price,
  .table.cart .item .col.msrp {
    clear: left;
    text-align: left;
  }
  .table.cart .item .col.price:before {
    display: block;
  }
  .table.cart .item .col.subtotal {
    text-align: right;
  }
  .table.cart .item .col.subtotal:before {
    display: block;
  }
  .table.cart .item .col.msrp:before {
    display: block;
  }
  .table.cart .item .col.actions,
  .table.cart .item .col.qty,
  .table.cart .item .col.price,
  .table.cart .item .col.subtotal,
  .table.cart .item .col.msrp,
  .table.cart .item .col.msrp {
    display: block;
    width: 33.33333333%;
    float: left;
  }
  .table.cart .item .col.item {
    display: block;
    position: relative;
    padding-bottom: 5px;
    border: 0;
  }
  .table.cart .cart-price {
    padding-top: 8px;
    display: block;
  }
  .cart.main.actions .action.update {
    padding: 0 10px;
    letter-spacing: 0;
    min-width: 0;
  }
  .block.crosssell {
    clear: both;
    padding: 22px 0 15px;
  }
  .block.crosssell .block-title {
    margin: 0 0 8px;
    font-size: 18px !important;
  }
  .block.crosssell .block-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cart-customer-service ul {
    justify-content: left;
  }
  .cart-customer-service ul li {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    justify-content: left;
  }
  .cart-customer-service ul li:before {
    min-width: 48px;
  }
  .form-quote-popup .actions-toolbar .primary button {
    margin: 0 0 15px;
  }
  .form-quote-popup .actions-toolbar button {
    width: 100%;
  }
  .checkout-cart-index .modal-popup.popup-listcoupon .modal-header:after {
    left: 15px;
    right: 15px;
    bottom: -4px;
  }
  .checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist {
    padding-bottom: 51px !important;
  }
  .checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .image {
    width: 100px;
  }
  .checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .couponcode {
    width: 158px;
  }
  .checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .copycode {
    left: 130px;
    position: absolute;
  }
  .cart-container {
    margin-bottom: 58px;
  }
  .ampromo-items-add a {
    font-size: 13px;
  }
  .cart-need-help .need-help ul li.chat,
  .opc-sidebar .need-help ul li.chat,
  .opc-sidebar .need-help ul li.chat {
    display: none;
  }
  .checkout-container .minilogin-container {
    top: -104px;
    display: block;
  }
  .popup-authentication .modal-inner-wrap {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .popup-authentication .modal-content {
    padding: 30px 10px;
  }
  .popup-authentication .block-customer-login,
  .popup-authentication .block-new-customer {
    width: 100%;
  }
  .popup-authentication .block-customer-login {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .popup-authentication .block-new-customer {
    padding-left: 0;
    margin: 0 0 10px;
  }
  .checkout-index-index .page-header {
    height: 124px;
    border-bottom: 1px solid #dddddd;
  }
  .checkout-index-index .page-header .logo {
    float: none !important;
    margin: 0 !important;
  }
  .opc-wrapper {
    width: 100%;
    padding-right: 0;
    margin: 0;
  }
  .checkout-onepage-success .checkout-success-left,
  .multishipping-checkout-success .checkout-success-left {
    margin: 0 0 20px;
  }
  .opc-sidebar .need-help ul li.chat {
    display: none;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .modal-popup .form-shipping-address {
    padding-right: 0;
  }
  .checkout-payment-method .payment-option-content {
    padding: 10px 0 0;
  }
  .checkout-payment-method .payment-option-inner .label {
    position: static !important;
  }
  .checkout-payment-method #mageworx-reward-points-buttons-container .action {
    width: 100%;
  }
  .checkout-payment-method .payment-method-content > .actions-toolbar {
    padding: 10px 0 5px;
  }
  .checkout-payment-method .payment-method-content > .actions-toolbar .primary button.action {
    margin-bottom: 0;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset.ccard .field.cvv:last-child {
    margin-bottom: 20px;
  }
  .checkout-payment-method .payment-method-billing-address .actions-toolbar {
    margin: 0 0 35px;
  }
  .checkout-payment-method .payment-method-billing-address .primary .action-update,
  .checkout-payment-method .payment-method-billing-address .primary .action-cancel,
  .checkout-payment-method .payment-method-billing-address + form {
    margin-bottom: 0;
  }
  .checkout-payment-method .payment-method-billing-address + form + .checkout-agreements-block {
    margin-top: 20px;
  }
  .opc-progress-bar {
    top: -75px;
  }
  .table-checkout-shipping-method {
    width: 100%;
  }
  .table-checkout-shipping-method td {
    min-width: 70px;
  }
  .checkout-shipping-method .actions-toolbar {
    border-top: 0;
    margin-top: 0;
    padding-top: 25px;
  }
  .checkout-shipping-method .actions-toolbar .primary .action {
    margin-bottom: 0;
  }
  .opc-wrapper .shipping-address-items {
    display: block;
  }
  .opc-wrapper .shipping-address-item {
    line-height: 25px;
    padding: 20px 0;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item:before {
    height: 1px;
    top: 0;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 20px 15px;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item:nth-child(2n + 1):before {
    display: block;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    min-width: 136px;
  }
  .opc-sidebar {
    float: none;
    clear: both;
    margin: 0;
  }
  .opc-sidebar .block-minicart {
    display: block;
  }
  .opc-sidebar .push-close {
    display: none;
  }
  .minicart-before-open.push.right .opc-sidebar .minicart-wrapper .block-minicart {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 18px;
  }
  .field-tooltip .field-tooltip-content {
    top: 32px;
    left: auto;
    right: -3px;
    min-width: 165px;
    font-size: 13px;
  }
  .field-tooltip .field-tooltip-content:before {
    background: url(../../frontend/Forix/ecsupply/en_US/images/arrow-2.png) no-repeat 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    height: 9px;
    width: 11px;
    position: absolute;
    content: "";
    display: block;
    right: 6px;
    top: -9px;
    left: auto;
    bottom: auto;
    margin-top: 0;
  }
  .credit-balance-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
  }
  .credit-balance-list .credit-balance-item {
    margin: 0 0 15px;
  }
  .company-credit-history-index .quotes-grid-toolbar .toolbar-amount {
    display: none;
  }
  .block-collapsible-nav,
  .block.account-nav,
  .block-cms-links {
    padding: 0 9px;
    position: absolute;
    width: 100%;
  }
  .block-collapsible-nav .title,
  .block.account-nav .title,
  .block-cms-links .title {
    display: block;
    position: relative;
  }
  .block-collapsible-nav .title:after,
  .block.account-nav .title:after,
  .block-cms-links .title:after {
    position: absolute;
  }
  .block-collapsible-nav .content,
  .block.account-nav .content,
  .block-cms-links .content {
    background: #f3f3f3;
    padding: 15px 10px 5px;
    display: none;
    top: 15px;
    border: 1px solid #f3f3f3;
  }
  .block-collapsible-nav .item.current strong,
  .block.account-nav .item.current strong,
  .block-cms-links .item.current strong {
    font-size: 15px;
  }
  .block-collapsible-nav .nav .delimiter,
  .block.account-nav .nav .delimiter,
  .block-cms-links .nav .delimiter {
    margin: 0;
    height: 0;
  }
  .account .block-collapsible-nav .title,
  .account .block.account-nav .title,
  .account .block-cms-links .title {
    border: 1px solid #dddddd;
    padding: 0 0 0 10px;
    line-height: 35px;
  }
  .account .sidebar-additional:before {
    display: block;
  }
  .account.page-layout-2columns-left .column.main,
  .account.page-layout-2columns-left .widget.block-viewed-products-grid .block-content {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-right: 9px;
    padding-left: 9px;
    margin-top: 40px;
  }
  .account .table-wrapper .table tbody td > span {
    display: inline-block;
  }
  .account .quick-order-block {
    display: none;
  }
  .account .top-content-wrapper {
    margin-bottom: 15px;
  }
  .account .button-custom {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    max-width: none;
  }
  .account .poll-wrapper {
    margin-top: 100px;
  }
  .account .sidebar-dailydeal.no-deal h3 {
    font-size: 45px;
    line-height: 53px;
  }
  .account .sidebar-dailydeal .product-image-container img {
    padding-top: 20px;
  }
  .account .data-grid-tr-no-data td:before {
    display: none;
  }
  .account .block-addresses-list .block-title {
    margin-bottom: 20px;
  }
  .block-addresses-default,
  .block-addresses-list {
    margin-bottom: 25px;
  }
  .block-dashboard-info .block-content {
    margin-left: 0;
    margin-right: 0;
  }
  .block-dashboard-info .block-content .box {
    padding-left: 0;
    padding-right: 0;
  }
  .block-addresses-list .items > .item:nth-of-type(2n+2) {
    border-top: 0 !important;
    padding-top: 10px !important;
    margin-top: 0 !important;
  }
  .table-wrapper.reward-history table.data-table tr td.col.product .product-item-photo {
    width: 65px;
    margin-right: 15px;
  }
  .table-wrapper.reward-history table.data-table tr td.col:not(.product) {
    clear: both;
  }
  .table-wrapper.reward-history table.data-table tr td.col:not(.product):before {
    padding-left: 80px;
  }
  .table-wrapper.reward-history table.data-table td.col:not(.product):before {
    min-width: 50%;
    max-width: 50%;
  }
  .login-container .block {
    margin-bottom: 30px;
  }
  .login-container .block-customer-login .actions-toolbar .secondary {
    margin-top: 5px;
  }
  .login-container .actions-toolbar .action.create {
    min-width: 100%;
  }
  .create-company-account {
    margin: 0;
    float: none;
  }
  .create-company-account .company-account-left {
    margin: 0 0 20px;
  }
  .create-company-account .company-account-right .block-license-permits {
    margin: 0 0 20px;
  }
  .create-company-account .sb-container {
    margin: 20px auto 0;
    max-width: 315px;
  }
  .form.password.forget .actions-toolbar {
    text-align: right;
    float: right;
    width: 100%;
  }
  .form.password.forget .actions-toolbar .primary {
    float: left;
  }
  .form.password.forget .actions-toolbar .secondary {
    margin-top: 5px;
  }
  .storecredit .block {
    margin-bottom: 20px;
  }
  .storecredit .block-balance-history .block-content {
    padding: 0;
  }
  .account .table-wrapper .table.table-balance-history:not(.cart):not(.totals):not(.table-comparison) tbody td::before {
    min-width: 105px;
  }
  .page-product-downloadable .product-options-bottom {
    padding-left: 0;
    width: 100%;
  }
  .page-product-downloadable .product-options-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    margin-bottom: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    padding: 0;
  }
  .gift-options .actions-toolbar .secondary .action {
    min-width: 136px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    margin-left: 10px;
    margin-top: 10px;
  }
  .gift-message-summary {
    margin: 5px 0;
  }
  .gift-message .field.choice,
  .gift-message .options-items .order-title,
  .gift-message .extra-options-container .field.choice {
    margin: 0 0 15px;
  }
  .gift-message .options-items .order-options {
    padding: 0 0 15px;
  }
  .table-giftregistry td a.action {
    margin-left: -4px;
  }
  .form-giftregistry-edit .fieldset.recipients > .actions-toolbar {
    margin-top: -10px;
  }
  .table-giftregistry-items .col.product,
  .table-giftregistry-items .col.note {
    width: 100%;
    clear: both;
    margin: 5px 0;
  }
  .table-giftregistry-items .col.qty {
    margin: 10px 0;
  }
  .table-giftregistry-items .col.qty .field {
    display: inline-block;
  }
  .table-giftregistry-items .col.actions {
    margin: 5px 0 10px;
  }
  .table.giftregistry .col.price > .price-box {
    display: inline-block;
  }
  .account .table-wrapper .table.table-giftregistry:not(.cart):not(.totals):not(.table-comparison) tbody td::before,
  .account .table-wrapper .table.table-giftregistry-items:not(.cart):not(.totals):not(.table-comparison) tbody td::before,
  .block-giftregistry-results .table:not(.cart):not(.totals):not(.table-comparison) tbody td::before {
    min-width: 80px;
  }
  .account .table-wrapper .table.table-order-items:not(.cart):not(.totals):not(.table-comparison) tbody .col.options:before {
    display: none;
  }
  .magento-giftregistry-index-index .column.main .actions-toolbar .action.primary,
  .magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gift-wrapping {
    padding-right: 0;
    margin-bottom: -20px;
    width: 100%;
  }
  .gift-wrapping + .gift-message {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
    margin: 0 0 -20px;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .invitations .action.send {
    margin: 0 0 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .multicheckout > .actions-toolbar {
    margin-top: 0;
    margin-bottom: 0;
  }
  .multicheckout > .actions-toolbar .primary {
    float: none;
  }
  .multicheckout > .actions-toolbar .action.back {
    margin: 15px 0 0;
  }
  .multicheckout .table-wrapper .action.delete {
    position: absolute;
    margin: 0;
  }
  .multicheckout .table-wrapper .action.delete:after {
    line-height: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 7px;
  }
  .multicheckout.address tbody > tr {
    position: relative;
  }
  .multicheckout .block-shipping .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .multicheckout .block-shipping .table-wrapper {
    margin-bottom: 0;
  }
  .multicheckout .methods-shipping .item-title {
    margin-bottom: 12px;
  }
  .multicheckout .block-billing .box {
    width: 100%;
    margin: 0 0 20px;
  }
  .multicheckout .table-order-review tfoot .amount strong {
    text-align: right;
  }
  .multicheckout .checkout-review .grand.totals {
    font-size: 18px;
    margin-bottom: 27px;
  }
  .customer-review .review-details .customer-review-rating .rating-label {
    margin-top: -2px;
  }
  .customer-review .rating-summary {
    margin-right: 5px;
  }
  .customer-review .reviews-actions .action:first-child {
    margin-left: 0;
  }
  .product-info-main .product-reviews-summary {
    margin: 0;
  }
  .review-add .review-form-actions .action {
    min-width: 100%;
  }
  .account .table-wrapper .table.table-reviews:not(.cart):not(.totals):not(.table-comparison) tbody td::before {
    min-width: 90px;
  }
  .product-options-wrapper .swatch-attribute.size {
    margin-right: 5px;
    width: calc(100% - 111px);
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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;
  }
  .account .table-wrapper .table.table-credit-cards:not(.cart):not(.totals):not(.table-comparison) tbody td::before {
    min-width: 90px;
  }
  .main-slider-wrapper {
    background: #f3f3f3;
  }
  .main-slider-wrapper .slick-arrow {
    min-width: 15px;
  }
  .main-slider-wrapper .slick-dots {
    top: 145px;
    line-height: 6px;
  }
  .main-slider-wrapper .slick-dots li {
    margin: 0 5px;
    width: 41px;
    height: 6px;
  }
  .main-slider-wrapper .slick-dots li button {
    width: 41px;
    height: 6px;
    border: 1px solid #ffffff;
  }
  .main-slider-wrapper .slick-dots li button:before {
    width: 41px;
    height: 6px;
  }
  .main-slider-wrapper .slick-prev,
  .main-slider-wrapper .slick-next {
    top: 70px;
  }
  .main-slider .banner-inner {
    background: #f3f3f3;
    padding: 0 20px;
    text-align: center;
  }
  .main-slider .banner-inner .banner-link {
    border: 2px solid #333333;
    margin-top: 15px;
  }
  .main-slider .banner-inner .banner-link > span {
    color: #333333;
  }
  .main-slider .banner-inner .box-info {
    margin-bottom: 20px;
  }
  .main-slider .banner-content {
    background: #f3f3f3;
  }
  .main-slider .banner-text {
    margin-bottom: 0;
    color: #333333;
    max-width: none;
    padding: 0 15px;
  }
  .main-slider .banner-title {
    color: #333333;
    line-height: 35px;
    letter-spacing: 0.5px;
    font-size: 25px;
    margin-top: 0;
  }
  .main-slider .banner-title > span {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-slider .banner-title > span.no-display {
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-slider .main-slider .banner-title {
    font-size: 35px;
    line-height: 55px;
    letter-spacing: 0.7px;
  }
  .minilogin-wrapper .block-authentication {
    padding: 20px;
  }
  .minilogin-wrapper .block-authentication:before {
    top: 4px;
    right: 78px;
    display: none;
  }
  .minilogin-wrapper .block-authentication:after {
    height: 16px;
    width: 40px;
    top: -20px;
    right: 49px;
  }
  .block-customer-login .fieldset {
    margin-bottom: 20px;
  }
  .block-customer-login .form-forgotpwd {
    padding-top: 0;
  }
  .block-customer-login .form-forgotpwd .btn-close:before {
    top: -30px;
  }
  .block-customer-login .form-forgotpwd .title {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product-label {
    font-size: 10px;
  }
  .product-label .item {
    font-size: 9px;
    line-height: 15px;
    margin-left: 5px;
    padding: 0 5px;
  }
  .product-info-main .product-label .item {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
  }
  .shopby-shopby-index.page-layout-1column .sb-container {
    z-index: 100;
  }
  .shopby-shopby-index.page-layout-1column .sb-container .sb-content .sb-text {
    left: 15px;
    right: 15px;
    width: auto;
  }
  .shopby-shopby-index.page-layout-1column #brand-index-title {
    color: #333333;
    text-align: left;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    position: relative;
  }
  .shopby-shopby-index.page-layout-1column #brand-index-title:after {
    line-height: 20px;
    font-size: 22px;
    font-weight: normal;
    vertical-align: middle;
    content: "\f107";
    color: inherit;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
  }
  .shopby-shopby-index.page-layout-1column #brand-index-title.active:after {
    content: "\f106";
  }
  .shopby-shopby-index.page-layout-1column .brand-index-list {
    position: absolute;
    background: #ffffff;
    z-index: 100;
    top: 30px;
    left: 0;
  }
  .shopby-shopby-index.page-layout-1column ul.brand-index-list li a {
    color: #333333;
    font-weight: 400;
    margin-right: 14px;
    line-height: 35px;
  }
  .flfilter-content .flfilter-item-list {
    margin: 0 0 20px;
  }
  .flfilter-content .flfilter-item-list:last-child {
    margin-bottom: 33px;
  }
  .flfilter-content .flfilter-item-list .flfilter-item {
    width: 50%;
  }
  .flfilter-content .flfilter-item-list .flfilter-list {
    margin: 0 0 0 35px!important;
    padding: 40px 0 0;
  }
  .flfilter-content .flfilter-item-list .character {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  .flfilter-content .flfilter-item-list .line {
    top: 17px;
  }
  .shopby-shopby-index .column.main .brand-content,
  .shopby-shopby-index .widget.block-viewed-products-grid .block-content .brand-content {
    display: none;
  }
  .shopby-shopby-index .column.main .athlete-content.flfilter-content,
  .shopby-shopby-index .widget.block-viewed-products-grid .block-content .athlete-content.flfilter-content {
    margin-top: 16px;
  }
  .column .block-addbysku .fieldset .fields {
    margin-bottom: 0;
  }
  .column .form-addbysku > .actions-toolbar {
    padding: 0;
  }
  .block-cart-failed {
    margin: 0 0 20px;
  }
  .block-cart-failed .form-cart-failed > .actions .action {
    margin: 0 auto 10px;
  }
  .page-products .page-title-wrapper {
    margin: 20px 0 15px;
    padding: 0;
  }
  .page-products .page-main,
  .page-products .widget.block-viewed-products-grid .block-wrapper {
    padding-top: 0;
  }
  .page-products.catalog-category-view .sidebar.sidebar-main,
  .page-products.catalogsearch-result-index .sidebar.sidebar-main {
    padding-bottom: 0;
  }
  .catalog-filter-top .column.main,
  .catalog-filter-top .widget.block-viewed-products-grid .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .toolbar-bottom .toolbar-products {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .block.related .product-items .product-item:nth-of-type(-n+2),
  .block.upsell .product-items .product-item:nth-of-type(-n+2),
  .block.crosssell .product-items .product-item:nth-of-type(-n+2) {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ohms-attributes li {
    margin-left: 16px;
  }
  .ohms-attributes li:before {
    left: -8px;
  }
  .ias-next-page {
    text-align: center;
  }
  .ias-next-page .back-to-top {
    margin-top: 15px;
    display: inline-block;
    float: none;
  }
  .sidebar .block-compare {
    display: none;
  }
  .catalog-category-view .category-view .category-image {
    padding-bottom: 33.33333333%;
    overflow: hidden;
  }
  .catalog-category-view .category-view .category-image img {
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: 200%;
  }
  .products-grid .promotion .cms-block-outer {
    min-height: 370px;
  }
  .products-grid .promotion .sb-image img {
    max-width: 160%;
  }
  .catalog-product-view .page-main,
  .catalog-product-view .widget.block-viewed-products-grid .block-wrapper {
    padding-top: 14px;
  }
  .product-main-container {
    margin: 0 0 36px;
    padding: 0;
    width: 100%;
  }
  .product.media,
  .product.info.detailed {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-layout-1column .product.media,
  .page-layout-2columns-left .product.media,
  .page-layout-1column .product.info.detailed,
  .page-layout-2columns-left .product.info.detailed {
    width: 100%;
  }
  .product-info-main .product.sku {
    padding: 0;
    margin-right: 5px;
    margin-bottom: 12px;
  }
  .product-info-main .product-options-wrapper {
    margin: 0;
  }
  .product.info.detailed {
    margin-bottom: 35px;
  }
  .block.related {
    margin: 0 0 30px;
  }
  .product-addto-links .action {
    width: 100%;
    font-size: 11px;
  }
  .product-addto-links .action.tocompare {
    display: none;
  }
  .widget.block-viewed-products-grid .block-title {
    padding-top: 22px;
  }
  .widget.block-viewed-products-grid .product-items {
    margin: 0 auto;
  }
  .fotorama__fullscreen-icon:before {
    right: 20px;
  }
  .fotorama .video-thumb-icon:after {
    top: 48%;
    left: 46%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: bottom right;
    background-size: 40px auto;
  }
  .fotorama__fullscreen .fotorama__zoom-in:before {
    height: 24px;
    left: 30px;
    top: 39px;
  }
  .fotorama__fullscreen .fotorama__zoom-in:after {
    width: 24px;
    left: 20px;
  }
  .fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:after {
    right: 20px;
  }
  .fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:after {
    left: 20px;
  }
  .fotorama-sprite:before,
  .fotorama__fullscreen .fotorama__zoom-out:before {
    left: 20px;
    width: 24px;
    top: 10px;
  }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0 5px 0 0 !important;
    height: 56px !important;
  }
  .pdp-product-main-container .fotorama__nav--thumbs .fotorama__nav__frame {
    max-width: 46px !important;
    max-height: 46px !important;
  }
  .fotorama__nav.fotorama__nav--thumbs {
    height: 56px !important;
  }
  .fotorama__arr .fotorama__arr__arr:before {
    font-size: 30px;
  }
  html.has-pricematch-form {
    overflow: hidden;
  }
  .catalog-product-view .block.related .products-grid .product-item-details {
    height: 128px;
    padding: 0 7px;
  }
  .catalog-product-view .block.related .products-grid .product-item-details .product-item-name {
    margin-top: 23px;
  }
  .catalog-product-view .block.related .products-grid .product-items {
    margin-left: 0;
    margin-right: 0;
  }
  .catalog-product-view .block.related .products-grid .product-items .product-item {
    padding-left: 7px;
    padding-right: 7px;
  }
  .catalog-product-view.has-pricematch-form .product-info-main .product-add-form .content-pricematch-form {
    padding: 10px;
  }
  .catalog-product-view.has-pricematch-form .product-info-main .product-add-form .content-pricematch-form .itoris-pm-admin-comment {
    padding-top: 10px;
  }
  .product-info-tabs .content.active,
  .quickview-tabs .content.active {
    padding-right: 0;
  }
  .product-info-tabs,
  .quickview-tabs {
    margin-bottom: 63px;
    display: none;
    clear: both;
  }
  .product-info-tabs .title:first-child,
  .quickview-tabs .title:first-child {
    padding-top: 0;
  }
  .product-info-tabs #ec_tech_spec,
  .quickview-tabs #ec_tech_spec {
    display: flex;
    flex-wrap: wrap;
  }
  .product-info-tabs #ec_tech_spec .tech-spec-content,
  .quickview-tabs #ec_tech_spec .tech-spec-content {
    max-width: 100%;
    order: 2;
  }
  .product-info-tabs #ec_tech_spec .tech-spec-brand,
  .quickview-tabs #ec_tech_spec .tech-spec-brand {
    max-width: 100%;
    order: 1;
    float: left;
    text-align: left;
  }
  .cms-page-view .page-title-wrapper {
    padding: 30px 0 0;
    margin: 0 0 10px;
  }
  .cms-page-view .forix-bannerslider-standard {
    margin: 0;
  }
  .cms-page-view .column.main,
  .cms-page-view .widget.block-viewed-products-grid .block-content {
    margin-top: 70px;
  }
  .cms-page-view .column.main .box-image,
  .cms-page-view .widget.block-viewed-products-grid .block-content .box-image {
    margin: 0;
  }
  .cms-page-view .column.main .image-right,
  .cms-page-view .column.main .image-left,
  .cms-page-view .column.main .image-small,
  .cms-page-view .widget.block-viewed-products-grid .block-content .image-right,
  .cms-page-view .widget.block-viewed-products-grid .block-content .image-left,
  .cms-page-view .widget.block-viewed-products-grid .block-content .image-small {
    width: 100%;
    max-width: 100%;
  }
  .cms-page-view .column.main section h4,
  .cms-page-view .column.main .bluefoot-row h4,
  .cms-page-view .widget.block-viewed-products-grid .block-content section h4,
  .cms-page-view .widget.block-viewed-products-grid .block-content .bluefoot-row h4 {
    clear: both;
  }
  .cms-page-view .sidebar {
    position: relative;
  }
  .cms-page-view .img-col3-set > div,
  .cms-page-view .img-col2-set > div {
    margin: 0 0 15px;
  }
  .cms-page-view .img-col3-set > div:last-child,
  .cms-page-view .img-col2-set > div:last-child {
    margin: 0;
  }
  .cms-page-view section,
  .cms-page-view .bluefoot-row {
    margin: 0 0 15px;
    clear: both;
  }
  .sidebar .block-cms {
    position: absolute;
    padding: 0 9px;
    background: 0;
  }
  .sidebar .block-cms .block-title,
  .shopby-shopby-index.page-layout-1column #brand-index-title {
    height: 30px;
    width: 100%;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 2px 5px;
    font-size: 12px;
  }
  .sidebar .block-cms .block-title:after {
    display: table-cell;
  }
  .sidebar .block-cms .block-title strong {
    font-weight: 400;
    line-height: 24px;
  }
  .sidebar .block-cms .block-content,
  .shopby-shopby-index.page-layout-1column .brand-index-list {
    padding: 15px 10px;
    display: none;
  }
  .sidebar .block-cms .block-content.active,
  .shopby-shopby-index.page-layout-1column .brand-index-list.active {
    display: block;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    border-top: 0;
  }
  .cms-noroute-index .page-title-wrapper,
  .page-search-noresult .page-title-wrapper {
    margin: 0 0 5px;
    padding: 15px 0 0;
  }
  .cms-noroute-index .column.main .block-empty,
  .cms-noroute-index .widget.block-viewed-products-grid .block-content .block-empty,
  .page-search-noresult .column.main .block-empty {
    padding: 0;
  }
  .cms-noroute-index .nav-links-extend > ul > li,
  .page-search-noresult .nav-links-extend > ul > li {
    width: 100%;
    padding: 0;
  }
  .block-norout-contact .rout-item {
    margin: 0 0 10px;
  }
  .block-norout-category {
    float: left;
    width: 100%;
  }
  .block-norout-category .rout-category,
  .block-norout-category > ul.content > li {
    margin: 0 0 20px;
    width: 50%;
  }
  .block-norout-category .rout-category > div,
  .block-norout-category > ul.content > li > div {
    text-align: left;
  }
  .cms-home .column.main .main-category-featured-slider-wrapper,
  .cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper {
    margin-bottom: 36px;
    margin-left: -1px;
    margin-right: -1px;
    padding: 0;
  }
  .cms-home .column.main .main-category-featured-slider-wrapper ol > li,
  .cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper ol > li {
    border: 1px solid #ffffff;
  }
  .cms-home .column.main .main-content-wrapper,
  .cms-home .widget.block-viewed-products-grid .block-content .main-content-wrapper {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px;
    clear: both;
  }
  .cms-home .brand-featured {
    display: none;
  }
  .cms-home .main-home-content {
    margin: 0 -10px;
    padding-top: 1px;
  }
  .cms-home .main-content-wrapper .dailyoffers-wrapper ol.slick-slider,
  .cms-home .main-content-wrapper .dailyoffers-wrapper ol.block-related-slider-wrapper {
    margin: 0 auto;
  }
  .cms-home .sidebar-dailydeal.products-grid .product-item-details .old-price {
    display: inline-block;
  }
  .cms-home .product-new-sale {
    margin-top: 100px;
  }
  .cms-home .product-new-sale .product-image-container {
    width: 100% !important;
  }
  .cms-home .product-new-sale .products-grid .product-items.slick-slider,
  .cms-home .product-new-sale .products-grid .product-items.block-related-slider-wrapper {
    margin: 0 -10px;
  }
  .cms-home .product-new-sale .block.widget {
    margin-bottom: 30px;
  }
  .cms-home .product-new-sale .block.widget .product-item-info {
    width: 100% !important;
  }
  .cms-home .product-new-sale .products-grid .product-item .btn-login-to-see-price {
    margin-bottom: 0;
  }
  .cms-home .slick-arrow:before {
    font-size: 27px;
    line-height: 27px;
    width: 20px;
    display: block;
    text-align: center;
  }
  .cms-home .block-title-linear:after,
  .cms-home .poll-wrapper .block-title:after,
  .cms-home .cms-home .widget .block-title:after {
    width: calc(100% - 180px);
  }
  .cms-home .lookbookslider-top .cycle-slideshow1 {
    margin: 0;
    overflow: initial !important;
  }
  .cms-home .lookbookslider-top .hotspot {
    display: block;
  }
  .cms-home .lookbookslider-container {
    height: 100%;
  }
  .cms-home .products-grid .product-items .product-item {
    padding-bottom: 0;
    padding-top: 0;
  }
  .cms-home .lookbookslider-top .hotspot .pro-detail-div .actions-primary,
  .cms-home .lookbookslider-top .hotspot .pro-detail-div .not-logged-in {
    margin: 5px 10px;
  }
  .cms-home .lookbookslider-top .hotspot .pro-detail-div .actions-primary > a,
  .cms-home .lookbookslider-top .hotspot .pro-detail-div .not-logged-in > a {
    min-width: initial;
  }
  .cms-home .lookbookslider-top .hotspot .pro-detail-div .actions-primary > a > span,
  .cms-home .lookbookslider-top .hotspot .pro-detail-div .not-logged-in > a > span {
    line-height: 30px;
  }
  .cms-home .lookbookslider-top .hotspot .pro-detail-div .not-logged-in > a > span {
    line-height: 26px;
  }
  .cms-home .lookbookslider-top .hotspot .pro-detail-div .btn-login-to-see-price {
    font-size: 8px;
    min-width: 100px;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
  }
  .lookbookslider-top {
    display: none;
  }
  .lookbook-mobile .lookbookslider-top {
    display: block;
  }
  .sidebar-dailydeal.no-deal {
    margin: 0 auto -70px;
    max-width: 493px;
  }
  .vestrackorder-index-index .table-wrapper {
    padding-top: 0;
  }
  .vestrackorder-index-index .vestrackorder-tab {
    margin-top: 1px;
  }
  .vestrackorder-index-index .ves-trackorder .trackorder-tab {
    margin-top: 20px;
  }
  .vestrackorder-index-index .ves-trackorder #orderinfo .actions-toolbar {
    padding-top: 0;
    margin-bottom: 0;
  }
  .vestrackorder-index-index .ves-trackorder .block-left,
  .vestrackorder-index-index .ves-trackorder .block-right {
    width: 100%;
    padding: 0;
  }
  .vestrackorder-index-index .ves-trackorder .box-content address,
  .vestrackorder-index-index .ves-trackorder .box-content .status {
    padding-bottom: 30px;
  }
  .vestrackorder-index-index .ves-trackorder ul.order-links {
    padding: 0 1px;
  }
  .vestrackorder-index-index .table tfoot th,
  .vestrackorder-index-index .table tfoot td {
    padding-top: 10px;
  }
  .vestrackorder-index-index .table tfoot th.mark strong {
    padding-top: 7px;
  }
  .vestrackorder-index-index table thead th.qty,
  .vestrackorder-index-index table td.qty,
  .vestrackorder-index-index table thead th.subtotal,
  .vestrackorder-index-index table td.subtotal,
  .vestrackorder-index-index table thead th.price,
  .vestrackorder-index-index table td.price {
    text-align: left;
  }
  .vestrackorder-index-index .order-items-shipment table th.qty,
  .vestrackorder-index-index .order-items-shipment table td.qty {
    text-align: left;
  }
  .vestrackorder-index-index .order-links .item a {
    border: 1px solid #dddddd !important;
    margin: 0 -1px -1px;
  }
  .vestrackorder-index-index .order-links .item.current a {
    padding-bottom: 8px;
  }
  .vestrackorder-index-index .order-links .item:last-child.current a {
    border-bottom: none !important;
  }
  .ves-trackorder #orderinfo {
    padding-top: 0;
  }
  .qrcode {
    margin-bottom: 0;
  }
  .sales-order-history .modal-popup .modal-header,
  .sales-order-history .modal-popup .modal-content {
    padding: 25px 30px 0;
  }
  .sales-order-history .modal-popup .modal-header {
    min-height: auto;
  }
  .sales-order-history .modal-popup .modal-title {
    line-height: 30px;
  }
  .jstree li a > .field-tooltip {
    float: right;
    margin-right: -4rem;
    position: static;
  }
  .jstree li a > .field-tooltip .field-tooltip-content {
    left: 0;
    max-width: 90%;
    right: auto;
    top: 4.5rem;
    z-index: 20;
  }
  .jstree li a > .field-tooltip .field-tooltip-content:before,
  .jstree li a > .field-tooltip .field-tooltip-content:after {
    left: 163px;
    right: auto;
  }
  .links-container-title {
    display: none;
  }
  .company-account-index .column.main .block:not(.widget) .block-title > .action,
  .company-account-index .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title > .action {
    margin-top: 5px;
    float: right;
  }
  .company-account-index .column.main .block:not(.widget) .block-content strong,
  .company-account-index .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box-content span,
  .company-account-index .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box-content span {
    display: block;
    overflow: hidden;
    vertical-align: top;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box,
  .company-account-index .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box:last-child,
  .company-account-index .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td > div,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .company-users-index .admin__data-grid-pager,
  .company-role-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .company-users-index .toolbar-amount,
  .company-role-index .toolbar-amount {
    position: relative;
  }
  .table-wrapper .table:not(.cart) > tbody > tr td.actions.col:before {
    display: none;
  }
  .contact-index-index .page-title-wrapper {
    margin: 0 0 10px;
    padding: 0;
  }
  .contact-index-index .page-title {
    line-height: 1;
  }
  .contact-index-index .column.main,
  .contact-index-index .widget.block-viewed-products-grid .block-content {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .contact-index-index .column.main .block-static-block h3,
  .contact-index-index .widget.block-viewed-products-grid .block-content .block-static-block h3 {
    margin: 0 0 10px;
  }
  .contact-index-index .sidebar-main {
    position: relative;
  }
  .contact-index-index .sidebar-additional {
    margin-bottom: 20px;
  }
  .form.contact {
    padding: 15px 0 0;
  }
  .form.contact .actions-toolbar {
    margin: 0;
  }
  .form.contact .actions-toolbar .primary button.action {
    margin: 0;
    width: 100%;
  }
  .sidebar .block.block-contacts .subtitle {
    margin-bottom: 10px;
  }
  .sidebar .block.block-contacts dl {
    padding: 0 0 5px;
    margin: 0 0 15px;
  }
  .sidebar .block.block-contacts dd {
    margin: 0 0 10px;
    line-height: 18px;
  }
  .sidebar .block.block-contacts > .contact-item:first-child p {
    display: none;
  }
  .negotiable-quote-quote-view table td .product-image-outer {
    margin-top: 15px;
  }
  .block.filter .filter-content {
    position: relative;
    padding: 0;
    display: block;
    left: -15px;
    right: -15px;
    width: calc(100% + 30px);
  }
  .block.filter .filter-content .filter-current {
    padding: 0 9px;
  }
  .block.filter .filter-content.active:before {
    content: "";
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .block.filter .filter-content.active .filter-subtitle:after {
    content: '\e91b';
    font-family: 'm2-icons';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    line-height: 15px;
    display: block;
  }
  .block.filter .filter-content .filter-subtitle {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    line-height: 22px;
  }
  .block.filter .filter-content .filter-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    background-color: #ffffff;
    padding: 14px;
  }
  .filter-actions .action.clear {
    min-width: 110px;
  }
  .filter-actions .action.clear span {
    line-height: 31px;
  }
  .filter-current .item a {
    font-size: 13px;
  }
  .wishlist.split.button .action.split:before {
    line-height: 16px;
    margin: 0 5px 0 0;
  }
  .wishlist.window.popup {
    width: 100%;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: 5px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: inline-block;
  }
  .block-wishlist-management .wishlist-select-items {
    background: #f5f5f5;
    display: none;
    padding: 15px 10px 5px;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 0 0 10px;
    padding: 0 0 0 15px;
  }
  .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 {
    display: block;
  }
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-add.item .add:before {
    display: inline-block;
  }
  .block-wishlist-management .wishlist-title {
    margin-top: 15px;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 26px;
  }
  .block-wishlist-management .wishlist-info,
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .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: 0;
    padding: 0 10px 10px;
  }
  .data-grid-cell-content {
    display: inline-block;
  }
  .table-wrapper.quote-table .table:not(.cart):not(.totals):not(.table-comparison) tbody td.col.delete:before,
  .table-wrapper.quote-table .table:not(.cart):not(.totals):not(.table-comparison) tbody tr.item-actions td:before {
    display: none;
  }
  .table-wrapper.quote-table .table:not(.cart):not(.totals):not(.table-comparison) tbody td.col.qty:before {
    padding: 8px 0;
  }
  .quote-table .field.qty {
    display: inline-block;
  }
  .table-wrapper.quote-table .table:not(.cart):not(.totals):not(.table-comparison) tbody tr.item-actions {
    padding: 20px 0;
  }
  .quote-view-buttons .action {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .negotiable-quote-quote-view .quote-table-totals {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 0;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border: medium none;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete {
    float: right;
    margin-top: -3.5rem;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete:before {
    display: none;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update {
    display: block;
    width: 100%;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update:before {
    display: none;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td,
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child th {
    padding-top: 10px;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td {
    padding-left: 0;
    padding-right: 0;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td:before {
    display: none;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr {
    display: block;
    clear: both;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td,
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    padding: 5px 10px;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child > td {
    border-bottom: none;
    float: none;
    padding: 0;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child td,
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child th {
    border-bottom-width: 0;
    font-weight: 700;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th,
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total th {
    width: 150px;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price td,
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total td {
    float: right;
    width: 40%;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th:after {
    display: block;
    left: 130px;
    position: absolute;
    top: 1px;
    width: 15px;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price th {
    width: 125px;
  }
  .negotiable-quote-quote-view .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price td {
    float: right;
    width: 40%;
  }
  .negotiable-quote-quote-view .quote-table .price-excluding-tax,
  .negotiable-quote-quote-view .quote-table .price-including-tax {
    display: inline-block;
  }
  .negotiable-quote-quote-view .quote-table .col .qty {
    display: inline-block;
  }
  .negotiable-quote-quote-view .table-wrapper .quote-table-totals-wrap .table:not(.cart):not(.totals):not(.table-comparison) tbody tr.hidden {
    display: none;
  }
  .negotiable-quote-quote-view .product.data.items > .item.title > a {
    background: #f3f3f3;
    border: 1px solid #c0c0c0;
    border-top: none;
  }
  .negotiable-quote-quote-view .product.data.items > .item.title > a#tab-label-items-quoted-title {
    border-top: 1px solid #c0c0c0;
  }
  .negotiable-quote-quote-view table td {
    clear: both;
  }
  .negotiable-quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td.col.item:before {
    width: 100%;
  }
  .negotiable-quote-quote-print .quote-details-items {
    padding-top: 20px;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] td,
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] th,
  .negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child td,
  .negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child th {
    padding-top: 10px;
  }
  .negotiable-quote-quote-print .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td.col.item:before {
    display: none;
  }
  .negotiable-quote-quote-print .quote-table .quote-table-totals:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: none;
  }
  .negotiable-quote-quote-print .table-wrapper .quote-table-totals-wrap .table:not(.cart):not(.totals):not(.table-comparison) tbody tr.hidden {
    display: none;
  }
  .negotiable-quote-quote-print .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody tr {
    padding: 0;
    border-bottom: 0;
  }
  .negotiable-quote-quote-print .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody tr.grand_total .price,
  .negotiable-quote-quote-print .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody tr.catalog_price .price,
  .negotiable-quote-quote-print .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody tr.grand_total td:before,
  .negotiable-quote-quote-print .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody tr.catalog_price td:before {
    font-weight: 700;
  }
  .negotiable-quote-quote-print .table.quote-table-items {
    margin-bottom: 40px;
  }
  .negotiable-quote-quote-print .quote-price-block .quote-block-title {
    margin: 0 0 10px;
  }
  .negotiable-quote-quote-print .quote-price-block .table {
    margin-bottom: 25px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .negotiable-quote-quote-print .quote-shipping-info {
    margin: 0;
  }
  .quote-shipping-info .box-actions .action:first-child:after {
    height: 11px;
  }
  .block.newsletter {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px;
  }
  .block.newsletter .field {
    min-width: 190px;
    max-width: 400px;
    margin-right: 5px;
    width: calc(100% - 100px);
  }
  .block.newsletter p {
    margin-bottom: 15px;
  }
  .block.newsletter .actions button.action {
    min-width: 95px;
  }
  .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%;
  }
  .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;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields.deletable-item {
    margin-bottom: 18px;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields.additional {
    margin-bottom: 11px;
  }
  .quickorder-index-index .actions-toolbar .secondary {
    display: inline-block;
  }
  .quickorder-index-index .ui-front > ul:not(:empty) {
    right: 0 !important;
  }
  .products-grid .product-items .product-item .split.requisition-list-action .items {
    right: 0;
    left: auto;
  }
  .products-grid .product-items .product-item .split.requisition-list-action .items:before {
    right: 40px;
    left: auto;
  }
  .products-grid .product-items .product-item .split.requisition-list-action .items:after {
    right: 0;
    left: auto;
  }
  .products-grid .product-items .product-item:nth-child(2n+1) .split.requisition-list-action .items {
    left: 0;
    right: auto;
  }
  .products-grid .product-items .product-item:nth-child(2n+1) .split.requisition-list-action .items:before {
    right: auto;
    left: 40px;
  }
  .products-grid .product-items .product-item:nth-child(2n+1) .split.requisition-list-action .items:after {
    right: auto;
    left: 0;
  }
  .products-grid .split.requisition-list-action .items {
    margin-left: -5px;
    margin-right: -5px;
  }
  .data-grid-wrap.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody td.actions-field:before {
    display: none;
  }
  .block-requisition-management .requisition-toolbar-actions button.action span,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action span {
    display: none;
  }
  .block-requisition-management .requisition-toolbar-actions button.action:before,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action:before {
    content: attr(data-mobile-label);
  }
  .block-requisition-management .requisition-toolbar-select {
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select,
  .block-requisition-management .requisition-toolbar-actions {
    display: inline-block;
    text-align: left;
  }
  .requisition-toolbar-actions .mobile-label,
  .requisition-view-buttons .mobile-label {
    margin-right: 15px;
  }
  .requisition-view-buttons.actions-toolbar .primary button.action {
    margin: 0 10px 0 0;
    padding: 0 10px;
    min-width: auto;
  }
  .requisition-view-buttons.actions-toolbar .primary button.action:last-child {
    margin-right: 0;
  }
  .requisition-content tbody > tr {
    position: relative;
  }
  .requisition-content .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-content .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    float: left;
  }
  .requisition-content .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before {
    display: none;
  }
  .requisition-content .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-content .table-wrapper .table:not(.cart) > tbody > tr td.qty:before {
    padding: 7px 0;
  }
  .requisition-content .product-item-subtotal {
    display: inline-block;
  }
  .requisition-content .col.actions .actions-toolbar .action.action-delete {
    margin-left: 10px;
    position: absolute;
    top: 16px;
    right: 0;
  }
  .requisition-list-requisition-print .requisition-content .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .block-return-details .box .box-content {
    line-height: 22px;
  }
  .table-wrapper .table.table-returns:not(.cart):not(.totals):not(.table-comparison) tbody td::before {
    min-width: 90px;
  }
  .block-dashboard-orders .table-wrapper {
    margin-bottom: -10px;
  }
  .order-actions-toolbar .action {
    margin-top: 20px;
  }
  .order-actions-toolbar .action.print {
    margin-right: 0;
  }
  .order-actions-toolbar .action.block-requisition-list {
    margin-top: 10px;
  }
  .split.requisition-list-action .requisition-list-button {
    margin-top: 0;
  }
  .order-links {
    margin: -10px 0 10px;
  }
  .order-details-items .order-title {
    margin: 0;
  }
  .order-details-items tbody td {
    clear: both;
  }
  .order-details-items .items-qty {
    display: inline-block;
  }
  .order-tracking {
    padding: 15px 0 10px;
  }
  .table.tracking td,
  .table.tracking th,
  .table.tracking th {
    display: inline-block !important;
  }
  .table.tracking td:before,
  .table.tracking th:before,
  .table.tracking th:before {
    display: none !important;
  }
  .order-title + .order-tracking {
    border-bottom: 1px solid #c0c0c0;
  }
  .account .column.main .block:not(.widget).block-order-details-view .block-content .box,
  .account .widget.block-viewed-products-grid .block-content .block:not(.widget).block-order-details-view .block-content .box,
  .account .column.main .block:not(.widget).block-return-details .block-content .box,
  .account .widget.block-viewed-products-grid .block-content .block:not(.widget).block-return-details .block-content .box {
    width: 100%;
    margin: 0 0 30px;
  }
  .account .table-wrapper .table.table-order-items:not(.cart):not(.totals):not(.table-comparison) tbody td::before {
    min-width: 102px;
    font-size: 13px;
  }
  .sendfriend-product-send .page-main,
  .sendfriend-product-send .widget.block-viewed-products-grid .block-wrapper {
    padding: 25px 30px;
  }
  .sendfriend-product-send .page-title-wrapper {
    margin: 0 0 5px;
  }
  .sendfriend-product-send .input-text {
    height: 35px;
    font-size: 13px;
    line-height: 15px;
  }
  .form.send.friend .fieldset {
    margin: 0 0 30px;
  }
  .form.send.friend .fieldset .fields:nth-last-of-type(1) {
    margin-bottom: -5px;
  }
  .form.send.friend .fieldset .action.remove:before {
    line-height: 12px;
    font-size: 12px;
  }
  .form.send.friend .fieldset .message.notice {
    width: 100%;
  }
  .form.send.friend .fieldset > .legend {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .form.send.friend .fieldset .action.add#add-recipient-button {
    font-size: 15px;
    line-height: 18px;
  }
  .form.send.friend .fieldset .fields:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .form.send.friend .fieldset > .field {
    display: block;
    float: left;
  }
  .form.send.friend .fieldset > .field.name,
  .form.send.friend .fieldset > .field.sender,
  .form.send.friend .fieldset > .field.email {
    width: calc(50% - 6px);
  }
  .form.send.friend .fieldset > .field.email {
    float: right;
  }
  .form.send.friend .fieldset > .field.text {
    width: 100%;
    margin-bottom: 15px;
  }
  .form.send.friend .fieldset .additional .actions-toolbar {
    top: 2px;
    right: -18px;
    margin-top: 0;
  }
  .form.send.friend .fieldset .action.remove:before {
    line-height: 14px;
    font-size: 14px;
  }
  .form.send.friend > .actions-toolbar .action.submit {
    width: 190px;
    height: 45px;
  }
  .form.send.friend > .actions-toolbar .action.submit > span {
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
  }
  .nav-toggle,
  .nav-toggle-close {
    display: inline-block;
    left: 14px;
  }
  .box-links .level0,
  .level1.parent {
    position: relative;
  }
  .box-links .level0 .submenu,
  .level1.parent .submenu {
    display: none;
  }
  .navigation .level-top {
    position: relative;
  }
  .navigation .level-top.swiped {
    position: unset;
  }
  .navigation .level-top > .opener {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  .navigation .level-top > .opener:before {
    display: none;
  }
  .nav-before-open .page-header {
    border-bottom: none;
  }
  .forix-abs-account-blocks,
  .account .column.main .block-dashboard-orders,
  .account .column.main .block-dashboard-info,
  .account .column.main .block-dashboard-addresses,
  .account .column.main .block-reviews-dashboard,
  .company-account-index .columns .column.main .block:not(.widget),
  .block-company-profile-account,
  .block-company-profile-address,
  .block-company-profile-contacts,
  [class^="sales-guest-"] .column.main .block:not(.widget),
  .sales-guest-view .column.main .block:not(.widget),
  .company-account-index .widget.block-viewed-products-grid .block-content .block:not(.widget),
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses,
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard,
  .company-account-index .columns .widget.block-viewed-products-grid .block-content .block:not(.widget),
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget),
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) {
    margin-bottom: 25px;
  }
  .forix-abs-account-blocks:last-child,
  .account .column.main .block-dashboard-orders:last-child,
  .account .column.main .block-dashboard-info:last-child,
  .account .column.main .block-dashboard-addresses:last-child,
  .account .column.main .block-reviews-dashboard:last-child,
  [class^="sales-guest-"] .column.main .block:not(.widget):last-child,
  .sales-guest-view .column.main .block:not(.widget):last-child,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders:last-child,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info:last-child,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses:last-child,
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard:last-child,
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget):last-child,
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget):last-child {
    margin-bottom: 0;
  }
  .forix-abs-account-blocks .block-content .box:nth-of-type(2n+2),
  .account .column.main .block .block-content .box:nth-of-type(2n+2),
  .account .column.main .block-dashboard-orders .block-content .box:nth-of-type(2n+2),
  .account .column.main .block-dashboard-info .block-content .box:nth-of-type(2n+2),
  .account .column.main .block-dashboard-addresses .block-content .box:nth-of-type(2n+2),
  .account .column.main .block-reviews-dashboard .block-content .box:nth-of-type(2n+2),
  .block-addresses-list .items > .item:nth-of-type(2n+2),
  .storecredit .block .block-content .box:nth-of-type(2n+2),
  .block-return-details .box:nth-of-type(2n+2),
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-of-type(2n+2),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-of-type(2n+2),
  .block-order-details-view .box:nth-of-type(2n+2),
  .account .widget.block-viewed-products-grid .block-content .block .block-content .box:nth-of-type(2n+2),
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-content .box:nth-of-type(2n+2),
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-content .box:nth-of-type(2n+2),
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-content .box:nth-of-type(2n+2),
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-content .box:nth-of-type(2n+2),
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box:nth-of-type(2n+2),
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-content .box:nth-of-type(2n+2) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #c0c0c0;
  }
  .pager .toolbar-amount {
    text-align: left;
    margin: 0 -10px 10px;
    line-height: 44px;
  }
  .pager .pages {
    padding: 0 10px;
  }
  .pager .limiter,
  .account .toolbar.bottom > .limiter {
    display: none;
  }
  .toolbar-sorter .sorter-label {
    margin-right: 10px;
  }
  .pages {
    display: table;
    text-align: left;
    padding: 0 10px;
    margin: 0 -10px 10px;
  }
  .pages .pages-label {
    line-height: 44px;
    display: table-cell;
    width: 1%;
  }
  .pages .items {
    display: block;
    white-space: normal;
    margin: -5px 0;
  }
  .pages .items .item {
    margin: 5px 0;
  }
  .toolbar .dropdown-select {
    width: auto;
  }
  .toolbar .dropdown-select .action-label {
    display: inline-block;
    margin-right: 10px;
  }
  .toolbar .dropdown-select .option-select {
    display: inline-block;
    min-width: 162px;
    position: relative;
  }
  .toolbar .dropdown-select .option-select-title {
    padding: 13px 30px 13px 10px;
  }
  .toolbar .dropdown-select .option-select-title:after {
    font-size: 10px;
    top: 14px;
    right: 10px;
  }
  .catalog-filter-top .toolbar-top {
    float: none;
    width: 100%;
  }
  .swatch-option.color {
    width: 8px;
    height: 8px;
    margin: 0 8px 8px 0;
    min-width: 8px;
  }
  .swatch-option.image {
    width: 28px;
    height: 28px;
  }
  .product.actions .action.towishlist,
  .product-item-actions .action.towishlist {
    margin-right: 0;
  }
  .products-grid .product-items .product-item {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .products-grid .product-items .product-item.cms-block,
  .products-grid .product-items .product-item.promotion {
    width: 100%;
  }
  .products-grid .product-item .btn-quickview {
    display: none;
  }
  .products-grid .product-item .btn-login-to-see-price {
    margin-bottom: 10px;
    width: 100%;
    min-width: 120px;
    height: 24px;
    line-height: 20px;
  }
  .products-grid .product-item .btn-login-to-see-price span {
    font-size: 9px;
    line-height: 12px;
  }
  .products-grid .product-item .btn-login-to-see-price.btn-small span {
    font-size: 9px;
    line-height: 16px;
  }
  .products-grid .product-item-details {
    min-height: 128px;
    padding-bottom: 20px;
  }
  .products-grid .product-item-details .product.attribute,
  .products-grid.wishlist .product-item-sku {
    margin-bottom: 5px;
    max-height: 20px;
  }
  .products-grid .product-item-details .product-name,
  .table.table-comparison td .product-item-name,
  .products-grid .product-item-details .product-item-name,
  .products-grid .product-item-details .product-item-name,
  .products-grid.wishlist .product-item-name {
    height: 39px;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .products-grid .product-item-details .special-price,
  .table.table-comparison td .special-price,
  .products-grid.wishlist .special-price {
    font-size: 14px;
    margin-bottom: 0;
  }
  .products-grid .product-item-details .old-price,
  .table.table-comparison td .old-price {
    display: block;
  }
  .products-grid .product-item-details .product.actions .actions-primary .stock,
  .products-grid .product-item-details .product-item-actions .actions-primary .stock {
    line-height: 39px;
    padding: 0 5px;
    white-space: nowrap;
  }
  .products-grid .product-item .swatch-attribute-options {
    margin-bottom: 1px;
  }
  .products-grid .product-items .action.tocompare {
    display: none;
  }
  .sidebar .block .product-item-details {
    margin: 0 0 0 123px;
  }
  .header.content {
    padding-top: 10px;
    text-align: center;
  }
  .header.content .logo {
    width: auto;
    display: inline-block;
    margin: 5px 85px 0 45px;
    max-width: 170px;
    margin-bottom: 5px;
  }
  header .info-account-cart .action.showlogin span,
  header .info-account-cart .action.showcart span.text {
    font-size: 0;
  }
  header .info-shipping-account-cart {
    z-index: 500;
  }
  .footer.inner {
    min-height: 175px;
  }
  .footer.content {
    padding: 0;
  }
  .footer .box-socials {
    margin: -5px 0 0;
  }
  .footer .copyright {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
  }
  .footer .footer-links {
    margin-bottom: 11px;
    border-bottom: 1px solid #4b4b4b;
  }
  .footer .footer-links > li {
    border-top: 1px solid #4b4b4b;
    margin-bottom: 0;
  }
  .footer .footer-links > li h5,
  .footer .footer-links > li #form-match-price-options-heading {
    position: relative;
    padding: 11px 0;
    margin: 0;
    display: inline-block;
  }
  .footer .footer-links > li h5:before,
  .footer .footer-links > li #form-match-price-options-heading:before {
    position: absolute;
    content: "\f105";
    font-size: 18px;
    font-family: 'm2-icons';
    top: 11px;
    right: -13px;
    color: inherit;
  }
  .footer .footer-links > li h5.active,
  .footer .footer-links > li #form-match-price-options-heading.active {
    color: #ef7a27;
  }
  .footer .footer-links > li h5.active:before,
  .footer .footer-links > li #form-match-price-options-heading.active:before {
    content: "\f107";
  }
  .footer .footer-links > li > ul {
    display: none;
  }
  .footer .footer-links > li.active > ul {
    display: block;
    margin-bottom: 15px;
  }
  .footer_global_info_service {
    position: relative;
  }
  .footer_global_info_service:before {
    bottom: 0;
    top: 4px;
  }
  .footer_global_info_service > div {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_global_info_service div[data-appearance="contained"]:first-child {
    padding-top: 41px;
  }
  .footer_global_info_service div[data-appearance="contained"]:first-child img {
    width: 200px;
    margin-bottom: 13px;
  }
  .footer_global_info_service div[data-appearance="contained"]:first-child .footer-address > p {
    margin-bottom: 8px;
  }
  .footer_global_info_service div[data-appearance="contained"]:first-child p > a {
    font-size: 13px;
  }
  .footer_global_info_service .box-socials li {
    float: none;
    margin-right: 17px;
  }
  .footer_global_info_service div[data-appearance="contained"]:nth-child(3) ul > li {
    display: inline-block;
    height: 45px;
    margin-right: 10px;
    margin-bottom: 19px;
  }
  .footer_global_info_service div[data-appearance="contained"]:nth-child(3) img {
    height: 100%;
  }
  .footer_global_info_service div[data-appearance="contained"]:nth-child(3) p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    margin-bottom: 14px;
  }
  .footer_global_info_service .footer-links li > a {
    line-height: 20px;
    font-size: 13px;
  }
  .footer_links {
    padding-right: 0;
  }
  .footer_links .content {
    padding: 10px 20px 5px;
  }
  .footer_links .content li {
    margin: 0 0 3px;
  }
  ul.list-brands {
    display: none;
  }
  .form-wishlist-items .actions-toolbar {
    margin-top: 0;
  }
  .table.wishlist .col.actions {
    min-width: 0;
  }
  .table.wishlist .col.actions:before {
    margin-top: 8px;
  }
  .table.wishlist .col.product {
    width: 230px;
  }
  .table.wishlist .col.comment {
    clear: both;
  }
  .table.wishlist td .product-item-details {
    padding-top: 0;
  }
  .products-grid.wishlist {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-items {
    margin: 0;
  }
  .products-grid.wishlist .product-items .product-item {
    width: 100%;
    padding: 0;
  }
  .products-grid.wishlist .product-items .product-item-info {
    padding: 0;
    margin: 0 0 15px;
    background: none;
  }
  .products-grid.wishlist .product-items .product-item-info:hover:before {
    display: none;
  }
  .products-grid.wishlist .product-items .product-item-info:before {
    display: none;
  }
  .products-grid.wishlist .product-items .product-item-inner {
    margin-top: 0;
    position: static;
    display: block;
    border: 0;
    background: none;
    padding: 10px;
    border-bottom: 1px solid #c0c0c0;
  }
  .products-grid.wishlist .box-tocart {
    margin-right: 15px;
    padding: 10px 0 0;
    display: inline-block;
  }
  .products-grid.wishlist .box-tocart .field.qty {
    min-width: 50px;
    width: 50px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item-actions {
    display: inline-block;
    padding: 10px 0 0 10px;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    margin-right: 0;
    padding: 0;
    line-height: 30px;
    display: block;
  }
  .products-grid.wishlist .product-item-actions .giftregisty-dropdown {
    display: none;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .wishlist-dropdown.move,
  .products-grid.wishlist .product-item-actions .giftregisty-dropdown.move {
    display: none;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .wishlist-dropdown.copy,
  .products-grid.wishlist .product-item-actions .giftregisty-dropdown.copy {
    display: none;
  }
  .products-grid.wishlist .product-item-comment {
    min-height: 86px;
  }
  .products-grid.wishlist .product-item .action.delete {
    top: 10px;
    right: 10px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .price-box {
    clear: none;
    margin-left: 106px;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .unavailable.stock {
    min-width: 110px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip span:hover:before {
    top: 16px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip .tooltip.content {
    margin-top: -4px;
  }
  .products-grid.wishlist .product-item-inner .box-tocart {
    width: calc(100% - 50px);
  }
  .sidebar .block-addbysku .actions-toolbar .action {
    min-width: 0;
  }
  .block-products-list {
    padding: 5px 0 0;
  }
  .widget-slider-wrapper .slick-track {
    margin-bottom: 10px;
  }
  .product-items.widget-product-grid .product-item:nth-of-type(-n+2) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .abutton-type-3 span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #c0c0c0;
  }
  /* 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;
  }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #999;
    font-size: 1.6rem;
    padding: 1rem;
    line-height: 1rem;
    cursor: pointer;
  }
  .reorder-quote-popup .actions-toolbar .primary button.action,
  .reorder-quote-popup .actions-toolbar .secondary button.action {
    min-width: 100px;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    position: relative;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field {
    display: block;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field .control > label {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty .control {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
    display: inline-block;
    float: none;
    margin-top: 20px;
    margin-left: 20px;
  }
  .quickorder-index-index .column .block-addbysku .upload_container {
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .upload_container .file_upload {
    display: block;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item-title {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .label {
    display: block;
    margin-right: 0;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .actions-toolbar {
    float: right;
  }
  .quickorder-index-index .column .block-addbysku .box-upload {
    margin-bottom: 20px;
  }
  .quickorder-index-index .column .block-addbysku .box-upload .actions-toolbar {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  .quickorder-index-index .box-upload .fields.additional {
    padding-top: 15px;
    margin-top: 0;
  }
  .quickorder-index-index .field.upload.skus {
    margin-right: 0;
    padding-bottom: 20px;
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .note {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  .quickorder-index-index .upload-container {
    display: block;
    float: left;
    margin-top: 10px;
  }
  .mst-search__result-tabs li {
    float: none;
    display: block;
    width: 100%;
  }
  .mst-search__result-tabs li a.active {
    border: 1px solid #ccc;
  }
}
@media only screen and (max-width: 479px) {
  .actions-toolbar a.action + a.action,
  .actions-toolbar a.action + button.action,
  .actions-toolbar button.action + button.action,
  .actions-toolbar button.action + a.action {
    margin: 20px 0 0;
  }
  .actions-toolbar .primary button.action + button.action:nth-of-type(2) {
    margin: 0;
  }
  .cart-summary .giftcard .action.add.primary {
    margin: 0;
  }
  .form-quote-popup .actions-toolbar .secondary {
    float: none;
  }
  .shipping-block .block-info {
    width: 100%;
  }
  #form-match-price-options-heading + a {
    font-size: 0;
  }
  .reorder-quote-popup .actions-toolbar .primary button.action + button.action:nth-of-type(2) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .reorder-quote-popup .actions-toolbar .primary button.action,
  .reorder-quote-popup .actions-toolbar .secondary button.action {
    margin-bottom: 15px;
  }
  .page-multiple-wishlist .form-wishlist-items > .actions-toolbar .primary .action {
    margin-right: 0;
  }
  .wishlist-dropdown.move ul.dropdown,
  .giftregisty-dropdown.move ul.dropdown {
    left: 0;
    right: auto;
  }
  .wishlist-dropdown.move ul.dropdown:before,
  .giftregisty-dropdown.move ul.dropdown:before {
    right: auto;
    left: 40px;
  }
  .wishlist-dropdown.move ul.dropdown:after,
  .giftregisty-dropdown.move ul.dropdown:after {
    right: auto;
    left: 0;
  }
  .split.requisition-list-action .items {
    left: 0;
    right: auto;
  }
  .split.requisition-list-action .items:before {
    right: auto;
    left: 40px;
  }
  .split.requisition-list-action .items:after {
    right: auto;
    left: 0;
  }
  .block-requisition-management .requisition-toolbar-actions .split.requisition-list-action .items {
    right: 0;
    left: auto;
  }
  .block-requisition-management .requisition-toolbar-actions .split.requisition-list-action .items:before {
    right: 0;
    left: auto;
  }
  .block-requisition-management .requisition-toolbar-actions .split.requisition-list-action .items:after {
    right: 0;
    left: auto;
  }
  .requisition-list-requisition-view .requisition-view-buttons.actions-toolbar .primary button.action,
  .requisition-list-requisition-view .requisition-view-buttons.actions-toolbar .primary button.action + button.action:nth-of-type(2) {
    margin: 0 0 20px;
    min-width: 100%;
  }
  .requisition-list-requisition-view .requisition-view-buttons.actions-toolbar .primary button.action:last-child,
  .requisition-list-requisition-view .requisition-view-buttons.actions-toolbar .primary button.action + button.action:nth-of-type(2):last-child {
    margin-bottom: 0;
  }
  .form.send.friend .fieldset > .field {
    display: block;
    float: left;
  }
  .form.send.friend .fieldset > .field.name,
  .form.send.friend .fieldset > .field.sender,
  .form.send.friend .fieldset > .field.email {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .form.send.friend .fieldset > .field.email {
    float: left;
  }
  .form.send.friend .fieldset > .field.text {
    width: 100% !important;
  }
  .form.send.friend .fieldset .additional .actions-toolbar {
    top: 25px !important;
  }
  .products-grid.wishlist .product-item .product-item-inner .unavailable.stock {
    width: 100%;
  }
  .table.wishlist .action.tocart {
    margin: 15px 0;
  }
  .products-grid.wishlist .product-item-inner .box-tocart {
    margin-right: 0;
  }
}
@media all and (min-width: 640px) {
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    padding: 0 0 13px;
    width: 400px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
}
.safari.mac,
.safari.mobile {
  overflow-x: hidden;
}
.account .order-links .item strong,
.account .order-links .item a {
  font-weight: 500;
}
.account .order-links .item.current strong {
  color: #ef7a27;
}
.fieldset .field.required .label > span {
  display: block;
  float: left;
}
.box-style-guide section {
  margin: 20px 0 30px;
  clear: both;
  position: relative;
}
.box-style-guide > h2 {
  margin-top: 20px;
}
.box-style-guide > h3 {
  padding-left: 20px;
  cursor: pointer;
  background: #c0c0c0;
  height: 55px;
  line-height: 55px;
  font-size: 25px;
  text-transform: uppercase;
}
.box-style-guide .table-wrapper {
  margin: 0 0 30px;
}
.box-style-guide .no-list,
.box-style-guide .typography-links > ul,
.box-style-guide .guide-color-swatches {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-style-guide .no-list li,
.box-style-guide .typography-links > ul li,
.box-style-guide .guide-color-swatches li {
  margin: 0 0 15px;
}
.box-style-guide .header {
  background: #e5e5e5;
}
.box-style-guide .footer {
  background: #e5e5e5;
}
.box-style-guide .column.main,
.box-style-guide .widget.block-viewed-products-grid .block-content {
  background: #adadad;
  min-height: 200px;
}
.box-style-guide .sidebar-main {
  background: #d1d1d1;
  min-height: 100px;
}
.box-style-guide .sidebar-additional {
  background: #d1d1d1;
  min-height: 100px;
}
.box-style-guide .page-wrapper section {
  margin: 0;
}
.box-style-guide .account .column.main,
.box-style-guide .account .widget.block-viewed-products-grid .block-content {
  background: none;
}
.box-style-guide .button-extend button {
  margin: 0 20px 20px 0;
  display: inline-block;
  clear: both;
  width: 500px;
  max-width: 100%;
}
.box-style-guide .box-socials {
  background: #333333;
  padding: 10px 0;
}
input[type="text"]:disabled {
  background: #f0f0f0;
}
#mini-login input::-moz-placeholder,
#login-cdp-popup input::-moz-placeholder,
#product_addtocart_form input::-moz-placeholder,
.requisition-popup input::-moz-placeholder,
#mini-login textarea::-moz-placeholder,
#login-cdp-popup textarea::-moz-placeholder,
#product_addtocart_form textarea::-moz-placeholder,
.requisition-popup textarea::-moz-placeholder {
  opacity: 1;
  font-size: inherit;
  color: #333333;
}
#mini-login input::-webkit-input-placeholder,
#login-cdp-popup input::-webkit-input-placeholder,
#product_addtocart_form input::-webkit-input-placeholder,
.requisition-popup input::-webkit-input-placeholder,
#mini-login textarea::-webkit-input-placeholder,
#login-cdp-popup textarea::-webkit-input-placeholder,
#product_addtocart_form textarea::-webkit-input-placeholder,
.requisition-popup textarea::-webkit-input-placeholder {
  opacity: 1;
  font-size: inherit;
  color: #333333;
}
#mini-login input:-ms-input-placeholder,
#login-cdp-popup input:-ms-input-placeholder,
#product_addtocart_form input:-ms-input-placeholder,
.requisition-popup input:-ms-input-placeholder,
#mini-login textarea:-ms-input-placeholder,
#login-cdp-popup textarea:-ms-input-placeholder,
#product_addtocart_form textarea:-ms-input-placeholder,
.requisition-popup textarea:-ms-input-placeholder {
  opacity: 1;
  font-size: inherit;
  color: #333333;
}
#login-cdp-popup .push-close {
  display: none;
}
.popup-message img {
  max-width: 251px;
}
#product_addtocart_form .fieldset {
  margin-bottom: 20px;
}
#product_addtocart_form .block-customer-login .actions-toolbar .forgot-password-form {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#product_addtocart_form .block-customer-login .form-forgotpwd {
  padding-top: 0;
}
.product-info-main #product_addtocart_form .block-authentication.lwp-form {
  padding-top: 17px;
  padding-bottom: 21px;
}
.table-wrapper .table tbody tr:last-child td {
  border-bottom: 1px solid #dddddd;
}
.table-wrapper .table tbody tr.tax td,
.table-wrapper .table tbody tr.catalog_price td {
  border-bottom: none;
}
li.boder-bottom-line {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #dddddd;
}
.promotion-wrapper {
  min-height: 40px;
  color: #ffffff;
  background: #2e86c0;
  text-align: center;
  width: 100%;
  padding: 11px 10px;
  font-weight: 300;
}
.promotion-wrapper b {
  font-weight: 600;
}
.promotion-wrapper ul {
  margin-bottom: 0;
  max-width: 1360px;
  margin: 0 auto;
}
.promotion-wrapper ul li {
  line-height: 18px;
  margin-right: 0;
  padding: 0 20px;
  display: none;
}
.promotion-wrapper li > a {
  color: #ffffff;
  font-size: inherit;
}
.promotion-wrapper li > a:hover {
  color: #333333;
}
.promotion-wrapper .slick-slider .slick-arrow,
.promotion-wrapper .block-related-slider-wrapper .slick-arrow {
  opacity: 1;
  width: 15px;
  height: 27px;
  margin-top: 0;
}
.promotion-wrapper .slick-slider .slick-arrow:before,
.promotion-wrapper .block-related-slider-wrapper .slick-arrow:before {
  font-size: 27px;
  line-height: 27px;
}
.promotion-wrapper .slick-slider .slick-arrow:hover,
.promotion-wrapper .slick-slider .slick-arrow:focus,
.promotion-wrapper .block-related-slider-wrapper .slick-arrow:hover,
.promotion-wrapper .block-related-slider-wrapper .slick-arrow:focus {
  opacity: 1;
}
.promotion-wrapper .slick-slider .slick-arrow:hover:before,
.promotion-wrapper .slick-slider .slick-arrow:focus:before,
.promotion-wrapper .block-related-slider-wrapper .slick-arrow:hover:before,
.promotion-wrapper .block-related-slider-wrapper .slick-arrow:focus:before {
  color: #ffffff;
}
.promotion-wrapper .slick-prev:before,
.promotion-wrapper .slick-next:before {
  opacity: 1;
}
.account .column.main .block-dashboard-orders .block-title,
.account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-title {
  margin-bottom: 0;
}
.color-theme-white {
  background-color: #ffffff;
}
.color-theme-black {
  background-color: #333333;
}
.color-theme-gray-1 {
  background-color: #808080;
}
.color-theme-gray-2 {
  background-color: #f3f3f3;
}
.color-theme-gray-3 {
  background-color: #c0c0c0;
}
.color-theme-blue {
  background-color: #2e86c0;
}
.color-red,
.color-theme-red {
  background-color: #c93711;
}
.color-orange,
.color-theme-orange {
  background-color: #ef7a27;
}
.box-style-guide .guide-color-swatches li {
  display: inline-block;
  width: 100%;
  line-height: 70px;
  max-width: 600px;
}
.box-style-guide .guide-color-swatches li span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.box-style-guide .guide-color-swatches li .color-box {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
  border-radius: 20px;
}
.box-style-guide .guide-color-swatches li .color-box.color-theme-white {
  border: 1px solid #808080;
}
.box-style-guide .guide-color-swatches li code {
  font-size: 20px;
  color: #000;
}
.box-style-guide .guide-color-swatches li span {
  padding-left: 20px;
  min-width: 100px;
  color: #000;
  font-size: 20px;
  width: 200px;
}
.box-style-guide .guide-color-swatches li span.color-theme-green {
  background: #38ca73;
}
.box-style-guide .guide-color-swatches li span.color-theme-green-bold {
  background: #24a259;
}
.box-style-guide .guide-color-swatches li span.color-theme-gray-1 {
  background: #767676;
}
.box-style-guide .guide-color-swatches li span.color-theme-gray-2 {
  background: #8998a3;
}
.box-style-guide .guide-color-swatches li span.color-theme-gray-3 {
  background: #c0c0c0;
}
.box-style-guide .guide-color-swatches li span.color-theme-white {
  background: #ffffff;
}
.box-style-guide .guide-color-swatches li span.color-theme-black {
  background: #333333;
}
.box-style-guide .guide-color-swatches li a {
  color: #333333;
  text-decoration: none;
  position: relative;
  top: 22px;
  margin-left: 4px;
}
.no-list li a,
section.typography-links ul li a {
  margin-right: 20px;
  display: inline-block;
}
section.grid {
  position: relative;
}
.form-edit-account .fieldset.info {
  margin-right: 0;
}
.abutton-type-1,
.column.main .main-category-featured-slider-wrapper .product-item-link,
.widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper .product-item-link {
  background: #333333;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  min-width: 95px;
  width: 95px;
  margin: 0 auto;
  height: 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.abutton-type-1:hover,
.column.main .main-category-featured-slider-wrapper .product-item-link:hover,
.widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper .product-item-link:hover {
  background: #ef7a27;
  color: #ffffff;
}
.abutton-type-3 {
  background: #ffffff;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  max-width: 395px;
  height: 30px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border: 2px solid #333333;
}
.abutton-type-3:hover {
  color: #ef7a27;
  border: 2px solid #ef7a27;
}
.abutton-type-3 span {
  line-height: 26px;
  display: block;
}
.abutton-large,
.block-minicart .block-content > .actions .action.viewcart {
  height: 45px;
  background: #333333;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
}
.abutton-large span,
.block-minicart .block-content > .actions .action.viewcart span {
  color: inherit;
}
.abutton-large:hover,
.block-minicart .block-content > .actions .action.viewcart:hover {
  background: #ef7a27;
  color: #ffffff;
}
.abutton-large:hover span,
.block-minicart .block-content > .actions .action.viewcart:hover span {
  color: inherit;
}
.button-custom {
  display: inline-block;
  height: 40px;
  max-width: 268px;
  padding: 10px 12px 10px 0;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
}
.button-custom > strong {
  font-weight: 600;
}
.button-custom > span {
  font-weight: 300;
  padding-left: 53px;
}
.button-custom:before {
  font-family: 'm2-icons';
  content: '';
  position: absolute;
  top: 10px;
}
.button-custom.block-reward-points {
  background: linear-gradient(270deg, #0688c5 0%, #025e8b 100%);
  margin-right: 6px;
}
.button-custom.block-reward-points:before {
  content: '\e93b';
  left: 17px;
  font-size: 24px;
}
.button-custom.block-store-credit {
  background: linear-gradient(270deg, #ef7a27 0%, #cc5030 100%);
}
.button-custom.block-store-credit:before {
  content: '\e91e';
  left: 12px;
  font-size: 29px;
}
.input-type-3,
.poll-item input,
.quickorder-index-index .upload-container .file-upload,
.quickorder-index-index .actions-toolbar button.move-to-single-skus {
  display: block;
  float: left;
  min-width: 70px;
  margin-right: 10px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #333333;
  line-height: 31px;
  height: 35px;
  color: #333333;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.input-type-3:not([disabled]):hover,
.poll-item input:not([disabled]):hover,
.quickorder-index-index .upload-container .file-upload:not([disabled]):hover,
.quickorder-index-index .actions-toolbar button.move-to-single-skus:not([disabled]):hover {
  background: #333333;
  color: #ffffff;
}
#login-cdp-popup .form-minilogin input {
  min-width: 180px;
}
.fancybox-wrap #login-cdp-popup .block-authentication {
  padding: 30px 20px;
}
.view-more {
  width: 100%;
  display: block;
  float: left;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.view-more:hover {
  color: #ef7a27;
}
.view-more > span {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  color: inherit;
}
.view-more > span:before {
  display: inline-block;
  content: "\f107";
  font-family: 'm2-icons';
  font-size: 21px;
  position: relative;
  top: 4px;
  padding-right: 6px;
  color: inherit;
}
.view-more.view-less > span:before {
  content: "\f106";
}
.fieldset > .field.status {
  padding: 0;
}
.block-authentication .push-close .counter {
  display: none;
}
.ampromo-items-add .message.add-free-gift-message {
  background: #f17b24;
}
.ampromo-items-add .message.add-free-gift-message a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .cms-home .main-content-wrapper .product-new-sale ol.slick-slider,
  .cms-home .main-content-wrapper .product-new-sale ol.block-related-slider-wrapper {
    padding: 0 22px;
    margin-left: 0;
    margin-right: 0;
  }
  .cms-home .dailyoffers-wrapper .products.wrapper,
  .account .dailyoffers-wrapper .products.wrapper {
    padding-top: 0;
  }
  .cms-home .main-content-wrapper .dailyoffers-wrapper {
    margin-bottom: 70px;
  }
  .cms-home .products-grid .product-item-details .product-item-name {
    padding-top: 27px;
  }
  .cms-home .product-new-sale .products-grid .product-item .btn-login-to-see-price {
    margin-bottom: 0;
  }
  .cms-home .product-new-sale .products-grid .product-item-details .product-item-name {
    height: 26px;
    padding-top: 0;
  }
  .cms-home .product-new-sale .products-grid .product-items .product-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lookbookslider-top .hotspot .pro-detail-div .btn-login-to-see-price {
    font-size: 10px;
  }
  .lookbookslider-top .hotspot .pro-detail-div .actions-primary > a {
    min-width: initial;
    line-height: 30px;
  }
  .lookbookslider-top .hotspot .pro-detail-div .actions-primary > a > span {
    line-height: 30px;
  }
  .cms-home .main-content-wrapper .product-new-sale {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 1023px) {
  .cms-home .columns {
    margin: 0;
  }
  .cms-home .column.main,
  .cms-home .widget.block-viewed-products-grid .block-content {
    padding: 0;
  }
  .cms-home .column.main .main-category-featured-slider-wrapper,
  .cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper {
    margin-bottom: 50px;
  }
  .cms-home .column.main .main-category-featured-slider-wrapper .product-item-name a,
  .cms-home .widget.block-viewed-products-grid .block-content .main-category-featured-slider-wrapper .product-item-name a {
    font-size: 20px;
    line-height: 25px;
  }
  .cms-home .page-main,
  .cms-home .widget.block-viewed-products-grid .block-wrapper {
    max-width: 100%;
  }
  .cms-home .products-grid .product-items {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cms-home .main-content-wrapper {
    padding: 0 11px;
    max-width: 1360px;
  }
  .cms-home .main-content-wrapper .daily-sale-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 67px;
  }
  .cms-home .main-content-wrapper .products-grid.sidebar-dailydeal .product-items.slick-slider:not(.slick-dotted):after,
  .cms-home .main-content-wrapper .products-grid.sidebar-dailydeal .product-items.block-related-slider-wrapper:not(.slick-dotted):after {
    top: auto;
    bottom: 0;
    height: 70px;
  }
  .cms-home .main-content-wrapper .dailyoffers-wrapper {
    width: 42.45%;
    padding-right: 74px;
    order: 1;
  }
  .cms-home .main-content-wrapper .dailyoffers-wrapper ol {
    height: calc(100% - 70px);
  }
  .cms-home .main-content-wrapper .dailyoffers-wrapper ol:not(.slick-dotted) {
    height: 100%;
  }
  .cms-home .main-content-wrapper .product-new-sale {
    width: 57.55%;
    padding: 0;
    order: 2;
  }
  .cms-home .product-new-sale .products-grid .product-item-details {
    height: 132px;
  }
  .cms-home .sidebar-dailydeal {
    max-width: 493px;
    height: 100%;
  }
  .cms-home .sidebar-dailydeal .slick-slider .slick-prev,
  .cms-home .sidebar-dailydeal .block-related-slider-wrapper .slick-prev {
    left: 25px;
  }
  .cms-home .sidebar-dailydeal .slick-slider .slick-next,
  .cms-home .sidebar-dailydeal .block-related-slider-wrapper .slick-next {
    right: 25px;
  }
  .cms-home .sidebar-dailydeal .slick-arrow {
    width: 15px;
    height: 27px;
  }
  .cms-home .sidebar-dailydeal .slick-arrow:before {
    font-size: 27px;
    line-height: 27px;
  }
  .cms-home .sidebar-dailydeal .product-image-wrapper {
    max-width: 443px;
  }
  .cms-home .sidebar-dailydeal .product-image-container img {
    margin: auto;
    padding: 34px;
  }
  .cms-home .sidebar-dailydeal.no-deal > p {
    height: 100%;
  }
  .cms-home .sidebar-dailydeal.no-deal img {
    height: 100%;
  }
  .cms-home.page-layout-1column .products-grid .product-items .product-item {
    width: 33.33333333%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cms-home .products-grid .product-item-details .product-item-name {
    margin-top: 32px;
    margin-bottom: 5px;
  }
  .cms-home .products-grid .product-item-details .price-box,
  .cms-home .products-grid.wishlist .price-box {
    margin-bottom: 20px;
  }
  .cms-home .brand-featured {
    padding: 44px 0;
    margin-top: 23px;
  }
  .cms-home .brand-featured section {
    margin-top: 30px;
  }
  .cms-home ul.list-brands li {
    padding: 0 20px;
  }
  .block-title-linear strong,
  .poll-wrapper .block-title strong,
  .cms-home .widget .block-title strong {
    font-size: 20px;
  }
  .sidebar-dailydeal .deal-name {
    font-size: 20px;
    line-height: 25px;
    height: 94px;
    padding-top: 15px;
  }
  .sidebar-dailydeal .dailydeal-product-list-timer.big-text {
    margin: -30px auto 0;
    width: 245px;
  }
  .sidebar-dailydeal.no-deal h3 {
    font-size: 40px;
    width: 100%;
  }
  .sidebar-dailydeal.no-deal .deal-content {
    right: 0;
    padding: 0 40px;
  }
  .sidebar-dailydeal .deal-content {
    right: 0;
  }
  .sidebar-dailydeal .deal-content > p {
    font-size: 30px;
    line-height: 35px;
  }
  .sidebar-dailydeal .time_circles > div > span {
    font-size: 25px;
  }
  .sidebar-dailydeal .time_circles > div > h4 {
    font-size: 15px;
    line-height: 18px;
  }
  .sidebar-dailydeal.products-grid .product-items .product-item-photo {
    margin: 35px 25px 25px;
  }
  .sidebar-dailydeal.products-grid .product-item-details .price-wrapper .price,
  .sidebar-dailydeal.lookbookslider-top .hotspot .product-info .price,
  .sidebar-dailydeal.products-grid.wishlist .price-wrapper .price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
  .sidebar-dailydeal .product-image-container {
    margin-bottom: 0;
  }
  .sidebar-dailydeal.products-grid .product-item-details {
    margin-bottom: 25px;
  }
  .sidebar-dailydeal.products-grid .product-item-details a {
    margin-bottom: 13px;
    height: 48px;
    display: inline-block;
  }
  .sidebar-dailydeal.products-grid .product-item-details.special-price .price-label:before {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
  }
  .sidebar-dailydeal .shop-now-btn {
    margin: 0 25px 25px;
  }
  .cms-home .sidebar-dailydeal.products-grid .product-item-details .price-box,
  .cms-home .sidebar-dailydeal.products-grid.wishlist .price-box {
    margin-bottom: 0;
  }
  .product-flashsale-link {
    font-size: 20px;
    line-height: 24px;
    max-height: 48px;
  }
  .block-title-linear,
  .poll-wrapper .block-title,
  .cms-home .widget .block-title {
    margin-bottom: 9px;
  }
  .block-new-products {
    margin-bottom: 30px;
  }
  .block-new-products:nth-child(2) {
    margin-bottom: 0;
  }
  .cms-home .widget.block-new-products .block-title {
    margin-bottom: 21px;
  }
  .lookbookslider-top .cycle-slideshow1 {
    margin-bottom: 50px;
  }
  .lookbookslider-top .hotspot {
    width: 41px !important;
    height: 41px !important;
  }
  .lookbookslider-top .hotspot:after {
    width: 31px;
    height: 31px;
    top: 5px;
    left: 5px;
  }
  .lookbookslider-top .hotspot .product-info {
    min-width: 295px;
    width: 295px !important;
    padding: 0 40px;
  }
  .lookbookslider-top .hotspot .pro-detail-div .desc {
    padding: 24px;
  }
  .lookbookslider-top .hotspot .pro-detail-div h5,
  .lookbookslider-top .hotspot .pro-detail-div #form-match-price-options-heading {
    padding: 15px 15px 6px;
  }
  .lookbookslider-top .hotspot .pro-detail-div h5 a,
  .lookbookslider-top .hotspot .pro-detail-div #form-match-price-options-heading a {
    font-size: 13px;
    line-height: 15px;
    max-height: 30px;
  }
  .lookbookslider-top .hotspot-icon {
    width: 16px;
    height: 4px;
    top: 33px !important;
    left: 28px !important;
  }
  .lookbookslider-top .hotspot-icon:after {
    width: 4px;
    height: 16px;
    top: -6px;
    left: 6px;
  }
  .sidebar-dailydeal .btn-login-to-see-price {
    height: 45px !important;
    line-height: 41px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1265px) {
  .navigation li.level-top.nav-6 {
    position: initial;
  }
  .navigation li.level-top.nav-6:hover .content-wrap {
    left: initial;
    right: 250px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .navigation li.level-top.nav-7 {
    position: initial;
  }
  .navigation li.level-top.nav-7:hover .content-wrap {
    left: initial;
    right: 250px;
  }
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  .products-grid .product-item-details .action.tocart {
    padding: 0 5px;
    text-align: center;
  }
  .products-grid .product-item-details .action.towishlist {
    display: block;
  }
  .products-grid .product-items .wishlist.split.button {
    padding: 0 0 5px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .guide-color-swatches {
    max-width: 100%;
  }
  .guide-color-swatches li {
    margin-right: 30px;
  }
  .newsletter #loading-message {
    font-size: 12px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .fotorama .fotorama__stage__shaft .fotorama__stage__frame:not(.fotorama-video-container) .border-image:after {
    border-width: 20px;
  }
  .guide-color-swatches {
    max-width: 90%;
  }
  .guide-color-swatches li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  button,
  .abutton,
  .popup-authentication .block-new-customer .action-register,
  .checkout-success .action.continue,
  .checkout-onepage-success .registration.action,
  .checkout-onepage-success .column.main .action.continue,
  .magento-giftregistry-index-index .column.main .actions-toolbar .action.primary,
  .invitations .action.send,
  .review-list-title > .action.add-review,
  .main-slider .banner-link,
  .block-customer-login .actions-toolbar .action.action-register,
  .table.table-comparison .stock.available,
  .table.table-comparison .product-item-actions .actions-primary .view-detail,
  .sidebar .block.block-contacts .contact-item:first-child p a,
  .filter-actions .action.clear,
  .block.newsletter .actions .action,
  .products-grid .product.actions .stock.available,
  .products-grid .product-item-actions .stock.available,
  .products-grid .product.actions .stock.unavailable,
  .products-grid .product-item-actions .stock.unavailable,
  .sidebar .actions-toolbar .primary .action:not(.tocart),
  .sidebar .block .action.tocart,
  .abutton1,
  .products-grid.wishlist .product-item-actions .action.tocart,
  .products-grid.wishlist .product-item .unavailable.stock,
  .multishipping-checkout-success .registration.action,
  .multishipping-checkout-success .column.main .action.continue,
  .multicheckout.success .action.continue,
  .checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue,
  .magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary,
  .products-grid .product-item-actions .stock.available,
  .products-grid .product-item-actions .stock.unavailable,
  .sub-top-menu > a {
    min-width: 130px;
  }
  .window.popup .actions-toolbar .primary {
    display: inline-block;
    margin-right: 10px;
  }
  .window.popup .actions-toolbar .secondary {
    display: inline-block;
  }
  .block-minicart .block-content > .actions .action,
  .block-minicart .block-content > .actions .action.viewcart {
    min-width: 240px;
  }
  .checkout-payment-method .payment-method-billing-address .primary .action-cancel {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .checkout-shipping-method .actions-toolbar .action {
    min-width: 288px;
  }
  .opc-wrapper .form-login .primary,
  .opc-wrapper .form-login .secondary {
    display: inline-block;
  }
  .account .sidebar-dailydeal.no-deal .deal-content > p {
    font-size: 30px;
    line-height: 35px;
  }
  .account .button-custom {
    width: auto;
    max-width: 50%;
    display: inline-block;
  }
  .multicheckout > .actions-toolbar .primary button.action {
    margin: 0 15px 15px 0;
  }
  .multicheckout > .actions-toolbar .action.back {
    margin: 0;
  }
  .review-add .review-form-actions .action {
    min-width: 237px;
  }
  .form-quote-popup > .actions-toolbar .primary,
  .form-quote-popup > .actions-toolbar .secondary {
    display: inline-block;
  }
  .quote-view-buttons .action {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .form-wishlist-items .actions-toolbar .action.update,
  .form-wishlist-items .actions-toolbar .action.share {
    margin-right: 15px;
  }
  .form-wishlist-items > .actions-toolbar .primary .action {
    margin-bottom: 20px;
  }
  .products-grid.wishlist .product-items {
    margin-left: -9px;
    margin-right: -9px;
  }
  .products-grid.wishlist .product-items .product-item {
    width: 50%;
    padding-left: 9px;
    padding-right: 9px;
  }
  .products-grid.wishlist .box-tocart {
    margin-right: 0;
  }
  .products-grid.wishlist .box-tocart .product-item-actions {
    min-width: 100px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.tocart,
  .products-grid.wishlist .product-item .unavailable.stock {
    min-width: 110px !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .page-layout-1column .products-crosssell.products-grid .product-items .product-item {
    width: 25%;
  }
  .fotorama .fotorama__stage__shaft .fotorama__stage__frame:not(.fotorama-video-container) .border-image:after {
    border-width: 36px;
  }
  .products-grid .product-items .product-item:nth-child(2n+1) .split.requisition-list-action .items {
    right: 0;
    left: auto;
  }
  .products-grid .product-items .product-item:nth-child(2n+1) .split.requisition-list-action .items:before {
    right: 40px;
    left: auto;
  }
  .products-grid .product-items .product-item:nth-child(2n+1) .split.requisition-list-action .items:after {
    right: 0;
    left: auto;
  }
  .products-grid .product-items .product-item:nth-child(3n+1) .split.requisition-list-action .items {
    left: 0;
    right: auto;
  }
  .products-grid .product-items .product-item:nth-child(3n+1) .split.requisition-list-action .items:before {
    right: auto;
    left: 40px;
  }
  .products-grid .product-items .product-item:nth-child(3n+1) .split.requisition-list-action .items:after {
    right: auto;
    left: 0;
  }
  .products-grid .product-items .product-item {
    width: 33.33333333%;
  }
  .products-grid .product-items .product-item.cms-block,
  .products-grid .product-items .product-item.promotion {
    width: 66.66666667%;
  }
  .ias-next-page {
    padding: 0 9px;
  }
  .ias-next-page .block-product-loadmore {
    width: 66.66666667%;
  }
  .ias-next-page .back-to-top {
    width: 33.33333333%;
  }
}
@media all and (max-width: 1023px), print {
  h1 {
    line-height: 50px;
    margin-bottom: 10px;
  }
  h2 {
    margin-bottom: 10px;
    line-height: 40px;
  }
  h3 {
    line-height: 30px;
    margin-bottom: 10px;
  }
  h4 {
    line-height: 23px;
    margin-bottom: 10px;
  }
  h5,
  #form-match-price-options-heading {
    margin-bottom: 10px;
  }
  h6 {
    margin-bottom: 10px;
  }
  code {
    font-size: 12px;
  }
  kbd {
    font-size: 12px;
  }
  pre {
    font-size: 12px;
  }
  table thead th {
    font-size: 12px;
  }
  table thead td {
    font-size: 12px;
  }
  table td .product-item-name,
  table td .product-item-details .product-item-name {
    font-size: 11px;
    line-height: 16px;
  }
  table td .product-item-name a,
  table td .product-item-details .product-item-name a {
    font-size: 11px;
  }
  table td .item-options,
  table td .item.options,
  table td .product.options.list {
    font-size: 11px;
  }
  table td .product-item-photo {
    padding-bottom: 5px;
    padding-top: 15px;
    width: 65px;
  }
  table td .product-item-details {
    padding: 10px 0 0;
  }
  table td input.qty {
    width: 45px;
    height: 30px;
  }
  .message {
    line-height: 15px;
  }
  .input-text,
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    font-size: 12px;
    padding: 5px 7px;
    height: 30px;
  }
  select {
    font-size: 12px;
    padding: 5px 25px 5px 7px;
    height: 30px;
  }
  textarea,
  textarea.input-text {
    line-height: 14px;
    font-size: 12px;
    padding: 12px 9px;
  }
  input[type="checkbox"] + label {
    padding: 3px 0 0 30px;
  }
  input[type="radio"]:not([name*='ratings']) + label {
    padding: 0 0 0 30px;
  }
  input[type="radio"]:not([name*='ratings']) + label:before {
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
  }
  input[type="radio"]:not([name*='ratings']):checked + label:after {
    height: 12px;
    width: 12px;
    left: 4px;
    top: 9px;
  }
  .legend,
  .block-giftregistry-shared-items .block-title,
  .block-giftregistry-results .block-title {
    margin-bottom: 10px;
  }
  .fieldset {
    margin: 0 0 20px;
  }
  .fieldset > .field,
  .form-giftregistry-edit .fieldset.recipients .field:last-child {
    margin: 0 0 15px;
  }
  .fieldset > .field .addon .addbefore,
  .fieldset > .field .addon .addafter {
    line-height: 32px;
    height: 34px;
  }
  .fieldset .fields > .actions-toolbar {
    top: 21px;
    right: 1px;
  }
  .fieldset .fields > .actions-toolbar .action.remove:before,
  .form-add-invitations .fields .action.remove:before {
    line-height: 12px;
    font-size: 12px;
  }
  button,
  .abutton,
  .popup-authentication .block-new-customer .action-register,
  .checkout-success .action.continue,
  .checkout-onepage-success .registration.action,
  .checkout-onepage-success .column.main .action.continue,
  .magento-giftregistry-index-index .column.main .actions-toolbar .action.primary,
  .invitations .action.send,
  .review-list-title > .action.add-review,
  .main-slider .banner-link,
  .block-customer-login .actions-toolbar .action.action-register,
  .table.table-comparison .stock.available,
  .table.table-comparison .product-item-actions .actions-primary .view-detail,
  .sidebar .block.block-contacts .contact-item:first-child p a,
  .filter-actions .action.clear,
  .block.newsletter .actions .action,
  .products-grid .product.actions .stock.available,
  .products-grid .product-item-actions .stock.available,
  .products-grid .product.actions .stock.unavailable,
  .products-grid .product-item-actions .stock.unavailable,
  .sidebar .actions-toolbar .primary .action:not(.tocart),
  .sidebar .block .action.tocart,
  .abutton1,
  .products-grid.wishlist .product-item-actions .action.tocart,
  .products-grid.wishlist .product-item .unavailable.stock,
  .multishipping-checkout-success .registration.action,
  .multishipping-checkout-success .column.main .action.continue,
  .multicheckout.success .action.continue,
  .checkout-onepage-success .widget.block-viewed-products-grid .block-content .action.continue,
  .magento-giftregistry-index-index .widget.block-viewed-products-grid .block-content .actions-toolbar .action.primary,
  .products-grid .product-item-actions .stock.available,
  .products-grid .product-item-actions .stock.unavailable,
  .sub-top-menu > a {
    line-height: 30px;
    font-size: 13px;
    min-width: 130px;
    height: 30px;
  }
  .breadcrumbs a {
    font-size: 11px;
    line-height: 13px;
  }
  .breadcrumbs .item:after {
    line-height: 14px;
    font-size: 14px;
  }
  .breadcrumbs .item.last strong {
    line-height: 13px;
    font-size: 11px;
  }
  .forix-abs-accordion-title a,
  .footer_links .title a,
  .block.newsletter .title a {
    line-height: 16px;
  }
  .modal-popup .modal-footer .action-secondary.action-dismiss,
  .modal-popup .modal-footer .action-primary.action-accept {
    min-width: 85px;
    padding: 0 10px;
  }
  .modal-popup .modal-footer .action-primary.action-accept {
    margin-right: 0;
  }
  .slider-table-title .item-inner {
    font-size: 15px;
  }
  .forix-abs-customer-not-login-page .page-title-wrapper,
  .company-account-create .page-title-wrapper,
  .customer-account-create .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-confirmation .page-title-wrapper,
  .customer-account-createpassword .page-title-wrapper {
    padding: 25px 0 0;
    margin: 0 0 25px;
  }
  .forix-abs-toggling-title,
  .block-collapsible-nav .title,
  .block-cms .block-title,
  .filter.block .filter-title,
  .catalog-filter-top .filter-subtitle,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block.account-nav .title,
  .block-cms-links .title {
    line-height: 18px;
    font-size: 15px;
  }
  .forix-abs-discount-block-form .legend,
  .block.discount .fieldset .legend,
  .block.giftcard .fieldset .legend,
  .opc-wrapper .form-aw-giftcard .legend,
  .opc-wrapper .form-giftcard-account .legend,
  .opc-wrapper .form-discount .legend {
    margin-bottom: 10px;
  }
  .forix-abs-discount-block-form .field,
  .block.discount .fieldset .field,
  .block.giftcard .fieldset .field,
  .opc-wrapper .form-aw-giftcard .field,
  .opc-wrapper .form-giftcard-account .field,
  .opc-wrapper .form-discount .field {
    padding-right: 5px;
  }
  .forix-abs-add-fields > .fieldset .legend,
  .form-add-invitations > .fieldset .legend {
    margin-bottom: 10px;
  }
  .forix-abs-add-fields > .fieldset .field,
  .form-add-invitations > .fieldset .field {
    padding-right: 25px;
  }
  .forix-abs-add-fields > .fieldset > .actions-toolbar,
  .form-add-invitations > .fieldset > .actions-toolbar {
    margin: 0 0 10px;
  }
  .forix-abs-add-fields > .fieldset .fields,
  .form-add-invitations > .fieldset .fields {
    margin: 0 0 15px;
  }
  .forix-abs-primary-size,
  body,
  h6,
  .fieldset > .fields > .label,
  .paypal-review-discount .block,
  .table.cart .action.action-delete:before,
  .opc-block-summary .items-in-cart .price,
  .opc-wrapper .shipping-address-item,
  .field.downloads .price-including-tax,
  .multicheckout .table-order-review tfoot .mark strong,
  .multicheckout .block > .block-title .action,
  .table.table-comparison .product.attribute,
  .product-info-main .product.sku,
  .product.info.detailed .product.attribute,
  .product-info-main .product.attribute.overview,
  .cms-noroute-index .column.main .nav-links-extend > ul > li,
  .cms-noroute-index .column.main .nav-links-extend ul ul > li a,
  .filter .fprice li > span span,
  .catalog-filter-top .filter-options-title,
  .catalog-filter-top .filter-options-content,
  .catalog-filter-top .filter-options .option-select-title,
  .wishlist.split.button .action.split,
  .wishlist.split.button .action.split:before,
  .wishlist.split.button .action.toggle,
  .wishlist.split.button .action.toggle:before,
  .requisition-content .col.actions .actions-toolbar .action.action-delete:before,
  .block-search .field.search input,
  .form.send.friend .fieldset .action.add,
  .menu-static .level1 > a,
  .forix-abs-account-blocks .block-title .action,
  .toolbar .dropdown-select .option-select-title,
  .swatch-option.text,
  .rating-summary .rating-result > span:before,
  .rating-summary .rating-result:before,
  .product.actions .action.towishlist,
  .product.actions .action.towishlist:before,
  .product.actions .action.tocompare,
  .product.actions .action.tocompare:before,
  .product.options .toggle:after,
  .minicart-items .product.options .price,
  .opc-block-summary .minicart-items .product-item-details .price,
  .opc-block-summary .minicart-items .product-item-details .product-item-name,
  .products-grid .product-item-details .old-price .price,
  .sidebar .block-title .counter,
  .block-billing-agreements-view .block-title .action,
  .account .column.main .block-dashboard-orders .block-title .action,
  .account .column.main .block-dashboard-info .block-title .action,
  .account .column.main .block-dashboard-addresses .block-title .action,
  .account .column.main .block-reviews-dashboard .block-title .action,
  .block-addresses-default .block-title .action,
  .block-addresses-list .block-title .action,
  .storecredit .block .block-title .action,
  .multicheckout .box .box-title .action,
  .multicheckout .block-billing .box .box-title .action,
  .multicheckout .block.block-other .box-title .action,
  .customer-review .review-details .title .action,
  .table.table-comparison td .old-price .price,
  .cms-noroute-index .widget.block-viewed-products-grid .block-content .nav-links-extend > ul > li,
  .cms-noroute-index .widget.block-viewed-products-grid .block-content .nav-links-extend ul ul > li a,
  .page-search-noresult .column.main .nav-links-extend > ul > li,
  .page-search-noresult .column.main .nav-links-extend ul ul > li a,
  .form-edit-role .block-title .action,
  .block-dashboard-company .block-title .action,
  .block-company-profile-account .block-title .action,
  .block-company-profile-address .block-title .action,
  .block-company-profile-contacts .block-title .action,
  .block-company-profile-payment-methods .block-title .action,
  .block-reward-info .block-title .action,
  .block-reward-history .block-title .action,
  .block-returns-items .block-title .action,
  .block-returns-comments .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,
  .block-order-details-view .block-title .action,
  .nav-sections .box-links .level1 > a,
  .product-item-actions .action.towishlist,
  .product-item-actions .action.towishlist:before,
  .product-item-actions .action.tocompare,
  .product-item-actions .action.tocompare:before,
  .products-grid .product-item-details .map-old-price .price,
  .products-grid.wishlist .old-price .price,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-title .action,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-title .action,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-title .action,
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-title .action,
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title .action,
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title .action {
    line-height: 15px;
    font-size: 13px;
  }
  .forix-abs-secondary-size,
  .forix-abs-action-delete:after,
  table tbody td.mark strong,
  table tbody th.mark strong,
  table tbody td.amount strong,
  table tbody th.amount strong,
  table tfoot td.mark strong,
  table tfoot th.mark strong,
  table tfoot td.amount strong,
  table tfoot th.amount strong,
  .forix-abs-accordion-title-1,
  .checkout-onepage-success .registration,
  .checkout-success,
  .multicheckout .block-content > .title,
  .multicheckout .block > .block-title,
  .multicheckout .table-wrapper .action.delete:after,
  .review-items .review-author,
  .table.table-comparison tbody th,
  .product-info-price .old-price .price,
  .company-profile-payment-methods .payment-methods-label,
  .block-company-profile-contacts .block-content .box-title,
  .order-details-items .order-title,
  .menu-static a,
  .forix-abs-account-blocks .box .box-title,
  .pages .items a.page,
  .pages .items strong.page,
  .review-control-vote:before,
  .review-control-vote label:before,
  .minicart-items .product-item-details .product-item-name,
  .sidebar .block-title,
  .copyright,
  .block-faqs li .title,
  .account .column.main .block-dashboard-orders .box .box-title,
  .account .column.main .block-dashboard-info .box .box-title,
  .account .column.main .block-dashboard-addresses .box .box-title,
  .account .column.main .block-reviews-dashboard .box .box-title,
  .block-addresses-default .box-title,
  .multicheckout .gift-message > .legend,
  .gift-wrapping-title .action-remove:after,
  .multicheckout .block-shipping .box .box-title,
  .multicheckout .block-billing .box .box-title,
  .multishipping-checkout-success .registration,
  .multicheckout.success,
  .company-account-index .columns .column.main .block:not(.widget) .block-title,
  .block-company-profile-account .box-title,
  .block-company-profile-address .box-title,
  .block-company-profile-contacts .block-title,
  .block-company-profile-payment-methods .block-title,
  .company-profile-payment-methods .payment-methods-label,
  .block-company-profile-contacts .block-content .box-title,
  .block-return-details .box .box-title,
  [class^="sales-guest-"] .column.main .block:not(.widget) .box .box-title,
  .sales-guest-view .column.main .block:not(.widget) .box .box-title,
  .block-order-details-view .box .box-title,
  .nav-sections .box-links a,
  .company-account-index .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-title,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-title,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-title,
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-title,
  .company-account-index .columns .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title,
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-title,
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-title {
    line-height: 15px;
    font-size: 13px;
  }
  .forix-abs-three-size,
  .legend,
  .forix-abs-accordion-title,
  .forix-abs-accordion-title a,
  .back-to-top span:before,
  .product.data.items > .item.title > a,
  .modal-size-chart table th,
  .opc-progress-bar-item > span:after,
  .review-list-title .block-title,
  .table.table-comparison .action.delete:after,
  .cms-noroute-index .column.main .nav-links-extend a,
  .sidebar .block.block-contacts .text.phone,
  .negotiable-quote-quote-view .block-comments .block-title,
  .negotiable-quote-quote-print .quote-details-items .quote-title,
  .negotiable-quote-quote-print .quote-block-title,
  .forix-abs-account-blocks .block-title,
  .minicart-items .product-item-details .price,
  .promotions-inner p,
  .block-billing-agreements-view .block-title,
  .account .column.main .block-dashboard-orders .block-title,
  .account .column.main .block-dashboard-info .block-title,
  .account .column.main .block-dashboard-addresses .block-title,
  .account .column.main .block-reviews-dashboard .block-title,
  .block-addresses-default .block-title,
  .block-addresses-list .block-title,
  .storecredit .block .block-title,
  .block-giftregistry-shared-items .block-title,
  .block-giftregistry-results .block-title,
  .customer-review .review-details .title,
  .cms-noroute-index .widget.block-viewed-products-grid .block-content .nav-links-extend a,
  .page-search-noresult .column.main .nav-links-extend a,
  .form-edit-role .block-title,
  .block-dashboard-company .block-title,
  .block-company-profile-account .block-title,
  .block-company-profile-address .block-title,
  .block-company-profile-contacts .block-title,
  .block-company-profile-payment-methods .block-title,
  .negotiable-quote-quote-view .block-comments .block-title,
  .negotiable-quote-quote-print .quote-details-items .quote-title,
  .negotiable-quote-quote-print .quote-block-title,
  .block-reward-info .block-title,
  .block-reward-history .block-title,
  .block-returns-items .block-title,
  .block-returns-comments .block-title,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-title,
  .sales-guest-view .column.main .block:not(.widget) .block-title,
  .block-order-details-view .block-title,
  .footer_links .title,
  .footer_links .title a,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-title,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-title,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-title,
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-title,
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title,
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title,
  .block.newsletter .title,
  .block.newsletter .title a {
    font-size: 16px;
  }
  .forix-abs-medium-size,
  small,
  .small {
    font-size: 12px;
  }
  .forix-abs-small-size,
  .product-size-chart {
    font-size: 11px;
  }
  .forix-abs-primary-title-size,
  h2,
  .modal-size-chart h3,
  .popup-authentication .block .block-title,
  .checkout-agreements-item-title,
  .login-container .block-title,
  .customer-review .product-details .product-name,
  .product-info-main .page-title-wrapper .page-title,
  .sendfriend-product-send .page-title,
  .block-products-list .block-title,
  .customer-review .product-details .product-item-name {
    font-size: 35px;
  }
  .forix-abs-secondary-title-size,
  h1 {
    line-height: 38px;
    font-size: 45px;
  }
  .forix-abs-three-title-size,
  .forix-abs-block-product-title,
  .forix-abs-popup .title,
  h3,
  .modal-popup .modal-title,
  .column.main .block-faq-lists .block-title,
  .block.crosssell .block-title,
  .checkout-cart-index .modal-popup:not(.confirm) .modal-header .modal-title,
  .ampromo-overlay h2,
  .checkout-onepage-success .page-title,
  .opc-wrapper .step-title,
  .checkout-payment-method .payments .legend,
  .customer-account-login .page-title-wrapper .page-title,
  .gift-options-title,
  .block-cart-failed .block-title,
  .contact-index-index .page-title-wrapper .page-title,
  .sb-container .sb-content .sb-text .h3,
  .window.popup .title,
  .multishipping-checkout-success .page-title,
  .main .block.related .block-title,
  .block.upsell .block-title,
  .widget.block-viewed-products-grid .block-content .block-faq-lists .block-title {
    font-size: 25px;
  }
  .forix-abs-medium-title-size,
  .forix-abs-title-orders .order-date,
  h4,
  .opc-block-summary .items-in-cart > .title,
  .create-company-account .block-title,
  .negotiable-quote-link,
  .negotiable-quote-quote-view .page-title-wrapper .page-title .order-date,
  .negotiable-quote-quote-view .page-title-wrapper .quote-date,
  .negotiable-quote-quote-view .page-title-wrapper .quote-sales-rep,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title .order-date,
  .magento-rma-guest-returns .page-main .page-title-wrapper .page-title .order-date,
  .magento-rma-guest-returns .page-main .page-title-wrapper .page-title .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,
  .magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title .order-date,
  .sales-guest-view .page-main .page-title-wrapper .page-title .order-date,
  .sales-order-view .page-main .page-title-wrapper .page-title .order-date,
  .sales-order-invoice .page-main .page-title-wrapper .page-title .order-date,
  .sales-order-creditmemo .page-main .page-title-wrapper .page-title .order-date,
  .sales-order-shipment .page-main .page-title-wrapper .page-title .order-date,
  .page-print.account .page-main .page-title-wrapper .page-title .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date,
  .sales-order-view .page-main .page-title-wrapper .order-date,
  .sales-order-invoice .page-main .page-title-wrapper .order-date,
  .sales-order-creditmemo .page-main .page-title-wrapper .order-date,
  .sales-order-shipment .page-main .page-title-wrapper .order-date,
  .page-print.account .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .magento-rma-returns-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .magento-rma-guest-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .magento-rma-guest-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .magento-rma-returns-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .magento-rma-returns-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .magento-rma-guest-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .magento-rma-guest-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  [class^='sales-guest-'] .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .sales-guest-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .sales-order-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .sales-order-invoice .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .sales-order-creditmemo .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .sales-order-shipment .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .page-print.account .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  [class^='sales-guest-'] .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-guest-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-order-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-order-invoice .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-order-creditmemo .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-order-shipment .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .page-print.account .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date {
    font-size: 18px;
  }
  .forix-abs-small-title-size,
  h5,
  .cart-totals .table-wrapper .data.table.totals .table-caption,
  .opc-block-summary > .title,
  .opc-wrapper .payment-tabs li span,
  .shopby-shopby-index .column.main .brand-content h3,
  .sidebar .block.block-contacts h4,
  .shopby-shopby-index .widget.block-viewed-products-grid .block-content .brand-content h3,
  #form-match-price-options-heading {
    line-height: 18px;
    font-size: 15px;
  }
  .forix-abs-title-orders .order-date,
  .negotiable-quote-link,
  .negotiable-quote-quote-view .page-title-wrapper .page-title .order-date,
  .negotiable-quote-quote-view .page-title-wrapper .quote-date,
  .negotiable-quote-quote-view .page-title-wrapper .quote-sales-rep,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title .order-date,
  .magento-rma-guest-returns .page-main .page-title-wrapper .page-title .order-date,
  .magento-rma-guest-returns .page-main .page-title-wrapper .page-title .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,
  .magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title .order-date,
  .sales-guest-view .page-main .page-title-wrapper .page-title .order-date,
  .sales-order-view .page-main .page-title-wrapper .page-title .order-date,
  .sales-order-invoice .page-main .page-title-wrapper .page-title .order-date,
  .sales-order-creditmemo .page-main .page-title-wrapper .page-title .order-date,
  .sales-order-shipment .page-main .page-title-wrapper .page-title .order-date,
  .page-print.account .page-main .page-title-wrapper .page-title .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date,
  .sales-order-view .page-main .page-title-wrapper .order-date,
  .sales-order-invoice .page-main .page-title-wrapper .order-date,
  .sales-order-creditmemo .page-main .page-title-wrapper .order-date,
  .sales-order-shipment .page-main .page-title-wrapper .order-date,
  .page-print.account .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .magento-rma-returns-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .magento-rma-guest-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .magento-rma-guest-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .magento-rma-returns-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .magento-rma-returns-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .magento-rma-guest-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .magento-rma-guest-returns .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  [class^='sales-guest-'] .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .sales-guest-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .sales-order-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .sales-order-invoice .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .sales-order-creditmemo .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .sales-order-shipment .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  .page-print.account .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .page-title .order-date,
  [class^='sales-guest-'] .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-guest-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-order-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-order-invoice .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-order-creditmemo .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-order-shipment .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .page-print.account .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date {
    margin: 15px 0 0px;
  }
  .forix-abs-action-delete:after,
  .gift-wrapping-title .action-remove:after {
    line-height: 15px;
  }
  .column.main .block-faq-lists,
  .widget.block-viewed-products-grid .block-content .block-faq-lists {
    margin: 0 0 25px;
  }
  .column.main .block-faq-lists .block-title,
  .widget.block-viewed-products-grid .block-content .block-faq-lists .block-title {
    margin-bottom: 10px;
  }
  .column.main .block-faqs li,
  .widget.block-viewed-products-grid .block-content .block-faqs li {
    margin-bottom: 10px;
  }
  .minicart-items-wrapper {
    margin-bottom: 10px;
  }
  .minicart-items-wrapper .minicart-items .product-item {
    padding: 13px 0;
  }
  .minicart-items-wrapper .minicart-items .product-item-details .product-item-name {
    margin-bottom: 3px;
  }
  .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a {
    font-size: 11px;
    line-height: 13px;
  }
  .minicart-items-wrapper .minicart-items .product-item-details .price,
  .minicart-items-wrapper .minicart-items .product-item-details .product.actions .secondary > a,
  .minicart-items-wrapper .minicart-items .product-item-details .product-item-actions .secondary > a {
    font-size: 13px;
    line-height: 15px;
  }
  .minicart-items-wrapper .minicart.empty {
    font-size: 12px;
    line-height: 14px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .block-minicart .block-content > .actions {
    margin: 0 14px;
  }
  .action.showcart {
    color: #333333;
    width: auto;
    padding: 0;
    line-height: 46px;
    position: relative;
  }
  .action.showcart:before {
    font-size: 21px;
    line-height: 46px;
    padding-right: 3px;
    position: absolute;
    top: 0;
    left: -29px;
  }
  .action.showcart .counter,
  .minicart-wrapper .push-close .counter {
    height: 44px;
    width: 44px;
    position: absolute;
    right: -40px;
    top: 1px;
    font-size: 14px;
    font-weight: 500;
    line-height: 41px;
  }
  .block-minicart .items-total {
    font-size: 13px;
    line-height: 15px;
    padding: 5px 14px;
    margin-bottom: 3px;
    font-weight: 400;
  }
  .block-minicart .subtotal {
    padding-bottom: 15px;
    margin: 0 14px 12px;
    font-size: 15px;
    line-height: 18px;
  }
  .block-minicart .subtotal .price {
    font-size: 16px;
  }
  .cart-summary-sticky {
    width: 100%;
  }
  .cart-summary .block .title,
  .paypal-review-discount .title {
    margin: 0 0 10px;
  }
  .cart-totals {
    padding: 10px 10px 0;
  }
  .cart-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cart.main.actions {
    padding: 20px 0 25px;
  }
  .cart.main.actions .action.continue {
    margin: 5px 0 0;
  }
  .table.cart td.col.actions a {
    font-size: 13px;
  }
  .checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .ccode,
  .checkout-cart-index .modal-popup.popup-listcoupon #popup-listcoupon-content .blocklist .couponcode {
    height: 30px;
    line-height: 30px;
  }
  .checkout-container .block-customer-login .fieldset {
    margin-bottom: 20px;
  }
  .checkout-container .block-customer-login .primary {
    margin-bottom: 15px;
  }
  .checkout-container .minilogin-wrapper .action.showlogin:after {
    font-size: 22px;
    margin-left: 5px;
  }
  .opc-wrapper .form {
    padding-right: 0;
  }
  .opc-wrapper .step-title {
    margin: 0 0 15px;
    line-height: 33px;
  }
  .opc-wrapper .step-content {
    margin: 0 0 25px;
  }
  .checkout-success .actions-toolbar,
  .multicheckout.success .actions-toolbar,
  .multicheckout.success .actions {
    padding-top: 30px;
  }
  .opc-wrapper .checkout-cart-shipping-speed {
    font-size: 14px;
    padding: 18px 11px 18px 51px;
  }
  .opc-wrapper .checkout-cart-shipping-speed li:first-child {
    margin: 0 0 12px;
  }
  .opc-wrapper .checkout-cart-shipping-speed li:first-child:before {
    font-size: 25px;
    left: -39px;
    top: -2px;
  }
  .opc-wrapper .checkout-cart-shipping-speed li:last-child:before {
    font-size: 33px;
    left: -39px;
    top: -9px;
  }
  .field .control._with-tooltip {
    padding-right: 35px;
  }
  .opc-block-summary > .title {
    margin: 0 0 5px;
  }
  .opc-block-summary .items-in-cart {
    padding: 20px 0 0;
  }
  .checkout-payment-method .payment-method-content {
    padding: 15px 0;
  }
  .checkout-payment-method .payment-method-billing-address {
    padding-right: 0;
  }
  .checkout-payment-method .billing-address-details {
    padding: 0 0 0 30px;
  }
  .opc-wrapper .methods-shipping {
    margin-top: -5px;
  }
  .opc-wrapper .edit-address-link {
    margin: 20px 5px 0 0;
  }
  .opc-wrapper .action-select-shipping-item {
    margin: 15px 0 0;
  }
  .opc-wrapper .form-login .fieldset .note,
  .opc-wrapper .form-shipping-address .fieldset .note {
    margin: 15px 0;
  }
  .opc-wrapper .form-shipping-address {
    margin: 0 0 25px;
  }
  #checkout-shipping-method-load .shipping-lstcustom .blockshippingrates .headercustom:before {
    margin-top: -9px;
  }
  #checkout-shipping-method-load .shipping-lstcustom .blockshippingrates .headercustom.active:before {
    margin-top: -8px;
  }
  .shipping-policy-block.field-tooltip {
    position: relative;
    left: 0;
    margin: 0 0 25px;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    min-width: 285px;
    width: 100%;
    left: 0;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before {
    right: auto;
    left: 75px;
  }
  .opc-block-shipping-information .ship-to {
    margin: 0 0 10px;
  }
  .opc-block-shipping-information .ship-via {
    margin: 0 0 10px;
  }
  .shipping-information .shipping-information-title {
    margin: 0;
    padding-top: 12px;
  }
  .opc-sidebar .minicart-items-wrapper {
    margin-bottom: 0;
  }
  .opc-block-shipping-information .shipping-information-title .action-edit {
    top: 6px;
  }
  .account .page-title-wrapper,
  .requisition-list-title {
    margin: 0 0 10px;
    padding: 0;
  }
  .account table thead th,
  .account table tbody td {
    line-height: 15px;
    font-size: 13px;
  }
  .account #my-orders-table td a.order:before {
    top: 3px;
    height: 12px;
  }
  .account .box-actions a {
    font-size: 13px;
    line-height: 15px;
  }
  .account .box-actions a:before {
    height: 11px !important;
  }
  .login-container .actions-toolbar .action.create {
    line-height: 30px;
    font-size: 13px;
    height: 30px;
  }
  .gift-options-title {
    padding-top: 10px;
  }
  .gift-summary .actions-toolbar .secondary:before {
    height: 12px;
    margin-right: 20px;
    margin-top: 1px;
  }
  .gift-summary .price-box,
  .gift-options .price-box {
    margin: 0 0 15px 20px;
  }
  .gift-message .extra-options-container .price-box {
    padding: 0 0 0 20px;
  }
  .table.cart .gift-summary .action.action-delete:before {
    margin-top: 0;
  }
  .form-giftregistry-edit > .actions-toolbar {
    margin-top: 10px;
  }
  .form-add-invitations > .fieldset .legend {
    margin-bottom: 15px;
  }
  .form-add-invitations > .fieldset .fields .actions-toolbar {
    top: 0;
    right: 0;
  }
  .form-add-invitations > .fieldset > .actions-toolbar {
    margin: -5px 0 5px;
  }
  .multicheckout .block-shipping .box.box-items {
    width: 100%;
  }
  .multicheckout .table-wrapper .table-order-review .action.delete {
    line-height: 16px;
  }
  .multicheckout > .actions-toolbar .action.back {
    padding: 5px 0;
  }
  .customer-review .product-details {
    margin-bottom: 40px;
  }
  .product-info-main .swatch-opt {
    margin: 5px 0 15px;
  }
  .main-slider-wrapper {
    position: relative;
  }
  .main-slider-wrapper .slick-arrow {
    width: 15px;
    height: 27px;
    line-height: 27px;
  }
  .main-slider-wrapper .slick-prev {
    left: 10px;
  }
  .main-slider-wrapper .slick-next {
    right: 10px;
  }
  .main-slider-wrapper .slick-prev:before,
  .main-slider-wrapper .slick-next:before {
    font-size: 27px;
    line-height: 27px;
  }
  .main-slider-wrapper .slick-dots {
    bottom: 9px;
    line-height: 5px;
  }
  .main-slider-wrapper .slick-dots li {
    margin: 0 5px;
    width: 30px;
    height: 5px;
  }
  .main-slider-wrapper .slick-dots li button {
    width: 30px;
    height: 5px;
    border: 1px solid #ffffff;
  }
  .main-slider-wrapper .slick-dots li button:before {
    width: 30px;
    height: 5px;
  }
  .minilogin-wrapper {
    right: 74px;
    top: 0;
  }
  .minilogin-wrapper:before {
    display: none;
  }
  .minilogin-wrapper .action.showlogin {
    position: relative;
    line-height: 46px;
    width: auto;
    display: inline-block;
  }
  .minilogin-wrapper .action.showlogin:before {
    font-size: 17px;
    padding-right: 7px;
    line-height: 46px;
    position: absolute;
    top: 0;
    left: -24px;
  }
  .minilogin-wrapper .form-forgotpwd .buttons {
    margin-bottom: 15px;
  }
  .block-customer-login .block-title {
    font-size: 18px;
  }
  .block-customer-login .actions-toolbar .action.action-register {
    line-height: 32px;
  }
  .flfilter-content .flfilter-item-list .flfilter-item a {
    font-size: 13px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .table.table-comparison .action.tocart {
    height: 34px;
    line-height: 32px;
  }
  .table.table-comparison .swatch-option.color {
    min-width: 28px;
    max-width: 28px;
    height: 28px;
  }
  .share-social-link .action.shareto span {
    font-size: 10px;
    line-height: 11px;
  }
  .catalog-product-view .page-title-wrapper {
    padding-top: 32px;
  }
  .catalog-product-view .product-label-info ~ .page-title-wrapper {
    padding-top: 13px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .product-info-main .product-add-form > form > div:not(.block-reward-shipping-info) {
    padding-bottom: 16px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product.overview {
    padding-bottom: 15px;
  }
  .product-info-price .old-price .price {
    font-size: 20px;
    line-height: 25px;
  }
  .product-info-price .old-price .price-label {
    font-size: 15px;
    line-height: 20px;
  }
  .product-info-main .box-tocart .field.qty .qty-note,
  .product-info-main .box-tocart .field.qty .out-of-stock,
  .column.main > .product-add-form .box-tocart .field.qty .qty-note,
  .column.main > .product-add-form .box-tocart .field.qty .out-of-stock,
  .widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty .qty-note,
  .widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty .out-of-stock {
    bottom: -6px;
    right: -15px;
  }
  .product-info-main .box-tocart .field.qty.has-only .control,
  .product-info-main .box-tocart .field.qty.outstock .control,
  .column.main > .product-add-form .box-tocart .field.qty.has-only .control,
  .column.main > .product-add-form .box-tocart .field.qty.outstock .control,
  .widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty.has-only .control,
  .widget.block-viewed-products-grid .block-content > .product-add-form .box-tocart .field.qty.outstock .control {
    margin-bottom: 12px;
  }
  .fotorama .fotorama__stage {
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .fotorama .fotorama__stage .fotorama__stage__shaft {
    position: absolute;
  }
  body:not(.fotorama__fullscreen) .fotorama .fotorama__stage {
    padding-bottom: 100%;
    height: 0 !important;
  }
  .fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs {
    height: auto !important;
  }
  .fotorama__arr--next .fotorama__arr__arr:before {
    right: 20px;
  }
  .fotorama__arr--prev .fotorama__arr__arr:before {
    left: 20px;
  }
  .product-info-main .product-add-form .block-reward-shipping-info,
  .product-info-main .product-add-form .shipping-block,
  .product-info-main .product-add-form .shipping-block {
    padding: 16px 0;
  }
  .table.grouped a.action.alert.btn-notify {
    font-size: 13px;
  }
  .product-info-main .product-add-form > form > div:not(.block-reward-shipping-info)[id^="form-match-price"],
  .product-info-main .product-add-form > form > div:not(.block-reward-shipping-info).content-pricematch-form {
    padding-bottom: 0;
  }
  .product-info-main .product-add-form > form > div:not(.block-reward-shipping-info).login-to-view-price {
    padding-bottom: 16px;
  }
  #form-match-price .actions-toolbar {
    margin-top: 20px;
  }
  .product-info-tabs .shipping-block .info-item-shipping > li,
  .quickview-tabs .shipping-block .info-item-shipping > li {
    width: 100%;
  }
  .product-info-tabs .content .tech-spec-content,
  .quickview-tabs .content .tech-spec-content {
    max-width: 65%;
  }
  .product-info-tabs .content .tech-spec-brand,
  .quickview-tabs .content .tech-spec-brand {
    padding-right: 0;
    max-width: 100px;
  }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 5px 5px 5px 0 !important;
  }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    width: 15px;
  }
  .cms-page-view .column.main section h4,
  .cms-page-view .column.main .bluefoot-row h4,
  .cms-page-view .widget.block-viewed-products-grid .block-content section h4,
  .cms-page-view .widget.block-viewed-products-grid .block-content .bluefoot-row h4 {
    margin-bottom: 5px;
  }
  .cms-page-view .column.main section p,
  .cms-page-view .column.main .bluefoot-row p,
  .cms-page-view .widget.block-viewed-products-grid .block-content section p,
  .cms-page-view .widget.block-viewed-products-grid .block-content .bluefoot-row p {
    margin: 0 0 10px;
    line-height: 16px;
  }
  .advocacy-row .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
  }
  .advocacy-row .pagebuilder-column:first-child {
    margin-bottom: 15px;
  }
  .cms-noroute-index .column.main .nav-links-extend > ul > li,
  .cms-noroute-index .widget.block-viewed-products-grid .block-content .nav-links-extend > ul > li,
  .page-search-noresult .column.main .nav-links-extend > ul > li {
    margin: 0 0 15px;
  }
  .cms-home .product-new-sale .slick-slider .slick-arrow,
  .cms-home .product-new-sale .block-related-slider-wrapper .slick-arrow {
    color: #333333;
    width: 15px;
    height: 27px;
  }
  .cms-home .product-new-sale .slick-slider .slick-arrow:not(.slick-disabled):hover,
  .cms-home .product-new-sale .block-related-slider-wrapper .slick-arrow:not(.slick-disabled):hover {
    color: #ef7a27;
  }
  .cms-home .product-new-sale .slick-slider .slick-arrow:before,
  .cms-home .product-new-sale .block-related-slider-wrapper .slick-arrow:before {
    color: inherit;
  }
  .cms-home .product-new-sale .products-grid .product-item-details .product-item-name {
    margin-bottom: 5px;
  }
  .cms-home .products-grid .product-item-details .product-item-name {
    margin-top: 23px;
    margin-bottom: 10px;
  }
  .cms-home .sidebar-dailydeal .product-image-container img {
    margin: 0 auto;
    padding: 22px;
  }
  .vestrackorder-index-index .page-main,
  .vestrackorder-index-index .widget.block-viewed-products-grid .block-wrapper {
    padding-top: 30px;
  }
  .table.grouped .reward-point {
    font-size: 13px;
    line-height: 15px;
  }
  .table.grouped .reward-point .icon-plus:before {
    position: relative;
    top: 2px;
  }
  .table.grouped .product-item-name {
    max-width: 185px;
  }
  .catalog-filter-top .option-select-content.have-scroll .items-wrapper {
    height: 185px;
  }
  .negotiable-quote-quote-view .page-title-wrapper .quote-date,
  .negotiable-quote-quote-view .page-title-wrapper .quote-sales-rep {
    font-size: 13px;
    line-height: 15px;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
    height: 30px;
  }
  .block-requisition-management .requisition-toolbar-actions button.remove-selected {
    font-size: 13px;
  }
  .block-requisition-management .requisition-toolbar {
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
  }
  .block-return-details {
    margin: 0 0 10px;
  }
  .magento-rma-guest-create .block-order-details-view .block-content {
    margin-bottom: 0;
  }
  .sidebar .block-reorder .product-item-name {
    margin-left: 20px;
    line-height: 18px;
  }
  .order-links .item {
    margin: 0 0 5px;
  }
  .order-links .item strong,
  .order-links .item a {
    padding: 0 25px 0 0;
    font-size: 14px;
  }
  .block-order-details-view .block-content,
  .block-return-details .block-content {
    line-height: 22px;
  }
  .order-details-items .order-gift-message .item-message,
  .order-details-items .order-gift-message .item-options dt,
  .order-details-items .block-order-details-gift-message .item-message,
  .order-details-items .block-order-details-gift-message .item-options dt,
  .order-details-items .order-gift-message .product.options.list dt {
    margin: 5px 0;
  }
  .sales-order-view .page-main .page-title-wrapper .order-date,
  .sales-order-invoice .page-main .page-title-wrapper .order-date,
  .sales-order-view .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date,
  .sales-order-invoice .widget.block-viewed-products-grid .block-wrapper .page-title-wrapper .order-date {
    font-size: 13px;
    line-height: 15px;
  }
  .order-details-items a.action.print,
  .order-details-items a.action.track {
    font-size: 13px;
  }
  .main-nav .block-search {
    display: none;
  }
  .block-search {
    width: 100%;
    margin: 0;
    padding: 11px 15px 0;
    float: left;
  }
  .block-search:after {
    display: none;
  }
  .block-search .block-title {
    display: none;
  }
  .block-search .block-content {
    position: relative;
    border: 1px solid #c0c0c0;
  }
  .block-search .form.minisearch {
    max-width: 100%;
  }
  .block-search .form.minisearch:before {
    display: none;
  }
  .block-search .form.minisearch:after {
    display: none;
  }
  .block-search .field.search input {
    height: 33px;
    line-height: 26px;
    padding: 0 35px 0 10px;
  }
  .block-search .actions button {
    height: 100%;
    right: 0px;
    top: -1px;
  }
  .mobile-search-icon {
    position: absolute;
    right: 110px;
    top: 6px;
    display: block;
  }
  .mobile-search-icon .action.search-toggle {
    display: block;
    line-height: 38px;
    width: 100%;
  }
  .mobile-search-icon .action.search-toggle .icon-search:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwNV8xMCkiPgo8cGF0aCBkPSJNNyAxM0MxMC4zMTM3IDEzIDEzIDEwLjMxMzcgMTMgN0MxMyAzLjY4NjI5IDEwLjMxMzcgMSA3IDFDMy42ODYyOSAxIDEgMy42ODYyOSAxIDdDMSAxMC4zMTM3IDMuNjg2MjkgMTMgNyAxM1oiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjQ1MTgzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE1LjQ0MDQgMTUuNUwxMS40NDA0IDExLjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjQ1MTgzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMDVfMTAiPgo8cmVjdCB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
    width: 17px;
    height: 17px;
    content: '';
    display: inline-block;
  }
  .mobile-search-container {
    display: block;
    position: relative;
    width: 100%;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .mobile-search-container.active {
    max-height: 100px;
    pointer-events: auto;
  }
  .mobile-search-container #mobile_search_mini_form {
    padding: 15px;
  }
  .mobile-search-container #mobile_search_mini_form .label {
    display: none;
  }
  .mobile-sticky-search .search-autocomplete,
  .mobile-search-container .search-autocomplete,
  .block-search .search-autocomplete {
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    overflow: visible;
  }
  .searchautocomplete__autocomplete {
    z-index: 1000 !important;
    position: absolute !important;
  }
  .main-nav {
    background: #ffffff;
    position: relative;
    display: none;
  }
  .nav-sections {
    clear: both;
  }
  .navigation {
    padding: 0;
  }
  .navigation .opener {
    display: table-cell;
    float: right;
  }
  .navigation .submenu,
  .nav-sections .box-links .submenu {
    top: 0;
    left: 100%;
    opacity: 0;
  }
  .navigation > ul {
    margin: 0;
  }
  .navigation li.level-top > a {
    font-size: 14px;
  }
  .navigation li.level-top.nav-3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
  }
  .navigation li.level-top {
    margin-bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    line-height: 29px;
    z-index: 500;
  }
  .navigation li.level1 {
    margin-bottom: 10px;
  }
  .navigation li.level1 a {
    font-size: 13px;
    line-height: 18px;
  }
  .nav-top .block-search .field.search input {
    font-size: 12px;
    border: none;
  }
  .nav-top .block-search .actions button {
    opacity: 1;
  }
  li.level-top.nav-5 .megamenu-footer {
    margin: -10px -15px;
    padding-top: 5px;
    padding-bottom: 1px;
  }
  .navigation li.nav-5 .megamenu-content:after {
    left: -15px;
    right: -15px;
  }
  .main-category-featured-slider-wrapper {
    padding: 0 15px;
  }
  .navigation .nav-3 a {
    line-height: 0;
  }
  .navigation .right-featured > img {
    width: auto;
  }
  .page-title {
    font-size: 30px;
  }
  .page-title-wrapper {
    padding: 10px 0 0;
    margin: 0 0 10px;
  }
  .forix-abs-account-blocks .block-title,
  .block-billing-agreements-view .block-title,
  .account .column.main .block-dashboard-orders .block-title,
  .account .column.main .block-dashboard-info .block-title,
  .account .column.main .block-dashboard-addresses .block-title,
  .account .column.main .block-reviews-dashboard .block-title,
  .block-addresses-default .block-title,
  .block-addresses-list .block-title,
  .storecredit .block .block-title,
  .customer-review .review-details .title,
  .form-edit-role .block-title,
  .block-dashboard-company .block-title,
  .block-company-profile-account .block-title,
  .block-company-profile-address .block-title,
  .block-company-profile-contacts .block-title,
  .block-company-profile-payment-methods .block-title,
  .negotiable-quote-quote-view .block-comments .block-title,
  .negotiable-quote-quote-print .quote-details-items .quote-title,
  .negotiable-quote-quote-print .quote-block-title,
  .block-reward-info .block-title,
  .block-reward-history .block-title,
  .block-returns-items .block-title,
  .block-returns-comments .block-title,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-title,
  .sales-guest-view .column.main .block:not(.widget) .block-title,
  .block-order-details-view .block-title,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .block-title,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info .block-title,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .block-title,
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .block-title,
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title,
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .block-title {
    margin-bottom: 10px;
  }
  .forix-abs-account-blocks .box .box-content address,
  .forix-abs-account-blocks .box .box-content p,
  .account .column.main .block-dashboard-orders .box .box-content address,
  .account .column.main .block-dashboard-orders .box .box-content p,
  .account .column.main .block-dashboard-info .box .box-content address,
  .account .column.main .block-dashboard-info .box .box-content p,
  .account .column.main .block-dashboard-addresses .box .box-content address,
  .account .column.main .block-dashboard-addresses .box .box-content p,
  .account .column.main .block-reviews-dashboard .box .box-content address,
  .account .column.main .block-reviews-dashboard .box .box-content p,
  .block-addresses-default .box-content address,
  .block-addresses-default .box-content p,
  .storecredit .block .block-content address,
  .storecredit .block .block-content p,
  .multicheckout .block-shipping .box .box-content address,
  .multicheckout .block-shipping .box .box-content p,
  .multicheckout .block-billing .box .box-content address,
  .multicheckout .block-billing .box .box-content p,
  .block-company-profile-account .box-content address,
  .block-company-profile-account .box-content p,
  .block-company-profile-address .box-content address,
  .block-company-profile-address .box-content p,
  .block-company-profile-payment-methods .block-content address,
  .block-company-profile-payment-methods .block-content p,
  .block-company-profile-contacts .block-content .box-content,
  .payment-methods-list,
  .block-return-details .box .box-content address,
  .block-return-details .box .box-content p,
  [class^="sales-guest-"] .column.main .block:not(.widget) .box .box-content address,
  [class^="sales-guest-"] .column.main .block:not(.widget) .box .box-content p,
  .sales-guest-view .column.main .block:not(.widget) .box .box-content address,
  .sales-guest-view .column.main .block:not(.widget) .box .box-content p,
  .block-order-details-view .box .box-content address,
  .block-order-details-view .box .box-content p,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-content address,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-content p,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-content address,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-content p,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-content address,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-content p,
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-content address,
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-content p,
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-content address,
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-content p,
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-content address,
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-content p {
    line-height: 22px;
  }
  .forix-abs-account-blocks .box .box-actions,
  .account .column.main .block-dashboard-orders .box .box-actions,
  .account .column.main .block-dashboard-info .box .box-actions,
  .account .column.main .block-dashboard-addresses .box .box-actions,
  .account .column.main .block-reviews-dashboard .box .box-actions,
  .block-addresses-list .item .actions,
  [class^="sales-guest-"] .column.main .block:not(.widget) .box .box-actions,
  .sales-guest-view .column.main .block:not(.widget) .box .box-actions,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-actions,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-actions,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-actions,
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-actions,
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions,
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions {
    padding: 5px 0 0;
  }
  .forix-abs-account-blocks .box .box-actions .action + .action:before,
  .account .column.main .block-dashboard-orders .box .box-actions .action + .action:before,
  .account .column.main .block-dashboard-info .box .box-actions .action + .action:before,
  .account .column.main .block-dashboard-addresses .box .box-actions .action + .action:before,
  .account .column.main .block-reviews-dashboard .box .box-actions .action + .action:before,
  .block-addresses-list .item .actions .action + .action:before,
  [class^="sales-guest-"] .column.main .block:not(.widget) .box .box-actions .action + .action:before,
  .sales-guest-view .column.main .block:not(.widget) .box .box-actions .action + .action:before,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-orders .box .box-actions .action + .action:before,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-info .box .box-actions .action + .action:before,
  .account .widget.block-viewed-products-grid .block-content .block-dashboard-addresses .box .box-actions .action + .action:before,
  .account .widget.block-viewed-products-grid .block-content .block-reviews-dashboard .box .box-actions .action + .action:before,
  [class^="sales-guest-"] .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions .action + .action:before,
  .sales-guest-view .widget.block-viewed-products-grid .block-content .block:not(.widget) .box .box-actions .action + .action:before {
    height: 13px;
  }
  .limiter select {
    height: 44px;
  }
  .pages .items a.page,
  .pages .items strong.page {
    padding: 14px 10px;
  }
  .pages .items .action {
    padding: 17px 10px;
  }
  .pages .items .page.jump {
    padding: 7px 0;
  }
  .swatch-option-tooltip .corner,
  .swatch-option-tooltip-layered .corner {
    bottom: -3px;
  }
  .swatch-opt .swatch-attribute {
    margin: 0 0 5px;
  }
  .swatch-opt .swatch-attribute-options {
    margin-top: 5px;
  }
  .swatch-opt .swatch-option {
    margin: 0 10px 10px 0;
    min-width: 25px;
  }
  .swatch-opt .swatch-option.image,
  .swatch-opt .swatch-option.color {
    height: 25px;
    max-width: 25px;
  }
  .swatch-opt .swatch-option.text {
    padding: 2px 5px;
  }
  .rating-summary .rating-result {
    width: 69px;
  }
  .reviews-actions .action {
    line-height: 20px;
  }
  .product.attribute {
    font-size: 14px;
  }
  .item-options,
  .product.options.list {
    font-size: 12px;
  }
  .product.options .toggle:after {
    line-height: 13px;
    margin: -2px 0 0 10px;
  }
  .minicart-items .product-item {
    padding: 15px 0;
  }
  .minicart-items .product-item-details {
    padding-left: 106px;
  }
  .minicart-items .product-item-details .product-item-name a {
    max-height: 40px;
  }
  .minicart-items .product-item-details .details-qty.qty {
    margin-left: 5px;
  }
  .minicart-items .product-item-details .product.actions .secondary,
  .minicart-items .product-item-details .product-item-actions .secondary {
    top: -2px;
  }
  .minicart-items .product.options {
    margin-bottom: 0;
  }
  .minicart-items .product.options .content {
    padding-bottom: 0;
  }
  .minicart-items .product-item-details .product-item-name,
  .minicart-items .product.options .toggle {
    margin-bottom: 5px;
  }
  .products-grid .product-item .btn-quickview {
    display: none;
  }
  .products-grid .product-item .wrapper-product-image .requisition-list-button:before {
    position: relative;
    top: -1px;
  }
  .sidebar .block-title .counter {
    line-height: 22px;
  }
  .sidebar .product-items-names .action.delete {
    top: 3px;
  }
  .sidebar .product-items-names .action.delete:before {
    font-size: 12px;
  }
  .header.content {
    padding-right: 0 !important;
  }
  .page-header {
    border-bottom: none;
  }
  .page-header .info-shipping-account-cart {
    height: 0;
  }
  .page-header .info-shipping-account-cart > div {
    display: none;
  }
  .page-header .info-account-cart {
    position: relative;
    display: inline-block;
    width: auto;
    float: right;
    z-index: 200;
  }
  .header.content {
    padding: 0 15px;
    position: relative;
  }
  .header.content .logo {
    max-height: 46px;
    padding: 6px 0 0;
    margin: 0 0 0 28px;
    line-height: 46px;
    float: left;
  }
  .header.content .logo img {
    max-width: 165px;
  }
  .minilogin-wrapper .action.showlogin,
  .minilogin-wrapper .action.showcart {
    color: #333333;
  }
  .footer .footer-bottom.inner {
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .copyright {
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 14px;
    font-weight: 300;
  }
  .table.wishlist .split.button.wishlist {
    margin: 5px 10px 0 0;
  }
}
.fieldset .group .field.required > .label:after {
  margin: 0 0 0 3px;
  color: #ff0000;
  content: '*';
}
.fieldset .field.field-name-firstname .control > .label {
  display: none;
}
.fieldset .field.float-label:not(.choice) {
  position: relative;
}
.fieldset .field.float-label:not(.choice) .label {
  position: absolute;
  top: 8px;
  left: 7px;
  cursor: text;
  opacity: 1;
  pointer-events: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.fieldset .field.float-label:not(.choice) .input-text::-moz-placeholder,
.fieldset .field.float-label:not(.choice) select::-moz-placeholder,
.fieldset .field.float-label:not(.choice) textarea::-moz-placeholder,
.fieldset .field.float-label:not(.choice) input:not([type=radio])::-moz-placeholder {
  opacity: 0;
}
.fieldset .field.float-label:not(.choice) .input-text::-webkit-input-placeholder,
.fieldset .field.float-label:not(.choice) select::-webkit-input-placeholder,
.fieldset .field.float-label:not(.choice) textarea::-webkit-input-placeholder,
.fieldset .field.float-label:not(.choice) input:not([type=radio])::-webkit-input-placeholder {
  opacity: 0;
}
.fieldset .field.float-label:not(.choice) .input-text:-ms-input-placeholder,
.fieldset .field.float-label:not(.choice) select:-ms-input-placeholder,
.fieldset .field.float-label:not(.choice) textarea:-ms-input-placeholder,
.fieldset .field.float-label:not(.choice) input:not([type=radio]):-ms-input-placeholder {
  opacity: 0;
}
.fieldset .field.float-label:not(.choice) .input-text.mage-error,
.fieldset .field.float-label:not(.choice) select.mage-error,
.fieldset .field.float-label:not(.choice) textarea.mage-error,
.fieldset .field.float-label:not(.choice) input:not([type=radio]).mage-error {
  border-color: #ff0000;
}
.fieldset .field.float-label:not(.choice).focus-value .label,
.fieldset .field.float-label:not(.choice).multiselect .label {
  display: none;
}
.field.street.admin__control-fields.required.float-label .control .field._required .label:after {
  margin: 0 0 0 3px;
  color: #ff0000;
  content: '*';
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.qty-wrapper {
  display: inline-flex;
  align-items: stretch;
}
.qty-wrapper .qty-btn {
  border: 1px solid #ccc;
  padding: 0 8px;
  cursor: pointer;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1;
  min-width: 55px;
  color: #000;
}
.qty-wrapper .qty-btn:focus {
  outline: none;
}
.qty-wrapper input.qty,
.qty-wrapper input[type="number"] {
  width: 50px;
  text-align: center;
  border-radius: 0;
}
/**************************
*
*	GENERAL
*
**************************/
/*.cycle-slideshow1:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}*/
.cycle-slideshow1, .cycle-slideshow1 * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow1 { margin: 10px auto; padding: 0; overflow: hidden;}
.cycle-slideshow1 .slide { width: 100%; }
.cycle-slideshow1 .slide img { 
    position: absolute; top: 0; left: 0;
    width: 100%; height: auto; padding: 0; display: block;
}
.cycle-slideshow1 img:first-child {
    position: static; z-index: 100;
}
.cycle-slideshow1 .hotspot img{
    /*
    width: auto;
    height: auto;
    */
    width:32px;
    position: absolute;
    max-width: none;

}
/** Pager style **/
.pagernav ul{ 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.pagernav ul li{ 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.pagernav ul li.selected { color: #D69746;}
.pagernav ul li.thumb { 
    display: inline-block; color: #ddd; cursor: pointer; 
}
/***********************/
.pagernav {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.pagernav ul {
    padding: 3px 4px 8px;
    position: relative;
    display: block;
    text-align: center;
}
.pagernav ul li.thumb {
    display: inline-block;
    padding: 0 4px;
    margin: 0 !important;
    overflow: hidden;
}
.pagernav ul li.thumb > img {
    border: 1px solid;
    cursor: pointer;
    margin-top: 5px;
    vertical-align:bottom;
    opacity: 0.5;
}
.pagernav ul li.thumb:hover > img,
.pagernav ul li.thumb.cycle-slide-active > img{
    opacity: 1;
}
.pagernav ul li.thumb img{ 
    border: 4px solid #e6e6e6;
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
    box-shadow: 0px 3px 6px rgba(0,0,0,.5);
    margin: 0 auto;
    width: auto;
    height: auto;
    display: inline-block;
}

.pagernav ul > * { cursor: pointer;}
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 1;
    background: black; color: white; padding: 15px; opacity: .5;
}
#progress {
    position: absolute;
    bottom: 0;
    height: 6px;
    width: 0px;
    background: #b7b7b7;
    z-index: 500;
}
.pagernav ul.cycle {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.pagernav ul.cycle li {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 20px 5px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    width: 16px;
    background: #b7b7b7;
}
.pagernav ul.cycle li {
    -moz-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
}
.pagernav ul.cycle li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 8px;
    left: 4px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    width: 8px;
}
.pagernav.progressive ul.cycle li {
    cursor: default;
}
.pagernav:not(.progressive) ul.cycle li:hover > span {
    -moz-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow:
        0px 1px 0px rgba(255,255,255,1),
        inset 0px 1px 1px rgba(0,0,0,0.2);
}
.pagernav ul.cycle li.cycle-pager-active > span {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background: #434648;
}
/********* prev / next links ************/
.slide-prev, .slide-next, .slide_commands {
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 999;
    background: #d8d8d8;
    background: rgba(216, 216, 216, 0.85);
}
.slide-prev {
    left: 0;
}
.slide-prev > span {
    background: url(../../frontend/Forix/ecsupply/en_US/Altima_Lookbookslider/images/camera_skins.png) no-repeat 0 0;
    display: block;
    height: 40px;
    width: 40px;
}
.slide-next {
    right: 0;
}
.slide-next > span {
    background: url(../../frontend/Forix/ecsupply/en_US/Altima_Lookbookslider/images/camera_skins.png) no-repeat -40px 0;
    display: block;
    height: 40px;
    width: 40px;
}

.slide_commands {
    right: 41px;
}
.slide-prev.hover,
.slide-next.hover,
.slide_commands.hover {
    display: none;
}
.cycle-slideshow1:hover .slide-prev.hover,
.cycle-slideshow1:hover .slide-next.hover,
.cycle-slideshow1:hover .slide_commands.hover {
    display: block;
}

.pagernav .slide-prev,
.pagernav .slide-next {
    width: 20px;
    height: 30px;
}
.pagernav .slide-prev > span{
    background: url(../../frontend/Forix/ecsupply/en_US/Altima_Lookbookslider/images/camera_skins.png) no-repeat -10px -5px;
    width: 20px;
    height: 30px;
}
.pagernav .slide-next > span{
    background: url(../../frontend/Forix/ecsupply/en_US/Altima_Lookbookslider/images/camera_skins.png) no-repeat -50px -5px;
    width: 20px;
    height: 30px;
}

.slide_commands > .slide_play {
    background: url(../../frontend/Forix/ecsupply/en_US/Altima_Lookbookslider/images/camera_skins.png) no-repeat -80px 0;
    height: 40px;
    width: 40px;
}
.slide_commands > .slide_stop {
    background: url(../../frontend/Forix/ecsupply/en_US/Altima_Lookbookslider/images/camera_skins.png) no-repeat -120px 0;
    display: block;
    height: 40px;
    width: 40px;
}

.disabled { opacity: .5; filter:alpha(opacity=50); }
.showIt { display: none; }

.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/*Hotspots*/
.content-before, .content-after {
    display: block;
    clear:both;
}
.hotspot {
    position:absolute;
}

.hotspot:hover .product-info,
.hotspot.hover .product-info{
    visibility: visible;
}

.hotspot:hover .hotspot-icon,
.hotspot.hover .hotspot-icon {
    z-index:101; 
}

.hotspot .product-info {
    background: url(../../frontend/Forix/ecsupply/en_US/Altima_Lookbookslider/images/info-bg.png) repeat 0 0 transparent;
    border-top: 2px solid #FFFFFF;
    color: #686767;
    overflow:hidden;
    font: normal 12px Tahoma,Arial;
    min-width: 220px;
    max-width: 300px;
    padding: 12px;
    position: absolute;
    display:block;
    visibility: hidden;
    z-index:999; 

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #666 2px 2px 3px;
    -moz-box-shadow: #666 2px 2px 3px;
    box-shadow: #666 2px 2px 3px;
}
.hotspot .product-info h2,
.hotspot .product-info a {
    color: #686767;
    font: normal 12px Tahoma,Arial;  
    margin-top: 0px;
    margin-bottom: 5px;
}

.hotspot .product-info .price-box .price-label{
    display: none;
}

.hotspot .product-info .price-box .price {
    font: bold 14px Tahoma,Arial;
    color: #7dad01;
    padding-top: 8px;
    float: left;
    clear: both;
}

.hotspot .product-info .price-box .old-price .price{
    font: bold 11px Tahoma,Arial;
    color: #686767;
    text-decoration: line-through;
}

.hotspot .product-info  .out-of-stock {
    margin-top:5px;
    color: #D83820;
}
.hotspot .product-info .desc{
    padding-bottom: 5px;
}
.hotspot .product-info .actions-primary {
    float: right;
    
}

.hotspot-icon {
    position: absolute;
}
.hotspot .shop-block {
    float:right;
    padding-top: 8px;
}
.pro-detail-div .desc img {float:left; padding: 0 5px 5px 0; position: relative;}

.clearfix:after { 
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
}	

.lookbookslider-container {
   /* background: url(../../frontend/Forix/ecsupply/en_US/Altima_Lookbookslider/images/spinner.gif) 50% 50% no-repeat;*/
   position: relative;
}

.pinit_button{
    position: absolute;
    top: 0px;
}


/** Adaptive style **/

@media screen and (max-width:600px) {
    .hotspot .product-info .desc{
        display: none;
    }   
    .hotspot .product-info .price{
        font-size: 12px;
        padding-top: 0px;
    }
    .hotspot .product-info label{
        font-size: 10px;
        float: left;
        margin-left: 60px;
    }
    .hotspot .product-info h2{
        margin-bottom: 0px;
        font-size: 10px;
    }
    .hotspot .product-info .shop-block{

        width: 100%;
        margin-top: -20px;
    }
    .hotspot .product-info input.qty{
        height: 18px;
        width: 30px;
        font-size: 12px;
        padding: 0px;
    }
    .hotspot .product-info .btn-cart{
        width: 100%;
        margin-top: 5px;

    }

}
/*hotspot options*/
.swatch-opt {
    margin:0 20px 0;
}
.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}
.swatch-attribute-selected-option {
    /* color: #646464; */
    padding-left: 17px;
}
.swatch-attribute-options {
    margin-top: 10px;
}
.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}
.swatch-option {
    width: 30px;
    padding: 1px 2px;
    min-width: 30px;
    max-width: 90px;
    height: 20px;
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.swatch-option:not(.disabled):hover {*/
    /*outline: 1px solid #999;*/
    /*border: 1px solid #fff;*/
    /*color: #333;*/
/*}*/
/*.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {*/
    /*outline: 2px solid #ee0000;*/
    /*border: 1px solid #fff;*/
/*}*/
.swatch-option.selected {
    outline: 2px solid #ff5501;
    border: 1px solid #fff;
    color: #333;
}
.emptyAttr {
    border: 1px solid red;
}

.swatch-attribute {
    margin-top: 1rem;
}
/*hotspot options ends*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow1 { min-width: 200px;}
    .cycle-slideshow1 .cycle-overlay { padding: 4px }
    .cycle-slideshow1 .cycle-caption { bottom: 4px; right: 4px }
    .pagernav {display: none}
    .hotspot {display: none}
}

@media screen and (max-width:400px) {
    .hotspot {
        display: none;
    }

    .camera_thumbs_cont{
        display: none;
    }

    .camera_target_content {
        overflow: hidden;
    }

}

/**
    START: Preloader
**/

.lookbookslider_preloader_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height:100%;
    z-index: 9999;
}

.lookbookslider_preloader_sk-double-bounce {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}

.lookbookslider_preloader_sk-double-bounce .lookbookslider_preloader_sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*background-color: #333;*/
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: lookbookslider_preloader_sk-doubleBounce 2s infinite ease-in-out;
    animation: lookbookslider_preloader_sk-doubleBounce 2s infinite ease-in-out;
}

.lookbookslider_preloader_sk-double-bounce .lookbookslider_preloader_sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes lookbookslider_preloader_sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lookbookslider_preloader_sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/**
    : Preloader
**//*! fancyBox v2.1.4 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/Forix/ecsupply/en_US/Amasty_Groupcat/js/fancybox/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/Forix/ecsupply/en_US/Amasty_Groupcat/js/fancybox/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/Forix/ecsupply/en_US/Amasty_Groupcat/js/fancybox/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;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../../frontend/Forix/ecsupply/en_US/Amasty_Groupcat/js/fancybox/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);
}

/* fancybox-thumbs */

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
}

.amhideprice-form-ledend {
    margin: 0 !important;
}

.amhideprice-hidden {
    display: none;
}
/*REMOVE CSS*//**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

/*custom css*/

.product-info-dealalert-reminder{
	background: none;
}
.product-info-dealalert-reminder > p.alert-title{
	font-family: Georgia,serif;
    font-weight: 600;
    padding: 6px;
    text-align: center;
}
.deal-disc-desc{
    clear: both;
    padding: 0 10px;
    text-align: center;
    width: 96%;
}
.deal-disc-desc p{
	display: inline-block;
    float: left;
    margin: 0 auto;
}

.clearfix::after {
    clear: both;
    content: " ";
}
.clearfix {
    clear: both;
}

.product-item-details .dailydeal-product-list-timer .time_circles > div > span{
    font-size: 11px !important;
    margin-top: 0.5em;
}
.product-item-details .dailydeal-product-list-timer .time_circles > div > h4{
    font-size: 9px !important;
}

/*hermohan's' added css*/
.sidebar .block-dailydeal .product-items .product-item-info .product-item-photo {
    float: none;
}
.sidebar .block-dailydeal .product-items .product-item-details {
    max-width: 100%;
    width: inherit;
}
.sidebar-additional .flashsale-items.grid .product-items .product-item-details {
	min-width: 234px;
	width: 100%;
}
.sidebar .block-dailydeal .product-items .product-item-details .product-item-link {
    color: #26a9e0;
    font-size: 17px;
    text-transform: capitalize;
}
.sidebar .block-dailydeal .product-items .product-item-details h4 {
    font-size: 16px;
    margin: 5px 0;
}
.dailydeal-product-list-timer.big-text {
    margin: 15px 0 0;
}
.dailydeal-product-list-timer.big-text > p {
    margin-bottom: 0;
    text-align: center;
}
/*#maincontent > .page-title-wrapper .page-title {*/
    /*display: block;*/
    /*text-align: center;*/
/*}*/
/*#maincontent .page-title-wrapper span.base {
    color: #f3793b;
    display: none;
    font-weight: 600;
    margin: 0 auto;
    text-transform: capitalize;
}*/
.deal-you-saved {
    border-top: 1px solid #eee;
    clear: both;
    margin: 7px 0 0;
    overflow: hidden;
    padding: 10px 20px;
}
.yousave-left {
    float: left;
}
.yousave-right {
    float: right;
}
.block.widget .product-item-info {
    clear: both;
    /*overflow: hidden;*/
    width: auto;
}
.flashsale-sales-items-container .items.product-items .product.product-item {
    border: 1px solid #eee;
    padding: 5px;
    text-align: center;
}
.main .flashsale-detail-header {
    max-height: none;
}
.main .flashsale-detail-header img {
    max-height: 350px !important;
}
.main .flashsale-detail-header .bottom-sort-desc {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    opacity: 1;
    position: relative;
    text-align: center;
}
.main .flashsale-detail-header .bottom-sort-desc .visible-grey-desc h3 {
    color: #f3793b;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}
.flashsale-sales-items-container .products-grid .product-item-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    box-shadow: none;
    margin: 10px 0 5px;
    padding: 10px 0 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.flashsale-sales-items-container .products-grid .product-item-actions {
    margin: 0;
}
.flashsale-detail-header .dailydeal-product-list-timer .time_circles > div > h4 {
    font-size: 18px !important;
}
.flashsale-detail-header .dailydeal-product-list-timer .time_circles > div > span {
    font-size: 51px !important;
}

/*my css changes*/
.page-products .product-item-info{
    position: relative;
}


.products.list.items.product-items .product.details.product-item-details .sps_dailydeal_sale_tag.sale-tag::after {
    content: url("../../frontend/Forix/ecsupply/en_US/Softprodigy_Dailydeal/images/sale.png");
    left: -16px;
    position: absolute;
    top: 40%;
    z-index: 1;
}

.header.links .my-offers-zone, .header.links .hotsale-link {
    border-bottom: 3px solid;
    border-image: url("../../frontend/Forix/ecsupply/en_US/Softprodigy_Dailydeal/images/border.png") 14 repeat;
    -webkit-border-image: url("../../frontend/Forix/ecsupply/en_US/Softprodigy_Dailydeal/images/border.png") 14 repeat; /* Safari 3.1-5 */
    -o-border-image: url("../../frontend/Forix/ecsupply/en_US/Softprodigy_Dailydeal/images/border.png") 14 repeat; /* Opera 11-12.1 */
    border-top: 3px solid;
    font-weight: 600;
}

.cursor-pointer{
	cursor: pointer;
}
.widget-dailydeal .widget-block-sales-counter .time_circles > div > h4 {
    font-size:1.4rem !important;
}
.sidebar .block-dailydeal .product-items .product-item-details{margin-left:0;}
.sidebar .block-dailydeal .product-items .product-item-info .product-item-photo {position: relative;}
.product-info-main .deal-disc-desc p {
    display: inline-block;
    float: none;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem;
    margin-left: 20px;
    margin: 2px 0 10px 20px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('../../frontend/Forix/ecsupply/en_US/Softprodigy_Dailydeal/css/ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Forix/ecsupply/en_US/Softprodigy_Dailydeal/css/fonts/slick.eot');
    src: url('../../frontend/Forix/ecsupply/en_US/Softprodigy_Dailydeal/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Forix/ecsupply/en_US/Softprodigy_Dailydeal/css/fonts/slick.woff') format('woff'), url('../../frontend/Forix/ecsupply/en_US/Softprodigy_Dailydeal/css/fonts/slick.ttf') format('truetype'), url('../../frontend/Forix/ecsupply/en_US/Softprodigy_Dailydeal/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.widget-dailydeal-product-list-timer div.widget-block-sales-counter{
    width: 34%;
    margin: 0 auto;
}
.widget.widget-dailydeal{
    border: none;
    padding: 5px;
}.loading-details {
    background: url("../../frontend/Forix/ecsupply/en_US/Ves_Trackorder/images/main-bg.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    display: none;
}

#loading-details .update-popup {
    position: fixed;
    top: 45%;
    left: 45%;
    width: 300px;
    margin-left: -105px;
    padding: 15px 30px;
    background: #fff;
    color: #d85909;
    font-weight: bold;
    text-align: center;
    z-index: 400;
    webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#loading-mask {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #F18200;
    margin: 20% auto;
    padding: 15px;
    text-align: center;
    width: 200px;
}

#loading-mask p {
    margin-bottom: 0;
}

.track-data-table {
    margin-bottom: 20px;
}

.order-info-message {
    padding-top: 15px;
}
.ves-trackorder .block .block-title {
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 12px
}

.ves-trackorder .block .block-title strong {
    font-weight: 500
}

.ves-trackorder .track-order {
    float: left;
    width: 48%;
}

.ves-trackorder .track-login {
    float: right;
    width: 48%;
}

.ves-trackorder .form-login{
    display: none;
}

.ves-trackorder #orderinfo{
    width: 100%;
    float: left
}
.ves-trackorder .block-left{
    width: 48%;
    float: left
}
.ves-trackorder .block-right{
    width: 48%;
    float: right
}
.ves-trackorder ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ves-trackorder .block-row{
    float: left;
    width: 100%
}
.vestrackorder-tab .vestrackorder-item{
    display: none;
}
.vestrackorder-tab .vestrackorder-item.current{
    display: block;
}
.ves-trackorder ul.order-links{
    float: left;
    width: 100%;
    position: absolute;
}
.vestrackorder-tab{
    float: left;
    width: 100%;
    margin-top: 43px;
}
.order-links .item.current a {
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    font-weight: 400;
    border-bottom: 0;
}
.trackorder-tab{
    position: relative;
    float: left;
    width: 100%;
}
.status{
    position: relative;
    padding: 12px 20px 12px 28px;
}
.status.status-complete:before{
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #5ac714;
    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: 25px;
    position: absolute;
    text-align: center;
}

.vestrackorder-index-track .column.main > ul.items.order-links {
    display: none;
}

@media all and (min-width: 768px), print {
    .ves-trackorder .fieldset > .field > .control {
        width: 55%;
    }
}

@media all and (max-width: 767px){
    .ves-trackorder .track-order,
    .ves-trackorder .track-login,
    .ves-trackorder .block-right,
    .ves-trackorder .block-left{
        width: 100%;
    }
    .ves-trackorder ul.order-links{
        position: relative;
    }
    .vestrackorder-tab{
        margin-top: 0
    }
}.mwrp-banner {
    width: auto;
    background-color: #E5F5EC;
    border: 1px solid #D2EECD;
    border-radius: 5px;
    padding: 10px;
}

.mwrp-banner__content {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.mwrp-banner__content > strong {
    font-weight: bold;
}

#mageworx-reward-points-buttons-container.actions-toolbar > .primary {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#mageworx-reward-points-buttons-container.actions-toolbar > .primary .action {
    margin-right: 0;
    margin-bottom: 15px;
}

#mageworx-reward-points-buttons-container.actions-toolbar .payment-option-title {
    border-top: none;
    padding: 0px 0;
    text-align: right;
}

#mageworx-reward-points-buttons-container .payment-option {
    width: 100%;
}

#mageworx-reward-points-buttons-container .payment-option-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#mageworx-reward-points-buttons-container .payment-option-inner .field {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 15px;
}

@media (max-width: 768px) {
    #mageworx-reward-points-buttons-container .payment-option {
        margin: 0;
    }

    #mageworx-reward-points-buttons-container .payment-option-inner {
        display: block;
    }

    #mageworx-reward-points-buttons-container .payment-option-content {
        padding-left: 0;
    }

    #mageworx-reward-points-buttons-container .payment-option-inner .field {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Forix/ecsupply/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ef7a27;
  border-color: #ef7a27;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ef7a27;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #333333;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(51, 51, 51, 0.005);
  color: #333333;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(51, 51, 51, 0.005);
  color: #333333;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Forix/ecsupply/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
@media only screen and (max-width: 767px) {
    div[data-role="am-banners-lite"] {
        order: -2;
    }
}.ampromo-gift a.product-image{
    text-decoration: none;
}

ul.ampromo-gift {
    padding: 0;
    list-style-type: none;
}

.ampromo-gift li{
    margin: 10px 10px;
    display: inline;
}

.ampromo-banner-tooltip{
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:300px;
}

.ampromo-product-name{
    font-weight: bold;
}

.ampromo-short-description{
}

.ampromo-label {
    position: absolute;
    z-index: 1000;
}/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.itoris-pm-modal .modal-inner-wrap{
    max-width: 500px;
}
.itoris-pm-admin-comment{
    margin: 10px 0 20px;
    word-wrap: break-word;
}
.itoris-pm-field{
    letter-spacing: normal;
    margin: 0 0 20px;
}
.itoris-pm-field label{
    font-weight: 600;
}
.itoris-pm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.flex div {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
}
.flex div.flex-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
#itoris-pm-modal .fieldset.create.info{
    margin: 0 0 0;
}

.required-captcha .checkbox{
    display: block;
    visibility: visible;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 1px;
    height: 1px;
}